@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: #007bff;
  --secondary: #6c757d;
  --success: #28a745;
  --info: #17a2b8;
  --warning: #ffc107;
  --danger: #dc3545;
  --light: #f8f9fa;
  --dark: #343a40;
  --breakpoint-xs: 0;
  --breakpoint-sm: 576px;
  --breakpoint-md: 768px;
  --breakpoint-lg: 992px;
  --breakpoint-xl: 1200px;
  --font-family-sans-serif: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, 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; }

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

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

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

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, 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 {
  outline: 0 !important; }

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

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

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

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

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; }

dfn {
  font-style: italic; }

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: #007bff;
  text-decoration: none;
  background-color: transparent;
  -webkit-text-decoration-skip: objects; }
  a:hover {
    color: #0056b3;
    text-decoration: underline; }
  a:not([href]):not([tabindex]) {
    color: inherit;
    text-decoration: none; }
    a:not([href]):not([tabindex]):hover {
      color: inherit;
      text-decoration: none; }
    a:not([href]):not([tabindex]):focus {
      color: inherit;
      text-decoration: none;
      outline: 0; }

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; }

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; }

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

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; }

input[type="date"], input[type="time"], input[type="datetime-local"], input[type="month"] {
  -webkit-appearance: listbox; }

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-cancel-button, [type="search"]::-webkit-search-decoration {
    -webkit-appearance: none; }

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

output {
  display: inline-block; }

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

template {
  display: none; }

[hidden] {
  display: none !important; }

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

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

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

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

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

h5, .h5 {
  font-size: 1.25rem; }

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

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

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

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

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

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

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

small, .small {
  font-size: 80%;
  font-weight: 400; }

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

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

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

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

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

.blockquote-footer {
  display: block;
  font-size: 80%;
  color: #6c757d; }
  .blockquote-footer::before {
    content: "\2014 \00A0"; }

.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; }

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

a > code {
  color: inherit; }

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

pre {
  display: block;
  font-size: 87.5%;
  color: #212529; }
  pre code {
    font-size: inherit;
    color: inherit;
    word-break: normal; }

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

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

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

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

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

@media (min-width: 1200px) {
  .container {
    max-width: 1140px; } }

@media screen and (min-width: 1200px) and (max-width: 1440px) {
  .container {
    max-width: 1030px; } }

.row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  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, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl, .col-xl-auto {
  position: relative;
  width: 100%;
  min-height: 0;
  padding-right: 15px;
  padding-left: 15px;
  z-index: 0 !important; }

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

.col-auto {
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: none; }

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

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

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

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

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

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

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

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

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

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

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

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

.order-first {
  -ms-flex-order: -1;
  order: -1; }

.order-last {
  -ms-flex-order: 13;
  order: 13; }

.order-0 {
  -ms-flex-order: 0;
  order: 0; }

.order-1 {
  -ms-flex-order: 1;
  order: 1; }

.order-2 {
  -ms-flex-order: 2;
  order: 2; }

.order-3 {
  -ms-flex-order: 3;
  order: 3; }

.order-4 {
  -ms-flex-order: 4;
  order: 4; }

.order-5 {
  -ms-flex-order: 5;
  order: 5; }

.order-6 {
  -ms-flex-order: 6;
  order: 6; }

.order-7 {
  -ms-flex-order: 7;
  order: 7; }

.order-8 {
  -ms-flex-order: 8;
  order: 8; }

.order-9 {
  -ms-flex-order: 9;
  order: 9; }

.order-10 {
  -ms-flex-order: 10;
  order: 10; }

.order-11 {
  -ms-flex-order: 11;
  order: 11; }

.order-12 {
  -ms-flex-order: 12;
  order: 12; }

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 576px) {
  .col-sm {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%; }
  .col-sm-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none; }
  .col-sm-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%; }
  .col-sm-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%; }
  .col-sm-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%; }
  .col-sm-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%; }
  .col-sm-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%; }
  .col-sm-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%; }
  .col-sm-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%; }
  .col-sm-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%; }
  .col-sm-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%; }
  .col-sm-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%; }
  .col-sm-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%; }
  .col-sm-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%; }
  .order-sm-first {
    -ms-flex-order: -1;
    order: -1; }
  .order-sm-last {
    -ms-flex-order: 13;
    order: 13; }
  .order-sm-0 {
    -ms-flex-order: 0;
    order: 0; }
  .order-sm-1 {
    -ms-flex-order: 1;
    order: 1; }
  .order-sm-2 {
    -ms-flex-order: 2;
    order: 2; }
  .order-sm-3 {
    -ms-flex-order: 3;
    order: 3; }
  .order-sm-4 {
    -ms-flex-order: 4;
    order: 4; }
  .order-sm-5 {
    -ms-flex-order: 5;
    order: 5; }
  .order-sm-6 {
    -ms-flex-order: 6;
    order: 6; }
  .order-sm-7 {
    -ms-flex-order: 7;
    order: 7; }
  .order-sm-8 {
    -ms-flex-order: 8;
    order: 8; }
  .order-sm-9 {
    -ms-flex-order: 9;
    order: 9; }
  .order-sm-10 {
    -ms-flex-order: 10;
    order: 10; }
  .order-sm-11 {
    -ms-flex-order: 11;
    order: 11; }
  .order-sm-12 {
    -ms-flex-order: 12;
    order: 12; }
  .offset-sm-0 {
    margin-left: 0; }
  .offset-sm-1 {
    margin-left: 8.333333%; }
  .offset-sm-2 {
    margin-left: 16.666667%; }
  .offset-sm-3 {
    margin-left: 25%; }
  .offset-sm-4 {
    margin-left: 33.333333%; }
  .offset-sm-5 {
    margin-left: 41.666667%; }
  .offset-sm-6 {
    margin-left: 50%; }
  .offset-sm-7 {
    margin-left: 58.333333%; }
  .offset-sm-8 {
    margin-left: 66.666667%; }
  .offset-sm-9 {
    margin-left: 75%; }
  .offset-sm-10 {
    margin-left: 83.333333%; }
  .offset-sm-11 {
    margin-left: 91.666667%; } }

@media (min-width: 768px) {
  .col-md {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%; }
  .col-md-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none; }
  .col-md-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%; }
  .col-md-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%; }
  .col-md-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%; }
  .col-md-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%; }
  .col-md-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%; }
  .col-md-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%; }
  .col-md-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%; }
  .col-md-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%; }
  .col-md-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%; }
  .col-md-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%; }
  .col-md-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%; }
  .col-md-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%; }
  .order-md-first {
    -ms-flex-order: -1;
    order: -1; }
  .order-md-last {
    -ms-flex-order: 13;
    order: 13; }
  .order-md-0 {
    -ms-flex-order: 0;
    order: 0; }
  .order-md-1 {
    -ms-flex-order: 1;
    order: 1; }
  .order-md-2 {
    -ms-flex-order: 2;
    order: 2; }
  .order-md-3 {
    -ms-flex-order: 3;
    order: 3; }
  .order-md-4 {
    -ms-flex-order: 4;
    order: 4; }
  .order-md-5 {
    -ms-flex-order: 5;
    order: 5; }
  .order-md-6 {
    -ms-flex-order: 6;
    order: 6; }
  .order-md-7 {
    -ms-flex-order: 7;
    order: 7; }
  .order-md-8 {
    -ms-flex-order: 8;
    order: 8; }
  .order-md-9 {
    -ms-flex-order: 9;
    order: 9; }
  .order-md-10 {
    -ms-flex-order: 10;
    order: 10; }
  .order-md-11 {
    -ms-flex-order: 11;
    order: 11; }
  .order-md-12 {
    -ms-flex-order: 12;
    order: 12; }
  .offset-md-0 {
    margin-left: 0; }
  .offset-md-1 {
    margin-left: 8.333333%; }
  .offset-md-2 {
    margin-left: 16.666667%; }
  .offset-md-3 {
    margin-left: 25%; }
  .offset-md-4 {
    margin-left: 33.333333%; }
  .offset-md-5 {
    margin-left: 41.666667%; }
  .offset-md-6 {
    margin-left: 50%; }
  .offset-md-7 {
    margin-left: 58.333333%; }
  .offset-md-8 {
    margin-left: 66.666667%; }
  .offset-md-9 {
    margin-left: 75%; }
  .offset-md-10 {
    margin-left: 83.333333%; }
  .offset-md-11 {
    margin-left: 91.666667%; } }

@media (min-width: 992px) {
  .col-lg {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%; }
  .col-lg-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none; }
  .col-lg-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%; }
  .col-lg-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%; }
  .col-lg-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%; }
  .col-lg-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%; }
  .col-lg-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%; }
  .col-lg-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%; }
  .col-lg-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%; }
  .col-lg-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%; }
  .col-lg-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%; }
  .col-lg-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%; }
  .col-lg-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%; }
  .col-lg-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%; }
  .order-lg-first {
    -ms-flex-order: -1;
    order: -1; }
  .order-lg-last {
    -ms-flex-order: 13;
    order: 13; }
  .order-lg-0 {
    -ms-flex-order: 0;
    order: 0; }
  .order-lg-1 {
    -ms-flex-order: 1;
    order: 1; }
  .order-lg-2 {
    -ms-flex-order: 2;
    order: 2; }
  .order-lg-3 {
    -ms-flex-order: 3;
    order: 3; }
  .order-lg-4 {
    -ms-flex-order: 4;
    order: 4; }
  .order-lg-5 {
    -ms-flex-order: 5;
    order: 5; }
  .order-lg-6 {
    -ms-flex-order: 6;
    order: 6; }
  .order-lg-7 {
    -ms-flex-order: 7;
    order: 7; }
  .order-lg-8 {
    -ms-flex-order: 8;
    order: 8; }
  .order-lg-9 {
    -ms-flex-order: 9;
    order: 9; }
  .order-lg-10 {
    -ms-flex-order: 10;
    order: 10; }
  .order-lg-11 {
    -ms-flex-order: 11;
    order: 11; }
  .order-lg-12 {
    -ms-flex-order: 12;
    order: 12; }
  .offset-lg-0 {
    margin-left: 0; }
  .offset-lg-1 {
    margin-left: 8.333333%; }
  .offset-lg-2 {
    margin-left: 16.666667%; }
  .offset-lg-3 {
    margin-left: 25%; }
  .offset-lg-4 {
    margin-left: 33.333333%; }
  .offset-lg-5 {
    margin-left: 41.666667%; }
  .offset-lg-6 {
    margin-left: 50%; }
  .offset-lg-7 {
    margin-left: 58.333333%; }
  .offset-lg-8 {
    margin-left: 66.666667%; }
  .offset-lg-9 {
    margin-left: 75%; }
  .offset-lg-10 {
    margin-left: 83.333333%; }
  .offset-lg-11 {
    margin-left: 91.666667%; } }

@media (min-width: 1200px) {
  .col-xl {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%; }
  .col-xl-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none; }
  .col-xl-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%; }
  .col-xl-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%; }
  .col-xl-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%; }
  .col-xl-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%; }
  .col-xl-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%; }
  .col-xl-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%; }
  .col-xl-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%; }
  .col-xl-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%; }
  .col-xl-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%; }
  .col-xl-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%; }
  .col-xl-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%; }
  .col-xl-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%; }
  .order-xl-first {
    -ms-flex-order: -1;
    order: -1; }
  .order-xl-last {
    -ms-flex-order: 13;
    order: 13; }
  .order-xl-0 {
    -ms-flex-order: 0;
    order: 0; }
  .order-xl-1 {
    -ms-flex-order: 1;
    order: 1; }
  .order-xl-2 {
    -ms-flex-order: 2;
    order: 2; }
  .order-xl-3 {
    -ms-flex-order: 3;
    order: 3; }
  .order-xl-4 {
    -ms-flex-order: 4;
    order: 4; }
  .order-xl-5 {
    -ms-flex-order: 5;
    order: 5; }
  .order-xl-6 {
    -ms-flex-order: 6;
    order: 6; }
  .order-xl-7 {
    -ms-flex-order: 7;
    order: 7; }
  .order-xl-8 {
    -ms-flex-order: 8;
    order: 8; }
  .order-xl-9 {
    -ms-flex-order: 9;
    order: 9; }
  .order-xl-10 {
    -ms-flex-order: 10;
    order: 10; }
  .order-xl-11 {
    -ms-flex-order: 11;
    order: 11; }
  .order-xl-12 {
    -ms-flex-order: 12;
    order: 12; }
  .offset-xl-0 {
    margin-left: 0; }
  .offset-xl-1 {
    margin-left: 8.333333%; }
  .offset-xl-2 {
    margin-left: 16.666667%; }
  .offset-xl-3 {
    margin-left: 25%; }
  .offset-xl-4 {
    margin-left: 33.333333%; }
  .offset-xl-5 {
    margin-left: 41.666667%; }
  .offset-xl-6 {
    margin-left: 50%; }
  .offset-xl-7 {
    margin-left: 58.333333%; }
  .offset-xl-8 {
    margin-left: 66.666667%; }
  .offset-xl-9 {
    margin-left: 75%; }
  .offset-xl-10 {
    margin-left: 83.333333%; }
  .offset-xl-11 {
    margin-left: 91.666667%; } }

.table {
  width: 100%;
  margin-bottom: 1rem;
  background-color: transparent; }
  .table th, .table td {
    padding: 0.75rem;
    vertical-align: top;
    border-top: 1px solid #dee2e6; }
  .table thead th {
    vertical-align: bottom;
    border-bottom: 2px solid #dee2e6; }
  .table tbody + tbody {
    border-top: 2px solid #dee2e6; }
  .table .table {
    background-color: #fff; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.table .thead-dark th {
  color: #fff;
  background-color: #212529;
  border-color: #32383e; }

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

.table-dark {
  color: #fff;
  background-color: #212529; }
  .table-dark th, .table-dark td, .table-dark thead th {
    border-color: #32383e; }
  .table-dark.table-bordered {
    border: 0; }
  .table-dark.table-striped tbody tr:nth-of-type(odd) {
    background-color: rgba(255, 255, 255, 0.05); }
  .table-dark.table-hover tbody tr:hover {
    background-color: rgba(255, 255, 255, 0.075); }

@media (max-width: 575.98px) {
  .table-responsive-sm {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar; }
    .table-responsive-sm > .table-bordered {
      border: 0; } }

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

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

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

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

.form-control {
  display: block;
  width: 100%;
  height: calc(2.25rem + 2px);
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; }
  .form-control::-ms-expand {
    background-color: transparent;
    border: 0; }
  .form-control:focus {
    color: #495057;
    background-color: #fff;
    border-color: #80bdff;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
  .form-control::-webkit-input-placeholder, .form-control::-moz-placeholder, .form-control:-ms-input-placeholder, .form-control::-ms-input-placeholder, .form-control::placeholder {
    color: #6c757d;
    opacity: 1; }
  .form-control:disabled, .form-control[readonly] {
    background-color: #e9ecef;
    opacity: 1; }

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

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

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

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

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

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

.form-control-plaintext {
  display: block;
  width: 100%;
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
  margin-bottom: 0;
  line-height: 1.5;
  color: #212529;
  background-color: transparent;
  border: solid transparent;
  border-width: 1px 0; }
  .form-control-plaintext.form-control-sm, .form-control-plaintext.form-control-lg {
    padding-right: 0;
    padding-left: 0; }

.form-control-sm {
  height: calc(1.8125rem + 2px);
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem; }

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

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

textarea.form-control {
  height: auto; }

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

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

.form-row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -5px;
  margin-left: -5px; }
  .form-row > .col, .form-row > [class*="col-"] {
    padding-right: 5px;
    padding-left: 5px; }

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

.form-check-input {
  position: absolute;
  margin-top: 0.3rem;
  margin-left: -1.25rem; }
  .form-check-input:disabled ~ .form-check-label {
    color: #6c757d; }

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

.form-check-inline {
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-align: center;
  align-items: center;
  padding-left: 0;
  margin-right: 0.75rem; }
  .form-check-inline .form-check-input {
    position: static;
    margin-top: 0;
    margin-right: 0.3125rem;
    margin-left: 0; }

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

.valid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: .1rem;
  font-size: 0.875rem;
  line-height: 1.5;
  color: #fff;
  background-color: rgba(40, 167, 69, 0.9);
  border-radius: 0.25rem; }

.was-validated .form-control:valid, .form-control.is-valid, .was-validated .custom-select:valid, .custom-select.is-valid {
  border-color: #28a745; }

.was-validated .form-control:valid:focus, .form-control.is-valid:focus, .was-validated .custom-select:valid:focus, .custom-select.is-valid:focus {
  border-color: #28a745;
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25); }

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

.form-control.is-valid ~ .valid-feedback, .form-control.is-valid ~ .valid-tooltip {
  display: block; }

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

.custom-select.is-valid ~ .valid-feedback, .custom-select.is-valid ~ .valid-tooltip {
  display: block; }

.was-validated .form-control-file:valid ~ .valid-feedback, .was-validated .form-control-file:valid ~ .valid-tooltip {
  display: block; }

.form-control-file.is-valid ~ .valid-feedback, .form-control-file.is-valid ~ .valid-tooltip {
  display: block; }

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

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

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

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

.was-validated .custom-control-input:valid ~ .custom-control-label::before, .custom-control-input.is-valid ~ .custom-control-label::before {
  background-color: #71dd8a; }

.was-validated .custom-control-input:valid ~ .valid-feedback, .was-validated .custom-control-input:valid ~ .valid-tooltip {
  display: block; }

.custom-control-input.is-valid ~ .valid-feedback, .custom-control-input.is-valid ~ .valid-tooltip {
  display: block; }

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

.was-validated .custom-control-input:valid:focus ~ .custom-control-label::before, .custom-control-input.is-valid:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(40, 167, 69, 0.25); }

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

.was-validated .custom-file-input:valid ~ .custom-file-label::after, .custom-file-input.is-valid ~ .custom-file-label::after {
  border-color: inherit; }

.was-validated .custom-file-input:valid ~ .valid-feedback, .was-validated .custom-file-input:valid ~ .valid-tooltip {
  display: block; }

.custom-file-input.is-valid ~ .valid-feedback, .custom-file-input.is-valid ~ .valid-tooltip {
  display: block; }

.was-validated .custom-file-input:valid:focus ~ .custom-file-label, .custom-file-input.is-valid:focus ~ .custom-file-label {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25); }

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

.invalid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: .1rem;
  font-size: 0.875rem;
  line-height: 1.5;
  color: #fff;
  background-color: rgba(220, 53, 69, 0.9);
  border-radius: 0.25rem; }

.was-validated .form-control:invalid, .form-control.is-invalid, .was-validated .custom-select:invalid, .custom-select.is-invalid {
  border-color: #dc3545; }

.was-validated .form-control:invalid:focus, .form-control.is-invalid:focus, .was-validated .custom-select:invalid:focus, .custom-select.is-invalid:focus {
  border-color: #dc3545;
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25); }

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

.form-control.is-invalid ~ .invalid-feedback, .form-control.is-invalid ~ .invalid-tooltip {
  display: block; }

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

.custom-select.is-invalid ~ .invalid-feedback, .custom-select.is-invalid ~ .invalid-tooltip {
  display: block; }

.was-validated .form-control-file:invalid ~ .invalid-feedback, .was-validated .form-control-file:invalid ~ .invalid-tooltip {
  display: block; }

.form-control-file.is-invalid ~ .invalid-feedback, .form-control-file.is-invalid ~ .invalid-tooltip {
  display: block; }

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

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

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

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

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

.was-validated .custom-control-input:invalid ~ .invalid-feedback, .was-validated .custom-control-input:invalid ~ .invalid-tooltip {
  display: block; }

.custom-control-input.is-invalid ~ .invalid-feedback, .custom-control-input.is-invalid ~ .invalid-tooltip {
  display: block; }

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

.was-validated .custom-control-input:invalid:focus ~ .custom-control-label::before, .custom-control-input.is-invalid:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(220, 53, 69, 0.25); }

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

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

.was-validated .custom-file-input:invalid ~ .invalid-feedback, .was-validated .custom-file-input:invalid ~ .invalid-tooltip {
  display: block; }

.custom-file-input.is-invalid ~ .invalid-feedback, .custom-file-input.is-invalid ~ .invalid-tooltip {
  display: block; }

.was-validated .custom-file-input:invalid:focus ~ .custom-file-label, .custom-file-input.is-invalid:focus ~ .custom-file-label {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25); }

.form-inline {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -ms-flex-align: center;
  align-items: center; }
  .form-inline .form-check {
    width: 100%; }

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

.btn {
  display: inline-block;
  font-weight: 400;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border: 1px solid transparent;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 0.25rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; }
  .btn:hover {
    text-decoration: none; }
  .btn:focus {
    text-decoration: none;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
  .btn.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
  .btn.disabled, .btn:disabled {
    opacity: 0.65; }
  .btn:not(:disabled):not(.disabled) {
    cursor: pointer; }

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

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

.btn-primary {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff; }
  .btn-primary:hover {
    color: #fff;
    background-color: #0069d9;
    border-color: #0062cc; }
  .btn-primary:focus, .btn-primary.focus {
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5); }
  .btn-primary.disabled, .btn-primary:disabled {
    color: #fff;
    background-color: #007bff;
    border-color: #007bff; }
  .btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active {
    color: #fff;
    background-color: #0062cc;
    border-color: #005cbf; }

.show > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #0062cc;
  border-color: #005cbf; }

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

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

.btn-secondary {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d; }
  .btn-secondary:hover {
    color: #fff;
    background-color: #5a6268;
    border-color: #545b62; }
  .btn-secondary:focus, .btn-secondary.focus {
    box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5); }
  .btn-secondary.disabled, .btn-secondary:disabled {
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d; }
  .btn-secondary:not(:disabled):not(.disabled):active, .btn-secondary:not(:disabled):not(.disabled).active {
    color: #fff;
    background-color: #545b62;
    border-color: #4e555b; }

.show > .btn-secondary.dropdown-toggle {
  color: #fff;
  background-color: #545b62;
  border-color: #4e555b; }

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

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

.btn-success {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745; }
  .btn-success:hover {
    color: #fff;
    background-color: #218838;
    border-color: #1e7e34; }
  .btn-success:focus, .btn-success.focus {
    box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5); }
  .btn-success.disabled, .btn-success:disabled {
    color: #fff;
    background-color: #28a745;
    border-color: #28a745; }
  .btn-success:not(:disabled):not(.disabled):active, .btn-success:not(:disabled):not(.disabled).active {
    color: #fff;
    background-color: #1e7e34;
    border-color: #1c7430; }

.show > .btn-success.dropdown-toggle {
  color: #fff;
  background-color: #1e7e34;
  border-color: #1c7430; }

.btn-success:not(:disabled):not(.disabled):active:focus, .btn-success:not(:disabled):not(.disabled).active:focus {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5); }

.show > .btn-success.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5); }

.btn-info {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8; }
  .btn-info:hover {
    color: #fff;
    background-color: #138496;
    border-color: #117a8b; }
  .btn-info:focus, .btn-info.focus {
    box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5); }
  .btn-info.disabled, .btn-info:disabled {
    color: #fff;
    background-color: #17a2b8;
    border-color: #17a2b8; }
  .btn-info:not(:disabled):not(.disabled):active, .btn-info:not(:disabled):not(.disabled).active {
    color: #fff;
    background-color: #117a8b;
    border-color: #10707f; }

.show > .btn-info.dropdown-toggle {
  color: #fff;
  background-color: #117a8b;
  border-color: #10707f; }

.btn-info:not(:disabled):not(.disabled):active:focus, .btn-info:not(:disabled):not(.disabled).active:focus {
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5); }

.show > .btn-info.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5); }

.btn-warning {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107; }
  .btn-warning:hover {
    color: #212529;
    background-color: #e0a800;
    border-color: #d39e00; }
  .btn-warning:focus, .btn-warning.focus {
    box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5); }
  .btn-warning.disabled, .btn-warning:disabled {
    color: #212529;
    background-color: #ffc107;
    border-color: #ffc107; }
  .btn-warning:not(:disabled):not(.disabled):active, .btn-warning:not(:disabled):not(.disabled).active {
    color: #212529;
    background-color: #d39e00;
    border-color: #c69500; }

.show > .btn-warning.dropdown-toggle {
  color: #212529;
  background-color: #d39e00;
  border-color: #c69500; }

.btn-warning:not(:disabled):not(.disabled):active:focus, .btn-warning:not(:disabled):not(.disabled).active:focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5); }

.show > .btn-warning.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5); }

.btn-danger {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545; }
  .btn-danger:hover {
    color: #fff;
    background-color: #c82333;
    border-color: #bd2130; }
  .btn-danger:focus, .btn-danger.focus {
    box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5); }
  .btn-danger.disabled, .btn-danger:disabled {
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545; }
  .btn-danger:not(:disabled):not(.disabled):active, .btn-danger:not(:disabled):not(.disabled).active {
    color: #fff;
    background-color: #bd2130;
    border-color: #b21f2d; }

.show > .btn-danger.dropdown-toggle {
  color: #fff;
  background-color: #bd2130;
  border-color: #b21f2d; }

.btn-danger:not(:disabled):not(.disabled):active:focus, .btn-danger:not(:disabled):not(.disabled).active:focus {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5); }

.show > .btn-danger.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5); }

.btn-light {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa; }
  .btn-light:hover {
    color: #212529;
    background-color: #e2e6ea;
    border-color: #dae0e5; }
  .btn-light:focus, .btn-light.focus {
    box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5); }
  .btn-light.disabled, .btn-light:disabled {
    color: #212529;
    background-color: #f8f9fa;
    border-color: #f8f9fa; }
  .btn-light:not(:disabled):not(.disabled):active, .btn-light:not(:disabled):not(.disabled).active {
    color: #212529;
    background-color: #dae0e5;
    border-color: #d3d9df; }

.show > .btn-light.dropdown-toggle {
  color: #212529;
  background-color: #dae0e5;
  border-color: #d3d9df; }

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

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

.btn-dark {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40; }
  .btn-dark:hover {
    color: #fff;
    background-color: #23272b;
    border-color: #1d2124; }
  .btn-dark:focus, .btn-dark.focus {
    box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5); }
  .btn-dark.disabled, .btn-dark:disabled {
    color: #fff;
    background-color: #343a40;
    border-color: #343a40; }
  .btn-dark:not(:disabled):not(.disabled):active, .btn-dark:not(:disabled):not(.disabled).active {
    color: #fff;
    background-color: #1d2124;
    border-color: #171a1d; }

.show > .btn-dark.dropdown-toggle {
  color: #fff;
  background-color: #1d2124;
  border-color: #171a1d; }

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

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

.btn-outline-primary {
  color: #007bff;
  background-color: transparent;
  background-image: none;
  border-color: #007bff; }
  .btn-outline-primary:hover {
    color: #fff;
    background-color: #007bff;
    border-color: #007bff; }
  .btn-outline-primary:focus, .btn-outline-primary.focus {
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5); }
  .btn-outline-primary.disabled, .btn-outline-primary:disabled {
    color: #007bff;
    background-color: transparent; }
  .btn-outline-primary:not(:disabled):not(.disabled):active, .btn-outline-primary:not(:disabled):not(.disabled).active {
    color: #fff;
    background-color: #007bff;
    border-color: #007bff; }

.show > .btn-outline-primary.dropdown-toggle {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff; }

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

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

.btn-outline-secondary {
  color: #6c757d;
  background-color: transparent;
  background-image: none;
  border-color: #6c757d; }
  .btn-outline-secondary:hover {
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d; }
  .btn-outline-secondary:focus, .btn-outline-secondary.focus {
    box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5); }
  .btn-outline-secondary.disabled, .btn-outline-secondary:disabled {
    color: #6c757d;
    background-color: transparent; }
  .btn-outline-secondary:not(:disabled):not(.disabled):active, .btn-outline-secondary:not(:disabled):not(.disabled).active {
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d; }

.show > .btn-outline-secondary.dropdown-toggle {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d; }

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

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

.btn-outline-success {
  color: #28a745;
  background-color: transparent;
  background-image: none;
  border-color: #28a745; }
  .btn-outline-success:hover {
    color: #fff;
    background-color: #28a745;
    border-color: #28a745; }
  .btn-outline-success:focus, .btn-outline-success.focus {
    box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5); }
  .btn-outline-success.disabled, .btn-outline-success:disabled {
    color: #28a745;
    background-color: transparent; }
  .btn-outline-success:not(:disabled):not(.disabled):active, .btn-outline-success:not(:disabled):not(.disabled).active {
    color: #fff;
    background-color: #28a745;
    border-color: #28a745; }

.show > .btn-outline-success.dropdown-toggle {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745; }

.btn-outline-success:not(:disabled):not(.disabled):active:focus, .btn-outline-success:not(:disabled):not(.disabled).active:focus {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5); }

.show > .btn-outline-success.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5); }

.btn-outline-info {
  color: #17a2b8;
  background-color: transparent;
  background-image: none;
  border-color: #17a2b8; }
  .btn-outline-info:hover {
    color: #fff;
    background-color: #17a2b8;
    border-color: #17a2b8; }
  .btn-outline-info:focus, .btn-outline-info.focus {
    box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5); }
  .btn-outline-info.disabled, .btn-outline-info:disabled {
    color: #17a2b8;
    background-color: transparent; }
  .btn-outline-info:not(:disabled):not(.disabled):active, .btn-outline-info:not(:disabled):not(.disabled).active {
    color: #fff;
    background-color: #17a2b8;
    border-color: #17a2b8; }

.show > .btn-outline-info.dropdown-toggle {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8; }

.btn-outline-info:not(:disabled):not(.disabled):active:focus, .btn-outline-info:not(:disabled):not(.disabled).active:focus {
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5); }

.show > .btn-outline-info.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5); }

.btn-outline-warning {
  color: #ffc107;
  background-color: transparent;
  background-image: none;
  border-color: #ffc107; }
  .btn-outline-warning:hover {
    color: #212529;
    background-color: #ffc107;
    border-color: #ffc107; }
  .btn-outline-warning:focus, .btn-outline-warning.focus {
    box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5); }
  .btn-outline-warning.disabled, .btn-outline-warning:disabled {
    color: #ffc107;
    background-color: transparent; }
  .btn-outline-warning:not(:disabled):not(.disabled):active, .btn-outline-warning:not(:disabled):not(.disabled).active {
    color: #212529;
    background-color: #ffc107;
    border-color: #ffc107; }

.show > .btn-outline-warning.dropdown-toggle {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107; }

.btn-outline-warning:not(:disabled):not(.disabled):active:focus, .btn-outline-warning:not(:disabled):not(.disabled).active:focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5); }

.show > .btn-outline-warning.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5); }

.btn-outline-danger {
  color: #dc3545;
  background-color: transparent;
  background-image: none;
  border-color: #dc3545; }
  .btn-outline-danger:hover {
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545; }
  .btn-outline-danger:focus, .btn-outline-danger.focus {
    box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5); }
  .btn-outline-danger.disabled, .btn-outline-danger:disabled {
    color: #dc3545;
    background-color: transparent; }
  .btn-outline-danger:not(:disabled):not(.disabled):active, .btn-outline-danger:not(:disabled):not(.disabled).active {
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545; }

.show > .btn-outline-danger.dropdown-toggle {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545; }

.btn-outline-danger:not(:disabled):not(.disabled):active:focus, .btn-outline-danger:not(:disabled):not(.disabled).active:focus {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5); }

.show > .btn-outline-danger.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5); }

.btn-outline-light {
  color: #f8f9fa;
  background-color: transparent;
  background-image: none;
  border-color: #f8f9fa; }
  .btn-outline-light:hover {
    color: #212529;
    background-color: #f8f9fa;
    border-color: #f8f9fa; }
  .btn-outline-light:focus, .btn-outline-light.focus {
    box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5); }
  .btn-outline-light.disabled, .btn-outline-light:disabled {
    color: #f8f9fa;
    background-color: transparent; }
  .btn-outline-light:not(:disabled):not(.disabled):active, .btn-outline-light:not(:disabled):not(.disabled).active {
    color: #212529;
    background-color: #f8f9fa;
    border-color: #f8f9fa; }

.show > .btn-outline-light.dropdown-toggle {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa; }

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

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

.btn-outline-dark {
  color: #343a40;
  background-color: transparent;
  background-image: none;
  border-color: #343a40; }
  .btn-outline-dark:hover {
    color: #fff;
    background-color: #343a40;
    border-color: #343a40; }
  .btn-outline-dark:focus, .btn-outline-dark.focus {
    box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5); }
  .btn-outline-dark.disabled, .btn-outline-dark:disabled {
    color: #343a40;
    background-color: transparent; }
  .btn-outline-dark:not(:disabled):not(.disabled):active, .btn-outline-dark:not(:disabled):not(.disabled).active {
    color: #fff;
    background-color: #343a40;
    border-color: #343a40; }

.show > .btn-outline-dark.dropdown-toggle {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40; }

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

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

.btn-link {
  font-weight: 400;
  color: #007bff;
  background-color: transparent; }
  .btn-link:hover {
    color: #0056b3;
    text-decoration: underline;
    background-color: transparent;
    border-color: transparent; }
  .btn-link:focus, .btn-link.focus {
    text-decoration: underline;
    border-color: transparent;
    box-shadow: none; }
  .btn-link:disabled, .btn-link.disabled {
    color: #6c757d;
    pointer-events: none; }

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

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

.btn-block {
  display: block;
  width: 100%; }
  .btn-block + .btn-block {
    margin-top: 0.5rem; }

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

.fade {
  transition: opacity 0.15s linear; }
  .fade:not(.show) {
    opacity: 0; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.dropdown-divider {
  height: 0;
  margin: 0.5rem 0;
  overflow: hidden;
  border-top: 1px solid #e9ecef; }

.dropdown-item {
  display: block;
  width: 100%;
  padding: 0.25rem 1.5rem;
  clear: both;
  font-weight: 400;
  color: #212529;
  text-align: inherit;
  white-space: nowrap;
  background-color: transparent;
  border: 0; }
  .dropdown-item:hover, .dropdown-item:focus {
    color: #16181b;
    text-decoration: none;
    background-color: #f8f9fa; }
  .dropdown-item.active, .dropdown-item:active {
    color: #fff;
    text-decoration: none;
    background-color: #007bff; }
  .dropdown-item.disabled, .dropdown-item:disabled {
    color: #6c757d;
    background-color: transparent; }

.dropdown-menu.show {
  display: block; }

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

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

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

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

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

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

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

.btn-group .btn + .btn, .btn-group .btn + .btn-group {
  margin-left: -1px; }

.btn-group .btn-group + .btn, .btn-group .btn-group + .btn-group {
  margin-left: -1px; }

.btn-group-vertical .btn + .btn, .btn-group-vertical .btn + .btn-group {
  margin-left: -1px; }

.btn-group-vertical .btn-group + .btn, .btn-group-vertical .btn-group + .btn-group {
  margin-left: -1px; }

.btn-toolbar {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: start;
  justify-content: flex-start; }
  .btn-toolbar .input-group {
    width: auto; }

.btn-group > .btn:first-child {
  margin-left: 0; }

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

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

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

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

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

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

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

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

.btn-group-vertical {
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: center;
  justify-content: center; }
  .btn-group-vertical .btn, .btn-group-vertical .btn-group {
    width: 100%; }
  .btn-group-vertical > .btn + .btn, .btn-group-vertical > .btn + .btn-group {
    margin-top: -1px;
    margin-left: 0; }
  .btn-group-vertical > .btn-group + .btn, .btn-group-vertical > .btn-group + .btn-group {
    margin-top: -1px;
    margin-left: 0; }
  .btn-group-vertical > .btn:not(:last-child):not(.dropdown-toggle), .btn-group-vertical > .btn-group:not(:last-child) > .btn {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0; }
  .btn-group-vertical > .btn:not(:first-child), .btn-group-vertical > .btn-group:not(:first-child) > .btn {
    border-top-left-radius: 0;
    border-top-right-radius: 0; }

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

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

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

.input-group {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: stretch;
  align-items: stretch;
  width: 100%; }
  .input-group > .form-control, .input-group > .custom-select, .input-group > .custom-file {
    position: relative;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    width: 1%;
    margin-bottom: 0; }
  .input-group > .form-control + .form-control, .input-group > .form-control + .custom-select, .input-group > .form-control + .custom-file {
    margin-left: -1px; }
  .input-group > .custom-select + .form-control, .input-group > .custom-select + .custom-select, .input-group > .custom-select + .custom-file {
    margin-left: -1px; }
  .input-group > .custom-file + .form-control, .input-group > .custom-file + .custom-select, .input-group > .custom-file + .custom-file {
    margin-left: -1px; }
  .input-group > .form-control:focus, .input-group > .custom-select:focus {
    z-index: 3; }
  .input-group > .custom-file .custom-file-input:focus {
    z-index: 4; }
    .input-group > .custom-file .custom-file-input:focus ~ .custom-file-label {
      z-index: 3; }
  .input-group > .form-control:not(:last-child), .input-group > .custom-select:not(:last-child) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0; }
  .input-group > .form-control:not(:first-child), .input-group > .custom-select:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0; }
  .input-group > .custom-file {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center; }
    .input-group > .custom-file:not(:last-child) .custom-file-label {
      border-top-right-radius: 0;
      border-bottom-right-radius: 0; }
      .input-group > .custom-file:not(:last-child) .custom-file-label::after {
        border-top-right-radius: 0;
        border-bottom-right-radius: 0; }
    .input-group > .custom-file:not(:first-child) .custom-file-label {
      border-top-left-radius: 0;
      border-bottom-left-radius: 0; }

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

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

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

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

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

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

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

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

.input-group-text {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  padding: 0.375rem 0.75rem;
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  text-align: center;
  white-space: nowrap;
  background-color: #e9ecef;
  border: 1px solid #ced4da;
  border-radius: 0.25rem; }
  .input-group-text input[type="radio"], .input-group-text input[type="checkbox"] {
    margin-top: 0; }

.input-group-lg > .form-control, .input-group-lg > .input-group-prepend > .input-group-text, .input-group-lg > .input-group-append > .input-group-text, .input-group-lg > .input-group-prepend > .btn, .input-group-lg > .input-group-append > .btn {
  height: calc(2.875rem + 2px);
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem; }

.input-group-sm > .form-control, .input-group-sm > .input-group-prepend > .input-group-text, .input-group-sm > .input-group-append > .input-group-text, .input-group-sm > .input-group-prepend > .btn, .input-group-sm > .input-group-append > .btn {
  height: calc(1.8125rem + 2px);
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem; }

.input-group > .input-group-prepend > .btn, .input-group > .input-group-prepend > .input-group-text {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0; }

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

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

.input-group > .input-group-append > .btn, .input-group > .input-group-append > .input-group-text {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0; }

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

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

.custom-control {
  position: relative;
  display: block;
  min-height: 1.5rem;
  padding-left: 1.5rem; }

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

.custom-control-input {
  position: absolute;
  z-index: -1;
  opacity: 0; }
  .custom-control-input:checked ~ .custom-control-label::before {
    color: #fff;
    background-color: #007bff; }
  .custom-control-input:focus ~ .custom-control-label::before {
    box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
  .custom-control-input:active ~ .custom-control-label::before {
    color: #fff;
    background-color: #b3d7ff; }
  .custom-control-input:disabled ~ .custom-control-label {
    color: #6c757d; }
    .custom-control-input:disabled ~ .custom-control-label::before {
      background-color: #e9ecef; }

.custom-control-label {
  position: relative;
  margin-bottom: 0; }
  .custom-control-label::before {
    position: absolute;
    top: 0.25rem;
    left: -1.5rem;
    display: block;
    width: 1rem;
    height: 1rem;
    pointer-events: none;
    content: "";
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: #dee2e6; }
  .custom-control-label::after {
    position: absolute;
    top: 0.25rem;
    left: -1.5rem;
    display: block;
    width: 1rem;
    height: 1rem;
    content: "";
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 50% 50%; }

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

.custom-checkbox .custom-control-input:checked ~ .custom-control-label::before {
  background-color: #007bff; }

.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3E%3C/svg%3E"); }

.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::before {
  background-color: #007bff; }

.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 4'%3E%3Cpath stroke='%23fff' d='M0 2h4'/%3E%3C/svg%3E"); }

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

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

.custom-radio .custom-control-input:checked ~ .custom-control-label::before {
  background-color: #007bff; }

.custom-radio .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3E%3Ccircle r='3' fill='%23fff'/%3E%3C/svg%3E"); }

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

.custom-select {
  display: inline-block;
  width: 100%;
  height: calc(2.25rem + 2px);
  padding: 0.375rem 1.75rem 0.375rem 0.75rem;
  line-height: 1.5;
  color: #495057;
  vertical-align: middle;
  background: #fff url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3E%3Cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E") no-repeat right 0.75rem center;
  background-size: 8px 10px;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; }
  .custom-select:focus {
    border-color: #80bdff;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(128, 189, 255, 0.5); }
    .custom-select:focus::-ms-value {
      color: #495057;
      background-color: #fff; }
  .custom-select[multiple], .custom-select[size]:not([size="1"]) {
    height: auto;
    padding-right: 0.75rem;
    background-image: none; }
  .custom-select:disabled {
    color: #6c757d;
    background-color: #e9ecef; }
  .custom-select::-ms-expand {
    opacity: 0; }

.custom-select-sm {
  height: calc(1.8125rem + 2px);
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
  font-size: 75%; }

.custom-select-lg {
  height: calc(2.875rem + 2px);
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
  font-size: 125%; }

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

.custom-file-input {
  position: relative;
  z-index: 2;
  width: 100%;
  height: calc(2.25rem + 2px);
  margin: 0;
  opacity: 0; }
  .custom-file-input:focus ~ .custom-file-label {
    border-color: #80bdff;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
    .custom-file-input:focus ~ .custom-file-label::after {
      border-color: #80bdff; }
  .custom-file-input:disabled ~ .custom-file-label {
    background-color: #e9ecef; }
  .custom-file-input:lang(en) ~ .custom-file-label::after {
    content: "Browse"; }

.custom-file-label {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1;
  height: calc(2.25rem + 2px);
  padding: 0.375rem 0.75rem;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  border: 1px solid #ced4da;
  border-radius: 0.25rem; }
  .custom-file-label::after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 3;
    display: block;
    height: 2.25rem;
    padding: 0.375rem 0.75rem;
    line-height: 1.5;
    color: #495057;
    content: "Browse";
    background-color: #e9ecef;
    border-left: 1px solid #ced4da;
    border-radius: 0 0.25rem 0.25rem 0; }

.custom-range {
  width: 100%;
  padding-left: 0;
  background-color: transparent;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; }
  .custom-range:focus {
    outline: none; }
    .custom-range:focus::-webkit-slider-thumb, .custom-range:focus::-moz-range-thumb, .custom-range:focus::-ms-thumb {
      box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
  .custom-range::-moz-focus-outer {
    border: 0; }
  .custom-range::-webkit-slider-thumb {
    width: 1rem;
    height: 1rem;
    margin-top: -0.25rem;
    background-color: #007bff;
    border: 0;
    border-radius: 1rem;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    -webkit-appearance: none;
    appearance: none; }
    .custom-range::-webkit-slider-thumb:active {
      background-color: #b3d7ff; }
  .custom-range::-webkit-slider-runnable-track {
    width: 100%;
    height: 0.5rem;
    color: transparent;
    cursor: pointer;
    background-color: #dee2e6;
    border-color: transparent;
    border-radius: 1rem; }
  .custom-range::-moz-range-thumb {
    width: 1rem;
    height: 1rem;
    background-color: #007bff;
    border: 0;
    border-radius: 1rem;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    -moz-appearance: none;
    appearance: none; }
    .custom-range::-moz-range-thumb:active {
      background-color: #b3d7ff; }
  .custom-range::-moz-range-track {
    width: 100%;
    height: 0.5rem;
    color: transparent;
    cursor: pointer;
    background-color: #dee2e6;
    border-color: transparent;
    border-radius: 1rem; }
  .custom-range::-ms-thumb {
    width: 1rem;
    height: 1rem;
    margin-top: 0;
    margin-right: 0.2rem;
    margin-left: 0.2rem;
    background-color: #007bff;
    border: 0;
    border-radius: 1rem;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    appearance: none; }
    .custom-range::-ms-thumb:active {
      background-color: #b3d7ff; }
  .custom-range::-ms-track {
    width: 100%;
    height: 0.5rem;
    color: transparent;
    cursor: pointer;
    background-color: transparent;
    border-color: transparent;
    border-width: 0.5rem; }
  .custom-range::-ms-fill-lower {
    background-color: #dee2e6;
    border-radius: 1rem; }
  .custom-range::-ms-fill-upper {
    margin-right: 15px;
    background-color: #dee2e6;
    border-radius: 1rem; }

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

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

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

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

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

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

.nav-link {
  display: block;
  padding: 0.5rem 1rem; }
  .nav-link:hover, .nav-link:focus {
    text-decoration: none; }
  .nav-link.disabled {
    color: #6c757d; }

.nav-tabs {
  border-bottom: 1px solid #dee2e6; }
  .nav-tabs .nav-item {
    margin-bottom: -1px; }
  .nav-tabs .nav-link {
    border: 1px solid transparent;
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem; }
    .nav-tabs .nav-link:hover, .nav-tabs .nav-link:focus {
      border-color: #e9ecef #e9ecef #dee2e6; }
    .nav-tabs .nav-link.disabled {
      color: #6c757d;
      background-color: transparent;
      border-color: transparent; }
    .nav-tabs .nav-link.active {
      color: #495057;
      background-color: #fff;
      border-color: #dee2e6 #dee2e6 #fff; }
  .nav-tabs .nav-item.show .nav-link {
    color: #495057;
    background-color: #fff;
    border-color: #dee2e6 #dee2e6 #fff; }
  .nav-tabs .dropdown-menu {
    margin-top: -1px;
    border-top-left-radius: 0;
    border-top-right-radius: 0; }

.nav-pills .nav-link {
  border-radius: 0.25rem; }
  .nav-pills .nav-link.active {
    color: #fff;
    background-color: #007bff; }

.nav-pills .show > .nav-link {
  color: #fff;
  background-color: #007bff; }

.nav-fill .nav-item {
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  text-align: center; }

.nav-justified .nav-item {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  text-align: center; }

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

.tab-content > .active {
  display: block; }

.navbar {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 0.5rem 1rem; }
  .navbar > .container, .navbar > .container-fluid {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: justify;
    justify-content: space-between; }

.navbar-brand {
  display: inline-block;
  padding-top: 0.3125rem;
  padding-bottom: 0.3125rem;
  margin-right: 1rem;
  font-size: 1.25rem;
  line-height: inherit;
  white-space: nowrap; }
  .navbar-brand:hover, .navbar-brand:focus {
    text-decoration: none; }

.navbar-nav {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none; }
  .navbar-nav .nav-link {
    padding-right: 0;
    padding-left: 0; }
  .navbar-nav .dropdown-menu {
    position: static;
    float: none; }

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

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

.navbar-toggler {
  padding: 0.25rem 0.75rem;
  font-size: 1.25rem;
  line-height: 1;
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: 0.25rem; }
  .navbar-toggler:hover, .navbar-toggler:focus {
    text-decoration: none; }
  .navbar-toggler:not(:disabled):not(.disabled) {
    cursor: pointer; }

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

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

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

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

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

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

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

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

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

.navbar-expand {
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -ms-flex-pack: start;
  justify-content: flex-start; }
  .navbar-expand > .container, .navbar-expand > .container-fluid {
    padding-right: 0;
    padding-left: 0; }
  .navbar-expand .navbar-nav {
    -ms-flex-direction: row;
    flex-direction: row; }
    .navbar-expand .navbar-nav .dropdown-menu {
      position: absolute; }
    .navbar-expand .navbar-nav .nav-link {
      padding-right: 0.5rem;
      padding-left: 0.5rem; }
  .navbar-expand > .container, .navbar-expand > .container-fluid {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap; }
  .navbar-expand .navbar-collapse {
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
    flex-basis: auto; }
  .navbar-expand .navbar-toggler {
    display: none; }

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

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

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

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

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

.navbar-light .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(0, 0, 0, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E"); }

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

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

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

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

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

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

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

.navbar-dark .navbar-text {
  color: rgba(255, 255, 255, 0.5); }
  .navbar-dark .navbar-text a {
    color: #fff; }
    .navbar-dark .navbar-text a:hover, .navbar-dark .navbar-text a:focus {
      color: #fff; }

.card {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid rgba(0, 0, 0, 0.125);
  border-radius: 0.25rem; }
  .card > hr {
    margin-right: 0;
    margin-left: 0; }
  .card > .list-group:first-child .list-group-item:first-child {
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem; }
  .card > .list-group:last-child .list-group-item:last-child {
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem; }

.card-body {
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1.25rem; }

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

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

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

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

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

.card-header {
  padding: 0.75rem 1.25rem;
  margin-bottom: 0;
  background-color: rgba(0, 0, 0, 0.03);
  border-bottom: 1px solid rgba(0, 0, 0, 0.125); }
  .card-header:first-child {
    border-radius: calc(0.25rem - 1px) calc(0.25rem - 1px) 0 0; }
  .card-header + .list-group .list-group-item:first-child {
    border-top: 0; }

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

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

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

.card-img-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 1.25rem; }

.card-img {
  width: 100%;
  border-radius: calc(0.25rem - 1px); }

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

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

.card-deck {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column; }
  .card-deck .card {
    margin-bottom: 15px; }

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

.card-group {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column; }
  .card-group > .card {
    margin-bottom: 15px; }

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

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

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

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

.accordion .card:not(:first-of-type) .card-header:first-child {
  border-radius: 0; }

.accordion .card:first-of-type {
  border-bottom: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0; }

.accordion .card:last-of-type {
  border-top-left-radius: 0;
  border-top-right-radius: 0; }

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

.breadcrumb-item + .breadcrumb-item {
  padding-left: 0.5rem; }
  .breadcrumb-item + .breadcrumb-item::before {
    display: inline-block;
    padding-right: 0.5rem;
    color: #6c757d;
    content: "/"; }
  .breadcrumb-item + .breadcrumb-item:hover::before {
    text-decoration: underline;
    text-decoration: none; }

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

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

.page-link {
  position: relative;
  display: block;
  padding: 0.5rem 0.75rem;
  margin-left: -1px;
  line-height: 1.25;
  color: #007bff;
  background-color: #fff;
  border: 1px solid #dee2e6; }
  .page-link:hover {
    z-index: 2;
    color: #0056b3;
    text-decoration: none;
    background-color: #e9ecef;
    border-color: #dee2e6; }
  .page-link:focus {
    z-index: 2;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
  .page-link:not(:disabled):not(.disabled) {
    cursor: pointer; }

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

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

.page-item.active .page-link {
  z-index: 1;
  color: #fff;
  background-color: #007bff;
  border-color: #007bff; }

.page-item.disabled .page-link {
  color: #6c757d;
  pointer-events: none;
  cursor: auto;
  background-color: #fff;
  border-color: #dee2e6; }

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

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

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

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

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

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

.badge {
  display: inline-block;
  padding: 0.25em 0.4em;
  font-size: 75%;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.25rem; }
  .badge:empty {
    display: none; }

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

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

.badge-primary {
  color: #fff;
  background-color: #007bff; }
  .badge-primary[href]:hover, .badge-primary[href]:focus {
    color: #fff;
    text-decoration: none;
    background-color: #0062cc; }

.badge-secondary {
  color: #fff;
  background-color: #6c757d; }
  .badge-secondary[href]:hover, .badge-secondary[href]:focus {
    color: #fff;
    text-decoration: none;
    background-color: #545b62; }

.badge-success {
  color: #fff;
  background-color: #28a745; }
  .badge-success[href]:hover, .badge-success[href]:focus {
    color: #fff;
    text-decoration: none;
    background-color: #1e7e34; }

.badge-info {
  color: #fff;
  background-color: #17a2b8; }
  .badge-info[href]:hover, .badge-info[href]:focus {
    color: #fff;
    text-decoration: none;
    background-color: #117a8b; }

.badge-warning {
  color: #212529;
  background-color: #ffc107; }
  .badge-warning[href]:hover, .badge-warning[href]:focus {
    color: #212529;
    text-decoration: none;
    background-color: #d39e00; }

.badge-danger {
  color: #fff;
  background-color: #dc3545; }
  .badge-danger[href]:hover, .badge-danger[href]:focus {
    color: #fff;
    text-decoration: none;
    background-color: #bd2130; }

.badge-light {
  color: #212529;
  background-color: #f8f9fa; }
  .badge-light[href]:hover, .badge-light[href]:focus {
    color: #212529;
    text-decoration: none;
    background-color: #dae0e5; }

.badge-dark {
  color: #fff;
  background-color: #343a40; }
  .badge-dark[href]:hover, .badge-dark[href]:focus {
    color: #fff;
    text-decoration: none;
    background-color: #1d2124; }

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

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

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

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

.alert-heading {
  color: inherit; }

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

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

.alert-primary {
  color: #004085;
  background-color: #cce5ff;
  border-color: #b8daff; }
  .alert-primary hr {
    border-top-color: #9fcdff; }
  .alert-primary .alert-link {
    color: #002752; }

.alert-secondary {
  color: #383d41;
  background-color: #e2e3e5;
  border-color: #d6d8db; }
  .alert-secondary hr {
    border-top-color: #c8cbcf; }
  .alert-secondary .alert-link {
    color: #202326; }

.alert-success {
  color: #155724;
  background-color: #d4edda;
  border-color: #c3e6cb; }
  .alert-success hr {
    border-top-color: #b1dfbb; }
  .alert-success .alert-link {
    color: #0b2e13; }

.alert-info {
  color: #0c5460;
  background-color: #d1ecf1;
  border-color: #bee5eb; }
  .alert-info hr {
    border-top-color: #abdde5; }
  .alert-info .alert-link {
    color: #062c33; }

.alert-warning {
  color: #856404;
  background-color: #fff3cd;
  border-color: #ffeeba; }
  .alert-warning hr {
    border-top-color: #ffe8a1; }
  .alert-warning .alert-link {
    color: #533f03; }

.alert-danger {
  color: #721c24;
  background-color: #f8d7da;
  border-color: #f5c6cb; }
  .alert-danger hr {
    border-top-color: #f1b0b7; }
  .alert-danger .alert-link {
    color: #491217; }

.alert-light {
  color: #818182;
  background-color: #fefefe;
  border-color: #fdfdfe; }
  .alert-light hr {
    border-top-color: #ececf6; }
  .alert-light .alert-link {
    color: #686868; }

.alert-dark {
  color: #1b1e21;
  background-color: #d6d8d9;
  border-color: #c6c8ca; }
  .alert-dark hr {
    border-top-color: #b9bbbe; }
  .alert-dark .alert-link {
    color: #040505; }

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

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

.progress {
  display: -ms-flexbox;
  display: flex;
  height: 1rem;
  overflow: hidden;
  font-size: 0.75rem;
  background-color: #e9ecef;
  border-radius: 0.25rem; }

.progress-bar {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: center;
  justify-content: center;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  background-color: #007bff;
  transition: width 0.6s ease; }

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

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

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

.media {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start; }

.media-body {
  -ms-flex: 1;
  flex: 1; }

.list-group {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0; }

.list-group-item-action {
  width: 100%;
  color: #495057;
  text-align: inherit; }
  .list-group-item-action:hover, .list-group-item-action:focus {
    color: #495057;
    text-decoration: none;
    background-color: #f8f9fa; }
  .list-group-item-action:active {
    color: #212529;
    background-color: #e9ecef; }

.list-group-item {
  position: relative;
  display: block;
  padding: 0.75rem 1.25rem;
  margin-bottom: -1px;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.125); }
  .list-group-item:first-child {
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem; }
  .list-group-item:last-child {
    margin-bottom: 0;
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem; }
  .list-group-item:hover, .list-group-item:focus {
    z-index: 1;
    text-decoration: none; }
  .list-group-item.disabled, .list-group-item:disabled {
    color: #6c757d;
    background-color: #fff; }
  .list-group-item.active {
    z-index: 2;
    color: #fff;
    background-color: #007bff;
    border-color: #007bff; }

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

.list-group-flush:first-child .list-group-item:first-child {
  border-top: 0; }

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

.list-group-item-primary {
  color: #004085;
  background-color: #b8daff; }
  .list-group-item-primary.list-group-item-action:hover, .list-group-item-primary.list-group-item-action:focus {
    color: #004085;
    background-color: #9fcdff; }
  .list-group-item-primary.list-group-item-action.active {
    color: #fff;
    background-color: #004085;
    border-color: #004085; }

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

.list-group-item-success {
  color: #155724;
  background-color: #c3e6cb; }
  .list-group-item-success.list-group-item-action:hover, .list-group-item-success.list-group-item-action:focus {
    color: #155724;
    background-color: #b1dfbb; }
  .list-group-item-success.list-group-item-action.active {
    color: #fff;
    background-color: #155724;
    border-color: #155724; }

.list-group-item-info {
  color: #0c5460;
  background-color: #bee5eb; }
  .list-group-item-info.list-group-item-action:hover, .list-group-item-info.list-group-item-action:focus {
    color: #0c5460;
    background-color: #abdde5; }
  .list-group-item-info.list-group-item-action.active {
    color: #fff;
    background-color: #0c5460;
    border-color: #0c5460; }

.list-group-item-warning {
  color: #856404;
  background-color: #ffeeba; }
  .list-group-item-warning.list-group-item-action:hover, .list-group-item-warning.list-group-item-action:focus {
    color: #856404;
    background-color: #ffe8a1; }
  .list-group-item-warning.list-group-item-action.active {
    color: #fff;
    background-color: #856404;
    border-color: #856404; }

.list-group-item-danger {
  color: #721c24;
  background-color: #f5c6cb; }
  .list-group-item-danger.list-group-item-action:hover, .list-group-item-danger.list-group-item-action:focus {
    color: #721c24;
    background-color: #f1b0b7; }
  .list-group-item-danger.list-group-item-action.active {
    color: #fff;
    background-color: #721c24;
    border-color: #721c24; }

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

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

.close {
  float: right;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: .5; }
  .close:not(:disabled):not(.disabled) {
    cursor: pointer; }
    .close:not(:disabled):not(.disabled):hover, .close:not(:disabled):not(.disabled):focus {
      color: #000;
      text-decoration: none;
      opacity: .75; }

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

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

.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  display: none;
  overflow: hidden;
  outline: 0; }

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

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

.modal.show .modal-dialog {
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0); }

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

.modal-dialog-centered {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (0.5rem * 2)); }
  .modal-dialog-centered::before {
    display: block;
    height: calc(100vh - (0.5rem * 2));
    content: ""; }

.modal-content {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
  outline: 0; }

.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000; }
  .modal-backdrop.fade {
    opacity: 0; }
  .modal-backdrop.show {
    opacity: 0.5; }

.modal-header {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem;
  border-bottom: 1px solid #e9ecef;
  border-top-left-radius: 0.3rem;
  border-top-right-radius: 0.3rem; }
  .modal-header .close {
    padding: 1rem;
    margin: -1rem -1rem -1rem auto; }

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

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

.modal-footer {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: end;
  justify-content: flex-end;
  padding: 1rem;
  border-top: 1px solid #e9ecef; }
  .modal-footer > :not(:first-child) {
    margin-left: .25rem; }
  .modal-footer > :not(:last-child) {
    margin-right: .25rem; }

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

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

@media (min-width: 992px) {
  .modal-lg {
    max-width: 800px; } }

.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 0.875rem;
  word-wrap: break-word;
  opacity: 0; }
  .tooltip.show {
    opacity: 0.9; }
  .tooltip .arrow {
    position: absolute;
    display: block;
    width: 0.8rem;
    height: 0.4rem; }
    .tooltip .arrow::before {
      position: absolute;
      content: "";
      border-color: transparent;
      border-style: solid; }

.bs-tooltip-top, .bs-tooltip-auto[x-placement^="top"] {
  padding: 0.4rem 0; }

.bs-tooltip-top .arrow, .bs-tooltip-auto[x-placement^="top"] .arrow {
  bottom: 0; }

.bs-tooltip-top .arrow::before, .bs-tooltip-auto[x-placement^="top"] .arrow::before {
  top: 0;
  border-width: 0.4rem 0.4rem 0;
  border-top-color: #000; }

.bs-tooltip-right, .bs-tooltip-auto[x-placement^="right"] {
  padding: 0 0.4rem; }

.bs-tooltip-right .arrow, .bs-tooltip-auto[x-placement^="right"] .arrow {
  left: 0;
  width: 0.4rem;
  height: 0.8rem; }

.bs-tooltip-right .arrow::before, .bs-tooltip-auto[x-placement^="right"] .arrow::before {
  right: 0;
  border-width: 0.4rem 0.4rem 0.4rem 0;
  border-right-color: #000; }

.bs-tooltip-bottom, .bs-tooltip-auto[x-placement^="bottom"] {
  padding: 0.4rem 0; }

.bs-tooltip-bottom .arrow, .bs-tooltip-auto[x-placement^="bottom"] .arrow {
  top: 0; }

.bs-tooltip-bottom .arrow::before, .bs-tooltip-auto[x-placement^="bottom"] .arrow::before {
  bottom: 0;
  border-width: 0 0.4rem 0.4rem;
  border-bottom-color: #000; }

.bs-tooltip-left, .bs-tooltip-auto[x-placement^="left"] {
  padding: 0 0.4rem; }

.bs-tooltip-left .arrow, .bs-tooltip-auto[x-placement^="left"] .arrow {
  right: 0;
  width: 0.4rem;
  height: 0.8rem; }

.bs-tooltip-left .arrow::before, .bs-tooltip-auto[x-placement^="left"] .arrow::before {
  left: 0;
  border-width: 0.4rem 0 0.4rem 0.4rem;
  border-left-color: #000; }

.tooltip-inner {
  max-width: 200px;
  padding: 0.25rem 0.5rem;
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: 0.25rem; }

.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: block;
  max-width: 276px;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 0.875rem;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem; }
  .popover .arrow {
    position: absolute;
    display: block;
    width: 1rem;
    height: 0.5rem;
    margin: 0 0.3rem; }
    .popover .arrow::before, .popover .arrow::after {
      position: absolute;
      display: block;
      content: "";
      border-color: transparent;
      border-style: solid; }

.bs-popover-top, .bs-popover-auto[x-placement^="top"] {
  margin-bottom: 0.5rem; }

.bs-popover-top .arrow, .bs-popover-auto[x-placement^="top"] .arrow {
  bottom: calc((0.5rem + 1px) * -1); }

.bs-popover-top .arrow::before, .bs-popover-auto[x-placement^="top"] .arrow::before, .bs-popover-top .arrow::after, .bs-popover-auto[x-placement^="top"] .arrow::after {
  border-width: 0.5rem 0.5rem 0; }

.bs-popover-top .arrow::before, .bs-popover-auto[x-placement^="top"] .arrow::before {
  bottom: 0;
  border-top-color: rgba(0, 0, 0, 0.25); }

.bs-popover-top .arrow::after, .bs-popover-auto[x-placement^="top"] .arrow::after {
  bottom: 1px;
  border-top-color: #fff; }

.bs-popover-right, .bs-popover-auto[x-placement^="right"] {
  margin-left: 0.5rem; }

.bs-popover-right .arrow, .bs-popover-auto[x-placement^="right"] .arrow {
  left: calc((0.5rem + 1px) * -1);
  width: 0.5rem;
  height: 1rem;
  margin: 0.3rem 0; }

.bs-popover-right .arrow::before, .bs-popover-auto[x-placement^="right"] .arrow::before, .bs-popover-right .arrow::after, .bs-popover-auto[x-placement^="right"] .arrow::after {
  border-width: 0.5rem 0.5rem 0.5rem 0; }

.bs-popover-right .arrow::before, .bs-popover-auto[x-placement^="right"] .arrow::before {
  left: 0;
  border-right-color: rgba(0, 0, 0, 0.25); }

.bs-popover-right .arrow::after, .bs-popover-auto[x-placement^="right"] .arrow::after {
  left: 1px;
  border-right-color: #fff; }

.bs-popover-bottom, .bs-popover-auto[x-placement^="bottom"] {
  margin-top: 0.5rem; }

.bs-popover-bottom .arrow, .bs-popover-auto[x-placement^="bottom"] .arrow {
  top: calc((0.5rem + 1px) * -1); }

.bs-popover-bottom .arrow::before, .bs-popover-auto[x-placement^="bottom"] .arrow::before, .bs-popover-bottom .arrow::after, .bs-popover-auto[x-placement^="bottom"] .arrow::after {
  border-width: 0 0.5rem 0.5rem 0.5rem; }

.bs-popover-bottom .arrow::before, .bs-popover-auto[x-placement^="bottom"] .arrow::before {
  top: 0;
  border-bottom-color: rgba(0, 0, 0, 0.25); }

.bs-popover-bottom .arrow::after, .bs-popover-auto[x-placement^="bottom"] .arrow::after {
  top: 1px;
  border-bottom-color: #fff; }

.bs-popover-bottom .popover-header::before, .bs-popover-auto[x-placement^="bottom"] .popover-header::before {
  position: absolute;
  top: 0;
  left: 50%;
  display: block;
  width: 1rem;
  margin-left: -0.5rem;
  content: "";
  border-bottom: 1px solid #f7f7f7; }

.bs-popover-left, .bs-popover-auto[x-placement^="left"] {
  margin-right: 0.5rem; }

.bs-popover-left .arrow, .bs-popover-auto[x-placement^="left"] .arrow {
  right: calc((0.5rem + 1px) * -1);
  width: 0.5rem;
  height: 1rem;
  margin: 0.3rem 0; }

.bs-popover-left .arrow::before, .bs-popover-auto[x-placement^="left"] .arrow::before, .bs-popover-left .arrow::after, .bs-popover-auto[x-placement^="left"] .arrow::after {
  border-width: 0.5rem 0 0.5rem 0.5rem; }

.bs-popover-left .arrow::before, .bs-popover-auto[x-placement^="left"] .arrow::before {
  right: 0;
  border-left-color: rgba(0, 0, 0, 0.25); }

.bs-popover-left .arrow::after, .bs-popover-auto[x-placement^="left"] .arrow::after {
  right: 1px;
  border-left-color: #fff; }

.popover-header {
  padding: 0.5rem 0.75rem;
  margin-bottom: 0;
  font-size: 1rem;
  color: inherit;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-top-left-radius: calc(0.3rem - 1px);
  border-top-right-radius: calc(0.3rem - 1px); }
  .popover-header:empty {
    display: none; }

.popover-body {
  padding: 0.5rem 0.75rem;
  color: #212529; }

.carousel {
  position: relative; }

.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden; }

.carousel-item {
  position: relative;
  display: none;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-perspective: 1000px;
  perspective: 1000px; }
  .carousel-item.active {
    display: block;
    transition: -webkit-transform 0.6s ease;
    transition: transform 0.6s ease;
    transition: transform 0.6s ease, -webkit-transform 0.6s ease; }

.carousel-item-next, .carousel-item-prev {
  display: block;
  transition: -webkit-transform 0.6s ease;
  transition: transform 0.6s ease;
  transition: transform 0.6s ease, -webkit-transform 0.6s ease; }

@media screen and (prefers-reduced-motion: reduce) {
  .carousel-item.active, .carousel-item-next, .carousel-item-prev {
    transition: none; } }

.carousel-item-next, .carousel-item-prev {
  position: absolute;
  top: 0; }

.carousel-item-next.carousel-item-left, .carousel-item-prev.carousel-item-right {
  -webkit-transform: translateX(0);
  transform: translateX(0); }

@supports (-webkit-transform-style: preserve-3d) or (transform-style: preserve-3d) {
  .carousel-item-next.carousel-item-left, .carousel-item-prev.carousel-item-right {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

.carousel-item-next, .active.carousel-item-right {
  -webkit-transform: translateX(100%);
  transform: translateX(100%); }

@supports (-webkit-transform-style: preserve-3d) or (transform-style: preserve-3d) {
  .carousel-item-next, .active.carousel-item-right {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0); } }

.carousel-item-prev, .active.carousel-item-left {
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%); }

@supports (-webkit-transform-style: preserve-3d) or (transform-style: preserve-3d) {
  .carousel-item-prev, .active.carousel-item-left {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0); } }

.carousel-fade .carousel-item {
  opacity: 0;
  transition-duration: .6s;
  transition-property: opacity; }
  .carousel-fade .carousel-item.active {
    opacity: 1; }

.carousel-fade .carousel-item-next.carousel-item-left, .carousel-fade .carousel-item-prev.carousel-item-right {
  opacity: 1; }

.carousel-fade .active.carousel-item-left, .carousel-fade .active.carousel-item-right {
  opacity: 0; }

.carousel-fade .carousel-item-next, .carousel-fade .carousel-item-prev, .carousel-fade .carousel-item.active {
  -webkit-transform: translateX(0);
  transform: translateX(0); }

.carousel-fade .active.carousel-item-left, .carousel-fade .active.carousel-item-prev {
  -webkit-transform: translateX(0);
  transform: translateX(0); }

@supports (-webkit-transform-style: preserve-3d) or (transform-style: preserve-3d) {
  .carousel-fade .carousel-item-next, .carousel-fade .carousel-item-prev, .carousel-fade .carousel-item.active {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  .carousel-fade .active.carousel-item-left, .carousel-fade .active.carousel-item-prev {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

.carousel-control-prev, .carousel-control-next {
  position: absolute;
  top: 0;
  bottom: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 15%;
  color: #fff;
  text-align: center;
  opacity: 0.5; }

.carousel-control-prev:hover, .carousel-control-prev:focus {
  color: #fff;
  text-decoration: none;
  outline: 0;
  opacity: .9; }

.carousel-control-next:hover, .carousel-control-next:focus {
  color: #fff;
  text-decoration: none;
  outline: 0;
  opacity: .9; }

.carousel-control-prev {
  left: 0; }

.carousel-control-next {
  right: 0; }

.carousel-control-prev-icon, .carousel-control-next-icon {
  display: inline-block;
  width: 20px;
  height: 20px;
  background: transparent no-repeat center center;
  background-size: 100% 100%; }

.carousel-control-prev-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3E%3Cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3E%3C/svg%3E"); }

.carousel-control-next-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3E%3Cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3E%3C/svg%3E"); }

.carousel-indicators {
  position: absolute;
  right: 0;
  bottom: 10px;
  left: 0;
  z-index: 15;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  padding-left: 0;
  margin-right: 15%;
  margin-left: 15%;
  list-style: none; }
  .carousel-indicators li {
    position: relative;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    width: 30px;
    height: 3px;
    margin-right: 3px;
    margin-left: 3px;
    text-indent: -999px;
    cursor: pointer;
    background-color: rgba(255, 255, 255, 0.5); }
    .carousel-indicators li::before {
      position: absolute;
      top: -10px;
      left: 0;
      display: inline-block;
      width: 100%;
      height: 10px;
      content: ""; }
    .carousel-indicators li::after {
      position: absolute;
      bottom: -10px;
      left: 0;
      display: inline-block;
      width: 100%;
      height: 10px;
      content: ""; }
  .carousel-indicators .active {
    background-color: #fff; }

.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 20px;
  left: 15%;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center; }

.align-baseline {
  vertical-align: baseline !important; }

.align-top {
  vertical-align: top !important; }

.align-middle {
  vertical-align: middle !important; }

.align-bottom {
  vertical-align: bottom !important; }

.align-text-bottom {
  vertical-align: text-bottom !important; }

.align-text-top {
  vertical-align: text-top !important; }

.bg-primary {
  background-color: #007bff !important; }

a.bg-primary:hover, a.bg-primary:focus {
  background-color: #0062cc !important; }

button.bg-primary:hover, button.bg-primary:focus {
  background-color: #0062cc !important; }

.bg-secondary {
  background-color: #6c757d !important; }

a.bg-secondary:hover, a.bg-secondary:focus {
  background-color: #545b62 !important; }

button.bg-secondary:hover, button.bg-secondary:focus {
  background-color: #545b62 !important; }

.bg-success {
  background-color: #28a745 !important; }

a.bg-success:hover, a.bg-success:focus {
  background-color: #1e7e34 !important; }

button.bg-success:hover, button.bg-success:focus {
  background-color: #1e7e34 !important; }

.bg-info {
  background-color: #17a2b8 !important; }

a.bg-info:hover, a.bg-info:focus {
  background-color: #117a8b !important; }

button.bg-info:hover, button.bg-info:focus {
  background-color: #117a8b !important; }

.bg-warning {
  background-color: #ffc107 !important; }

a.bg-warning:hover, a.bg-warning:focus {
  background-color: #d39e00 !important; }

button.bg-warning:hover, button.bg-warning:focus {
  background-color: #d39e00 !important; }

.bg-danger {
  background-color: #dc3545 !important; }

a.bg-danger:hover, a.bg-danger:focus {
  background-color: #bd2130 !important; }

button.bg-danger:hover, button.bg-danger:focus {
  background-color: #bd2130 !important; }

.bg-light {
  background-color: #f8f9fa !important; }

a.bg-light:hover, a.bg-light:focus {
  background-color: #dae0e5 !important; }

button.bg-light:hover, button.bg-light:focus {
  background-color: #dae0e5 !important; }

.bg-dark {
  background-color: #343a40 !important; }

a.bg-dark:hover, a.bg-dark:focus {
  background-color: #1d2124 !important; }

button.bg-dark:hover, button.bg-dark:focus {
  background-color: #1d2124 !important; }

.bg-white {
  background-color: #fff !important; }

.bg-transparent {
  background-color: transparent !important; }

.border {
  border: 1px solid #dee2e6 !important; }

.border-top {
  border-top: 1px solid #dee2e6 !important; }

.border-right {
  border-right: 1px solid #dee2e6 !important; }

.border-bottom {
  border-bottom: 1px solid #dee2e6 !important; }

.border-left {
  border-left: 1px solid #dee2e6 !important; }

.border-0 {
  border: 0 !important; }

.border-top-0 {
  border-top: 0 !important; }

.border-right-0 {
  border-right: 0 !important; }

.border-bottom-0 {
  border-bottom: 0 !important; }

.border-left-0 {
  border-left: 0 !important; }

.border-primary {
  border-color: #007bff !important; }

.border-secondary {
  border-color: #6c757d !important; }

.border-success {
  border-color: #28a745 !important; }

.border-info {
  border-color: #17a2b8 !important; }

.border-warning {
  border-color: #ffc107 !important; }

.border-danger {
  border-color: #dc3545 !important; }

.border-light {
  border-color: #f8f9fa !important; }

.border-dark {
  border-color: #343a40 !important; }

.border-white {
  border-color: #fff !important; }

.rounded {
  border-radius: 0.25rem !important; }

.rounded-top {
  border-top-left-radius: 0.25rem !important;
  border-top-right-radius: 0.25rem !important; }

.rounded-right {
  border-top-right-radius: 0.25rem !important;
  border-bottom-right-radius: 0.25rem !important; }

.rounded-bottom {
  border-bottom-right-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important; }

.rounded-left {
  border-top-left-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important; }

.rounded-circle {
  border-radius: 50% !important; }

.rounded-0 {
  border-radius: 0 !important; }

.clearfix::after {
  display: block;
  clear: both;
  content: ""; }

.d-none {
  display: none !important; }

.d-inline {
  display: inline !important; }

.d-inline-block {
  display: inline-block !important; }

.d-block {
  display: block !important; }

.d-table {
  display: table !important; }

.d-table-row {
  display: table-row !important; }

.d-table-cell {
  display: table-cell !important; }

.d-flex {
  display: -ms-flexbox !important;
  display: flex !important; }

.d-inline-flex {
  display: -ms-inline-flexbox !important;
  display: inline-flex !important; }

@media (min-width: 576px) {
  .d-sm-none {
    display: none !important; }
  .d-sm-inline {
    display: inline !important; }
  .d-sm-inline-block {
    display: inline-block !important; }
  .d-sm-block {
    display: block !important; }
  .d-sm-table {
    display: table !important; }
  .d-sm-table-row {
    display: table-row !important; }
  .d-sm-table-cell {
    display: table-cell !important; }
  .d-sm-flex {
    display: -ms-flexbox !important;
    display: flex !important; }
  .d-sm-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important; } }

@media (min-width: 768px) {
  .d-md-none {
    display: none !important; }
  .d-md-inline {
    display: inline !important; }
  .d-md-inline-block {
    display: inline-block !important; }
  .d-md-block {
    display: block !important; }
  .d-md-table {
    display: table !important; }
  .d-md-table-row {
    display: table-row !important; }
  .d-md-table-cell {
    display: table-cell !important; }
  .d-md-flex {
    display: -ms-flexbox !important;
    display: flex !important; }
  .d-md-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important; } }

@media (min-width: 992px) {
  .d-lg-none {
    display: none !important; }
  .d-lg-inline {
    display: inline !important; }
  .d-lg-inline-block {
    display: inline-block !important; }
  .d-lg-block {
    display: block !important; }
  .d-lg-table {
    display: table !important; }
  .d-lg-table-row {
    display: table-row !important; }
  .d-lg-table-cell {
    display: table-cell !important; }
  .d-lg-flex {
    display: -ms-flexbox !important;
    display: flex !important; }
  .d-lg-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important; } }

@media (min-width: 1200px) {
  .d-xl-none {
    display: none !important; }
  .d-xl-inline {
    display: inline !important; }
  .d-xl-inline-block {
    display: inline-block !important; }
  .d-xl-block {
    display: block !important; }
  .d-xl-table {
    display: table !important; }
  .d-xl-table-row {
    display: table-row !important; }
  .d-xl-table-cell {
    display: table-cell !important; }
  .d-xl-flex {
    display: -ms-flexbox !important;
    display: flex !important; }
  .d-xl-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important; } }

@media print {
  .d-print-none {
    display: none !important; }
  .d-print-inline {
    display: inline !important; }
  .d-print-inline-block {
    display: inline-block !important; }
  .d-print-block {
    display: block !important; }
  .d-print-table {
    display: table !important; }
  .d-print-table-row {
    display: table-row !important; }
  .d-print-table-cell {
    display: table-cell !important; }
  .d-print-flex {
    display: -ms-flexbox !important;
    display: flex !important; }
  .d-print-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important; } }

.embed-responsive {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden; }
  .embed-responsive::before {
    display: block;
    content: ""; }
  .embed-responsive .embed-responsive-item, .embed-responsive iframe, .embed-responsive embed, .embed-responsive object, .embed-responsive video {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0; }

.embed-responsive-21by9::before {
  padding-top: 42.857143%; }

.embed-responsive-16by9::before {
  padding-top: 56.25%; }

.embed-responsive-4by3::before {
  padding-top: 75%; }

.embed-responsive-1by1::before {
  padding-top: 100%; }

.flex-row {
  -ms-flex-direction: row !important;
  flex-direction: row !important; }

.flex-column {
  -ms-flex-direction: column !important;
  flex-direction: column !important; }

.flex-row-reverse {
  -ms-flex-direction: row-reverse !important;
  flex-direction: row-reverse !important; }

.flex-column-reverse {
  -ms-flex-direction: column-reverse !important;
  flex-direction: column-reverse !important; }

.flex-wrap {
  -ms-flex-wrap: wrap !important;
  flex-wrap: wrap !important; }

.flex-nowrap {
  -ms-flex-wrap: nowrap !important;
  flex-wrap: nowrap !important; }

.flex-wrap-reverse {
  -ms-flex-wrap: wrap-reverse !important;
  flex-wrap: wrap-reverse !important; }

.flex-fill {
  -ms-flex: 1 1 auto !important;
  flex: 1 1 auto !important; }

.flex-grow-0 {
  -ms-flex-positive: 0 !important;
  flex-grow: 0 !important; }

.flex-grow-1 {
  -ms-flex-positive: 1 !important;
  flex-grow: 1 !important; }

.flex-shrink-0 {
  -ms-flex-negative: 0 !important;
  flex-shrink: 0 !important; }

.flex-shrink-1 {
  -ms-flex-negative: 1 !important;
  flex-shrink: 1 !important; }

.justify-content-start {
  -ms-flex-pack: start !important;
  justify-content: flex-start !important; }

.justify-content-end {
  -ms-flex-pack: end !important;
  justify-content: flex-end !important; }

.justify-content-center {
  -ms-flex-pack: center !important;
  justify-content: center !important; }

.justify-content-between {
  -ms-flex-pack: justify !important;
  justify-content: space-between !important; }

.justify-content-around {
  -ms-flex-pack: distribute !important;
  justify-content: space-around !important; }

.align-items-start {
  -ms-flex-align: start !important;
  align-items: flex-start !important; }

.align-items-end {
  -ms-flex-align: end !important;
  align-items: flex-end !important; }

.align-items-center {
  -ms-flex-align: center !important;
  align-items: center !important; }

.align-items-baseline {
  -ms-flex-align: baseline !important;
  align-items: baseline !important; }

.align-items-stretch {
  -ms-flex-align: stretch !important;
  align-items: stretch !important; }

.align-content-start {
  -ms-flex-line-pack: start !important;
  align-content: flex-start !important; }

.align-content-end {
  -ms-flex-line-pack: end !important;
  align-content: flex-end !important; }

.align-content-center {
  -ms-flex-line-pack: center !important;
  align-content: center !important; }

.align-content-between {
  -ms-flex-line-pack: justify !important;
  align-content: space-between !important; }

.align-content-around {
  -ms-flex-line-pack: distribute !important;
  align-content: space-around !important; }

.align-content-stretch {
  -ms-flex-line-pack: stretch !important;
  align-content: stretch !important; }

.align-self-auto {
  -ms-flex-item-align: auto !important;
  align-self: auto !important; }

.align-self-start {
  -ms-flex-item-align: start !important;
  align-self: flex-start !important; }

.align-self-end {
  -ms-flex-item-align: end !important;
  align-self: flex-end !important; }

.align-self-center {
  -ms-flex-item-align: center !important;
  align-self: center !important; }

.align-self-baseline {
  -ms-flex-item-align: baseline !important;
  align-self: baseline !important; }

.align-self-stretch {
  -ms-flex-item-align: stretch !important;
  align-self: stretch !important; }

@media (min-width: 576px) {
  .flex-sm-row {
    -ms-flex-direction: row !important;
    flex-direction: row !important; }
  .flex-sm-column {
    -ms-flex-direction: column !important;
    flex-direction: column !important; }
  .flex-sm-row-reverse {
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important; }
  .flex-sm-column-reverse {
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important; }
  .flex-sm-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important; }
  .flex-sm-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important; }
  .flex-sm-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important; }
  .flex-sm-fill {
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important; }
  .flex-sm-grow-0 {
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important; }
  .flex-sm-grow-1 {
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important; }
  .flex-sm-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important; }
  .flex-sm-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important; }
  .justify-content-sm-start {
    -ms-flex-pack: start !important;
    justify-content: flex-start !important; }
  .justify-content-sm-end {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important; }
  .justify-content-sm-center {
    -ms-flex-pack: center !important;
    justify-content: center !important; }
  .justify-content-sm-between {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important; }
  .justify-content-sm-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important; }
  .align-items-sm-start {
    -ms-flex-align: start !important;
    align-items: flex-start !important; }
  .align-items-sm-end {
    -ms-flex-align: end !important;
    align-items: flex-end !important; }
  .align-items-sm-center {
    -ms-flex-align: center !important;
    align-items: center !important; }
  .align-items-sm-baseline {
    -ms-flex-align: baseline !important;
    align-items: baseline !important; }
  .align-items-sm-stretch {
    -ms-flex-align: stretch !important;
    align-items: stretch !important; }
  .align-content-sm-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important; }
  .align-content-sm-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important; }
  .align-content-sm-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important; }
  .align-content-sm-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important; }
  .align-content-sm-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important; }
  .align-content-sm-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important; }
  .align-self-sm-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important; }
  .align-self-sm-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important; }
  .align-self-sm-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important; }
  .align-self-sm-center {
    -ms-flex-item-align: center !important;
    align-self: center !important; }
  .align-self-sm-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important; }
  .align-self-sm-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important; } }

@media (min-width: 768px) {
  .flex-md-row {
    -ms-flex-direction: row !important;
    flex-direction: row !important; }
  .flex-md-column {
    -ms-flex-direction: column !important;
    flex-direction: column !important; }
  .flex-md-row-reverse {
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important; }
  .flex-md-column-reverse {
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important; }
  .flex-md-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important; }
  .flex-md-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important; }
  .flex-md-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important; }
  .flex-md-fill {
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important; }
  .flex-md-grow-0 {
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important; }
  .flex-md-grow-1 {
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important; }
  .flex-md-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important; }
  .flex-md-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important; }
  .justify-content-md-start {
    -ms-flex-pack: start !important;
    justify-content: flex-start !important; }
  .justify-content-md-end {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important; }
  .justify-content-md-center {
    -ms-flex-pack: center !important;
    justify-content: center !important; }
  .justify-content-md-between {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important; }
  .justify-content-md-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important; }
  .align-items-md-start {
    -ms-flex-align: start !important;
    align-items: flex-start !important; }
  .align-items-md-end {
    -ms-flex-align: end !important;
    align-items: flex-end !important; }
  .align-items-md-center {
    -ms-flex-align: center !important;
    align-items: center !important; }
  .align-items-md-baseline {
    -ms-flex-align: baseline !important;
    align-items: baseline !important; }
  .align-items-md-stretch {
    -ms-flex-align: stretch !important;
    align-items: stretch !important; }
  .align-content-md-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important; }
  .align-content-md-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important; }
  .align-content-md-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important; }
  .align-content-md-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important; }
  .align-content-md-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important; }
  .align-content-md-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important; }
  .align-self-md-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important; }
  .align-self-md-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important; }
  .align-self-md-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important; }
  .align-self-md-center {
    -ms-flex-item-align: center !important;
    align-self: center !important; }
  .align-self-md-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important; }
  .align-self-md-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important; } }

@media (min-width: 992px) {
  .flex-lg-row {
    -ms-flex-direction: row !important;
    flex-direction: row !important; }
  .flex-lg-column {
    -ms-flex-direction: column !important;
    flex-direction: column !important; }
  .flex-lg-row-reverse {
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important; }
  .flex-lg-column-reverse {
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important; }
  .flex-lg-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important; }
  .flex-lg-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important; }
  .flex-lg-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important; }
  .flex-lg-fill {
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important; }
  .flex-lg-grow-0 {
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important; }
  .flex-lg-grow-1 {
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important; }
  .flex-lg-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important; }
  .flex-lg-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important; }
  .justify-content-lg-start {
    -ms-flex-pack: start !important;
    justify-content: flex-start !important; }
  .justify-content-lg-end {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important; }
  .justify-content-lg-center {
    -ms-flex-pack: center !important;
    justify-content: center !important; }
  .justify-content-lg-between {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important; }
  .justify-content-lg-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important; }
  .align-items-lg-start {
    -ms-flex-align: start !important;
    align-items: flex-start !important; }
  .align-items-lg-end {
    -ms-flex-align: end !important;
    align-items: flex-end !important; }
  .align-items-lg-center {
    -ms-flex-align: center !important;
    align-items: center !important; }
  .align-items-lg-baseline {
    -ms-flex-align: baseline !important;
    align-items: baseline !important; }
  .align-items-lg-stretch {
    -ms-flex-align: stretch !important;
    align-items: stretch !important; }
  .align-content-lg-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important; }
  .align-content-lg-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important; }
  .align-content-lg-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important; }
  .align-content-lg-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important; }
  .align-content-lg-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important; }
  .align-content-lg-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important; }
  .align-self-lg-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important; }
  .align-self-lg-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important; }
  .align-self-lg-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important; }
  .align-self-lg-center {
    -ms-flex-item-align: center !important;
    align-self: center !important; }
  .align-self-lg-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important; }
  .align-self-lg-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important; } }

@media (min-width: 1200px) {
  .flex-xl-row {
    -ms-flex-direction: row !important;
    flex-direction: row !important; }
  .flex-xl-column {
    -ms-flex-direction: column !important;
    flex-direction: column !important; }
  .flex-xl-row-reverse {
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important; }
  .flex-xl-column-reverse {
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important; }
  .flex-xl-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important; }
  .flex-xl-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important; }
  .flex-xl-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important; }
  .flex-xl-fill {
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important; }
  .flex-xl-grow-0 {
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important; }
  .flex-xl-grow-1 {
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important; }
  .flex-xl-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important; }
  .flex-xl-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important; }
  .justify-content-xl-start {
    -ms-flex-pack: start !important;
    justify-content: flex-start !important; }
  .justify-content-xl-end {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important; }
  .justify-content-xl-center {
    -ms-flex-pack: center !important;
    justify-content: center !important; }
  .justify-content-xl-between {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important; }
  .justify-content-xl-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important; }
  .align-items-xl-start {
    -ms-flex-align: start !important;
    align-items: flex-start !important; }
  .align-items-xl-end {
    -ms-flex-align: end !important;
    align-items: flex-end !important; }
  .align-items-xl-center {
    -ms-flex-align: center !important;
    align-items: center !important; }
  .align-items-xl-baseline {
    -ms-flex-align: baseline !important;
    align-items: baseline !important; }
  .align-items-xl-stretch {
    -ms-flex-align: stretch !important;
    align-items: stretch !important; }
  .align-content-xl-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important; }
  .align-content-xl-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important; }
  .align-content-xl-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important; }
  .align-content-xl-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important; }
  .align-content-xl-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important; }
  .align-content-xl-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important; }
  .align-self-xl-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important; }
  .align-self-xl-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important; }
  .align-self-xl-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important; }
  .align-self-xl-center {
    -ms-flex-item-align: center !important;
    align-self: center !important; }
  .align-self-xl-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important; }
  .align-self-xl-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important; } }

.float-left {
  float: left !important; }

.float-right {
  float: right !important; }

.float-none {
  float: none !important; }

@media (min-width: 576px) {
  .float-sm-left {
    float: left !important; }
  .float-sm-right {
    float: right !important; }
  .float-sm-none {
    float: none !important; } }

@media (min-width: 768px) {
  .float-md-left {
    float: left !important; }
  .float-md-right {
    float: right !important; }
  .float-md-none {
    float: none !important; } }

@media (min-width: 992px) {
  .float-lg-left {
    float: left !important; }
  .float-lg-right {
    float: right !important; }
  .float-lg-none {
    float: none !important; } }

@media (min-width: 1200px) {
  .float-xl-left {
    float: left !important; }
  .float-xl-right {
    float: right !important; }
  .float-xl-none {
    float: none !important; } }

.position-static {
  position: static !important; }

.position-relative {
  position: relative !important; }

.position-absolute {
  position: absolute !important; }

.position-fixed {
  position: fixed !important; }

.position-sticky {
  position: -webkit-sticky !important;
  position: sticky !important; }

.fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030; }

.fixed-bottom {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1030; }

@supports (position: -webkit-sticky) or (position: sticky) {
  .sticky-top {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1020; } }

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0; }

.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  overflow: visible;
  clip: auto;
  white-space: normal; }

.shadow-sm {
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important; }

.shadow {
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important; }

.shadow-lg {
  box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important; }

.shadow-none {
  box-shadow: none !important; }

.w-25 {
  width: 25% !important; }

.w-50 {
  width: 50% !important; }

.w-75 {
  width: 75% !important; }

.w-100 {
  width: 100% !important; }

.w-auto {
  width: auto !important; }

.h-25 {
  height: 25% !important; }

.h-50 {
  height: 50% !important; }

.h-75 {
  height: 75% !important; }

.h-100 {
  height: 100% !important; }

.h-auto {
  height: auto !important; }

.mw-100 {
  max-width: 100% !important; }

.mh-100 {
  max-height: 100% !important; }

.m-0 {
  margin: 0 !important; }

.mt-0, .my-0 {
  margin-top: 0 !important; }

.mr-0, .mx-0 {
  margin-right: 0 !important; }

.mb-0, .my-0 {
  margin-bottom: 0 !important; }

.ml-0, .mx-0 {
  margin-left: 0 !important; }

.m-1 {
  margin: 0.25rem !important; }

.mt-1, .my-1 {
  margin-top: 0.25rem !important; }

.mr-1, .mx-1 {
  margin-right: 0.25rem !important; }

.mb-1, .my-1 {
  margin-bottom: 0.25rem !important; }

.ml-1, .mx-1 {
  margin-left: 0.25rem !important; }

.m-2 {
  margin: 0.5rem !important; }

.mt-2, .my-2 {
  margin-top: 0.5rem !important; }

.mr-2, .mx-2 {
  margin-right: 0.5rem !important; }

.mb-2, .my-2 {
  margin-bottom: 0.5rem !important; }

.ml-2, .mx-2 {
  margin-left: 0.5rem !important; }

.m-3 {
  margin: 1rem !important; }

.mt-3, .my-3 {
  margin-top: 1rem !important; }

.mr-3, .mx-3 {
  margin-right: 1rem !important; }

.mb-3, .my-3 {
  margin-bottom: 1rem !important; }

.ml-3, .mx-3 {
  margin-left: 1rem !important; }

.m-4 {
  margin: 1.5rem !important; }

.mt-4, .my-4 {
  margin-top: 1.5rem !important; }

.mr-4, .mx-4 {
  margin-right: 1.5rem !important; }

.mb-4, .my-4 {
  margin-bottom: 1.5rem !important; }

.ml-4, .mx-4 {
  margin-left: 1.5rem !important; }

.m-5 {
  margin: 3rem !important; }

.mt-5, .my-5 {
  margin-top: 3rem !important; }

.mr-5, .mx-5 {
  margin-right: 3rem !important; }

.mb-5, .my-5 {
  margin-bottom: 3rem !important; }

.ml-5, .mx-5 {
  margin-left: 3rem !important; }

.p-0 {
  padding: 0 !important; }

.pt-0, .py-0 {
  padding-top: 0 !important; }

.pr-0, .px-0 {
  padding-right: 0 !important; }

.pb-0, .py-0 {
  padding-bottom: 0 !important; }

.pl-0, .px-0 {
  padding-left: 0 !important; }

.p-1 {
  padding: 0.25rem !important; }

.pt-1, .py-1 {
  padding-top: 0.25rem !important; }

.pr-1, .px-1 {
  padding-right: 0.25rem !important; }

.pb-1, .py-1 {
  padding-bottom: 0.25rem !important; }

.pl-1, .px-1 {
  padding-left: 0.25rem !important; }

.p-2 {
  padding: 0.5rem !important; }

.pt-2, .py-2 {
  padding-top: 0.5rem !important; }

.pr-2, .px-2 {
  padding-right: 0.5rem !important; }

.pb-2, .py-2 {
  padding-bottom: 0.5rem !important; }

.pl-2, .px-2 {
  padding-left: 0.5rem !important; }

.p-3 {
  padding: 1rem !important; }

.pt-3, .py-3 {
  padding-top: 1rem !important; }

.pr-3, .px-3 {
  padding-right: 1rem !important; }

.pb-3, .py-3 {
  padding-bottom: 1rem !important; }

.pl-3, .px-3 {
  padding-left: 1rem !important; }

.p-4 {
  padding: 1.5rem !important; }

.pt-4, .py-4 {
  padding-top: 1.5rem !important; }

.pr-4, .px-4 {
  padding-right: 1.5rem !important; }

.pb-4, .py-4 {
  padding-bottom: 1.5rem !important; }

.pl-4, .px-4 {
  padding-left: 1.5rem !important; }

.p-5 {
  padding: 3rem !important; }

.pt-5, .py-5 {
  padding-top: 3rem !important; }

.pr-5, .px-5 {
  padding-right: 3rem !important; }

.pb-5, .py-5 {
  padding-bottom: 3rem !important; }

.pl-5, .px-5 {
  padding-left: 3rem !important; }

.m-auto {
  margin: auto !important; }

.mt-auto, .my-auto {
  margin-top: auto !important; }

.mr-auto, .mx-auto {
  margin-right: auto !important; }

.mb-auto, .my-auto {
  margin-bottom: auto !important; }

.ml-auto, .mx-auto {
  margin-left: auto !important; }

@media (min-width: 576px) {
  .m-sm-0 {
    margin: 0 !important; }
  .mt-sm-0, .my-sm-0 {
    margin-top: 0 !important; }
  .mr-sm-0, .mx-sm-0 {
    margin-right: 0 !important; }
  .mb-sm-0, .my-sm-0 {
    margin-bottom: 0 !important; }
  .ml-sm-0, .mx-sm-0 {
    margin-left: 0 !important; }
  .m-sm-1 {
    margin: 0.25rem !important; }
  .mt-sm-1, .my-sm-1 {
    margin-top: 0.25rem !important; }
  .mr-sm-1, .mx-sm-1 {
    margin-right: 0.25rem !important; }
  .mb-sm-1, .my-sm-1 {
    margin-bottom: 0.25rem !important; }
  .ml-sm-1, .mx-sm-1 {
    margin-left: 0.25rem !important; }
  .m-sm-2 {
    margin: 0.5rem !important; }
  .mt-sm-2, .my-sm-2 {
    margin-top: 0.5rem !important; }
  .mr-sm-2, .mx-sm-2 {
    margin-right: 0.5rem !important; }
  .mb-sm-2, .my-sm-2 {
    margin-bottom: 0.5rem !important; }
  .ml-sm-2, .mx-sm-2 {
    margin-left: 0.5rem !important; }
  .m-sm-3 {
    margin: 1rem !important; }
  .mt-sm-3, .my-sm-3 {
    margin-top: 1rem !important; }
  .mr-sm-3, .mx-sm-3 {
    margin-right: 1rem !important; }
  .mb-sm-3, .my-sm-3 {
    margin-bottom: 1rem !important; }
  .ml-sm-3, .mx-sm-3 {
    margin-left: 1rem !important; }
  .m-sm-4 {
    margin: 1.5rem !important; }
  .mt-sm-4, .my-sm-4 {
    margin-top: 1.5rem !important; }
  .mr-sm-4, .mx-sm-4 {
    margin-right: 1.5rem !important; }
  .mb-sm-4, .my-sm-4 {
    margin-bottom: 1.5rem !important; }
  .ml-sm-4, .mx-sm-4 {
    margin-left: 1.5rem !important; }
  .m-sm-5 {
    margin: 3rem !important; }
  .mt-sm-5, .my-sm-5 {
    margin-top: 3rem !important; }
  .mr-sm-5, .mx-sm-5 {
    margin-right: 3rem !important; }
  .mb-sm-5, .my-sm-5 {
    margin-bottom: 3rem !important; }
  .ml-sm-5, .mx-sm-5 {
    margin-left: 3rem !important; }
  .p-sm-0 {
    padding: 0 !important; }
  .pt-sm-0, .py-sm-0 {
    padding-top: 0 !important; }
  .pr-sm-0, .px-sm-0 {
    padding-right: 0 !important; }
  .pb-sm-0, .py-sm-0 {
    padding-bottom: 0 !important; }
  .pl-sm-0, .px-sm-0 {
    padding-left: 0 !important; }
  .p-sm-1 {
    padding: 0.25rem !important; }
  .pt-sm-1, .py-sm-1 {
    padding-top: 0.25rem !important; }
  .pr-sm-1, .px-sm-1 {
    padding-right: 0.25rem !important; }
  .pb-sm-1, .py-sm-1 {
    padding-bottom: 0.25rem !important; }
  .pl-sm-1, .px-sm-1 {
    padding-left: 0.25rem !important; }
  .p-sm-2 {
    padding: 0.5rem !important; }
  .pt-sm-2, .py-sm-2 {
    padding-top: 0.5rem !important; }
  .pr-sm-2, .px-sm-2 {
    padding-right: 0.5rem !important; }
  .pb-sm-2, .py-sm-2 {
    padding-bottom: 0.5rem !important; }
  .pl-sm-2, .px-sm-2 {
    padding-left: 0.5rem !important; }
  .p-sm-3 {
    padding: 1rem !important; }
  .pt-sm-3, .py-sm-3 {
    padding-top: 1rem !important; }
  .pr-sm-3, .px-sm-3 {
    padding-right: 1rem !important; }
  .pb-sm-3, .py-sm-3 {
    padding-bottom: 1rem !important; }
  .pl-sm-3, .px-sm-3 {
    padding-left: 1rem !important; }
  .p-sm-4 {
    padding: 1.5rem !important; }
  .pt-sm-4, .py-sm-4 {
    padding-top: 1.5rem !important; }
  .pr-sm-4, .px-sm-4 {
    padding-right: 1.5rem !important; }
  .pb-sm-4, .py-sm-4 {
    padding-bottom: 1.5rem !important; }
  .pl-sm-4, .px-sm-4 {
    padding-left: 1.5rem !important; }
  .p-sm-5 {
    padding: 3rem !important; }
  .pt-sm-5, .py-sm-5 {
    padding-top: 3rem !important; }
  .pr-sm-5, .px-sm-5 {
    padding-right: 3rem !important; }
  .pb-sm-5, .py-sm-5 {
    padding-bottom: 3rem !important; }
  .pl-sm-5, .px-sm-5 {
    padding-left: 3rem !important; }
  .m-sm-auto {
    margin: auto !important; }
  .mt-sm-auto, .my-sm-auto {
    margin-top: auto !important; }
  .mr-sm-auto, .mx-sm-auto {
    margin-right: auto !important; }
  .mb-sm-auto, .my-sm-auto {
    margin-bottom: auto !important; }
  .ml-sm-auto, .mx-sm-auto {
    margin-left: auto !important; } }

@media (min-width: 768px) {
  .m-md-0 {
    margin: 0 !important; }
  .mt-md-0, .my-md-0 {
    margin-top: 0 !important; }
  .mr-md-0, .mx-md-0 {
    margin-right: 0 !important; }
  .mb-md-0, .my-md-0 {
    margin-bottom: 0 !important; }
  .ml-md-0, .mx-md-0 {
    margin-left: 0 !important; }
  .m-md-1 {
    margin: 0.25rem !important; }
  .mt-md-1, .my-md-1 {
    margin-top: 0.25rem !important; }
  .mr-md-1, .mx-md-1 {
    margin-right: 0.25rem !important; }
  .mb-md-1, .my-md-1 {
    margin-bottom: 0.25rem !important; }
  .ml-md-1, .mx-md-1 {
    margin-left: 0.25rem !important; }
  .m-md-2 {
    margin: 0.5rem !important; }
  .mt-md-2, .my-md-2 {
    margin-top: 0.5rem !important; }
  .mr-md-2, .mx-md-2 {
    margin-right: 0.5rem !important; }
  .mb-md-2, .my-md-2 {
    margin-bottom: 0.5rem !important; }
  .ml-md-2, .mx-md-2 {
    margin-left: 0.5rem !important; }
  .m-md-3 {
    margin: 1rem !important; }
  .mt-md-3, .my-md-3 {
    margin-top: 1rem !important; }
  .mr-md-3, .mx-md-3 {
    margin-right: 1rem !important; }
  .mb-md-3, .my-md-3 {
    margin-bottom: 1rem !important; }
  .ml-md-3, .mx-md-3 {
    margin-left: 1rem !important; }
  .m-md-4 {
    margin: 1.5rem !important; }
  .mt-md-4, .my-md-4 {
    margin-top: 1.5rem !important; }
  .mr-md-4, .mx-md-4 {
    margin-right: 1.5rem !important; }
  .mb-md-4, .my-md-4 {
    margin-bottom: 1.5rem !important; }
  .ml-md-4, .mx-md-4 {
    margin-left: 1.5rem !important; }
  .m-md-5 {
    margin: 3rem !important; }
  .mt-md-5, .my-md-5 {
    margin-top: 3rem !important; }
  .mr-md-5, .mx-md-5 {
    margin-right: 3rem !important; }
  .mb-md-5, .my-md-5 {
    margin-bottom: 3rem !important; }
  .ml-md-5, .mx-md-5 {
    margin-left: 3rem !important; }
  .p-md-0 {
    padding: 0 !important; }
  .pt-md-0, .py-md-0 {
    padding-top: 0 !important; }
  .pr-md-0, .px-md-0 {
    padding-right: 0 !important; }
  .pb-md-0, .py-md-0 {
    padding-bottom: 0 !important; }
  .pl-md-0, .px-md-0 {
    padding-left: 0 !important; }
  .p-md-1 {
    padding: 0.25rem !important; }
  .pt-md-1, .py-md-1 {
    padding-top: 0.25rem !important; }
  .pr-md-1, .px-md-1 {
    padding-right: 0.25rem !important; }
  .pb-md-1, .py-md-1 {
    padding-bottom: 0.25rem !important; }
  .pl-md-1, .px-md-1 {
    padding-left: 0.25rem !important; }
  .p-md-2 {
    padding: 0.5rem !important; }
  .pt-md-2, .py-md-2 {
    padding-top: 0.5rem !important; }
  .pr-md-2, .px-md-2 {
    padding-right: 0.5rem !important; }
  .pb-md-2, .py-md-2 {
    padding-bottom: 0.5rem !important; }
  .pl-md-2, .px-md-2 {
    padding-left: 0.5rem !important; }
  .p-md-3 {
    padding: 1rem !important; }
  .pt-md-3, .py-md-3 {
    padding-top: 1rem !important; }
  .pr-md-3, .px-md-3 {
    padding-right: 1rem !important; }
  .pb-md-3, .py-md-3 {
    padding-bottom: 1rem !important; }
  .pl-md-3, .px-md-3 {
    padding-left: 1rem !important; }
  .p-md-4 {
    padding: 1.5rem !important; }
  .pt-md-4, .py-md-4 {
    padding-top: 1.5rem !important; }
  .pr-md-4, .px-md-4 {
    padding-right: 1.5rem !important; }
  .pb-md-4, .py-md-4 {
    padding-bottom: 1.5rem !important; }
  .pl-md-4, .px-md-4 {
    padding-left: 1.5rem !important; }
  .p-md-5 {
    padding: 3rem !important; }
  .pt-md-5, .py-md-5 {
    padding-top: 3rem !important; }
  .pr-md-5, .px-md-5 {
    padding-right: 3rem !important; }
  .pb-md-5, .py-md-5 {
    padding-bottom: 3rem !important; }
  .pl-md-5, .px-md-5 {
    padding-left: 3rem !important; }
  .m-md-auto {
    margin: auto !important; }
  .mt-md-auto, .my-md-auto {
    margin-top: auto !important; }
  .mr-md-auto, .mx-md-auto {
    margin-right: auto !important; }
  .mb-md-auto, .my-md-auto {
    margin-bottom: auto !important; }
  .ml-md-auto, .mx-md-auto {
    margin-left: auto !important; } }

@media (min-width: 992px) {
  .m-lg-0 {
    margin: 0 !important; }
  .mt-lg-0, .my-lg-0 {
    margin-top: 0 !important; }
  .mr-lg-0, .mx-lg-0 {
    margin-right: 0 !important; }
  .mb-lg-0, .my-lg-0 {
    margin-bottom: 0 !important; }
  .ml-lg-0, .mx-lg-0 {
    margin-left: 0 !important; }
  .m-lg-1 {
    margin: 0.25rem !important; }
  .mt-lg-1, .my-lg-1 {
    margin-top: 0.25rem !important; }
  .mr-lg-1, .mx-lg-1 {
    margin-right: 0.25rem !important; }
  .mb-lg-1, .my-lg-1 {
    margin-bottom: 0.25rem !important; }
  .ml-lg-1, .mx-lg-1 {
    margin-left: 0.25rem !important; }
  .m-lg-2 {
    margin: 0.5rem !important; }
  .mt-lg-2, .my-lg-2 {
    margin-top: 0.5rem !important; }
  .mr-lg-2, .mx-lg-2 {
    margin-right: 0.5rem !important; }
  .mb-lg-2, .my-lg-2 {
    margin-bottom: 0.5rem !important; }
  .ml-lg-2, .mx-lg-2 {
    margin-left: 0.5rem !important; }
  .m-lg-3 {
    margin: 1rem !important; }
  .mt-lg-3, .my-lg-3 {
    margin-top: 1rem !important; }
  .mr-lg-3, .mx-lg-3 {
    margin-right: 1rem !important; }
  .mb-lg-3, .my-lg-3 {
    margin-bottom: 1rem !important; }
  .ml-lg-3, .mx-lg-3 {
    margin-left: 1rem !important; }
  .m-lg-4 {
    margin: 1.5rem !important; }
  .mt-lg-4, .my-lg-4 {
    margin-top: 1.5rem !important; }
  .mr-lg-4, .mx-lg-4 {
    margin-right: 1.5rem !important; }
  .mb-lg-4, .my-lg-4 {
    margin-bottom: 1.5rem !important; }
  .ml-lg-4, .mx-lg-4 {
    margin-left: 1.5rem !important; }
  .m-lg-5 {
    margin: 3rem !important; }
  .mt-lg-5, .my-lg-5 {
    margin-top: 3rem !important; }
  .mr-lg-5, .mx-lg-5 {
    margin-right: 3rem !important; }
  .mb-lg-5, .my-lg-5 {
    margin-bottom: 3rem !important; }
  .ml-lg-5, .mx-lg-5 {
    margin-left: 3rem !important; }
  .p-lg-0 {
    padding: 0 !important; }
  .pt-lg-0, .py-lg-0 {
    padding-top: 0 !important; }
  .pr-lg-0, .px-lg-0 {
    padding-right: 0 !important; }
  .pb-lg-0, .py-lg-0 {
    padding-bottom: 0 !important; }
  .pl-lg-0, .px-lg-0 {
    padding-left: 0 !important; }
  .p-lg-1 {
    padding: 0.25rem !important; }
  .pt-lg-1, .py-lg-1 {
    padding-top: 0.25rem !important; }
  .pr-lg-1, .px-lg-1 {
    padding-right: 0.25rem !important; }
  .pb-lg-1, .py-lg-1 {
    padding-bottom: 0.25rem !important; }
  .pl-lg-1, .px-lg-1 {
    padding-left: 0.25rem !important; }
  .p-lg-2 {
    padding: 0.5rem !important; }
  .pt-lg-2, .py-lg-2 {
    padding-top: 0.5rem !important; }
  .pr-lg-2, .px-lg-2 {
    padding-right: 0.5rem !important; }
  .pb-lg-2, .py-lg-2 {
    padding-bottom: 0.5rem !important; }
  .pl-lg-2, .px-lg-2 {
    padding-left: 0.5rem !important; }
  .p-lg-3 {
    padding: 1rem !important; }
  .pt-lg-3, .py-lg-3 {
    padding-top: 1rem !important; }
  .pr-lg-3, .px-lg-3 {
    padding-right: 1rem !important; }
  .pb-lg-3, .py-lg-3 {
    padding-bottom: 1rem !important; }
  .pl-lg-3, .px-lg-3 {
    padding-left: 1rem !important; }
  .p-lg-4 {
    padding: 1.5rem !important; }
  .pt-lg-4, .py-lg-4 {
    padding-top: 1.5rem !important; }
  .pr-lg-4, .px-lg-4 {
    padding-right: 1.5rem !important; }
  .pb-lg-4, .py-lg-4 {
    padding-bottom: 1.5rem !important; }
  .pl-lg-4, .px-lg-4 {
    padding-left: 1.5rem !important; }
  .p-lg-5 {
    padding: 3rem !important; }
  .pt-lg-5, .py-lg-5 {
    padding-top: 3rem !important; }
  .pr-lg-5, .px-lg-5 {
    padding-right: 3rem !important; }
  .pb-lg-5, .py-lg-5 {
    padding-bottom: 3rem !important; }
  .pl-lg-5, .px-lg-5 {
    padding-left: 3rem !important; }
  .m-lg-auto {
    margin: auto !important; }
  .mt-lg-auto, .my-lg-auto {
    margin-top: auto !important; }
  .mr-lg-auto, .mx-lg-auto {
    margin-right: auto !important; }
  .mb-lg-auto, .my-lg-auto {
    margin-bottom: auto !important; }
  .ml-lg-auto, .mx-lg-auto {
    margin-left: auto !important; } }

@media (min-width: 1200px) {
  .m-xl-0 {
    margin: 0 !important; }
  .mt-xl-0, .my-xl-0 {
    margin-top: 0 !important; }
  .mr-xl-0, .mx-xl-0 {
    margin-right: 0 !important; }
  .mb-xl-0, .my-xl-0 {
    margin-bottom: 0 !important; }
  .ml-xl-0, .mx-xl-0 {
    margin-left: 0 !important; }
  .m-xl-1 {
    margin: 0.25rem !important; }
  .mt-xl-1, .my-xl-1 {
    margin-top: 0.25rem !important; }
  .mr-xl-1, .mx-xl-1 {
    margin-right: 0.25rem !important; }
  .mb-xl-1, .my-xl-1 {
    margin-bottom: 0.25rem !important; }
  .ml-xl-1, .mx-xl-1 {
    margin-left: 0.25rem !important; }
  .m-xl-2 {
    margin: 0.5rem !important; }
  .mt-xl-2, .my-xl-2 {
    margin-top: 0.5rem !important; }
  .mr-xl-2, .mx-xl-2 {
    margin-right: 0.5rem !important; }
  .mb-xl-2, .my-xl-2 {
    margin-bottom: 0.5rem !important; }
  .ml-xl-2, .mx-xl-2 {
    margin-left: 0.5rem !important; }
  .m-xl-3 {
    margin: 1rem !important; }
  .mt-xl-3, .my-xl-3 {
    margin-top: 1rem !important; }
  .mr-xl-3, .mx-xl-3 {
    margin-right: 1rem !important; }
  .mb-xl-3, .my-xl-3 {
    margin-bottom: 1rem !important; }
  .ml-xl-3, .mx-xl-3 {
    margin-left: 1rem !important; }
  .m-xl-4 {
    margin: 1.5rem !important; }
  .mt-xl-4, .my-xl-4 {
    margin-top: 1.5rem !important; }
  .mr-xl-4, .mx-xl-4 {
    margin-right: 1.5rem !important; }
  .mb-xl-4, .my-xl-4 {
    margin-bottom: 1.5rem !important; }
  .ml-xl-4, .mx-xl-4 {
    margin-left: 1.5rem !important; }
  .m-xl-5 {
    margin: 3rem !important; }
  .mt-xl-5, .my-xl-5 {
    margin-top: 3rem !important; }
  .mr-xl-5, .mx-xl-5 {
    margin-right: 3rem !important; }
  .mb-xl-5, .my-xl-5 {
    margin-bottom: 3rem !important; }
  .ml-xl-5, .mx-xl-5 {
    margin-left: 3rem !important; }
  .p-xl-0 {
    padding: 0 !important; }
  .pt-xl-0, .py-xl-0 {
    padding-top: 0 !important; }
  .pr-xl-0, .px-xl-0 {
    padding-right: 0 !important; }
  .pb-xl-0, .py-xl-0 {
    padding-bottom: 0 !important; }
  .pl-xl-0, .px-xl-0 {
    padding-left: 0 !important; }
  .p-xl-1 {
    padding: 0.25rem !important; }
  .pt-xl-1, .py-xl-1 {
    padding-top: 0.25rem !important; }
  .pr-xl-1, .px-xl-1 {
    padding-right: 0.25rem !important; }
  .pb-xl-1, .py-xl-1 {
    padding-bottom: 0.25rem !important; }
  .pl-xl-1, .px-xl-1 {
    padding-left: 0.25rem !important; }
  .p-xl-2 {
    padding: 0.5rem !important; }
  .pt-xl-2, .py-xl-2 {
    padding-top: 0.5rem !important; }
  .pr-xl-2, .px-xl-2 {
    padding-right: 0.5rem !important; }
  .pb-xl-2, .py-xl-2 {
    padding-bottom: 0.5rem !important; }
  .pl-xl-2, .px-xl-2 {
    padding-left: 0.5rem !important; }
  .p-xl-3 {
    padding: 1rem !important; }
  .pt-xl-3, .py-xl-3 {
    padding-top: 1rem !important; }
  .pr-xl-3, .px-xl-3 {
    padding-right: 1rem !important; }
  .pb-xl-3, .py-xl-3 {
    padding-bottom: 1rem !important; }
  .pl-xl-3, .px-xl-3 {
    padding-left: 1rem !important; }
  .p-xl-4 {
    padding: 1.5rem !important; }
  .pt-xl-4, .py-xl-4 {
    padding-top: 1.5rem !important; }
  .pr-xl-4, .px-xl-4 {
    padding-right: 1.5rem !important; }
  .pb-xl-4, .py-xl-4 {
    padding-bottom: 1.5rem !important; }
  .pl-xl-4, .px-xl-4 {
    padding-left: 1.5rem !important; }
  .p-xl-5 {
    padding: 3rem !important; }
  .pt-xl-5, .py-xl-5 {
    padding-top: 3rem !important; }
  .pr-xl-5, .px-xl-5 {
    padding-right: 3rem !important; }
  .pb-xl-5, .py-xl-5 {
    padding-bottom: 3rem !important; }
  .pl-xl-5, .px-xl-5 {
    padding-left: 3rem !important; }
  .m-xl-auto {
    margin: auto !important; }
  .mt-xl-auto, .my-xl-auto {
    margin-top: auto !important; }
  .mr-xl-auto, .mx-xl-auto {
    margin-right: auto !important; }
  .mb-xl-auto, .my-xl-auto {
    margin-bottom: auto !important; }
  .ml-xl-auto, .mx-xl-auto {
    margin-left: auto !important; } }

.text-monospace {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace; }

.text-justify {
  text-align: justify !important; }

.text-nowrap {
  white-space: nowrap !important; }

.text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap; }

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

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

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

@media (min-width: 576px) {
  .text-sm-left {
    text-align: left !important; }
  .text-sm-right {
    text-align: right !important; }
  .text-sm-center {
    text-align: center !important; } }

@media (min-width: 768px) {
  .text-md-left {
    text-align: left !important; }
  .text-md-right {
    text-align: right !important; }
  .text-md-center {
    text-align: center !important; } }

@media (min-width: 992px) {
  .text-lg-left {
    text-align: left !important; }
  .text-lg-right {
    text-align: right !important; }
  .text-lg-center {
    text-align: center !important; } }

@media (min-width: 1200px) {
  .text-xl-left {
    text-align: left !important; }
  .text-xl-right {
    text-align: right !important; }
  .text-xl-center {
    text-align: center !important; } }

.text-lowercase {
  text-transform: lowercase !important; }

.text-uppercase {
  text-transform: uppercase !important; }

.text-capitalize {
  text-transform: capitalize !important; }

.font-weight-light {
  font-weight: 300 !important; }

.font-weight-normal {
  font-weight: 400 !important; }

.font-weight-bold {
  font-weight: 700 !important; }

.font-italic {
  font-style: italic !important; }

.text-white {
  color: #fff !important; }

.text-primary {
  color: #007bff !important; }

a.text-primary:hover, a.text-primary:focus {
  color: #0062cc !important; }

.text-secondary {
  color: #6c757d !important; }

a.text-secondary:hover, a.text-secondary:focus {
  color: #545b62 !important; }

.text-success {
  color: #28a745 !important; }

a.text-success:hover, a.text-success:focus {
  color: #1e7e34 !important; }

.text-info {
  color: #17a2b8 !important; }

a.text-info:hover, a.text-info:focus {
  color: #117a8b !important; }

.text-warning {
  color: #ffc107 !important; }

a.text-warning:hover, a.text-warning:focus {
  color: #d39e00 !important; }

.text-danger {
  color: #dc3545 !important; }

a.text-danger:hover, a.text-danger:focus {
  color: #bd2130 !important; }

.text-light {
  color: #f8f9fa !important; }

a.text-light:hover, a.text-light:focus {
  color: #dae0e5 !important; }

.text-dark {
  color: #343a40 !important; }

a.text-dark:hover, a.text-dark:focus {
  color: #1d2124 !important; }

.text-body {
  color: #212529 !important; }

.text-muted {
  color: #6c757d !important; }

.text-black-50 {
  color: rgba(0, 0, 0, 0.5) !important; }

.text-white-50 {
  color: rgba(255, 255, 255, 0.5) !important; }

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0; }

.visible {
  visibility: visible !important; }

.invisible {
  visibility: hidden !important; }

@media print {
  * {
    text-shadow: none !important;
    box-shadow: none !important; }
    *::before, *::after {
      text-shadow: none !important;
      box-shadow: none !important; }
  a:not(.btn) {
    text-decoration: underline; }
  abbr[title]::after {
    content: " (" attr(title) ")"; }
  pre {
    white-space: pre-wrap !important;
    border: 1px solid #adb5bd;
    page-break-inside: avoid; }
  blockquote {
    border: 1px solid #adb5bd;
    page-break-inside: avoid; }
  thead {
    display: table-header-group; }
  tr, img {
    page-break-inside: avoid; }
  p, h2, h3 {
    orphans: 3;
    widows: 3; }
  h2, h3 {
    page-break-after: avoid; }
  @page {
    size: a3; }
  body, .container {
    min-width: 992px !important; }
  .navbar {
    display: none; }
  .badge {
    border: 1px solid #000; }
  .table {
    border-collapse: collapse !important; }
    .table td, .table th {
      background-color: #fff !important; }
  .table-bordered th, .table-bordered td {
    border: 1px solid #dee2e6 !important; }
  .table-dark {
    color: inherit; }
    .table-dark th, .table-dark td, .table-dark thead th, .table-dark tbody + tbody {
      border-color: #dee2e6; }
  .table .thead-dark th {
    color: inherit;
    border-color: #dee2e6; } }

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

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

body {
  line-height: 1; }

ol,
ul {
  list-style: none; }

blockquote,
q {
  quotes: none; }

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

table {
  border-collapse: collapse;
  border-spacing: 0; }

button,
input[type="submit"],
input[type="reset"],
input[type="text"],
input[type="search"],
input[type="email"],
input[type="tel"],
a[role="button"] {
  background: none;
  color: inherit;
  border: none;
  padding: 0;
  font: inherit;
  cursor: pointer;
  -moz-outline-style: none !important;
  outline: none !important;
  outline: 0 !important;
  box-shadow: none; }
  button:active, button:focus, button:hover, button:visited,
  input[type="submit"]:active,
  input[type="submit"]:focus,
  input[type="submit"]:hover,
  input[type="submit"]:visited,
  input[type="reset"]:active,
  input[type="reset"]:focus,
  input[type="reset"]:hover,
  input[type="reset"]:visited,
  input[type="text"]:active,
  input[type="text"]:focus,
  input[type="text"]:hover,
  input[type="text"]:visited,
  input[type="search"]:active,
  input[type="search"]:focus,
  input[type="search"]:hover,
  input[type="search"]:visited,
  input[type="email"]:active,
  input[type="email"]:focus,
  input[type="email"]:hover,
  input[type="email"]:visited,
  input[type="tel"]:active,
  input[type="tel"]:focus,
  input[type="tel"]:hover,
  input[type="tel"]:visited,
  a[role="button"]:active,
  a[role="button"]:focus,
  a[role="button"]:hover,
  a[role="button"]:visited {
    -moz-outline-style: none !important;
    outline: none !important;
    outline: 0 !important;
    box-shadow: none;
    border: none; }

a {
  color: inherit; }
  a:active, a:hover, a:link, a:visited {
    color: inherit;
    text-decoration: none; }

.navbar {
  padding: 0;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start; }

/* Mixin Aspect ratio 2.0 */
/* Extra large
≥1200px */
/* Large
≥992px */
/* Medium
≥768px */
/* Small
≥576px */
/* Extra small
<576px */
/* Notebook
≤1440px and ≥1280px */
/* containers width */
/* Breakpoints Banner Lateral */
/**
 * Swiper 4.3.5
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * http://www.idangero.us/swiper/
 *
 * Copyright 2014-2018 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: July 31, 2018
 */
.swiper-container {
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  /* Fix of Webkit flickering */
  z-index: 1; }

.swiper-container-no-flexbox .swiper-slide {
  float: left; }

.swiper-container-vertical > .swiper-wrapper {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column; }

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-box-sizing: content-box;
  box-sizing: content-box; }

.swiper-container-android .swiper-slide, .swiper-wrapper {
  -webkit-transform: translate3d(0px, 0, 0);
  transform: translate3d(0px, 0, 0); }

.swiper-container-multirow > .swiper-wrapper {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

.swiper-container-free-mode > .swiper-wrapper {
  -webkit-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  margin: 0 auto; }

.swiper-slide {
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform; }

.swiper-invisible-blank-slide {
  visibility: hidden; }

/* Auto Height */
.swiper-container-autoheight {
  height: auto; }
  .swiper-container-autoheight .swiper-slide {
    height: auto; }
  .swiper-container-autoheight .swiper-wrapper {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-transition-property: height, -webkit-transform;
    transition-property: height, -webkit-transform;
    -o-transition-property: transform, height;
    transition-property: transform, height;
    transition-property: transform, height, -webkit-transform; }

/* 3D Effects */
.swiper-container-3d {
  -webkit-perspective: 1200px;
  perspective: 1200px; }
  .swiper-container-3d .swiper-cube-shadow, .swiper-container-3d .swiper-slide, .swiper-container-3d .swiper-slide-shadow-bottom, .swiper-container-3d .swiper-slide-shadow-left, .swiper-container-3d .swiper-slide-shadow-right, .swiper-container-3d .swiper-slide-shadow-top, .swiper-container-3d .swiper-wrapper {
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d; }
  .swiper-container-3d .swiper-slide-shadow-bottom, .swiper-container-3d .swiper-slide-shadow-left, .swiper-container-3d .swiper-slide-shadow-right, .swiper-container-3d .swiper-slide-shadow-top {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 10; }
  .swiper-container-3d .swiper-slide-shadow-left {
    background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
    background-image: -webkit-linear-gradient(right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
    background-image: -o-linear-gradient(right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
    background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); }
  .swiper-container-3d .swiper-slide-shadow-right {
    background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
    background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
    background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); }
  .swiper-container-3d .swiper-slide-shadow-top {
    background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
    background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
    background-image: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
    background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); }
  .swiper-container-3d .swiper-slide-shadow-bottom {
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
    background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
    background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); }

/* IE10 Windows Phone 8 Fixes */
.swiper-container-wp8-horizontal {
  -ms-touch-action: pan-y;
  touch-action: pan-y; }
  .swiper-container-wp8-horizontal > .swiper-wrapper {
    -ms-touch-action: pan-y;
    touch-action: pan-y; }

.swiper-container-wp8-vertical {
  -ms-touch-action: pan-x;
  touch-action: pan-x; }
  .swiper-container-wp8-vertical > .swiper-wrapper {
    -ms-touch-action: pan-x;
    touch-action: pan-x; }

.swiper-button-next, .swiper-button-prev {
  position: absolute;
  top: 50%;
  width: 27px;
  height: 44px;
  margin-top: -22px;
  z-index: 10;
  cursor: pointer;
  background-size: 27px 44px;
  background-position: center;
  background-repeat: no-repeat; }

.swiper-button-next.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none; }

.swiper-button-prev {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
  left: 10px;
  right: auto; }
  .swiper-button-prev.swiper-button-disabled {
    opacity: 0.35;
    cursor: auto;
    pointer-events: none; }

.swiper-container-rtl .swiper-button-next {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
  left: 10px;
  right: auto; }

.swiper-button-next, .swiper-container-rtl .swiper-button-prev {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
  right: 10px;
  left: auto; }

.swiper-button-prev.swiper-button-white, .swiper-container-rtl .swiper-button-next.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E"); }

.swiper-button-next.swiper-button-white, .swiper-container-rtl .swiper-button-prev.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E"); }

.swiper-button-prev.swiper-button-black, .swiper-container-rtl .swiper-button-next.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E"); }

.swiper-button-next.swiper-button-black, .swiper-container-rtl .swiper-button-prev.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E"); }

.swiper-button-lock {
  display: none; }

.swiper-pagination {
  position: absolute;
  text-align: center;
  -webkit-transition: 300ms opacity;
  -o-transition: 300ms opacity;
  transition: 300ms opacity;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  z-index: 10; }
  .swiper-pagination.swiper-pagination-hidden {
    opacity: 0; }

/* Common Styles */
.swiper-container-horizontal > .swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {
  bottom: 10px;
  left: 0;
  width: 100%; }

/* Bullets */
.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0; }
  .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    -webkit-transform: scale(0.33);
    -ms-transform: scale(0.33);
    transform: scale(0.33);
    position: relative; }
  .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active, .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1); }
  .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
    -webkit-transform: scale(0.66);
    -ms-transform: scale(0.66);
    transform: scale(0.66); }
  .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
    -webkit-transform: scale(0.33);
    -ms-transform: scale(0.33);
    transform: scale(0.33); }
  .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
    -webkit-transform: scale(0.66);
    -ms-transform: scale(0.66);
    transform: scale(0.66); }
  .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
    -webkit-transform: scale(0.33);
    -ms-transform: scale(0.33);
    transform: scale(0.33); }

.swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  display: inline-block;
  border-radius: 100%;
  background: #000;
  opacity: 0.2; }

button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; }

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer; }

.swiper-pagination-bullet-active {
  opacity: 1;
  background: #007aff; }

.swiper-container-vertical > .swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  -webkit-transform: translate3d(0px, -50%, 0);
  transform: translate3d(0px, -50%, 0); }
  .swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 6px 0;
    display: block; }
  .swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 8px; }
    .swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
      display: inline-block;
      -webkit-transition: 200ms top, 200ms -webkit-transform;
      transition: 200ms top, 200ms -webkit-transform;
      -o-transition: 200ms transform, 200ms top;
      transition: 200ms transform, 200ms top;
      transition: 200ms transform, 200ms top, 200ms -webkit-transform; }

.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 4px; }

.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  white-space: nowrap; }
  .swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    -webkit-transition: 200ms left, 200ms -webkit-transform;
    transition: 200ms left, 200ms -webkit-transform;
    -o-transition: 200ms transform, 200ms left;
    transition: 200ms transform, 200ms left;
    transition: 200ms transform, 200ms left, 200ms -webkit-transform; }

.swiper-container-horizontal.swiper-container-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transition: 200ms right, 200ms -webkit-transform;
  transition: 200ms right, 200ms -webkit-transform;
  -o-transition: 200ms transform, 200ms right;
  transition: 200ms transform, 200ms right;
  transition: 200ms transform, 200ms right, 200ms -webkit-transform; }

/* Progress */
.swiper-pagination-progressbar {
  background: rgba(0, 0, 0, 0.25);
  position: absolute; }
  .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    background: #007aff;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    -webkit-transform-origin: left top;
    -ms-transform-origin: left top;
    transform-origin: left top; }

.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  -webkit-transform-origin: right top;
  -ms-transform-origin: right top;
  transform-origin: right top; }

.swiper-container-horizontal > .swiper-pagination-progressbar, .swiper-container-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0; }

.swiper-container-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite, .swiper-container-vertical > .swiper-pagination-progressbar {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0; }

.swiper-pagination-white .swiper-pagination-bullet-active {
  background: #ffffff; }

.swiper-pagination-progressbar.swiper-pagination-white {
  background: rgba(255, 255, 255, 0.25); }
  .swiper-pagination-progressbar.swiper-pagination-white .swiper-pagination-progressbar-fill {
    background: #ffffff; }

.swiper-pagination-black .swiper-pagination-bullet-active {
  background: #000000; }

.swiper-pagination-progressbar.swiper-pagination-black {
  background: rgba(0, 0, 0, 0.25); }
  .swiper-pagination-progressbar.swiper-pagination-black .swiper-pagination-progressbar-fill {
    background: #000000; }

.swiper-pagination-lock {
  display: none; }

/* Scrollbar */
.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, 0.1); }

.swiper-container-horizontal > .swiper-scrollbar {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%; }

.swiper-container-vertical > .swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%; }

.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  left: 0;
  top: 0; }

.swiper-scrollbar-cursor-drag {
  cursor: move; }

.swiper-scrollbar-lock {
  display: none; }

.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center; }
  .swiper-zoom-container > canvas, .swiper-zoom-container > img, .swiper-zoom-container > svg {
    max-width: 100%;
    max-height: 100%;
    -o-object-fit: contain;
    object-fit: contain; }

.swiper-slide-zoomed {
  cursor: move; }

/* Preloader */
.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  -webkit-transform-origin: 50%;
  -ms-transform-origin: 50%;
  transform-origin: 50%;
  -webkit-animation: swiper-preloader-spin 1s steps(12, end) infinite;
  animation: swiper-preloader-spin 1s steps(12, end) infinite; }
  .swiper-lazy-preloader:after {
    display: block;
    content: '';
    width: 100%;
    height: 100%;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
    background-position: 50%;
    background-size: 100%;
    background-repeat: no-repeat; }

.swiper-lazy-preloader-white:after {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%23fff'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E"); }

@-webkit-keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }

@keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }

/* a11y */
.swiper-container .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000; }

.swiper-container-fade.swiper-container-free-mode .swiper-slide {
  -webkit-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out; }

.swiper-container-fade .swiper-slide {
  pointer-events: none;
  -webkit-transition-property: opacity;
  -o-transition-property: opacity;
  transition-property: opacity; }
  .swiper-container-fade .swiper-slide .swiper-slide {
    pointer-events: none; }

.swiper-container-fade .swiper-slide-active {
  pointer-events: auto; }
  .swiper-container-fade .swiper-slide-active .swiper-slide-active {
    pointer-events: auto; }

.swiper-container-cube {
  overflow: visible; }
  .swiper-container-cube .swiper-slide {
    pointer-events: none;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    z-index: 1;
    visibility: hidden;
    -webkit-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    transform-origin: 0 0;
    width: 100%;
    height: 100%; }
    .swiper-container-cube .swiper-slide .swiper-slide {
      pointer-events: none; }
  .swiper-container-cube.swiper-container-rtl .swiper-slide {
    -webkit-transform-origin: 100% 0;
    -ms-transform-origin: 100% 0;
    transform-origin: 100% 0; }
  .swiper-container-cube .swiper-slide-active {
    pointer-events: auto;
    pointer-events: auto;
    visibility: visible; }
    .swiper-container-cube .swiper-slide-active .swiper-slide-active {
      pointer-events: auto; }
  .swiper-container-cube .swiper-slide-next {
    pointer-events: auto;
    visibility: visible; }
    .swiper-container-cube .swiper-slide-next + .swiper-slide {
      pointer-events: auto;
      visibility: visible; }
  .swiper-container-cube .swiper-slide-prev {
    pointer-events: auto;
    visibility: visible; }
  .swiper-container-cube .swiper-slide-shadow-bottom, .swiper-container-cube .swiper-slide-shadow-left, .swiper-container-cube .swiper-slide-shadow-right, .swiper-container-cube .swiper-slide-shadow-top {
    z-index: 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden; }
  .swiper-container-cube .swiper-cube-shadow {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0.6;
    -webkit-filter: blur(50px);
    filter: blur(50px);
    z-index: 0; }

.swiper-container-flip {
  overflow: visible; }
  .swiper-container-flip .swiper-slide {
    pointer-events: none;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    z-index: 1; }
    .swiper-container-flip .swiper-slide .swiper-slide {
      pointer-events: none; }
  .swiper-container-flip .swiper-slide-active {
    pointer-events: auto; }
    .swiper-container-flip .swiper-slide-active .swiper-slide-active {
      pointer-events: auto; }
  .swiper-container-flip .swiper-slide-shadow-bottom, .swiper-container-flip .swiper-slide-shadow-left, .swiper-container-flip .swiper-slide-shadow-right, .swiper-container-flip .swiper-slide-shadow-top {
    z-index: 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden; }

.swiper-container-coverflow .swiper-wrapper {
  /* Windows 8 IE 10 fix */
  -ms-perspective: 1200px; }

/*
== malihu jquery custom scrollbar plugin ==
Plugin URI: http://manos.malihu.gr/jquery-custom-content-scroller
*/
/*
CONTENTS:
1. BASIC STYLE - Plugin's basic/essential CSS properties (normally, should not be edited).
2. VERTICAL SCROLLBAR - Positioning and dimensions of vertical scrollbar.
3. HORIZONTAL SCROLLBAR - Positioning and dimensions of horizontal scrollbar.
4. VERTICAL AND HORIZONTAL SCROLLBARS - Positioning and dimensions of 2-axis scrollbars.
5. TRANSITIONS - CSS3 transitions for hover events, auto-expanded and auto-hidden scrollbars.
6. SCROLLBAR COLORS, OPACITY AND BACKGROUNDS
6.1 THEMES - Scrollbar colors, opacity, dimensions, backgrounds etc. via ready-to-use themes.
*/
/*
------------------------------------------------------------------------------------------------------------------------
1. BASIC STYLE
------------------------------------------------------------------------------------------------------------------------
*/
.mCustomScrollbar {
  -ms-touch-action: pinch-zoom;
  touch-action: pinch-zoom;
  /* direct pointer events to js */ }

.mCustomScrollbar.mCS_no_scrollbar, .mCustomScrollbar.mCS_touch_action {
  -ms-touch-action: auto;
  touch-action: auto; }

.mCustomScrollBox {
  /* contains plugin's markup */
  position: relative;
  /* overflow: hidden; */
  height: 100%;
  max-width: 100%;
  outline: none;
  direction: ltr; }

.mCSB_container {
  /* contains the original content */
  /* overflow: hidden; */
  width: auto;
  height: auto; }

/*
------------------------------------------------------------------------------------------------------------------------
2. VERTICAL SCROLLBAR
y-axis
------------------------------------------------------------------------------------------------------------------------
*/
.mCSB_inside > .mCSB_container {
  margin-right: 0px; }

.mCSB_container.mCS_no_scrollbar_y.mCS_y_hidden {
  margin-right: 0; }

/* non-visible scrollbar */
.mCS-dir-rtl > .mCSB_inside > .mCSB_container {
  /* RTL direction/left-side scrollbar */
  margin-right: 0;
  margin-left: 30px; }

.mCS-dir-rtl > .mCSB_inside > .mCSB_container.mCS_no_scrollbar_y.mCS_y_hidden {
  margin-left: 0; }

/* RTL direction/left-side scrollbar */
.mCSB_scrollTools {
  /* contains scrollbar markup (draggable element, dragger rail, buttons etc.) */
  position: absolute;
  width: 16px;
  height: auto;
  left: auto;
  top: 0;
  right: 100%;
  bottom: 0; }

.mCSB_outside + .mCSB_scrollTools {
  right: -26px; }

/* scrollbar position: outside */
.mCS-dir-rtl > .mCSB_inside > .mCSB_scrollTools,
.mCS-dir-rtl > .mCSB_outside + .mCSB_scrollTools {
  /* RTL direction/left-side scrollbar */
  right: auto;
  left: 0; }

.mCS-dir-rtl > .mCSB_outside + .mCSB_scrollTools {
  left: -26px; }

/* RTL direction/left-side scrollbar (scrollbar position: outside) */
.mCSB_scrollTools .mCSB_draggerContainer {
  /* contains the draggable element and dragger rail markup */
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  height: auto; }

.mCSB_scrollTools a + .mCSB_draggerContainer {
  margin: 20px 0; }

.mCSB_scrollTools .mCSB_draggerRail {
  width: 2px;
  height: 100%;
  margin: 0 auto;
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  border-radius: 16px; }

.mCSB_scrollTools .mCSB_dragger {
  /* the draggable element */
  cursor: pointer;
  width: 100%;
  height: 30px;
  /* minimum dragger height */
  z-index: 1; }

.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  /* the dragger element */
  position: relative;
  width: 4px;
  height: 100%;
  margin: 0 auto;
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  border-radius: 16px;
  text-align: center; }

.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar,
.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar {
  width: 12px;
  /* auto-expanded scrollbar */ }

.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail,
.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail {
  width: 8px;
  /* auto-expanded scrollbar */ }

.mCSB_scrollTools .mCSB_buttonUp,
.mCSB_scrollTools .mCSB_buttonDown {
  display: block;
  position: absolute;
  height: 20px;
  width: 100%;
  overflow: hidden;
  margin: 0 auto;
  cursor: pointer; }

.mCSB_scrollTools .mCSB_buttonDown {
  bottom: 0; }

/*# FUENTES #*/
/* FONT AWESOME */
/*!
 * Font Awesome Free 5.2.0 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 */
.fa,
.fas,
.note-by-author .swiper-button-next,
.note-by-author .swiper-button-prev,
.far,
.fal,
.fab,
.socials a.nav-link .social-icon,
.note .quote-button,
header .socials a.nav-link .social-icon {
  -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-lg {
  font-size: 1.33333em;
  line-height: 0.75em;
  vertical-align: -.0667em; }

.fa-xs {
  font-size: .75em; }

.fa-sm {
  font-size: .875em; }

.fa-1x {
  font-size: 1em; }

.fa-2x {
  font-size: 2em; }

.fa-3x {
  font-size: 3em; }

.fa-4x {
  font-size: 4em; }

.fa-5x {
  font-size: 5em; }

.fa-6x {
  font-size: 6em; }

.fa-7x {
  font-size: 7em; }

.fa-8x {
  font-size: 8em; }

.fa-9x {
  font-size: 9em; }

.fa-10x {
  font-size: 10em; }

.fa-fw {
  text-align: center;
  width: 1.25em; }

.fa-ul {
  list-style-type: none;
  margin-left: 2.5em;
  padding-left: 0; }
  .fa-ul > li {
    position: relative; }

.fa-li {
  left: -2em;
  position: absolute;
  text-align: center;
  width: 2em;
  line-height: inherit; }

.fa-border {
  border: solid 0.08em #eee;
  border-radius: .1em;
  padding: .2em .25em .15em; }

.fa-pull-left {
  float: left; }

.fa-pull-right {
  float: right; }

.fa.fa-pull-left,
.fas.fa-pull-left,
.note-by-author .fa-pull-left.swiper-button-next,
.note-by-author .fa-pull-left.swiper-button-prev,
.far.fa-pull-left,
.fal.fa-pull-left,
.fab.fa-pull-left,
.socials a.nav-link .fa-pull-left.social-icon,
.note .fa-pull-left.quote-button {
  margin-right: .3em; }

.fa.fa-pull-right,
.fas.fa-pull-right,
.note-by-author .fa-pull-right.swiper-button-next,
.note-by-author .fa-pull-right.swiper-button-prev,
.far.fa-pull-right,
.fal.fa-pull-right,
.fab.fa-pull-right,
.socials a.nav-link .fa-pull-right.social-icon,
.note .fa-pull-right.quote-button {
  margin-left: .3em; }

.fa-spin {
  animation: fa-spin 2s infinite linear; }

.fa-pulse {
  animation: fa-spin 1s infinite steps(8); }

@keyframes fa-spin {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(360deg); } }

.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  transform: rotate(90deg); }

.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  transform: rotate(180deg); }

.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  transform: rotate(270deg); }

.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  transform: scale(-1, 1); }

.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  transform: scale(1, -1); }

.fa-flip-horizontal.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  transform: scale(-1, -1); }

:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  filter: none; }

.fa-stack {
  display: inline-block;
  height: 2em;
  line-height: 2em;
  position: relative;
  vertical-align: middle;
  width: 2em; }

.fa-stack-1x,
.fa-stack-2x {
  left: 0;
  position: absolute;
  text-align: center;
  width: 100%; }

.fa-stack-1x {
  line-height: inherit; }

.fa-stack-2x {
  font-size: 2em; }

.fa-inverse {
  color: #fff; }

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
readers do not read off random characters that represent icons */
.fa-500px:before {
  content: "\f26e"; }

.fa-accessible-icon:before {
  content: "\f368"; }

.fa-accusoft:before {
  content: "\f369"; }

.fa-address-book:before {
  content: "\f2b9"; }

.fa-address-card:before {
  content: "\f2bb"; }

.fa-adjust:before {
  content: "\f042"; }

.fa-adn:before {
  content: "\f170"; }

.fa-adversal:before {
  content: "\f36a"; }

.fa-affiliatetheme:before {
  content: "\f36b"; }

.fa-air-freshener:before {
  content: "\f5d0"; }

.fa-algolia:before {
  content: "\f36c"; }

.fa-align-center:before {
  content: "\f037"; }

.fa-align-justify:before {
  content: "\f039"; }

.fa-align-left:before {
  content: "\f036"; }

.fa-align-right:before {
  content: "\f038"; }

.fa-allergies:before {
  content: "\f461"; }

.fa-amazon:before {
  content: "\f270"; }

.fa-amazon-pay:before {
  content: "\f42c"; }

.fa-ambulance:before {
  content: "\f0f9"; }

.fa-american-sign-language-interpreting:before {
  content: "\f2a3"; }

.fa-amilia:before {
  content: "\f36d"; }

.fa-anchor:before {
  content: "\f13d"; }

.fa-android:before {
  content: "\f17b"; }

.fa-angellist:before {
  content: "\f209"; }

.fa-angle-double-down:before {
  content: "\f103"; }

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

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

.fa-angle-double-up:before {
  content: "\f102"; }

.fa-angle-down:before {
  content: "\f107"; }

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

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

.fa-angle-up:before {
  content: "\f106"; }

.fa-angry:before {
  content: "\f556"; }

.fa-angrycreative:before {
  content: "\f36e"; }

.fa-angular:before {
  content: "\f420"; }

.fa-app-store:before {
  content: "\f36f"; }

.fa-app-store-ios:before {
  content: "\f370"; }

.fa-apper:before {
  content: "\f371"; }

.fa-apple:before {
  content: "\f179"; }

.fa-apple-alt:before {
  content: "\f5d1"; }

.fa-apple-pay:before {
  content: "\f415"; }

.fa-archive:before {
  content: "\f187"; }

.fa-archway:before {
  content: "\f557"; }

.fa-arrow-alt-circle-down:before {
  content: "\f358"; }

.fa-arrow-alt-circle-left:before {
  content: "\f359"; }

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

.fa-arrow-alt-circle-up:before {
  content: "\f35b"; }

.fa-arrow-circle-down:before {
  content: "\f0ab"; }

.fa-arrow-circle-left:before {
  content: "\f0a8"; }

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

.fa-arrow-circle-up:before {
  content: "\f0aa"; }

.fa-arrow-down:before {
  content: "\f063"; }

.fa-arrow-left:before {
  content: "\f060"; }

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

.fa-arrow-up:before {
  content: "\f062"; }

.fa-arrows-alt:before {
  content: "\f0b2"; }

.fa-arrows-alt-h:before {
  content: "\f337"; }

.fa-arrows-alt-v:before {
  content: "\f338"; }

.fa-assistive-listening-systems:before {
  content: "\f2a2"; }

.fa-asterisk:before {
  content: "\f069"; }

.fa-asymmetrik:before {
  content: "\f372"; }

.fa-at:before {
  content: "\f1fa"; }

.fa-atlas:before {
  content: "\f558"; }

.fa-atom:before {
  content: "\f5d2"; }

.fa-audible:before {
  content: "\f373"; }

.fa-audio-description:before {
  content: "\f29e"; }

.fa-autoprefixer:before {
  content: "\f41c"; }

.fa-avianex:before {
  content: "\f374"; }

.fa-aviato:before {
  content: "\f421"; }

.fa-award:before {
  content: "\f559"; }

.fa-aws:before {
  content: "\f375"; }

.fa-backspace:before {
  content: "\f55a"; }

.fa-backward:before {
  content: "\f04a"; }

.fa-balance-scale:before {
  content: "\f24e"; }

.fa-ban:before {
  content: "\f05e"; }

.fa-band-aid:before {
  content: "\f462"; }

.fa-bandcamp:before {
  content: "\f2d5"; }

.fa-barcode:before {
  content: "\f02a"; }

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

.fa-baseball-ball:before {
  content: "\f433"; }

.fa-basketball-ball:before {
  content: "\f434"; }

.fa-bath:before {
  content: "\f2cd"; }

.fa-battery-empty:before {
  content: "\f244"; }

.fa-battery-full:before {
  content: "\f240"; }

.fa-battery-half:before {
  content: "\f242"; }

.fa-battery-quarter:before {
  content: "\f243"; }

.fa-battery-three-quarters:before {
  content: "\f241"; }

.fa-bed:before {
  content: "\f236"; }

.fa-beer:before {
  content: "\f0fc"; }

.fa-behance:before {
  content: "\f1b4"; }

.fa-behance-square:before {
  content: "\f1b5"; }

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

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

.fa-bezier-curve:before {
  content: "\f55b"; }

.fa-bicycle:before {
  content: "\f206"; }

.fa-bimobject:before {
  content: "\f378"; }

.fa-binoculars:before {
  content: "\f1e5"; }

.fa-birthday-cake:before {
  content: "\f1fd"; }

.fa-bitbucket:before {
  content: "\f171"; }

.fa-bitcoin:before {
  content: "\f379"; }

.fa-bity:before {
  content: "\f37a"; }

.fa-black-tie:before {
  content: "\f27e"; }

.fa-blackberry:before {
  content: "\f37b"; }

.fa-blender:before {
  content: "\f517"; }

.fa-blind:before {
  content: "\f29d"; }

.fa-blogger:before {
  content: "\f37c"; }

.fa-blogger-b:before {
  content: "\f37d"; }

.fa-bluetooth:before {
  content: "\f293"; }

.fa-bluetooth-b:before {
  content: "\f294"; }

.fa-bold:before {
  content: "\f032"; }

.fa-bolt:before {
  content: "\f0e7"; }

.fa-bomb:before {
  content: "\f1e2"; }

.fa-bone:before {
  content: "\f5d7"; }

.fa-bong:before {
  content: "\f55c"; }

.fa-book:before {
  content: "\f02d"; }

.fa-book-open:before {
  content: "\f518"; }

.fa-book-reader:before {
  content: "\f5da"; }

.fa-bookmark:before {
  content: "\f02e"; }

.fa-bowling-ball:before {
  content: "\f436"; }

.fa-box:before {
  content: "\f466"; }

.fa-box-open:before {
  content: "\f49e"; }

.fa-boxes:before {
  content: "\f468"; }

.fa-braille:before {
  content: "\f2a1"; }

.fa-brain:before {
  content: "\f5dc"; }

.fa-briefcase:before {
  content: "\f0b1"; }

.fa-briefcase-medical:before {
  content: "\f469"; }

.fa-broadcast-tower:before {
  content: "\f519"; }

.fa-broom:before {
  content: "\f51a"; }

.fa-brush:before {
  content: "\f55d"; }

.fa-btc:before {
  content: "\f15a"; }

.fa-bug:before {
  content: "\f188"; }

.fa-building:before {
  content: "\f1ad"; }

.fa-bullhorn:before {
  content: "\f0a1"; }

.fa-bullseye:before {
  content: "\f140"; }

.fa-burn:before {
  content: "\f46a"; }

.fa-buromobelexperte:before {
  content: "\f37f"; }

.fa-bus:before {
  content: "\f207"; }

.fa-bus-alt:before {
  content: "\f55e"; }

.fa-buysellads:before {
  content: "\f20d"; }

.fa-calculator:before {
  content: "\f1ec"; }

.fa-calendar:before {
  content: "\f133"; }

.fa-calendar-alt:before {
  content: "\f073"; }

.fa-calendar-check:before {
  content: "\f274"; }

.fa-calendar-minus:before {
  content: "\f272"; }

.fa-calendar-plus:before {
  content: "\f271"; }

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

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

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

.fa-cannabis:before {
  content: "\f55f"; }

.fa-capsules:before {
  content: "\f46b"; }

.fa-car:before {
  content: "\f1b9"; }

.fa-car-alt:before {
  content: "\f5de"; }

.fa-car-battery:before {
  content: "\f5df"; }

.fa-car-crash:before {
  content: "\f5e1"; }

.fa-car-side:before {
  content: "\f5e4"; }

.fa-caret-down:before {
  content: "\f0d7"; }

.fa-caret-left:before {
  content: "\f0d9"; }

.fa-caret-right:before {
  content: "\f0da"; }

.fa-caret-square-down:before {
  content: "\f150"; }

.fa-caret-square-left:before {
  content: "\f191"; }

.fa-caret-square-right:before {
  content: "\f152"; }

.fa-caret-square-up:before {
  content: "\f151"; }

.fa-caret-up:before {
  content: "\f0d8"; }

.fa-cart-arrow-down:before {
  content: "\f218"; }

.fa-cart-plus:before {
  content: "\f217"; }

.fa-cc-amazon-pay:before {
  content: "\f42d"; }

.fa-cc-amex:before {
  content: "\f1f3"; }

.fa-cc-apple-pay:before {
  content: "\f416"; }

.fa-cc-diners-club:before {
  content: "\f24c"; }

.fa-cc-discover:before {
  content: "\f1f2"; }

.fa-cc-jcb:before {
  content: "\f24b"; }

.fa-cc-mastercard:before {
  content: "\f1f1"; }

.fa-cc-paypal:before {
  content: "\f1f4"; }

.fa-cc-stripe:before {
  content: "\f1f5"; }

.fa-cc-visa:before {
  content: "\f1f0"; }

.fa-centercode:before {
  content: "\f380"; }

.fa-certificate:before {
  content: "\f0a3"; }

.fa-chalkboard:before {
  content: "\f51b"; }

.fa-chalkboard-teacher:before {
  content: "\f51c"; }

.fa-charging-station:before {
  content: "\f5e7"; }

.fa-chart-area:before {
  content: "\f1fe"; }

.fa-chart-bar:before {
  content: "\f080"; }

.fa-chart-line:before {
  content: "\f201"; }

.fa-chart-pie:before {
  content: "\f200"; }

.fa-check:before {
  content: "\f00c"; }

.fa-check-circle:before {
  content: "\f058"; }

.fa-check-double:before {
  content: "\f560"; }

.fa-check-square:before {
  content: "\f14a"; }

.fa-chess:before {
  content: "\f439"; }

.fa-chess-bishop:before {
  content: "\f43a"; }

.fa-chess-board:before {
  content: "\f43c"; }

.fa-chess-king:before {
  content: "\f43f"; }

.fa-chess-knight:before {
  content: "\f441"; }

.fa-chess-pawn:before {
  content: "\f443"; }

.fa-chess-queen:before {
  content: "\f445"; }

.fa-chess-rook:before {
  content: "\f447"; }

.fa-chevron-circle-down:before {
  content: "\f13a"; }

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

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

.fa-chevron-circle-up:before {
  content: "\f139"; }

.fa-chevron-down:before {
  content: "\f078"; }

.fa-chevron-left:before, .note-by-author .swiper-button-prev:before {
  content: "\f053"; }

.fa-chevron-right:before, .note-by-author .swiper-button-next:before {
  content: "\f054"; }

.fa-chevron-up:before {
  content: "\f077"; }

.fa-child:before {
  content: "\f1ae"; }

.fa-chrome:before {
  content: "\f268"; }

.fa-church:before {
  content: "\f51d"; }

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

.fa-circle-notch:before {
  content: "\f1ce"; }

.fa-clipboard:before {
  content: "\f328"; }

.fa-clipboard-check:before {
  content: "\f46c"; }

.fa-clipboard-list:before {
  content: "\f46d"; }

.fa-clock:before {
  content: "\f017"; }

.fa-clone:before {
  content: "\f24d"; }

.fa-closed-captioning:before {
  content: "\f20a"; }

.fa-cloud:before {
  content: "\f0c2"; }

.fa-cloud-download-alt:before {
  content: "\f381"; }

.fa-cloud-upload-alt:before {
  content: "\f382"; }

.fa-cloudscale:before {
  content: "\f383"; }

.fa-cloudsmith:before {
  content: "\f384"; }

.fa-cloudversify:before {
  content: "\f385"; }

.fa-cocktail:before {
  content: "\f561"; }

.fa-code:before {
  content: "\f121"; }

.fa-code-branch:before {
  content: "\f126"; }

.fa-codepen:before {
  content: "\f1cb"; }

.fa-codiepie:before {
  content: "\f284"; }

.fa-coffee:before {
  content: "\f0f4"; }

.fa-cog:before {
  content: "\f013"; }

.fa-cogs:before {
  content: "\f085"; }

.fa-coins:before {
  content: "\f51e"; }

.fa-columns:before {
  content: "\f0db"; }

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

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

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

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

.fa-comments:before {
  content: "\f086"; }

.fa-compact-disc:before {
  content: "\f51f"; }

.fa-compass:before {
  content: "\f14e"; }

.fa-compress:before {
  content: "\f066"; }

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

.fa-connectdevelop:before {
  content: "\f20e"; }

.fa-contao:before {
  content: "\f26d"; }

.fa-cookie:before {
  content: "\f563"; }

.fa-cookie-bite:before {
  content: "\f564"; }

.fa-copy:before {
  content: "\f0c5"; }

.fa-copyright:before {
  content: "\f1f9"; }

.fa-couch:before {
  content: "\f4b8"; }

.fa-cpanel:before {
  content: "\f388"; }

.fa-creative-commons:before {
  content: "\f25e"; }

.fa-creative-commons-by:before {
  content: "\f4e7"; }

.fa-creative-commons-nc:before {
  content: "\f4e8"; }

.fa-creative-commons-nc-eu:before {
  content: "\f4e9"; }

.fa-creative-commons-nc-jp:before {
  content: "\f4ea"; }

.fa-creative-commons-nd:before {
  content: "\f4eb"; }

.fa-creative-commons-pd:before {
  content: "\f4ec"; }

.fa-creative-commons-pd-alt:before {
  content: "\f4ed"; }

.fa-creative-commons-remix:before {
  content: "\f4ee"; }

.fa-creative-commons-sa:before {
  content: "\f4ef"; }

.fa-creative-commons-sampling:before {
  content: "\f4f0"; }

.fa-creative-commons-sampling-plus:before {
  content: "\f4f1"; }

.fa-creative-commons-share:before {
  content: "\f4f2"; }

.fa-credit-card:before {
  content: "\f09d"; }

.fa-crop:before {
  content: "\f125"; }

.fa-crop-alt:before {
  content: "\f565"; }

.fa-crosshairs:before {
  content: "\f05b"; }

.fa-crow:before {
  content: "\f520"; }

.fa-crown:before {
  content: "\f521"; }

.fa-css3:before {
  content: "\f13c"; }

.fa-css3-alt:before {
  content: "\f38b"; }

.fa-cube:before {
  content: "\f1b2"; }

.fa-cubes:before {
  content: "\f1b3"; }

.fa-cut:before {
  content: "\f0c4"; }

.fa-cuttlefish:before {
  content: "\f38c"; }

.fa-d-and-d:before {
  content: "\f38d"; }

.fa-dashcube:before {
  content: "\f210"; }

.fa-database:before {
  content: "\f1c0"; }

.fa-deaf:before {
  content: "\f2a4"; }

.fa-delicious:before {
  content: "\f1a5"; }

.fa-deploydog:before {
  content: "\f38e"; }

.fa-deskpro:before {
  content: "\f38f"; }

.fa-desktop:before {
  content: "\f108"; }

.fa-deviantart:before {
  content: "\f1bd"; }

.fa-diagnoses:before {
  content: "\f470"; }

.fa-dice:before {
  content: "\f522"; }

.fa-dice-five:before {
  content: "\f523"; }

.fa-dice-four:before {
  content: "\f524"; }

.fa-dice-one:before {
  content: "\f525"; }

.fa-dice-six:before {
  content: "\f526"; }

.fa-dice-three:before {
  content: "\f527"; }

.fa-dice-two:before {
  content: "\f528"; }

.fa-digg:before {
  content: "\f1a6"; }

.fa-digital-ocean:before {
  content: "\f391"; }

.fa-digital-tachograph:before {
  content: "\f566"; }

.fa-directions:before {
  content: "\f5eb"; }

.fa-discord:before {
  content: "\f392"; }

.fa-discourse:before {
  content: "\f393"; }

.fa-divide:before {
  content: "\f529"; }

.fa-dizzy:before {
  content: "\f567"; }

.fa-dna:before {
  content: "\f471"; }

.fa-dochub:before {
  content: "\f394"; }

.fa-docker:before {
  content: "\f395"; }

.fa-dollar-sign:before {
  content: "\f155"; }

.fa-dolly:before {
  content: "\f472"; }

.fa-dolly-flatbed:before {
  content: "\f474"; }

.fa-donate:before {
  content: "\f4b9"; }

.fa-door-closed:before {
  content: "\f52a"; }

.fa-door-open:before {
  content: "\f52b"; }

.fa-dot-circle:before {
  content: "\f192"; }

.fa-dove:before {
  content: "\f4ba"; }

.fa-download:before {
  content: "\f019"; }

.fa-draft2digital:before {
  content: "\f396"; }

.fa-drafting-compass:before {
  content: "\f568"; }

.fa-draw-polygon:before {
  content: "\f5ee"; }

.fa-dribbble:before {
  content: "\f17d"; }

.fa-dribbble-square:before {
  content: "\f397"; }

.fa-dropbox:before {
  content: "\f16b"; }

.fa-drum:before {
  content: "\f569"; }

.fa-drum-steelpan:before {
  content: "\f56a"; }

.fa-drupal:before {
  content: "\f1a9"; }

.fa-dumbbell:before {
  content: "\f44b"; }

.fa-dyalog:before {
  content: "\f399"; }

.fa-earlybirds:before {
  content: "\f39a"; }

.fa-ebay:before {
  content: "\f4f4"; }

.fa-edge:before {
  content: "\f282"; }

.fa-edit:before {
  content: "\f044"; }

.fa-eject:before {
  content: "\f052"; }

.fa-elementor:before {
  content: "\f430"; }

.fa-ellipsis-h:before {
  content: "\f141"; }

.fa-ellipsis-v:before {
  content: "\f142"; }

.fa-ello:before {
  content: "\f5f1"; }

.fa-ember:before {
  content: "\f423"; }

.fa-empire:before {
  content: "\f1d1"; }

.fa-envelope:before {
  content: "\f0e0"; }

.fa-envelope-open:before {
  content: "\f2b6"; }

.fa-envelope-square:before {
  content: "\f199"; }

.fa-envira:before {
  content: "\f299"; }

.fa-equals:before {
  content: "\f52c"; }

.fa-eraser:before {
  content: "\f12d"; }

.fa-erlang:before {
  content: "\f39d"; }

.fa-ethereum:before {
  content: "\f42e"; }

.fa-etsy:before {
  content: "\f2d7"; }

.fa-euro-sign:before {
  content: "\f153"; }

.fa-exchange-alt:before {
  content: "\f362"; }

.fa-exclamation:before {
  content: "\f12a"; }

.fa-exclamation-circle:before {
  content: "\f06a"; }

.fa-exclamation-triangle:before {
  content: "\f071"; }

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

.fa-expand-arrows-alt:before {
  content: "\f31e"; }

.fa-expeditedssl:before {
  content: "\f23e"; }

.fa-external-link-alt:before {
  content: "\f35d"; }

.fa-external-link-square-alt:before {
  content: "\f360"; }

.fa-eye:before {
  content: "\f06e"; }

.fa-eye-dropper:before {
  content: "\f1fb"; }

.fa-eye-slash:before {
  content: "\f070"; }

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

.fa-facebook-f:before, .socials a[href*="facebook."] .social-icon:before {
  content: "\f39e"; }

.fa-facebook-messenger:before {
  content: "\f39f"; }

.fa-facebook-square:before {
  content: "\f082"; }

.fa-fast-backward:before {
  content: "\f049"; }

.fa-fast-forward:before {
  content: "\f050"; }

.fa-fax:before {
  content: "\f1ac"; }

.fa-feather:before {
  content: "\f52d"; }

.fa-feather-alt:before {
  content: "\f56b"; }

.fa-female:before {
  content: "\f182"; }

.fa-fighter-jet:before {
  content: "\f0fb"; }

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

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

.fa-file-archive:before {
  content: "\f1c6"; }

.fa-file-audio:before {
  content: "\f1c7"; }

.fa-file-code:before {
  content: "\f1c9"; }

.fa-file-contract:before {
  content: "\f56c"; }

.fa-file-download:before {
  content: "\f56d"; }

.fa-file-excel:before {
  content: "\f1c3"; }

.fa-file-export:before {
  content: "\f56e"; }

.fa-file-image:before {
  content: "\f1c5"; }

.fa-file-import:before {
  content: "\f56f"; }

.fa-file-invoice:before {
  content: "\f570"; }

.fa-file-invoice-dollar:before {
  content: "\f571"; }

.fa-file-medical:before {
  content: "\f477"; }

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

.fa-file-pdf:before {
  content: "\f1c1"; }

.fa-file-powerpoint:before {
  content: "\f1c4"; }

.fa-file-prescription:before {
  content: "\f572"; }

.fa-file-signature:before {
  content: "\f573"; }

.fa-file-upload:before {
  content: "\f574"; }

.fa-file-video:before {
  content: "\f1c8"; }

.fa-file-word:before {
  content: "\f1c2"; }

.fa-fill:before {
  content: "\f575"; }

.fa-fill-drip:before {
  content: "\f576"; }

.fa-film:before {
  content: "\f008"; }

.fa-filter:before {
  content: "\f0b0"; }

.fa-fingerprint:before {
  content: "\f577"; }

.fa-fire:before {
  content: "\f06d"; }

.fa-fire-extinguisher:before {
  content: "\f134"; }

.fa-firefox:before {
  content: "\f269"; }

.fa-first-aid:before {
  content: "\f479"; }

.fa-first-order:before {
  content: "\f2b0"; }

.fa-first-order-alt:before {
  content: "\f50a"; }

.fa-firstdraft:before {
  content: "\f3a1"; }

.fa-fish:before {
  content: "\f578"; }

.fa-flag:before {
  content: "\f024"; }

.fa-flag-checkered:before {
  content: "\f11e"; }

.fa-flask:before {
  content: "\f0c3"; }

.fa-flickr:before {
  content: "\f16e"; }

.fa-flipboard:before {
  content: "\f44d"; }

.fa-flushed:before {
  content: "\f579"; }

.fa-fly:before {
  content: "\f417"; }

.fa-folder:before {
  content: "\f07b"; }

.fa-folder-open:before {
  content: "\f07c"; }

.fa-font:before {
  content: "\f031"; }

.fa-font-awesome:before {
  content: "\f2b4"; }

.fa-font-awesome-alt:before {
  content: "\f35c"; }

.fa-font-awesome-flag:before {
  content: "\f425"; }

.fa-font-awesome-logo-full:before {
  content: "\f4e6"; }

.fa-fonticons:before {
  content: "\f280"; }

.fa-fonticons-fi:before {
  content: "\f3a2"; }

.fa-football-ball:before {
  content: "\f44e"; }

.fa-fort-awesome:before {
  content: "\f286"; }

.fa-fort-awesome-alt:before {
  content: "\f3a3"; }

.fa-forumbee:before {
  content: "\f211"; }

.fa-forward:before {
  content: "\f04e"; }

.fa-foursquare:before {
  content: "\f180"; }

.fa-free-code-camp:before {
  content: "\f2c5"; }

.fa-freebsd:before {
  content: "\f3a4"; }

.fa-frog:before {
  content: "\f52e"; }

.fa-frown:before {
  content: "\f119"; }

.fa-frown-open:before {
  content: "\f57a"; }

.fa-fulcrum:before {
  content: "\f50b"; }

.fa-futbol:before {
  content: "\f1e3"; }

.fa-galactic-republic:before {
  content: "\f50c"; }

.fa-galactic-senate:before {
  content: "\f50d"; }

.fa-gamepad:before {
  content: "\f11b"; }

.fa-gas-pump:before {
  content: "\f52f"; }

.fa-gavel:before {
  content: "\f0e3"; }

.fa-gem:before {
  content: "\f3a5"; }

.fa-genderless:before {
  content: "\f22d"; }

.fa-get-pocket:before {
  content: "\f265"; }

.fa-gg:before {
  content: "\f260"; }

.fa-gg-circle:before {
  content: "\f261"; }

.fa-gift:before {
  content: "\f06b"; }

.fa-git:before {
  content: "\f1d3"; }

.fa-git-square:before {
  content: "\f1d2"; }

.fa-github:before {
  content: "\f09b"; }

.fa-github-alt:before {
  content: "\f113"; }

.fa-github-square:before {
  content: "\f092"; }

.fa-gitkraken:before {
  content: "\f3a6"; }

.fa-gitlab:before {
  content: "\f296"; }

.fa-gitter:before {
  content: "\f426"; }

.fa-glass-martini:before {
  content: "\f000"; }

.fa-glass-martini-alt:before {
  content: "\f57b"; }

.fa-glasses:before {
  content: "\f530"; }

.fa-glide:before {
  content: "\f2a5"; }

.fa-glide-g:before {
  content: "\f2a6"; }

.fa-globe:before {
  content: "\f0ac"; }

.fa-globe-africa:before {
  content: "\f57c"; }

.fa-globe-americas:before {
  content: "\f57d"; }

.fa-globe-asia:before {
  content: "\f57e"; }

.fa-gofore:before {
  content: "\f3a7"; }

.fa-golf-ball:before {
  content: "\f450"; }

.fa-goodreads:before {
  content: "\f3a8"; }

.fa-goodreads-g:before {
  content: "\f3a9"; }

.fa-google:before {
  content: "\f1a0"; }

.fa-google-drive:before {
  content: "\f3aa"; }

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

.fa-google-plus:before {
  content: "\f2b3"; }

.fa-google-plus-g:before, .socials a[href*="google."] .social-icon:before {
  content: "\f0d5"; }

.fa-google-plus-square:before {
  content: "\f0d4"; }

.fa-google-wallet:before {
  content: "\f1ee"; }

.fa-graduation-cap:before {
  content: "\f19d"; }

.fa-gratipay:before {
  content: "\f184"; }

.fa-grav:before {
  content: "\f2d6"; }

.fa-greater-than:before {
  content: "\f531"; }

.fa-greater-than-equal:before {
  content: "\f532"; }

.fa-grimace:before {
  content: "\f57f"; }

.fa-grin:before {
  content: "\f580"; }

.fa-grin-alt:before {
  content: "\f581"; }

.fa-grin-beam:before {
  content: "\f582"; }

.fa-grin-beam-sweat:before {
  content: "\f583"; }

.fa-grin-hearts:before {
  content: "\f584"; }

.fa-grin-squint:before {
  content: "\f585"; }

.fa-grin-squint-tears:before {
  content: "\f586"; }

.fa-grin-stars:before {
  content: "\f587"; }

.fa-grin-tears:before {
  content: "\f588"; }

.fa-grin-tongue:before {
  content: "\f589"; }

.fa-grin-tongue-squint:before {
  content: "\f58a"; }

.fa-grin-tongue-wink:before {
  content: "\f58b"; }

.fa-grin-wink:before {
  content: "\f58c"; }

.fa-grip-horizontal:before {
  content: "\f58d"; }

.fa-grip-vertical:before {
  content: "\f58e"; }

.fa-gripfire:before {
  content: "\f3ac"; }

.fa-grunt:before {
  content: "\f3ad"; }

.fa-gulp:before {
  content: "\f3ae"; }

.fa-h-square:before {
  content: "\f0fd"; }

.fa-hacker-news:before {
  content: "\f1d4"; }

.fa-hacker-news-square:before {
  content: "\f3af"; }

.fa-hackerrank:before {
  content: "\f5f7"; }

.fa-hand-holding:before {
  content: "\f4bd"; }

.fa-hand-holding-heart:before {
  content: "\f4be"; }

.fa-hand-holding-usd:before {
  content: "\f4c0"; }

.fa-hand-lizard:before {
  content: "\f258"; }

.fa-hand-paper:before {
  content: "\f256"; }

.fa-hand-peace:before {
  content: "\f25b"; }

.fa-hand-point-down:before {
  content: "\f0a7"; }

.fa-hand-point-left:before {
  content: "\f0a5"; }

.fa-hand-point-right:before {
  content: "\f0a4"; }

.fa-hand-point-up:before {
  content: "\f0a6"; }

.fa-hand-pointer:before {
  content: "\f25a"; }

.fa-hand-rock:before {
  content: "\f255"; }

.fa-hand-scissors:before {
  content: "\f257"; }

.fa-hand-spock:before {
  content: "\f259"; }

.fa-hands:before {
  content: "\f4c2"; }

.fa-hands-helping:before {
  content: "\f4c4"; }

.fa-handshake:before {
  content: "\f2b5"; }

.fa-hashtag:before {
  content: "\f292"; }

.fa-hdd:before {
  content: "\f0a0"; }

.fa-heading:before {
  content: "\f1dc"; }

.fa-headphones:before {
  content: "\f025"; }

.fa-headphones-alt:before {
  content: "\f58f"; }

.fa-headset:before {
  content: "\f590"; }

.fa-heart:before {
  content: "\f004"; }

.fa-heartbeat:before {
  content: "\f21e"; }

.fa-helicopter:before {
  content: "\f533"; }

.fa-highlighter:before {
  content: "\f591"; }

.fa-hips:before {
  content: "\f452"; }

.fa-hire-a-helper:before {
  content: "\f3b0"; }

.fa-history:before {
  content: "\f1da"; }

.fa-hockey-puck:before {
  content: "\f453"; }

.fa-home:before {
  content: "\f015"; }

.fa-hooli:before {
  content: "\f427"; }

.fa-hornbill:before {
  content: "\f592"; }

.fa-hospital:before {
  content: "\f0f8"; }

.fa-hospital-alt:before {
  content: "\f47d"; }

.fa-hospital-symbol:before {
  content: "\f47e"; }

.fa-hot-tub:before {
  content: "\f593"; }

.fa-hotel:before {
  content: "\f594"; }

.fa-hotjar:before {
  content: "\f3b1"; }

.fa-hourglass:before {
  content: "\f254"; }

.fa-hourglass-end:before {
  content: "\f253"; }

.fa-hourglass-half:before {
  content: "\f252"; }

.fa-hourglass-start:before {
  content: "\f251"; }

.fa-houzz:before {
  content: "\f27c"; }

.fa-html5:before {
  content: "\f13b"; }

.fa-hubspot:before {
  content: "\f3b2"; }

.fa-i-cursor:before {
  content: "\f246"; }

.fa-id-badge:before {
  content: "\f2c1"; }

.fa-id-card:before {
  content: "\f2c2"; }

.fa-id-card-alt:before {
  content: "\f47f"; }

.fa-image:before {
  content: "\f03e"; }

.fa-images:before {
  content: "\f302"; }

.fa-imdb:before {
  content: "\f2d8"; }

.fa-inbox:before {
  content: "\f01c"; }

.fa-indent:before {
  content: "\f03c"; }

.fa-industry:before {
  content: "\f275"; }

.fa-infinity:before {
  content: "\f534"; }

.fa-info:before {
  content: "\f129"; }

.fa-info-circle:before {
  content: "\f05a"; }

.fa-instagram:before, .socials a[href*="instagram."] .social-icon:before {
  content: "\f16d"; }

.fa-internet-explorer:before {
  content: "\f26b"; }

.fa-ioxhost:before {
  content: "\f208"; }

.fa-italic:before {
  content: "\f033"; }

.fa-itunes:before {
  content: "\f3b4"; }

.fa-itunes-note:before {
  content: "\f3b5"; }

.fa-java:before {
  content: "\f4e4"; }

.fa-jedi-order:before {
  content: "\f50e"; }

.fa-jenkins:before {
  content: "\f3b6"; }

.fa-joget:before {
  content: "\f3b7"; }

.fa-joint:before {
  content: "\f595"; }

.fa-joomla:before {
  content: "\f1aa"; }

.fa-js:before {
  content: "\f3b8"; }

.fa-js-square:before {
  content: "\f3b9"; }

.fa-jsfiddle:before {
  content: "\f1cc"; }

.fa-kaggle:before {
  content: "\f5fa"; }

.fa-key:before {
  content: "\f084"; }

.fa-keybase:before {
  content: "\f4f5"; }

.fa-keyboard:before {
  content: "\f11c"; }

.fa-keycdn:before {
  content: "\f3ba"; }

.fa-kickstarter:before {
  content: "\f3bb"; }

.fa-kickstarter-k:before {
  content: "\f3bc"; }

.fa-kiss:before {
  content: "\f596"; }

.fa-kiss-beam:before {
  content: "\f597"; }

.fa-kiss-wink-heart:before {
  content: "\f598"; }

.fa-kiwi-bird:before {
  content: "\f535"; }

.fa-korvue:before {
  content: "\f42f"; }

.fa-language:before {
  content: "\f1ab"; }

.fa-laptop:before {
  content: "\f109"; }

.fa-laptop-code:before {
  content: "\f5fc"; }

.fa-laravel:before {
  content: "\f3bd"; }

.fa-lastfm:before {
  content: "\f202"; }

.fa-lastfm-square:before {
  content: "\f203"; }

.fa-laugh:before {
  content: "\f599"; }

.fa-laugh-beam:before {
  content: "\f59a"; }

.fa-laugh-squint:before {
  content: "\f59b"; }

.fa-laugh-wink:before {
  content: "\f59c"; }

.fa-layer-group:before {
  content: "\f5fd"; }

.fa-leaf:before {
  content: "\f06c"; }

.fa-leanpub:before {
  content: "\f212"; }

.fa-lemon:before {
  content: "\f094"; }

.fa-less:before {
  content: "\f41d"; }

.fa-less-than:before {
  content: "\f536"; }

.fa-less-than-equal:before {
  content: "\f537"; }

.fa-level-down-alt:before {
  content: "\f3be"; }

.fa-level-up-alt:before {
  content: "\f3bf"; }

.fa-life-ring:before {
  content: "\f1cd"; }

.fa-lightbulb:before {
  content: "\f0eb"; }

.fa-line:before {
  content: "\f3c0"; }

.fa-link:before {
  content: "\f0c1"; }

.fa-linkedin:before {
  content: "\f08c"; }

.fa-linkedin-in:before {
  content: "\f0e1"; }

.fa-linode:before {
  content: "\f2b8"; }

.fa-linux:before {
  content: "\f17c"; }

.fa-lira-sign:before {
  content: "\f195"; }

.fa-list:before {
  content: "\f03a"; }

.fa-list-alt:before {
  content: "\f022"; }

.fa-list-ol:before {
  content: "\f0cb"; }

.fa-list-ul:before {
  content: "\f0ca"; }

.fa-location-arrow:before {
  content: "\f124"; }

.fa-lock:before {
  content: "\f023"; }

.fa-lock-open:before {
  content: "\f3c1"; }

.fa-long-arrow-alt-down:before {
  content: "\f309"; }

.fa-long-arrow-alt-left:before {
  content: "\f30a"; }

.fa-long-arrow-alt-right:before {
  content: "\f30b"; }

.fa-long-arrow-alt-up:before {
  content: "\f30c"; }

.fa-low-vision:before {
  content: "\f2a8"; }

.fa-luggage-cart:before {
  content: "\f59d"; }

.fa-lyft:before {
  content: "\f3c3"; }

.fa-magento:before {
  content: "\f3c4"; }

.fa-magic:before {
  content: "\f0d0"; }

.fa-magnet:before {
  content: "\f076"; }

.fa-mailchimp:before {
  content: "\f59e"; }

.fa-male:before {
  content: "\f183"; }

.fa-mandalorian:before {
  content: "\f50f"; }

.fa-map:before {
  content: "\f279"; }

.fa-map-marked:before {
  content: "\f59f"; }

.fa-map-marked-alt:before {
  content: "\f5a0"; }

.fa-map-marker:before {
  content: "\f041"; }

.fa-map-marker-alt:before {
  content: "\f3c5"; }

.fa-map-pin:before {
  content: "\f276"; }

.fa-map-signs:before {
  content: "\f277"; }

.fa-markdown:before {
  content: "\f60f"; }

.fa-marker:before {
  content: "\f5a1"; }

.fa-mars:before {
  content: "\f222"; }

.fa-mars-double:before {
  content: "\f227"; }

.fa-mars-stroke:before {
  content: "\f229"; }

.fa-mars-stroke-h:before {
  content: "\f22b"; }

.fa-mars-stroke-v:before {
  content: "\f22a"; }

.fa-mastodon:before {
  content: "\f4f6"; }

.fa-maxcdn:before {
  content: "\f136"; }

.fa-medal:before {
  content: "\f5a2"; }

.fa-medapps:before {
  content: "\f3c6"; }

.fa-medium:before {
  content: "\f23a"; }

.fa-medium-m:before {
  content: "\f3c7"; }

.fa-medkit:before {
  content: "\f0fa"; }

.fa-medrt:before {
  content: "\f3c8"; }

.fa-meetup:before {
  content: "\f2e0"; }

.fa-megaport:before {
  content: "\f5a3"; }

.fa-meh:before {
  content: "\f11a"; }

.fa-meh-blank:before {
  content: "\f5a4"; }

.fa-meh-rolling-eyes:before {
  content: "\f5a5"; }

.fa-memory:before {
  content: "\f538"; }

.fa-mercury:before {
  content: "\f223"; }

.fa-microchip:before {
  content: "\f2db"; }

.fa-microphone:before {
  content: "\f130"; }

.fa-microphone-alt:before {
  content: "\f3c9"; }

.fa-microphone-alt-slash:before {
  content: "\f539"; }

.fa-microphone-slash:before {
  content: "\f131"; }

.fa-microscope:before {
  content: "\f610"; }

.fa-microsoft:before {
  content: "\f3ca"; }

.fa-minus:before {
  content: "\f068"; }

.fa-minus-circle:before {
  content: "\f056"; }

.fa-minus-square:before {
  content: "\f146"; }

.fa-mix:before {
  content: "\f3cb"; }

.fa-mixcloud:before {
  content: "\f289"; }

.fa-mizuni:before {
  content: "\f3cc"; }

.fa-mobile:before {
  content: "\f10b"; }

.fa-mobile-alt:before {
  content: "\f3cd"; }

.fa-modx:before {
  content: "\f285"; }

.fa-monero:before {
  content: "\f3d0"; }

.fa-money-bill:before {
  content: "\f0d6"; }

.fa-money-bill-alt:before {
  content: "\f3d1"; }

.fa-money-bill-wave:before {
  content: "\f53a"; }

.fa-money-bill-wave-alt:before {
  content: "\f53b"; }

.fa-money-check:before {
  content: "\f53c"; }

.fa-money-check-alt:before {
  content: "\f53d"; }

.fa-monument:before {
  content: "\f5a6"; }

.fa-moon:before {
  content: "\f186"; }

.fa-mortar-pestle:before {
  content: "\f5a7"; }

.fa-motorcycle:before {
  content: "\f21c"; }

.fa-mouse-pointer:before {
  content: "\f245"; }

.fa-music:before {
  content: "\f001"; }

.fa-napster:before {
  content: "\f3d2"; }

.fa-neos:before {
  content: "\f612"; }

.fa-neuter:before {
  content: "\f22c"; }

.fa-newspaper:before {
  content: "\f1ea"; }

.fa-nimblr:before {
  content: "\f5a8"; }

.fa-nintendo-switch:before {
  content: "\f418"; }

.fa-node:before {
  content: "\f419"; }

.fa-node-js:before {
  content: "\f3d3"; }

.fa-not-equal:before {
  content: "\f53e"; }

.fa-notes-medical:before {
  content: "\f481"; }

.fa-npm:before {
  content: "\f3d4"; }

.fa-ns8:before {
  content: "\f3d5"; }

.fa-nutritionix:before {
  content: "\f3d6"; }

.fa-object-group:before {
  content: "\f247"; }

.fa-object-ungroup:before {
  content: "\f248"; }

.fa-odnoklassniki:before {
  content: "\f263"; }

.fa-odnoklassniki-square:before {
  content: "\f264"; }

.fa-oil-can:before {
  content: "\f613"; }

.fa-old-republic:before {
  content: "\f510"; }

.fa-opencart:before {
  content: "\f23d"; }

.fa-openid:before {
  content: "\f19b"; }

.fa-opera:before {
  content: "\f26a"; }

.fa-optin-monster:before {
  content: "\f23c"; }

.fa-osi:before {
  content: "\f41a"; }

.fa-outdent:before {
  content: "\f03b"; }

.fa-page4:before {
  content: "\f3d7"; }

.fa-pagelines:before {
  content: "\f18c"; }

.fa-paint-brush:before {
  content: "\f1fc"; }

.fa-paint-roller:before {
  content: "\f5aa"; }

.fa-palette:before {
  content: "\f53f"; }

.fa-palfed:before {
  content: "\f3d8"; }

.fa-pallet:before {
  content: "\f482"; }

.fa-paper-plane:before {
  content: "\f1d8"; }

.fa-paperclip:before {
  content: "\f0c6"; }

.fa-parachute-box:before {
  content: "\f4cd"; }

.fa-paragraph:before {
  content: "\f1dd"; }

.fa-parking:before {
  content: "\f540"; }

.fa-passport:before {
  content: "\f5ab"; }

.fa-paste:before {
  content: "\f0ea"; }

.fa-patreon:before {
  content: "\f3d9"; }

.fa-pause:before {
  content: "\f04c"; }

.fa-pause-circle:before {
  content: "\f28b"; }

.fa-paw:before {
  content: "\f1b0"; }

.fa-paypal:before {
  content: "\f1ed"; }

.fa-pen:before {
  content: "\f304"; }

.fa-pen-alt:before {
  content: "\f305"; }

.fa-pen-fancy:before {
  content: "\f5ac"; }

.fa-pen-nib:before {
  content: "\f5ad"; }

.fa-pen-square:before {
  content: "\f14b"; }

.fa-pencil-alt:before {
  content: "\f303"; }

.fa-pencil-ruler:before {
  content: "\f5ae"; }

.fa-people-carry:before {
  content: "\f4ce"; }

.fa-percent:before {
  content: "\f295"; }

.fa-percentage:before {
  content: "\f541"; }

.fa-periscope:before {
  content: "\f3da"; }

.fa-phabricator:before {
  content: "\f3db"; }

.fa-phoenix-framework:before {
  content: "\f3dc"; }

.fa-phoenix-squadron:before {
  content: "\f511"; }

.fa-phone:before {
  content: "\f095"; }

.fa-phone-slash:before {
  content: "\f3dd"; }

.fa-phone-square:before {
  content: "\f098"; }

.fa-phone-volume:before {
  content: "\f2a0"; }

.fa-php:before {
  content: "\f457"; }

.fa-pied-piper:before {
  content: "\f2ae"; }

.fa-pied-piper-alt:before {
  content: "\f1a8"; }

.fa-pied-piper-hat:before {
  content: "\f4e5"; }

.fa-pied-piper-pp:before {
  content: "\f1a7"; }

.fa-piggy-bank:before {
  content: "\f4d3"; }

.fa-pills:before {
  content: "\f484"; }

.fa-pinterest:before {
  content: "\f0d2"; }

.fa-pinterest-p:before, .socials a[href*="pinterest."] .social-icon:before {
  content: "\f231"; }

.fa-pinterest-square:before {
  content: "\f0d3"; }

.fa-plane:before {
  content: "\f072"; }

.fa-plane-arrival:before {
  content: "\f5af"; }

.fa-plane-departure:before {
  content: "\f5b0"; }

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

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

.fa-playstation:before {
  content: "\f3df"; }

.fa-plug:before {
  content: "\f1e6"; }

.fa-plus:before {
  content: "\f067"; }

.fa-plus-circle:before {
  content: "\f055"; }

.fa-plus-square:before {
  content: "\f0fe"; }

.fa-podcast:before {
  content: "\f2ce"; }

.fa-poo:before {
  content: "\f2fe"; }

.fa-poop:before {
  content: "\f619"; }

.fa-portrait:before {
  content: "\f3e0"; }

.fa-pound-sign:before {
  content: "\f154"; }

.fa-power-off:before {
  content: "\f011"; }

.fa-prescription:before {
  content: "\f5b1"; }

.fa-prescription-bottle:before {
  content: "\f485"; }

.fa-prescription-bottle-alt:before {
  content: "\f486"; }

.fa-print:before {
  content: "\f02f"; }

.fa-procedures:before {
  content: "\f487"; }

.fa-product-hunt:before {
  content: "\f288"; }

.fa-project-diagram:before {
  content: "\f542"; }

.fa-pushed:before {
  content: "\f3e1"; }

.fa-puzzle-piece:before {
  content: "\f12e"; }

.fa-python:before {
  content: "\f3e2"; }

.fa-qq:before {
  content: "\f1d6"; }

.fa-qrcode:before {
  content: "\f029"; }

.fa-question:before {
  content: "\f128"; }

.fa-question-circle:before {
  content: "\f059"; }

.fa-quidditch:before {
  content: "\f458"; }

.fa-quinscape:before {
  content: "\f459"; }

.fa-quora:before {
  content: "\f2c4"; }

.fa-quote-left:before {
  content: "\f10d"; }

.fa-quote-right:before {
  content: "\f10e"; }

.fa-r-project:before {
  content: "\f4f7"; }

.fa-random:before {
  content: "\f074"; }

.fa-ravelry:before {
  content: "\f2d9"; }

.fa-react:before {
  content: "\f41b"; }

.fa-readme:before {
  content: "\f4d5"; }

.fa-rebel:before {
  content: "\f1d0"; }

.fa-receipt:before {
  content: "\f543"; }

.fa-recycle:before {
  content: "\f1b8"; }

.fa-red-river:before {
  content: "\f3e3"; }

.fa-reddit:before {
  content: "\f1a1"; }

.fa-reddit-alien:before {
  content: "\f281"; }

.fa-reddit-square:before {
  content: "\f1a2"; }

.fa-redo:before {
  content: "\f01e"; }

.fa-redo-alt:before {
  content: "\f2f9"; }

.fa-registered:before {
  content: "\f25d"; }

.fa-rendact:before {
  content: "\f3e4"; }

.fa-renren:before {
  content: "\f18b"; }

.fa-reply:before {
  content: "\f3e5"; }

.fa-reply-all:before {
  content: "\f122"; }

.fa-replyd:before {
  content: "\f3e6"; }

.fa-researchgate:before {
  content: "\f4f8"; }

.fa-resolving:before {
  content: "\f3e7"; }

.fa-retweet:before {
  content: "\f079"; }

.fa-rev:before {
  content: "\f5b2"; }

.fa-ribbon:before {
  content: "\f4d6"; }

.fa-road:before {
  content: "\f018"; }

.fa-robot:before {
  content: "\f544"; }

.fa-rocket:before {
  content: "\f135"; }

.fa-rocketchat:before {
  content: "\f3e8"; }

.fa-rockrms:before {
  content: "\f3e9"; }

.fa-route:before {
  content: "\f4d7"; }

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

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

.fa-ruble-sign:before {
  content: "\f158"; }

.fa-ruler:before {
  content: "\f545"; }

.fa-ruler-combined:before {
  content: "\f546"; }

.fa-ruler-horizontal:before {
  content: "\f547"; }

.fa-ruler-vertical:before {
  content: "\f548"; }

.fa-rupee-sign:before {
  content: "\f156"; }

.fa-sad-cry:before {
  content: "\f5b3"; }

.fa-sad-tear:before {
  content: "\f5b4"; }

.fa-safari:before {
  content: "\f267"; }

.fa-sass:before {
  content: "\f41e"; }

.fa-save:before {
  content: "\f0c7"; }

.fa-schlix:before {
  content: "\f3ea"; }

.fa-school:before {
  content: "\f549"; }

.fa-screwdriver:before {
  content: "\f54a"; }

.fa-scribd:before {
  content: "\f28a"; }

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

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

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

.fa-searchengin:before {
  content: "\f3eb"; }

.fa-seedling:before {
  content: "\f4d8"; }

.fa-sellcast:before {
  content: "\f2da"; }

.fa-sellsy:before {
  content: "\f213"; }

.fa-server:before {
  content: "\f233"; }

.fa-servicestack:before {
  content: "\f3ec"; }

.fa-shapes:before {
  content: "\f61f"; }

.fa-share:before {
  content: "\f064"; }

.fa-share-alt:before {
  content: "\f1e0"; }

.fa-share-alt-square:before {
  content: "\f1e1"; }

.fa-share-square:before {
  content: "\f14d"; }

.fa-shekel-sign:before {
  content: "\f20b"; }

.fa-shield-alt:before {
  content: "\f3ed"; }

.fa-ship:before {
  content: "\f21a"; }

.fa-shipping-fast:before {
  content: "\f48b"; }

.fa-shirtsinbulk:before {
  content: "\f214"; }

.fa-shoe-prints:before {
  content: "\f54b"; }

.fa-shopping-bag:before {
  content: "\f290"; }

.fa-shopping-basket:before {
  content: "\f291"; }

.fa-shopping-cart:before {
  content: "\f07a"; }

.fa-shopware:before {
  content: "\f5b5"; }

.fa-shower:before {
  content: "\f2cc"; }

.fa-shuttle-van:before {
  content: "\f5b6"; }

.fa-sign:before {
  content: "\f4d9"; }

.fa-sign-in-alt:before {
  content: "\f2f6"; }

.fa-sign-language:before {
  content: "\f2a7"; }

.fa-sign-out-alt:before {
  content: "\f2f5"; }

.fa-signal:before {
  content: "\f012"; }

.fa-signature:before {
  content: "\f5b7"; }

.fa-simplybuilt:before {
  content: "\f215"; }

.fa-sistrix:before {
  content: "\f3ee"; }

.fa-sitemap:before {
  content: "\f0e8"; }

.fa-sith:before {
  content: "\f512"; }

.fa-skull:before {
  content: "\f54c"; }

.fa-skyatlas:before {
  content: "\f216"; }

.fa-skype:before {
  content: "\f17e"; }

.fa-slack:before {
  content: "\f198"; }

.fa-slack-hash:before {
  content: "\f3ef"; }

.fa-sliders-h:before {
  content: "\f1de"; }

.fa-slideshare:before {
  content: "\f1e7"; }

.fa-smile:before {
  content: "\f118"; }

.fa-smile-beam:before {
  content: "\f5b8"; }

.fa-smile-wink:before {
  content: "\f4da"; }

.fa-smoking:before {
  content: "\f48d"; }

.fa-smoking-ban:before {
  content: "\f54d"; }

.fa-snapchat:before {
  content: "\f2ab"; }

.fa-snapchat-ghost:before {
  content: "\f2ac"; }

.fa-snapchat-square:before {
  content: "\f2ad"; }

.fa-snowflake:before {
  content: "\f2dc"; }

.fa-solar-panel:before {
  content: "\f5ba"; }

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

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

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

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

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

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

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

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

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

.fa-soundcloud:before {
  content: "\f1be"; }

.fa-spa:before {
  content: "\f5bb"; }

.fa-space-shuttle:before {
  content: "\f197"; }

.fa-speakap:before {
  content: "\f3f3"; }

.fa-spinner:before {
  content: "\f110"; }

.fa-splotch:before {
  content: "\f5bc"; }

.fa-spotify:before {
  content: "\f1bc"; }

.fa-spray-can:before {
  content: "\f5bd"; }

.fa-square:before {
  content: "\f0c8"; }

.fa-square-full:before {
  content: "\f45c"; }

.fa-squarespace:before {
  content: "\f5be"; }

.fa-stack-exchange:before {
  content: "\f18d"; }

.fa-stack-overflow:before {
  content: "\f16c"; }

.fa-stamp:before {
  content: "\f5bf"; }

.fa-star:before {
  content: "\f005"; }

.fa-star-half:before {
  content: "\f089"; }

.fa-star-half-alt:before {
  content: "\f5c0"; }

.fa-star-of-life:before {
  content: "\f621"; }

.fa-staylinked:before {
  content: "\f3f5"; }

.fa-steam:before {
  content: "\f1b6"; }

.fa-steam-square:before {
  content: "\f1b7"; }

.fa-steam-symbol:before {
  content: "\f3f6"; }

.fa-step-backward:before {
  content: "\f048"; }

.fa-step-forward:before {
  content: "\f051"; }

.fa-stethoscope:before {
  content: "\f0f1"; }

.fa-sticker-mule:before {
  content: "\f3f7"; }

.fa-sticky-note:before {
  content: "\f249"; }

.fa-stop:before {
  content: "\f04d"; }

.fa-stop-circle:before {
  content: "\f28d"; }

.fa-stopwatch:before {
  content: "\f2f2"; }

.fa-store:before {
  content: "\f54e"; }

.fa-store-alt:before {
  content: "\f54f"; }

.fa-strava:before {
  content: "\f428"; }

.fa-stream:before {
  content: "\f550"; }

.fa-street-view:before {
  content: "\f21d"; }

.fa-strikethrough:before {
  content: "\f0cc"; }

.fa-stripe:before {
  content: "\f429"; }

.fa-stripe-s:before {
  content: "\f42a"; }

.fa-stroopwafel:before {
  content: "\f551"; }

.fa-studiovinari:before {
  content: "\f3f8"; }

.fa-stumbleupon:before {
  content: "\f1a4"; }

.fa-stumbleupon-circle:before {
  content: "\f1a3"; }

.fa-subscript:before {
  content: "\f12c"; }

.fa-subway:before {
  content: "\f239"; }

.fa-suitcase:before {
  content: "\f0f2"; }

.fa-suitcase-rolling:before {
  content: "\f5c1"; }

.fa-sun:before {
  content: "\f185"; }

.fa-superpowers:before {
  content: "\f2dd"; }

.fa-superscript:before {
  content: "\f12b"; }

.fa-supple:before {
  content: "\f3f9"; }

.fa-surprise:before {
  content: "\f5c2"; }

.fa-swatchbook:before {
  content: "\f5c3"; }

.fa-swimmer:before {
  content: "\f5c4"; }

.fa-swimming-pool:before {
  content: "\f5c5"; }

.fa-sync:before {
  content: "\f021"; }

.fa-sync-alt:before {
  content: "\f2f1"; }

.fa-syringe:before {
  content: "\f48e"; }

.fa-table:before {
  content: "\f0ce"; }

.fa-table-tennis:before {
  content: "\f45d"; }

.fa-tablet:before {
  content: "\f10a"; }

.fa-tablet-alt:before {
  content: "\f3fa"; }

.fa-tablets:before {
  content: "\f490"; }

.fa-tachometer-alt:before {
  content: "\f3fd"; }

.fa-tag:before {
  content: "\f02b"; }

.fa-tags:before {
  content: "\f02c"; }

.fa-tape:before {
  content: "\f4db"; }

.fa-tasks:before {
  content: "\f0ae"; }

.fa-taxi:before {
  content: "\f1ba"; }

.fa-teamspeak:before {
  content: "\f4f9"; }

.fa-teeth:before {
  content: "\f62e"; }

.fa-teeth-open:before {
  content: "\f62f"; }

.fa-telegram:before {
  content: "\f2c6"; }

.fa-telegram-plane:before {
  content: "\f3fe"; }

.fa-tencent-weibo:before {
  content: "\f1d5"; }

.fa-terminal:before {
  content: "\f120"; }

.fa-text-height:before {
  content: "\f034"; }

.fa-text-width:before {
  content: "\f035"; }

.fa-th:before {
  content: "\f00a"; }

.fa-th-large:before {
  content: "\f009"; }

.fa-th-list:before {
  content: "\f00b"; }

.fa-theater-masks:before {
  content: "\f630"; }

.fa-themeco:before {
  content: "\f5c6"; }

.fa-themeisle:before {
  content: "\f2b2"; }

.fa-thermometer:before {
  content: "\f491"; }

.fa-thermometer-empty:before {
  content: "\f2cb"; }

.fa-thermometer-full:before {
  content: "\f2c7"; }

.fa-thermometer-half:before {
  content: "\f2c9"; }

.fa-thermometer-quarter:before {
  content: "\f2ca"; }

.fa-thermometer-three-quarters:before {
  content: "\f2c8"; }

.fa-thumbs-down:before {
  content: "\f165"; }

.fa-thumbs-up:before {
  content: "\f164"; }

.fa-thumbtack:before {
  content: "\f08d"; }

.fa-ticket-alt:before {
  content: "\f3ff"; }

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

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

.fa-tint:before {
  content: "\f043"; }

.fa-tint-slash:before {
  content: "\f5c7"; }

.fa-tired:before {
  content: "\f5c8"; }

.fa-toggle-off:before {
  content: "\f204"; }

.fa-toggle-on:before {
  content: "\f205"; }

.fa-toolbox:before {
  content: "\f552"; }

.fa-tooth:before {
  content: "\f5c9"; }

.fa-trade-federation:before {
  content: "\f513"; }

.fa-trademark:before {
  content: "\f25c"; }

.fa-traffic-light:before {
  content: "\f637"; }

.fa-train:before {
  content: "\f238"; }

.fa-transgender:before {
  content: "\f224"; }

.fa-transgender-alt:before {
  content: "\f225"; }

.fa-trash:before {
  content: "\f1f8"; }

.fa-trash-alt:before {
  content: "\f2ed"; }

.fa-tree:before {
  content: "\f1bb"; }

.fa-trello:before {
  content: "\f181"; }

.fa-tripadvisor:before {
  content: "\f262"; }

.fa-trophy:before {
  content: "\f091"; }

.fa-truck:before {
  content: "\f0d1"; }

.fa-truck-loading:before {
  content: "\f4de"; }

.fa-truck-monster:before {
  content: "\f63b"; }

.fa-truck-moving:before {
  content: "\f4df"; }

.fa-truck-pickup:before {
  content: "\f63c"; }

.fa-tshirt:before {
  content: "\f553"; }

.fa-tty:before {
  content: "\f1e4"; }

.fa-tumblr:before {
  content: "\f173"; }

.fa-tumblr-square:before {
  content: "\f174"; }

.fa-tv:before {
  content: "\f26c"; }

.fa-twitch:before {
  content: "\f1e8"; }

.fa-twitter:before, .note .quote-button:before {
  content: "\f099"; }

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

.fa-typo3:before {
  content: "\f42b"; }

.fa-uber:before {
  content: "\f402"; }

.fa-uikit:before {
  content: "\f403"; }

.fa-umbrella:before {
  content: "\f0e9"; }

.fa-umbrella-beach:before {
  content: "\f5ca"; }

.fa-underline:before {
  content: "\f0cd"; }

.fa-undo:before {
  content: "\f0e2"; }

.fa-undo-alt:before {
  content: "\f2ea"; }

.fa-uniregistry:before {
  content: "\f404"; }

.fa-universal-access:before {
  content: "\f29a"; }

.fa-university:before {
  content: "\f19c"; }

.fa-unlink:before {
  content: "\f127"; }

.fa-unlock:before {
  content: "\f09c"; }

.fa-unlock-alt:before {
  content: "\f13e"; }

.fa-untappd:before {
  content: "\f405"; }

.fa-upload:before {
  content: "\f093"; }

.fa-usb:before {
  content: "\f287"; }

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

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

.fa-user-alt-slash:before {
  content: "\f4fa"; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.fa-users:before {
  content: "\f0c0"; }

.fa-users-cog:before {
  content: "\f509"; }

.fa-ussunnah:before {
  content: "\f407"; }

.fa-utensil-spoon:before {
  content: "\f2e5"; }

.fa-utensils:before {
  content: "\f2e7"; }

.fa-vaadin:before {
  content: "\f408"; }

.fa-vector-square:before {
  content: "\f5cb"; }

.fa-venus:before {
  content: "\f221"; }

.fa-venus-double:before {
  content: "\f226"; }

.fa-venus-mars:before {
  content: "\f228"; }

.fa-viacoin:before {
  content: "\f237"; }

.fa-viadeo:before {
  content: "\f2a9"; }

.fa-viadeo-square:before {
  content: "\f2aa"; }

.fa-vial:before {
  content: "\f492"; }

.fa-vials:before {
  content: "\f493"; }

.fa-viber:before {
  content: "\f409"; }

.fa-video:before {
  content: "\f03d"; }

.fa-video-slash:before {
  content: "\f4e2"; }

.fa-vimeo:before {
  content: "\f40a"; }

.fa-vimeo-square:before {
  content: "\f194"; }

.fa-vimeo-v:before {
  content: "\f27d"; }

.fa-vine:before {
  content: "\f1ca"; }

.fa-vk:before {
  content: "\f189"; }

.fa-vnv:before {
  content: "\f40b"; }

.fa-volleyball-ball:before {
  content: "\f45f"; }

.fa-volume-down:before {
  content: "\f027"; }

.fa-volume-off:before {
  content: "\f026"; }

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

.fa-vuejs:before {
  content: "\f41f"; }

.fa-walking:before {
  content: "\f554"; }

.fa-wallet:before {
  content: "\f555"; }

.fa-warehouse:before {
  content: "\f494"; }

.fa-weebly:before {
  content: "\f5cc"; }

.fa-weibo:before {
  content: "\f18a"; }

.fa-weight:before {
  content: "\f496"; }

.fa-weight-hanging:before {
  content: "\f5cd"; }

.fa-weixin:before {
  content: "\f1d7"; }

.fa-whatsapp:before, .socials a[href*="whatsapp."] .social-icon:before {
  content: "\f232"; }

.fa-whatsapp-square:before {
  content: "\f40c"; }

.fa-wheelchair:before {
  content: "\f193"; }

.fa-whmcs:before {
  content: "\f40d"; }

.fa-wifi:before {
  content: "\f1eb"; }

.fa-wikipedia-w:before {
  content: "\f266"; }

.fa-window-close:before {
  content: "\f410"; }

.fa-window-maximize:before {
  content: "\f2d0"; }

.fa-window-minimize:before {
  content: "\f2d1"; }

.fa-window-restore:before {
  content: "\f2d2"; }

.fa-windows:before {
  content: "\f17a"; }

.fa-wine-glass:before {
  content: "\f4e3"; }

.fa-wine-glass-alt:before {
  content: "\f5ce"; }

.fa-wix:before {
  content: "\f5cf"; }

.fa-wolf-pack-battalion:before {
  content: "\f514"; }

.fa-won-sign:before {
  content: "\f159"; }

.fa-wordpress:before {
  content: "\f19a"; }

.fa-wordpress-simple:before {
  content: "\f411"; }

.fa-wpbeginner:before {
  content: "\f297"; }

.fa-wpexplorer:before {
  content: "\f2de"; }

.fa-wpforms:before {
  content: "\f298"; }

.fa-wrench:before {
  content: "\f0ad"; }

.fa-x-ray:before {
  content: "\f497"; }

.fa-xbox:before {
  content: "\f412"; }

.fa-xing:before {
  content: "\f168"; }

.fa-xing-square:before {
  content: "\f169"; }

.fa-y-combinator:before {
  content: "\f23b"; }

.fa-yahoo:before {
  content: "\f19e"; }

.fa-yandex:before {
  content: "\f413"; }

.fa-yandex-international:before {
  content: "\f414"; }

.fa-yelp:before {
  content: "\f1e9"; }

.fa-yen-sign:before {
  content: "\f157"; }

.fa-yoast:before {
  content: "\f2b1"; }

.fa-youtube:before, .socials a[href*="youtube."] .social-icon:before {
  content: "\f167"; }

.fa-youtube-square:before {
  content: "\f431"; }

.fa-zhihu:before {
  content: "\f63f"; }

.sr-only {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px; }

.sr-only-focusable:active, .sr-only-focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto; }

/*!
 * Font Awesome Free 5.2.0 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 */
@font-face {
  font-family: 'Font Awesome 5 Brands';
  font-style: normal;
  font-weight: normal;
  src: url("/css-custom/150/fonts/font-awesome/fa-brands-400.eot");
  src: url("/css-custom/150/fonts/font-awesome/fa-brands-400.eot?#iefix") format("embedded-opentype"), url("/css-custom/150/fonts/font-awesome/fa-brands-400.woff2") format("woff2"), url("/css-custom/150/fonts/font-awesome/fa-brands-400.woff") format("woff"), url("/css-custom/150/fonts/font-awesome/fa-brands-400.ttf") format("truetype"), url("/css-custom/150/fonts/font-awesome/fa-brands-400.svg#fontawesome") format("svg");
  font-display: swap; }


.fab,
.socials a.nav-link .social-icon,
.note .quote-button,
header .socials a.nav-link .social-icon {
  font-family: 'Font Awesome 5 Brands'; }

/*!
 * Font Awesome Free 5.2.0 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 */
@font-face {
  font-family: 'Font Awesome 5 Free';
  font-style: normal;
  font-weight: 400;
  src: url("/css-custom/150/fonts/font-awesome/fa-regular-400.eot");
  src: url("/css-custom/150/fonts/font-awesome/fa-regular-400.eot?#iefix") format("embedded-opentype"), url("/css-custom/150/fonts/font-awesome/fa-regular-400.woff2") format("woff2"), url("/css-custom/150/fonts/font-awesome/fa-regular-400.woff") format("woff"), url("/css-custom/150/fonts/font-awesome/fa-regular-400.ttf") format("truetype"), url("/css-custom/150/fonts/font-awesome/fa-regular-400.svg#fontawesome") format("svg");
  font-display: swap; }

.far {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400; }

/*!
 * Font Awesome Free 5.2.0 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 */
@font-face {
  font-family: 'Font Awesome 5 Free';
  font-style: normal;
  font-weight: 900;
  src: url("/css-custom/150/fonts/font-awesome/fa-solid-900.eot");
  src: url("/css-custom/150/fonts/font-awesome/fa-solid-900.eot?#iefix") format("embedded-opentype"), url("/css-custom/150/fonts/font-awesome/fa-solid-900.woff2") format("woff2"), url("/css-custom/150/fonts/font-awesome/fa-solid-900.woff") format("woff"), url("/css-custom/150/fonts/font-awesome/fa-solid-900.ttf") format("truetype"), url("/css-custom/150/fonts/font-awesome/fa-solid-900.svg#fontawesome") format("svg");
  font-display: swap; }

.fa,
.fas,
.note-by-author .swiper-button-next,
.note-by-author .swiper-button-prev {
  font-family: 'Font Awesome 5 Free';
  font-weight: 900; }

/*!
 * Font Awesome Free 5.2.0 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 */
.fa.fa-glass:before {
  content: "\f000"; }

.fa.fa-meetup {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-star-o {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400; }

.fa.fa-star-o:before {
  content: "\f005"; }

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

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

.fa.fa-gear:before {
  content: "\f013"; }

.fa.fa-trash-o {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400; }

.fa.fa-trash-o:before {
  content: "\f2ed"; }

.fa.fa-file-o {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400; }

.fa.fa-file-o:before {
  content: "\f15b"; }

.fa.fa-clock-o {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400; }

.fa.fa-clock-o:before {
  content: "\f017"; }

.fa.fa-arrow-circle-o-down {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400; }

.fa.fa-arrow-circle-o-down:before {
  content: "\f358"; }

.fa.fa-arrow-circle-o-up {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400; }

.fa.fa-arrow-circle-o-up:before {
  content: "\f35b"; }

.fa.fa-play-circle-o {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400; }

.fa.fa-play-circle-o:before {
  content: "\f144"; }

.fa.fa-repeat:before {
  content: "\f01e"; }

.fa.fa-rotate-right:before {
  content: "\f01e"; }

.fa.fa-refresh:before {
  content: "\f021"; }

.fa.fa-list-alt {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400; }

.fa.fa-dedent:before {
  content: "\f03b"; }

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

.fa.fa-picture-o {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400; }

.fa.fa-picture-o:before {
  content: "\f03e"; }

.fa.fa-photo {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400; }

.fa.fa-photo:before {
  content: "\f03e"; }

.fa.fa-image {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400; }

.fa.fa-image:before {
  content: "\f03e"; }

.fa.fa-pencil:before {
  content: "\f303"; }

.fa.fa-map-marker:before {
  content: "\f3c5"; }

.fa.fa-pencil-square-o {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400; }

.fa.fa-pencil-square-o:before {
  content: "\f044"; }

.fa.fa-share-square-o {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400; }

.fa.fa-share-square-o:before {
  content: "\f14d"; }

.fa.fa-check-square-o {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400; }

.fa.fa-check-square-o:before {
  content: "\f14a"; }

.fa.fa-arrows:before {
  content: "\f0b2"; }

.fa.fa-times-circle-o {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400; }

.fa.fa-times-circle-o:before {
  content: "\f057"; }

.fa.fa-check-circle-o {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400; }

.fa.fa-check-circle-o:before {
  content: "\f058"; }

.fa.fa-mail-forward:before {
  content: "\f064"; }

.fa.fa-eye {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400; }

.fa.fa-eye-slash {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400; }

.fa.fa-warning:before {
  content: "\f071"; }

.fa.fa-calendar:before {
  content: "\f073"; }

.fa.fa-arrows-v:before {
  content: "\f338"; }

.fa.fa-arrows-h:before {
  content: "\f337"; }

.fa.fa-bar-chart {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400; }

.fa.fa-bar-chart:before {
  content: "\f080"; }

.fa.fa-bar-chart-o {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400; }

.fa.fa-bar-chart-o:before {
  content: "\f080"; }

.fa.fa-twitter-square {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-facebook-square {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-gears:before {
  content: "\f085"; }

.fa.fa-thumbs-o-up {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400; }

.fa.fa-thumbs-o-up:before {
  content: "\f164"; }

.fa.fa-thumbs-o-down {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400; }

.fa.fa-thumbs-o-down:before {
  content: "\f165"; }

.fa.fa-heart-o {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400; }

.fa.fa-heart-o:before {
  content: "\f004"; }

.fa.fa-sign-out:before {
  content: "\f2f5"; }

.fa.fa-linkedin-square {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-linkedin-square:before {
  content: "\f08c"; }

.fa.fa-thumb-tack:before {
  content: "\f08d"; }

.fa.fa-external-link:before {
  content: "\f35d"; }

.fa.fa-sign-in:before {
  content: "\f2f6"; }

.fa.fa-github-square {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-lemon-o {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400; }

.fa.fa-lemon-o:before {
  content: "\f094"; }

.fa.fa-square-o {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400; }

.fa.fa-square-o:before {
  content: "\f0c8"; }

.fa.fa-bookmark-o {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400; }

.fa.fa-bookmark-o:before {
  content: "\f02e"; }

.fa.fa-twitter, .note .fa.quote-button {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-facebook {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

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

.fa.fa-facebook-f, .socials a[href*="facebook."] .fa.social-icon {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-facebook-f:before, .socials a[href*="facebook."] .fa.social-icon:before {
  content: "\f39e"; }

.fa.fa-github {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-credit-card {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400; }

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

.fa.fa-hdd-o {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400; }

.fa.fa-hdd-o:before {
  content: "\f0a0"; }

.fa.fa-hand-o-right {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400; }

.fa.fa-hand-o-right:before {
  content: "\f0a4"; }

.fa.fa-hand-o-left {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400; }

.fa.fa-hand-o-left:before {
  content: "\f0a5"; }

.fa.fa-hand-o-up {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400; }

.fa.fa-hand-o-up:before {
  content: "\f0a6"; }

.fa.fa-hand-o-down {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400; }

.fa.fa-hand-o-down:before {
  content: "\f0a7"; }

.fa.fa-arrows-alt:before {
  content: "\f31e"; }

.fa.fa-group:before {
  content: "\f0c0"; }

.fa.fa-chain:before {
  content: "\f0c1"; }

.fa.fa-scissors:before {
  content: "\f0c4"; }

.fa.fa-files-o {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400; }

.fa.fa-files-o:before {
  content: "\f0c5"; }

.fa.fa-floppy-o {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400; }

.fa.fa-floppy-o:before {
  content: "\f0c7"; }

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

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

.fa.fa-pinterest {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-pinterest-square {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-google-plus-square {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-google-plus {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-google-plus:before {
  content: "\f0d5"; }

.fa.fa-money {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400; }

.fa.fa-money:before {
  content: "\f3d1"; }

.fa.fa-unsorted:before {
  content: "\f0dc"; }

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

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

.fa.fa-linkedin {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-linkedin:before {
  content: "\f0e1"; }

.fa.fa-rotate-left:before {
  content: "\f0e2"; }

.fa.fa-legal:before {
  content: "\f0e3"; }

.fa.fa-tachometer:before {
  content: "\f3fd"; }

.fa.fa-dashboard:before {
  content: "\f3fd"; }

.fa.fa-comment-o {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400; }

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

.fa.fa-comments-o {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400; }

.fa.fa-comments-o:before {
  content: "\f086"; }

.fa.fa-flash:before {
  content: "\f0e7"; }

.fa.fa-clipboard {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400; }

.fa.fa-paste {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400; }

.fa.fa-paste:before {
  content: "\f328"; }

.fa.fa-lightbulb-o {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400; }

.fa.fa-lightbulb-o:before {
  content: "\f0eb"; }

.fa.fa-exchange:before {
  content: "\f362"; }

.fa.fa-cloud-download:before {
  content: "\f381"; }

.fa.fa-cloud-upload:before {
  content: "\f382"; }

.fa.fa-bell-o {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400; }

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

.fa.fa-cutlery:before {
  content: "\f2e7"; }

.fa.fa-file-text-o {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400; }

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

.fa.fa-building-o {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400; }

.fa.fa-building-o:before {
  content: "\f1ad"; }

.fa.fa-hospital-o {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400; }

.fa.fa-hospital-o:before {
  content: "\f0f8"; }

.fa.fa-tablet:before {
  content: "\f3fa"; }

.fa.fa-mobile:before {
  content: "\f3cd"; }

.fa.fa-mobile-phone:before {
  content: "\f3cd"; }

.fa.fa-circle-o {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400; }

.fa.fa-circle-o:before {
  content: "\f111"; }

.fa.fa-mail-reply:before {
  content: "\f3e5"; }

.fa.fa-github-alt {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-folder-o {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400; }

.fa.fa-folder-o:before {
  content: "\f07b"; }

.fa.fa-folder-open-o {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400; }

.fa.fa-folder-open-o:before {
  content: "\f07c"; }

.fa.fa-smile-o {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400; }

.fa.fa-smile-o:before {
  content: "\f118"; }

.fa.fa-frown-o {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400; }

.fa.fa-frown-o:before {
  content: "\f119"; }

.fa.fa-meh-o {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400; }

.fa.fa-meh-o:before {
  content: "\f11a"; }

.fa.fa-keyboard-o {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400; }

.fa.fa-keyboard-o:before {
  content: "\f11c"; }

.fa.fa-flag-o {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400; }

.fa.fa-flag-o:before {
  content: "\f024"; }

.fa.fa-mail-reply-all:before {
  content: "\f122"; }

.fa.fa-star-half-o {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400; }

.fa.fa-star-half-o:before {
  content: "\f089"; }

.fa.fa-star-half-empty {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400; }

.fa.fa-star-half-empty:before {
  content: "\f089"; }

.fa.fa-star-half-full {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400; }

.fa.fa-star-half-full:before {
  content: "\f089"; }

.fa.fa-code-fork:before {
  content: "\f126"; }

.fa.fa-chain-broken:before {
  content: "\f127"; }

.fa.fa-shield:before {
  content: "\f3ed"; }

.fa.fa-calendar-o {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400; }

.fa.fa-calendar-o:before {
  content: "\f133"; }

.fa.fa-maxcdn {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-html5 {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-css3 {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-ticket:before {
  content: "\f3ff"; }

.fa.fa-minus-square-o {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400; }

.fa.fa-minus-square-o:before {
  content: "\f146"; }

.fa.fa-level-up:before {
  content: "\f3bf"; }

.fa.fa-level-down:before {
  content: "\f3be"; }

.fa.fa-pencil-square:before {
  content: "\f14b"; }

.fa.fa-external-link-square:before {
  content: "\f360"; }

.fa.fa-compass {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400; }

.fa.fa-caret-square-o-down {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400; }

.fa.fa-caret-square-o-down:before {
  content: "\f150"; }

.fa.fa-toggle-down {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400; }

.fa.fa-toggle-down:before {
  content: "\f150"; }

.fa.fa-caret-square-o-up {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400; }

.fa.fa-caret-square-o-up:before {
  content: "\f151"; }

.fa.fa-toggle-up {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400; }

.fa.fa-toggle-up:before {
  content: "\f151"; }

.fa.fa-caret-square-o-right {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400; }

.fa.fa-caret-square-o-right:before {
  content: "\f152"; }

.fa.fa-toggle-right {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400; }

.fa.fa-toggle-right:before {
  content: "\f152"; }

.fa.fa-eur:before {
  content: "\f153"; }

.fa.fa-euro:before {
  content: "\f153"; }

.fa.fa-gbp:before {
  content: "\f154"; }

.fa.fa-usd:before {
  content: "\f155"; }

.fa.fa-dollar:before {
  content: "\f155"; }

.fa.fa-inr:before {
  content: "\f156"; }

.fa.fa-rupee:before {
  content: "\f156"; }

.fa.fa-jpy:before {
  content: "\f157"; }

.fa.fa-cny:before {
  content: "\f157"; }

.fa.fa-rmb:before {
  content: "\f157"; }

.fa.fa-yen:before {
  content: "\f157"; }

.fa.fa-rub:before {
  content: "\f158"; }

.fa.fa-ruble:before {
  content: "\f158"; }

.fa.fa-rouble:before {
  content: "\f158"; }

.fa.fa-krw:before {
  content: "\f159"; }

.fa.fa-won:before {
  content: "\f159"; }

.fa.fa-btc {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-bitcoin {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-bitcoin:before {
  content: "\f15a"; }

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

.fa.fa-sort-alpha-asc:before {
  content: "\f15d"; }

.fa.fa-sort-alpha-desc:before {
  content: "\f15e"; }

.fa.fa-sort-amount-asc:before {
  content: "\f160"; }

.fa.fa-sort-amount-desc:before {
  content: "\f161"; }

.fa.fa-sort-numeric-asc:before {
  content: "\f162"; }

.fa.fa-sort-numeric-desc:before {
  content: "\f163"; }

.fa.fa-youtube-square {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-youtube, .socials a[href*="youtube."] .fa.social-icon {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-xing {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-xing-square {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-youtube-play {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

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

.fa.fa-dropbox {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-stack-overflow {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-instagram, .socials a[href*="instagram."] .fa.social-icon {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-flickr {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-adn {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-bitbucket {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-bitbucket-square {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-bitbucket-square:before {
  content: "\f171"; }

.fa.fa-tumblr {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-tumblr-square {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-long-arrow-down:before {
  content: "\f309"; }

.fa.fa-long-arrow-up:before {
  content: "\f30c"; }

.fa.fa-long-arrow-left:before {
  content: "\f30a"; }

.fa.fa-long-arrow-right:before {
  content: "\f30b"; }

.fa.fa-apple {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-windows {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-android {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-linux {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-dribbble {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-skype {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-foursquare {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-trello {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-gratipay {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-gittip {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-gittip:before {
  content: "\f184"; }

.fa.fa-sun-o {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400; }

.fa.fa-sun-o:before {
  content: "\f185"; }

.fa.fa-moon-o {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400; }

.fa.fa-moon-o:before {
  content: "\f186"; }

.fa.fa-vk {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-weibo {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-renren {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-pagelines {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-stack-exchange {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-arrow-circle-o-right {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400; }

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

.fa.fa-arrow-circle-o-left {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400; }

.fa.fa-arrow-circle-o-left:before {
  content: "\f359"; }

.fa.fa-caret-square-o-left {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400; }

.fa.fa-caret-square-o-left:before {
  content: "\f191"; }

.fa.fa-toggle-left {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400; }

.fa.fa-toggle-left:before {
  content: "\f191"; }

.fa.fa-dot-circle-o {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400; }

.fa.fa-dot-circle-o:before {
  content: "\f192"; }

.fa.fa-vimeo-square {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-try:before {
  content: "\f195"; }

.fa.fa-turkish-lira:before {
  content: "\f195"; }

.fa.fa-plus-square-o {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400; }

.fa.fa-plus-square-o:before {
  content: "\f0fe"; }

.fa.fa-slack {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-wordpress {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-openid {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-institution:before {
  content: "\f19c"; }

.fa.fa-bank:before {
  content: "\f19c"; }

.fa.fa-mortar-board:before {
  content: "\f19d"; }

.fa.fa-yahoo {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-google {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-reddit {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-reddit-square {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-stumbleupon-circle {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-stumbleupon {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-delicious {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-digg {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-pied-piper-pp {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-pied-piper-alt {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-drupal {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-joomla {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-spoon:before {
  content: "\f2e5"; }

.fa.fa-behance {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-behance-square {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-steam {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-steam-square {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-automobile:before {
  content: "\f1b9"; }

.fa.fa-cab:before {
  content: "\f1ba"; }

.fa.fa-envelope-o {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400; }

.fa.fa-envelope-o:before {
  content: "\f0e0"; }

.fa.fa-deviantart {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-soundcloud {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-file-pdf-o {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400; }

.fa.fa-file-pdf-o:before {
  content: "\f1c1"; }

.fa.fa-file-word-o {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400; }

.fa.fa-file-word-o:before {
  content: "\f1c2"; }

.fa.fa-file-excel-o {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400; }

.fa.fa-file-excel-o:before {
  content: "\f1c3"; }

.fa.fa-file-powerpoint-o {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400; }

.fa.fa-file-powerpoint-o:before {
  content: "\f1c4"; }

.fa.fa-file-image-o {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400; }

.fa.fa-file-image-o:before {
  content: "\f1c5"; }

.fa.fa-file-photo-o {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400; }

.fa.fa-file-photo-o:before {
  content: "\f1c5"; }

.fa.fa-file-picture-o {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400; }

.fa.fa-file-picture-o:before {
  content: "\f1c5"; }

.fa.fa-file-archive-o {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400; }

.fa.fa-file-archive-o:before {
  content: "\f1c6"; }

.fa.fa-file-zip-o {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400; }

.fa.fa-file-zip-o:before {
  content: "\f1c6"; }

.fa.fa-file-audio-o {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400; }

.fa.fa-file-audio-o:before {
  content: "\f1c7"; }

.fa.fa-file-sound-o {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400; }

.fa.fa-file-sound-o:before {
  content: "\f1c7"; }

.fa.fa-file-video-o {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400; }

.fa.fa-file-video-o:before {
  content: "\f1c8"; }

.fa.fa-file-movie-o {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400; }

.fa.fa-file-movie-o:before {
  content: "\f1c8"; }

.fa.fa-file-code-o {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400; }

.fa.fa-file-code-o:before {
  content: "\f1c9"; }

.fa.fa-vine {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-codepen {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-jsfiddle {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-life-ring {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400; }

.fa.fa-life-bouy {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400; }

.fa.fa-life-bouy:before {
  content: "\f1cd"; }

.fa.fa-life-buoy {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400; }

.fa.fa-life-buoy:before {
  content: "\f1cd"; }

.fa.fa-life-saver {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400; }

.fa.fa-life-saver:before {
  content: "\f1cd"; }

.fa.fa-support {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400; }

.fa.fa-support:before {
  content: "\f1cd"; }

.fa.fa-circle-o-notch:before {
  content: "\f1ce"; }

.fa.fa-rebel {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-ra {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-ra:before {
  content: "\f1d0"; }

.fa.fa-resistance {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-resistance:before {
  content: "\f1d0"; }

.fa.fa-empire {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-ge {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-ge:before {
  content: "\f1d1"; }

.fa.fa-git-square {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-git {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-hacker-news {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-y-combinator-square {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-y-combinator-square:before {
  content: "\f1d4"; }

.fa.fa-yc-square {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-yc-square:before {
  content: "\f1d4"; }

.fa.fa-tencent-weibo {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-qq {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-weixin {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-wechat {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-wechat:before {
  content: "\f1d7"; }

.fa.fa-send:before {
  content: "\f1d8"; }

.fa.fa-paper-plane-o {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400; }

.fa.fa-paper-plane-o:before {
  content: "\f1d8"; }

.fa.fa-send-o {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400; }

.fa.fa-send-o:before {
  content: "\f1d8"; }

.fa.fa-circle-thin {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400; }

.fa.fa-circle-thin:before {
  content: "\f111"; }

.fa.fa-header:before {
  content: "\f1dc"; }

.fa.fa-sliders:before {
  content: "\f1de"; }

.fa.fa-futbol-o {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400; }

.fa.fa-futbol-o:before {
  content: "\f1e3"; }

.fa.fa-soccer-ball-o {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400; }

.fa.fa-soccer-ball-o:before {
  content: "\f1e3"; }

.fa.fa-slideshare {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-twitch {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-yelp {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-newspaper-o {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400; }

.fa.fa-newspaper-o:before {
  content: "\f1ea"; }

.fa.fa-paypal {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-google-wallet {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-cc-visa {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-cc-mastercard {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-cc-discover {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-cc-amex {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-cc-paypal {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-cc-stripe {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-bell-slash-o {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400; }

.fa.fa-bell-slash-o:before {
  content: "\f1f6"; }

.fa.fa-trash:before {
  content: "\f2ed"; }

.fa.fa-copyright {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400; }

.fa.fa-eyedropper:before {
  content: "\f1fb"; }

.fa.fa-area-chart:before {
  content: "\f1fe"; }

.fa.fa-pie-chart:before {
  content: "\f200"; }

.fa.fa-line-chart:before {
  content: "\f201"; }

.fa.fa-lastfm {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-lastfm-square {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-ioxhost {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-angellist {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-cc {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400; }

.fa.fa-cc:before {
  content: "\f20a"; }

.fa.fa-ils:before {
  content: "\f20b"; }

.fa.fa-shekel:before {
  content: "\f20b"; }

.fa.fa-sheqel:before {
  content: "\f20b"; }

.fa.fa-meanpath {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-meanpath:before {
  content: "\f2b4"; }

.fa.fa-buysellads {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-connectdevelop {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-dashcube {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-forumbee {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-leanpub {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-sellsy {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-shirtsinbulk {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-simplybuilt {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-skyatlas {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-diamond {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400; }

.fa.fa-diamond:before {
  content: "\f3a5"; }

.fa.fa-intersex:before {
  content: "\f224"; }

.fa.fa-facebook-official {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-facebook-official:before {
  content: "\f09a"; }

.fa.fa-pinterest-p, .socials a[href*="pinterest."] .fa.social-icon {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-whatsapp, .socials a[href*="whatsapp."] .fa.social-icon {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-hotel:before {
  content: "\f236"; }

.fa.fa-viacoin {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-medium {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-y-combinator {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-yc {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-yc:before {
  content: "\f23b"; }

.fa.fa-optin-monster {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-opencart {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-expeditedssl {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-battery-4:before {
  content: "\f240"; }

.fa.fa-battery:before {
  content: "\f240"; }

.fa.fa-battery-3:before {
  content: "\f241"; }

.fa.fa-battery-2:before {
  content: "\f242"; }

.fa.fa-battery-1:before {
  content: "\f243"; }

.fa.fa-battery-0:before {
  content: "\f244"; }

.fa.fa-object-group {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400; }

.fa.fa-object-ungroup {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400; }

.fa.fa-sticky-note-o {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400; }

.fa.fa-sticky-note-o:before {
  content: "\f249"; }

.fa.fa-cc-jcb {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-cc-diners-club {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-clone {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400; }

.fa.fa-hourglass-o {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400; }

.fa.fa-hourglass-o:before {
  content: "\f254"; }

.fa.fa-hourglass-1:before {
  content: "\f251"; }

.fa.fa-hourglass-2:before {
  content: "\f252"; }

.fa.fa-hourglass-3:before {
  content: "\f253"; }

.fa.fa-hand-rock-o {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400; }

.fa.fa-hand-rock-o:before {
  content: "\f255"; }

.fa.fa-hand-grab-o {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400; }

.fa.fa-hand-grab-o:before {
  content: "\f255"; }

.fa.fa-hand-paper-o {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400; }

.fa.fa-hand-paper-o:before {
  content: "\f256"; }

.fa.fa-hand-stop-o {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400; }

.fa.fa-hand-stop-o:before {
  content: "\f256"; }

.fa.fa-hand-scissors-o {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400; }

.fa.fa-hand-scissors-o:before {
  content: "\f257"; }

.fa.fa-hand-lizard-o {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400; }

.fa.fa-hand-lizard-o:before {
  content: "\f258"; }

.fa.fa-hand-spock-o {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400; }

.fa.fa-hand-spock-o:before {
  content: "\f259"; }

.fa.fa-hand-pointer-o {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400; }

.fa.fa-hand-pointer-o:before {
  content: "\f25a"; }

.fa.fa-hand-peace-o {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400; }

.fa.fa-hand-peace-o:before {
  content: "\f25b"; }

.fa.fa-registered {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400; }

.fa.fa-creative-commons {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-gg {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-gg-circle {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-tripadvisor {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-odnoklassniki {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-odnoklassniki-square {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-get-pocket {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-wikipedia-w {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-safari {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-chrome {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-firefox {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-opera {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-internet-explorer {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-television:before {
  content: "\f26c"; }

.fa.fa-contao {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-500px {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-amazon {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-calendar-plus-o {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400; }

.fa.fa-calendar-plus-o:before {
  content: "\f271"; }

.fa.fa-calendar-minus-o {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400; }

.fa.fa-calendar-minus-o:before {
  content: "\f272"; }

.fa.fa-calendar-times-o {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400; }

.fa.fa-calendar-times-o:before {
  content: "\f273"; }

.fa.fa-calendar-check-o {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400; }

.fa.fa-calendar-check-o:before {
  content: "\f274"; }

.fa.fa-map-o {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400; }

.fa.fa-map-o:before {
  content: "\f279"; }

.fa.fa-commenting {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400; }

.fa.fa-commenting:before {
  content: "\f4ad"; }

.fa.fa-commenting-o {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400; }

.fa.fa-commenting-o:before {
  content: "\f4ad"; }

.fa.fa-houzz {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-vimeo {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-vimeo:before {
  content: "\f27d"; }

.fa.fa-black-tie {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-fonticons {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-reddit-alien {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-edge {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-credit-card-alt:before {
  content: "\f09d"; }

.fa.fa-codiepie {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-modx {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-fort-awesome {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-usb {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-product-hunt {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-mixcloud {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-scribd {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-pause-circle-o {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400; }

.fa.fa-pause-circle-o:before {
  content: "\f28b"; }

.fa.fa-stop-circle-o {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400; }

.fa.fa-stop-circle-o:before {
  content: "\f28d"; }

.fa.fa-bluetooth {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-bluetooth-b {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-gitlab {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-wpbeginner {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-wpforms {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-envira {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-wheelchair-alt {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-wheelchair-alt:before {
  content: "\f368"; }

.fa.fa-question-circle-o {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400; }

.fa.fa-question-circle-o:before {
  content: "\f059"; }

.fa.fa-volume-control-phone:before {
  content: "\f2a0"; }

.fa.fa-asl-interpreting:before {
  content: "\f2a3"; }

.fa.fa-deafness:before {
  content: "\f2a4"; }

.fa.fa-hard-of-hearing:before {
  content: "\f2a4"; }

.fa.fa-glide {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-glide-g {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-signing:before {
  content: "\f2a7"; }

.fa.fa-viadeo {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-viadeo-square {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-snapchat {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-snapchat-ghost {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-snapchat-square {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-pied-piper {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-first-order {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-yoast {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-themeisle {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-google-plus-official {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-google-plus-official:before {
  content: "\f2b3"; }

.fa.fa-google-plus-circle {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-google-plus-circle:before {
  content: "\f2b3"; }

.fa.fa-font-awesome {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-fa {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-fa:before {
  content: "\f2b4"; }

.fa.fa-handshake-o {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400; }

.fa.fa-handshake-o:before {
  content: "\f2b5"; }

.fa.fa-envelope-open-o {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400; }

.fa.fa-envelope-open-o:before {
  content: "\f2b6"; }

.fa.fa-linode {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-address-book-o {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400; }

.fa.fa-address-book-o:before {
  content: "\f2b9"; }

.fa.fa-vcard:before {
  content: "\f2bb"; }

.fa.fa-address-card-o {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400; }

.fa.fa-address-card-o:before {
  content: "\f2bb"; }

.fa.fa-vcard-o {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400; }

.fa.fa-vcard-o:before {
  content: "\f2bb"; }

.fa.fa-user-circle-o {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400; }

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

.fa.fa-user-o {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400; }

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

.fa.fa-id-badge {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400; }

.fa.fa-drivers-license:before {
  content: "\f2c2"; }

.fa.fa-id-card-o {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400; }

.fa.fa-id-card-o:before {
  content: "\f2c2"; }

.fa.fa-drivers-license-o {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400; }

.fa.fa-drivers-license-o:before {
  content: "\f2c2"; }

.fa.fa-quora {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-free-code-camp {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-telegram {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-thermometer-4:before {
  content: "\f2c7"; }

.fa.fa-thermometer:before {
  content: "\f2c7"; }

.fa.fa-thermometer-3:before {
  content: "\f2c8"; }

.fa.fa-thermometer-2:before {
  content: "\f2c9"; }

.fa.fa-thermometer-1:before {
  content: "\f2ca"; }

.fa.fa-thermometer-0:before {
  content: "\f2cb"; }

.fa.fa-bathtub:before {
  content: "\f2cd"; }

.fa.fa-s15:before {
  content: "\f2cd"; }

.fa.fa-window-maximize {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400; }

.fa.fa-window-restore {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400; }

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

.fa.fa-window-close-o {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400; }

.fa.fa-window-close-o:before {
  content: "\f410"; }

.fa.fa-times-rectangle-o {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400; }

.fa.fa-times-rectangle-o:before {
  content: "\f410"; }

.fa.fa-bandcamp {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-grav {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-etsy {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-imdb {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-ravelry {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-eercast {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-eercast:before {
  content: "\f2da"; }

.fa.fa-snowflake-o {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400; }

.fa.fa-snowflake-o:before {
  content: "\f2dc"; }

.fa.fa-superpowers {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-wpexplorer {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-spotify {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

/* ibm-plex-sans-condensed-100 - latin */
@font-face {
  font-family: 'IBM Plex Sans Condensed';
  font-style: normal;
  font-weight: 100;
  src: url("./fonts/IBMPlexSansCondensed/ibm-plex-sans-condensed-v3-latin-100.eot");
  /* IE9 Compat Modes */
  src: local("IBM Plex Sans Condensed Thin"), local("IBMPlexSansCond-Thin"), url("./fonts/IBMPlexSansCondensed/ibm-plex-sans-condensed-v3-latin-100.eot?#iefix") format("embedded-opentype"), url("./fonts/IBMPlexSansCondensed/ibm-plex-sans-condensed-v3-latin-100.woff2") format("woff2"), url("./fonts/IBMPlexSansCondensed/ibm-plex-sans-condensed-v3-latin-100.woff") format("woff"), url("./fonts/IBMPlexSansCondensed/ibm-plex-sans-condensed-v3-latin-100.ttf") format("truetype"), url("./fonts/IBMPlexSansCondensed/ibm-plex-sans-condensed-v3-latin-100.svg#IBMPlexSansCondensed") format("svg");
  /* Legacy iOS */
  font-display: swap; }

/* ibm-plex-sans-condensed-200 - latin */
@font-face {
  font-family: 'IBM Plex Sans Condensed';
  font-style: normal;
  font-weight: 200;
  src: url("./fonts/IBMPlexSansCondensed/ibm-plex-sans-condensed-v3-latin-200.eot");
  /* IE9 Compat Modes */
  src: local("IBM Plex Sans Condensed ExtraLight"), local("IBMPlexSansCond-ExtraLight"), url("./fonts/IBMPlexSansCondensed/ibm-plex-sans-condensed-v3-latin-200.eot?#iefix") format("embedded-opentype"), url("./fonts/IBMPlexSansCondensed/ibm-plex-sans-condensed-v3-latin-200.woff2") format("woff2"), url("./fonts/IBMPlexSansCondensed/ibm-plex-sans-condensed-v3-latin-200.woff") format("woff"), url("./fonts/IBMPlexSansCondensed/ibm-plex-sans-condensed-v3-latin-200.ttf") format("truetype"), url("./fonts/IBMPlexSansCondensed/ibm-plex-sans-condensed-v3-latin-200.svg#IBMPlexSansCondensed") format("svg");
  /* Legacy iOS */
  font-display: swap; }

/* ibm-plex-sans-condensed-300 - latin */
@font-face {
  font-family: 'IBM Plex Sans Condensed';
  font-style: normal;
  font-weight: 300;
  src: url("./fonts/IBMPlexSansCondensed/ibm-plex-sans-condensed-v3-latin-300.eot");
  /* IE9 Compat Modes */
  src: local("IBM Plex Sans Condensed Light"), local("IBMPlexSansCond-Light"), url("./fonts/IBMPlexSansCondensed/ibm-plex-sans-condensed-v3-latin-300.eot?#iefix") format("embedded-opentype"), url("./fonts/IBMPlexSansCondensed/ibm-plex-sans-condensed-v3-latin-300.woff2") format("woff2"), url("./fonts/IBMPlexSansCondensed/ibm-plex-sans-condensed-v3-latin-300.woff") format("woff"), url("./fonts/IBMPlexSansCondensed/ibm-plex-sans-condensed-v3-latin-300.ttf") format("truetype"), url("./fonts/IBMPlexSansCondensed/ibm-plex-sans-condensed-v3-latin-300.svg#IBMPlexSansCondensed") format("svg");
  /* Legacy iOS */
  font-display: swap; }

/* ibm-plex-sans-condensed-regular - latin */
@font-face {
  font-family: 'IBM Plex Sans Condensed';
  font-style: normal;
  font-weight: 400;
  src: url("./fonts/IBMPlexSansCondensed/ibm-plex-sans-condensed-v3-latin-regular.eot");
  /* IE9 Compat Modes */
  src: local("IBM Plex Sans Condensed"), local("IBMPlexSansCond"), url("./fonts/IBMPlexSansCondensed/ibm-plex-sans-condensed-v3-latin-regular.eot?#iefix") format("embedded-opentype"), url("./fonts/IBMPlexSansCondensed/ibm-plex-sans-condensed-v3-latin-regular.woff2") format("woff2"), url("./fonts/IBMPlexSansCondensed/ibm-plex-sans-condensed-v3-latin-regular.woff") format("woff"), url("./fonts/IBMPlexSansCondensed/ibm-plex-sans-condensed-v3-latin-regular.ttf") format("truetype"), url("./fonts/IBMPlexSansCondensed/ibm-plex-sans-condensed-v3-latin-regular.svg#IBMPlexSansCondensed") format("svg");
  /* Legacy iOS */
  font-display: swap; }

/* ibm-plex-sans-condensed-500 - latin */
@font-face {
  font-family: 'IBM Plex Sans Condensed';
  font-style: normal;
  font-weight: 500;
  src: url("./fonts/IBMPlexSansCondensed/ibm-plex-sans-condensed-v3-latin-500.eot");
  /* IE9 Compat Modes */
  src: local("IBM Plex Sans Condensed Medium"), local("IBMPlexSansCond-Medium"), url("./fonts/IBMPlexSansCondensed/ibm-plex-sans-condensed-v3-latin-500.eot?#iefix") format("embedded-opentype"), url("./fonts/IBMPlexSansCondensed/ibm-plex-sans-condensed-v3-latin-500.woff2") format("woff2"), url("./fonts/IBMPlexSansCondensed/ibm-plex-sans-condensed-v3-latin-500.woff") format("woff"), url("./fonts/IBMPlexSansCondensed/ibm-plex-sans-condensed-v3-latin-500.ttf") format("truetype"), url("./fonts/IBMPlexSansCondensed/ibm-plex-sans-condensed-v3-latin-500.svg#IBMPlexSansCondensed") format("svg");
  /* Legacy iOS */
  font-display: swap; }

/* ibm-plex-sans-condensed-600 - latin */
@font-face {
  font-family: 'IBM Plex Sans Condensed';
  font-style: normal;
  font-weight: 600;
  src: url("./fonts/IBMPlexSansCondensed/ibm-plex-sans-condensed-v3-latin-600.eot");
  /* IE9 Compat Modes */
  src: local("IBM Plex Sans Condensed SemiBold"), local("IBMPlexSansCond-SemiBold"), url("./fonts/IBMPlexSansCondensed/ibm-plex-sans-condensed-v3-latin-600.eot?#iefix") format("embedded-opentype"), url("./fonts/IBMPlexSansCondensed/ibm-plex-sans-condensed-v3-latin-600.woff2") format("woff2"), url("./fonts/IBMPlexSansCondensed/ibm-plex-sans-condensed-v3-latin-600.woff") format("woff"), url("./fonts/IBMPlexSansCondensed/ibm-plex-sans-condensed-v3-latin-600.ttf") format("truetype"), url("./fonts/IBMPlexSansCondensed/ibm-plex-sans-condensed-v3-latin-600.svg#IBMPlexSansCondensed") format("svg");
  /* Legacy iOS */
  font-display: swap; }

/* ibm-plex-sans-condensed-700 - latin */
@font-face {
  font-family: 'IBM Plex Sans Condensed';
  font-style: normal;
  font-weight: 700;
  src: url("./fonts/IBMPlexSansCondensed/ibm-plex-sans-condensed-v3-latin-700.eot");
  /* IE9 Compat Modes */
  src: local("IBM Plex Sans Condensed Bold"), local("IBMPlexSansCond-Bold"), url("./fonts/IBMPlexSansCondensed/ibm-plex-sans-condensed-v3-latin-700.eot?#iefix") format("embedded-opentype"), url("./fonts/IBMPlexSansCondensed/ibm-plex-sans-condensed-v3-latin-700.woff2") format("woff2"), url("./fonts/IBMPlexSansCondensed/ibm-plex-sans-condensed-v3-latin-700.woff") format("woff"), url("./fonts/IBMPlexSansCondensed/ibm-plex-sans-condensed-v3-latin-700.ttf") format("truetype"), url("./fonts/IBMPlexSansCondensed/ibm-plex-sans-condensed-v3-latin-700.svg#IBMPlexSansCondensed") format("svg");
  /* Legacy iOS */
  font-display: swap; }

/* ibm-plex-sans-100 - latin */
@font-face {
  font-family: 'IBM Plex Sans';
  font-style: normal;
  font-weight: 100;
  src: url("./fonts/IBMPlexSans/ibm-plex-sans-v3-latin-100.eot");
  /* IE9 Compat Modes */
  src: local("IBM Plex Sans Thin"), local("IBMPlexSans-Thin"), url("./fonts/IBMPlexSans/ibm-plex-sans-v3-latin-100.eot?#iefix") format("embedded-opentype"), url("./fonts/IBMPlexSans/ibm-plex-sans-v3-latin-100.woff2") format("woff2"), url("./fonts/IBMPlexSans/ibm-plex-sans-v3-latin-100.woff") format("woff"), url("./fonts/IBMPlexSans/ibm-plex-sans-v3-latin-100.ttf") format("truetype"), url("./fonts/IBMPlexSans/ibm-plex-sans-v3-latin-100.svg#IBMPlexSans") format("svg");
  /* Legacy iOS */
  font-display: swap; }

/* ibm-plex-sans-200 - latin */
@font-face {
  font-family: 'IBM Plex Sans';
  font-style: normal;
  font-weight: 200;
  src: url("./fonts/IBMPlexSans/ibm-plex-sans-v3-latin-200.eot");
  /* IE9 Compat Modes */
  src: local("IBM Plex Sans ExtraLight"), local("IBMPlexSans-ExtraLight"), url("./fonts/IBMPlexSans/ibm-plex-sans-v3-latin-200.eot?#iefix") format("embedded-opentype"), url("./fonts/IBMPlexSans/ibm-plex-sans-v3-latin-200.woff2") format("woff2"), url("./fonts/IBMPlexSans/ibm-plex-sans-v3-latin-200.woff") format("woff"), url("./fonts/IBMPlexSans/ibm-plex-sans-v3-latin-200.ttf") format("truetype"), url("./fonts/IBMPlexSans/ibm-plex-sans-v3-latin-200.svg#IBMPlexSans") format("svg");
  /* Legacy iOS */
  font-display: swap; }

/* ibm-plex-sans-300 - latin */
@font-face {
  font-family: 'IBM Plex Sans';
  font-style: normal;
  font-weight: 300;
  src: url("./fonts/IBMPlexSans/ibm-plex-sans-v3-latin-300.eot");
  /* IE9 Compat Modes */
  src: local("IBM Plex Sans Light"), local("IBMPlexSans-Light"), url("./fonts/IBMPlexSans/ibm-plex-sans-v3-latin-300.eot?#iefix") format("embedded-opentype"), url("./fonts/IBMPlexSans/ibm-plex-sans-v3-latin-300.woff2") format("woff2"), url("./fonts/IBMPlexSans/ibm-plex-sans-v3-latin-300.woff") format("woff"), url("./fonts/IBMPlexSans/ibm-plex-sans-v3-latin-300.ttf") format("truetype"), url("./fonts/IBMPlexSans/ibm-plex-sans-v3-latin-300.svg#IBMPlexSans") format("svg");
  /* Legacy iOS */
  font-display: swap; }

/* ibm-plex-sans-regular - latin */
@font-face {
  font-family: 'IBM Plex Sans';
  font-style: normal;
  font-weight: 400;
  src: url("./fonts/IBMPlexSans/ibm-plex-sans-v3-latin-regular.eot");
  /* IE9 Compat Modes */
  src: local("IBM Plex Sans"), local("IBMPlexSans"), url("./fonts/IBMPlexSans/ibm-plex-sans-v3-latin-regular.eot?#iefix") format("embedded-opentype"), url("./fonts/IBMPlexSans/ibm-plex-sans-v3-latin-regular.woff") format("woff"), url("./fonts/IBMPlexSans/ibm-plex-sans-v3-latin-regular.ttf") format("truetype"), url("./fonts/IBMPlexSans/ibm-plex-sans-v3-latin-regular.svg#IBMPlexSans") format("svg");
  /* Legacy iOS */
  font-display: swap; }

/* ibm-plex-sans-500 - latin */
@font-face {
  font-family: 'IBM Plex Sans';
  font-style: normal;
  font-weight: 500;
  src: url("./fonts/IBMPlexSans/ibm-plex-sans-v3-latin-500.eot");
  /* IE9 Compat Modes */
  src: local("IBM Plex Sans Medium"), local("IBMPlexSans-Medium"), url("./fonts/IBMPlexSans/ibm-plex-sans-v3-latin-500.eot?#iefix") format("embedded-opentype"), url("./fonts/IBMPlexSans/ibm-plex-sans-v3-latin-500.woff2") format("woff2"), url("./fonts/IBMPlexSans/ibm-plex-sans-v3-latin-500.woff") format("woff"), url("./fonts/IBMPlexSans/ibm-plex-sans-v3-latin-500.ttf") format("truetype"), url("./fonts/IBMPlexSans/ibm-plex-sans-v3-latin-500.svg#IBMPlexSans") format("svg");
  /* Legacy iOS */
  font-display: swap; }

/* ibm-plex-sans-600 - latin */
@font-face {
  font-family: 'IBM Plex Sans';
  font-style: normal;
  font-weight: 600;
  src: url("./fonts/IBMPlexSans/ibm-plex-sans-v3-latin-600.eot");
  /* IE9 Compat Modes */
  src: local("IBM Plex Sans SemiBold"), local("IBMPlexSans-SemiBold"), url("./fonts/IBMPlexSans/ibm-plex-sans-v3-latin-600.eot?#iefix") format("embedded-opentype"), url("./fonts/IBMPlexSans/ibm-plex-sans-v3-latin-600.woff2") format("woff2"), url("./fonts/IBMPlexSans/ibm-plex-sans-v3-latin-600.woff") format("woff"), url("./fonts/IBMPlexSans/ibm-plex-sans-v3-latin-600.ttf") format("truetype"), url("./fonts/IBMPlexSans/ibm-plex-sans-v3-latin-600.svg#IBMPlexSans") format("svg");
  /* Legacy iOS */
  font-display: swap; }

/* ibm-plex-sans-700 - latin */
@font-face {
  font-family: 'IBM Plex Sans';
  font-style: normal;
  font-weight: 700;
  src: url("./fonts/IBMPlexSans/ibm-plex-sans-v3-latin-700.eot");
  /* IE9 Compat Modes */
  src: local("IBM Plex Sans Bold"), local("IBMPlexSans-Bold"), url("./fonts/IBMPlexSans/ibm-plex-sans-v3-latin-700.eot?#iefix") format("embedded-opentype"), url("./fonts/IBMPlexSans/ibm-plex-sans-v3-latin-700.woff2") format("woff2"), url("./fonts/IBMPlexSans/ibm-plex-sans-v3-latin-700.woff") format("woff"), url("./fonts/IBMPlexSans/ibm-plex-sans-v3-latin-700.ttf") format("truetype"), url("./fonts/IBMPlexSans/ibm-plex-sans-v3-latin-700.svg#IBMPlexSans") format("svg");
  /* Legacy iOS */
  font-display: swap; }

/* roboto-100 - latin */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 100;
  src: url("./fonts/Roboto/roboto-v18-latin-100.eot");
  /* IE9 Compat Modes */
  src: local("Roboto Thin"), local("Roboto-Thin"), url("./fonts/Roboto/roboto-v18-latin-100.eot?#iefix") format("embedded-opentype"), url("./fonts/Roboto/roboto-v18-latin-100.woff2") format("woff2"), url("./fonts/Roboto/roboto-v18-latin-100.woff") format("woff"), url("./fonts/Roboto/roboto-v18-latin-100.ttf") format("truetype"), url("./fonts/Roboto/roboto-v18-latin-100.svg#Roboto") format("svg");
  /* Legacy iOS */
  font-display: swap; }

/* roboto-300 - latin */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 300;
  src: url("./fonts/Roboto/roboto-v18-latin-300.eot");
  /* IE9 Compat Modes */
  src: local("Roboto Light"), local("Roboto-Light"), url("./fonts/Roboto/roboto-v18-latin-300.eot?#iefix") format("embedded-opentype"), url("./fonts/Roboto/roboto-v18-latin-300.woff2") format("woff2"), url("./fonts/Roboto/roboto-v18-latin-300.woff") format("woff"), url("./fonts/Roboto/roboto-v18-latin-300.ttf") format("truetype"), url("./fonts/Roboto/roboto-v18-latin-300.svg#Roboto") format("svg");
  /* Legacy iOS */
  font-display: swap; }

/* roboto-regular - latin */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  src: url("./fonts/Roboto/roboto-v18-latin-regular.eot");
  /* IE9 Compat Modes */
  src: local("Roboto"), local("Roboto-Regular"), url("./fonts/Roboto/roboto-v18-latin-regular.eot?#iefix") format("embedded-opentype"), url("./fonts/Roboto/roboto-v18-latin-regular.woff2") format("woff2"), url("./fonts/Roboto/roboto-v18-latin-regular.woff") format("woff"), url("./fonts/Roboto/roboto-v18-latin-regular.ttf") format("truetype"), url("./fonts/Roboto/roboto-v18-latin-regular.svg#Roboto") format("svg");
  /* Legacy iOS */
  font-display: swap; }

/* roboto-500 - latin */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 500;
  src: url("./fonts/Roboto/roboto-v18-latin-500.eot");
  /* IE9 Compat Modes */
  src: local("Roboto Medium"), local("Roboto-Medium"), url("./fonts/Roboto/roboto-v18-latin-500.eot?#iefix") format("embedded-opentype"), url("./fonts/Roboto/roboto-v18-latin-500.woff2") format("woff2"), url("./fonts/Roboto/roboto-v18-latin-500.woff") format("woff"), url("./fonts/Roboto/roboto-v18-latin-500.ttf") format("truetype"), url("./fonts/Roboto/roboto-v18-latin-500.svg#Roboto") format("svg");
  /* Legacy iOS */
  font-display: swap; }

/* roboto-700 - latin */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 700;
  src: url("./fonts/Roboto/roboto-v18-latin-700.eot");
  /* IE9 Compat Modes */
  src: local("Roboto Bold"), local("Roboto-Bold"), url("./fonts/Roboto/roboto-v18-latin-700.eot?#iefix") format("embedded-opentype"), url("./fonts/Roboto/roboto-v18-latin-700.woff2") format("woff2"), url("./fonts/Roboto/roboto-v18-latin-700.woff") format("woff"), url("./fonts/Roboto/roboto-v18-latin-700.ttf") format("truetype"), url("./fonts/Roboto/roboto-v18-latin-700.svg#Roboto") format("svg");
  /* Legacy iOS */
  font-display: swap; }

/* roboto-900 - latin */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 900;
  src: url("./fonts/Roboto/roboto-v18-latin-900.eot");
  /* IE9 Compat Modes */
  src: local("Roboto Black"), local("Roboto-Black"), url("./fonts/Roboto/roboto-v18-latin-900.eot?#iefix") format("embedded-opentype"), url("./fonts/Roboto/roboto-v18-latin-900.woff2") format("woff2"), url("./fonts/Roboto/roboto-v18-latin-900.woff") format("woff"), url("./fonts/Roboto/roboto-v18-latin-900.ttf") format("truetype"), url("./fonts/Roboto/roboto-v18-latin-900.svg#Roboto") format("svg");
  /* Legacy iOS */
  font-display: swap; }

/*# COLORES #*/
/* Colores del Sitio */
/* Colores de Fuentes del Sitio */
/* Colores Genericos */
/* Colores -Temas,Agrupadores,Categorias- */
/* Colores Redes Sociales */
/*# VARIABLES GLOBALES #*/
/* SEPARACIÓN ENTRE OBJETOS, DESKTOP */
/* VARIABLES DESKTOP */
/* HEADER VARIABLES */
/*  |->Background Colors    */
/*  |->Font Colors    */
/*  |->Font Settings    */
/*  |->Misc Settings    */
/*  |->Side Menu    */
/* FOOTER VARIABLES */
/*  |->Background    */
/*  |->Padding    */
/*  |->Lines    */
/*  |->footer-top    */
/*  |->footer-middle    */
/*  |->footer-top    */
/*  |->Logo    */
/*  |->Socials    */
/*  |->Links footer    */
/*  |->Footer Free Text    */
/* ARTICLES VARIABLES */
/*  |->Article Theme Default Styles    */
/*  |->Article Video Icon Default Style */
/*  |->Article Title Default Styles    */
/*  |->Article Bomb */
/*  |->Article Main Featured Note */
/*  |->Highlighted Note Overprinted Title */
/*  |->Article shouts */
/*  |->Highlighted Notes List */
/*  |->Highlighted Notes List Three Columns */
/*  |->Highlighted Notes List Square Img */
/*  |->Highlighted Notes List Square Img Four Columns */
/*  |->Highlighted Notes List Square Img Three Columns */
/*  |->Article Alert */
/*  |->Headline */
/*  |->Mostread */
/*  |->Horizontal Note Title Side */
/*  |->Simple List Square Image */
/*  |->Simple List Square Image Four Columns*/
/*  |->Simple List Square Image Three Columns*/
/*  |->Simple List Square Image Two Columns*/
/*  |->Simple List */
/*  |->Simple List Three Columns*/
/*  |->Simple List Two Columns*/
/*  |->Simple List One Column*/
/*  |->Notes by Author */
/*  |->Floated Title Highlighted Note */
/*  |->Highlighted Note Square Image */
/*  |->Quotes List */
/*  |->Highlighted Notes List Three Columns */
/*  |->Small Highlighted Note Square Image */
/*  |->highlighted-portrait-note */
/* NOTA VARIABLES */
/*  |->detail-note-head  */
/*  |->detail-note-gallery  */
/*  |->detail-note-person  */
/*  |->detail-note-body  */
/* Contenido para Subscriptores */
/*  |->detail-note-themes  */
/*  |->detail-note-interesting-notes  */
/*  |->detail-note-comments  */
/*  |->detail-note-section-aside-single-article  */
/*  |->detail-note-ranking-list  */
/* SECCION */
/*  |->List article    */
/*  |->List article print edition  */
/*  |->Survey (Encuesta)  */
/*  |->Calendario Edición Impresa  */
/*  |->Tapa Edición Impresa  */
/*  |->Tapa Edición Ver Online  */
/* ESTILOS AMBITO*/
/* TEMPLATE */
main.container {
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -ms-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out; }
  main.container > *:not([class*="-bg"]):not([class*="banner-side"]):not(.row):not(.banner-special) {
    margin-top: 25px; }
  main.container.note {
    margin-top: 25px; }

header.main-header {
  border-bottom: 3px solid #EEEEEE; }
  header.main-header .navbar-toggler {
    position: relative;
    box-sizing: content-box;
    padding: 0 15px 0 0;
    border: 0 none;
    width: 30px;
    min-height: 30px;
    position: relative;
    z-index: 20; }
    header.main-header .navbar-toggler .navbar-icon {
      display: block;
      width: 100%;
      height: 5px;
      margin-bottom: 5px;
      background-color: #FFFFFF;
      -webkit-transition: all 0.2s cubic-bezier(0.23, 1, 0.32, 1);
      -moz-transition: all 0.2s cubic-bezier(0.23, 1, 0.32, 1);
      -ms-transition: all 0.2s cubic-bezier(0.23, 1, 0.32, 1);
      -o-transition: all 0.2s cubic-bezier(0.23, 1, 0.32, 1);
      transition: all 0.2s cubic-bezier(0.23, 1, 0.32, 1); }
      header.main-header .navbar-toggler .navbar-icon:last-child {
        margin-bottom: 0; }
    header.main-header .navbar-toggler:hover:not([class*="opened-menu"]) .navbar-icon:nth-child(2) {
      width: 80%; }
    header.main-header .navbar-toggler:hover:not([class*="opened-menu"]) .navbar-icon:last-child {
      width: 70%; }
    header.main-header .navbar-toggler.opened-menu .navbar-icon:first-child, header.main-header .navbar-toggler.opened-menu .navbar-icon:nth-child(2), header.main-header .navbar-toggler.opened-menu-v3 .navbar-icon:first-child, header.main-header .navbar-toggler.opened-menu-v3 .navbar-icon:nth-child(2) {
      margin: 0; }
    header.main-header .navbar-toggler.opened-menu .navbar-icon:first-child, header.main-header .navbar-toggler.opened-menu-v3 .navbar-icon:first-child {
      -webkit-transform: rotate(45deg);
      -moz-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
      -o-transform: rotate(45deg);
      transform: rotate(45deg);
      -webkit-backface-visibility: hidden;
      -moz-backface-visibility: hidden;
      backface-visibility: hidden;
      -webkit-transform-style: preserve-3d;
      -moz-transform-style: preserve-3d;
      -ms-transform-style: preserve-3d;
      transform-style: preserve-3d;
      transform-origin: 40% 100%; }
    header.main-header .navbar-toggler.opened-menu .navbar-icon:nth-child(2), header.main-header .navbar-toggler.opened-menu-v3 .navbar-icon:nth-child(2) {
      display: none; }
    header.main-header .navbar-toggler.opened-menu .navbar-icon:last-child, header.main-header .navbar-toggler.opened-menu-v3 .navbar-icon:last-child {
      -webkit-transform: rotate(-45deg);
      -moz-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
      -o-transform: rotate(-45deg);
      transform: rotate(-45deg);
      -webkit-backface-visibility: hidden;
      -moz-backface-visibility: hidden;
      backface-visibility: hidden;
      -webkit-transform-style: preserve-3d;
      -moz-transform-style: preserve-3d;
      -ms-transform-style: preserve-3d;
      transform-style: preserve-3d;
      transform-origin: 40% 10%; }
  header.main-header .navbar-nav {
    z-index: 12;
    min-height: 20px; }
  header.main-header .header-super {
    background-color: #002040;
    color: #FFFFFF;
    padding: 15px 0;
    position: relative;
    z-index: 5; }
    header.main-header .header-super .flex-v-align {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -webkit-flex-direction: row;
      -ms-flex-direction: row;
      flex-direction: row;
      -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
      -webkit-box-align: center;
      -webkit-align-items: center;
      -ms-flex-align: center;
      align-items: center; }
    header.main-header .header-super .td-user-wrapper {
      z-index: 13; }
    header.main-header .header-super .navbar:before {
      content: '';
      position: absolute;
      background: #b32424;
      z-index: 12;
      top: -11px;
      left: -100vw;
      right: 0;
      width: 200vw;
      max-height: 52px; }
  header.main-header .header-top {
    padding: 18px 15px; }
    header.main-header .header-top .td-user-wrapper {
      z-index: 13; }
    header.main-header .header-top .date-wrapper {
      text-align: center; }
  header.main-header .header-middle {
    background-color: #b32424;
    color: #D3D3D3;
    position: relative;
    z-index: 12; }
  header.main-header .header-bottom {
    background-color: #FFFFFF;
    z-index: 1;
    position: relative; }
    header.main-header .header-bottom .row [class*="col"] {
      z-index: 0; }
  header.main-header .header-bottom .row,
  header.main-header .header-middle .row,
  header.main-header .header-top .row {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center; }
  header.main-header.new-header .header-super {
    padding: 10px 0; }
  header.main-header.new-header .header-middle {
    display: none !important; }

/* ANIMATIONS * /

@include keyframes(fixed) {
    0% {
        top: -100%;
    }
    100% {
        top: 0;
    }
}

/* FIXED HEADER */
body.fixed-header header.main-header:not(.new-header) {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  border-bottom: 0 none;
  -webkit-animation: fixed 450ms ease 1;
  -moz-animation: fixed 450ms ease 1;
  -ms-animation: fixed 450ms ease 1;
  -o-animation: fixed 450ms ease 1;
  animation: fixed 450ms ease 1;
  z-index: 10; }
  body.fixed-header header.main-header:not(.new-header) .header-bottom {
    display: none; }

body.fixed-header header.main-header.new-header {
  border-bottom: 0 none; }
  body.fixed-header header.main-header.new-header .will-be-fixed {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    border-bottom: 0 none;
    -webkit-animation: fixed 450ms ease 1;
    -moz-animation: fixed 450ms ease 1;
    -ms-animation: fixed 450ms ease 1;
    -o-animation: fixed 450ms ease 1;
    animation: fixed 450ms ease 1;
    z-index: 10;
    box-shadow: 0 1.5px 4px rgba(0, 0, 0, 0.24), 0 1.5px 6px rgba(0, 0, 0, 0.12); }
    body.fixed-header header.main-header.new-header .will-be-fixed .header-super {
      background-color: #C82828; }
      body.fixed-header header.main-header.new-header .will-be-fixed .header-super .container {
        margin-left: auto !important; }
        @media (min-width: 576px) {
          body.fixed-header header.main-header.new-header .will-be-fixed .header-super .container {
            max-width: none; } }
        @media (min-width: 768px) {
          body.fixed-header header.main-header.new-header .will-be-fixed .header-super .container {
            max-width: none; } }
        @media (min-width: 992px) {
          body.fixed-header header.main-header.new-header .will-be-fixed .header-super .container {
            max-width: none; } }
        @media (min-width: 1200px) {
          body.fixed-header header.main-header.new-header .will-be-fixed .header-super .container {
            max-width: none; } }
      body.fixed-header header.main-header.new-header .will-be-fixed .header-super .navbar-brand {
        display: inline-block !important;
        padding: 0 0;
        position: relative;
        z-index: 12; }
        body.fixed-header header.main-header.new-header .will-be-fixed .header-super .navbar-brand > img {
          max-width: 172px;
          height: auto; }
      body.fixed-header header.main-header.new-header .will-be-fixed .header-super .navbar {
        width: 100%; }
        body.fixed-header header.main-header.new-header .will-be-fixed .header-super .navbar .navbar-nav {
          margin-left: auto;
          margin-right: auto; }
          body.fixed-header header.main-header.new-header .will-be-fixed .header-super .navbar .navbar-nav .nav-item:hover {
            color: #FFFFFF; }
        body.fixed-header header.main-header.new-header .will-be-fixed .header-super .navbar:before {
          background-color: #C82828; }
      body.fixed-header header.main-header.new-header .will-be-fixed .header-super .user-tools button.login:hover,
      body.fixed-header header.main-header.new-header .will-be-fixed .header-super .user-tools button.search:hover {
        color: #FFFFFF; }
  body.fixed-header header.main-header.new-header .header-top,
  body.fixed-header header.main-header.new-header .header-bottom,
  body.fixed-header header.main-header.new-header .header-middle {
    display: none !important; }

body.fixed-header:not(.opened-menu) header.main-header {
  box-shadow: 0 3px 12px rgba(0, 0, 0, 0.23), 0 3px 12px rgba(0, 0, 0, 0.16); }

body.opened-menu {
  overflow-y: hidden; }
  body.opened-menu header.main-header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 10; }
  body.opened-menu.fixed-header header.main-header.new-header {
    position: static; }

body .navbar:not(.themes-menu) {
  /*&:before {
        content: "";
        position: absolute;
        left: calc((-100vw + 1110px) / 2);
        background: $header-top-bg-color;
        width: calc(((100vw - 1110px) / 2) + 320px);
        z-index: 3;
    }

    & * {
        z-index: 3;
    }

    #side-nav {
        z-index: 2;
    }*/ }

/* Buscador abierto */
body.opened-search-form header.main-header .header-top {
  z-index: 4; }

/* OBJETOS */
/* HEADER */
.header-top .navbar-nav,
.header-super .navbar-nav {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  padding: 0; }
  .header-top .navbar-nav .nav-item,
  .header-super .navbar-nav .nav-item {
    text-transform: uppercase;
    font-size: 0.875em;
    font-weight: 600;
    padding: 0 7.5px;
    -webkit-transition: color 250ms ease;
    -moz-transition: color 250ms ease;
    -ms-transition: color 250ms ease;
    -o-transition: color 250ms ease;
    transition: color 250ms ease; }
    .header-top .navbar-nav .nav-item:hover,
    .header-super .navbar-nav .nav-item:hover {
      color: #C82828; }
    .header-top .navbar-nav .nav-item:last-child,
    .header-super .navbar-nav .nav-item:last-child {
      padding-right: 0; }
  .header-top .navbar-nav .nav-link,
  .header-super .navbar-nav .nav-link {
    padding: 0; }

.header-top .side-navbar-nav,
.header-super .side-navbar-nav {
  position: fixed;
  top: 0;
  left: -100%;
  background-color: #b32424;
  z-index: 10;
  box-shadow: 0 3px 12px rgba(0, 0, 0, 0.23), 0 3px 12px rgba(0, 0, 0, 0.16);
  -webkit-transition: left 250ms ease-in-out;
  -moz-transition: left 250ms ease-in-out;
  -ms-transition: left 250ms ease-in-out;
  -o-transition: left 250ms ease-in-out;
  transition: left 250ms ease-in-out; }
  @media (min-width: 576px) {
    .header-top .side-navbar-nav,
    .header-super .side-navbar-nav {
      width: calc(((100vw - 540px) / 2) + 320px);
      max-width: calc(((100vw - 540px) / 2) + 320px); } }
  @media (min-width: 768px) {
    .header-top .side-navbar-nav,
    .header-super .side-navbar-nav {
      width: calc(((100vw - 720px) / 2) + 320px);
      max-width: calc(((100vw - 720px) / 2) + 320px); } }
  @media (min-width: 992px) {
    .header-top .side-navbar-nav,
    .header-super .side-navbar-nav {
      width: calc(((100vw - 960px) / 2) + 320px);
      max-width: calc(((100vw - 960px) / 2) + 320px); } }
  @media (min-width: 1200px) {
    .header-top .side-navbar-nav,
    .header-super .side-navbar-nav {
      width: calc(((100vw - 1140px) / 2) + 320px);
      max-width: calc(((100vw - 1140px) / 2) + 320px); } }
  @media (min-width: 1200px) and (max-width: 1440px) {
    .header-top .side-navbar-nav,
    .header-super .side-navbar-nav {
      width: calc(((100vw - 1030px) / 2) + 320px);
      max-width: calc(((100vw - 1030px) / 2) + 320px); } }
  .header-top .side-navbar-nav.opened-menu,
  .header-super .side-navbar-nav.opened-menu {
    left: 0; }
  .header-top .side-navbar-nav .nav-item,
  .header-super .side-navbar-nav .nav-item {
    border-bottom: 1px solid #00478D;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease; }
    .header-top .side-navbar-nav .nav-item:hover,
    .header-super .side-navbar-nav .nav-item:hover {
      background-color: #C82828; }
      .header-top .side-navbar-nav .nav-item:hover .nav-link,
      .header-super .side-navbar-nav .nav-item:hover .nav-link {
        padding-left: calc(((100vw - 1110px) / 2) + 5px); }
        .header-top .side-navbar-nav .nav-item:hover .nav-link[href*="edicion_impresa"], .header-top .side-navbar-nav .nav-item:hover .nav-link[href*="edicion-impresa"],
        .header-super .side-navbar-nav .nav-item:hover .nav-link[href*="edicion_impresa"],
        .header-super .side-navbar-nav .nav-item:hover .nav-link[href*="edicion-impresa"] {
          background-color: #849197; }
      .header-top .side-navbar-nav .nav-item:hover .dropdown-toggle i[class*='fa-'],
      .header-super .side-navbar-nav .nav-item:hover .dropdown-toggle i[class*='fa-'] {
        color: #FFFFFF; }
  .header-top .side-navbar-nav .nav-link,
  .header-super .side-navbar-nav .nav-link {
    padding: 20px 20px 20px calc((100vw - 1110px) / 2);
    vertical-align: middle;
    line-height: 1;
    text-transform: uppercase;
    font-size: 0.8125em;
    font-weight: 600;
    color: #FFFFFF;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease; }
    @media (min-width: 576px) {
      .header-top .side-navbar-nav .nav-link,
      .header-super .side-navbar-nav .nav-link {
        padding: 20px 20px 20px calc((100vw - 540px) / 2); } }
    @media (min-width: 768px) {
      .header-top .side-navbar-nav .nav-link,
      .header-super .side-navbar-nav .nav-link {
        padding: 20px 20px 20px calc((100vw - 720px) / 2); } }
    @media (min-width: 992px) {
      .header-top .side-navbar-nav .nav-link,
      .header-super .side-navbar-nav .nav-link {
        padding: 20px 20px 20px calc((100vw - 960px) / 2); } }
    @media (min-width: 1200px) {
      .header-top .side-navbar-nav .nav-link,
      .header-super .side-navbar-nav .nav-link {
        padding: 20px 20px 20px calc((100vw - 1140px) / 2); } }
    @media (min-width: 1200px) and (max-width: 1440px) {
      .header-top .side-navbar-nav .nav-link,
      .header-super .side-navbar-nav .nav-link {
        padding: 20px 20px 20px calc((100vw - 1030px) / 2); } }
    .header-top .side-navbar-nav .nav-link[href*="edicion_impresa"], .header-top .side-navbar-nav .nav-link[href*="edicion-impresa"],
    .header-super .side-navbar-nav .nav-link[href*="edicion_impresa"],
    .header-super .side-navbar-nav .nav-link[href*="edicion-impresa"] {
      background-color: #6A787E; }
  .header-top .side-navbar-nav .dropdown-toggle,
  .header-super .side-navbar-nav .dropdown-toggle {
    position: relative; }
    .header-top .side-navbar-nav .dropdown-toggle::after,
    .header-super .side-navbar-nav .dropdown-toggle::after {
      display: none; }
    .header-top .side-navbar-nav .dropdown-toggle i[class*='fa-'],
    .header-super .side-navbar-nav .dropdown-toggle i[class*='fa-'] {
      -webkit-transition: all 0.2s ease;
      -moz-transition: all 0.2s ease;
      -ms-transition: all 0.2s ease;
      -o-transition: all 0.2s ease;
      transition: all 0.2s ease;
      color: #C82828;
      position: absolute;
      right: 20px;
      top: 50%;
      -webkit-transform: translateY(-50%);
      -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      -o-transform: translateY(-50%);
      transform: translateY(-50%);
      -webkit-backface-visibility: hidden;
      -moz-backface-visibility: hidden;
      backface-visibility: hidden;
      -webkit-transform-style: preserve-3d;
      -moz-transform-style: preserve-3d;
      -ms-transform-style: preserve-3d;
      transform-style: preserve-3d; }
  .header-top .side-navbar-nav .nav-item.dropdown .dropdown-menu,
  .header-super .side-navbar-nav .nav-item.dropdown .dropdown-menu {
    top: 0;
    left: 100%;
    color: #FFFFFF;
    background-color: #C82828;
    text-transform: uppercase;
    font-size: 0.8125em;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border: 0 none;
    background-clip: inherit;
    margin: 0;
    padding: 5px 0; }
    .header-top .side-navbar-nav .nav-item.dropdown .dropdown-menu .dropdown-item,
    .header-super .side-navbar-nav .nav-item.dropdown .dropdown-menu .dropdown-item {
      padding: 15px 20px;
      margin: 0;
      font-weight: 600;
      -webkit-transition: all 0.2s ease;
      -moz-transition: all 0.2s ease;
      -ms-transition: all 0.2s ease;
      -o-transition: all 0.2s ease;
      transition: all 0.2s ease; }
      .header-top .side-navbar-nav .nav-item.dropdown .dropdown-menu .dropdown-item:hover,
      .header-super .side-navbar-nav .nav-item.dropdown .dropdown-menu .dropdown-item:hover {
        background-color: #C82828;
        color: #b32424;
        padding-left: 25px;
        padding-right: 15px; }
  .header-top .side-navbar-nav .nav-item.dropdown:hover .dropdown-menu,
  .header-super .side-navbar-nav .nav-item.dropdown:hover .dropdown-menu {
    display: block;
    -webkit-animation: showSubMenu 0.2s ease 1;
    -moz-animation: showSubMenu 0.2s ease 1;
    -ms-animation: showSubMenu 0.2s ease 1;
    -o-animation: showSubMenu 0.2s ease 1;
    animation: showSubMenu 0.2s ease 1; }

@-webkit-keyframes showSubMenu {
  0% {
    opacity: 0;
    left: 98%; }
  100% {
    opacity: 1;
    left: 100%; } }

@-moz-keyframes showSubMenu {
  0% {
    opacity: 0;
    left: 98%; }
  100% {
    opacity: 1;
    left: 100%; } }

@-ms-keyframes showSubMenu {
  .header-top .side-navbar-nav .nav-item.dropdown:hover .dropdown-menu 0%,
  .header-super .side-navbar-nav .nav-item.dropdown:hover .dropdown-menu 0% {
    opacity: 0;
    left: 98%; }
  .header-top .side-navbar-nav .nav-item.dropdown:hover .dropdown-menu 100%,
  .header-super .side-navbar-nav .nav-item.dropdown:hover .dropdown-menu 100% {
    opacity: 1;
    left: 100%; } }

@-o-keyframes showSubMenu {
  0% {
    opacity: 0;
    left: 98%; }
  100% {
    opacity: 1;
    left: 100%; } }

@keyframes showSubMenu {
  0% {
    opacity: 0;
    left: 98%; }
  100% {
    opacity: 1;
    left: 100%; } }

.header-top nav.navbar,
.header-super nav.navbar {
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap; }

.header-super .navbar-nav .nav-item {
  padding: 0 15px; }

.header-v3 .header-super .navbar-nav {
  display: none !important; }

.themes-menu .navbar-nav {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  padding: 0; }
  .themes-menu .navbar-nav > .nav-item:first-of-type {
    position: relative;
    background-color: #13192C; }
    .themes-menu .navbar-nav > .nav-item:first-of-type:after, .themes-menu .navbar-nav > .nav-item:first-of-type:before {
      content: '';
      display: block;
      position: absolute;
      top: 0;
      bottom: 0; }
    .themes-menu .navbar-nav > .nav-item:first-of-type:before {
      right: 100%;
      min-width: calc((100vw - 1110px) / 2);
      background-color: #13192C; }
      @media (min-width: 576px) {
        .themes-menu .navbar-nav > .nav-item:first-of-type:before {
          min-width: calc((100vw - 510px) / 2); } }
      @media (min-width: 768px) {
        .themes-menu .navbar-nav > .nav-item:first-of-type:before {
          min-width: calc((100vw - 690px) / 2); } }
      @media (min-width: 992px) {
        .themes-menu .navbar-nav > .nav-item:first-of-type:before {
          min-width: calc((100vw - 930px) / 2); } }
      @media (min-width: 1200px) {
        .themes-menu .navbar-nav > .nav-item:first-of-type:before {
          min-width: calc((100vw - 1110px) / 2); } }
      @media (min-width: 1200px) and (max-width: 1440px) {
        .themes-menu .navbar-nav > .nav-item:first-of-type:before {
          min-width: calc((100vw - 1000px) / 2); } }
    .themes-menu .navbar-nav > .nav-item:first-of-type:after {
      left: 100%;
      width: 0;
      height: 0;
      border-style: solid;
      border-width: 37.59px 8px 0 0;
      border-color: #13192C transparent transparent transparent; }
    .themes-menu .navbar-nav > .nav-item:first-of-type .nav-link {
      padding: 0.675em 0.675em 0.675em 0;
      color: #FFFFFF;
      font-size: 1em;
      white-space: nowrap; }
  .themes-menu .navbar-nav > .nav-item:nth-of-type(2) .nav-link {
    padding-left: 1.4375em; }
  .themes-menu .navbar-nav > .nav-item:not(:first-of-type) .nav-link {
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease; }
    .themes-menu .navbar-nav > .nav-item:not(:first-of-type) .nav-link:hover {
      background-color: #C82828;
      color: #FFFFFF; }

.themes-menu .nav-link {
  padding: 0.9375em;
  text-transform: uppercase;
  font-size: 0.8125em;
  font-weight: 500;
  line-height: 1em; }

@media only screen and (max-width: 991px) and (min-width: 768px) {
  .themes-menu li.nav-item {
    white-space: nowrap;
    font-size: 15px; }
  .themes-menu .navbar-nav > .nav-item:first-of-type .nav-link {
    padding-left: 5px; } }

.date-wrapper {
  text-align: right;
  font-size: 0.8125em;
  width: 100%; }
  .date-wrapper em {
    text-transform: capitalize; }

/* FOOTER */
.brand-logo img {
  max-height: 46px;
  width: auto; }

.footer-brands li {
  text-align: right; }
  .footer-brands li + li {
    margin-top: 15px; }

/* purgecss start ignore */
.socials {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  float: right; }
  .socials a[href*="facebook."] {
    color: #3B5998; }
  .socials a[href*="twitter"] {
    color: #000000; }
    .socials a[href*="twitter"] .social-icon {
      mask-size: 100 auto;
      -webkit-mask-size: 100 auto;
      mask: url(/css-custom/150/images/icons/twitter.svg) no-repeat center/100% auto;
      -webkit-mask: url(/css-custom/150/images/icons/twitter.svg) no-repeat center/100% auto;
      min-height: 1.0175rem;
      min-width: 1.21938rem;
      background-color: white; }
  .socials a[href*="youtube."] {
    color: #FF0000; }
  .socials a[href*="google."] {
    color: #DB4437; }
  .socials a[href*="linkedin."] {
    color: #007BB5; }
    .socials a[href*="linkedin."] .social-icon::before {
      content: "\f0e1"; }
  .socials a[href*="whatsapp."] {
    color: #25D366; }
  .socials a[href*="pinterest."] {
    color: #BD081C; }
  .socials a[href*="instagram."] {
    color: #7232BD; }
  .socials a.nav-link .social-icon {
    font-size: 1.875em;
    color: #FFFFFF; }

/* purgecss end ignore */
.footer-links li {
  display: inline-block;
  font-size: 14px;
  font-weight: 500;
  width: 50%;
  text-transform: uppercase;
  display: inline-block;
  float: left;
  margin-bottom: 20px; }

.footer-links.groupers {
  margin-top: 10px; }
  .footer-links.groupers li a {
    color: #777777 !important; }

/* purgecss start ignore */
.footer .free-text {
  font-family: "IBM Plex Sans", "Helvetica Neue", Arial, sans-serif;
  line-height: 1.2em;
  color: #8598AB; }
  .footer .free-text p {
    font-size: 0.875em; }
  .footer .free-text > div {
    font-size: 0.875em;
    margin-bottom: 5px; }
    .footer .free-text > div.nro-edition {
      display: block;
      font-size: 1em; }
  .footer .free-text .cmsItemList {
    display: inline; }
    .footer .free-text .cmsItemList .cmsItemObjectData {
      display: inherit; }

.nro-edition {
  display: none; }

/* purgecss end ignore */
/* BANNERS */
/* purgecss start ignore */
.banner-wrapper {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0 auto 10px;
  text-align: center; }
  .banner-wrapper > * {
    flex-grow: 1;
    flex-shrink: 0;
    max-width: 100%;
    margin: 0 auto;
    text-align: center; }
    .banner-wrapper > * img {
      max-width: 100%;
      height: auto; }
  .banner-wrapper [id^='eplDivOver300x600'],
  .banner-wrapper [style*='absolute'] {
    z-index: 9999;
    right: 0 !important;
    left: auto !important; }

/* purgecss end ignore */
.banner-side-left {
  right: 100%;
  text-align: right; }
  .banner-side-left > * {
    text-align: right;
    margin: 0 0 0 auto; }

.banner-left-fixed {
  left: 50%; }
  @media (min-width: 576px) {
    .banner-left-fixed {
      margin-left: -390px; } }
  @media (min-width: 768px) {
    .banner-left-fixed {
      margin-left: -480px; } }
  @media (min-width: 992px) {
    .banner-left-fixed {
      margin-left: -600px; } }
  @media (min-width: 1200px) {
    .banner-left-fixed {
      margin-left: -690px; } }
  @media (min-width: 1200px) and (max-width: 1440px) {
    .banner-left-fixed {
      margin-left: -635px; } }

body.fixed-header .banner-side-left {
  right: 50%; }
  @media (min-width: 576px) {
    body.fixed-header .banner-side-left {
      margin-right: 270px; } }
  @media (min-width: 768px) {
    body.fixed-header .banner-side-left {
      margin-right: 360px; } }
  @media (min-width: 992px) {
    body.fixed-header .banner-side-left {
      margin-right: 480px; } }
  @media (min-width: 1200px) {
    body.fixed-header .banner-side-left {
      margin-right: 570px; } }
  @media (min-width: 1200px) and (max-width: 1440px) {
    body.fixed-header .banner-side-left {
      margin-right: 515px; } }

[class*="banner-side"] {
  position: absolute;
  top: 0;
  z-index: 2;
  -webkit-transition: top 400ms ease-out;
  -moz-transition: top 400ms ease-out;
  -ms-transition: top 400ms ease-out;
  -o-transition: top 400ms ease-out;
  transition: top 400ms ease-out;
  min-width: 50vw; }

[class*="banner"][class*="fixed"] {
  position: fixed !important;
  top: 0 !important;
  z-index: 2;
  min-width: 0;
  margin-top: 0 !important;
  z-index: 12 !important; }

.banner-right-fixed {
  right: 50%; }
  @media (min-width: 576px) {
    .banner-right-fixed {
      margin-right: -390px; } }
  @media (min-width: 768px) {
    .banner-right-fixed {
      margin-right: -480px; } }
  @media (min-width: 992px) {
    .banner-right-fixed {
      margin-right: -600px; } }
  @media (min-width: 1200px) {
    .banner-right-fixed {
      margin-right: -690px; } }
  @media (min-width: 1200px) and (max-width: 1440px) {
    .banner-right-fixed {
      margin-right: -635px; } }

.banner-side-right {
  left: 100%;
  text-align: left; }
  .banner-side-right > * {
    text-align: left;
    margin: 0 auto 0 0; }

body.fixed-header [class*="banner-side"] {
  top: 65px;
  position: fixed;
  min-width: 0; }

body.fixed-header .banner-side-right {
  left: 50%; }
  @media (min-width: 576px) {
    body.fixed-header .banner-side-right {
      margin-left: 270px; } }
  @media (min-width: 768px) {
    body.fixed-header .banner-side-right {
      margin-left: 360px; } }
  @media (min-width: 992px) {
    body.fixed-header .banner-side-right {
      margin-left: 480px; } }
  @media (min-width: 1200px) {
    body.fixed-header .banner-side-right {
      margin-left: 570px; } }
  @media (min-width: 1200px) and (max-width: 1440px) {
    body.fixed-header .banner-side-right {
      margin-left: 515px; } }

.banner-special {
  position: absolute;
  top: 0;
  z-index: 2;
  -webkit-transition: top 100ms ease-out;
  -moz-transition: top 100ms ease-out;
  -ms-transition: top 100ms ease-out;
  -o-transition: top 100ms ease-out;
  transition: top 100ms ease-out;
  right: 50%;
  text-align: left; }
  @media (min-width: 576px) {
    .banner-special {
      margin-right: -570px; } }
  @media (min-width: 768px) {
    .banner-special {
      margin-right: -660px; } }
  @media (min-width: 992px) {
    .banner-special {
      margin-right: -780px; } }
  @media (min-width: 1200px) {
    .banner-special {
      margin-right: -870px; } }
  @media (min-width: 1200px) and (max-width: 1440px) {
    .banner-special {
      margin-right: -815px; } }
  .banner-special > * {
    text-align: left;
    margin: 0 auto 0 0; }
  .banner-special .banner-wrapper {
    display: inline-block; }
  @media (max-width: 1359px) {
    .banner-special {
      display: none !important; } }
  .banner-special [id^="eplDivOver300x600"],
  .banner-special [style*="absolute"] {
    left: auto !important;
    right: 0 !important;
    z-index: 9999; }

body.fixed-header .banner-special:not(.no-sticky) {
  top: 65px;
  position: fixed;
  margin-top: 25px; }
  @media screen and (min-width: 1920px) {
    body.fixed-header .banner-special:not(.no-sticky) {
      margin-right: -720px; } }
  @media screen and (min-width: 1360px) and (max-width: 1919px) {
    body.fixed-header .banner-special:not(.no-sticky) {
      margin-right: -665px; } }
  @media screen and (min-width: 1360px) and (max-width: 1560px) {
    body.fixed-header .banner-special:not(.no-sticky) {
      margin-right: -680px; } }
  @media screen and (min-width: 1360px) and (max-width: 1510px) {
    body.fixed-header .banner-special:not(.no-sticky) {
      margin-right: -700px; } }
  @media screen and (min-width: 1360px) and (max-width: 1510px) {
    body.fixed-header .banner-special:not(.no-sticky) {
      margin-right: -720px; } }
  @media screen and (min-width: 1360px) and (max-width: 1480px) {
    body.fixed-header .banner-special:not(.no-sticky) {
      margin-right: -735px; } }
  @media screen and (min-width: 1360px) and (max-width: 1440px) {
    body.fixed-header .banner-special:not(.no-sticky) {
      margin-right: -625px; } }
  @media screen and (min-width: 1360px) and (max-width: 1439px) {
    body.fixed-header .banner-special:not(.no-sticky) {
      margin-right: -665px; } }
  @media screen and (min-width: 1600px) and (max-width: 1919px) {
    body.fixed-header .banner-special:not(.no-sticky) {
      margin-right: -720px; } }
  @media screen and (min-width: 1024px) and (max-width: 1359px) {
    body.fixed-header .banner-special:not(.no-sticky) {
      margin-right: auto; } }

main.container > .row:first-of-type > [class^="col"]:first-child {
  z-index: 8; }

main.container.note > .row > .col-12.col-md-12.col-lg-8 {
  z-index: 9 !important; }

/* purgecss start ignore */
body.edicionimpresa main.container.note > .row > .col-12.col-md-12.col-lg-8 {
  z-index: 0 !important; }

/* purgecss end ignore */
.zocalo {
  position: fixed;
  bottom: 0;
  z-index: 4;
  margin-bottom: 0; }

.banner-sticky {
  position: absolute;
  top: 0;
  z-index: 2;
  right: 50%;
  text-align: center;
  max-width: 300px;
  -webkit-transform: translateZ(2);
  -moz-transform: translateZ(2);
  -ms-transform: translateZ(2);
  -o-transform: translateZ(2);
  transform: translateZ(2);
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  transform-style: preserve-3d;
  will-change: position(absolute, fixed), top; }
  @media (min-width: 576px) {
    .banner-sticky {
      margin-right: -570px; } }
  @media (min-width: 768px) {
    .banner-sticky {
      margin-right: -660px; } }
  @media (min-width: 992px) {
    .banner-sticky {
      margin-right: -780px; } }
  @media (min-width: 1200px) {
    .banner-sticky {
      margin-right: -870px; } }
  @media (min-width: 1200px) and (max-width: 1440px) {
    .banner-sticky {
      margin-right: -815px; } }
  .banner-sticky > * {
    text-align: left;
    margin: 0 auto 0 0; }
  .banner-sticky .banner-wrapper {
    display: inline-block; }
  @media (max-width: 1359px) {
    .banner-sticky {
      display: none !important; } }
  .banner-sticky [id^="eplDivOver300x600"],
  .banner-sticky [style*="absolute"] {
    left: auto !important;
    right: 0 !important;
    z-index: 9999; }
  .banner-sticky.wait-here {
    position: absolute;
    z-index: 2;
    -webkit-transition: top 100ms ease-out;
    -moz-transition: top 100ms ease-out;
    -ms-transition: top 100ms ease-out;
    -o-transition: top 100ms ease-out;
    transition: top 100ms ease-out;
    right: 50%;
    text-align: center;
    max-width: 300px; }

body[class*='fixed-header'] .banner-sticky.is-affixed:not(.wait-here) {
  position: fixed !important;
  top: 68px !important; }
  @media screen and (min-width: 1920px) {
    body[class*='fixed-header'] .banner-sticky.is-affixed:not(.wait-here) {
      margin-right: -720px; } }
  @media screen and (min-width: 1360px) and (max-width: 1919px) {
    body[class*='fixed-header'] .banner-sticky.is-affixed:not(.wait-here) {
      margin-right: -665px; } }
  @media screen and (min-width: 1360px) and (max-width: 1560px) {
    body[class*='fixed-header'] .banner-sticky.is-affixed:not(.wait-here) {
      margin-right: -680px; } }
  @media screen and (min-width: 1360px) and (max-width: 1510px) {
    body[class*='fixed-header'] .banner-sticky.is-affixed:not(.wait-here) {
      margin-right: -700px; } }
  @media screen and (min-width: 1360px) and (max-width: 1510px) {
    body[class*='fixed-header'] .banner-sticky.is-affixed:not(.wait-here) {
      margin-right: -720px; } }
  @media screen and (min-width: 1360px) and (max-width: 1480px) {
    body[class*='fixed-header'] .banner-sticky.is-affixed:not(.wait-here) {
      margin-right: -735px; } }
  @media screen and (min-width: 1360px) and (max-width: 1440px) {
    body[class*='fixed-header'] .banner-sticky.is-affixed:not(.wait-here) {
      margin-right: -625px; } }
  @media screen and (min-width: 1360px) and (max-width: 1439px) {
    body[class*='fixed-header'] .banner-sticky.is-affixed:not(.wait-here) {
      margin-right: -665px; } }
  @media screen and (min-width: 1600px) and (max-width: 1919px) {
    body[class*='fixed-header'] .banner-sticky.is-affixed:not(.wait-here) {
      margin-right: -618px; } }
  @media screen and (min-width: 1024px) and (max-width: 1359px) {
    body[class*='fixed-header'] .banner-sticky.is-affixed:not(.wait-here) {
      margin-right: auto; } }

/* LISTADOS DE NOTAS */
.highlighted-note {
  background-color: #FFFFFF;
  margin-bottom: 25px; }
  .highlighted-note .article-theme {
    position: absolute;
    top: auto;
    right: auto;
    bottom: 0;
    left: -5px;
    white-space: nowrap;
    background-color: rgba(200, 40, 40, 0.8);
    padding: 8px 10px;
    font-family: "IBM Plex Sans Condensed", "Helvetica Neue", Arial, sans-serif;
    font-weight: 500;
    color: #FFFFFF;
    line-height: 1;
    font-size: 0.875em;
    z-index: 1; }
    .highlighted-note .article-theme:hover {
      left: 0; }
  .highlighted-note .figure {
    position: relative;
    display: block;
    width: 100%;
    height: 0;
    padding-bottom: 56.28571%; }
    .highlighted-note .figure > a:first-of-type {
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      overflow: hidden; }
      .highlighted-note .figure > a:first-of-type img {
        position: absolute;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        transform: translateY(-50%);
        -webkit-backface-visibility: hidden;
        -moz-backface-visibility: hidden;
        backface-visibility: hidden;
        -webkit-transform-style: preserve-3d;
        -moz-transform-style: preserve-3d;
        -ms-transform-style: preserve-3d;
        transform-style: preserve-3d; }
    .highlighted-note .figure img {
      width: 100%; }
  .highlighted-note .info-wrapper {
    padding: 20px 20px 25px;
    background-color: #FFFFFF; }
    .highlighted-note .info-wrapper .title {
      font-family: inherit;
      color: #353535;
      font-size: 1.4375em;
      font-weight: 500;
      line-height: 1.1em; }
    .highlighted-note .info-wrapper .preview {
      font-family: "Roboto", "Helvetica Neue", Arial, sans-serif;
      color: #474747;
      font-size: 1em;
      font-weight: 300;
      line-height: 1.2em; }
      .highlighted-note .info-wrapper .preview p {
        font-family: "Roboto", "Helvetica Neue", Arial, sans-serif;
        color: #474747;
        font-size: 1em;
        font-weight: 300;
        line-height: 1.2em; }
  .highlighted-note.no-media .info-wrapper .article-theme,
  .highlighted-note.no-media .info-wrapper .title {
    margin-bottom: 20px; }
  .highlighted-note.no-media .info-wrapper .article-theme {
    display: inline-block;
    position: static; }
  @media only screen and (max-width: 991px) and (min-width: 768px) {
    .highlighted-note {
      margin-bottom: 17px; } }

.highlighted-notes-list.three-column .highlighted-note, .highlighted-notes-list.two-column .highlighted-note {
  height: calc(100% - 25px); }

.highlighted-notes-list.three-column .highlighted-note .info-wrapper .title {
  font-size: 1.4375em;
  font-weight: 500;
  line-height: 1.1em; }

.highlighted-notes-list.three-column .highlighted-note .info-wrapper .preview {
  line-height: 1.2em; }

.highlighted-notes-list.two-column .highlighted-note .info-wrapper .title {
  line-height: 1.1em; }

.highlighted-notes-list.two-column .highlighted-note .info-wrapper .preview {
  line-height: 1.2em; }

.note .highlighted-note {
  min-height: 322.53px;
  background: #fff; }

.simple-list-square-image {
  /* Cuatro Columnas */
  /* Tres Columnas */
  /* Dos Columnas */
  /* Una Columnas */
  /* Default Styles */ }
  .simple-list-square-image.four-column {
    text-align: left; }
    .simple-list-square-image.four-column .title {
      font-size: 1.25em;
      font-weight: 500;
      line-height: 1.2em;
      line-height: 1.2em; }
    .simple-list-square-image.four-column .preview {
      font-size: 1em;
      font-weight: 300;
      line-height: 1.2em;
      line-height: 1.2em; }
      .simple-list-square-image.four-column .preview p {
        font-size: 1em;
        font-weight: 300;
        line-height: 1.2em; }
    @media only screen and (max-width: 991px) and (min-width: 768px) {
      .simple-list-square-image.four-column .article-theme {
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        max-width: 100%; } }
  .simple-list-square-image.three-column .title {
    font-size: 1.125em;
    font-weight: 500;
    line-height: 1.2em;
    line-height: 1.2em; }
  .simple-list-square-image.three-column .preview {
    font-size: 1em;
    font-weight: 300;
    line-height: 1.2em;
    line-height: 1.2em; }
    .simple-list-square-image.three-column .preview p {
      font-size: 1em;
      font-weight: 300;
      line-height: 1.2em; }
  .simple-list-square-image.two-column .title {
    font-size: 1.125em;
    font-weight: 500;
    line-height: 1.2em;
    line-height: 1.2em; }
  .simple-list-square-image.two-column .preview {
    font-size: 1em;
    font-weight: 300;
    line-height: 1.2em;
    line-height: 1.2em; }
    .simple-list-square-image.two-column .preview p {
      font-size: 1em;
      font-weight: 300;
      line-height: 1.2em; }
  .simple-list-square-image.one-column .preview,
  .simple-list-square-image.one-column .title {
    min-height: 0;
    max-height: none; }
  .simple-list-square-image.one-column .title {
    font-size: 1.875em; }
  .simple-list-square-image .simple-note-square-image {
    margin-bottom: 25px; }
    .simple-list-square-image .simple-note-square-image.no-media .article-theme {
      display: inline-block;
      position: static;
      margin-bottom: 20px; }
    .simple-list-square-image .simple-note-square-image.no-media .title {
      margin-bottom: 20px;
      min-height: 0; }
  .simple-list-square-image .figure {
    position: relative;
    display: block;
    width: 100%;
    height: 0;
    padding-bottom: 74.43946%;
    margin-bottom: 15px; }
    .simple-list-square-image .figure > a:first-of-type {
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      overflow: hidden; }
      .simple-list-square-image .figure > a:first-of-type img {
        position: absolute;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        transform: translateY(-50%);
        -webkit-backface-visibility: hidden;
        -moz-backface-visibility: hidden;
        backface-visibility: hidden;
        -webkit-transform-style: preserve-3d;
        -moz-transform-style: preserve-3d;
        -ms-transform-style: preserve-3d;
        transform-style: preserve-3d; }
    .simple-list-square-image .figure img {
      width: 100%; }
  .simple-list-square-image .title {
    font-family: inherit;
    font-size: 1.125em;
    font-weight: 500;
    color: #353535;
    line-height: 1.2em;
    line-height: 1.2em; }
  .simple-list-square-image .preview {
    font-family: "IBM Plex Sans Condensed", "Helvetica Neue", Arial, sans-serif;
    font-size: 1em;
    font-weight: 300;
    color: #666666;
    line-height: 1.2em;
    line-height: 1.2em; }
    .simple-list-square-image .preview p {
      font-family: "IBM Plex Sans Condensed", "Helvetica Neue", Arial, sans-serif;
      font-size: 1em;
      font-weight: 300;
      color: #666666;
      line-height: 1.2em; }
  .simple-list-square-image .article-theme {
    background-color: rgba(200, 40, 40, 0.8);
    font-family: "IBM Plex Sans Condensed", "Helvetica Neue", Arial, sans-serif;
    font-size: 0.875em;
    color: #FFFFFF;
    font-weight: 500;
    padding: 8px 10px;
    position: absolute;
    top: auto;
    right: auto;
    bottom: 0;
    left: -5px;
    white-space: nowrap; }
    .simple-list-square-image .article-theme:hover {
      left: 0; }
  .simple-list-square-image .article-kicker {
    font-size: 0.875em; }
  .simple-list-square-image i[class*="play"] {
    font-size: 1.75em;
    top: 10px;
    right: 10px;
    bottom: auto;
    left: auto; }

.simple-list, .section-aside-single-article {
  /* Tres Columnas */
  /* Dos Columnas */
  /* Una Columna */
  /* Default Styles */ }
  .simple-list.three-column .title, .three-column.section-aside-single-article .title {
    font-size: 1.4375em;
    font-weight: 500;
    line-height: 1.2em;
    line-height: 1.2em; }
  .simple-list.three-column .preview, .three-column.section-aside-single-article .preview {
    font-size: 1.125em;
    font-weight: 300;
    line-height: 1.3em;
    line-height: 1.3em; }
    .simple-list.three-column .preview p, .three-column.section-aside-single-article .preview p {
      font-size: 1.125em;
      font-weight: 300;
      line-height: 1.3em; }
  .simple-list.two-column .title, .two-column.section-aside-single-article .title {
    font-size: 1.4375em;
    font-weight: 500;
    line-height: 1.2em;
    line-height: 1.2em; }
  .simple-list.two-column .preview, .two-column.section-aside-single-article .preview {
    font-size: 1.125em;
    font-weight: 300;
    line-height: 1.3em;
    line-height: 1.3em; }
    .simple-list.two-column .preview p, .two-column.section-aside-single-article .preview p {
      font-size: 1.125em;
      font-weight: 300;
      line-height: 1.3em; }
  .simple-list.one-column .title, .one-column.section-aside-single-article .title {
    font-size: 1.4375em;
    font-weight: 500;
    line-height: 1.2em; }
  .simple-list.one-column .preview, .one-column.section-aside-single-article .preview {
    font-size: 1.125em;
    font-weight: 300;
    line-height: 1.3em; }
    .simple-list.one-column .preview p, .one-column.section-aside-single-article .preview p {
      font-size: 1.125em;
      font-weight: 300;
      line-height: 1.3em; }
  .simple-list .simple-note, .section-aside-single-article .simple-note {
    margin-bottom: 25px; }
    .simple-list .simple-note.no-media .article-theme, .section-aside-single-article .simple-note.no-media .article-theme {
      display: inline-block;
      position: static;
      margin-bottom: 20px; }
    .simple-list .simple-note.no-media .title, .section-aside-single-article .simple-note.no-media .title {
      margin-bottom: 20px;
      min-height: 0; }
  .simple-list .figure, .section-aside-single-article .figure {
    position: relative;
    display: block;
    width: 100%;
    height: 0;
    padding-bottom: 56.28571%;
    margin-bottom: 15px; }
    .simple-list .figure > a:first-of-type, .section-aside-single-article .figure > a:first-of-type {
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      overflow: hidden; }
      .simple-list .figure > a:first-of-type img, .section-aside-single-article .figure > a:first-of-type img {
        position: absolute;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        transform: translateY(-50%);
        -webkit-backface-visibility: hidden;
        -moz-backface-visibility: hidden;
        backface-visibility: hidden;
        -webkit-transform-style: preserve-3d;
        -moz-transform-style: preserve-3d;
        -ms-transform-style: preserve-3d;
        transform-style: preserve-3d; }
    .simple-list .figure img, .section-aside-single-article .figure img {
      width: 100%; }
  .simple-list .title, .section-aside-single-article .title {
    font-family: inherit;
    font-size: 1.4375em;
    font-weight: 500;
    color: #353535;
    line-height: 1.2em;
    line-height: 1.2em; }
  .simple-list .preview, .section-aside-single-article .preview {
    font-family: "IBM Plex Sans Condensed", "Helvetica Neue", Arial, sans-serif;
    font-size: 1.125em;
    font-weight: 300;
    color: #666666;
    line-height: 1.3em;
    line-height: 1.3em; }
    .simple-list .preview p, .section-aside-single-article .preview p {
      font-family: "IBM Plex Sans Condensed", "Helvetica Neue", Arial, sans-serif;
      font-size: 1.125em;
      font-weight: 300;
      color: #666666;
      line-height: 1.3em; }
  .simple-list .article-theme, .section-aside-single-article .article-theme {
    background-color: rgba(200, 40, 40, 0.8);
    font-family: "IBM Plex Sans Condensed", "Helvetica Neue", Arial, sans-serif;
    font-size: 0.875em;
    color: #FFFFFF;
    font-weight: 500;
    padding: 8px 10px;
    position: absolute;
    top: auto;
    right: auto;
    bottom: 0;
    left: -5px;
    white-space: nowrap; }
    .simple-list .article-theme:hover, .section-aside-single-article .article-theme:hover {
      left: 0; }
  .simple-list i[class*="play"], .section-aside-single-article i[class*="play"] {
    font-size: 1.75em;
    top: 10px;
    right: 10px;
    bottom: auto;
    left: auto; }

/* ALERTA */
.article-alert {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 25px;
  background: #D32F2F; }
  .article-alert .obj-title {
    background: #000000;
    position: relative;
    color: #FFFFFF;
    font-family: "IBM Plex Sans", "Helvetica Neue", Arial, sans-serif;
    font-size: 1.625em;
    font-weight: 500;
    padding: 26px 20px 26px 25px;
    text-transform: uppercase; }
    .article-alert .obj-title:after {
      content: '';
      display: block;
      position: absolute;
      top: 0;
      bottom: 0;
      left: 100%;
      width: 0;
      height: 0;
      border-style: solid;
      border-width: 76.59px 16px 0 0;
      border-color: #000000 transparent transparent transparent; }
  .article-alert .title {
    background: #D32F2F;
    color: #FFFFFF;
    font-family: "IBM Plex Sans", "Helvetica Neue", Arial, sans-serif;
    font-size: 1.625em;
    font-weight: 500;
    padding: 0 25px;
    width: 100%; }
  @media only screen and (max-width: 991px) and (min-width: 768px) {
    .article-alert {
      background: #D32F2F; }
      .article-alert .title {
        padding: 4px 25px; } }

/* MAS LEIDAS */
.most-read {
  padding-top: 0;
  margin-bottom: 25px;
  background: transparent;
  /*&:after,
    &:before {
        content: "";
        background: $most-read-note-background;
        top: 0;
        bottom: 0;
        position: absolute;
        width: 50vw;
        @media only screen and (max-width: $screen-md-max) and (min-width: $screen-md-min) {
            width: calc((100vw - 700px) / 2);
        }
    }

    &:before {
        right: 100%;
    }

    &:after {
        left: 100%;
    } */
  margin-top: 0;
  counter-reset: note; }
  .most-read .obj-title {
    color: #C82828;
    margin-top: 10px;
    margin-bottom: 25px; }
    .most-read .obj-title::first-letter {
      color: #FFFFFF;
      background: #C82828; }
  .most-read .note {
    counter-increment: note; }
    .most-read .note .figure {
      position: relative;
      display: block;
      width: 100%;
      height: 0;
      padding-bottom: 75.68627%;
      position: relative;
      margin-bottom: 15px; }
      .most-read .note .figure:after {
        content: counter(note);
        color: #FFFFFF;
        background-color: transparent;
        padding: 8px;
        font-family: "IBM Plex Sans Condensed", "Helvetica Neue", Arial, sans-serif;
        font-size: 1.875em;
        font-weight: 700;
        top: 0;
        left: 0;
        position: absolute;
        text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.5); }
      .most-read .note .figure > a:first-of-type {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        overflow: hidden; }
        .most-read .note .figure > a:first-of-type img {
          position: absolute;
          top: 50%;
          -webkit-transform: translateY(-50%);
          -moz-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
          -o-transform: translateY(-50%);
          transform: translateY(-50%);
          -webkit-backface-visibility: hidden;
          -moz-backface-visibility: hidden;
          backface-visibility: hidden;
          -webkit-transform-style: preserve-3d;
          -moz-transform-style: preserve-3d;
          -ms-transform-style: preserve-3d;
          transform-style: preserve-3d; }
      .most-read .note .figure i[class*="play"] {
        font-size: 1.75em;
        top: 10px;
        right: 10px; }
      .most-read .note .figure .article-theme {
        position: absolute;
        bottom: 0;
        left: -5px;
        background: rgba(200, 40, 40, 0.8);
        padding: 8px 10px;
        font-family: "IBM Plex Sans Condensed", "Helvetica Neue", Arial, sans-serif;
        font-size: 0.875em;
        font-weight: 500;
        color: #FFFFFF; }
    .most-read .note .title {
      font-family: "IBM Plex Sans", "Helvetica Neue", Arial, sans-serif;
      font-size: 1.25em;
      font-weight: 500;
      color: #353535;
      line-height: 1.2em;
      max-height: 4.8em;
      overflow: hidden; }
      .most-read .note .title:hover {
        color: #C82828; }
    .most-read .note .author {
      margin-top: 0;
      color: #666666;
      margin-bottom: 0; }
    .most-read .note.no-media .article-theme {
      background: rgba(200, 40, 40, 0.8);
      padding: 0 0 15px 0;
      display: inline-block;
      font-family: "IBM Plex Sans Condensed", "Helvetica Neue", Arial, sans-serif;
      font-size: 0.875em;
      font-weight: 500;
      color: #FFFFFF; }
    .most-read .note.no-media .title {
      margin-bottom: 15px; }
    .most-read .note.no-media .preview {
      color: #FFFFFF;
      line-height: 1.2em;
      max-height: 9.6em;
      font-weight: 100;
      overflow: hidden; }
      .most-read .note.no-media .preview p {
        color: #FFFFFF;
        line-height: 1.2em;
        max-height: 9.6em;
        font-weight: 100; }

.object-subscribe-newsletter {
  margin-bottom: 25px; }
  .object-subscribe-newsletter .newsletter-title-obj {
    font-family: "IBM Plex Sans", "Helvetica Neue", Arial, sans-serif;
    color: #C82828;
    font-size: 2.5em;
    margin: 0 0 40px;
    text-transform: capitalize;
    font-weight: 400; }
  .object-subscribe-newsletter .form-newsletter {
    border: 1px solid #ebe6e6;
    background-color: #FFFFFF;
    padding: 40px 25px 30px;
    position: relative;
    z-index: 1; }
    .object-subscribe-newsletter .form-newsletter input.form-style {
      font-family: "IBM Plex Sans", "Helvetica Neue", Arial, sans-serif;
      color: #353535;
      border: 1px solid #CCCCCC;
      border-radius: 5px;
      -webkit-border-radius: 5px;
      -moz-border-radius: 5px;
      padding: 0 15px;
      font-size: 1.125em;
      line-height: 2.55556em;
      margin-bottom: 25px; }
      .object-subscribe-newsletter .form-newsletter input.form-style::-webkit-input-placeholder {
        color: #9D9D9D; }
      .object-subscribe-newsletter .form-newsletter input.form-style::-moz-placeholder {
        color: #9D9D9D; }
      .object-subscribe-newsletter .form-newsletter input.form-style:-ms-input-placeholder {
        color: #9D9D9D; }
      .object-subscribe-newsletter .form-newsletter input.form-style::placeholder {
        color: #9D9D9D; }
    .object-subscribe-newsletter .form-newsletter input.suscribe,
    .object-subscribe-newsletter .form-newsletter .btn-aceptar {
      background-color: #C82828;
      text-align: center;
      color: #FFFFFF;
      font-weight: 700;
      padding: 0 40px;
      font-size: 1.0625em;
      line-height: 2.70588em;
      text-transform: uppercase;
      border-radius: 5px;
      -webkit-border-radius: 5px;
      -moz-border-radius: 5px;
      -webkit-transition: background 0.2s ease-in-out;
      -moz-transition: background 0.2s ease-in-out;
      -ms-transition: background 0.2s ease-in-out;
      -o-transition: background 0.2s ease-in-out;
      transition: background 0.2s ease-in-out; }
      .object-subscribe-newsletter .form-newsletter input.suscribe:hover,
      .object-subscribe-newsletter .form-newsletter .btn-aceptar:hover {
        background-color: #d63333; }
    .object-subscribe-newsletter .form-newsletter .modal-fr {
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      background-color: rgba(0, 0, 0, 0.25);
      z-index: 2;
      display: none; }
      .object-subscribe-newsletter .form-newsletter .modal-fr[style*="block"] {
        display: -ms-flexbox !important;
        display: flex !important;
        -ms-flex-pack: center !important;
        justify-content: center !important;
        -ms-flex-align: center !important;
        align-items: center !important; }
      .object-subscribe-newsletter .form-newsletter .modal-fr .modal-mensaje-cont {
        border: 1px solid #ebe6e6;
        background-color: #FFFFFF;
        padding: 25px;
        box-shadow: 0 6px 12px rgba(0, 0, 0, 0.23), 0 10px 40px rgba(0, 0, 0, 0.19); }
        .object-subscribe-newsletter .form-newsletter .modal-fr .modal-mensaje-cont .modal-mensaje {
          font-family: "IBM Plex Sans", "Helvetica Neue", Arial, sans-serif;
          color: #353535;
          font-size: 1.125em;
          margin-bottom: 25px; }

.object-subscribe-newsletter-v2 {
  margin-bottom: 25px; }
  .object-subscribe-newsletter-v2 .form-newsletter {
    position: relative;
    z-index: 1;
    border: 1px solid #000000;
    padding: 60px 80px 50px; }
    .object-subscribe-newsletter-v2 .form-newsletter .newsletter-title-obj {
      font-size: 1.75em;
      color: #000000;
      font-weight: 700;
      padding-bottom: 30px;
      position: relative;
      margin-bottom: 45px; }
      .object-subscribe-newsletter-v2 .form-newsletter .newsletter-title-obj::after {
        content: '';
        position: absolute;
        bottom: 0;
        left: 0;
        display: block;
        background-color: #000000;
        width: 60px;
        height: 5px; }
    .object-subscribe-newsletter-v2 .form-newsletter .disclaimer {
      display: block;
      font-size: 0.875em;
      color: #000000;
      font-weight: 300;
      -webkit-transform: translateY(-35px);
      -moz-transform: translateY(-35px);
      -ms-transform: translateY(-35px);
      -o-transform: translateY(-35px);
      transform: translateY(-35px);
      -webkit-backface-visibility: hidden;
      -moz-backface-visibility: hidden;
      backface-visibility: hidden;
      -webkit-transform-style: preserve-3d;
      -moz-transform-style: preserve-3d;
      -ms-transform-style: preserve-3d;
      transform-style: preserve-3d; }
    .object-subscribe-newsletter-v2 .form-newsletter .form-group {
      margin-bottom: 40px; }
    .object-subscribe-newsletter-v2 .form-newsletter input.form-style {
      -webkit-appearance: none;
      -moz-appearance: none;
      appearance: none;
      color: #353535;
      border: 0;
      border-bottom: 1px solid #C82828;
      border-radius: 0;
      -webkit-border-radius: 0;
      -moz-border-radius: 0;
      padding: 0 0;
      font-size: 1em;
      line-height: 3em;
      margin-bottom: 25px; }
      .object-subscribe-newsletter-v2 .form-newsletter input.form-style::-webkit-input-placeholder {
        color: #C82828; }
      .object-subscribe-newsletter-v2 .form-newsletter input.form-style::-moz-placeholder {
        color: #C82828; }
      .object-subscribe-newsletter-v2 .form-newsletter input.form-style:-ms-input-placeholder {
        color: #C82828; }
      .object-subscribe-newsletter-v2 .form-newsletter input.form-style::placeholder {
        color: #C82828; }
    .object-subscribe-newsletter-v2 .form-newsletter .form-check {
      margin-bottom: 30px;
      padding-left: 0; }
    .object-subscribe-newsletter-v2 .form-newsletter .form-check-input[type="checkbox"] {
      position: absolute;
      left: -9999px; }
      .object-subscribe-newsletter-v2 .form-newsletter .form-check-input[type="checkbox"] + .form-check-label {
        position: relative;
        padding-left: 24px;
        cursor: pointer;
        line-height: 1.2em;
        display: inline-block;
        color: #6E6E6E;
        font-weight: 300;
        font-size: 1em;
        -webkit-transition: color 200ms ease-in;
        -moz-transition: color 200ms ease-in;
        -ms-transition: color 200ms ease-in;
        -o-transition: color 200ms ease-in;
        transition: color 200ms ease-in; }
        .object-subscribe-newsletter-v2 .form-newsletter .form-check-input[type="checkbox"] + .form-check-label:hover {
          color: #C82828; }
        .object-subscribe-newsletter-v2 .form-newsletter .form-check-input[type="checkbox"] + .form-check-label::before, .object-subscribe-newsletter-v2 .form-newsletter .form-check-input[type="checkbox"] + .form-check-label::after {
          content: '';
          position: absolute;
          left: 0;
          top: 50%;
          -webkit-transform: translateY(-50%);
          -moz-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
          -o-transform: translateY(-50%);
          transform: translateY(-50%);
          -webkit-backface-visibility: hidden;
          -moz-backface-visibility: hidden;
          backface-visibility: hidden;
          -webkit-transform-style: preserve-3d;
          -moz-transform-style: preserve-3d;
          -ms-transform-style: preserve-3d;
          transform-style: preserve-3d;
          width: 14px;
          height: 14px; }
        .object-subscribe-newsletter-v2 .form-newsletter .form-check-input[type="checkbox"] + .form-check-label::before {
          border: 2px solid #b6b6b6;
          background: transparent;
          -webkit-transition: border 0.2s ease-out;
          -moz-transition: border 0.2s ease-out;
          -ms-transition: border 0.2s ease-out;
          -o-transition: border 0.2s ease-out;
          transition: border 0.2s ease-out; }
        .object-subscribe-newsletter-v2 .form-newsletter .form-check-input[type="checkbox"] + .form-check-label::after {
          content: "\f14a";
          color: #C82828;
          -webkit-transition: all 0.2s ease-out;
          -moz-transition: all 0.2s ease-out;
          -ms-transition: all 0.2s ease-out;
          -o-transition: all 0.2s ease-out;
          transition: all 0.2s ease-out;
          font-family: 'Font Awesome 5 Free';
          font-weight: 900;
          -moz-osx-font-smoothing: grayscale;
          -webkit-font-smoothing: antialiased;
          display: inline-block;
          font-style: normal;
          font-variant: normal;
          text-rendering: auto;
          line-height: 1; }
      .object-subscribe-newsletter-v2 .form-newsletter .form-check-input[type="checkbox"]:not(:checked) + label:after {
        opacity: 0;
        -webkit-transform: translateY(-50%) scale(0);
        -moz-transform: translateY(-50%) scale(0);
        -ms-transform: translateY(-50%) scale(0);
        -o-transform: translateY(-50%) scale(0);
        transform: translateY(-50%) scale(0);
        -webkit-backface-visibility: hidden;
        -moz-backface-visibility: hidden;
        backface-visibility: hidden;
        -webkit-transform-style: preserve-3d;
        -moz-transform-style: preserve-3d;
        -ms-transform-style: preserve-3d;
        transform-style: preserve-3d; }
      .object-subscribe-newsletter-v2 .form-newsletter .form-check-input[type="checkbox"]:checked + .form-check-label {
        color: #C82828; }
      .object-subscribe-newsletter-v2 .form-newsletter .form-check-input[type="checkbox"]:checked + label:after {
        opacity: 1;
        -webkit-transform: translateY(-50%) scale(1);
        -moz-transform: translateY(-50%) scale(1);
        -ms-transform: translateY(-50%) scale(1);
        -o-transform: translateY(-50%) scale(1);
        transform: translateY(-50%) scale(1);
        -webkit-backface-visibility: hidden;
        -moz-backface-visibility: hidden;
        backface-visibility: hidden;
        -webkit-transform-style: preserve-3d;
        -moz-transform-style: preserve-3d;
        -ms-transform-style: preserve-3d;
        transform-style: preserve-3d; }
      .object-subscribe-newsletter-v2 .form-newsletter .form-check-input[type="checkbox"]:checked + label:before {
        border-color: #C82828; }
    .object-subscribe-newsletter-v2 .form-newsletter .btn[type="submit"] {
      margin-top: 20px;
      border-color: #C82828;
      text-transform: uppercase;
      color: #C82828;
      font-weight: 600;
      font-size: 1.125em;
      line-height: 1em;
      padding: 15px 20px;
      border: 1px solid #C82828;
      border-radius: 5px;
      -webkit-border-radius: 5px;
      -moz-border-radius: 5px; }
      @media screen and (max-width: 767px) {
        .object-subscribe-newsletter-v2 .form-newsletter .btn[type="submit"] {
          font-size: 1em;
          padding: 15px 25px; } }
      .object-subscribe-newsletter-v2 .form-newsletter .btn[type="submit"]:hover {
        color: #FFFFFF;
        background-color: #C82828; }
    .object-subscribe-newsletter-v2 .form-newsletter .modal-fr {
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      background-color: rgba(0, 0, 0, 0.25);
      z-index: 2;
      display: none; }
      .object-subscribe-newsletter-v2 .form-newsletter .modal-fr[style*="block"] {
        display: -ms-flexbox !important;
        display: flex !important;
        -ms-flex-pack: center !important;
        justify-content: center !important;
        -ms-flex-align: center !important;
        align-items: center !important; }
      .object-subscribe-newsletter-v2 .form-newsletter .modal-fr .modal-mensaje-cont {
        border: 1px solid #ebe6e6;
        background-color: #FFFFFF;
        padding: 25px;
        box-shadow: 0 6px 12px rgba(0, 0, 0, 0.23), 0 10px 40px rgba(0, 0, 0, 0.19); }
        .object-subscribe-newsletter-v2 .form-newsletter .modal-fr .modal-mensaje-cont .modal-mensaje {
          font-family: "IBM Plex Sans", "Helvetica Neue", Arial, sans-serif;
          color: #353535;
          font-size: 1.125em;
          margin-bottom: 25px; }

body:not(#note-detail) .object-subscribe-newsletter .newsletter-title-obj {
  font-size: 1.875em;
  font-weight: 700;
  font-family: "IBM Plex Sans", "Helvetica Neue", Arial, sans-serif;
  color: #C82828;
  margin-bottom: 25px; }

/* Nota */
#note-detail .banner-wrapper {
  margin-bottom: 15px; }

#note-detail main.container.note {
  margin-top: 15px; }
  #note-detail main.container.note .socials-share {
    margin-bottom: 15px; }
  #note-detail main.container.note .detail-header-wrapper .title,
  #note-detail main.container.note .detail-header-wrapper .excerpt {
    margin-bottom: 15px; }
  #note-detail main.container.note .detail-header-wrapper .title {
    line-height: 1.1em; }
  #note-detail main.container.note .detail-header-wrapper .excerpt {
    line-height: 1.2em; }

#note-detail .z-index-fix {
  z-index: 9 !important; }

#note-detail.showing-modal {
  overflow: hidden;
  max-width: 100vw;
  max-height: 100vh; }
  #note-detail.showing-modal header.main-header .header-middle {
    z-index: 8; }
  #note-detail.showing-modal header.main-header .header-v3 .header-super {
    z-index: 8; }

/* @import '../239/_modulos/notas/detail/_detail-note-head_desktop.scss'; */
.note .detail-header-wrapper .article-theme {
  color: #C82828;
  padding: 0 25px 0 0;
  font-family: "IBM Plex Sans", "Helvetica Neue", Arial, sans-serif;
  font-size: 1.125em;
  font-weight: 700;
  background: transparent;
  margin: 0 0 15px 0 !important;
  display: inline-block;
  text-transform: uppercase; }

.note .detail-header-wrapper .title {
  font-family: "IBM Plex Sans", "Helvetica Neue", Arial, sans-serif;
  font-size: 3.75em;
  color: #333333;
  font-weight: 700;
  margin-bottom: 25px;
  line-height: 1.2em; }

.note .detail-header-wrapper .excerpt {
  font-family: "Roboto", "Helvetica Neue", Arial, sans-serif;
  font-weight: 400;
  font-size: 1.625em;
  color: #666666;
  margin-bottom: 25px;
  line-height: 1.4em; }
  .note .detail-header-wrapper .excerpt p {
    font-family: "IBM Plex Sans", "Helvetica Neue", Arial, sans-serif;
    font-weight: 400;
    font-size: 1.625rem;
    color: #666666; }

.note .detail-header-wrapper .date {
  color: #C82828;
  font-family: "IBM Plex Sans", "Helvetica Neue", Arial, sans-serif;
  font-size: 1.125em;
  font-weight: 700;
  margin-bottom: 15px !important;
  text-transform: capitalize;
  display: inline-block; }

.note .socials-share {
  display: inline-block;
  width: 100%;
  margin-bottom: 25px; }
  .note .socials-share .socials {
    float: left; }
  .note .socials-share li {
    width: 40px;
    height: 40px;
    display: block;
    background: #C82828;
    border-radius: 50%;
    text-align: center;
    line-height: 40px;
    margin-right: 15px;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out; }
    .note .socials-share li:last-of-type {
      margin-right: 0; }
    .note .socials-share li a {
      padding: 0; }
    .note .socials-share li .social-icon,
    .note .socials-share li i {
      font-size: 1.25em;
      color: #FFFFFF;
      vertical-align: text-bottom; }
    .note .socials-share li:hover {
      background-color: #881b1b; }
      .note .socials-share li:hover.fb {
        background-color: #3B5998 !important; }
      .note .socials-share li:hover.tw {
        background-color: #000000 !important; }
      .note .socials-share li:hover.gp {
        background-color: #DB4437 !important; }
      .note .socials-share li:hover.wt {
        background-color: #25D366 !important; }

@media only screen and (max-width: 991px) and (min-width: 768px) {
  .note .detail-header-wrapper .article-theme {
    margin: 0 10px 15px 0; }
  .note .detail-header-wrapper .title,
  .note .detail-header-wrapper .date,
  .note .detail-header-wrapper .excerpt {
    margin-bottom: 20px; }
  .note .socials-share {
    margin-bottom: 20px; } }

.note .person {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 25px; }
  .note .person .person-image {
    overflow: hidden;
    height: 70px;
    width: 70px;
    border: 3px solid #C82828; }
    .note .person .person-image.no-image {
      background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIGlkPSJMYXllcl8xIiB2aWV3Qm94PSIwIDAgMzggNDAuNiI+ICA8c3R5bGU+ICAgIC5zdDB7ZmlsbDpub25lfSAgPC9zdHlsZT4gIDxwYXRoIGlkPSJjYW52YXNfYmFja2dyb3VuZCIgZD0iTS04LTUuNGg1ODJ2NDAySC04eiIgY2xhc3M9InN0MCIvPiAgPHBhdGggaWQ9InN2Z18xIiBkPSJNLTctNC40aDUwdjUwSC03eiIgY2xhc3M9InN0MCIvPiAgPHBhdGggaWQ9InN2Z18yIiBmaWxsPSIjYWFhIiBkPSJNMjMuOSAyOC4xYy0uMS0xLjYtLjEtMi43LS4xLTQuMi43LS40IDItMi44IDIuMy00LjkuNiAwIDEuNS0uNiAxLjctMi44LjEtMS4yLS40LTEuOS0uOC0yLjEuOS0yLjggMi45LTExLjUtMy42LTEyLjRDMjIuOC42IDIxLjEgMCAxOC45IDBjLTguOS4yLTkuOSA2LjctOCAxNC4yLS4zLjItLjkuOS0uOCAyLjEuMyAyLjIgMS4yIDIuOCAxLjcgMi44LjIgMi4xIDEuNiA0LjUgMi4zIDQuOSAwIDEuNS4xIDIuNi0uMSA0LjJDMTIuNCAzMi44LjUgMzEuNSAwIDQwLjZoMzhjLS41LTkuMS0xMi4zLTcuOC0xNC4xLTEyLjV6Ii8+PC9zdmc+);
      background-size: 85% auto;
      background-repeat: no-repeat;
      background-position: bottom center;
      background-color: #FFFFFF; }
  .note .person .person-info {
    display: inline-block;
    font-family: "IBM Plex Sans", "Helvetica Neue", Arial, sans-serif;
    padding-left: 15px;
    font-weight: 600; }
    .note .person .person-info .person-name {
      color: #C82828;
      font-size: 0.9em;
      margin-bottom: 0;
      display: block;
      line-height: 1.2em; }
      .note .person .person-info .person-name a {
        text-decoration: underline; }
    .note .person .person-info .person-mail {
      display: block;
      color: #666666;
      font-size: 0.8em;
      line-height: 1.2em; }
      .note .person .person-info .person-mail a {
        color: inherit; }
  @media only screen and (max-width: 991px) and (min-width: 768px) {
    .note .person {
      margin-bottom: 20px; }
      .note .person .person-image {
        height: 50px;
        width: 50px; } }

/* purgecss start ignore */
.note .gallery {
  position: relative;
  margin-bottom: 25px;
  /*  border-bottom: $detail-note-gallery-border-bottom; Se elimino a pedido del cliente*/ }
  .note .gallery figure.gallery-figure {
    text-align: center; }
    .note .gallery figure.gallery-figure img {
      width: auto; }
  .note .gallery img {
    max-width: 100%; }
  .note .gallery figcaption {
    font-family: "Roboto", "Helvetica Neue", Arial, sans-serif;
    font-size: 0.875em;
    font-weight: 500;
    padding: 15px 0; }
    .note .gallery figcaption .auhtor-image {
      float: right; }
  .note .gallery .galleft,
  .note .gallery .galright {
    font-size: 2.5em;
    position: absolute;
    z-index: 1;
    top: 40%;
    color: #FFFFFF;
    -webkit-filter: drop-shadow(1px 1px 3px rgba(71, 71, 71, 0.7));
    -moz-filter: drop-shadow(1px 1px 3px rgba(71, 71, 71, 0.7));
    filter: drop-shadow(1px 1px 3px rgba(71, 71, 71, 0.7));
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease; }
    .note .gallery .galleft:hover,
    .note .gallery .galright:hover {
      cursor: pointer;
      color: #C82828; }
  .note .gallery .galleft {
    left: 10px; }
  .note .gallery .galright {
    right: 10px; }
  .note .gallery .itemGallery {
    width: 100%; }
  .note .gallery .credit-media:after, .note .gallery .credit-media:before {
    content: " ";
    display: table; }
  .note .gallery .credit-media:after {
    clear: both; }
  .note .gallery .credit-media .copyinterior,
  .note .gallery .credit-media .epiinterior {
    font-family: "Roboto", "Helvetica Neue", Arial, sans-serif;
    font-size: 0.875em;
    font-weight: 400;
    line-height: 1.1em;
    padding: 15px 0;
    color: #474747; }
    .note .gallery .credit-media .copyinterior:empty,
    .note .gallery .credit-media .epiinterior:empty {
      display: none; }
  .note .gallery .credit-media .epiinterior {
    float: left;
    max-width: 75%;
    text-align: left; }
  .note .gallery .credit-media .copyinterior {
    float: right;
    max-width: 25%;
    text-align: right; }
  @media only screen and (max-width: 991px) and (min-width: 768px) {
    .note .gallery {
      margin-bottom: 20px; }
      .note .gallery .galleft,
      .note .gallery .galright {
        top: 130px; } }
  .note .gallery .media-wrapper.image {
    text-align: center; }
  .note .gallery.lite .gallery-slide {
    position: relative;
    z-index: 1; }
  .note .gallery.lite .gallery-figure {
    position: relative;
    z-index: 2;
    width: 100%;
    text-align: center; }
    .note .gallery.lite .gallery-figure img {
      width: auto;
      max-width: 100%; }
    .note .gallery.lite .gallery-figure .video-js,
    .note .gallery.lite .gallery-figure .ima-ad-container {
      z-index: 4 !important; }
    .note .gallery.lite .gallery-figure .ima-ad-container {
      display: none; }
  .note .gallery.lite .gallery-nav {
    position: absolute;
    z-index: 100;
    top: calc(50% - 20px);
    width: 100%; }
  .note .gallery.lite input {
    display: none; }
    .note .gallery.lite input:not(:checked) + .itemGallery {
      display: none; }
    .note .gallery.lite input:checked + .itemGallery {
      display: block; }

/* purgecss end ignore */
/* purgecss start ignore */
.note .body-content {
  font-family: "Roboto", "Helvetica Neue", Arial, sans-serif;
  font-size: 1.25em;
  line-height: 1.4em;
  margin-bottom: 25px;
  color: #353535; }
  .note .body-content font {
    font-size: inherit !important;
    color: #353535 !important; }
  .note .body-content strong {
    font-weight: 700; }
  .note .body-content p {
    line-height: 1.6em;
    margin-bottom: 25px; }
  .note .body-content a {
    font-weight: 700;
    color: #C82828; }
  .note .body-content h2,
  .note .body-content h3,
  .note .body-content h4 {
    line-height: 1.2em;
    margin-bottom: 25px;
    color: #C82828; }
  .note .body-content h2 {
    font-size: 2.2em; }
  .note .body-content h3 {
    font-size: 1.8em; }
  .note .body-content h4 {
    font-size: 1.5em; }
  .note .body-content ul {
    margin-bottom: 25px;
    margin-left: 0;
    padding: 20px 0 20px 30px;
    border-top: 1px solid #9E9E9E;
    border-bottom: 1px solid #9E9E9E; }
    .note .body-content ul li {
      list-style: none; }
      .note .body-content ul li::before {
        font-size: inherit;
        display: inline-block;
        width: 1em;
        margin-left: -1em;
        content: "•";
        color: #C82828; }
  .note .body-content ol {
    margin-bottom: 25px;
    margin-left: 30px;
    margin-left: 0;
    padding: 20px 0 20px 30px;
    list-style: none;
    counter-reset: li;
    border-top: 1px solid #9E9E9E;
    border-bottom: 1px solid #9E9E9E; }
    .note .body-content ol li {
      list-style: none; }
      .note .body-content ol li::before {
        display: inline-block;
        width: 1em;
        margin-right: 10px;
        margin-left: -1em;
        content: counter(li);
        counter-increment: li;
        color: #C82828; }
  .note .body-content .saysCMSEmphasis {
    padding: 2.5px 0;
    color: #FFFFFF;
    background: #C82828; }
    .note .body-content .saysCMSEmphasis a {
      color: #FFFFFF; }
  .note .body-content .embed_cont {
    margin-bottom: 25px;
    text-align: center; }
    .note .body-content .embed_cont:after, .note .body-content .embed_cont:before {
      content: " ";
      display: table; }
    .note .body-content .embed_cont:after {
      clear: both; }
    .note .body-content .embed_cont .embed_options {
      display: none; }
    .note .body-content .embed_cont .embed_content > img,
    .note .body-content .embed_cont .embed_content iframe {
      vertical-align: bottom; }
    .note .body-content .embed_cont .embed_copyright,
    .note .body-content .embed_cont .embed_epigrafe {
      font-family: "Roboto", "Helvetica Neue", Arial, sans-serif;
      font-size: 0.7em;
      font-weight: 400;
      line-height: 1.1em;
      padding: 15px 0;
      color: #474747; }
      .note .body-content .embed_cont .embed_copyright:empty,
      .note .body-content .embed_cont .embed_epigrafe:empty {
        display: none; }
    .note .body-content .embed_cont .embed_epigrafe {
      float: left;
      max-width: 75%;
      text-align: left; }
    .note .body-content .embed_cont .embed_copyright {
      float: right;
      max-width: 25%;
      text-align: right; }
    .note .body-content .embed_cont.type_freetext {
      text-align: -webkit-center;
      text-align: -moz-center;
      text-align: -o-center;
      text-align: -ms-center; }
      .note .body-content .embed_cont.type_freetext img {
        width: 100%; }
    .note .body-content .embed_cont.type_imagen {
      text-align: center; }
      .note .body-content .embed_cont.type_imagen img {
        width: auto;
        max-width: 100%;
        height: auto;
        margin: 0 auto; }
    .note .body-content .embed_cont.type_video [id^='mediaPlayer'], .note .body-content .embed_cont.type_youtube [id^='mediaPlayer'] {
      position: relative;
      display: block;
      overflow: hidden;
      width: 100%;
      height: 0;
      padding-bottom: 56.25%; }
      .note .body-content .embed_cont.type_video [id^='mediaPlayer'] > iframe, .note .body-content .embed_cont.type_youtube [id^='mediaPlayer'] > iframe {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 100%; }
    .note .body-content .embed_cont iframe[src*='youtu'],
    .note .body-content .embed_cont iframe[src*='facebook'][src*='video'] {
      width: 100%; }
    .note .body-content .embed_cont.type_encuesta {
      margin-bottom: 0;
      border-bottom: 0 none; }
      .note .body-content .embed_cont.type_encuesta iframe {
        width: 100%; }
    .note .body-content .embed_cont.type_documento {
      border-bottom: 0 none; }
      .note .body-content .embed_cont.type_documento iframe {
        width: 100%;
        min-height: 700px; }
  .note .body-content em {
    font-style: italic; }

.note .share-quote {
  font-family: "IBM Plex Sans", "Helvetica Neue", Arial, sans-serif;
  font-size: 1.6em;
  font-style: italic;
  line-height: 1.2em;
  position: relative;
  display: inline-block;
  margin: 25px 0;
  margin-left: 95px;
  color: #C82828; }
  .note .share-quote:before {
    font-family: 'Font Awesome 5 Free';
    font-size: 0.5625em;
    font-weight: 900;
    position: absolute;
    z-index: 1;
    top: 0;
    right: 100%;
    margin: 0;
    padding: 0;
    content: '\f10d';
    transform: translate3d(-27px, 6px, 0);
    color: #FFFFFF;
    border: 0; }
  .note .share-quote:after {
    position: absolute;
    top: 0;
    right: 100%;
    display: block;
    width: 50px;
    height: 50px;
    content: close-quote;
    transform: translate3d(-20px, 12px, 0);
    color: rgba(255, 255, 255, 0);
    border-radius: 50%;
    background: #C82828; }

.note .quote-button {
  font-size: 35px;
  position: relative;
  top: -20px;
  margin-left: 90px;
  color: #CCC !important; }
  .note .quote-button:hover {
    color: #C82828 !important; }

@media only screen and (max-width: 991px) and (min-width: 768px) {
  .note .share-quote {
    margin-left: 60px; }
    .note .share-quote:after {
      width: 40px;
      height: 40px;
      transform: translate3d(-18px, 10px, 0); } }

/* Contenido para Subscriptores
ESTA FUERA DE .note porque tambie se tiene que ver en el la pagina del PDF
*/
.content-protected-true {
  display: none !important; }

section[class*='suscription-'].printed-edition {
  margin-bottom: 20px;
  padding: 20px 15px;
  text-align: center;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  background-color: #C82828; }
  section[class*='suscription-'].printed-edition p {
    font-family: "IBM Plex Sans", "Helvetica Neue", Arial, sans-serif;
    font-size: 1.375em;
    font-weight: 500;
    line-height: 1.2em;
    margin-bottom: 20px;
    color: #FFFFFF; }
  section[class*='suscription-'].printed-edition .subscribe-btn {
    font-size: 0.75em;
    font-weight: 500;
    font-weight: 500;
    padding: 13px;
    text-transform: uppercase;
    color: #FFFFFF;
    background-color: #b32424;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px; }

div.embed_cont.type_freetext[data-provider=YouTube] {
  position: relative;
  overflow: hidden;
  height: 0;
  padding-top: 30px;
  padding-bottom: 56.25%; }
  div.embed_cont.type_freetext[data-provider=YouTube] iframe,
  div.embed_cont.type_freetext[data-provider=YouTube] object,
  div.embed_cont.type_freetext[data-provider=YouTube] embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

body#note-detail .detail-header .detail-header-wrapper strong {
  font-weight: bold; }

body#note-detail .detail-header .detail-header-wrapper em {
  font-style: italic; }

body#note-detail .detail-header .detail-header-wrapper ul.ignore-parser {
  margin-bottom: 1.5625rem;
  margin-left: 0;
  padding: 10px 0 10px 30px; }
  body#note-detail .detail-header .detail-header-wrapper ul.ignore-parser li {
    list-style: none; }
    body#note-detail .detail-header .detail-header-wrapper ul.ignore-parser li::before {
      font-size: inherit;
      display: inline-block;
      width: 1em;
      margin-left: -1em;
      content: "•";
      color: #C82828; }
    body#note-detail .detail-header .detail-header-wrapper ul.ignore-parser li a.ignore-parser {
      font-weight: 700;
      color: #C82828;
      font-size: 1.25rem; }

/* purgecss end ignore */
section[class^='suscription-'] {
  overflow: hidden;
  margin-bottom: 25px;
  padding: 0 0;
  border: 1px solid #EBE6E6;
  background-color: #FFFFFF;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px; }
  section[class^='suscription-'] .top {
    padding: 25px 10px;
    text-align: left;
    background-color: #C82828; }
    @media screen and (max-width: 991px) {
      section[class^='suscription-'] .top {
        padding: 15px; } }
    section[class^='suscription-'] .top p {
      font-size: 1.125em;
      font-weight: 300;
      line-height: 1.2em;
      margin-bottom: 3px;
      padding-left: 15px;
      color: white; }
      @media screen and (max-width: 991px) {
        section[class^='suscription-'] .top p {
          font-size: 1em;
          padding-left: 0; } }
      section[class^='suscription-'] .top p span {
        font-weight: 700;
        cursor: pointer; }
  section[class^='suscription-'] .middle {
    padding: 50px 30px; }
    @media screen and (max-width: 991px) {
      section[class^='suscription-'] .middle {
        padding: 40px 25px; } }
    section[class^='suscription-'] .middle .info-wrapper .type,
    section[class^='suscription-'] .middle .info-wrapper .price,
    section[class^='suscription-'] .middle .info-wrapper .title,
    section[class^='suscription-'] .middle .info-wrapper .description {
      color: #6E777D; }
    section[class^='suscription-'] .middle .info-wrapper .type {
      font-size: 1.875em;
      font-weight: 700;
      margin-bottom: 15px; }
    section[class^='suscription-'] .middle .info-wrapper .price {
      font-size: 2.5em;
      font-weight: 300;
      margin-bottom: 40px; }
    section[class^='suscription-'] .middle .info-wrapper .title {
      font-size: 1.25em;
      font-weight: 700;
      display: inline-block;
      margin-bottom: 20px; }
    section[class^='suscription-'] .middle .info-wrapper .description {
      font-size: 1em;
      font-weight: 300; }
  section[class^='suscription-'] .bottom {
    position: relative;
    padding: 25px; }
    section[class^='suscription-'] .bottom:before {
      position: absolute;
      top: 0;
      right: 20px;
      left: 20px;
      display: block;
      height: 1px;
      content: '';
      background-color: #EBE6E6; }
    section[class^='suscription-'] .bottom .info-wrapper .disclaimer {
      font-size: 0.8125em;
      font-weight: 400;
      line-height: 1;
      color: #6E777D; }
    section[class^='suscription-'] .bottom .suscription-btn {
      font-size: 500;
      font-size: 1.25em;
      line-height: 1;
      padding: 15px 45px;
      text-transform: uppercase;
      color: #FFFFFF;
      border: 0 none;
      background-color: #C82828;
      -webkit-transition: all 200ms ease-out;
      -moz-transition: all 200ms ease-out;
      -ms-transition: all 200ms ease-out;
      -o-transition: all 200ms ease-out;
      transition: all 200ms ease-out; }
      section[class^='suscription-'] .bottom .suscription-btn:hover {
        border: 0 none;
        background-color: #d63333; }

.note .detail-themes {
  border-top: 1px solid #9E9E9E;
  padding-top: 25px;
  margin-top: 25px; }
  .note .detail-themes .title {
    color: #b32424;
    font-family: "IBM Plex Sans", "Helvetica Neue", Arial, sans-serif;
    font-size: 1.5em;
    font-weight: 700;
    margin-bottom: 25px; }
  .note .detail-themes .paragrapg-themes {
    color: #b32424;
    font-family: "IBM Plex Sans", "Helvetica Neue", Arial, sans-serif;
    font-size: 1.5em;
    margin-bottom: 25px; }
  .note .detail-themes .list-themes {
    margin-right: 10px;
    margin-bottom: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center; }
    .note .detail-themes .list-themes .theme {
      font-family: "IBM Plex Sans", "Helvetica Neue", Arial, sans-serif;
      font-weight: 400;
      font-size: 1em;
      background-color: #FFFFFF;
      color: #C82828;
      padding: 10px 15px;
      line-height: 1;
      margin: 0 10px 20px 0;
      text-transform: uppercase;
      border: 1px solid #C82828; }
  @media only screen and (max-width: 991px) and (min-width: 768px) {
    .note .detail-themes .title {
      margin-bottom: 20px; }
    .note .detail-themes .list-themes .theme {
      padding: 15px 10px;
      margin: 0 10px 10px 0; } }

.note .interesting-notes {
  border-top: 1px solid #9E9E9E;
  padding-top: 25px;
  margin-top: 0; }
  .note .interesting-notes .obj-title .title {
    color: #b32424;
    font-family: "IBM Plex Sans", "Helvetica Neue", Arial, sans-serif;
    font-size: 1.5em;
    font-weight: 700;
    margin-bottom: 25px; }
  .note .interesting-notes .obj-title .paragraps-interesting {
    color: #b32424;
    font-family: "IBM Plex Sans", "Helvetica Neue", Arial, sans-serif;
    font-size: 1.5em;
    margin-bottom: 25px; }
  @media only screen and (max-width: 991px) and (min-width: 768px) {
    .note .interesting-notes .obj-title .title {
      margin-bottom: 20px; }
    .note .interesting-notes .info-wrapper .preview {
      line-height: 1.3em;
      max-height: 3.9em;
      min-height: 3.9em; } }

.section-aside-single-article {
  background: transparent;
  padding: 0 0;
  margin-bottom: 25px; }
  .section-aside-single-article .section-title {
    margin-bottom: 15px; }
    .section-aside-single-article .section-title .obj-title {
      color: #C82828;
      font-family: "IBM Plex Sans", "Helvetica Neue", Arial, sans-serif;
      font-size: 1.75em;
      font-weight: 500;
      text-transform: normal;
      padding-bottom: 15px;
      border-bottom: 1px solid #C82828; }
  .section-aside-single-article .info-wrapper .title {
    color: #353535;
    font-weight: 400;
    min-height: 0;
    max-height: none; }
  .section-aside-single-article .simple-note {
    margin-bottom: 0; }

.ranking-list {
  background: #F2F2F2;
  padding: 30px 30px 15px;
  counter-reset: span;
  margin-bottom: 25px;
  border: 1px solid #C82828; }
  .ranking-list .obj-title {
    color: #C82828;
    font-family: "IBM Plex Sans", "Helvetica Neue", Arial, sans-serif;
    font-size: 1.75em;
    font-weight: 600;
    margin-bottom: 40px;
    text-transform: normal; }
  .ranking-list .article {
    margin-bottom: 25px; }
    .ranking-list .article .number {
      background: transparent;
      border-radius: 50%;
      font-family: "IBM Plex Sans", "Helvetica Neue", Arial, sans-serif;
      font-size: 1.75em;
      color: #C82828;
      font-weight: 300;
      width: 50px;
      height: 50px;
      text-align: center;
      line-height: 50px;
      display: block;
      border: 1px solid #C82828; }
      .ranking-list .article .number::before {
        content: counter(span);
        counter-increment: span; }
    .ranking-list .article .title {
      color: #4B4B4B;
      line-height: 1.2em;
      font-weight: 700;
      font-size: 1.0625em; }
  @media only screen and (max-width: 991px) and (min-width: 768px) {
    .ranking-list .article .number {
      width: 30px;
      height: 30px;
      line-height: 30px;
      font-size: 20px; } }

.note .comments {
  border-top: 1px solid #9E9E9E;
  padding-top: 25px;
  margin-top: 0;
  margin-bottom: 25px; }
  .note .comments .section-title .title {
    color: #b32424;
    font-family: "IBM Plex Sans", "Helvetica Neue", Arial, sans-serif;
    font-size: 1.5em;
    font-weight: 700;
    margin-bottom: 25px; }
  .note .comments .section-title .paragraph-comment {
    color: #b32424;
    font-family: "IBM Plex Sans", "Helvetica Neue", Arial, sans-serif;
    font-size: 1.5em;
    margin-bottom: 25px; }

.related-note-in-body {
  margin-bottom: 25px;
  padding: 20px 0;
  border-top: 1px solid #EBEBEB;
  border-bottom: 1px solid #EBEBEB; }
  .related-note-in-body .related-note-in-body-article .figure {
    display: block;
    position: relative;
    overflow: hidden;
    width: 100px;
    height: 75px;
    margin-right: 10px; }
    .related-note-in-body .related-note-in-body-article .figure:before {
      display: block;
      content: "";
      width: 100px;
      padding-top: 75px; }
    .related-note-in-body .related-note-in-body-article .figure > * {
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0; }
    .related-note-in-body .related-note-in-body-article .figure img {
      width: 100%;
      height: auto; }
  .related-note-in-body .related-note-in-body-article .info-wrapper .title {
    font-size: 1.125em;
    font-weight: 500;
    color: #353535;
    line-height: 1.2em; }
    .related-note-in-body .related-note-in-body-article .info-wrapper .title:hover {
      color: #C82828; }

.subscription-newsletter-button {
  margin-bottom: 25px; }
  .subscription-newsletter-button .subscribe-link {
    color: #000000;
    padding: 25px 20px;
    border: 1px solid #535353;
    box-shadow: none;
    -webkit-transition: all 200ms ease-in;
    -moz-transition: all 200ms ease-in;
    -ms-transition: all 200ms ease-in;
    -o-transition: all 200ms ease-in;
    transition: all 200ms ease-in;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    -ms-transform-style: preserve-3d;
    transform-style: preserve-3d; }
    .subscription-newsletter-button .subscribe-link .icon {
      font-size: 1.625em;
      margin-right: 25px; }
    .subscription-newsletter-button .subscribe-link .subscription-legend {
      font-size: 1.375em;
      font-weight: 700; }
    .subscription-newsletter-button .subscribe-link:hover {
      border-color: #C82828;
      background-color: #C82828;
      color: #FFFFFF;
      box-shadow: 0 1.5px 4px rgba(0, 0, 0, 0.24), 0 1.5px 6px rgba(0, 0, 0, 0.12);
      -webkit-transform: translateY(-2px);
      -moz-transform: translateY(-2px);
      -ms-transform: translateY(-2px);
      -o-transform: translateY(-2px);
      transform: translateY(-2px);
      -webkit-backface-visibility: hidden;
      -moz-backface-visibility: hidden;
      backface-visibility: hidden;
      -webkit-transform-style: preserve-3d;
      -moz-transform-style: preserve-3d;
      -ms-transform-style: preserve-3d;
      transform-style: preserve-3d; }

/* Notebook */
@media screen and (min-width: 1200px) and (max-width: 1440px) {
  .container {
    max-width: 1030px; }
  .navbar-brand .brand-logo {
    max-width: 200px; }
  .themes-menu .nav-link {
    padding: 13px 10px; }
  body.is-backend main.container [id*="REGION"],
  body.is-backend footer.footer [id*="REGION"] {
    width: 100% !important; }
  body.is-backend .navbar-brand .brand-logo {
    max-width: 160px; } }

/* CONTADOR DE NOTAS */
.news-read-counter {
  background-image: url("./images/news-read-counter-bg.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% auto;
  padding: 45px 40px 40px;
  position: relative;
  margin-bottom: 35px; }
  .news-read-counter::after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
    background-color: rgba(0, 0, 0, 0.6); }
  .news-read-counter .text-description-wrapper {
    padding-bottom: 30px; }
  .news-read-counter .text-description {
    font-size: 1.25em;
    color: #FFFFFF;
    font-weight: 300;
    line-height: 1.2em; }
    .news-read-counter .text-description .counter {
      font-weight: 600; }
  .news-read-counter > .row {
    position: relative;
    z-index: 2; }
  .news-read-counter .btn {
    font-weight: 400;
    font-size: 16; }
    .news-read-counter .btn.login {
      border-color: rgba(255, 255, 255, 0);
      margin-right: 25px; }

/* Mensaje de Límite de notas leiídas */
section.notes-read-limit-message {
  padding: 150px 0;
  background-color: rgba(0, 24, 61, 0.5);
  background-image: url("/css-custom/239/images/layer-00.jpg");
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: center bottom;
  background-size: cover;
  background-blend-mode: darken; }
  @media screen and (max-width: 767px) {
    section.notes-read-limit-message {
      padding: 55px 0 100px; } }
  section.notes-read-limit-message .message {
    margin-bottom: 40px;
    border-bottom: 1px solid #FFFFFF; }
    section.notes-read-limit-message .message .info-wrapper {
      padding-bottom: 45px; }
      @media screen and (max-width: 767px) {
        section.notes-read-limit-message .message .info-wrapper {
          padding-bottom: 35px; } }
      section.notes-read-limit-message .message .info-wrapper h5,
      section.notes-read-limit-message .message .info-wrapper h6,
      section.notes-read-limit-message .message .info-wrapper p {
        font-weight: 300;
        padding: 0;
        color: #FFFFFF; }
      section.notes-read-limit-message .message .info-wrapper h5,
      section.notes-read-limit-message .message .info-wrapper p,
      section.notes-read-limit-message .message .info-wrapper .limit-title {
        font-size: 3.375em;
        margin-bottom: 30px; }
        @media screen and (max-width: 767px) {
          section.notes-read-limit-message .message .info-wrapper h5,
          section.notes-read-limit-message .message .info-wrapper p,
          section.notes-read-limit-message .message .info-wrapper .limit-title {
            font-size: 2.625em;
            margin-bottom: 30px; } }
      section.notes-read-limit-message .message .info-wrapper h6,
      section.notes-read-limit-message .message .info-wrapper p,
      section.notes-read-limit-message .message .info-wrapper .limit-sub {
        font-size: 1.25em; }
        @media screen and (max-width: 767px) {
          section.notes-read-limit-message .message .info-wrapper h6,
          section.notes-read-limit-message .message .info-wrapper p,
          section.notes-read-limit-message .message .info-wrapper .limit-sub {
            font-size: 1.125em; } }
  section.notes-read-limit-message .btn {
    margin: 0 auto;
    text-align: center;
    text-transform: uppercase;
    color: #FFFFFF;
    -webkit-transition: all 200ms ease-in;
    -moz-transition: all 200ms ease-in;
    -ms-transition: all 200ms ease-in;
    -o-transition: all 200ms ease-in;
    transition: all 200ms ease-in; }
    section.notes-read-limit-message .btn.login {
      font-size: 1em;
      font-weight: 300; }
      @media screen and (max-width: 767px) {
        section.notes-read-limit-message .btn.login {
          font-size: 0.875em; } }
    section.notes-read-limit-message .btn.sign-up {
      width: 100%;
      padding: 20px 0;
      border: 1px solid #FFFFFF;
      background-color: transparent;
      border-radius: 7px;
      -webkit-border-radius: 7px;
      -moz-border-radius: 7px; }
      @media screen and (max-width: 767px) {
        section.notes-read-limit-message .btn.sign-up {
          font-size: 1em;
          margin-bottom: 30px;
          padding: 12px 0; } }
      section.notes-read-limit-message .btn.sign-up:hover {
        color: #353535;
        background-color: #FFFFFF; }

.active-sessions-advice {
  max-width: 924px; }
  .active-sessions-advice .modal-content {
    padding: 80px 50px 50px; }
    @media screen and (max-width: 767px) {
      .active-sessions-advice .modal-content {
        padding: 50px 25px; } }
  .active-sessions-advice h6 {
    font-size: 2.5em;
    font-weight: 300;
    line-height: 1.2em;
    max-width: 78%;
    margin-bottom: 40px;
    color: #C82828; }
    @media screen and (max-width: 767px) {
      .active-sessions-advice h6 {
        font-size: 1.625em;
        max-width: 100%;
        margin-bottom: 25px; } }
  .active-sessions-advice h3 {
    font-size: 1.125em;
    font-weight: 300;
    color: #8598AB; }
    @media screen and (max-width: 767px) {
      .active-sessions-advice h3 {
        font-size: 1.125em; } }
  .active-sessions-advice .list-group {
    padding-top: 90px; }
    @media screen and (max-width: 767px) {
      .active-sessions-advice .list-group {
        padding-top: 50px; } }
    .active-sessions-advice .list-group .btn {
      text-transform: uppercase;
      color: #C82828; }
      .active-sessions-advice .list-group .btn.login {
        font-size: 1em;
        font-weight: 400;
        margin-right: 55px; }
        @media screen and (max-width: 767px) {
          .active-sessions-advice .list-group .btn.login {
            margin-right: 0; } }
      .active-sessions-advice .list-group .btn.ok {
        font-size: 1.25em;
        font-weight: 500;
        padding: 15px 70px;
        border: 1px solid #C82828;
        border-radius: 7px;
        -webkit-border-radius: 7px;
        -moz-border-radius: 7px;
        -webkit-transition: all 200ms ease-in;
        -moz-transition: all 200ms ease-in;
        -ms-transition: all 200ms ease-in;
        -o-transition: all 200ms ease-in;
        transition: all 200ms ease-in; }
        .active-sessions-advice .list-group .btn.ok:hover {
          color: #FFFFFF;
          background-color: #C82828; }
        @media screen and (max-width: 767px) {
          .active-sessions-advice .list-group .btn.ok {
            font-size: 1em;
            margin-bottom: 30px; } }

/* fin ESTILOS AMBITO*/
/* GLOBAL */
body,
html {
  font-family: "IBM Plex Sans", "Helvetica Neue", Arial, sans-serif;
  font-size: 16px;
  overflow-x: hidden !important;
  max-width: 100vw;
  background-color: #FFFFFF; }
  @media only screen and (max-width: 991px) and (min-width: 768px) {
    body,
    html {
      font-size: 13px; } }

b {
  font-weight: 700; }

main.container {
  position: relative; }

/* Animación Botones */
[class*='btn'] {
  /* Ripple magic */
  position: relative;
  overflow: hidden; }
  [class*='btn']:after {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 5px;
    height: 5px;
    content: '';
    transform: scale(1, 1) translate(-50%);
    transform-origin: 50% 50%;
    opacity: 0;
    border-radius: 100%;
    background: rgba(255, 255, 255, 0.5); }

@keyframes ripple {
  0% {
    transform: scale(0, 0);
    opacity: 1; }
  20% {
    transform: scale(25, 25);
    opacity: 1; }
  100% {
    transform: scale(40, 40);
    opacity: 0; } }
  [class*='btn']:focus:not(:active)::after {
    animation: ripple 1s ease-out; }

/* Estilos comunes en los articulos */
[data-type*='article'] .figure {
  position: relative; }
  [data-type*='article'] .figure > a:first-of-type {
    display: block; }
  [data-type*='article'] .figure img {
    max-width: 100%;
    height: auto;
    vertical-align: bottom; }
  [data-type*='article'] .figure .script {
    position: absolute;
    z-index: 0;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    overflow: hidden; }
    [data-type*='article'] .figure .script > * {
      max-width: 100%;
      max-height: auto; }
    [data-type*='article'] .figure .script iframe {
      max-width: 100%;
      max-height: auto; }

[data-type*='article'] .article-theme {
  z-index: 1;
  overflow: hidden;
  max-width: 100%;
  white-space: nowrap;
  text-overflow: ellipsis;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out; }
  [data-type*='article'] .article-theme a:hover {
    text-decoration: none; }

[data-type*='article'] .info-wrapper .preview,
[data-type*='article'] .info-wrapper .title {
  -webkit-transition: color 0.2s ease-in-out;
  -moz-transition: color 0.2s ease-in-out;
  -ms-transition: color 0.2s ease-in-out;
  -o-transition: color 0.2s ease-in-out;
  transition: color 0.2s ease-in-out; }
  [data-type*='article'] .info-wrapper .preview a,
  [data-type*='article'] .info-wrapper .title a {
    text-decoration: none; }
  [data-type*='article'] .info-wrapper .preview:hover,
  [data-type*='article'] .info-wrapper .title:hover {
    color: #C82828; }

[data-type*='article'] .info-wrapper .author {
  font-family: "IBM Plex Sans", "Helvetica Neue", Arial, sans-serif;
  font-size: 0.8125em;
  font-weight: 400;
  display: inline-block;
  white-space: normal;
  color: #666; }

[data-type*='article'] .info-wrapper .article-category-grouper {
  font-size: 0.8125em;
  font-weight: 400;
  display: inline-block;
  display: none !important;
  padding-right: 10px;
  text-transform: uppercase;
  color: #666;
  -webkit-transition: color 200ms ease-out;
  -moz-transition: color 200ms ease-out;
  -ms-transition: color 200ms ease-out;
  -o-transition: color 200ms ease-out;
  transition: color 200ms ease-out; }

[data-type*='article'] .info-wrapper .author,
[data-type*='article'] .info-wrapper .article-category-grouper {
  padding-top: 20px; }
  [data-type*='article'] .info-wrapper .author:hover,
  [data-type*='article'] .info-wrapper .article-category-grouper:hover {
    color: #C82828; }

[data-type*='article'] .info-wrapper .article-kicker {
  font-size: 0.875em;
  font-weight: 700;
  line-height: 1.1;
  display: inline-block;
  margin-bottom: 5px;
  color: #C82828; }

[data-type*='article'] i[class*='play'] {
  font-size: 2.8125em;
  position: absolute;
  z-index: 2;
  top: 20px;
  right: 20px;
  bottom: auto;
  left: auto;
  color: #FFFFFF;
  text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.4);
  -webkit-transition: color 0.2s ease-in-out;
  -moz-transition: color 0.2s ease-in-out;
  -ms-transition: color 0.2s ease-in-out;
  -o-transition: color 0.2s ease-in-out;
  transition: color 0.2s ease-in-out; }
  [data-type*='article'] i[class*='play']:hover {
    color: #C82828; }

.article-shadow, .highlighted-note {
  box-shadow: none;
  /*
    @include shadow(3);
    @include transition(all 250ms ease);
    @include transform(translateZ(0));
    */ }
  .article-shadow:hover, .highlighted-note:hover {
    /*
        @include shadow(4);
        @include transform(translate3d(0, -2px, 0));
        @media only screen and (max-width: $screen-xs-max) {
            @include transform(none);
        }
        */ }

/* purgecss start ignore */
.article-gradient .article-theme,
.article-gradient .title {
  position: relative;
  z-index: 1; }

.article-gradient:before {
  position: absolute;
  z-index: 1;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: '';
  color: #FFFFFF;
  background: black;
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, black 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0)), color-stop(100%, black));
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, black 100%);
  background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0%, black 100%);
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, black 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr=rgba(0, 0, 0, 0), endColorstr=black); }

.extend-background, header.main-header .header-super, .celeste-vivo-bg, .copa-america-bg, .fucsia-bg, .gris-bg, .naranja-bg, .naranja_fuerte-bg, .rating-cero-bg, .texto-blanco-bg, .tipo-blanca-bg, .verde-doc-bg, .verde_oscuro-bg, .violeta-bg, .beige-bg, .bordo-bg, .verde-limon-bg, .rojo-bg, .celeste-bg, .amarillo-bg, .magent-bg, .azul-bg, .verde-bg, .cyan-bg, .negro-bg {
  position: relative; }
  .extend-background::after, header.main-header .header-super::after, .celeste-vivo-bg::after, .copa-america-bg::after, .fucsia-bg::after, .gris-bg::after, .naranja-bg::after, .naranja_fuerte-bg::after, .rating-cero-bg::after, .texto-blanco-bg::after, .tipo-blanca-bg::after, .verde-doc-bg::after, .verde_oscuro-bg::after, .violeta-bg::after, .beige-bg::after, .bordo-bg::after, .verde-limon-bg::after, .rojo-bg::after, .celeste-bg::after, .amarillo-bg::after, .magent-bg::after, .azul-bg::after, .verde-bg::after, .cyan-bg::after, .negro-bg::after, .extend-background::before, header.main-header .header-super::before, .celeste-vivo-bg::before, .copa-america-bg::before, .fucsia-bg::before, .gris-bg::before, .naranja-bg::before, .naranja_fuerte-bg::before, .rating-cero-bg::before, .texto-blanco-bg::before, .tipo-blanca-bg::before, .verde-doc-bg::before, .verde_oscuro-bg::before, .violeta-bg::before, .beige-bg::before, .bordo-bg::before, .verde-limon-bg::before, .rojo-bg::before, .celeste-bg::before, .amarillo-bg::before, .magent-bg::before, .azul-bg::before, .verde-bg::before, .cyan-bg::before, .negro-bg::before {
    position: absolute;
    z-index: 0;
    top: 0;
    bottom: 0;
    display: block;
    min-width: 50vw;
    content: '';
    background-color: inherit; }
  .extend-background::before, header.main-header .header-super::before, .celeste-vivo-bg::before, .copa-america-bg::before, .fucsia-bg::before, .gris-bg::before, .naranja-bg::before, .naranja_fuerte-bg::before, .rating-cero-bg::before, .texto-blanco-bg::before, .tipo-blanca-bg::before, .verde-doc-bg::before, .verde_oscuro-bg::before, .violeta-bg::before, .beige-bg::before, .bordo-bg::before, .verde-limon-bg::before, .rojo-bg::before, .celeste-bg::before, .amarillo-bg::before, .magent-bg::before, .azul-bg::before, .verde-bg::before, .cyan-bg::before, .negro-bg::before {
    right: 100%; }
  .extend-background::after, header.main-header .header-super::after, .celeste-vivo-bg::after, .copa-america-bg::after, .fucsia-bg::after, .gris-bg::after, .naranja-bg::after, .naranja_fuerte-bg::after, .rating-cero-bg::after, .texto-blanco-bg::after, .tipo-blanca-bg::after, .verde-doc-bg::after, .verde_oscuro-bg::after, .violeta-bg::after, .beige-bg::after, .bordo-bg::after, .verde-limon-bg::after, .rojo-bg::after, .celeste-bg::after, .amarillo-bg::after, .magent-bg::after, .azul-bg::after, .verde-bg::after, .cyan-bg::after, .negro-bg::after {
    left: 100%; }

/* Spinner Loader */
@-webkit-keyframes spinner {
  to {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    -ms-transform-style: preserve-3d;
    transform-style: preserve-3d; } }

@keyframes spinner {
  to {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    -ms-transform-style: preserve-3d;
    transform-style: preserve-3d; } }

.loader {
  position: relative;
  z-index: 0; }
  .loader:after, .loader:before {
    position: absolute;
    content: ''; }
  .loader:before {
    z-index: 2;
    top: 50%;
    left: 50%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 50px;
    height: 50px;
    margin-top: -25px;
    margin-left: -25px;
    border: 4px solid rgba(255, 255, 255, 0.6);
    border-top-color: #C82828;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    -webkit-animation: spinner 0.6s linear infinite;
    -moz-animation: spinner 0.6s linear infinite;
    -ms-animation: spinner 0.6s linear infinite;
    -o-animation: spinner 0.6s linear infinite;
    animation: spinner 0.6s linear infinite; }
  .loader:after {
    z-index: 1;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.3); }

.td-df-mam > div {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  height: 100%; }
  .td-df-mam > div iframe {
    height: 100%; }

iframe[src*='docs.google.com'] {
  width: 100%;
  min-height: 700px;
  border: 0;
  border-width: 0; }

@media (max-width: 575px) {
  iframe[src*='docs.google.com'] {
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch; } }

.paper-background {
  background: linear-gradient(rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.8)), url("https://www.ambito.com/css/239/images/suscribirse.jpg");
  background-position: center top; }
  .paper-background .headline .obj-title, .paper-background .most-read .obj-title, .paper-background .note-by-author .obj-title,
  .paper-background .free-text .note .body-content {
    color: #FFF; }
  .paper-background zoom .MsoNoSpacing {
    color: #C82828; }
  .paper-background .obj-title::first-letter {
    background: #C82828; }

#onesignal-popover-container #onesignal-popover-dialog .popover-body-message {
  font-family: 'Exo 2';
  font-size: 18px; }

/* purgecss end ignore */
/* Modificamos el comportamiento de .container debido al banner lateral */
@media screen and (min-width: 1920px) {
  .container {
    margin-left: 240px; } }

@media screen and (min-width: 1360px) and (max-width: 1919px) {
  .container {
    margin-left: 18px !important; } }

@media screen and (min-width: 1360px) and (max-width: 1365px) {
  .container {
    margin-left: 15px; } }

@media screen and (min-width: 1600px) and (max-width: 1919px) {
  .container {
    margin-left: 80px; } }

@media screen and (min-width: 1024px) and (max-width: 1359px) {
  .container {
    margin-left: auto; } }

@media screen and (min-width: 1920px) {
  .header-v3 .container {
    margin-left: auto; } }

@media screen and (min-width: 1360px) and (max-width: 1919px) {
  .header-v3 .container {
    margin-left: auto; } }

@media screen and (min-width: 1360px) and (max-width: 1365px) {
  .header-v3 .container {
    margin-left: auto; } }

@media screen and (min-width: 1600px) and (max-width: 1919px) {
  .header-v3 .container {
    margin-left: auto; } }

@media screen and (min-width: 1024px) and (max-width: 1359px) {
  .header-v3 .container {
    margin-left: auto; } }

/* Layer de Limite de Notas Leídas */
#notes-read-limit-message {
  display: none !important; }

.banner-container {
  position: relative;
  margin-bottom: 20px;
  padding: 35px 0 10px 0;
  background-color: #F2F2F2; }
  .banner-container::before {
    font-family: "Roboto", "Helvetica Neue", Arial, sans-serif;
    font-size: 14px;
    position: absolute;
    top: 10px;
    left: 50%;
    content: 'PUBLICIDAD';
    transform: translateX(-50%);
    color: #B7B7B7; }
  .banner-container.no-margin {
    margin-bottom: 0; }
  .banner-container.banner-special {
    position: absolute; }
    .banner-container.banner-special .banner-wrapper {
      text-align: center; }

.banner-wrapper .banner-button-close {
  background-color: rgba(255, 255, 255, 0.7);
  position: absolute;
  top: 5px;
  right: 5px;
  font-size: 1.5rem;
  font-family: sans-serif;
  font-weight: 300;
  line-height: 12px;
  text-transform: lowercase;
  text-shadow: 0 0 #fff;
  color: #333;
  padding: 2px 4px 4px 4px;
  border: 1px solid #333;
  border-radius: 5px;
  vertical-align: middle; }

/* BANNER TOP HEADER */
.banner-top-header {
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  display: flex;
  justify-content: center;
  background-color: #fff;
  z-index: 99999; }

header.main-header .header-v3 .header-super {
  padding: 15px 0;
  border-bottom: 1px solid #D1D1D1;
  z-index: 13; }
  header.main-header .header-v3 .header-super .side-navbar-nav {
    z-index: 14; }
  header.main-header .header-v3 .header-super .navigation-menu-wrapper {
    z-index: 13; }
    header.main-header .header-v3 .header-super .navigation-menu-wrapper [class*="col"],
    header.main-header .header-v3 .header-super .navigation-menu-wrapper .navbar-toggler {
      z-index: 13 !important; }
  header.main-header .header-v3 .header-super .side-navbar-nav {
    background-color: #FFFFFF;
    padding-top: 115px; }
    header.main-header .header-v3 .header-super .side-navbar-nav > div:first-of-type::before {
      content: '';
      background-color: #FFFFFF;
      position: absolute;
      display: block;
      z-index: 11;
      top: -115px;
      height: 115px;
      left: 0;
      right: 0;
      width: 100%; }
    @media (min-width: 576px) {
      header.main-header .header-v3 .header-super .side-navbar-nav {
        width: 305px;
        max-width: 305px; } }
    @media (min-width: 768px) {
      header.main-header .header-v3 .header-super .side-navbar-nav {
        width: 305px;
        max-width: 305px; } }
    @media (min-width: 992px) {
      header.main-header .header-v3 .header-super .side-navbar-nav {
        width: 305px;
        max-width: 305px; } }
    @media (min-width: 1200px) {
      header.main-header .header-v3 .header-super .side-navbar-nav {
        width: 305px;
        max-width: 305px; } }
    @media (min-width: 1200px) and (max-width: 1440px) {
      header.main-header .header-v3 .header-super .side-navbar-nav {
        width: 305px;
        max-width: 305px; } }
  header.main-header .header-v3 .header-super .nav-item {
    border-bottom: 1px solid #EBEBEB; }
    header.main-header .header-v3 .header-super .nav-item:first-of-type {
      border-top: 1px solid #EBEBEB; }
    header.main-header .header-v3 .header-super .nav-item:hover {
      border-color: #C82828;
      background-color: #C82828 !important; }
      header.main-header .header-v3 .header-super .nav-item:hover .nav-link {
        padding-left: 30px;
        color: #FFFFFF; }
    header.main-header .header-v3 .header-super .nav-item.dropdown .dropdown-menu .dropdown-item:hover {
      color: #FFFFFF; }
  header.main-header .header-v3 .header-super .nav-link {
    padding: 20px 40px 20px 20px;
    color: #C82828;
    font-weight: 400;
    font-size: 0.875em; }
    header.main-header .header-v3 .header-super .nav-link[href*="edicion_impresa"], header.main-header .header-v3 .header-super .nav-link[href*="edicion-impresa"] {
      color: #FFFFFF; }

header.main-header .header-v3 .header-middle {
  padding: 10px 0;
  box-shadow: 0 1.5px 4px rgba(0, 0, 0, 0.24), 0 1.5px 6px rgba(0, 0, 0, 0.12); }

header.main-header .header-v3 .header-super {
  background-color: #C82828 !important;
  border-bottom: none; }

header.main-header .header-v3 .header-middle {
  background-color: #b32424;
  display: none; }

header.main-header .header-v3 .navbar-toggler {
  padding-right: 25px; }
  header.main-header .header-v3 .navbar-toggler .navbar-icon {
    background-color: #FFFFFF;
    height: 3px; }
  header.main-header .header-v3 .navbar-toggler.opened-menu-v3 .navbar-icon:first-child {
    transform-origin: 45% 100%; }
  header.main-header .header-v3 .navbar-toggler.opened-menu-v3 .navbar-icon:last-child {
    transform-origin: 45% 10%; }

header.main-header .header-v3 .date-wrapper {
  color: #FFFFFF;
  opacity: 1; }

header.main-header.opened-menu-v3 .header-v3 [class^='header-'],
header.main-header.opened-menu-v3 .header-v3 [class*='col'],
header.main-header.opened-menu-v3 .header-v3 .row,
header.main-header.opened-menu-v3 .header-v3 * {
  z-index: 10 !important; }

header.main-header.opened-menu-v3 .header-v3 .header-bottom {
  z-index: 9 !important; }

header.main-header.opened-menu-v3 .header-v3 .side-navbar-nav,
header.main-header.opened-menu-v3 .header-v3 .header-super {
  z-index: 11 !important; }

header.main-header.opened-menu-v3 .header-v3 .date-wrapper {
  -webkit-animation: hide 100ms ease-out 1;
  -moz-animation: hide 100ms ease-out 1;
  -ms-animation: hide 100ms ease-out 1;
  -o-animation: hide 100ms ease-out 1;
  animation: hide 100ms ease-out 1;
  opacity: 0;
  display: none !important; }

header.main-header.opened-menu-v3 .header-v3 .side-navbar-nav {
  left: 0; }

header.main-header.opened-menu-v3 .header-v3 #navbar-toggler {
  position: fixed;
  top: 26px;
  left: 15px;
  padding: 0 0; }

/* ANIMATIONS */
@-webkit-keyframes fixed {
  0% {
    top: -100%; }
  100% {
    top: 0; } }

@-moz-keyframes fixed {
  0% {
    top: -100%; }
  100% {
    top: 0; } }

@-ms-keyframes fixed {
  0% {
    top: -100%; }
  100% {
    top: 0; } }

@-o-keyframes fixed {
  0% {
    top: -100%; }
  100% {
    top: 0; } }

@keyframes fixed {
  0% {
    top: -100%; }
  100% {
    top: 0; } }

/* ANIMATIONS */
@-webkit-keyframes hide {
  0% {
    opacity: 1; }
  99% {
    opacity: 0.1; }
  100% {
    opacity: 0;
    display: none !important; } }

@-moz-keyframes hide {
  0% {
    opacity: 1; }
  99% {
    opacity: 0.1; }
  100% {
    opacity: 0;
    display: none !important; } }

@-ms-keyframes hide {
  0% {
    opacity: 1; }
  99% {
    opacity: 0.1; }
  100% {
    opacity: 0;
    display: none !important; } }

@-o-keyframes hide {
  0% {
    opacity: 1; }
  99% {
    opacity: 0.1; }
  100% {
    opacity: 0;
    display: none !important; } }

@keyframes hide {
  0% {
    opacity: 1; }
  99% {
    opacity: 0.1; }
  100% {
    opacity: 0;
    display: none !important; } }

body.fixed-header.fixed-header-v3 header.main-header .header-v3 .header-middle,
body.fixed-header.fixed-header-v3 header.main-header .header-v3 .header-bottom {
  display: none !important; }

body.fixed-header.fixed-header-v3 header.main-header .header-v3 .header-super {
  padding: 10px 0; }
  body.fixed-header.fixed-header-v3 header.main-header .header-v3 .header-super .navbar-brand {
    padding: 0 0; }

body.fixed-header.fixed-header-v3 header.main-header:not(.opened-menu-v3) {
  -webkit-animation: fixed 200ms ease-out 1;
  -moz-animation: fixed 200ms ease-out 1;
  -ms-animation: fixed 200ms ease-out 1;
  -o-animation: fixed 200ms ease-out 1;
  animation: fixed 200ms ease-out 1; }

/* purgecss start ignore */
footer.footer {
  padding-top: 25px;
  padding-bottom: 40px;
  background-color: #13192C;
  color: #8598AB;
  /* Nuevo Footer Julio/Agosto 2019 */ }
  footer.footer .footer-top {
    background-color: transparent; }
    footer.footer .footer-top .container {
      padding-top: 0;
      padding-bottom: 37px;
      border-bottom: 1px solid #4B5D6F; }
  footer.footer .footer-middle {
    background-color: transparent; }
    footer.footer .footer-middle .container {
      padding-top: 20px;
      padding-bottom: 20px;
      border-bottom: 1px solid #4B5D6F; }
      footer.footer .footer-middle .container > .row > [class*="col-"]:first-of-type, footer.footer .footer-middle .container > .row > [class*="col-"]:nth-of-type(2) {
        border-right: 1px solid #4B5D6F; }
      footer.footer .footer-middle .container > .row > [class*="col-"]:nth-of-type(3) .footer-links li {
        width: 100%; }
  footer.footer .footer-bottom {
    background-color: transparent; }
    footer.footer .footer-bottom .container {
      padding-top: 25px;
      padding-bottom: 30px; }
  footer.footer.footer-2019:not(.footer-mobile) {
    background-color: #13192C;
    box-shadow: 0 1.5px 4px rgba(0, 0, 0, 0.24), 0 1.5px 6px rgba(0, 0, 0, 0.12);
    padding: 20px 0;
    color: #303030; }
    footer.footer.footer-2019:not(.footer-mobile) .footer-top .container {
      padding-bottom: 20px;
      border-bottom: 1px solid rgba(133, 152, 171, 0.2); }
    footer.footer.footer-2019:not(.footer-mobile) .footer-top .brand-logo img {
      max-width: 140px;
      height: auto; }
    footer.footer.footer-2019:not(.footer-mobile) .footer-middle {
      padding: 20px 0 0; }
      footer.footer.footer-2019:not(.footer-mobile) .footer-middle .container {
        border-bottom: 1px solid rgba(133, 152, 171, 0.2);
        padding-top: 0;
        padding-bottom: 20px; }
        footer.footer.footer-2019:not(.footer-mobile) .footer-middle .container > .row > [class*="col-"]:first-of-type,
        footer.footer.footer-2019:not(.footer-mobile) .footer-middle .container > .row > [class*="col-"]:nth-of-type(2) {
          border-right: 0 none; }
      footer.footer.footer-2019:not(.footer-mobile) .footer-middle .footer-links:after, footer.footer.footer-2019:not(.footer-mobile) .footer-middle .footer-links:before {
        content: " ";
        display: table; }
      footer.footer.footer-2019:not(.footer-mobile) .footer-middle .footer-links:after {
        clear: both; }
      footer.footer.footer-2019:not(.footer-mobile) .footer-middle .footer-links li {
        width: auto;
        margin-right: 20px;
        margin-bottom: 15px;
        color: #FFFFFF;
        font-size: 0.8125em;
        line-height: 1; }
        footer.footer.footer-2019:not(.footer-mobile) .footer-middle .footer-links li:last-of-type {
          margin-right: 0; }
        footer.footer.footer-2019:not(.footer-mobile) .footer-middle .footer-links li a {
          color: inherit; }
      footer.footer.footer-2019:not(.footer-mobile) .footer-middle .free-text {
        color: #FFFFFF;
        font-size: 0.8125em; }
        footer.footer.footer-2019:not(.footer-mobile) .footer-middle .free-text b,
        footer.footer.footer-2019:not(.footer-mobile) .footer-middle .free-text strong {
          font-weight: 400; }
          footer.footer.footer-2019:not(.footer-mobile) .footer-middle .free-text b a,
          footer.footer.footer-2019:not(.footer-mobile) .footer-middle .free-text strong a {
            font-size: 1.25em; }
        footer.footer.footer-2019:not(.footer-mobile) .footer-middle .free-text .note .body-content,
        footer.footer.footer-2019:not(.footer-mobile) .footer-middle .free-text p {
          font-size: 1em;
          font-weight: 300;
          color: #FFFFFF; }
        footer.footer.footer-2019:not(.footer-mobile) .footer-middle .free-text .note {
          margin-bottom: 0; }
          footer.footer.footer-2019:not(.footer-mobile) .footer-middle .free-text .note .body-content {
            margin-bottom: 0;
            color: #FFFFFF; }
      footer.footer.footer-2019:not(.footer-mobile) .footer-middle .socials a.nav-link .social-icon {
        color: #FFFFFF;
        font-size: 1.0625em; }
      footer.footer.footer-2019:not(.footer-mobile) .footer-middle .socials .nav-item:last-of-type .nav-link {
        padding-right: 0; }
    footer.footer.footer-2019:not(.footer-mobile) .footer-bottom .container {
      padding-top: 20px;
      padding-bottom: 0; }
    footer.footer.footer-2019:not(.footer-mobile) .footer-bottom .free-text {
      font-size: 0.75em;
      color: #FFFFFF;
      font-weight: 300;
      line-height: 1.1em; }
      footer.footer.footer-2019:not(.footer-mobile) .footer-bottom .free-text .nro-edition {
        display: inline; }
      footer.footer.footer-2019:not(.footer-mobile) .footer-bottom .free-text > * {
        font-size: inherit;
        color: inherit;
        font-weight: inherit;
        line-height: inherit; }
    footer.footer.footer-2019:not(.footer-mobile) .footer-bottom .brand-logo img,
    footer.footer.footer-2019:not(.footer-mobile) .footer-bottom .footer-brands img {
      max-width: 140px;
      height: auto; }
  footer.footer.footer-2019.footer-mobile {
    background-color: #13192C;
    box-shadow: 0 1.5px 4px rgba(0, 0, 0, 0.24), 0 1.5px 6px rgba(0, 0, 0, 0.12);
    color: #FFFFFF;
    padding: 0; }
    footer.footer.footer-2019.footer-mobile [class^="footer-"].footer-2019 {
      background-color: #13192C; }
    footer.footer.footer-2019.footer-mobile .list-title {
      width: 100% !important; }
    footer.footer.footer-2019.footer-mobile .obj-title {
      color: #FFFFFF !important;
      margin-bottom: 0;
      font-size: 1.375em;
      text-align: left; }
    footer.footer.footer-2019.footer-mobile .footer-top.footer-2019 {
      padding: 20px 15px 0; }
      footer.footer.footer-2019.footer-mobile .footer-top.footer-2019 .container {
        border-bottom: 1px solid rgba(200, 40, 40, 0.2);
        padding-left: 0;
        padding-right: 0;
        padding-bottom: 20px; }
      footer.footer.footer-2019.footer-mobile .footer-top.footer-2019 .brand-logo {
        max-width: 50px;
        height: auto;
        text-align: left; }
    footer.footer.footer-2019.footer-mobile .footer-middle.footer-2019 {
      text-align: left;
      padding-left: 15px;
      padding-right: 15px; }
      footer.footer.footer-2019.footer-mobile .footer-middle.footer-2019 .container {
        padding-left: 0;
        padding-right: 0;
        border-bottom: 1px solid rgba(133, 152, 171, 0.2); }
      footer.footer.footer-2019.footer-mobile .footer-middle.footer-2019 .footer-links {
        margin-bottom: 5px; }
        footer.footer.footer-2019.footer-mobile .footer-middle.footer-2019 .footer-links:after, footer.footer.footer-2019.footer-mobile .footer-middle.footer-2019 .footer-links:before {
          content: " ";
          display: table; }
        footer.footer.footer-2019.footer-mobile .footer-middle.footer-2019 .footer-links:after {
          clear: both; }
        footer.footer.footer-2019.footer-mobile .footer-middle.footer-2019 .footer-links li {
          float: left;
          color: #FFFFFF;
          font-weight: 500;
          text-transform: uppercase;
          font-size: 0.75em;
          margin: 0 15px 15px 0;
          width: auto; }
          footer.footer.footer-2019.footer-mobile .footer-middle.footer-2019 .footer-links li a {
            color: inherit; }
        footer.footer.footer-2019.footer-mobile .footer-middle.footer-2019 .footer-links.groupers li {
          color: #FFFFFF !important; }
          footer.footer.footer-2019.footer-mobile .footer-middle.footer-2019 .footer-links.groupers li a {
            color: inherit; }
      footer.footer.footer-2019.footer-mobile .footer-middle.footer-2019 .free-text {
        text-align: left;
        color: #FFFFFF;
        border-bottom: 0 none;
        margin-bottom: 0; }
        footer.footer.footer-2019.footer-mobile .footer-middle.footer-2019 .free-text b,
        footer.footer.footer-2019.footer-mobile .footer-middle.footer-2019 .free-text strong {
          font-weight: 400; }
          footer.footer.footer-2019.footer-mobile .footer-middle.footer-2019 .free-text b a,
          footer.footer.footer-2019.footer-mobile .footer-middle.footer-2019 .free-text strong a {
            font-size: 1.25em; }
        footer.footer.footer-2019.footer-mobile .footer-middle.footer-2019 .free-text .note .body-content,
        footer.footer.footer-2019.footer-mobile .footer-middle.footer-2019 .free-text p {
          font-size: 0.75em;
          font-weight: 300;
          color: #FFFFFF; }
        footer.footer.footer-2019.footer-mobile .footer-middle.footer-2019 .free-text .note {
          margin-bottom: 0; }
          footer.footer.footer-2019.footer-mobile .footer-middle.footer-2019 .free-text .note .body-content {
            margin-bottom: 0;
            color: #FFFFFF; }
    footer.footer.footer-2019.footer-mobile .footer-bottom.footer-2019 .container {
      padding-top: 20px;
      padding-bottom: 20px; }
    footer.footer.footer-2019.footer-mobile .footer-bottom.footer-2019 .free-text {
      border-bottom: 0 none;
      margin: 0 0;
      text-align: left;
      color: #FFFFFF;
      font-size: 0.75em;
      font-weight: 300;
      margin-bottom: 20px !important; }
      footer.footer.footer-2019.footer-mobile .footer-bottom.footer-2019 .free-text .nro-edition {
        display: inline; }
      footer.footer.footer-2019.footer-mobile .footer-bottom.footer-2019 .free-text:last-of-type {
        margin-bottom: 35px; }
      footer.footer.footer-2019.footer-mobile .footer-bottom.footer-2019 .free-text b,
      footer.footer.footer-2019.footer-mobile .footer-bottom.footer-2019 .free-text strong {
        font-weight: 400; }
        footer.footer.footer-2019.footer-mobile .footer-bottom.footer-2019 .free-text b a,
        footer.footer.footer-2019.footer-mobile .footer-bottom.footer-2019 .free-text strong a {
          font-size: 1.25em; }
      footer.footer.footer-2019.footer-mobile .footer-bottom.footer-2019 .free-text p {
        font-size: 0.75em;
        font-weight: 300; }
      footer.footer.footer-2019.footer-mobile .footer-bottom.footer-2019 .free-text .cmsItemList {
        display: inline; }
        footer.footer.footer-2019.footer-mobile .footer-bottom.footer-2019 .free-text .cmsItemList .cmsItemObjectData {
          display: inherit; }
    footer.footer.footer-2019.footer-mobile .footer-bottom.footer-2019 .footer-brands img {
      max-width: 140px;
      height: auto; }

/* purgecss end ignore */
/* purgecss start ignore */
/* Colores en las chapitas */
.article-theme.celeste-vivo {
  color: #44c9f6 !important; }

.article-kicker.celeste-vivo {
  color: #44c9f6 !important; }

.article-category-grouper.celeste-vivo:hover {
  color: #44c9f6 !important; }

/* Cabezales */
.headline.celeste-vivo .obj-title, .celeste-vivo.most-read .obj-title, .celeste-vivo.note-by-author .obj-title {
  color: #44c9f6; }
  .headline.celeste-vivo .obj-title::first-letter, .celeste-vivo.most-read .obj-title::first-letter, .celeste-vivo.note-by-author .obj-title::first-letter {
    background-color: #44c9f6;
    color: #FFFFFF; }

/* Widges con colores de fondo */
.celeste-vivo-bg {
  background-color: #44c9f6; }
  .celeste-vivo-bg.widget-wrapper {
    padding-top: 25px;
    margin-bottom: 25px; }
  .celeste-vivo-bg .highlighted-note-square-image .preview,
  .celeste-vivo-bg .highlighted-note-square-image .title,
  .celeste-vivo-bg .highlighted-note-square-image .author,
  .celeste-vivo-bg .highlighted-note-square-image .article-category-grouper,
  .celeste-vivo-bg .highlighted-note-square-image .article-kicker,
  .celeste-vivo-bg .simple-note .preview,
  .celeste-vivo-bg .simple-note .title,
  .celeste-vivo-bg .simple-note .author,
  .celeste-vivo-bg .simple-note .article-category-grouper,
  .celeste-vivo-bg .simple-note .article-kicker,
  .celeste-vivo-bg .simple-note-square-image .preview,
  .celeste-vivo-bg .simple-note-square-image .title,
  .celeste-vivo-bg .simple-note-square-image .author,
  .celeste-vivo-bg .simple-note-square-image .article-category-grouper,
  .celeste-vivo-bg .simple-note-square-image .article-kicker {
    color: #FFFFFF !important; }
  .celeste-vivo-bg .headline, .celeste-vivo-bg .most-read, .celeste-vivo-bg .note-by-author {
    margin-top: 0;
    padding-top: 8px; }
    .celeste-vivo-bg .headline .obj-title, .celeste-vivo-bg .most-read .obj-title, .celeste-vivo-bg .note-by-author .obj-title {
      color: #FFFFFF !important; }
      .celeste-vivo-bg .headline .obj-title::first-letter, .celeste-vivo-bg .most-read .obj-title::first-letter, .celeste-vivo-bg .note-by-author .obj-title::first-letter {
        background-color: #FFFFFF;
        color: #44c9f6 !important; }
  .celeste-vivo-bg.celeste-vivo {
    /* Chapitas en los listados de notas */
    /* Icono de Play si la nota tiene video */ }
    .celeste-vivo-bg.celeste-vivo [class*='note'] .article-theme {
      background-color: rgba(68, 201, 246, 0.8) !important;
      color: #FFFFFF !important; }
    .celeste-vivo-bg.celeste-vivo [data-type*="article"] i[class*="play"]:hover {
      color: #44c9f6 !important; }
  .celeste-vivo-bg.copa-america {
    /* Chapitas en los listados de notas */
    /* Icono de Play si la nota tiene video */ }
    .celeste-vivo-bg.copa-america [class*='note'] .article-theme {
      background-color: rgba(32, 138, 200, 0.8) !important;
      color: #FFFFFF !important; }
    .celeste-vivo-bg.copa-america [data-type*="article"] i[class*="play"]:hover {
      color: #208ac8 !important; }
  .celeste-vivo-bg.fucsia {
    /* Chapitas en los listados de notas */
    /* Icono de Play si la nota tiene video */ }
    .celeste-vivo-bg.fucsia [class*='note'] .article-theme {
      background-color: rgba(182, 11, 124, 0.8) !important;
      color: #FFFFFF !important; }
    .celeste-vivo-bg.fucsia [data-type*="article"] i[class*="play"]:hover {
      color: #b60b7c !important; }
  .celeste-vivo-bg.gris {
    /* Chapitas en los listados de notas */
    /* Icono de Play si la nota tiene video */ }
    .celeste-vivo-bg.gris [class*='note'] .article-theme {
      background-color: rgba(109, 123, 140, 0.8) !important;
      color: #FFFFFF !important; }
    .celeste-vivo-bg.gris [data-type*="article"] i[class*="play"]:hover {
      color: #6d7b8c !important; }
  .celeste-vivo-bg.naranja {
    /* Chapitas en los listados de notas */
    /* Icono de Play si la nota tiene video */ }
    .celeste-vivo-bg.naranja [class*='note'] .article-theme {
      background-color: rgba(227, 123, 87, 0.8) !important;
      color: #FFFFFF !important; }
    .celeste-vivo-bg.naranja [data-type*="article"] i[class*="play"]:hover {
      color: #e37b57 !important; }
  .celeste-vivo-bg.naranja_fuerte {
    /* Chapitas en los listados de notas */
    /* Icono de Play si la nota tiene video */ }
    .celeste-vivo-bg.naranja_fuerte [class*='note'] .article-theme {
      background-color: rgba(217, 56, 0, 0.8) !important;
      color: #FFFFFF !important; }
    .celeste-vivo-bg.naranja_fuerte [data-type*="article"] i[class*="play"]:hover {
      color: #D93800 !important; }
  .celeste-vivo-bg.rating-cero {
    /* Chapitas en los listados de notas */
    /* Icono de Play si la nota tiene video */ }
    .celeste-vivo-bg.rating-cero [class*='note'] .article-theme {
      background-color: rgba(218, 44, 41, 0.8) !important;
      color: #FFFFFF !important; }
    .celeste-vivo-bg.rating-cero [data-type*="article"] i[class*="play"]:hover {
      color: #da2c29 !important; }
  .celeste-vivo-bg.texto-blanco .article-shouts .info-wrapper .preview,
  .celeste-vivo-bg.texto-blanco .article-shouts .info-wrapper .title,
  .celeste-vivo-bg.texto-blanco .article-shouts .info-wrapper .author,
  .celeste-vivo-bg.texto-blanco .article-shouts .info-wrapper .article-kicker,
  .celeste-vivo-bg.texto-blanco .highlighted-note-square-image .info-wrapper .preview,
  .celeste-vivo-bg.texto-blanco .highlighted-note-square-image .info-wrapper .title,
  .celeste-vivo-bg.texto-blanco .highlighted-note-square-image .info-wrapper .author,
  .celeste-vivo-bg.texto-blanco .highlighted-note-square-image .info-wrapper .article-kicker,
  .celeste-vivo-bg.texto-blanco .simple-list .info-wrapper .preview,
  .celeste-vivo-bg.texto-blanco .section-aside-single-article .info-wrapper .preview,
  .celeste-vivo-bg.texto-blanco .simple-list .info-wrapper .title,
  .celeste-vivo-bg.texto-blanco .section-aside-single-article .info-wrapper .title,
  .celeste-vivo-bg.texto-blanco .simple-list .info-wrapper .author,
  .celeste-vivo-bg.texto-blanco .section-aside-single-article .info-wrapper .author,
  .celeste-vivo-bg.texto-blanco .simple-list .info-wrapper .article-kicker,
  .celeste-vivo-bg.texto-blanco .section-aside-single-article .info-wrapper .article-kicker,
  .celeste-vivo-bg.texto-blanco .simple-list-square-image .info-wrapper .preview,
  .celeste-vivo-bg.texto-blanco .simple-list-square-image .info-wrapper .title,
  .celeste-vivo-bg.texto-blanco .simple-list-square-image .info-wrapper .author,
  .celeste-vivo-bg.texto-blanco .simple-list-square-image .info-wrapper .article-kicker {
    color: #FFFFFF !important; }
    .celeste-vivo-bg.texto-blanco .article-shouts .info-wrapper .preview:hover,
    .celeste-vivo-bg.texto-blanco .article-shouts .info-wrapper .title:hover,
    .celeste-vivo-bg.texto-blanco .article-shouts .info-wrapper .author:hover,
    .celeste-vivo-bg.texto-blanco .article-shouts .info-wrapper .article-kicker:hover,
    .celeste-vivo-bg.texto-blanco .highlighted-note-square-image .info-wrapper .preview:hover,
    .celeste-vivo-bg.texto-blanco .highlighted-note-square-image .info-wrapper .title:hover,
    .celeste-vivo-bg.texto-blanco .highlighted-note-square-image .info-wrapper .author:hover,
    .celeste-vivo-bg.texto-blanco .highlighted-note-square-image .info-wrapper .article-kicker:hover,
    .celeste-vivo-bg.texto-blanco .simple-list .info-wrapper .preview:hover,
    .celeste-vivo-bg.texto-blanco .section-aside-single-article .info-wrapper .preview:hover,
    .celeste-vivo-bg.texto-blanco .simple-list .info-wrapper .title:hover,
    .celeste-vivo-bg.texto-blanco .section-aside-single-article .info-wrapper .title:hover,
    .celeste-vivo-bg.texto-blanco .simple-list .info-wrapper .author:hover,
    .celeste-vivo-bg.texto-blanco .section-aside-single-article .info-wrapper .author:hover,
    .celeste-vivo-bg.texto-blanco .simple-list .info-wrapper .article-kicker:hover,
    .celeste-vivo-bg.texto-blanco .section-aside-single-article .info-wrapper .article-kicker:hover,
    .celeste-vivo-bg.texto-blanco .simple-list-square-image .info-wrapper .preview:hover,
    .celeste-vivo-bg.texto-blanco .simple-list-square-image .info-wrapper .title:hover,
    .celeste-vivo-bg.texto-blanco .simple-list-square-image .info-wrapper .author:hover,
    .celeste-vivo-bg.texto-blanco .simple-list-square-image .info-wrapper .article-kicker:hover {
      color: #FFFFFF !important; }
  .celeste-vivo-bg.texto-blanco .article-shouts .preview,
  .celeste-vivo-bg.texto-blanco .article-shouts .title,
  .celeste-vivo-bg.texto-blanco .article-shouts .author,
  .celeste-vivo-bg.texto-blanco .highlighted-note-square-image .preview,
  .celeste-vivo-bg.texto-blanco .highlighted-note-square-image .title,
  .celeste-vivo-bg.texto-blanco .highlighted-note-square-image .author,
  .celeste-vivo-bg.texto-blanco .simple-list .preview,
  .celeste-vivo-bg.texto-blanco .section-aside-single-article .preview,
  .celeste-vivo-bg.texto-blanco .simple-list .title,
  .celeste-vivo-bg.texto-blanco .section-aside-single-article .title,
  .celeste-vivo-bg.texto-blanco .simple-list .author,
  .celeste-vivo-bg.texto-blanco .section-aside-single-article .author,
  .celeste-vivo-bg.texto-blanco .simple-list-square-image .preview,
  .celeste-vivo-bg.texto-blanco .simple-list-square-image .title,
  .celeste-vivo-bg.texto-blanco .simple-list-square-image .author {
    color: #FFFFFF !important; }
    .celeste-vivo-bg.texto-blanco .article-shouts .preview:hover,
    .celeste-vivo-bg.texto-blanco .article-shouts .title:hover,
    .celeste-vivo-bg.texto-blanco .article-shouts .author:hover,
    .celeste-vivo-bg.texto-blanco .highlighted-note-square-image .preview:hover,
    .celeste-vivo-bg.texto-blanco .highlighted-note-square-image .title:hover,
    .celeste-vivo-bg.texto-blanco .highlighted-note-square-image .author:hover,
    .celeste-vivo-bg.texto-blanco .simple-list .preview:hover,
    .celeste-vivo-bg.texto-blanco .section-aside-single-article .preview:hover,
    .celeste-vivo-bg.texto-blanco .simple-list .title:hover,
    .celeste-vivo-bg.texto-blanco .section-aside-single-article .title:hover,
    .celeste-vivo-bg.texto-blanco .simple-list .author:hover,
    .celeste-vivo-bg.texto-blanco .section-aside-single-article .author:hover,
    .celeste-vivo-bg.texto-blanco .simple-list-square-image .preview:hover,
    .celeste-vivo-bg.texto-blanco .simple-list-square-image .title:hover,
    .celeste-vivo-bg.texto-blanco .simple-list-square-image .author:hover {
      color: #FFFFFF !important; }
  .celeste-vivo-bg.texto-blanco [class*='note'] .article-theme {
    color: #FFFFFF !important; }
  .celeste-vivo-bg.texto-blanco .headline, .celeste-vivo-bg.texto-blanco .most-read, .celeste-vivo-bg.texto-blanco .note-by-author {
    margin-top: 0;
    padding-top: 8px; }
    .celeste-vivo-bg.texto-blanco .headline .obj-title, .celeste-vivo-bg.texto-blanco .most-read .obj-title, .celeste-vivo-bg.texto-blanco .note-by-author .obj-title {
      color: #FFFFFF !important; }
      .celeste-vivo-bg.texto-blanco .headline .obj-title::first-letter, .celeste-vivo-bg.texto-blanco .most-read .obj-title::first-letter, .celeste-vivo-bg.texto-blanco .note-by-author .obj-title::first-letter {
        background-color: #FFFFFF;
        color: #44c9f6 !important; }
  .celeste-vivo-bg.tipo-blanca {
    /* Chapitas en los listados de notas */
    /* Icono de Play si la nota tiene video */ }
    .celeste-vivo-bg.tipo-blanca [class*='note'] .article-theme {
      background-color: rgba(0, 0, 0, 0) !important;
      color: #FFFFFF !important; }
    .celeste-vivo-bg.tipo-blanca [data-type*="article"] i[class*="play"]:hover {
      color: transparent !important; }
  .celeste-vivo-bg.verde-doc {
    /* Chapitas en los listados de notas */
    /* Icono de Play si la nota tiene video */ }
    .celeste-vivo-bg.verde-doc [class*='note'] .article-theme {
      background-color: rgba(0, 153, 153, 0.8) !important;
      color: #FFFFFF !important; }
    .celeste-vivo-bg.verde-doc [data-type*="article"] i[class*="play"]:hover {
      color: #099 !important; }
  .celeste-vivo-bg.verde_oscuro {
    /* Chapitas en los listados de notas */
    /* Icono de Play si la nota tiene video */ }
    .celeste-vivo-bg.verde_oscuro [class*='note'] .article-theme {
      background-color: rgba(74, 122, 80, 0.8) !important;
      color: #FFFFFF !important; }
    .celeste-vivo-bg.verde_oscuro [data-type*="article"] i[class*="play"]:hover {
      color: #4a7a50 !important; }
  .celeste-vivo-bg.violeta {
    /* Chapitas en los listados de notas */
    /* Icono de Play si la nota tiene video */ }
    .celeste-vivo-bg.violeta [class*='note'] .article-theme {
      background-color: rgba(86, 0, 141, 0.8) !important;
      color: #FFFFFF !important; }
    .celeste-vivo-bg.violeta [data-type*="article"] i[class*="play"]:hover {
      color: #56008D !important; }
  .celeste-vivo-bg.beige {
    /* Chapitas en los listados de notas */
    /* Icono de Play si la nota tiene video */ }
    .celeste-vivo-bg.beige [class*='note'] .article-theme {
      background-color: rgba(247, 239, 228, 0.8) !important;
      color: #000000 !important; }
    .celeste-vivo-bg.beige [data-type*="article"] i[class*="play"]:hover {
      color: #f7efe4 !important; }
  .celeste-vivo-bg.bordo {
    /* Chapitas en los listados de notas */
    /* Icono de Play si la nota tiene video */ }
    .celeste-vivo-bg.bordo [class*='note'] .article-theme {
      background-color: rgba(64, 37, 34, 0.8) !important;
      color: #FFFFFF !important; }
    .celeste-vivo-bg.bordo [data-type*="article"] i[class*="play"]:hover {
      color: #402522 !important; }
  .celeste-vivo-bg.verde-limon {
    /* Chapitas en los listados de notas */
    /* Icono de Play si la nota tiene video */ }
    .celeste-vivo-bg.verde-limon [class*='note'] .article-theme {
      background-color: rgba(239, 255, 211, 0.8) !important;
      color: #000000 !important; }
    .celeste-vivo-bg.verde-limon [data-type*="article"] i[class*="play"]:hover {
      color: #efffd3 !important; }
  .celeste-vivo-bg.rojo {
    /* Chapitas en los listados de notas */
    /* Icono de Play si la nota tiene video */ }
    .celeste-vivo-bg.rojo [class*='note'] .article-theme {
      background-color: rgba(216, 84, 84, 0.8) !important;
      color: #FFFFFF !important; }
    .celeste-vivo-bg.rojo [data-type*="article"] i[class*="play"]:hover {
      color: #d85454 !important; }
  .celeste-vivo-bg.celeste {
    /* Chapitas en los listados de notas */
    /* Icono de Play si la nota tiene video */ }
    .celeste-vivo-bg.celeste [class*='note'] .article-theme {
      background-color: rgba(81, 163, 255, 0.8) !important;
      color: #FFFFFF !important; }
    .celeste-vivo-bg.celeste [data-type*="article"] i[class*="play"]:hover {
      color: #51a3ff !important; }
  .celeste-vivo-bg.amarillo {
    /* Chapitas en los listados de notas */
    /* Icono de Play si la nota tiene video */ }
    .celeste-vivo-bg.amarillo [class*='note'] .article-theme {
      background-color: rgba(212, 202, 86, 0.8) !important;
      color: #000000 !important; }
    .celeste-vivo-bg.amarillo [data-type*="article"] i[class*="play"]:hover {
      color: #d4ca56 !important; }
  .celeste-vivo-bg.magent {
    /* Chapitas en los listados de notas */
    /* Icono de Play si la nota tiene video */ }
    .celeste-vivo-bg.magent [class*='note'] .article-theme {
      background-color: rgba(204, 98, 200, 0.8) !important;
      color: #FFFFFF !important; }
    .celeste-vivo-bg.magent [data-type*="article"] i[class*="play"]:hover {
      color: #cc62c8 !important; }
  .celeste-vivo-bg.azul {
    /* Chapitas en los listados de notas */
    /* Icono de Play si la nota tiene video */ }
    .celeste-vivo-bg.azul [class*='note'] .article-theme {
      background-color: rgba(96, 129, 166, 0.8) !important;
      color: #FFFFFF !important; }
    .celeste-vivo-bg.azul [data-type*="article"] i[class*="play"]:hover {
      color: #6081a6 !important; }
  .celeste-vivo-bg.verde {
    /* Chapitas en los listados de notas */
    /* Icono de Play si la nota tiene video */ }
    .celeste-vivo-bg.verde [class*='note'] .article-theme {
      background-color: rgba(93, 200, 102, 0.8) !important;
      color: #FFFFFF !important; }
    .celeste-vivo-bg.verde [data-type*="article"] i[class*="play"]:hover {
      color: #5dc866 !important; }
  .celeste-vivo-bg.cyan {
    /* Chapitas en los listados de notas */
    /* Icono de Play si la nota tiene video */ }
    .celeste-vivo-bg.cyan [class*='note'] .article-theme {
      background-color: rgba(0, 188, 212, 0.8) !important;
      color: #000000 !important; }
    .celeste-vivo-bg.cyan [data-type*="article"] i[class*="play"]:hover {
      color: #00BCD4 !important; }
  .celeste-vivo-bg.negro {
    /* Chapitas en los listados de notas */
    /* Icono de Play si la nota tiene video */ }
    .celeste-vivo-bg.negro [class*='note'] .article-theme {
      background-color: rgba(29, 29, 32, 0.8) !important;
      color: #FFFFFF !important; }
    .celeste-vivo-bg.negro [data-type*="article"] i[class*="play"]:hover {
      color: #1d1d20 !important; }

/* Widgets con color relacionado */
.widget-wrapper.celeste-vivo:not([class*="-bg"]) {
  /* Cabezales */
  /* Chapitas en los listados de notas */
  /* Icono de Play si la nota tiene video */ }
  .widget-wrapper.celeste-vivo:not([class*="-bg"]) .headline .obj-title, .widget-wrapper.celeste-vivo:not([class*="-bg"]) .most-read .obj-title, .widget-wrapper.celeste-vivo:not([class*="-bg"]) .note-by-author .obj-title {
    color: #44c9f6; }
    .widget-wrapper.celeste-vivo:not([class*="-bg"]) .headline .obj-title::first-letter, .widget-wrapper.celeste-vivo:not([class*="-bg"]) .most-read .obj-title::first-letter, .widget-wrapper.celeste-vivo:not([class*="-bg"]) .note-by-author .obj-title::first-letter {
      background-color: #44c9f6;
      color: #FFFFFF; }
  .widget-wrapper.celeste-vivo:not([class*="-bg"]) [class*='note']:not(.highlighted-portrait-note):not(.highlighted-note-overprinted-title) .article-kicker {
    color: #44c9f6 !important; }
  .widget-wrapper.celeste-vivo:not([class*="-bg"]) [class*='note'] .article-theme {
    background-color: rgba(68, 201, 246, 0.8) !important;
    color: #FFFFFF !important; }
  .widget-wrapper.celeste-vivo:not([class*="-bg"]) [class*='note'] .info-wrapper .preview:hover,
  .widget-wrapper.celeste-vivo:not([class*="-bg"]) [class*='note'] .info-wrapper .title:hover,
  .widget-wrapper.celeste-vivo:not([class*="-bg"]) [class*='note'] .info-wrapper .author:hover,
  .widget-wrapper.celeste-vivo:not([class*="-bg"]) [class*='note'] .info-wrapper .article-category-grouper:hover,
  .widget-wrapper.celeste-vivo:not([class*="-bg"]) [class*='note'] .info-wrapper .article-kicker:hover {
    color: #44c9f6 !important; }
  .widget-wrapper.celeste-vivo:not([class*="-bg"]) [class*='note'] .preview:hover,
  .widget-wrapper.celeste-vivo:not([class*="-bg"]) [class*='note'] .title:hover,
  .widget-wrapper.celeste-vivo:not([class*="-bg"]) [class*='note'] .author:hover {
    color: #44c9f6 !important; }
  .widget-wrapper.celeste-vivo:not([class*="-bg"]) [data-type*="article"] i[class*="play"]:hover {
    color: #44c9f6 !important; }

.widget-wrapper.celeste-vivo:not([class*="-bg"]) {
  /* Cabezales */
  /* Chapitas en los listados de notas */
  /* Icono de Play si la nota tiene video */ }
  .widget-wrapper.celeste-vivo:not([class*="-bg"]) .headline .obj-title, .widget-wrapper.celeste-vivo:not([class*="-bg"]) .most-read .obj-title, .widget-wrapper.celeste-vivo:not([class*="-bg"]) .note-by-author .obj-title {
    color: #44c9f6; }
    .widget-wrapper.celeste-vivo:not([class*="-bg"]) .headline .obj-title::first-letter, .widget-wrapper.celeste-vivo:not([class*="-bg"]) .most-read .obj-title::first-letter, .widget-wrapper.celeste-vivo:not([class*="-bg"]) .note-by-author .obj-title::first-letter {
      background-color: #44c9f6;
      color: #FFFFFF; }
  .widget-wrapper.celeste-vivo:not([class*="-bg"]) [class*='note']:not(.highlighted-portrait-note):not(.highlighted-note-overprinted-title) .article-kicker {
    color: #44c9f6 !important; }
  .widget-wrapper.celeste-vivo:not([class*="-bg"]) [class*='note'] .article-theme {
    background-color: rgba(68, 201, 246, 0.8) !important;
    color: #FFFFFF !important; }
  .widget-wrapper.celeste-vivo:not([class*="-bg"]) [class*='note'] .info-wrapper .preview:hover,
  .widget-wrapper.celeste-vivo:not([class*="-bg"]) [class*='note'] .info-wrapper .title:hover,
  .widget-wrapper.celeste-vivo:not([class*="-bg"]) [class*='note'] .info-wrapper .author:hover,
  .widget-wrapper.celeste-vivo:not([class*="-bg"]) [class*='note'] .info-wrapper .article-category-grouper:hover,
  .widget-wrapper.celeste-vivo:not([class*="-bg"]) [class*='note'] .info-wrapper .article-kicker:hover {
    color: #44c9f6 !important; }
  .widget-wrapper.celeste-vivo:not([class*="-bg"]) [class*='note'] .preview:hover,
  .widget-wrapper.celeste-vivo:not([class*="-bg"]) [class*='note'] .title:hover,
  .widget-wrapper.celeste-vivo:not([class*="-bg"]) [class*='note'] .author:hover {
    color: #44c9f6 !important; }
  .widget-wrapper.celeste-vivo:not([class*="-bg"]) [data-type*="article"] i[class*="play"]:hover {
    color: #44c9f6 !important; }

.widget-wrapper.celeste-vivo:not([class*="-bg"]) {
  /* Cabezales */
  /* Chapitas en los listados de notas */
  /* Icono de Play si la nota tiene video */ }
  .widget-wrapper.celeste-vivo:not([class*="-bg"]) .headline .obj-title, .widget-wrapper.celeste-vivo:not([class*="-bg"]) .most-read .obj-title, .widget-wrapper.celeste-vivo:not([class*="-bg"]) .note-by-author .obj-title {
    color: #44c9f6; }
    .widget-wrapper.celeste-vivo:not([class*="-bg"]) .headline .obj-title::first-letter, .widget-wrapper.celeste-vivo:not([class*="-bg"]) .most-read .obj-title::first-letter, .widget-wrapper.celeste-vivo:not([class*="-bg"]) .note-by-author .obj-title::first-letter {
      background-color: #44c9f6;
      color: #FFFFFF; }
  .widget-wrapper.celeste-vivo:not([class*="-bg"]) [class*='note']:not(.highlighted-portrait-note):not(.highlighted-note-overprinted-title) .article-kicker {
    color: #44c9f6 !important; }
  .widget-wrapper.celeste-vivo:not([class*="-bg"]) [class*='note'] .article-theme {
    background-color: rgba(68, 201, 246, 0.8) !important;
    color: #FFFFFF !important; }
  .widget-wrapper.celeste-vivo:not([class*="-bg"]) [class*='note'] .info-wrapper .preview:hover,
  .widget-wrapper.celeste-vivo:not([class*="-bg"]) [class*='note'] .info-wrapper .title:hover,
  .widget-wrapper.celeste-vivo:not([class*="-bg"]) [class*='note'] .info-wrapper .author:hover,
  .widget-wrapper.celeste-vivo:not([class*="-bg"]) [class*='note'] .info-wrapper .article-category-grouper:hover,
  .widget-wrapper.celeste-vivo:not([class*="-bg"]) [class*='note'] .info-wrapper .article-kicker:hover {
    color: #44c9f6 !important; }
  .widget-wrapper.celeste-vivo:not([class*="-bg"]) [class*='note'] .preview:hover,
  .widget-wrapper.celeste-vivo:not([class*="-bg"]) [class*='note'] .title:hover,
  .widget-wrapper.celeste-vivo:not([class*="-bg"]) [class*='note'] .author:hover {
    color: #44c9f6 !important; }
  .widget-wrapper.celeste-vivo:not([class*="-bg"]) [data-type*="article"] i[class*="play"]:hover {
    color: #44c9f6 !important; }

.widget-wrapper.celeste-vivo:not([class*="-bg"]) {
  /* Cabezales */
  /* Chapitas en los listados de notas */
  /* Icono de Play si la nota tiene video */ }
  .widget-wrapper.celeste-vivo:not([class*="-bg"]) .headline .obj-title, .widget-wrapper.celeste-vivo:not([class*="-bg"]) .most-read .obj-title, .widget-wrapper.celeste-vivo:not([class*="-bg"]) .note-by-author .obj-title {
    color: #44c9f6; }
    .widget-wrapper.celeste-vivo:not([class*="-bg"]) .headline .obj-title::first-letter, .widget-wrapper.celeste-vivo:not([class*="-bg"]) .most-read .obj-title::first-letter, .widget-wrapper.celeste-vivo:not([class*="-bg"]) .note-by-author .obj-title::first-letter {
      background-color: #44c9f6;
      color: #FFFFFF; }
  .widget-wrapper.celeste-vivo:not([class*="-bg"]) [class*='note']:not(.highlighted-portrait-note):not(.highlighted-note-overprinted-title) .article-kicker {
    color: #44c9f6 !important; }
  .widget-wrapper.celeste-vivo:not([class*="-bg"]) [class*='note'] .article-theme {
    background-color: rgba(68, 201, 246, 0.8) !important;
    color: #FFFFFF !important; }
  .widget-wrapper.celeste-vivo:not([class*="-bg"]) [class*='note'] .info-wrapper .preview:hover,
  .widget-wrapper.celeste-vivo:not([class*="-bg"]) [class*='note'] .info-wrapper .title:hover,
  .widget-wrapper.celeste-vivo:not([class*="-bg"]) [class*='note'] .info-wrapper .author:hover,
  .widget-wrapper.celeste-vivo:not([class*="-bg"]) [class*='note'] .info-wrapper .article-category-grouper:hover,
  .widget-wrapper.celeste-vivo:not([class*="-bg"]) [class*='note'] .info-wrapper .article-kicker:hover {
    color: #44c9f6 !important; }
  .widget-wrapper.celeste-vivo:not([class*="-bg"]) [class*='note'] .preview:hover,
  .widget-wrapper.celeste-vivo:not([class*="-bg"]) [class*='note'] .title:hover,
  .widget-wrapper.celeste-vivo:not([class*="-bg"]) [class*='note'] .author:hover {
    color: #44c9f6 !important; }
  .widget-wrapper.celeste-vivo:not([class*="-bg"]) [data-type*="article"] i[class*="play"]:hover {
    color: #44c9f6 !important; }

.widget-wrapper.celeste-vivo:not([class*="-bg"]) {
  /* Cabezales */
  /* Chapitas en los listados de notas */
  /* Icono de Play si la nota tiene video */ }
  .widget-wrapper.celeste-vivo:not([class*="-bg"]) .headline .obj-title, .widget-wrapper.celeste-vivo:not([class*="-bg"]) .most-read .obj-title, .widget-wrapper.celeste-vivo:not([class*="-bg"]) .note-by-author .obj-title {
    color: #44c9f6; }
    .widget-wrapper.celeste-vivo:not([class*="-bg"]) .headline .obj-title::first-letter, .widget-wrapper.celeste-vivo:not([class*="-bg"]) .most-read .obj-title::first-letter, .widget-wrapper.celeste-vivo:not([class*="-bg"]) .note-by-author .obj-title::first-letter {
      background-color: #44c9f6;
      color: #FFFFFF; }
  .widget-wrapper.celeste-vivo:not([class*="-bg"]) [class*='note']:not(.highlighted-portrait-note):not(.highlighted-note-overprinted-title) .article-kicker {
    color: #44c9f6 !important; }
  .widget-wrapper.celeste-vivo:not([class*="-bg"]) [class*='note'] .article-theme {
    background-color: rgba(68, 201, 246, 0.8) !important;
    color: #FFFFFF !important; }
  .widget-wrapper.celeste-vivo:not([class*="-bg"]) [class*='note'] .info-wrapper .preview:hover,
  .widget-wrapper.celeste-vivo:not([class*="-bg"]) [class*='note'] .info-wrapper .title:hover,
  .widget-wrapper.celeste-vivo:not([class*="-bg"]) [class*='note'] .info-wrapper .author:hover,
  .widget-wrapper.celeste-vivo:not([class*="-bg"]) [class*='note'] .info-wrapper .article-category-grouper:hover,
  .widget-wrapper.celeste-vivo:not([class*="-bg"]) [class*='note'] .info-wrapper .article-kicker:hover {
    color: #44c9f6 !important; }
  .widget-wrapper.celeste-vivo:not([class*="-bg"]) [class*='note'] .preview:hover,
  .widget-wrapper.celeste-vivo:not([class*="-bg"]) [class*='note'] .title:hover,
  .widget-wrapper.celeste-vivo:not([class*="-bg"]) [class*='note'] .author:hover {
    color: #44c9f6 !important; }
  .widget-wrapper.celeste-vivo:not([class*="-bg"]) [data-type*="article"] i[class*="play"]:hover {
    color: #44c9f6 !important; }

.widget-wrapper.celeste-vivo:not([class*="-bg"]) {
  /* Cabezales */
  /* Chapitas en los listados de notas */
  /* Icono de Play si la nota tiene video */ }
  .widget-wrapper.celeste-vivo:not([class*="-bg"]) .headline .obj-title, .widget-wrapper.celeste-vivo:not([class*="-bg"]) .most-read .obj-title, .widget-wrapper.celeste-vivo:not([class*="-bg"]) .note-by-author .obj-title {
    color: #44c9f6; }
    .widget-wrapper.celeste-vivo:not([class*="-bg"]) .headline .obj-title::first-letter, .widget-wrapper.celeste-vivo:not([class*="-bg"]) .most-read .obj-title::first-letter, .widget-wrapper.celeste-vivo:not([class*="-bg"]) .note-by-author .obj-title::first-letter {
      background-color: #44c9f6;
      color: #FFFFFF; }
  .widget-wrapper.celeste-vivo:not([class*="-bg"]) [class*='note']:not(.highlighted-portrait-note):not(.highlighted-note-overprinted-title) .article-kicker {
    color: #44c9f6 !important; }
  .widget-wrapper.celeste-vivo:not([class*="-bg"]) [class*='note'] .article-theme {
    background-color: rgba(68, 201, 246, 0.8) !important;
    color: #FFFFFF !important; }
  .widget-wrapper.celeste-vivo:not([class*="-bg"]) [class*='note'] .info-wrapper .preview:hover,
  .widget-wrapper.celeste-vivo:not([class*="-bg"]) [class*='note'] .info-wrapper .title:hover,
  .widget-wrapper.celeste-vivo:not([class*="-bg"]) [class*='note'] .info-wrapper .author:hover,
  .widget-wrapper.celeste-vivo:not([class*="-bg"]) [class*='note'] .info-wrapper .article-category-grouper:hover,
  .widget-wrapper.celeste-vivo:not([class*="-bg"]) [class*='note'] .info-wrapper .article-kicker:hover {
    color: #44c9f6 !important; }
  .widget-wrapper.celeste-vivo:not([class*="-bg"]) [class*='note'] .preview:hover,
  .widget-wrapper.celeste-vivo:not([class*="-bg"]) [class*='note'] .title:hover,
  .widget-wrapper.celeste-vivo:not([class*="-bg"]) [class*='note'] .author:hover {
    color: #44c9f6 !important; }
  .widget-wrapper.celeste-vivo:not([class*="-bg"]) [data-type*="article"] i[class*="play"]:hover {
    color: #44c9f6 !important; }

.widget-wrapper.celeste-vivo:not([class*="-bg"]) {
  /* Cabezales */
  /* Chapitas en los listados de notas */
  /* Icono de Play si la nota tiene video */ }
  .widget-wrapper.celeste-vivo:not([class*="-bg"]) .headline .obj-title, .widget-wrapper.celeste-vivo:not([class*="-bg"]) .most-read .obj-title, .widget-wrapper.celeste-vivo:not([class*="-bg"]) .note-by-author .obj-title {
    color: #44c9f6; }
    .widget-wrapper.celeste-vivo:not([class*="-bg"]) .headline .obj-title::first-letter, .widget-wrapper.celeste-vivo:not([class*="-bg"]) .most-read .obj-title::first-letter, .widget-wrapper.celeste-vivo:not([class*="-bg"]) .note-by-author .obj-title::first-letter {
      background-color: #44c9f6;
      color: #FFFFFF; }
  .widget-wrapper.celeste-vivo:not([class*="-bg"]) [class*='note']:not(.highlighted-portrait-note):not(.highlighted-note-overprinted-title) .article-kicker {
    color: #44c9f6 !important; }
  .widget-wrapper.celeste-vivo:not([class*="-bg"]) [class*='note'] .article-theme {
    background-color: rgba(68, 201, 246, 0.8) !important;
    color: #FFFFFF !important; }
  .widget-wrapper.celeste-vivo:not([class*="-bg"]) [class*='note'] .info-wrapper .preview:hover,
  .widget-wrapper.celeste-vivo:not([class*="-bg"]) [class*='note'] .info-wrapper .title:hover,
  .widget-wrapper.celeste-vivo:not([class*="-bg"]) [class*='note'] .info-wrapper .author:hover,
  .widget-wrapper.celeste-vivo:not([class*="-bg"]) [class*='note'] .info-wrapper .article-category-grouper:hover,
  .widget-wrapper.celeste-vivo:not([class*="-bg"]) [class*='note'] .info-wrapper .article-kicker:hover {
    color: #44c9f6 !important; }
  .widget-wrapper.celeste-vivo:not([class*="-bg"]) [class*='note'] .preview:hover,
  .widget-wrapper.celeste-vivo:not([class*="-bg"]) [class*='note'] .title:hover,
  .widget-wrapper.celeste-vivo:not([class*="-bg"]) [class*='note'] .author:hover {
    color: #44c9f6 !important; }
  .widget-wrapper.celeste-vivo:not([class*="-bg"]) [data-type*="article"] i[class*="play"]:hover {
    color: #44c9f6 !important; }

.widget-wrapper.celeste-vivo:not([class*="-bg"]) {
  /* Cabezales */
  /* Chapitas en los listados de notas */
  /* Icono de Play si la nota tiene video */ }
  .widget-wrapper.celeste-vivo:not([class*="-bg"]) .headline .obj-title, .widget-wrapper.celeste-vivo:not([class*="-bg"]) .most-read .obj-title, .widget-wrapper.celeste-vivo:not([class*="-bg"]) .note-by-author .obj-title {
    color: #44c9f6; }
    .widget-wrapper.celeste-vivo:not([class*="-bg"]) .headline .obj-title::first-letter, .widget-wrapper.celeste-vivo:not([class*="-bg"]) .most-read .obj-title::first-letter, .widget-wrapper.celeste-vivo:not([class*="-bg"]) .note-by-author .obj-title::first-letter {
      background-color: #44c9f6;
      color: #FFFFFF; }
  .widget-wrapper.celeste-vivo:not([class*="-bg"]) [class*='note']:not(.highlighted-portrait-note):not(.highlighted-note-overprinted-title) .article-kicker {
    color: #44c9f6 !important; }
  .widget-wrapper.celeste-vivo:not([class*="-bg"]) [class*='note'] .article-theme {
    background-color: rgba(68, 201, 246, 0.8) !important;
    color: #FFFFFF !important; }
  .widget-wrapper.celeste-vivo:not([class*="-bg"]) [class*='note'] .info-wrapper .preview:hover,
  .widget-wrapper.celeste-vivo:not([class*="-bg"]) [class*='note'] .info-wrapper .title:hover,
  .widget-wrapper.celeste-vivo:not([class*="-bg"]) [class*='note'] .info-wrapper .author:hover,
  .widget-wrapper.celeste-vivo:not([class*="-bg"]) [class*='note'] .info-wrapper .article-category-grouper:hover,
  .widget-wrapper.celeste-vivo:not([class*="-bg"]) [class*='note'] .info-wrapper .article-kicker:hover {
    color: #44c9f6 !important; }
  .widget-wrapper.celeste-vivo:not([class*="-bg"]) [class*='note'] .preview:hover,
  .widget-wrapper.celeste-vivo:not([class*="-bg"]) [class*='note'] .title:hover,
  .widget-wrapper.celeste-vivo:not([class*="-bg"]) [class*='note'] .author:hover {
    color: #44c9f6 !important; }
  .widget-wrapper.celeste-vivo:not([class*="-bg"]) [data-type*="article"] i[class*="play"]:hover {
    color: #44c9f6 !important; }

.widget-wrapper.celeste-vivo:not([class*="-bg"]) {
  /* Cabezales */
  /* Chapitas en los listados de notas */
  /* Icono de Play si la nota tiene video */ }
  .widget-wrapper.celeste-vivo:not([class*="-bg"]) .headline .obj-title, .widget-wrapper.celeste-vivo:not([class*="-bg"]) .most-read .obj-title, .widget-wrapper.celeste-vivo:not([class*="-bg"]) .note-by-author .obj-title {
    color: #44c9f6; }
    .widget-wrapper.celeste-vivo:not([class*="-bg"]) .headline .obj-title::first-letter, .widget-wrapper.celeste-vivo:not([class*="-bg"]) .most-read .obj-title::first-letter, .widget-wrapper.celeste-vivo:not([class*="-bg"]) .note-by-author .obj-title::first-letter {
      background-color: #44c9f6;
      color: #FFFFFF; }
  .widget-wrapper.celeste-vivo:not([class*="-bg"]) [class*='note']:not(.highlighted-portrait-note):not(.highlighted-note-overprinted-title) .article-kicker {
    color: #44c9f6 !important; }
  .widget-wrapper.celeste-vivo:not([class*="-bg"]) [class*='note'] .article-theme {
    background-color: rgba(68, 201, 246, 0.8) !important;
    color: #FFFFFF !important; }
  .widget-wrapper.celeste-vivo:not([class*="-bg"]) [class*='note'] .info-wrapper .preview:hover,
  .widget-wrapper.celeste-vivo:not([class*="-bg"]) [class*='note'] .info-wrapper .title:hover,
  .widget-wrapper.celeste-vivo:not([class*="-bg"]) [class*='note'] .info-wrapper .author:hover,
  .widget-wrapper.celeste-vivo:not([class*="-bg"]) [class*='note'] .info-wrapper .article-category-grouper:hover,
  .widget-wrapper.celeste-vivo:not([class*="-bg"]) [class*='note'] .info-wrapper .article-kicker:hover {
    color: #44c9f6 !important; }
  .widget-wrapper.celeste-vivo:not([class*="-bg"]) [class*='note'] .preview:hover,
  .widget-wrapper.celeste-vivo:not([class*="-bg"]) [class*='note'] .title:hover,
  .widget-wrapper.celeste-vivo:not([class*="-bg"]) [class*='note'] .author:hover {
    color: #44c9f6 !important; }
  .widget-wrapper.celeste-vivo:not([class*="-bg"]) [data-type*="article"] i[class*="play"]:hover {
    color: #44c9f6 !important; }

.widget-wrapper.celeste-vivo:not([class*="-bg"]) {
  /* Cabezales */
  /* Chapitas en los listados de notas */
  /* Icono de Play si la nota tiene video */ }
  .widget-wrapper.celeste-vivo:not([class*="-bg"]) .headline .obj-title, .widget-wrapper.celeste-vivo:not([class*="-bg"]) .most-read .obj-title, .widget-wrapper.celeste-vivo:not([class*="-bg"]) .note-by-author .obj-title {
    color: #44c9f6; }
    .widget-wrapper.celeste-vivo:not([class*="-bg"]) .headline .obj-title::first-letter, .widget-wrapper.celeste-vivo:not([class*="-bg"]) .most-read .obj-title::first-letter, .widget-wrapper.celeste-vivo:not([class*="-bg"]) .note-by-author .obj-title::first-letter {
      background-color: #44c9f6;
      color: #FFFFFF; }
  .widget-wrapper.celeste-vivo:not([class*="-bg"]) [class*='note']:not(.highlighted-portrait-note):not(.highlighted-note-overprinted-title) .article-kicker {
    color: #44c9f6 !important; }
  .widget-wrapper.celeste-vivo:not([class*="-bg"]) [class*='note'] .article-theme {
    background-color: rgba(68, 201, 246, 0.8) !important;
    color: #FFFFFF !important; }
  .widget-wrapper.celeste-vivo:not([class*="-bg"]) [class*='note'] .info-wrapper .preview:hover,
  .widget-wrapper.celeste-vivo:not([class*="-bg"]) [class*='note'] .info-wrapper .title:hover,
  .widget-wrapper.celeste-vivo:not([class*="-bg"]) [class*='note'] .info-wrapper .author:hover,
  .widget-wrapper.celeste-vivo:not([class*="-bg"]) [class*='note'] .info-wrapper .article-category-grouper:hover,
  .widget-wrapper.celeste-vivo:not([class*="-bg"]) [class*='note'] .info-wrapper .article-kicker:hover {
    color: #44c9f6 !important; }
  .widget-wrapper.celeste-vivo:not([class*="-bg"]) [class*='note'] .preview:hover,
  .widget-wrapper.celeste-vivo:not([class*="-bg"]) [class*='note'] .title:hover,
  .widget-wrapper.celeste-vivo:not([class*="-bg"]) [class*='note'] .author:hover {
    color: #44c9f6 !important; }
  .widget-wrapper.celeste-vivo:not([class*="-bg"]) [data-type*="article"] i[class*="play"]:hover {
    color: #44c9f6 !important; }

.widget-wrapper.celeste-vivo:not([class*="-bg"]) {
  /* Cabezales */
  /* Chapitas en los listados de notas */
  /* Icono de Play si la nota tiene video */ }
  .widget-wrapper.celeste-vivo:not([class*="-bg"]) .headline .obj-title, .widget-wrapper.celeste-vivo:not([class*="-bg"]) .most-read .obj-title, .widget-wrapper.celeste-vivo:not([class*="-bg"]) .note-by-author .obj-title {
    color: #44c9f6; }
    .widget-wrapper.celeste-vivo:not([class*="-bg"]) .headline .obj-title::first-letter, .widget-wrapper.celeste-vivo:not([class*="-bg"]) .most-read .obj-title::first-letter, .widget-wrapper.celeste-vivo:not([class*="-bg"]) .note-by-author .obj-title::first-letter {
      background-color: #44c9f6;
      color: #FFFFFF; }
  .widget-wrapper.celeste-vivo:not([class*="-bg"]) [class*='note']:not(.highlighted-portrait-note):not(.highlighted-note-overprinted-title) .article-kicker {
    color: #44c9f6 !important; }
  .widget-wrapper.celeste-vivo:not([class*="-bg"]) [class*='note'] .article-theme {
    background-color: rgba(68, 201, 246, 0.8) !important;
    color: #FFFFFF !important; }
  .widget-wrapper.celeste-vivo:not([class*="-bg"]) [class*='note'] .info-wrapper .preview:hover,
  .widget-wrapper.celeste-vivo:not([class*="-bg"]) [class*='note'] .info-wrapper .title:hover,
  .widget-wrapper.celeste-vivo:not([class*="-bg"]) [class*='note'] .info-wrapper .author:hover,
  .widget-wrapper.celeste-vivo:not([class*="-bg"]) [class*='note'] .info-wrapper .article-category-grouper:hover,
  .widget-wrapper.celeste-vivo:not([class*="-bg"]) [class*='note'] .info-wrapper .article-kicker:hover {
    color: #44c9f6 !important; }
  .widget-wrapper.celeste-vivo:not([class*="-bg"]) [class*='note'] .preview:hover,
  .widget-wrapper.celeste-vivo:not([class*="-bg"]) [class*='note'] .title:hover,
  .widget-wrapper.celeste-vivo:not([class*="-bg"]) [class*='note'] .author:hover {
    color: #44c9f6 !important; }
  .widget-wrapper.celeste-vivo:not([class*="-bg"]) [data-type*="article"] i[class*="play"]:hover {
    color: #44c9f6 !important; }

.widget-wrapper.celeste-vivo:not([class*="-bg"]) {
  /* Cabezales */
  /* Chapitas en los listados de notas */
  /* Icono de Play si la nota tiene video */ }
  .widget-wrapper.celeste-vivo:not([class*="-bg"]) .headline .obj-title, .widget-wrapper.celeste-vivo:not([class*="-bg"]) .most-read .obj-title, .widget-wrapper.celeste-vivo:not([class*="-bg"]) .note-by-author .obj-title {
    color: #44c9f6; }
    .widget-wrapper.celeste-vivo:not([class*="-bg"]) .headline .obj-title::first-letter, .widget-wrapper.celeste-vivo:not([class*="-bg"]) .most-read .obj-title::first-letter, .widget-wrapper.celeste-vivo:not([class*="-bg"]) .note-by-author .obj-title::first-letter {
      background-color: #44c9f6;
      color: #FFFFFF; }
  .widget-wrapper.celeste-vivo:not([class*="-bg"]) [class*='note']:not(.highlighted-portrait-note):not(.highlighted-note-overprinted-title) .article-kicker {
    color: #44c9f6 !important; }
  .widget-wrapper.celeste-vivo:not([class*="-bg"]) [class*='note'] .article-theme {
    background-color: rgba(68, 201, 246, 0.8) !important;
    color: #FFFFFF !important; }
  .widget-wrapper.celeste-vivo:not([class*="-bg"]) [class*='note'] .info-wrapper .preview:hover,
  .widget-wrapper.celeste-vivo:not([class*="-bg"]) [class*='note'] .info-wrapper .title:hover,
  .widget-wrapper.celeste-vivo:not([class*="-bg"]) [class*='note'] .info-wrapper .author:hover,
  .widget-wrapper.celeste-vivo:not([class*="-bg"]) [class*='note'] .info-wrapper .article-category-grouper:hover,
  .widget-wrapper.celeste-vivo:not([class*="-bg"]) [class*='note'] .info-wrapper .article-kicker:hover {
    color: #44c9f6 !important; }
  .widget-wrapper.celeste-vivo:not([class*="-bg"]) [class*='note'] .preview:hover,
  .widget-wrapper.celeste-vivo:not([class*="-bg"]) [class*='note'] .title:hover,
  .widget-wrapper.celeste-vivo:not([class*="-bg"]) [class*='note'] .author:hover {
    color: #44c9f6 !important; }
  .widget-wrapper.celeste-vivo:not([class*="-bg"]) [data-type*="article"] i[class*="play"]:hover {
    color: #44c9f6 !important; }

.widget-wrapper.celeste-vivo:not([class*="-bg"]) {
  /* Cabezales */
  /* Chapitas en los listados de notas */
  /* Icono de Play si la nota tiene video */ }
  .widget-wrapper.celeste-vivo:not([class*="-bg"]) .headline .obj-title, .widget-wrapper.celeste-vivo:not([class*="-bg"]) .most-read .obj-title, .widget-wrapper.celeste-vivo:not([class*="-bg"]) .note-by-author .obj-title {
    color: #44c9f6; }
    .widget-wrapper.celeste-vivo:not([class*="-bg"]) .headline .obj-title::first-letter, .widget-wrapper.celeste-vivo:not([class*="-bg"]) .most-read .obj-title::first-letter, .widget-wrapper.celeste-vivo:not([class*="-bg"]) .note-by-author .obj-title::first-letter {
      background-color: #44c9f6;
      color: #FFFFFF; }
  .widget-wrapper.celeste-vivo:not([class*="-bg"]) [class*='note']:not(.highlighted-portrait-note):not(.highlighted-note-overprinted-title) .article-kicker {
    color: #44c9f6 !important; }
  .widget-wrapper.celeste-vivo:not([class*="-bg"]) [class*='note'] .article-theme {
    background-color: rgba(68, 201, 246, 0.8) !important;
    color: #FFFFFF !important; }
  .widget-wrapper.celeste-vivo:not([class*="-bg"]) [class*='note'] .info-wrapper .preview:hover,
  .widget-wrapper.celeste-vivo:not([class*="-bg"]) [class*='note'] .info-wrapper .title:hover,
  .widget-wrapper.celeste-vivo:not([class*="-bg"]) [class*='note'] .info-wrapper .author:hover,
  .widget-wrapper.celeste-vivo:not([class*="-bg"]) [class*='note'] .info-wrapper .article-category-grouper:hover,
  .widget-wrapper.celeste-vivo:not([class*="-bg"]) [class*='note'] .info-wrapper .article-kicker:hover {
    color: #44c9f6 !important; }
  .widget-wrapper.celeste-vivo:not([class*="-bg"]) [class*='note'] .preview:hover,
  .widget-wrapper.celeste-vivo:not([class*="-bg"]) [class*='note'] .title:hover,
  .widget-wrapper.celeste-vivo:not([class*="-bg"]) [class*='note'] .author:hover {
    color: #44c9f6 !important; }
  .widget-wrapper.celeste-vivo:not([class*="-bg"]) [data-type*="article"] i[class*="play"]:hover {
    color: #44c9f6 !important; }

.widget-wrapper.celeste-vivo:not([class*="-bg"]) {
  /* Cabezales */
  /* Chapitas en los listados de notas */
  /* Icono de Play si la nota tiene video */ }
  .widget-wrapper.celeste-vivo:not([class*="-bg"]) .headline .obj-title, .widget-wrapper.celeste-vivo:not([class*="-bg"]) .most-read .obj-title, .widget-wrapper.celeste-vivo:not([class*="-bg"]) .note-by-author .obj-title {
    color: #44c9f6; }
    .widget-wrapper.celeste-vivo:not([class*="-bg"]) .headline .obj-title::first-letter, .widget-wrapper.celeste-vivo:not([class*="-bg"]) .most-read .obj-title::first-letter, .widget-wrapper.celeste-vivo:not([class*="-bg"]) .note-by-author .obj-title::first-letter {
      background-color: #44c9f6;
      color: #FFFFFF; }
  .widget-wrapper.celeste-vivo:not([class*="-bg"]) [class*='note']:not(.highlighted-portrait-note):not(.highlighted-note-overprinted-title) .article-kicker {
    color: #44c9f6 !important; }
  .widget-wrapper.celeste-vivo:not([class*="-bg"]) [class*='note'] .article-theme {
    background-color: rgba(68, 201, 246, 0.8) !important;
    color: #FFFFFF !important; }
  .widget-wrapper.celeste-vivo:not([class*="-bg"]) [class*='note'] .info-wrapper .preview:hover,
  .widget-wrapper.celeste-vivo:not([class*="-bg"]) [class*='note'] .info-wrapper .title:hover,
  .widget-wrapper.celeste-vivo:not([class*="-bg"]) [class*='note'] .info-wrapper .author:hover,
  .widget-wrapper.celeste-vivo:not([class*="-bg"]) [class*='note'] .info-wrapper .article-category-grouper:hover,
  .widget-wrapper.celeste-vivo:not([class*="-bg"]) [class*='note'] .info-wrapper .article-kicker:hover {
    color: #44c9f6 !important; }
  .widget-wrapper.celeste-vivo:not([class*="-bg"]) [class*='note'] .preview:hover,
  .widget-wrapper.celeste-vivo:not([class*="-bg"]) [class*='note'] .title:hover,
  .widget-wrapper.celeste-vivo:not([class*="-bg"]) [class*='note'] .author:hover {
    color: #44c9f6 !important; }
  .widget-wrapper.celeste-vivo:not([class*="-bg"]) [data-type*="article"] i[class*="play"]:hover {
    color: #44c9f6 !important; }

.widget-wrapper.celeste-vivo:not([class*="-bg"]) {
  /* Cabezales */
  /* Chapitas en los listados de notas */
  /* Icono de Play si la nota tiene video */ }
  .widget-wrapper.celeste-vivo:not([class*="-bg"]) .headline .obj-title, .widget-wrapper.celeste-vivo:not([class*="-bg"]) .most-read .obj-title, .widget-wrapper.celeste-vivo:not([class*="-bg"]) .note-by-author .obj-title {
    color: #44c9f6; }
    .widget-wrapper.celeste-vivo:not([class*="-bg"]) .headline .obj-title::first-letter, .widget-wrapper.celeste-vivo:not([class*="-bg"]) .most-read .obj-title::first-letter, .widget-wrapper.celeste-vivo:not([class*="-bg"]) .note-by-author .obj-title::first-letter {
      background-color: #44c9f6;
      color: #FFFFFF; }
  .widget-wrapper.celeste-vivo:not([class*="-bg"]) [class*='note']:not(.highlighted-portrait-note):not(.highlighted-note-overprinted-title) .article-kicker {
    color: #44c9f6 !important; }
  .widget-wrapper.celeste-vivo:not([class*="-bg"]) [class*='note'] .article-theme {
    background-color: rgba(68, 201, 246, 0.8) !important;
    color: #FFFFFF !important; }
  .widget-wrapper.celeste-vivo:not([class*="-bg"]) [class*='note'] .info-wrapper .preview:hover,
  .widget-wrapper.celeste-vivo:not([class*="-bg"]) [class*='note'] .info-wrapper .title:hover,
  .widget-wrapper.celeste-vivo:not([class*="-bg"]) [class*='note'] .info-wrapper .author:hover,
  .widget-wrapper.celeste-vivo:not([class*="-bg"]) [class*='note'] .info-wrapper .article-category-grouper:hover,
  .widget-wrapper.celeste-vivo:not([class*="-bg"]) [class*='note'] .info-wrapper .article-kicker:hover {
    color: #44c9f6 !important; }
  .widget-wrapper.celeste-vivo:not([class*="-bg"]) [class*='note'] .preview:hover,
  .widget-wrapper.celeste-vivo:not([class*="-bg"]) [class*='note'] .title:hover,
  .widget-wrapper.celeste-vivo:not([class*="-bg"]) [class*='note'] .author:hover {
    color: #44c9f6 !important; }
  .widget-wrapper.celeste-vivo:not([class*="-bg"]) [data-type*="article"] i[class*="play"]:hover {
    color: #44c9f6 !important; }

.widget-wrapper.celeste-vivo:not([class*="-bg"]) {
  /* Cabezales */
  /* Chapitas en los listados de notas */
  /* Icono de Play si la nota tiene video */ }
  .widget-wrapper.celeste-vivo:not([class*="-bg"]) .headline .obj-title, .widget-wrapper.celeste-vivo:not([class*="-bg"]) .most-read .obj-title, .widget-wrapper.celeste-vivo:not([class*="-bg"]) .note-by-author .obj-title {
    color: #44c9f6; }
    .widget-wrapper.celeste-vivo:not([class*="-bg"]) .headline .obj-title::first-letter, .widget-wrapper.celeste-vivo:not([class*="-bg"]) .most-read .obj-title::first-letter, .widget-wrapper.celeste-vivo:not([class*="-bg"]) .note-by-author .obj-title::first-letter {
      background-color: #44c9f6;
      color: #FFFFFF; }
  .widget-wrapper.celeste-vivo:not([class*="-bg"]) [class*='note']:not(.highlighted-portrait-note):not(.highlighted-note-overprinted-title) .article-kicker {
    color: #44c9f6 !important; }
  .widget-wrapper.celeste-vivo:not([class*="-bg"]) [class*='note'] .article-theme {
    background-color: rgba(68, 201, 246, 0.8) !important;
    color: #FFFFFF !important; }
  .widget-wrapper.celeste-vivo:not([class*="-bg"]) [class*='note'] .info-wrapper .preview:hover,
  .widget-wrapper.celeste-vivo:not([class*="-bg"]) [class*='note'] .info-wrapper .title:hover,
  .widget-wrapper.celeste-vivo:not([class*="-bg"]) [class*='note'] .info-wrapper .author:hover,
  .widget-wrapper.celeste-vivo:not([class*="-bg"]) [class*='note'] .info-wrapper .article-category-grouper:hover,
  .widget-wrapper.celeste-vivo:not([class*="-bg"]) [class*='note'] .info-wrapper .article-kicker:hover {
    color: #44c9f6 !important; }
  .widget-wrapper.celeste-vivo:not([class*="-bg"]) [class*='note'] .preview:hover,
  .widget-wrapper.celeste-vivo:not([class*="-bg"]) [class*='note'] .title:hover,
  .widget-wrapper.celeste-vivo:not([class*="-bg"]) [class*='note'] .author:hover {
    color: #44c9f6 !important; }
  .widget-wrapper.celeste-vivo:not([class*="-bg"]) [data-type*="article"] i[class*="play"]:hover {
    color: #44c9f6 !important; }

.widget-wrapper.celeste-vivo:not([class*="-bg"]) {
  /* Cabezales */
  /* Chapitas en los listados de notas */
  /* Icono de Play si la nota tiene video */ }
  .widget-wrapper.celeste-vivo:not([class*="-bg"]) .headline .obj-title, .widget-wrapper.celeste-vivo:not([class*="-bg"]) .most-read .obj-title, .widget-wrapper.celeste-vivo:not([class*="-bg"]) .note-by-author .obj-title {
    color: #44c9f6; }
    .widget-wrapper.celeste-vivo:not([class*="-bg"]) .headline .obj-title::first-letter, .widget-wrapper.celeste-vivo:not([class*="-bg"]) .most-read .obj-title::first-letter, .widget-wrapper.celeste-vivo:not([class*="-bg"]) .note-by-author .obj-title::first-letter {
      background-color: #44c9f6;
      color: #FFFFFF; }
  .widget-wrapper.celeste-vivo:not([class*="-bg"]) [class*='note']:not(.highlighted-portrait-note):not(.highlighted-note-overprinted-title) .article-kicker {
    color: #44c9f6 !important; }
  .widget-wrapper.celeste-vivo:not([class*="-bg"]) [class*='note'] .article-theme {
    background-color: rgba(68, 201, 246, 0.8) !important;
    color: #FFFFFF !important; }
  .widget-wrapper.celeste-vivo:not([class*="-bg"]) [class*='note'] .info-wrapper .preview:hover,
  .widget-wrapper.celeste-vivo:not([class*="-bg"]) [class*='note'] .info-wrapper .title:hover,
  .widget-wrapper.celeste-vivo:not([class*="-bg"]) [class*='note'] .info-wrapper .author:hover,
  .widget-wrapper.celeste-vivo:not([class*="-bg"]) [class*='note'] .info-wrapper .article-category-grouper:hover,
  .widget-wrapper.celeste-vivo:not([class*="-bg"]) [class*='note'] .info-wrapper .article-kicker:hover {
    color: #44c9f6 !important; }
  .widget-wrapper.celeste-vivo:not([class*="-bg"]) [class*='note'] .preview:hover,
  .widget-wrapper.celeste-vivo:not([class*="-bg"]) [class*='note'] .title:hover,
  .widget-wrapper.celeste-vivo:not([class*="-bg"]) [class*='note'] .author:hover {
    color: #44c9f6 !important; }
  .widget-wrapper.celeste-vivo:not([class*="-bg"]) [data-type*="article"] i[class*="play"]:hover {
    color: #44c9f6 !important; }

.widget-wrapper.celeste-vivo:not([class*="-bg"]) {
  /* Cabezales */
  /* Chapitas en los listados de notas */
  /* Icono de Play si la nota tiene video */ }
  .widget-wrapper.celeste-vivo:not([class*="-bg"]) .headline .obj-title, .widget-wrapper.celeste-vivo:not([class*="-bg"]) .most-read .obj-title, .widget-wrapper.celeste-vivo:not([class*="-bg"]) .note-by-author .obj-title {
    color: #44c9f6; }
    .widget-wrapper.celeste-vivo:not([class*="-bg"]) .headline .obj-title::first-letter, .widget-wrapper.celeste-vivo:not([class*="-bg"]) .most-read .obj-title::first-letter, .widget-wrapper.celeste-vivo:not([class*="-bg"]) .note-by-author .obj-title::first-letter {
      background-color: #44c9f6;
      color: #FFFFFF; }
  .widget-wrapper.celeste-vivo:not([class*="-bg"]) [class*='note']:not(.highlighted-portrait-note):not(.highlighted-note-overprinted-title) .article-kicker {
    color: #44c9f6 !important; }
  .widget-wrapper.celeste-vivo:not([class*="-bg"]) [class*='note'] .article-theme {
    background-color: rgba(68, 201, 246, 0.8) !important;
    color: #FFFFFF !important; }
  .widget-wrapper.celeste-vivo:not([class*="-bg"]) [class*='note'] .info-wrapper .preview:hover,
  .widget-wrapper.celeste-vivo:not([class*="-bg"]) [class*='note'] .info-wrapper .title:hover,
  .widget-wrapper.celeste-vivo:not([class*="-bg"]) [class*='note'] .info-wrapper .author:hover,
  .widget-wrapper.celeste-vivo:not([class*="-bg"]) [class*='note'] .info-wrapper .article-category-grouper:hover,
  .widget-wrapper.celeste-vivo:not([class*="-bg"]) [class*='note'] .info-wrapper .article-kicker:hover {
    color: #44c9f6 !important; }
  .widget-wrapper.celeste-vivo:not([class*="-bg"]) [class*='note'] .preview:hover,
  .widget-wrapper.celeste-vivo:not([class*="-bg"]) [class*='note'] .title:hover,
  .widget-wrapper.celeste-vivo:not([class*="-bg"]) [class*='note'] .author:hover {
    color: #44c9f6 !important; }
  .widget-wrapper.celeste-vivo:not([class*="-bg"]) [data-type*="article"] i[class*="play"]:hover {
    color: #44c9f6 !important; }

.widget-wrapper.celeste-vivo:not([class*="-bg"]) {
  /* Cabezales */
  /* Chapitas en los listados de notas */
  /* Icono de Play si la nota tiene video */ }
  .widget-wrapper.celeste-vivo:not([class*="-bg"]) .headline .obj-title, .widget-wrapper.celeste-vivo:not([class*="-bg"]) .most-read .obj-title, .widget-wrapper.celeste-vivo:not([class*="-bg"]) .note-by-author .obj-title {
    color: #44c9f6; }
    .widget-wrapper.celeste-vivo:not([class*="-bg"]) .headline .obj-title::first-letter, .widget-wrapper.celeste-vivo:not([class*="-bg"]) .most-read .obj-title::first-letter, .widget-wrapper.celeste-vivo:not([class*="-bg"]) .note-by-author .obj-title::first-letter {
      background-color: #44c9f6;
      color: #FFFFFF; }
  .widget-wrapper.celeste-vivo:not([class*="-bg"]) [class*='note']:not(.highlighted-portrait-note):not(.highlighted-note-overprinted-title) .article-kicker {
    color: #44c9f6 !important; }
  .widget-wrapper.celeste-vivo:not([class*="-bg"]) [class*='note'] .article-theme {
    background-color: rgba(68, 201, 246, 0.8) !important;
    color: #FFFFFF !important; }
  .widget-wrapper.celeste-vivo:not([class*="-bg"]) [class*='note'] .info-wrapper .preview:hover,
  .widget-wrapper.celeste-vivo:not([class*="-bg"]) [class*='note'] .info-wrapper .title:hover,
  .widget-wrapper.celeste-vivo:not([class*="-bg"]) [class*='note'] .info-wrapper .author:hover,
  .widget-wrapper.celeste-vivo:not([class*="-bg"]) [class*='note'] .info-wrapper .article-category-grouper:hover,
  .widget-wrapper.celeste-vivo:not([class*="-bg"]) [class*='note'] .info-wrapper .article-kicker:hover {
    color: #44c9f6 !important; }
  .widget-wrapper.celeste-vivo:not([class*="-bg"]) [class*='note'] .preview:hover,
  .widget-wrapper.celeste-vivo:not([class*="-bg"]) [class*='note'] .title:hover,
  .widget-wrapper.celeste-vivo:not([class*="-bg"]) [class*='note'] .author:hover {
    color: #44c9f6 !important; }
  .widget-wrapper.celeste-vivo:not([class*="-bg"]) [data-type*="article"] i[class*="play"]:hover {
    color: #44c9f6 !important; }

.widget-wrapper.celeste-vivo:not([class*="-bg"]) {
  /* Cabezales */
  /* Chapitas en los listados de notas */
  /* Icono de Play si la nota tiene video */ }
  .widget-wrapper.celeste-vivo:not([class*="-bg"]) .headline .obj-title, .widget-wrapper.celeste-vivo:not([class*="-bg"]) .most-read .obj-title, .widget-wrapper.celeste-vivo:not([class*="-bg"]) .note-by-author .obj-title {
    color: #44c9f6; }
    .widget-wrapper.celeste-vivo:not([class*="-bg"]) .headline .obj-title::first-letter, .widget-wrapper.celeste-vivo:not([class*="-bg"]) .most-read .obj-title::first-letter, .widget-wrapper.celeste-vivo:not([class*="-bg"]) .note-by-author .obj-title::first-letter {
      background-color: #44c9f6;
      color: #FFFFFF; }
  .widget-wrapper.celeste-vivo:not([class*="-bg"]) [class*='note']:not(.highlighted-portrait-note):not(.highlighted-note-overprinted-title) .article-kicker {
    color: #44c9f6 !important; }
  .widget-wrapper.celeste-vivo:not([class*="-bg"]) [class*='note'] .article-theme {
    background-color: rgba(68, 201, 246, 0.8) !important;
    color: #FFFFFF !important; }
  .widget-wrapper.celeste-vivo:not([class*="-bg"]) [class*='note'] .info-wrapper .preview:hover,
  .widget-wrapper.celeste-vivo:not([class*="-bg"]) [class*='note'] .info-wrapper .title:hover,
  .widget-wrapper.celeste-vivo:not([class*="-bg"]) [class*='note'] .info-wrapper .author:hover,
  .widget-wrapper.celeste-vivo:not([class*="-bg"]) [class*='note'] .info-wrapper .article-category-grouper:hover,
  .widget-wrapper.celeste-vivo:not([class*="-bg"]) [class*='note'] .info-wrapper .article-kicker:hover {
    color: #44c9f6 !important; }
  .widget-wrapper.celeste-vivo:not([class*="-bg"]) [class*='note'] .preview:hover,
  .widget-wrapper.celeste-vivo:not([class*="-bg"]) [class*='note'] .title:hover,
  .widget-wrapper.celeste-vivo:not([class*="-bg"]) [class*='note'] .author:hover {
    color: #44c9f6 !important; }
  .widget-wrapper.celeste-vivo:not([class*="-bg"]) [data-type*="article"] i[class*="play"]:hover {
    color: #44c9f6 !important; }

.widget-wrapper.celeste-vivo:not([class*="-bg"]) {
  /* Cabezales */
  /* Chapitas en los listados de notas */
  /* Icono de Play si la nota tiene video */ }
  .widget-wrapper.celeste-vivo:not([class*="-bg"]) .headline .obj-title, .widget-wrapper.celeste-vivo:not([class*="-bg"]) .most-read .obj-title, .widget-wrapper.celeste-vivo:not([class*="-bg"]) .note-by-author .obj-title {
    color: #44c9f6; }
    .widget-wrapper.celeste-vivo:not([class*="-bg"]) .headline .obj-title::first-letter, .widget-wrapper.celeste-vivo:not([class*="-bg"]) .most-read .obj-title::first-letter, .widget-wrapper.celeste-vivo:not([class*="-bg"]) .note-by-author .obj-title::first-letter {
      background-color: #44c9f6;
      color: #FFFFFF; }
  .widget-wrapper.celeste-vivo:not([class*="-bg"]) [class*='note']:not(.highlighted-portrait-note):not(.highlighted-note-overprinted-title) .article-kicker {
    color: #44c9f6 !important; }
  .widget-wrapper.celeste-vivo:not([class*="-bg"]) [class*='note'] .article-theme {
    background-color: rgba(68, 201, 246, 0.8) !important;
    color: #FFFFFF !important; }
  .widget-wrapper.celeste-vivo:not([class*="-bg"]) [class*='note'] .info-wrapper .preview:hover,
  .widget-wrapper.celeste-vivo:not([class*="-bg"]) [class*='note'] .info-wrapper .title:hover,
  .widget-wrapper.celeste-vivo:not([class*="-bg"]) [class*='note'] .info-wrapper .author:hover,
  .widget-wrapper.celeste-vivo:not([class*="-bg"]) [class*='note'] .info-wrapper .article-category-grouper:hover,
  .widget-wrapper.celeste-vivo:not([class*="-bg"]) [class*='note'] .info-wrapper .article-kicker:hover {
    color: #44c9f6 !important; }
  .widget-wrapper.celeste-vivo:not([class*="-bg"]) [class*='note'] .preview:hover,
  .widget-wrapper.celeste-vivo:not([class*="-bg"]) [class*='note'] .title:hover,
  .widget-wrapper.celeste-vivo:not([class*="-bg"]) [class*='note'] .author:hover {
    color: #44c9f6 !important; }
  .widget-wrapper.celeste-vivo:not([class*="-bg"]) [data-type*="article"] i[class*="play"]:hover {
    color: #44c9f6 !important; }

.widget-wrapper.celeste-vivo:not([class*="-bg"]) {
  /* Cabezales */
  /* Chapitas en los listados de notas */
  /* Icono de Play si la nota tiene video */ }
  .widget-wrapper.celeste-vivo:not([class*="-bg"]) .headline .obj-title, .widget-wrapper.celeste-vivo:not([class*="-bg"]) .most-read .obj-title, .widget-wrapper.celeste-vivo:not([class*="-bg"]) .note-by-author .obj-title {
    color: #44c9f6; }
    .widget-wrapper.celeste-vivo:not([class*="-bg"]) .headline .obj-title::first-letter, .widget-wrapper.celeste-vivo:not([class*="-bg"]) .most-read .obj-title::first-letter, .widget-wrapper.celeste-vivo:not([class*="-bg"]) .note-by-author .obj-title::first-letter {
      background-color: #44c9f6;
      color: #FFFFFF; }
  .widget-wrapper.celeste-vivo:not([class*="-bg"]) [class*='note']:not(.highlighted-portrait-note):not(.highlighted-note-overprinted-title) .article-kicker {
    color: #44c9f6 !important; }
  .widget-wrapper.celeste-vivo:not([class*="-bg"]) [class*='note'] .article-theme {
    background-color: rgba(68, 201, 246, 0.8) !important;
    color: #FFFFFF !important; }
  .widget-wrapper.celeste-vivo:not([class*="-bg"]) [class*='note'] .info-wrapper .preview:hover,
  .widget-wrapper.celeste-vivo:not([class*="-bg"]) [class*='note'] .info-wrapper .title:hover,
  .widget-wrapper.celeste-vivo:not([class*="-bg"]) [class*='note'] .info-wrapper .author:hover,
  .widget-wrapper.celeste-vivo:not([class*="-bg"]) [class*='note'] .info-wrapper .article-category-grouper:hover,
  .widget-wrapper.celeste-vivo:not([class*="-bg"]) [class*='note'] .info-wrapper .article-kicker:hover {
    color: #44c9f6 !important; }
  .widget-wrapper.celeste-vivo:not([class*="-bg"]) [class*='note'] .preview:hover,
  .widget-wrapper.celeste-vivo:not([class*="-bg"]) [class*='note'] .title:hover,
  .widget-wrapper.celeste-vivo:not([class*="-bg"]) [class*='note'] .author:hover {
    color: #44c9f6 !important; }
  .widget-wrapper.celeste-vivo:not([class*="-bg"]) [data-type*="article"] i[class*="play"]:hover {
    color: #44c9f6 !important; }

.widget-wrapper.celeste-vivo:not([class*="-bg"]) {
  /* Cabezales */
  /* Chapitas en los listados de notas */
  /* Icono de Play si la nota tiene video */ }
  .widget-wrapper.celeste-vivo:not([class*="-bg"]) .headline .obj-title, .widget-wrapper.celeste-vivo:not([class*="-bg"]) .most-read .obj-title, .widget-wrapper.celeste-vivo:not([class*="-bg"]) .note-by-author .obj-title {
    color: #44c9f6; }
    .widget-wrapper.celeste-vivo:not([class*="-bg"]) .headline .obj-title::first-letter, .widget-wrapper.celeste-vivo:not([class*="-bg"]) .most-read .obj-title::first-letter, .widget-wrapper.celeste-vivo:not([class*="-bg"]) .note-by-author .obj-title::first-letter {
      background-color: #44c9f6;
      color: #FFFFFF; }
  .widget-wrapper.celeste-vivo:not([class*="-bg"]) [class*='note']:not(.highlighted-portrait-note):not(.highlighted-note-overprinted-title) .article-kicker {
    color: #44c9f6 !important; }
  .widget-wrapper.celeste-vivo:not([class*="-bg"]) [class*='note'] .article-theme {
    background-color: rgba(68, 201, 246, 0.8) !important;
    color: #FFFFFF !important; }
  .widget-wrapper.celeste-vivo:not([class*="-bg"]) [class*='note'] .info-wrapper .preview:hover,
  .widget-wrapper.celeste-vivo:not([class*="-bg"]) [class*='note'] .info-wrapper .title:hover,
  .widget-wrapper.celeste-vivo:not([class*="-bg"]) [class*='note'] .info-wrapper .author:hover,
  .widget-wrapper.celeste-vivo:not([class*="-bg"]) [class*='note'] .info-wrapper .article-category-grouper:hover,
  .widget-wrapper.celeste-vivo:not([class*="-bg"]) [class*='note'] .info-wrapper .article-kicker:hover {
    color: #44c9f6 !important; }
  .widget-wrapper.celeste-vivo:not([class*="-bg"]) [class*='note'] .preview:hover,
  .widget-wrapper.celeste-vivo:not([class*="-bg"]) [class*='note'] .title:hover,
  .widget-wrapper.celeste-vivo:not([class*="-bg"]) [class*='note'] .author:hover {
    color: #44c9f6 !important; }
  .widget-wrapper.celeste-vivo:not([class*="-bg"]) [data-type*="article"] i[class*="play"]:hover {
    color: #44c9f6 !important; }

.widget-wrapper.texto-blanco {
  color: #FFFFFF;
  /* Cabezales */ }
  .widget-wrapper.texto-blanco .headline .obj-title, .widget-wrapper.texto-blanco .most-read .obj-title, .widget-wrapper.texto-blanco .note-by-author .obj-title {
    color: #FFFFFF; }
  .widget-wrapper.texto-blanco .simple-list .simple-note:not(.no-media) .title, .widget-wrapper.texto-blanco .section-aside-single-article .simple-note:not(.no-media) .title {
    color: #FFFFFF; }
  .widget-wrapper.texto-blanco .simple-list-square-image .simple-note-square-image .title {
    color: #FFFFFF; }
  .widget-wrapper.texto-blanco .free-text .body-content {
    color: #FFFFFF; }
  .widget-wrapper.texto-blanco [data-type*="article"] .info-wrapper .article-kicker {
    color: #FFFFFF !important; }

/* Colores en Detalle Sección */
body.celeste-vivo main.container.note {
  /* Cabezales */
  /* Chapitas en los listados de notas */
  /* Icono de Play si la nota tiene video */
  /* Iconos de Share/Compartir */
  /* Listado Más Leídas */
  /* Paginador Listado Seccion */ }
  body.celeste-vivo main.container.note .headline .obj-title, body.celeste-vivo main.container.note .most-read .obj-title, body.celeste-vivo main.container.note .note-by-author .obj-title {
    color: #44c9f6; }
    body.celeste-vivo main.container.note .headline .obj-title::first-letter, body.celeste-vivo main.container.note .most-read .obj-title::first-letter, body.celeste-vivo main.container.note .note-by-author .obj-title::first-letter {
      background-color: #44c9f6;
      color: #FFFFFF; }
  body.celeste-vivo main.container.note [class*='note'] .article-theme {
    background-color: rgba(68, 201, 246, 0.8) !important;
    color: #FFFFFF !important; }
  body.celeste-vivo main.container.note [class*='note'] .info-wrapper .preview:hover,
  body.celeste-vivo main.container.note [class*='note'] .info-wrapper .title:hover,
  body.celeste-vivo main.container.note [class*='note'] .info-wrapper .author:hover {
    color: #44c9f6 !important; }
  body.celeste-vivo main.container.note [class*='note'] .preview:hover,
  body.celeste-vivo main.container.note [class*='note'] .title:hover,
  body.celeste-vivo main.container.note [class*='note'] .author:hover {
    color: #44c9f6 !important; }
  body.celeste-vivo main.container.note [data-type*="article"] i[class*="play"]:hover {
    color: #44c9f6 !important; }
  body.celeste-vivo main.container.note .socials-share li {
    background-color: #44c9f6; }
  body.celeste-vivo main.container.note .ranking-list {
    background-color: #44c9f6; }
    body.celeste-vivo main.container.note .ranking-list .article .number {
      background-color: #2cc2f5; }
    body.celeste-vivo main.container.note .ranking-list .article .number,
    body.celeste-vivo main.container.note .ranking-list .article .title,
    body.celeste-vivo main.container.note .ranking-list .article .author {
      color: #FFFFFF; }
    body.celeste-vivo main.container.note .ranking-list .obj-title {
      color: #FFFFFF; }
  body.celeste-vivo main.container.note .list-articles .articles-pagination [class*="button"] {
    background-color: #44c9f6;
    color: #FFFFFF; }
    body.celeste-vivo main.container.note .list-articles .articles-pagination [class*="button"]:hover {
      background-color: #C82828; }

/* Colores en las chapitas */
.article-theme.copa-america {
  color: #208ac8 !important; }

.article-kicker.copa-america {
  color: #208ac8 !important; }

.article-category-grouper.copa-america:hover {
  color: #208ac8 !important; }

/* Cabezales */
.headline.copa-america .obj-title, .copa-america.most-read .obj-title, .copa-america.note-by-author .obj-title {
  color: #208ac8; }
  .headline.copa-america .obj-title::first-letter, .copa-america.most-read .obj-title::first-letter, .copa-america.note-by-author .obj-title::first-letter {
    background-color: #208ac8;
    color: #FFFFFF; }

/* Widges con colores de fondo */
.copa-america-bg {
  background-color: #208ac8; }
  .copa-america-bg.widget-wrapper {
    padding-top: 25px;
    margin-bottom: 25px; }
  .copa-america-bg .highlighted-note-square-image .preview,
  .copa-america-bg .highlighted-note-square-image .title,
  .copa-america-bg .highlighted-note-square-image .author,
  .copa-america-bg .highlighted-note-square-image .article-category-grouper,
  .copa-america-bg .highlighted-note-square-image .article-kicker,
  .copa-america-bg .simple-note .preview,
  .copa-america-bg .simple-note .title,
  .copa-america-bg .simple-note .author,
  .copa-america-bg .simple-note .article-category-grouper,
  .copa-america-bg .simple-note .article-kicker,
  .copa-america-bg .simple-note-square-image .preview,
  .copa-america-bg .simple-note-square-image .title,
  .copa-america-bg .simple-note-square-image .author,
  .copa-america-bg .simple-note-square-image .article-category-grouper,
  .copa-america-bg .simple-note-square-image .article-kicker {
    color: #FFFFFF !important; }
  .copa-america-bg .headline, .copa-america-bg .most-read, .copa-america-bg .note-by-author {
    margin-top: 0;
    padding-top: 8px; }
    .copa-america-bg .headline .obj-title, .copa-america-bg .most-read .obj-title, .copa-america-bg .note-by-author .obj-title {
      color: #FFFFFF !important; }
      .copa-america-bg .headline .obj-title::first-letter, .copa-america-bg .most-read .obj-title::first-letter, .copa-america-bg .note-by-author .obj-title::first-letter {
        background-color: #FFFFFF;
        color: #208ac8 !important; }
  .copa-america-bg.celeste-vivo {
    /* Chapitas en los listados de notas */
    /* Icono de Play si la nota tiene video */ }
    .copa-america-bg.celeste-vivo [class*='note'] .article-theme {
      background-color: rgba(68, 201, 246, 0.8) !important;
      color: #FFFFFF !important; }
    .copa-america-bg.celeste-vivo [data-type*="article"] i[class*="play"]:hover {
      color: #44c9f6 !important; }
  .copa-america-bg.copa-america {
    /* Chapitas en los listados de notas */
    /* Icono de Play si la nota tiene video */ }
    .copa-america-bg.copa-america [class*='note'] .article-theme {
      background-color: rgba(32, 138, 200, 0.8) !important;
      color: #FFFFFF !important; }
    .copa-america-bg.copa-america [data-type*="article"] i[class*="play"]:hover {
      color: #208ac8 !important; }
  .copa-america-bg.fucsia {
    /* Chapitas en los listados de notas */
    /* Icono de Play si la nota tiene video */ }
    .copa-america-bg.fucsia [class*='note'] .article-theme {
      background-color: rgba(182, 11, 124, 0.8) !important;
      color: #FFFFFF !important; }
    .copa-america-bg.fucsia [data-type*="article"] i[class*="play"]:hover {
      color: #b60b7c !important; }
  .copa-america-bg.gris {
    /* Chapitas en los listados de notas */
    /* Icono de Play si la nota tiene video */ }
    .copa-america-bg.gris [class*='note'] .article-theme {
      background-color: rgba(109, 123, 140, 0.8) !important;
      color: #FFFFFF !important; }
    .copa-america-bg.gris [data-type*="article"] i[class*="play"]:hover {
      color: #6d7b8c !important; }
  .copa-america-bg.naranja {
    /* Chapitas en los listados de notas */
    /* Icono de Play si la nota tiene video */ }
    .copa-america-bg.naranja [class*='note'] .article-theme {
      background-color: rgba(227, 123, 87, 0.8) !important;
      color: #FFFFFF !important; }
    .copa-america-bg.naranja [data-type*="article"] i[class*="play"]:hover {
      color: #e37b57 !important; }
  .copa-america-bg.naranja_fuerte {
    /* Chapitas en los listados de notas */
    /* Icono de Play si la nota tiene video */ }
    .copa-america-bg.naranja_fuerte [class*='note'] .article-theme {
      background-color: rgba(217, 56, 0, 0.8) !important;
      color: #FFFFFF !important; }
    .copa-america-bg.naranja_fuerte [data-type*="article"] i[class*="play"]:hover {
      color: #D93800 !important; }
  .copa-america-bg.rating-cero {
    /* Chapitas en los listados de notas */
    /* Icono de Play si la nota tiene video */ }
    .copa-america-bg.rating-cero [class*='note'] .article-theme {
      background-color: rgba(218, 44, 41, 0.8) !important;
      color: #FFFFFF !important; }
    .copa-america-bg.rating-cero [data-type*="article"] i[class*="play"]:hover {
      color: #da2c29 !important; }
  .copa-america-bg.texto-blanco .article-shouts .info-wrapper .preview,
  .copa-america-bg.texto-blanco .article-shouts .info-wrapper .title,
  .copa-america-bg.texto-blanco .article-shouts .info-wrapper .author,
  .copa-america-bg.texto-blanco .article-shouts .info-wrapper .article-kicker,
  .copa-america-bg.texto-blanco .highlighted-note-square-image .info-wrapper .preview,
  .copa-america-bg.texto-blanco .highlighted-note-square-image .info-wrapper .title,
  .copa-america-bg.texto-blanco .highlighted-note-square-image .info-wrapper .author,
  .copa-america-bg.texto-blanco .highlighted-note-square-image .info-wrapper .article-kicker,
  .copa-america-bg.texto-blanco .simple-list .info-wrapper .preview,
  .copa-america-bg.texto-blanco .section-aside-single-article .info-wrapper .preview,
  .copa-america-bg.texto-blanco .simple-list .info-wrapper .title,
  .copa-america-bg.texto-blanco .section-aside-single-article .info-wrapper .title,
  .copa-america-bg.texto-blanco .simple-list .info-wrapper .author,
  .copa-america-bg.texto-blanco .section-aside-single-article .info-wrapper .author,
  .copa-america-bg.texto-blanco .simple-list .info-wrapper .article-kicker,
  .copa-america-bg.texto-blanco .section-aside-single-article .info-wrapper .article-kicker,
  .copa-america-bg.texto-blanco .simple-list-square-image .info-wrapper .preview,
  .copa-america-bg.texto-blanco .simple-list-square-image .info-wrapper .title,
  .copa-america-bg.texto-blanco .simple-list-square-image .info-wrapper .author,
  .copa-america-bg.texto-blanco .simple-list-square-image .info-wrapper .article-kicker {
    color: #FFFFFF !important; }
    .copa-america-bg.texto-blanco .article-shouts .info-wrapper .preview:hover,
    .copa-america-bg.texto-blanco .article-shouts .info-wrapper .title:hover,
    .copa-america-bg.texto-blanco .article-shouts .info-wrapper .author:hover,
    .copa-america-bg.texto-blanco .article-shouts .info-wrapper .article-kicker:hover,
    .copa-america-bg.texto-blanco .highlighted-note-square-image .info-wrapper .preview:hover,
    .copa-america-bg.texto-blanco .highlighted-note-square-image .info-wrapper .title:hover,
    .copa-america-bg.texto-blanco .highlighted-note-square-image .info-wrapper .author:hover,
    .copa-america-bg.texto-blanco .highlighted-note-square-image .info-wrapper .article-kicker:hover,
    .copa-america-bg.texto-blanco .simple-list .info-wrapper .preview:hover,
    .copa-america-bg.texto-blanco .section-aside-single-article .info-wrapper .preview:hover,
    .copa-america-bg.texto-blanco .simple-list .info-wrapper .title:hover,
    .copa-america-bg.texto-blanco .section-aside-single-article .info-wrapper .title:hover,
    .copa-america-bg.texto-blanco .simple-list .info-wrapper .author:hover,
    .copa-america-bg.texto-blanco .section-aside-single-article .info-wrapper .author:hover,
    .copa-america-bg.texto-blanco .simple-list .info-wrapper .article-kicker:hover,
    .copa-america-bg.texto-blanco .section-aside-single-article .info-wrapper .article-kicker:hover,
    .copa-america-bg.texto-blanco .simple-list-square-image .info-wrapper .preview:hover,
    .copa-america-bg.texto-blanco .simple-list-square-image .info-wrapper .title:hover,
    .copa-america-bg.texto-blanco .simple-list-square-image .info-wrapper .author:hover,
    .copa-america-bg.texto-blanco .simple-list-square-image .info-wrapper .article-kicker:hover {
      color: #FFFFFF !important; }
  .copa-america-bg.texto-blanco .article-shouts .preview,
  .copa-america-bg.texto-blanco .article-shouts .title,
  .copa-america-bg.texto-blanco .article-shouts .author,
  .copa-america-bg.texto-blanco .highlighted-note-square-image .preview,
  .copa-america-bg.texto-blanco .highlighted-note-square-image .title,
  .copa-america-bg.texto-blanco .highlighted-note-square-image .author,
  .copa-america-bg.texto-blanco .simple-list .preview,
  .copa-america-bg.texto-blanco .section-aside-single-article .preview,
  .copa-america-bg.texto-blanco .simple-list .title,
  .copa-america-bg.texto-blanco .section-aside-single-article .title,
  .copa-america-bg.texto-blanco .simple-list .author,
  .copa-america-bg.texto-blanco .section-aside-single-article .author,
  .copa-america-bg.texto-blanco .simple-list-square-image .preview,
  .copa-america-bg.texto-blanco .simple-list-square-image .title,
  .copa-america-bg.texto-blanco .simple-list-square-image .author {
    color: #FFFFFF !important; }
    .copa-america-bg.texto-blanco .article-shouts .preview:hover,
    .copa-america-bg.texto-blanco .article-shouts .title:hover,
    .copa-america-bg.texto-blanco .article-shouts .author:hover,
    .copa-america-bg.texto-blanco .highlighted-note-square-image .preview:hover,
    .copa-america-bg.texto-blanco .highlighted-note-square-image .title:hover,
    .copa-america-bg.texto-blanco .highlighted-note-square-image .author:hover,
    .copa-america-bg.texto-blanco .simple-list .preview:hover,
    .copa-america-bg.texto-blanco .section-aside-single-article .preview:hover,
    .copa-america-bg.texto-blanco .simple-list .title:hover,
    .copa-america-bg.texto-blanco .section-aside-single-article .title:hover,
    .copa-america-bg.texto-blanco .simple-list .author:hover,
    .copa-america-bg.texto-blanco .section-aside-single-article .author:hover,
    .copa-america-bg.texto-blanco .simple-list-square-image .preview:hover,
    .copa-america-bg.texto-blanco .simple-list-square-image .title:hover,
    .copa-america-bg.texto-blanco .simple-list-square-image .author:hover {
      color: #FFFFFF !important; }
  .copa-america-bg.texto-blanco [class*='note'] .article-theme {
    color: #FFFFFF !important; }
  .copa-america-bg.texto-blanco .headline, .copa-america-bg.texto-blanco .most-read, .copa-america-bg.texto-blanco .note-by-author {
    margin-top: 0;
    padding-top: 8px; }
    .copa-america-bg.texto-blanco .headline .obj-title, .copa-america-bg.texto-blanco .most-read .obj-title, .copa-america-bg.texto-blanco .note-by-author .obj-title {
      color: #FFFFFF !important; }
      .copa-america-bg.texto-blanco .headline .obj-title::first-letter, .copa-america-bg.texto-blanco .most-read .obj-title::first-letter, .copa-america-bg.texto-blanco .note-by-author .obj-title::first-letter {
        background-color: #FFFFFF;
        color: #208ac8 !important; }
  .copa-america-bg.tipo-blanca {
    /* Chapitas en los listados de notas */
    /* Icono de Play si la nota tiene video */ }
    .copa-america-bg.tipo-blanca [class*='note'] .article-theme {
      background-color: rgba(0, 0, 0, 0) !important;
      color: #FFFFFF !important; }
    .copa-america-bg.tipo-blanca [data-type*="article"] i[class*="play"]:hover {
      color: transparent !important; }
  .copa-america-bg.verde-doc {
    /* Chapitas en los listados de notas */
    /* Icono de Play si la nota tiene video */ }
    .copa-america-bg.verde-doc [class*='note'] .article-theme {
      background-color: rgba(0, 153, 153, 0.8) !important;
      color: #FFFFFF !important; }
    .copa-america-bg.verde-doc [data-type*="article"] i[class*="play"]:hover {
      color: #099 !important; }
  .copa-america-bg.verde_oscuro {
    /* Chapitas en los listados de notas */
    /* Icono de Play si la nota tiene video */ }
    .copa-america-bg.verde_oscuro [class*='note'] .article-theme {
      background-color: rgba(74, 122, 80, 0.8) !important;
      color: #FFFFFF !important; }
    .copa-america-bg.verde_oscuro [data-type*="article"] i[class*="play"]:hover {
      color: #4a7a50 !important; }
  .copa-america-bg.violeta {
    /* Chapitas en los listados de notas */
    /* Icono de Play si la nota tiene video */ }
    .copa-america-bg.violeta [class*='note'] .article-theme {
      background-color: rgba(86, 0, 141, 0.8) !important;
      color: #FFFFFF !important; }
    .copa-america-bg.violeta [data-type*="article"] i[class*="play"]:hover {
      color: #56008D !important; }
  .copa-america-bg.beige {
    /* Chapitas en los listados de notas */
    /* Icono de Play si la nota tiene video */ }
    .copa-america-bg.beige [class*='note'] .article-theme {
      background-color: rgba(247, 239, 228, 0.8) !important;
      color: #000000 !important; }
    .copa-america-bg.beige [data-type*="article"] i[class*="play"]:hover {
      color: #f7efe4 !important; }
  .copa-america-bg.bordo {
    /* Chapitas en los listados de notas */
    /* Icono de Play si la nota tiene video */ }
    .copa-america-bg.bordo [class*='note'] .article-theme {
      background-color: rgba(64, 37, 34, 0.8) !important;
      color: #FFFFFF !important; }
    .copa-america-bg.bordo [data-type*="article"] i[class*="play"]:hover {
      color: #402522 !important; }
  .copa-america-bg.verde-limon {
    /* Chapitas en los listados de notas */
    /* Icono de Play si la nota tiene video */ }
    .copa-america-bg.verde-limon [class*='note'] .article-theme {
      background-color: rgba(239, 255, 211, 0.8) !important;
      color: #000000 !important; }
    .copa-america-bg.verde-limon [data-type*="article"] i[class*="play"]:hover {
      color: #efffd3 !important; }
  .copa-america-bg.rojo {
    /* Chapitas en los listados de notas */
    /* Icono de Play si la nota tiene video */ }
    .copa-america-bg.rojo [class*='note'] .article-theme {
      background-color: rgba(216, 84, 84, 0.8) !important;
      color: #FFFFFF !important; }
    .copa-america-bg.rojo [data-type*="article"] i[class*="play"]:hover {
      color: #d85454 !important; }
  .copa-america-bg.celeste {
    /* Chapitas en los listados de notas */
    /* Icono de Play si la nota tiene video */ }
    .copa-america-bg.celeste [class*='note'] .article-theme {
      background-color: rgba(81, 163, 255, 0.8) !important;
      color: #FFFFFF !important; }
    .copa-america-bg.celeste [data-type*="article"] i[class*="play"]:hover {
      color: #51a3ff !important; }
  .copa-america-bg.amarillo {
    /* Chapitas en los listados de notas */
    /* Icono de Play si la nota tiene video */ }
    .copa-america-bg.amarillo [class*='note'] .article-theme {
      background-color: rgba(212, 202, 86, 0.8) !important;
      color: #000000 !important; }
    .copa-america-bg.amarillo [data-type*="article"] i[class*="play"]:hover {
      color: #d4ca56 !important; }
  .copa-america-bg.magent {
    /* Chapitas en los listados de notas */
    /* Icono de Play si la nota tiene video */ }
    .copa-america-bg.magent [class*='note'] .article-theme {
      background-color: rgba(204, 98, 200, 0.8) !important;
      color: #FFFFFF !important; }
    .copa-america-bg.magent [data-type*="article"] i[class*="play"]:hover {
      color: #cc62c8 !important; }
  .copa-america-bg.azul {
    /* Chapitas en los listados de notas */
    /* Icono de Play si la nota tiene video */ }
    .copa-america-bg.azul [class*='note'] .article-theme {
      background-color: rgba(96, 129, 166, 0.8) !important;
      color: #FFFFFF !important; }
    .copa-america-bg.azul [data-type*="article"] i[class*="play"]:hover {
      color: #6081a6 !important; }
  .copa-america-bg.verde {
    /* Chapitas en los listados de notas */
    /* Icono de Play si la nota tiene video */ }
    .copa-america-bg.verde [class*='note'] .article-theme {
      background-color: rgba(93, 200, 102, 0.8) !important;
      color: #FFFFFF !important; }
    .copa-america-bg.verde [data-type*="article"] i[class*="play"]:hover {
      color: #5dc866 !important; }
  .copa-america-bg.cyan {
    /* Chapitas en los listados de notas */
    /* Icono de Play si la nota tiene video */ }
    .copa-america-bg.cyan [class*='note'] .article-theme {
      background-color: rgba(0, 188, 212, 0.8) !important;
      color: #000000 !important; }
    .copa-america-bg.cyan [data-type*="article"] i[class*="play"]:hover {
      color: #00BCD4 !important; }
  .copa-america-bg.negro {
    /* Chapitas en los listados de notas */
    /* Icono de Play si la nota tiene video */ }
    .copa-america-bg.negro [class*='note'] .article-theme {
      background-color: rgba(29, 29, 32, 0.8) !important;
      color: #FFFFFF !important; }
    .copa-america-bg.negro [data-type*="article"] i[class*="play"]:hover {
      color: #1d1d20 !important; }

/* Widgets con color relacionado */
.widget-wrapper.copa-america:not([class*="-bg"]) {
  /* Cabezales */
  /* Chapitas en los listados de notas */
  /* Icono de Play si la nota tiene video */ }
  .widget-wrapper.copa-america:not([class*="-bg"]) .headline .obj-title, .widget-wrapper.copa-america:not([class*="-bg"]) .most-read .obj-title, .widget-wrapper.copa-america:not([class*="-bg"]) .note-by-author .obj-title {
    color: #208ac8; }
    .widget-wrapper.copa-america:not([class*="-bg"]) .headline .obj-title::first-letter, .widget-wrapper.copa-america:not([class*="-bg"]) .most-read .obj-title::first-letter, .widget-wrapper.copa-america:not([class*="-bg"]) .note-by-author .obj-title::first-letter {
      background-color: #208ac8;
      color: #FFFFFF; }
  .widget-wrapper.copa-america:not([class*="-bg"]) [class*='note']:not(.highlighted-portrait-note):not(.highlighted-note-overprinted-title) .article-kicker {
    color: #208ac8 !important; }
  .widget-wrapper.copa-america:not([class*="-bg"]) [class*='note'] .article-theme {
    background-color: rgba(32, 138, 200, 0.8) !important;
    color: #FFFFFF !important; }
  .widget-wrapper.copa-america:not([class*="-bg"]) [class*='note'] .info-wrapper .preview:hover,
  .widget-wrapper.copa-america:not([class*="-bg"]) [class*='note'] .info-wrapper .title:hover,
  .widget-wrapper.copa-america:not([class*="-bg"]) [class*='note'] .info-wrapper .author:hover,
  .widget-wrapper.copa-america:not([class*="-bg"]) [class*='note'] .info-wrapper .article-category-grouper:hover,
  .widget-wrapper.copa-america:not([class*="-bg"]) [class*='note'] .info-wrapper .article-kicker:hover {
    color: #208ac8 !important; }
  .widget-wrapper.copa-america:not([class*="-bg"]) [class*='note'] .preview:hover,
  .widget-wrapper.copa-america:not([class*="-bg"]) [class*='note'] .title:hover,
  .widget-wrapper.copa-america:not([class*="-bg"]) [class*='note'] .author:hover {
    color: #208ac8 !important; }
  .widget-wrapper.copa-america:not([class*="-bg"]) [data-type*="article"] i[class*="play"]:hover {
    color: #208ac8 !important; }

.widget-wrapper.copa-america:not([class*="-bg"]) {
  /* Cabezales */
  /* Chapitas en los listados de notas */
  /* Icono de Play si la nota tiene video */ }
  .widget-wrapper.copa-america:not([class*="-bg"]) .headline .obj-title, .widget-wrapper.copa-america:not([class*="-bg"]) .most-read .obj-title, .widget-wrapper.copa-america:not([class*="-bg"]) .note-by-author .obj-title {
    color: #208ac8; }
    .widget-wrapper.copa-america:not([class*="-bg"]) .headline .obj-title::first-letter, .widget-wrapper.copa-america:not([class*="-bg"]) .most-read .obj-title::first-letter, .widget-wrapper.copa-america:not([class*="-bg"]) .note-by-author .obj-title::first-letter {
      background-color: #208ac8;
      color: #FFFFFF; }
  .widget-wrapper.copa-america:not([class*="-bg"]) [class*='note']:not(.highlighted-portrait-note):not(.highlighted-note-overprinted-title) .article-kicker {
    color: #208ac8 !important; }
  .widget-wrapper.copa-america:not([class*="-bg"]) [class*='note'] .article-theme {
    background-color: rgba(32, 138, 200, 0.8) !important;
    color: #FFFFFF !important; }
  .widget-wrapper.copa-america:not([class*="-bg"]) [class*='note'] .info-wrapper .preview:hover,
  .widget-wrapper.copa-america:not([class*="-bg"]) [class*='note'] .info-wrapper .title:hover,
  .widget-wrapper.copa-america:not([class*="-bg"]) [class*='note'] .info-wrapper .author:hover,
  .widget-wrapper.copa-america:not([class*="-bg"]) [class*='note'] .info-wrapper .article-category-grouper:hover,
  .widget-wrapper.copa-america:not([class*="-bg"]) [class*='note'] .info-wrapper .article-kicker:hover {
    color: #208ac8 !important; }
  .widget-wrapper.copa-america:not([class*="-bg"]) [class*='note'] .preview:hover,
  .widget-wrapper.copa-america:not([class*="-bg"]) [class*='note'] .title:hover,
  .widget-wrapper.copa-america:not([class*="-bg"]) [class*='note'] .author:hover {
    color: #208ac8 !important; }
  .widget-wrapper.copa-america:not([class*="-bg"]) [data-type*="article"] i[class*="play"]:hover {
    color: #208ac8 !important; }

.widget-wrapper.copa-america:not([class*="-bg"]) {
  /* Cabezales */
  /* Chapitas en los listados de notas */
  /* Icono de Play si la nota tiene video */ }
  .widget-wrapper.copa-america:not([class*="-bg"]) .headline .obj-title, .widget-wrapper.copa-america:not([class*="-bg"]) .most-read .obj-title, .widget-wrapper.copa-america:not([class*="-bg"]) .note-by-author .obj-title {
    color: #208ac8; }
    .widget-wrapper.copa-america:not([class*="-bg"]) .headline .obj-title::first-letter, .widget-wrapper.copa-america:not([class*="-bg"]) .most-read .obj-title::first-letter, .widget-wrapper.copa-america:not([class*="-bg"]) .note-by-author .obj-title::first-letter {
      background-color: #208ac8;
      color: #FFFFFF; }
  .widget-wrapper.copa-america:not([class*="-bg"]) [class*='note']:not(.highlighted-portrait-note):not(.highlighted-note-overprinted-title) .article-kicker {
    color: #208ac8 !important; }
  .widget-wrapper.copa-america:not([class*="-bg"]) [class*='note'] .article-theme {
    background-color: rgba(32, 138, 200, 0.8) !important;
    color: #FFFFFF !important; }
  .widget-wrapper.copa-america:not([class*="-bg"]) [class*='note'] .info-wrapper .preview:hover,
  .widget-wrapper.copa-america:not([class*="-bg"]) [class*='note'] .info-wrapper .title:hover,
  .widget-wrapper.copa-america:not([class*="-bg"]) [class*='note'] .info-wrapper .author:hover,
  .widget-wrapper.copa-america:not([class*="-bg"]) [class*='note'] .info-wrapper .article-category-grouper:hover,
  .widget-wrapper.copa-america:not([class*="-bg"]) [class*='note'] .info-wrapper .article-kicker:hover {
    color: #208ac8 !important; }
  .widget-wrapper.copa-america:not([class*="-bg"]) [class*='note'] .preview:hover,
  .widget-wrapper.copa-america:not([class*="-bg"]) [class*='note'] .title:hover,
  .widget-wrapper.copa-america:not([class*="-bg"]) [class*='note'] .author:hover {
    color: #208ac8 !important; }
  .widget-wrapper.copa-america:not([class*="-bg"]) [data-type*="article"] i[class*="play"]:hover {
    color: #208ac8 !important; }

.widget-wrapper.copa-america:not([class*="-bg"]) {
  /* Cabezales */
  /* Chapitas en los listados de notas */
  /* Icono de Play si la nota tiene video */ }
  .widget-wrapper.copa-america:not([class*="-bg"]) .headline .obj-title, .widget-wrapper.copa-america:not([class*="-bg"]) .most-read .obj-title, .widget-wrapper.copa-america:not([class*="-bg"]) .note-by-author .obj-title {
    color: #208ac8; }
    .widget-wrapper.copa-america:not([class*="-bg"]) .headline .obj-title::first-letter, .widget-wrapper.copa-america:not([class*="-bg"]) .most-read .obj-title::first-letter, .widget-wrapper.copa-america:not([class*="-bg"]) .note-by-author .obj-title::first-letter {
      background-color: #208ac8;
      color: #FFFFFF; }
  .widget-wrapper.copa-america:not([class*="-bg"]) [class*='note']:not(.highlighted-portrait-note):not(.highlighted-note-overprinted-title) .article-kicker {
    color: #208ac8 !important; }
  .widget-wrapper.copa-america:not([class*="-bg"]) [class*='note'] .article-theme {
    background-color: rgba(32, 138, 200, 0.8) !important;
    color: #FFFFFF !important; }
  .widget-wrapper.copa-america:not([class*="-bg"]) [class*='note'] .info-wrapper .preview:hover,
  .widget-wrapper.copa-america:not([class*="-bg"]) [class*='note'] .info-wrapper .title:hover,
  .widget-wrapper.copa-america:not([class*="-bg"]) [class*='note'] .info-wrapper .author:hover,
  .widget-wrapper.copa-america:not([class*="-bg"]) [class*='note'] .info-wrapper .article-category-grouper:hover,
  .widget-wrapper.copa-america:not([class*="-bg"]) [class*='note'] .info-wrapper .article-kicker:hover {
    color: #208ac8 !important; }
  .widget-wrapper.copa-america:not([class*="-bg"]) [class*='note'] .preview:hover,
  .widget-wrapper.copa-america:not([class*="-bg"]) [class*='note'] .title:hover,
  .widget-wrapper.copa-america:not([class*="-bg"]) [class*='note'] .author:hover {
    color: #208ac8 !important; }
  .widget-wrapper.copa-america:not([class*="-bg"]) [data-type*="article"] i[class*="play"]:hover {
    color: #208ac8 !important; }

.widget-wrapper.copa-america:not([class*="-bg"]) {
  /* Cabezales */
  /* Chapitas en los listados de notas */
  /* Icono de Play si la nota tiene video */ }
  .widget-wrapper.copa-america:not([class*="-bg"]) .headline .obj-title, .widget-wrapper.copa-america:not([class*="-bg"]) .most-read .obj-title, .widget-wrapper.copa-america:not([class*="-bg"]) .note-by-author .obj-title {
    color: #208ac8; }
    .widget-wrapper.copa-america:not([class*="-bg"]) .headline .obj-title::first-letter, .widget-wrapper.copa-america:not([class*="-bg"]) .most-read .obj-title::first-letter, .widget-wrapper.copa-america:not([class*="-bg"]) .note-by-author .obj-title::first-letter {
      background-color: #208ac8;
      color: #FFFFFF; }
  .widget-wrapper.copa-america:not([class*="-bg"]) [class*='note']:not(.highlighted-portrait-note):not(.highlighted-note-overprinted-title) .article-kicker {
    color: #208ac8 !important; }
  .widget-wrapper.copa-america:not([class*="-bg"]) [class*='note'] .article-theme {
    background-color: rgba(32, 138, 200, 0.8) !important;
    color: #FFFFFF !important; }
  .widget-wrapper.copa-america:not([class*="-bg"]) [class*='note'] .info-wrapper .preview:hover,
  .widget-wrapper.copa-america:not([class*="-bg"]) [class*='note'] .info-wrapper .title:hover,
  .widget-wrapper.copa-america:not([class*="-bg"]) [class*='note'] .info-wrapper .author:hover,
  .widget-wrapper.copa-america:not([class*="-bg"]) [class*='note'] .info-wrapper .article-category-grouper:hover,
  .widget-wrapper.copa-america:not([class*="-bg"]) [class*='note'] .info-wrapper .article-kicker:hover {
    color: #208ac8 !important; }
  .widget-wrapper.copa-america:not([class*="-bg"]) [class*='note'] .preview:hover,
  .widget-wrapper.copa-america:not([class*="-bg"]) [class*='note'] .title:hover,
  .widget-wrapper.copa-america:not([class*="-bg"]) [class*='note'] .author:hover {
    color: #208ac8 !important; }
  .widget-wrapper.copa-america:not([class*="-bg"]) [data-type*="article"] i[class*="play"]:hover {
    color: #208ac8 !important; }

.widget-wrapper.copa-america:not([class*="-bg"]) {
  /* Cabezales */
  /* Chapitas en los listados de notas */
  /* Icono de Play si la nota tiene video */ }
  .widget-wrapper.copa-america:not([class*="-bg"]) .headline .obj-title, .widget-wrapper.copa-america:not([class*="-bg"]) .most-read .obj-title, .widget-wrapper.copa-america:not([class*="-bg"]) .note-by-author .obj-title {
    color: #208ac8; }
    .widget-wrapper.copa-america:not([class*="-bg"]) .headline .obj-title::first-letter, .widget-wrapper.copa-america:not([class*="-bg"]) .most-read .obj-title::first-letter, .widget-wrapper.copa-america:not([class*="-bg"]) .note-by-author .obj-title::first-letter {
      background-color: #208ac8;
      color: #FFFFFF; }
  .widget-wrapper.copa-america:not([class*="-bg"]) [class*='note']:not(.highlighted-portrait-note):not(.highlighted-note-overprinted-title) .article-kicker {
    color: #208ac8 !important; }
  .widget-wrapper.copa-america:not([class*="-bg"]) [class*='note'] .article-theme {
    background-color: rgba(32, 138, 200, 0.8) !important;
    color: #FFFFFF !important; }
  .widget-wrapper.copa-america:not([class*="-bg"]) [class*='note'] .info-wrapper .preview:hover,
  .widget-wrapper.copa-america:not([class*="-bg"]) [class*='note'] .info-wrapper .title:hover,
  .widget-wrapper.copa-america:not([class*="-bg"]) [class*='note'] .info-wrapper .author:hover,
  .widget-wrapper.copa-america:not([class*="-bg"]) [class*='note'] .info-wrapper .article-category-grouper:hover,
  .widget-wrapper.copa-america:not([class*="-bg"]) [class*='note'] .info-wrapper .article-kicker:hover {
    color: #208ac8 !important; }
  .widget-wrapper.copa-america:not([class*="-bg"]) [class*='note'] .preview:hover,
  .widget-wrapper.copa-america:not([class*="-bg"]) [class*='note'] .title:hover,
  .widget-wrapper.copa-america:not([class*="-bg"]) [class*='note'] .author:hover {
    color: #208ac8 !important; }
  .widget-wrapper.copa-america:not([class*="-bg"]) [data-type*="article"] i[class*="play"]:hover {
    color: #208ac8 !important; }

.widget-wrapper.copa-america:not([class*="-bg"]) {
  /* Cabezales */
  /* Chapitas en los listados de notas */
  /* Icono de Play si la nota tiene video */ }
  .widget-wrapper.copa-america:not([class*="-bg"]) .headline .obj-title, .widget-wrapper.copa-america:not([class*="-bg"]) .most-read .obj-title, .widget-wrapper.copa-america:not([class*="-bg"]) .note-by-author .obj-title {
    color: #208ac8; }
    .widget-wrapper.copa-america:not([class*="-bg"]) .headline .obj-title::first-letter, .widget-wrapper.copa-america:not([class*="-bg"]) .most-read .obj-title::first-letter, .widget-wrapper.copa-america:not([class*="-bg"]) .note-by-author .obj-title::first-letter {
      background-color: #208ac8;
      color: #FFFFFF; }
  .widget-wrapper.copa-america:not([class*="-bg"]) [class*='note']:not(.highlighted-portrait-note):not(.highlighted-note-overprinted-title) .article-kicker {
    color: #208ac8 !important; }
  .widget-wrapper.copa-america:not([class*="-bg"]) [class*='note'] .article-theme {
    background-color: rgba(32, 138, 200, 0.8) !important;
    color: #FFFFFF !important; }
  .widget-wrapper.copa-america:not([class*="-bg"]) [class*='note'] .info-wrapper .preview:hover,
  .widget-wrapper.copa-america:not([class*="-bg"]) [class*='note'] .info-wrapper .title:hover,
  .widget-wrapper.copa-america:not([class*="-bg"]) [class*='note'] .info-wrapper .author:hover,
  .widget-wrapper.copa-america:not([class*="-bg"]) [class*='note'] .info-wrapper .article-category-grouper:hover,
  .widget-wrapper.copa-america:not([class*="-bg"]) [class*='note'] .info-wrapper .article-kicker:hover {
    color: #208ac8 !important; }
  .widget-wrapper.copa-america:not([class*="-bg"]) [class*='note'] .preview:hover,
  .widget-wrapper.copa-america:not([class*="-bg"]) [class*='note'] .title:hover,
  .widget-wrapper.copa-america:not([class*="-bg"]) [class*='note'] .author:hover {
    color: #208ac8 !important; }
  .widget-wrapper.copa-america:not([class*="-bg"]) [data-type*="article"] i[class*="play"]:hover {
    color: #208ac8 !important; }

.widget-wrapper.copa-america:not([class*="-bg"]) {
  /* Cabezales */
  /* Chapitas en los listados de notas */
  /* Icono de Play si la nota tiene video */ }
  .widget-wrapper.copa-america:not([class*="-bg"]) .headline .obj-title, .widget-wrapper.copa-america:not([class*="-bg"]) .most-read .obj-title, .widget-wrapper.copa-america:not([class*="-bg"]) .note-by-author .obj-title {
    color: #208ac8; }
    .widget-wrapper.copa-america:not([class*="-bg"]) .headline .obj-title::first-letter, .widget-wrapper.copa-america:not([class*="-bg"]) .most-read .obj-title::first-letter, .widget-wrapper.copa-america:not([class*="-bg"]) .note-by-author .obj-title::first-letter {
      background-color: #208ac8;
      color: #FFFFFF; }
  .widget-wrapper.copa-america:not([class*="-bg"]) [class*='note']:not(.highlighted-portrait-note):not(.highlighted-note-overprinted-title) .article-kicker {
    color: #208ac8 !important; }
  .widget-wrapper.copa-america:not([class*="-bg"]) [class*='note'] .article-theme {
    background-color: rgba(32, 138, 200, 0.8) !important;
    color: #FFFFFF !important; }
  .widget-wrapper.copa-america:not([class*="-bg"]) [class*='note'] .info-wrapper .preview:hover,
  .widget-wrapper.copa-america:not([class*="-bg"]) [class*='note'] .info-wrapper .title:hover,
  .widget-wrapper.copa-america:not([class*="-bg"]) [class*='note'] .info-wrapper .author:hover,
  .widget-wrapper.copa-america:not([class*="-bg"]) [class*='note'] .info-wrapper .article-category-grouper:hover,
  .widget-wrapper.copa-america:not([class*="-bg"]) [class*='note'] .info-wrapper .article-kicker:hover {
    color: #208ac8 !important; }
  .widget-wrapper.copa-america:not([class*="-bg"]) [class*='note'] .preview:hover,
  .widget-wrapper.copa-america:not([class*="-bg"]) [class*='note'] .title:hover,
  .widget-wrapper.copa-america:not([class*="-bg"]) [class*='note'] .author:hover {
    color: #208ac8 !important; }
  .widget-wrapper.copa-america:not([class*="-bg"]) [data-type*="article"] i[class*="play"]:hover {
    color: #208ac8 !important; }

.widget-wrapper.copa-america:not([class*="-bg"]) {
  /* Cabezales */
  /* Chapitas en los listados de notas */
  /* Icono de Play si la nota tiene video */ }
  .widget-wrapper.copa-america:not([class*="-bg"]) .headline .obj-title, .widget-wrapper.copa-america:not([class*="-bg"]) .most-read .obj-title, .widget-wrapper.copa-america:not([class*="-bg"]) .note-by-author .obj-title {
    color: #208ac8; }
    .widget-wrapper.copa-america:not([class*="-bg"]) .headline .obj-title::first-letter, .widget-wrapper.copa-america:not([class*="-bg"]) .most-read .obj-title::first-letter, .widget-wrapper.copa-america:not([class*="-bg"]) .note-by-author .obj-title::first-letter {
      background-color: #208ac8;
      color: #FFFFFF; }
  .widget-wrapper.copa-america:not([class*="-bg"]) [class*='note']:not(.highlighted-portrait-note):not(.highlighted-note-overprinted-title) .article-kicker {
    color: #208ac8 !important; }
  .widget-wrapper.copa-america:not([class*="-bg"]) [class*='note'] .article-theme {
    background-color: rgba(32, 138, 200, 0.8) !important;
    color: #FFFFFF !important; }
  .widget-wrapper.copa-america:not([class*="-bg"]) [class*='note'] .info-wrapper .preview:hover,
  .widget-wrapper.copa-america:not([class*="-bg"]) [class*='note'] .info-wrapper .title:hover,
  .widget-wrapper.copa-america:not([class*="-bg"]) [class*='note'] .info-wrapper .author:hover,
  .widget-wrapper.copa-america:not([class*="-bg"]) [class*='note'] .info-wrapper .article-category-grouper:hover,
  .widget-wrapper.copa-america:not([class*="-bg"]) [class*='note'] .info-wrapper .article-kicker:hover {
    color: #208ac8 !important; }
  .widget-wrapper.copa-america:not([class*="-bg"]) [class*='note'] .preview:hover,
  .widget-wrapper.copa-america:not([class*="-bg"]) [class*='note'] .title:hover,
  .widget-wrapper.copa-america:not([class*="-bg"]) [class*='note'] .author:hover {
    color: #208ac8 !important; }
  .widget-wrapper.copa-america:not([class*="-bg"]) [data-type*="article"] i[class*="play"]:hover {
    color: #208ac8 !important; }

.widget-wrapper.copa-america:not([class*="-bg"]) {
  /* Cabezales */
  /* Chapitas en los listados de notas */
  /* Icono de Play si la nota tiene video */ }
  .widget-wrapper.copa-america:not([class*="-bg"]) .headline .obj-title, .widget-wrapper.copa-america:not([class*="-bg"]) .most-read .obj-title, .widget-wrapper.copa-america:not([class*="-bg"]) .note-by-author .obj-title {
    color: #208ac8; }
    .widget-wrapper.copa-america:not([class*="-bg"]) .headline .obj-title::first-letter, .widget-wrapper.copa-america:not([class*="-bg"]) .most-read .obj-title::first-letter, .widget-wrapper.copa-america:not([class*="-bg"]) .note-by-author .obj-title::first-letter {
      background-color: #208ac8;
      color: #FFFFFF; }
  .widget-wrapper.copa-america:not([class*="-bg"]) [class*='note']:not(.highlighted-portrait-note):not(.highlighted-note-overprinted-title) .article-kicker {
    color: #208ac8 !important; }
  .widget-wrapper.copa-america:not([class*="-bg"]) [class*='note'] .article-theme {
    background-color: rgba(32, 138, 200, 0.8) !important;
    color: #FFFFFF !important; }
  .widget-wrapper.copa-america:not([class*="-bg"]) [class*='note'] .info-wrapper .preview:hover,
  .widget-wrapper.copa-america:not([class*="-bg"]) [class*='note'] .info-wrapper .title:hover,
  .widget-wrapper.copa-america:not([class*="-bg"]) [class*='note'] .info-wrapper .author:hover,
  .widget-wrapper.copa-america:not([class*="-bg"]) [class*='note'] .info-wrapper .article-category-grouper:hover,
  .widget-wrapper.copa-america:not([class*="-bg"]) [class*='note'] .info-wrapper .article-kicker:hover {
    color: #208ac8 !important; }
  .widget-wrapper.copa-america:not([class*="-bg"]) [class*='note'] .preview:hover,
  .widget-wrapper.copa-america:not([class*="-bg"]) [class*='note'] .title:hover,
  .widget-wrapper.copa-america:not([class*="-bg"]) [class*='note'] .author:hover {
    color: #208ac8 !important; }
  .widget-wrapper.copa-america:not([class*="-bg"]) [data-type*="article"] i[class*="play"]:hover {
    color: #208ac8 !important; }

.widget-wrapper.copa-america:not([class*="-bg"]) {
  /* Cabezales */
  /* Chapitas en los listados de notas */
  /* Icono de Play si la nota tiene video */ }
  .widget-wrapper.copa-america:not([class*="-bg"]) .headline .obj-title, .widget-wrapper.copa-america:not([class*="-bg"]) .most-read .obj-title, .widget-wrapper.copa-america:not([class*="-bg"]) .note-by-author .obj-title {
    color: #208ac8; }
    .widget-wrapper.copa-america:not([class*="-bg"]) .headline .obj-title::first-letter, .widget-wrapper.copa-america:not([class*="-bg"]) .most-read .obj-title::first-letter, .widget-wrapper.copa-america:not([class*="-bg"]) .note-by-author .obj-title::first-letter {
      background-color: #208ac8;
      color: #FFFFFF; }
  .widget-wrapper.copa-america:not([class*="-bg"]) [class*='note']:not(.highlighted-portrait-note):not(.highlighted-note-overprinted-title) .article-kicker {
    color: #208ac8 !important; }
  .widget-wrapper.copa-america:not([class*="-bg"]) [class*='note'] .article-theme {
    background-color: rgba(32, 138, 200, 0.8) !important;
    color: #FFFFFF !important; }
  .widget-wrapper.copa-america:not([class*="-bg"]) [class*='note'] .info-wrapper .preview:hover,
  .widget-wrapper.copa-america:not([class*="-bg"]) [class*='note'] .info-wrapper .title:hover,
  .widget-wrapper.copa-america:not([class*="-bg"]) [class*='note'] .info-wrapper .author:hover,
  .widget-wrapper.copa-america:not([class*="-bg"]) [class*='note'] .info-wrapper .article-category-grouper:hover,
  .widget-wrapper.copa-america:not([class*="-bg"]) [class*='note'] .info-wrapper .article-kicker:hover {
    color: #208ac8 !important; }
  .widget-wrapper.copa-america:not([class*="-bg"]) [class*='note'] .preview:hover,
  .widget-wrapper.copa-america:not([class*="-bg"]) [class*='note'] .title:hover,
  .widget-wrapper.copa-america:not([class*="-bg"]) [class*='note'] .author:hover {
    color: #208ac8 !important; }
  .widget-wrapper.copa-america:not([class*="-bg"]) [data-type*="article"] i[class*="play"]:hover {
    color: #208ac8 !important; }

.widget-wrapper.copa-america:not([class*="-bg"]) {
  /* Cabezales */
  /* Chapitas en los listados de notas */
  /* Icono de Play si la nota tiene video */ }
  .widget-wrapper.copa-america:not([class*="-bg"]) .headline .obj-title, .widget-wrapper.copa-america:not([class*="-bg"]) .most-read .obj-title, .widget-wrapper.copa-america:not([class*="-bg"]) .note-by-author .obj-title {
    color: #208ac8; }
    .widget-wrapper.copa-america:not([class*="-bg"]) .headline .obj-title::first-letter, .widget-wrapper.copa-america:not([class*="-bg"]) .most-read .obj-title::first-letter, .widget-wrapper.copa-america:not([class*="-bg"]) .note-by-author .obj-title::first-letter {
      background-color: #208ac8;
      color: #FFFFFF; }
  .widget-wrapper.copa-america:not([class*="-bg"]) [class*='note']:not(.highlighted-portrait-note):not(.highlighted-note-overprinted-title) .article-kicker {
    color: #208ac8 !important; }
  .widget-wrapper.copa-america:not([class*="-bg"]) [class*='note'] .article-theme {
    background-color: rgba(32, 138, 200, 0.8) !important;
    color: #FFFFFF !important; }
  .widget-wrapper.copa-america:not([class*="-bg"]) [class*='note'] .info-wrapper .preview:hover,
  .widget-wrapper.copa-america:not([class*="-bg"]) [class*='note'] .info-wrapper .title:hover,
  .widget-wrapper.copa-america:not([class*="-bg"]) [class*='note'] .info-wrapper .author:hover,
  .widget-wrapper.copa-america:not([class*="-bg"]) [class*='note'] .info-wrapper .article-category-grouper:hover,
  .widget-wrapper.copa-america:not([class*="-bg"]) [class*='note'] .info-wrapper .article-kicker:hover {
    color: #208ac8 !important; }
  .widget-wrapper.copa-america:not([class*="-bg"]) [class*='note'] .preview:hover,
  .widget-wrapper.copa-america:not([class*="-bg"]) [class*='note'] .title:hover,
  .widget-wrapper.copa-america:not([class*="-bg"]) [class*='note'] .author:hover {
    color: #208ac8 !important; }
  .widget-wrapper.copa-america:not([class*="-bg"]) [data-type*="article"] i[class*="play"]:hover {
    color: #208ac8 !important; }

.widget-wrapper.copa-america:not([class*="-bg"]) {
  /* Cabezales */
  /* Chapitas en los listados de notas */
  /* Icono de Play si la nota tiene video */ }
  .widget-wrapper.copa-america:not([class*="-bg"]) .headline .obj-title, .widget-wrapper.copa-america:not([class*="-bg"]) .most-read .obj-title, .widget-wrapper.copa-america:not([class*="-bg"]) .note-by-author .obj-title {
    color: #208ac8; }
    .widget-wrapper.copa-america:not([class*="-bg"]) .headline .obj-title::first-letter, .widget-wrapper.copa-america:not([class*="-bg"]) .most-read .obj-title::first-letter, .widget-wrapper.copa-america:not([class*="-bg"]) .note-by-author .obj-title::first-letter {
      background-color: #208ac8;
      color: #FFFFFF; }
  .widget-wrapper.copa-america:not([class*="-bg"]) [class*='note']:not(.highlighted-portrait-note):not(.highlighted-note-overprinted-title) .article-kicker {
    color: #208ac8 !important; }
  .widget-wrapper.copa-america:not([class*="-bg"]) [class*='note'] .article-theme {
    background-color: rgba(32, 138, 200, 0.8) !important;
    color: #FFFFFF !important; }
  .widget-wrapper.copa-america:not([class*="-bg"]) [class*='note'] .info-wrapper .preview:hover,
  .widget-wrapper.copa-america:not([class*="-bg"]) [class*='note'] .info-wrapper .title:hover,
  .widget-wrapper.copa-america:not([class*="-bg"]) [class*='note'] .info-wrapper .author:hover,
  .widget-wrapper.copa-america:not([class*="-bg"]) [class*='note'] .info-wrapper .article-category-grouper:hover,
  .widget-wrapper.copa-america:not([class*="-bg"]) [class*='note'] .info-wrapper .article-kicker:hover {
    color: #208ac8 !important; }
  .widget-wrapper.copa-america:not([class*="-bg"]) [class*='note'] .preview:hover,
  .widget-wrapper.copa-america:not([class*="-bg"]) [class*='note'] .title:hover,
  .widget-wrapper.copa-america:not([class*="-bg"]) [class*='note'] .author:hover {
    color: #208ac8 !important; }
  .widget-wrapper.copa-america:not([class*="-bg"]) [data-type*="article"] i[class*="play"]:hover {
    color: #208ac8 !important; }

.widget-wrapper.copa-america:not([class*="-bg"]) {
  /* Cabezales */
  /* Chapitas en los listados de notas */
  /* Icono de Play si la nota tiene video */ }
  .widget-wrapper.copa-america:not([class*="-bg"]) .headline .obj-title, .widget-wrapper.copa-america:not([class*="-bg"]) .most-read .obj-title, .widget-wrapper.copa-america:not([class*="-bg"]) .note-by-author .obj-title {
    color: #208ac8; }
    .widget-wrapper.copa-america:not([class*="-bg"]) .headline .obj-title::first-letter, .widget-wrapper.copa-america:not([class*="-bg"]) .most-read .obj-title::first-letter, .widget-wrapper.copa-america:not([class*="-bg"]) .note-by-author .obj-title::first-letter {
      background-color: #208ac8;
      color: #FFFFFF; }
  .widget-wrapper.copa-america:not([class*="-bg"]) [class*='note']:not(.highlighted-portrait-note):not(.highlighted-note-overprinted-title) .article-kicker {
    color: #208ac8 !important; }
  .widget-wrapper.copa-america:not([class*="-bg"]) [class*='note'] .article-theme {
    background-color: rgba(32, 138, 200, 0.8) !important;
    color: #FFFFFF !important; }
  .widget-wrapper.copa-america:not([class*="-bg"]) [class*='note'] .info-wrapper .preview:hover,
  .widget-wrapper.copa-america:not([class*="-bg"]) [class*='note'] .info-wrapper .title:hover,
  .widget-wrapper.copa-america:not([class*="-bg"]) [class*='note'] .info-wrapper .author:hover,
  .widget-wrapper.copa-america:not([class*="-bg"]) [class*='note'] .info-wrapper .article-category-grouper:hover,
  .widget-wrapper.copa-america:not([class*="-bg"]) [class*='note'] .info-wrapper .article-kicker:hover {
    color: #208ac8 !important; }
  .widget-wrapper.copa-america:not([class*="-bg"]) [class*='note'] .preview:hover,
  .widget-wrapper.copa-america:not([class*="-bg"]) [class*='note'] .title:hover,
  .widget-wrapper.copa-america:not([class*="-bg"]) [class*='note'] .author:hover {
    color: #208ac8 !important; }
  .widget-wrapper.copa-america:not([class*="-bg"]) [data-type*="article"] i[class*="play"]:hover {
    color: #208ac8 !important; }

.widget-wrapper.copa-america:not([class*="-bg"]) {
  /* Cabezales */
  /* Chapitas en los listados de notas */
  /* Icono de Play si la nota tiene video */ }
  .widget-wrapper.copa-america:not([class*="-bg"]) .headline .obj-title, .widget-wrapper.copa-america:not([class*="-bg"]) .most-read .obj-title, .widget-wrapper.copa-america:not([class*="-bg"]) .note-by-author .obj-title {
    color: #208ac8; }
    .widget-wrapper.copa-america:not([class*="-bg"]) .headline .obj-title::first-letter, .widget-wrapper.copa-america:not([class*="-bg"]) .most-read .obj-title::first-letter, .widget-wrapper.copa-america:not([class*="-bg"]) .note-by-author .obj-title::first-letter {
      background-color: #208ac8;
      color: #FFFFFF; }
  .widget-wrapper.copa-america:not([class*="-bg"]) [class*='note']:not(.highlighted-portrait-note):not(.highlighted-note-overprinted-title) .article-kicker {
    color: #208ac8 !important; }
  .widget-wrapper.copa-america:not([class*="-bg"]) [class*='note'] .article-theme {
    background-color: rgba(32, 138, 200, 0.8) !important;
    color: #FFFFFF !important; }
  .widget-wrapper.copa-america:not([class*="-bg"]) [class*='note'] .info-wrapper .preview:hover,
  .widget-wrapper.copa-america:not([class*="-bg"]) [class*='note'] .info-wrapper .title:hover,
  .widget-wrapper.copa-america:not([class*="-bg"]) [class*='note'] .info-wrapper .author:hover,
  .widget-wrapper.copa-america:not([class*="-bg"]) [class*='note'] .info-wrapper .article-category-grouper:hover,
  .widget-wrapper.copa-america:not([class*="-bg"]) [class*='note'] .info-wrapper .article-kicker:hover {
    color: #208ac8 !important; }
  .widget-wrapper.copa-america:not([class*="-bg"]) [class*='note'] .preview:hover,
  .widget-wrapper.copa-america:not([class*="-bg"]) [class*='note'] .title:hover,
  .widget-wrapper.copa-america:not([class*="-bg"]) [class*='note'] .author:hover {
    color: #208ac8 !important; }
  .widget-wrapper.copa-america:not([class*="-bg"]) [data-type*="article"] i[class*="play"]:hover {
    color: #208ac8 !important; }

.widget-wrapper.copa-america:not([class*="-bg"]) {
  /* Cabezales */
  /* Chapitas en los listados de notas */
  /* Icono de Play si la nota tiene video */ }
  .widget-wrapper.copa-america:not([class*="-bg"]) .headline .obj-title, .widget-wrapper.copa-america:not([class*="-bg"]) .most-read .obj-title, .widget-wrapper.copa-america:not([class*="-bg"]) .note-by-author .obj-title {
    color: #208ac8; }
    .widget-wrapper.copa-america:not([class*="-bg"]) .headline .obj-title::first-letter, .widget-wrapper.copa-america:not([class*="-bg"]) .most-read .obj-title::first-letter, .widget-wrapper.copa-america:not([class*="-bg"]) .note-by-author .obj-title::first-letter {
      background-color: #208ac8;
      color: #FFFFFF; }
  .widget-wrapper.copa-america:not([class*="-bg"]) [class*='note']:not(.highlighted-portrait-note):not(.highlighted-note-overprinted-title) .article-kicker {
    color: #208ac8 !important; }
  .widget-wrapper.copa-america:not([class*="-bg"]) [class*='note'] .article-theme {
    background-color: rgba(32, 138, 200, 0.8) !important;
    color: #FFFFFF !important; }
  .widget-wrapper.copa-america:not([class*="-bg"]) [class*='note'] .info-wrapper .preview:hover,
  .widget-wrapper.copa-america:not([class*="-bg"]) [class*='note'] .info-wrapper .title:hover,
  .widget-wrapper.copa-america:not([class*="-bg"]) [class*='note'] .info-wrapper .author:hover,
  .widget-wrapper.copa-america:not([class*="-bg"]) [class*='note'] .info-wrapper .article-category-grouper:hover,
  .widget-wrapper.copa-america:not([class*="-bg"]) [class*='note'] .info-wrapper .article-kicker:hover {
    color: #208ac8 !important; }
  .widget-wrapper.copa-america:not([class*="-bg"]) [class*='note'] .preview:hover,
  .widget-wrapper.copa-america:not([class*="-bg"]) [class*='note'] .title:hover,
  .widget-wrapper.copa-america:not([class*="-bg"]) [class*='note'] .author:hover {
    color: #208ac8 !important; }
  .widget-wrapper.copa-america:not([class*="-bg"]) [data-type*="article"] i[class*="play"]:hover {
    color: #208ac8 !important; }

.widget-wrapper.copa-america:not([class*="-bg"]) {
  /* Cabezales */
  /* Chapitas en los listados de notas */
  /* Icono de Play si la nota tiene video */ }
  .widget-wrapper.copa-america:not([class*="-bg"]) .headline .obj-title, .widget-wrapper.copa-america:not([class*="-bg"]) .most-read .obj-title, .widget-wrapper.copa-america:not([class*="-bg"]) .note-by-author .obj-title {
    color: #208ac8; }
    .widget-wrapper.copa-america:not([class*="-bg"]) .headline .obj-title::first-letter, .widget-wrapper.copa-america:not([class*="-bg"]) .most-read .obj-title::first-letter, .widget-wrapper.copa-america:not([class*="-bg"]) .note-by-author .obj-title::first-letter {
      background-color: #208ac8;
      color: #FFFFFF; }
  .widget-wrapper.copa-america:not([class*="-bg"]) [class*='note']:not(.highlighted-portrait-note):not(.highlighted-note-overprinted-title) .article-kicker {
    color: #208ac8 !important; }
  .widget-wrapper.copa-america:not([class*="-bg"]) [class*='note'] .article-theme {
    background-color: rgba(32, 138, 200, 0.8) !important;
    color: #FFFFFF !important; }
  .widget-wrapper.copa-america:not([class*="-bg"]) [class*='note'] .info-wrapper .preview:hover,
  .widget-wrapper.copa-america:not([class*="-bg"]) [class*='note'] .info-wrapper .title:hover,
  .widget-wrapper.copa-america:not([class*="-bg"]) [class*='note'] .info-wrapper .author:hover,
  .widget-wrapper.copa-america:not([class*="-bg"]) [class*='note'] .info-wrapper .article-category-grouper:hover,
  .widget-wrapper.copa-america:not([class*="-bg"]) [class*='note'] .info-wrapper .article-kicker:hover {
    color: #208ac8 !important; }
  .widget-wrapper.copa-america:not([class*="-bg"]) [class*='note'] .preview:hover,
  .widget-wrapper.copa-america:not([class*="-bg"]) [class*='note'] .title:hover,
  .widget-wrapper.copa-america:not([class*="-bg"]) [class*='note'] .author:hover {
    color: #208ac8 !important; }
  .widget-wrapper.copa-america:not([class*="-bg"]) [data-type*="article"] i[class*="play"]:hover {
    color: #208ac8 !important; }

.widget-wrapper.copa-america:not([class*="-bg"]) {
  /* Cabezales */
  /* Chapitas en los listados de notas */
  /* Icono de Play si la nota tiene video */ }
  .widget-wrapper.copa-america:not([class*="-bg"]) .headline .obj-title, .widget-wrapper.copa-america:not([class*="-bg"]) .most-read .obj-title, .widget-wrapper.copa-america:not([class*="-bg"]) .note-by-author .obj-title {
    color: #208ac8; }
    .widget-wrapper.copa-america:not([class*="-bg"]) .headline .obj-title::first-letter, .widget-wrapper.copa-america:not([class*="-bg"]) .most-read .obj-title::first-letter, .widget-wrapper.copa-america:not([class*="-bg"]) .note-by-author .obj-title::first-letter {
      background-color: #208ac8;
      color: #FFFFFF; }
  .widget-wrapper.copa-america:not([class*="-bg"]) [class*='note']:not(.highlighted-portrait-note):not(.highlighted-note-overprinted-title) .article-kicker {
    color: #208ac8 !important; }
  .widget-wrapper.copa-america:not([class*="-bg"]) [class*='note'] .article-theme {
    background-color: rgba(32, 138, 200, 0.8) !important;
    color: #FFFFFF !important; }
  .widget-wrapper.copa-america:not([class*="-bg"]) [class*='note'] .info-wrapper .preview:hover,
  .widget-wrapper.copa-america:not([class*="-bg"]) [class*='note'] .info-wrapper .title:hover,
  .widget-wrapper.copa-america:not([class*="-bg"]) [class*='note'] .info-wrapper .author:hover,
  .widget-wrapper.copa-america:not([class*="-bg"]) [class*='note'] .info-wrapper .article-category-grouper:hover,
  .widget-wrapper.copa-america:not([class*="-bg"]) [class*='note'] .info-wrapper .article-kicker:hover {
    color: #208ac8 !important; }
  .widget-wrapper.copa-america:not([class*="-bg"]) [class*='note'] .preview:hover,
  .widget-wrapper.copa-america:not([class*="-bg"]) [class*='note'] .title:hover,
  .widget-wrapper.copa-america:not([class*="-bg"]) [class*='note'] .author:hover {
    color: #208ac8 !important; }
  .widget-wrapper.copa-america:not([class*="-bg"]) [data-type*="article"] i[class*="play"]:hover {
    color: #208ac8 !important; }

.widget-wrapper.copa-america:not([class*="-bg"]) {
  /* Cabezales */
  /* Chapitas en los listados de notas */
  /* Icono de Play si la nota tiene video */ }
  .widget-wrapper.copa-america:not([class*="-bg"]) .headline .obj-title, .widget-wrapper.copa-america:not([class*="-bg"]) .most-read .obj-title, .widget-wrapper.copa-america:not([class*="-bg"]) .note-by-author .obj-title {
    color: #208ac8; }
    .widget-wrapper.copa-america:not([class*="-bg"]) .headline .obj-title::first-letter, .widget-wrapper.copa-america:not([class*="-bg"]) .most-read .obj-title::first-letter, .widget-wrapper.copa-america:not([class*="-bg"]) .note-by-author .obj-title::first-letter {
      background-color: #208ac8;
      color: #FFFFFF; }
  .widget-wrapper.copa-america:not([class*="-bg"]) [class*='note']:not(.highlighted-portrait-note):not(.highlighted-note-overprinted-title) .article-kicker {
    color: #208ac8 !important; }
  .widget-wrapper.copa-america:not([class*="-bg"]) [class*='note'] .article-theme {
    background-color: rgba(32, 138, 200, 0.8) !important;
    color: #FFFFFF !important; }
  .widget-wrapper.copa-america:not([class*="-bg"]) [class*='note'] .info-wrapper .preview:hover,
  .widget-wrapper.copa-america:not([class*="-bg"]) [class*='note'] .info-wrapper .title:hover,
  .widget-wrapper.copa-america:not([class*="-bg"]) [class*='note'] .info-wrapper .author:hover,
  .widget-wrapper.copa-america:not([class*="-bg"]) [class*='note'] .info-wrapper .article-category-grouper:hover,
  .widget-wrapper.copa-america:not([class*="-bg"]) [class*='note'] .info-wrapper .article-kicker:hover {
    color: #208ac8 !important; }
  .widget-wrapper.copa-america:not([class*="-bg"]) [class*='note'] .preview:hover,
  .widget-wrapper.copa-america:not([class*="-bg"]) [class*='note'] .title:hover,
  .widget-wrapper.copa-america:not([class*="-bg"]) [class*='note'] .author:hover {
    color: #208ac8 !important; }
  .widget-wrapper.copa-america:not([class*="-bg"]) [data-type*="article"] i[class*="play"]:hover {
    color: #208ac8 !important; }

.widget-wrapper.copa-america:not([class*="-bg"]) {
  /* Cabezales */
  /* Chapitas en los listados de notas */
  /* Icono de Play si la nota tiene video */ }
  .widget-wrapper.copa-america:not([class*="-bg"]) .headline .obj-title, .widget-wrapper.copa-america:not([class*="-bg"]) .most-read .obj-title, .widget-wrapper.copa-america:not([class*="-bg"]) .note-by-author .obj-title {
    color: #208ac8; }
    .widget-wrapper.copa-america:not([class*="-bg"]) .headline .obj-title::first-letter, .widget-wrapper.copa-america:not([class*="-bg"]) .most-read .obj-title::first-letter, .widget-wrapper.copa-america:not([class*="-bg"]) .note-by-author .obj-title::first-letter {
      background-color: #208ac8;
      color: #FFFFFF; }
  .widget-wrapper.copa-america:not([class*="-bg"]) [class*='note']:not(.highlighted-portrait-note):not(.highlighted-note-overprinted-title) .article-kicker {
    color: #208ac8 !important; }
  .widget-wrapper.copa-america:not([class*="-bg"]) [class*='note'] .article-theme {
    background-color: rgba(32, 138, 200, 0.8) !important;
    color: #FFFFFF !important; }
  .widget-wrapper.copa-america:not([class*="-bg"]) [class*='note'] .info-wrapper .preview:hover,
  .widget-wrapper.copa-america:not([class*="-bg"]) [class*='note'] .info-wrapper .title:hover,
  .widget-wrapper.copa-america:not([class*="-bg"]) [class*='note'] .info-wrapper .author:hover,
  .widget-wrapper.copa-america:not([class*="-bg"]) [class*='note'] .info-wrapper .article-category-grouper:hover,
  .widget-wrapper.copa-america:not([class*="-bg"]) [class*='note'] .info-wrapper .article-kicker:hover {
    color: #208ac8 !important; }
  .widget-wrapper.copa-america:not([class*="-bg"]) [class*='note'] .preview:hover,
  .widget-wrapper.copa-america:not([class*="-bg"]) [class*='note'] .title:hover,
  .widget-wrapper.copa-america:not([class*="-bg"]) [class*='note'] .author:hover {
    color: #208ac8 !important; }
  .widget-wrapper.copa-america:not([class*="-bg"]) [data-type*="article"] i[class*="play"]:hover {
    color: #208ac8 !important; }

.widget-wrapper.copa-america:not([class*="-bg"]) {
  /* Cabezales */
  /* Chapitas en los listados de notas */
  /* Icono de Play si la nota tiene video */ }
  .widget-wrapper.copa-america:not([class*="-bg"]) .headline .obj-title, .widget-wrapper.copa-america:not([class*="-bg"]) .most-read .obj-title, .widget-wrapper.copa-america:not([class*="-bg"]) .note-by-author .obj-title {
    color: #208ac8; }
    .widget-wrapper.copa-america:not([class*="-bg"]) .headline .obj-title::first-letter, .widget-wrapper.copa-america:not([class*="-bg"]) .most-read .obj-title::first-letter, .widget-wrapper.copa-america:not([class*="-bg"]) .note-by-author .obj-title::first-letter {
      background-color: #208ac8;
      color: #FFFFFF; }
  .widget-wrapper.copa-america:not([class*="-bg"]) [class*='note']:not(.highlighted-portrait-note):not(.highlighted-note-overprinted-title) .article-kicker {
    color: #208ac8 !important; }
  .widget-wrapper.copa-america:not([class*="-bg"]) [class*='note'] .article-theme {
    background-color: rgba(32, 138, 200, 0.8) !important;
    color: #FFFFFF !important; }
  .widget-wrapper.copa-america:not([class*="-bg"]) [class*='note'] .info-wrapper .preview:hover,
  .widget-wrapper.copa-america:not([class*="-bg"]) [class*='note'] .info-wrapper .title:hover,
  .widget-wrapper.copa-america:not([class*="-bg"]) [class*='note'] .info-wrapper .author:hover,
  .widget-wrapper.copa-america:not([class*="-bg"]) [class*='note'] .info-wrapper .article-category-grouper:hover,
  .widget-wrapper.copa-america:not([class*="-bg"]) [class*='note'] .info-wrapper .article-kicker:hover {
    color: #208ac8 !important; }
  .widget-wrapper.copa-america:not([class*="-bg"]) [class*='note'] .preview:hover,
  .widget-wrapper.copa-america:not([class*="-bg"]) [class*='note'] .title:hover,
  .widget-wrapper.copa-america:not([class*="-bg"]) [class*='note'] .author:hover {
    color: #208ac8 !important; }
  .widget-wrapper.copa-america:not([class*="-bg"]) [data-type*="article"] i[class*="play"]:hover {
    color: #208ac8 !important; }

.widget-wrapper.copa-america:not([class*="-bg"]) {
  /* Cabezales */
  /* Chapitas en los listados de notas */
  /* Icono de Play si la nota tiene video */ }
  .widget-wrapper.copa-america:not([class*="-bg"]) .headline .obj-title, .widget-wrapper.copa-america:not([class*="-bg"]) .most-read .obj-title, .widget-wrapper.copa-america:not([class*="-bg"]) .note-by-author .obj-title {
    color: #208ac8; }
    .widget-wrapper.copa-america:not([class*="-bg"]) .headline .obj-title::first-letter, .widget-wrapper.copa-america:not([class*="-bg"]) .most-read .obj-title::first-letter, .widget-wrapper.copa-america:not([class*="-bg"]) .note-by-author .obj-title::first-letter {
      background-color: #208ac8;
      color: #FFFFFF; }
  .widget-wrapper.copa-america:not([class*="-bg"]) [class*='note']:not(.highlighted-portrait-note):not(.highlighted-note-overprinted-title) .article-kicker {
    color: #208ac8 !important; }
  .widget-wrapper.copa-america:not([class*="-bg"]) [class*='note'] .article-theme {
    background-color: rgba(32, 138, 200, 0.8) !important;
    color: #FFFFFF !important; }
  .widget-wrapper.copa-america:not([class*="-bg"]) [class*='note'] .info-wrapper .preview:hover,
  .widget-wrapper.copa-america:not([class*="-bg"]) [class*='note'] .info-wrapper .title:hover,
  .widget-wrapper.copa-america:not([class*="-bg"]) [class*='note'] .info-wrapper .author:hover,
  .widget-wrapper.copa-america:not([class*="-bg"]) [class*='note'] .info-wrapper .article-category-grouper:hover,
  .widget-wrapper.copa-america:not([class*="-bg"]) [class*='note'] .info-wrapper .article-kicker:hover {
    color: #208ac8 !important; }
  .widget-wrapper.copa-america:not([class*="-bg"]) [class*='note'] .preview:hover,
  .widget-wrapper.copa-america:not([class*="-bg"]) [class*='note'] .title:hover,
  .widget-wrapper.copa-america:not([class*="-bg"]) [class*='note'] .author:hover {
    color: #208ac8 !important; }
  .widget-wrapper.copa-america:not([class*="-bg"]) [data-type*="article"] i[class*="play"]:hover {
    color: #208ac8 !important; }

.widget-wrapper.copa-america:not([class*="-bg"]) {
  /* Cabezales */
  /* Chapitas en los listados de notas */
  /* Icono de Play si la nota tiene video */ }
  .widget-wrapper.copa-america:not([class*="-bg"]) .headline .obj-title, .widget-wrapper.copa-america:not([class*="-bg"]) .most-read .obj-title, .widget-wrapper.copa-america:not([class*="-bg"]) .note-by-author .obj-title {
    color: #208ac8; }
    .widget-wrapper.copa-america:not([class*="-bg"]) .headline .obj-title::first-letter, .widget-wrapper.copa-america:not([class*="-bg"]) .most-read .obj-title::first-letter, .widget-wrapper.copa-america:not([class*="-bg"]) .note-by-author .obj-title::first-letter {
      background-color: #208ac8;
      color: #FFFFFF; }
  .widget-wrapper.copa-america:not([class*="-bg"]) [class*='note']:not(.highlighted-portrait-note):not(.highlighted-note-overprinted-title) .article-kicker {
    color: #208ac8 !important; }
  .widget-wrapper.copa-america:not([class*="-bg"]) [class*='note'] .article-theme {
    background-color: rgba(32, 138, 200, 0.8) !important;
    color: #FFFFFF !important; }
  .widget-wrapper.copa-america:not([class*="-bg"]) [class*='note'] .info-wrapper .preview:hover,
  .widget-wrapper.copa-america:not([class*="-bg"]) [class*='note'] .info-wrapper .title:hover,
  .widget-wrapper.copa-america:not([class*="-bg"]) [class*='note'] .info-wrapper .author:hover,
  .widget-wrapper.copa-america:not([class*="-bg"]) [class*='note'] .info-wrapper .article-category-grouper:hover,
  .widget-wrapper.copa-america:not([class*="-bg"]) [class*='note'] .info-wrapper .article-kicker:hover {
    color: #208ac8 !important; }
  .widget-wrapper.copa-america:not([class*="-bg"]) [class*='note'] .preview:hover,
  .widget-wrapper.copa-america:not([class*="-bg"]) [class*='note'] .title:hover,
  .widget-wrapper.copa-america:not([class*="-bg"]) [class*='note'] .author:hover {
    color: #208ac8 !important; }
  .widget-wrapper.copa-america:not([class*="-bg"]) [data-type*="article"] i[class*="play"]:hover {
    color: #208ac8 !important; }

.widget-wrapper.texto-blanco {
  color: #FFFFFF;
  /* Cabezales */ }
  .widget-wrapper.texto-blanco .headline .obj-title, .widget-wrapper.texto-blanco .most-read .obj-title, .widget-wrapper.texto-blanco .note-by-author .obj-title {
    color: #FFFFFF; }
  .widget-wrapper.texto-blanco .simple-list .simple-note:not(.no-media) .title, .widget-wrapper.texto-blanco .section-aside-single-article .simple-note:not(.no-media) .title {
    color: #FFFFFF; }
  .widget-wrapper.texto-blanco .simple-list-square-image .simple-note-square-image .title {
    color: #FFFFFF; }
  .widget-wrapper.texto-blanco .free-text .body-content {
    color: #FFFFFF; }
  .widget-wrapper.texto-blanco [data-type*="article"] .info-wrapper .article-kicker {
    color: #FFFFFF !important; }

/* Colores en Detalle Sección */
body.copa-america main.container.note {
  /* Cabezales */
  /* Chapitas en los listados de notas */
  /* Icono de Play si la nota tiene video */
  /* Iconos de Share/Compartir */
  /* Listado Más Leídas */
  /* Paginador Listado Seccion */ }
  body.copa-america main.container.note .headline .obj-title, body.copa-america main.container.note .most-read .obj-title, body.copa-america main.container.note .note-by-author .obj-title {
    color: #208ac8; }
    body.copa-america main.container.note .headline .obj-title::first-letter, body.copa-america main.container.note .most-read .obj-title::first-letter, body.copa-america main.container.note .note-by-author .obj-title::first-letter {
      background-color: #208ac8;
      color: #FFFFFF; }
  body.copa-america main.container.note [class*='note'] .article-theme {
    background-color: rgba(32, 138, 200, 0.8) !important;
    color: #FFFFFF !important; }
  body.copa-america main.container.note [class*='note'] .info-wrapper .preview:hover,
  body.copa-america main.container.note [class*='note'] .info-wrapper .title:hover,
  body.copa-america main.container.note [class*='note'] .info-wrapper .author:hover {
    color: #208ac8 !important; }
  body.copa-america main.container.note [class*='note'] .preview:hover,
  body.copa-america main.container.note [class*='note'] .title:hover,
  body.copa-america main.container.note [class*='note'] .author:hover {
    color: #208ac8 !important; }
  body.copa-america main.container.note [data-type*="article"] i[class*="play"]:hover {
    color: #208ac8 !important; }
  body.copa-america main.container.note .socials-share li {
    background-color: #208ac8; }
  body.copa-america main.container.note .ranking-list {
    background-color: #208ac8; }
    body.copa-america main.container.note .ranking-list .article .number {
      background-color: #1c7bb2; }
    body.copa-america main.container.note .ranking-list .article .number,
    body.copa-america main.container.note .ranking-list .article .title,
    body.copa-america main.container.note .ranking-list .article .author {
      color: #FFFFFF; }
    body.copa-america main.container.note .ranking-list .obj-title {
      color: #FFFFFF; }
  body.copa-america main.container.note .list-articles .articles-pagination [class*="button"] {
    background-color: #208ac8;
    color: #FFFFFF; }
    body.copa-america main.container.note .list-articles .articles-pagination [class*="button"]:hover {
      background-color: #C82828; }

/* Colores en las chapitas */
.article-theme.fucsia {
  color: #b60b7c !important; }

.article-kicker.fucsia {
  color: #b60b7c !important; }

.article-category-grouper.fucsia:hover {
  color: #b60b7c !important; }

/* Cabezales */
.headline.fucsia .obj-title, .fucsia.most-read .obj-title, .fucsia.note-by-author .obj-title {
  color: #b60b7c; }
  .headline.fucsia .obj-title::first-letter, .fucsia.most-read .obj-title::first-letter, .fucsia.note-by-author .obj-title::first-letter {
    background-color: #b60b7c;
    color: #FFFFFF; }

/* Widges con colores de fondo */
.fucsia-bg {
  background-color: #b60b7c; }
  .fucsia-bg.widget-wrapper {
    padding-top: 25px;
    margin-bottom: 25px; }
  .fucsia-bg .highlighted-note-square-image .preview,
  .fucsia-bg .highlighted-note-square-image .title,
  .fucsia-bg .highlighted-note-square-image .author,
  .fucsia-bg .highlighted-note-square-image .article-category-grouper,
  .fucsia-bg .highlighted-note-square-image .article-kicker,
  .fucsia-bg .simple-note .preview,
  .fucsia-bg .simple-note .title,
  .fucsia-bg .simple-note .author,
  .fucsia-bg .simple-note .article-category-grouper,
  .fucsia-bg .simple-note .article-kicker,
  .fucsia-bg .simple-note-square-image .preview,
  .fucsia-bg .simple-note-square-image .title,
  .fucsia-bg .simple-note-square-image .author,
  .fucsia-bg .simple-note-square-image .article-category-grouper,
  .fucsia-bg .simple-note-square-image .article-kicker {
    color: #FFFFFF !important; }
  .fucsia-bg .headline, .fucsia-bg .most-read, .fucsia-bg .note-by-author {
    margin-top: 0;
    padding-top: 8px; }
    .fucsia-bg .headline .obj-title, .fucsia-bg .most-read .obj-title, .fucsia-bg .note-by-author .obj-title {
      color: #FFFFFF !important; }
      .fucsia-bg .headline .obj-title::first-letter, .fucsia-bg .most-read .obj-title::first-letter, .fucsia-bg .note-by-author .obj-title::first-letter {
        background-color: #FFFFFF;
        color: #b60b7c !important; }
  .fucsia-bg.celeste-vivo {
    /* Chapitas en los listados de notas */
    /* Icono de Play si la nota tiene video */ }
    .fucsia-bg.celeste-vivo [class*='note'] .article-theme {
      background-color: rgba(68, 201, 246, 0.8) !important;
      color: #FFFFFF !important; }
    .fucsia-bg.celeste-vivo [data-type*="article"] i[class*="play"]:hover {
      color: #44c9f6 !important; }
  .fucsia-bg.copa-america {
    /* Chapitas en los listados de notas */
    /* Icono de Play si la nota tiene video */ }
    .fucsia-bg.copa-america [class*='note'] .article-theme {
      background-color: rgba(32, 138, 200, 0.8) !important;
      color: #FFFFFF !important; }
    .fucsia-bg.copa-america [data-type*="article"] i[class*="play"]:hover {
      color: #208ac8 !important; }
  .fucsia-bg.fucsia {
    /* Chapitas en los listados de notas */
    /* Icono de Play si la nota tiene video */ }
    .fucsia-bg.fucsia [class*='note'] .article-theme {
      background-color: rgba(182, 11, 124, 0.8) !important;
      color: #FFFFFF !important; }
    .fucsia-bg.fucsia [data-type*="article"] i[class*="play"]:hover {
      color: #b60b7c !important; }
  .fucsia-bg.gris {
    /* Chapitas en los listados de notas */
    /* Icono de Play si la nota tiene video */ }
    .fucsia-bg.gris [class*='note'] .article-theme {
      background-color: rgba(109, 123, 140, 0.8) !important;
      color: #FFFFFF !important; }
    .fucsia-bg.gris [data-type*="article"] i[class*="play"]:hover {
      color: #6d7b8c !important; }
  .fucsia-bg.naranja {
    /* Chapitas en los listados de notas */
    /* Icono de Play si la nota tiene video */ }
    .fucsia-bg.naranja [class*='note'] .article-theme {
      background-color: rgba(227, 123, 87, 0.8) !important;
      color: #FFFFFF !important; }
    .fucsia-bg.naranja [data-type*="article"] i[class*="play"]:hover {
      color: #e37b57 !important; }
  .fucsia-bg.naranja_fuerte {
    /* Chapitas en los listados de notas */
    /* Icono de Play si la nota tiene video */ }
    .fucsia-bg.naranja_fuerte [class*='note'] .article-theme {
      background-color: rgba(217, 56, 0, 0.8) !important;
      color: #FFFFFF !important; }
    .fucsia-bg.naranja_fuerte [data-type*="article"] i[class*="play"]:hover {
      color: #D93800 !important; }
  .fucsia-bg.rating-cero {
    /* Chapitas en los listados de notas */
    /* Icono de Play si la nota tiene video */ }
    .fucsia-bg.rating-cero [class*='note'] .article-theme {
      background-color: rgba(218, 44, 41, 0.8) !important;
      color: #FFFFFF !important; }
    .fucsia-bg.rating-cero [data-type*="article"] i[class*="play"]:hover {
      color: #da2c29 !important; }
  .fucsia-bg.texto-blanco .article-shouts .info-wrapper .preview,
  .fucsia-bg.texto-blanco .article-shouts .info-wrapper .title,
  .fucsia-bg.texto-blanco .article-shouts .info-wrapper .author,
  .fucsia-bg.texto-blanco .article-shouts .info-wrapper .article-kicker,
  .fucsia-bg.texto-blanco .highlighted-note-square-image .info-wrapper .preview,
  .fucsia-bg.texto-blanco .highlighted-note-square-image .info-wrapper .title,
  .fucsia-bg.texto-blanco .highlighted-note-square-image .info-wrapper .author,
  .fucsia-bg.texto-blanco .highlighted-note-square-image .info-wrapper .article-kicker,
  .fucsia-bg.texto-blanco .simple-list .info-wrapper .preview,
  .fucsia-bg.texto-blanco .section-aside-single-article .info-wrapper .preview,
  .fucsia-bg.texto-blanco .simple-list .info-wrapper .title,
  .fucsia-bg.texto-blanco .section-aside-single-article .info-wrapper .title,
  .fucsia-bg.texto-blanco .simple-list .info-wrapper .author,
  .fucsia-bg.texto-blanco .section-aside-single-article .info-wrapper .author,
  .fucsia-bg.texto-blanco .simple-list .info-wrapper .article-kicker,
  .fucsia-bg.texto-blanco .section-aside-single-article .info-wrapper .article-kicker,
  .fucsia-bg.texto-blanco .simple-list-square-image .info-wrapper .preview,
  .fucsia-bg.texto-blanco .simple-list-square-image .info-wrapper .title,
  .fucsia-bg.texto-blanco .simple-list-square-image .info-wrapper .author,
  .fucsia-bg.texto-blanco .simple-list-square-image .info-wrapper .article-kicker {
    color: #FFFFFF !important; }
    .fucsia-bg.texto-blanco .article-shouts .info-wrapper .preview:hover,
    .fucsia-bg.texto-blanco .article-shouts .info-wrapper .title:hover,
    .fucsia-bg.texto-blanco .article-shouts .info-wrapper .author:hover,
    .fucsia-bg.texto-blanco .article-shouts .info-wrapper .article-kicker:hover,
    .fucsia-bg.texto-blanco .highlighted-note-square-image .info-wrapper .preview:hover,
    .fucsia-bg.texto-blanco .highlighted-note-square-image .info-wrapper .title:hover,
    .fucsia-bg.texto-blanco .highlighted-note-square-image .info-wrapper .author:hover,
    .fucsia-bg.texto-blanco .highlighted-note-square-image .info-wrapper .article-kicker:hover,
    .fucsia-bg.texto-blanco .simple-list .info-wrapper .preview:hover,
    .fucsia-bg.texto-blanco .section-aside-single-article .info-wrapper .preview:hover,
    .fucsia-bg.texto-blanco .simple-list .info-wrapper .title:hover,
    .fucsia-bg.texto-blanco .section-aside-single-article .info-wrapper .title:hover,
    .fucsia-bg.texto-blanco .simple-list .info-wrapper .author:hover,
    .fucsia-bg.texto-blanco .section-aside-single-article .info-wrapper .author:hover,
    .fucsia-bg.texto-blanco .simple-list .info-wrapper .article-kicker:hover,
    .fucsia-bg.texto-blanco .section-aside-single-article .info-wrapper .article-kicker:hover,
    .fucsia-bg.texto-blanco .simple-list-square-image .info-wrapper .preview:hover,
    .fucsia-bg.texto-blanco .simple-list-square-image .info-wrapper .title:hover,
    .fucsia-bg.texto-blanco .simple-list-square-image .info-wrapper .author:hover,
    .fucsia-bg.texto-blanco .simple-list-square-image .info-wrapper .article-kicker:hover {
      color: #FFFFFF !important; }
  .fucsia-bg.texto-blanco .article-shouts .preview,
  .fucsia-bg.texto-blanco .article-shouts .title,
  .fucsia-bg.texto-blanco .article-shouts .author,
  .fucsia-bg.texto-blanco .highlighted-note-square-image .preview,
  .fucsia-bg.texto-blanco .highlighted-note-square-image .title,
  .fucsia-bg.texto-blanco .highlighted-note-square-image .author,
  .fucsia-bg.texto-blanco .simple-list .preview,
  .fucsia-bg.texto-blanco .section-aside-single-article .preview,
  .fucsia-bg.texto-blanco .simple-list .title,
  .fucsia-bg.texto-blanco .section-aside-single-article .title,
  .fucsia-bg.texto-blanco .simple-list .author,
  .fucsia-bg.texto-blanco .section-aside-single-article .author,
  .fucsia-bg.texto-blanco .simple-list-square-image .preview,
  .fucsia-bg.texto-blanco .simple-list-square-image .title,
  .fucsia-bg.texto-blanco .simple-list-square-image .author {
    color: #FFFFFF !important; }
    .fucsia-bg.texto-blanco .article-shouts .preview:hover,
    .fucsia-bg.texto-blanco .article-shouts .title:hover,
    .fucsia-bg.texto-blanco .article-shouts .author:hover,
    .fucsia-bg.texto-blanco .highlighted-note-square-image .preview:hover,
    .fucsia-bg.texto-blanco .highlighted-note-square-image .title:hover,
    .fucsia-bg.texto-blanco .highlighted-note-square-image .author:hover,
    .fucsia-bg.texto-blanco .simple-list .preview:hover,
    .fucsia-bg.texto-blanco .section-aside-single-article .preview:hover,
    .fucsia-bg.texto-blanco .simple-list .title:hover,
    .fucsia-bg.texto-blanco .section-aside-single-article .title:hover,
    .fucsia-bg.texto-blanco .simple-list .author:hover,
    .fucsia-bg.texto-blanco .section-aside-single-article .author:hover,
    .fucsia-bg.texto-blanco .simple-list-square-image .preview:hover,
    .fucsia-bg.texto-blanco .simple-list-square-image .title:hover,
    .fucsia-bg.texto-blanco .simple-list-square-image .author:hover {
      color: #FFFFFF !important; }
  .fucsia-bg.texto-blanco [class*='note'] .article-theme {
    color: #FFFFFF !important; }
  .fucsia-bg.texto-blanco .headline, .fucsia-bg.texto-blanco .most-read, .fucsia-bg.texto-blanco .note-by-author {
    margin-top: 0;
    padding-top: 8px; }
    .fucsia-bg.texto-blanco .headline .obj-title, .fucsia-bg.texto-blanco .most-read .obj-title, .fucsia-bg.texto-blanco .note-by-author .obj-title {
      color: #FFFFFF !important; }
      .fucsia-bg.texto-blanco .headline .obj-title::first-letter, .fucsia-bg.texto-blanco .most-read .obj-title::first-letter, .fucsia-bg.texto-blanco .note-by-author .obj-title::first-letter {
        background-color: #FFFFFF;
        color: #b60b7c !important; }
  .fucsia-bg.tipo-blanca {
    /* Chapitas en los listados de notas */
    /* Icono de Play si la nota tiene video */ }
    .fucsia-bg.tipo-blanca [class*='note'] .article-theme {
      background-color: rgba(0, 0, 0, 0) !important;
      color: #FFFFFF !important; }
    .fucsia-bg.tipo-blanca [data-type*="article"] i[class*="play"]:hover {
      color: transparent !important; }
  .fucsia-bg.verde-doc {
    /* Chapitas en los listados de notas */
    /* Icono de Play si la nota tiene video */ }
    .fucsia-bg.verde-doc [class*='note'] .article-theme {
      background-color: rgba(0, 153, 153, 0.8) !important;
      color: #FFFFFF !important; }
    .fucsia-bg.verde-doc [data-type*="article"] i[class*="play"]:hover {
      color: #099 !important; }
  .fucsia-bg.verde_oscuro {
    /* Chapitas en los listados de notas */
    /* Icono de Play si la nota tiene video */ }
    .fucsia-bg.verde_oscuro [class*='note'] .article-theme {
      background-color: rgba(74, 122, 80, 0.8) !important;
      color: #FFFFFF !important; }
    .fucsia-bg.verde_oscuro [data-type*="article"] i[class*="play"]:hover {
      color: #4a7a50 !important; }
  .fucsia-bg.violeta {
    /* Chapitas en los listados de notas */
    /* Icono de Play si la nota tiene video */ }
    .fucsia-bg.violeta [class*='note'] .article-theme {
      background-color: rgba(86, 0, 141, 0.8) !important;
      color: #FFFFFF !important; }
    .fucsia-bg.violeta [data-type*="article"] i[class*="play"]:hover {
      color: #56008D !important; }
  .fucsia-bg.beige {
    /* Chapitas en los listados de notas */
    /* Icono de Play si la nota tiene video */ }
    .fucsia-bg.beige [class*='note'] .article-theme {
      background-color: rgba(247, 239, 228, 0.8) !important;
      color: #000000 !important; }
    .fucsia-bg.beige [data-type*="article"] i[class*="play"]:hover {
      color: #f7efe4 !important; }
  .fucsia-bg.bordo {
    /* Chapitas en los listados de notas */
    /* Icono de Play si la nota tiene video */ }
    .fucsia-bg.bordo [class*='note'] .article-theme {
      background-color: rgba(64, 37, 34, 0.8) !important;
      color: #FFFFFF !important; }
    .fucsia-bg.bordo [data-type*="article"] i[class*="play"]:hover {
      color: #402522 !important; }
  .fucsia-bg.verde-limon {
    /* Chapitas en los listados de notas */
    /* Icono de Play si la nota tiene video */ }
    .fucsia-bg.verde-limon [class*='note'] .article-theme {
      background-color: rgba(239, 255, 211, 0.8) !important;
      color: #000000 !important; }
    .fucsia-bg.verde-limon [data-type*="article"] i[class*="play"]:hover {
      color: #efffd3 !important; }
  .fucsia-bg.rojo {
    /* Chapitas en los listados de notas */
    /* Icono de Play si la nota tiene video */ }
    .fucsia-bg.rojo [class*='note'] .article-theme {
      background-color: rgba(216, 84, 84, 0.8) !important;
      color: #FFFFFF !important; }
    .fucsia-bg.rojo [data-type*="article"] i[class*="play"]:hover {
      color: #d85454 !important; }
  .fucsia-bg.celeste {
    /* Chapitas en los listados de notas */
    /* Icono de Play si la nota tiene video */ }
    .fucsia-bg.celeste [class*='note'] .article-theme {
      background-color: rgba(81, 163, 255, 0.8) !important;
      color: #FFFFFF !important; }
    .fucsia-bg.celeste [data-type*="article"] i[class*="play"]:hover {
      color: #51a3ff !important; }
  .fucsia-bg.amarillo {
    /* Chapitas en los listados de notas */
    /* Icono de Play si la nota tiene video */ }
    .fucsia-bg.amarillo [class*='note'] .article-theme {
      background-color: rgba(212, 202, 86, 0.8) !important;
      color: #000000 !important; }
    .fucsia-bg.amarillo [data-type*="article"] i[class*="play"]:hover {
      color: #d4ca56 !important; }
  .fucsia-bg.magent {
    /* Chapitas en los listados de notas */
    /* Icono de Play si la nota tiene video */ }
    .fucsia-bg.magent [class*='note'] .article-theme {
      background-color: rgba(204, 98, 200, 0.8) !important;
      color: #FFFFFF !important; }
    .fucsia-bg.magent [data-type*="article"] i[class*="play"]:hover {
      color: #cc62c8 !important; }
  .fucsia-bg.azul {
    /* Chapitas en los listados de notas */
    /* Icono de Play si la nota tiene video */ }
    .fucsia-bg.azul [class*='note'] .article-theme {
      background-color: rgba(96, 129, 166, 0.8) !important;
      color: #FFFFFF !important; }
    .fucsia-bg.azul [data-type*="article"] i[class*="play"]:hover {
      color: #6081a6 !important; }
  .fucsia-bg.verde {
    /* Chapitas en los listados de notas */
    /* Icono de Play si la nota tiene video */ }
    .fucsia-bg.verde [class*='note'] .article-theme {
      background-color: rgba(93, 200, 102, 0.8) !important;
      color: #FFFFFF !important; }
    .fucsia-bg.verde [data-type*="article"] i[class*="play"]:hover {
      color: #5dc866 !important; }
  .fucsia-bg.cyan {
    /* Chapitas en los listados de notas */
    /* Icono de Play si la nota tiene video */ }
    .fucsia-bg.cyan [class*='note'] .article-theme {
      background-color: rgba(0, 188, 212, 0.8) !important;
      color: #000000 !important; }
    .fucsia-bg.cyan [data-type*="article"] i[class*="play"]:hover {
      color: #00BCD4 !important; }
  .fucsia-bg.negro {
    /* Chapitas en los listados de notas */
    /* Icono de Play si la nota tiene video */ }
    .fucsia-bg.negro [class*='note'] .article-theme {
      background-color: rgba(29, 29, 32, 0.8) !important;
      color: #FFFFFF !important; }
    .fucsia-bg.negro [data-type*="article"] i[class*="play"]:hover {
      color: #1d1d20 !important; }

/* Widgets con color relacionado */
.widget-wrapper.fucsia:not([class*="-bg"]) {
  /* Cabezales */
  /* Chapitas en los listados de notas */
  /* Icono de Play si la nota tiene video */ }
  .widget-wrapper.fucsia:not([class*="-bg"]) .headline .obj-title, .widget-wrapper.fucsia:not([class*="-bg"]) .most-read .obj-title, .widget-wrapper.fucsia:not([class*="-bg"]) .note-by-author .obj-title {
    color: #b60b7c; }
    .widget-wrapper.fucsia:not([class*="-bg"]) .headline .obj-title::first-letter, .widget-wrapper.fucsia:not([class*="-bg"]) .most-read .obj-title::first-letter, .widget-wrapper.fucsia:not([class*="-bg"]) .note-by-author .obj-title::first-letter {
      background-color: #b60b7c;
      color: #FFFFFF; }
  .widget-wrapper.fucsia:not([class*="-bg"]) [class*='note']:not(.highlighted-portrait-note):not(.highlighted-note-overprinted-title) .article-kicker {
    color: #b60b7c !important; }
  .widget-wrapper.fucsia:not([class*="-bg"]) [class*='note'] .article-theme {
    background-color: rgba(182, 11, 124, 0.8) !important;
    color: #FFFFFF !important; }
  .widget-wrapper.fucsia:not([class*="-bg"]) [class*='note'] .info-wrapper .preview:hover,
  .widget-wrapper.fucsia:not([class*="-bg"]) [class*='note'] .info-wrapper .title:hover,
  .widget-wrapper.fucsia:not([class*="-bg"]) [class*='note'] .info-wrapper .author:hover,
  .widget-wrapper.fucsia:not([class*="-bg"]) [class*='note'] .info-wrapper .article-category-grouper:hover,
  .widget-wrapper.fucsia:not([class*="-bg"]) [class*='note'] .info-wrapper .article-kicker:hover {
    color: #b60b7c !important; }
  .widget-wrapper.fucsia:not([class*="-bg"]) [class*='note'] .preview:hover,
  .widget-wrapper.fucsia:not([class*="-bg"]) [class*='note'] .title:hover,
  .widget-wrapper.fucsia:not([class*="-bg"]) [class*='note'] .author:hover {
    color: #b60b7c !important; }
  .widget-wrapper.fucsia:not([class*="-bg"]) [data-type*="article"] i[class*="play"]:hover {
    color: #b60b7c !important; }

.widget-wrapper.fucsia:not([class*="-bg"]) {
  /* Cabezales */
  /* Chapitas en los listados de notas */
  /* Icono de Play si la nota tiene video */ }
  .widget-wrapper.fucsia:not([class*="-bg"]) .headline .obj-title, .widget-wrapper.fucsia:not([class*="-bg"]) .most-read .obj-title, .widget-wrapper.fucsia:not([class*="-bg"]) .note-by-author .obj-title {
    color: #b60b7c; }
    .widget-wrapper.fucsia:not([class*="-bg"]) .headline .obj-title::first-letter, .widget-wrapper.fucsia:not([class*="-bg"]) .most-read .obj-title::first-letter, .widget-wrapper.fucsia:not([class*="-bg"]) .note-by-author .obj-title::first-letter {
      background-color: #b60b7c;
      color: #FFFFFF; }
  .widget-wrapper.fucsia:not([class*="-bg"]) [class*='note']:not(.highlighted-portrait-note):not(.highlighted-note-overprinted-title) .article-kicker {
    color: #b60b7c !important; }
  .widget-wrapper.fucsia:not([class*="-bg"]) [class*='note'] .article-theme {
    background-color: rgba(182, 11, 124, 0.8) !important;
    color: #FFFFFF !important; }
  .widget-wrapper.fucsia:not([class*="-bg"]) [class*='note'] .info-wrapper .preview:hover,
  .widget-wrapper.fucsia:not([class*="-bg"]) [class*='note'] .info-wrapper .title:hover,
  .widget-wrapper.fucsia:not([class*="-bg"]) [class*='note'] .info-wrapper .author:hover,
  .widget-wrapper.fucsia:not([class*="-bg"]) [class*='note'] .info-wrapper .article-category-grouper:hover,
  .widget-wrapper.fucsia:not([class*="-bg"]) [class*='note'] .info-wrapper .article-kicker:hover {
    color: #b60b7c !important; }
  .widget-wrapper.fucsia:not([class*="-bg"]) [class*='note'] .preview:hover,
  .widget-wrapper.fucsia:not([class*="-bg"]) [class*='note'] .title:hover,
  .widget-wrapper.fucsia:not([class*="-bg"]) [class*='note'] .author:hover {
    color: #b60b7c !important; }
  .widget-wrapper.fucsia:not([class*="-bg"]) [data-type*="article"] i[class*="play"]:hover {
    color: #b60b7c !important; }

.widget-wrapper.fucsia:not([class*="-bg"]) {
  /* Cabezales */
  /* Chapitas en los listados de notas */
  /* Icono de Play si la nota tiene video */ }
  .widget-wrapper.fucsia:not([class*="-bg"]) .headline .obj-title, .widget-wrapper.fucsia:not([class*="-bg"]) .most-read .obj-title, .widget-wrapper.fucsia:not([class*="-bg"]) .note-by-author .obj-title {
    color: #b60b7c; }
    .widget-wrapper.fucsia:not([class*="-bg"]) .headline .obj-title::first-letter, .widget-wrapper.fucsia:not([class*="-bg"]) .most-read .obj-title::first-letter, .widget-wrapper.fucsia:not([class*="-bg"]) .note-by-author .obj-title::first-letter {
      background-color: #b60b7c;
      color: #FFFFFF; }
  .widget-wrapper.fucsia:not([class*="-bg"]) [class*='note']:not(.highlighted-portrait-note):not(.highlighted-note-overprinted-title) .article-kicker {
    color: #b60b7c !important; }
  .widget-wrapper.fucsia:not([class*="-bg"]) [class*='note'] .article-theme {
    background-color: rgba(182, 11, 124, 0.8) !important;
    color: #FFFFFF !important; }
  .widget-wrapper.fucsia:not([class*="-bg"]) [class*='note'] .info-wrapper .preview:hover,
  .widget-wrapper.fucsia:not([class*="-bg"]) [class*='note'] .info-wrapper .title:hover,
  .widget-wrapper.fucsia:not([class*="-bg"]) [class*='note'] .info-wrapper .author:hover,
  .widget-wrapper.fucsia:not([class*="-bg"]) [class*='note'] .info-wrapper .article-category-grouper:hover,
  .widget-wrapper.fucsia:not([class*="-bg"]) [class*='note'] .info-wrapper .article-kicker:hover {
    color: #b60b7c !important; }
  .widget-wrapper.fucsia:not([class*="-bg"]) [class*='note'] .preview:hover,
  .widget-wrapper.fucsia:not([class*="-bg"]) [class*='note'] .title:hover,
  .widget-wrapper.fucsia:not([class*="-bg"]) [class*='note'] .author:hover {
    color: #b60b7c !important; }
  .widget-wrapper.fucsia:not([class*="-bg"]) [data-type*="article"] i[class*="play"]:hover {
    color: #b60b7c !important; }

.widget-wrapper.fucsia:not([class*="-bg"]) {
  /* Cabezales */
  /* Chapitas en los listados de notas */
  /* Icono de Play si la nota tiene video */ }
  .widget-wrapper.fucsia:not([class*="-bg"]) .headline .obj-title, .widget-wrapper.fucsia:not([class*="-bg"]) .most-read .obj-title, .widget-wrapper.fucsia:not([class*="-bg"]) .note-by-author .obj-title {
    color: #b60b7c; }
    .widget-wrapper.fucsia:not([class*="-bg"]) .headline .obj-title::first-letter, .widget-wrapper.fucsia:not([class*="-bg"]) .most-read .obj-title::first-letter, .widget-wrapper.fucsia:not([class*="-bg"]) .note-by-author .obj-title::first-letter {
      background-color: #b60b7c;
      color: #FFFFFF; }
  .widget-wrapper.fucsia:not([class*="-bg"]) [class*='note']:not(.highlighted-portrait-note):not(.highlighted-note-overprinted-title) .article-kicker {
    color: #b60b7c !important; }
  .widget-wrapper.fucsia:not([class*="-bg"]) [class*='note'] .article-theme {
    background-color: rgba(182, 11, 124, 0.8) !important;
    color: #FFFFFF !important; }
  .widget-wrapper.fucsia:not([class*="-bg"]) [class*='note'] .info-wrapper .preview:hover,
  .widget-wrapper.fucsia:not([class*="-bg"]) [class*='note'] .info-wrapper .title:hover,
  .widget-wrapper.fucsia:not([class*="-bg"]) [class*='note'] .info-wrapper .author:hover,
  .widget-wrapper.fucsia:not([class*="-bg"]) [class*='note'] .info-wrapper .article-category-grouper:hover,
  .widget-wrapper.fucsia:not([class*="-bg"]) [class*='note'] .info-wrapper .article-kicker:hover {
    color: #b60b7c !important; }
  .widget-wrapper.fucsia:not([class*="-bg"]) [class*='note'] .preview:hover,
  .widget-wrapper.fucsia:not([class*="-bg"]) [class*='note'] .title:hover,
  .widget-wrapper.fucsia:not([class*="-bg"]) [class*='note'] .author:hover {
    color: #b60b7c !important; }
  .widget-wrapper.fucsia:not([class*="-bg"]) [data-type*="article"] i[class*="play"]:hover {
    color: #b60b7c !important; }

.widget-wrapper.fucsia:not([class*="-bg"]) {
  /* Cabezales */
  /* Chapitas en los listados de notas */
  /* Icono de Play si la nota tiene video */ }
  .widget-wrapper.fucsia:not([class*="-bg"]) .headline .obj-title, .widget-wrapper.fucsia:not([class*="-bg"]) .most-read .obj-title, .widget-wrapper.fucsia:not([class*="-bg"]) .note-by-author .obj-title {
    color: #b60b7c; }
    .widget-wrapper.fucsia:not([class*="-bg"]) .headline .obj-title::first-letter, .widget-wrapper.fucsia:not([class*="-bg"]) .most-read .obj-title::first-letter, .widget-wrapper.fucsia:not([class*="-bg"]) .note-by-author .obj-title::first-letter {
      background-color: #b60b7c;
      color: #FFFFFF; }
  .widget-wrapper.fucsia:not([class*="-bg"]) [class*='note']:not(.highlighted-portrait-note):not(.highlighted-note-overprinted-title) .article-kicker {
    color: #b60b7c !important; }
  .widget-wrapper.fucsia:not([class*="-bg"]) [class*='note'] .article-theme {
    background-color: rgba(182, 11, 124, 0.8) !important;
    color: #FFFFFF !important; }
  .widget-wrapper.fucsia:not([class*="-bg"]) [class*='note'] .info-wrapper .preview:hover,
  .widget-wrapper.fucsia:not([class*="-bg"]) [class*='note'] .info-wrapper .title:hover,
  .widget-wrapper.fucsia:not([class*="-bg"]) [class*='note'] .info-wrapper .author:hover,
  .widget-wrapper.fucsia:not([class*="-bg"]) [class*='note'] .info-wrapper .article-category-grouper:hover,
  .widget-wrapper.fucsia:not([class*="-bg"]) [class*='note'] .info-wrapper .article-kicker:hover {
    color: #b60b7c !important; }
  .widget-wrapper.fucsia:not([class*="-bg"]) [class*='note'] .preview:hover,
  .widget-wrapper.fucsia:not([class*="-bg"]) [class*='note'] .title:hover,
  .widget-wrapper.fucsia:not([class*="-bg"]) [class*='note'] .author:hover {
    color: #b60b7c !important; }
  .widget-wrapper.fucsia:not([class*="-bg"]) [data-type*="article"] i[class*="play"]:hover {
    color: #b60b7c !important; }

.widget-wrapper.fucsia:not([class*="-bg"]) {
  /* Cabezales */
  /* Chapitas en los listados de notas */
  /* Icono de Play si la nota tiene video */ }
  .widget-wrapper.fucsia:not([class*="-bg"]) .headline .obj-title, .widget-wrapper.fucsia:not([class*="-bg"]) .most-read .obj-title, .widget-wrapper.fucsia:not([class*="-bg"]) .note-by-author .obj-title {
    color: #b60b7c; }
    .widget-wrapper.fucsia:not([class*="-bg"]) .headline .obj-title::first-letter, .widget-wrapper.fucsia:not([class*="-bg"]) .most-read .obj-title::first-letter, .widget-wrapper.fucsia:not([class*="-bg"]) .note-by-author .obj-title::first-letter {
      background-color: #b60b7c;
      color: #FFFFFF; }
  .widget-wrapper.fucsia:not([class*="-bg"]) [class*='note']:not(.highlighted-portrait-note):not(.highlighted-note-overprinted-title) .article-kicker {
    color: #b60b7c !important; }
  .widget-wrapper.fucsia:not([class*="-bg"]) [class*='note'] .article-theme {
    background-color: rgba(182, 11, 124, 0.8) !important;
    color: #FFFFFF !important; }
  .widget-wrapper.fucsia:not([class*="-bg"]) [class*='note'] .info-wrapper .preview:hover,
  .widget-wrapper.fucsia:not([class*="-bg"]) [class*='note'] .info-wrapper .title:hover,
  .widget-wrapper.fucsia:not([class*="-bg"]) [class*='note'] .info-wrapper .author:hover,
  .widget-wrapper.fucsia:not([class*="-bg"]) [class*='note'] .info-wrapper .article-category-grouper:hover,
  .widget-wrapper.fucsia:not([class*="-bg"]) [class*='note'] .info-wrapper .article-kicker:hover {
    color: #b60b7c !important; }
  .widget-wrapper.fucsia:not([class*="-bg"]) [class*='note'] .preview:hover,
  .widget-wrapper.fucsia:not([class*="-bg"]) [class*='note'] .title:hover,
  .widget-wrapper.fucsia:not([class*="-bg"]) [class*='note'] .author:hover {
    color: #b60b7c !important; }
  .widget-wrapper.fucsia:not([class*="-bg"]) [data-type*="article"] i[class*="play"]:hover {
    color: #b60b7c !important; }

.widget-wrapper.fucsia:not([class*="-bg"]) {
  /* Cabezales */
  /* Chapitas en los listados de notas */
  /* Icono de Play si la nota tiene video */ }
  .widget-wrapper.fucsia:not([class*="-bg"]) .headline .obj-title, .widget-wrapper.fucsia:not([class*="-bg"]) .most-read .obj-title, .widget-wrapper.fucsia:not([class*="-bg"]) .note-by-author .obj-title {
    color: #b60b7c; }
    .widget-wrapper.fucsia:not([class*="-bg"]) .headline .obj-title::first-letter, .widget-wrapper.fucsia:not([class*="-bg"]) .most-read .obj-title::first-letter, .widget-wrapper.fucsia:not([class*="-bg"]) .note-by-author .obj-title::first-letter {
      background-color: #b60b7c;
      color: #FFFFFF; }
  .widget-wrapper.fucsia:not([class*="-bg"]) [class*='note']:not(.highlighted-portrait-note):not(.highlighted-note-overprinted-title) .article-kicker {
    color: #b60b7c !important; }
  .widget-wrapper.fucsia:not([class*="-bg"]) [class*='note'] .article-theme {
    background-color: rgba(182, 11, 124, 0.8) !important;
    color: #FFFFFF !important; }
  .widget-wrapper.fucsia:not([class*="-bg"]) [class*='note'] .info-wrapper .preview:hover,
  .widget-wrapper.fucsia:not([class*="-bg"]) [class*='note'] .info-wrapper .title:hover,
  .widget-wrapper.fucsia:not([class*="-bg"]) [class*='note'] .info-wrapper .author:hover,
  .widget-wrapper.fucsia:not([class*="-bg"]) [class*='note'] .info-wrapper .article-category-grouper:hover,
  .widget-wrapper.fucsia:not([class*="-bg"]) [class*='note'] .info-wrapper .article-kicker:hover {
    color: #b60b7c !important; }
  .widget-wrapper.fucsia:not([class*="-bg"]) [class*='note'] .preview:hover,
  .widget-wrapper.fucsia:not([class*="-bg"]) [class*='note'] .title:hover,
  .widget-wrapper.fucsia:not([class*="-bg"]) [class*='note'] .author:hover {
    color: #b60b7c !important; }
  .widget-wrapper.fucsia:not([class*="-bg"]) [data-type*="article"] i[class*="play"]:hover {
    color: #b60b7c !important; }

.widget-wrapper.fucsia:not([class*="-bg"]) {
  /* Cabezales */
  /* Chapitas en los listados de notas */
  /* Icono de Play si la nota tiene video */ }
  .widget-wrapper.fucsia:not([class*="-bg"]) .headline .obj-title, .widget-wrapper.fucsia:not([class*="-bg"]) .most-read .obj-title, .widget-wrapper.fucsia:not([class*="-bg"]) .note-by-author .obj-title {
    color: #b60b7c; }
    .widget-wrapper.fucsia:not([class*="-bg"]) .headline .obj-title::first-letter, .widget-wrapper.fucsia:not([class*="-bg"]) .most-read .obj-title::first-letter, .widget-wrapper.fucsia:not([class*="-bg"]) .note-by-author .obj-title::first-letter {
      background-color: #b60b7c;
      color: #FFFFFF; }
  .widget-wrapper.fucsia:not([class*="-bg"]) [class*='note']:not(.highlighted-portrait-note):not(.highlighted-note-overprinted-title) .article-kicker {
    color: #b60b7c !important; }
  .widget-wrapper.fucsia:not([class*="-bg"]) [class*='note'] .article-theme {
    background-color: rgba(182, 11, 124, 0.8) !important;
    color: #FFFFFF !important; }
  .widget-wrapper.fucsia:not([class*="-bg"]) [class*='note'] .info-wrapper .preview:hover,
  .widget-wrapper.fucsia:not([class*="-bg"]) [class*='note'] .info-wrapper .title:hover,
  .widget-wrapper.fucsia:not([class*="-bg"]) [class*='note'] .info-wrapper .author:hover,
  .widget-wrapper.fucsia:not([class*="-bg"]) [class*='note'] .info-wrapper .article-category-grouper:hover,
  .widget-wrapper.fucsia:not([class*="-bg"]) [class*='note'] .info-wrapper .article-kicker:hover {
    color: #b60b7c !important; }
  .widget-wrapper.fucsia:not([class*="-bg"]) [class*='note'] .preview:hover,
  .widget-wrapper.fucsia:not([class*="-bg"]) [class*='note'] .title:hover,
  .widget-wrapper.fucsia:not([class*="-bg"]) [class*='note'] .author:hover {
    color: #b60b7c !important; }
  .widget-wrapper.fucsia:not([class*="-bg"]) [data-type*="article"] i[class*="play"]:hover {
    color: #b60b7c !important; }

.widget-wrapper.fucsia:not([class*="-bg"]) {
  /* Cabezales */
  /* Chapitas en los listados de notas */
  /* Icono de Play si la nota tiene video */ }
  .widget-wrapper.fucsia:not([class*="-bg"]) .headline .obj-title, .widget-wrapper.fucsia:not([class*="-bg"]) .most-read .obj-title, .widget-wrapper.fucsia:not([class*="-bg"]) .note-by-author .obj-title {
    color: #b60b7c; }
    .widget-wrapper.fucsia:not([class*="-bg"]) .headline .obj-title::first-letter, .widget-wrapper.fucsia:not([class*="-bg"]) .most-read .obj-title::first-letter, .widget-wrapper.fucsia:not([class*="-bg"]) .note-by-author .obj-title::first-letter {
      background-color: #b60b7c;
      color: #FFFFFF; }
  .widget-wrapper.fucsia:not([class*="-bg"]) [class*='note']:not(.highlighted-portrait-note):not(.highlighted-note-overprinted-title) .article-kicker {
    color: #b60b7c !important; }
  .widget-wrapper.fucsia:not([class*="-bg"]) [class*='note'] .article-theme {
    background-color: rgba(182, 11, 124, 0.8) !important;
    color: #FFFFFF !important; }
  .widget-wrapper.fucsia:not([class*="-bg"]) [class*='note'] .info-wrapper .preview:hover,
  .widget-wrapper.fucsia:not([class*="-bg"]) [class*='note'] .info-wrapper .title:hover,
  .widget-wrapper.fucsia:not([class*="-bg"]) [class*='note'] .info-wrapper .author:hover,
  .widget-wrapper.fucsia:not([class*="-bg"]) [class*='note'] .info-wrapper .article-category-grouper:hover,
  .widget-wrapper.fucsia:not([class*="-bg"]) [class*='note'] .info-wrapper .article-kicker:hover {
    color: #b60b7c !important; }
  .widget-wrapper.fucsia:not([class*="-bg"]) [class*='note'] .preview:hover,
  .widget-wrapper.fucsia:not([class*="-bg"]) [class*='note'] .title:hover,
  .widget-wrapper.fucsia:not([class*="-bg"]) [class*='note'] .author:hover {
    color: #b60b7c !important; }
  .widget-wrapper.fucsia:not([class*="-bg"]) [data-type*="article"] i[class*="play"]:hover {
    color: #b60b7c !important; }

.widget-wrapper.fucsia:not([class*="-bg"]) {
  /* Cabezales */
  /* Chapitas en los listados de notas */
  /* Icono de Play si la nota tiene video */ }
  .widget-wrapper.fucsia:not([class*="-bg"]) .headline .obj-title, .widget-wrapper.fucsia:not([class*="-bg"]) .most-read .obj-title, .widget-wrapper.fucsia:not([class*="-bg"]) .note-by-author .obj-title {
    color: #b60b7c; }
    .widget-wrapper.fucsia:not([class*="-bg"]) .headline .obj-title::first-letter, .widget-wrapper.fucsia:not([class*="-bg"]) .most-read .obj-title::first-letter, .widget-wrapper.fucsia:not([class*="-bg"]) .note-by-author .obj-title::first-letter {
      background-color: #b60b7c;
      color: #FFFFFF; }
  .widget-wrapper.fucsia:not([class*="-bg"]) [class*='note']:not(.highlighted-portrait-note):not(.highlighted-note-overprinted-title) .article-kicker {
    color: #b60b7c !important; }
  .widget-wrapper.fucsia:not([class*="-bg"]) [class*='note'] .article-theme {
    background-color: rgba(182, 11, 124, 0.8) !important;
    color: #FFFFFF !important; }
  .widget-wrapper.fucsia:not([class*="-bg"]) [class*='note'] .info-wrapper .preview:hover,
  .widget-wrapper.fucsia:not([class*="-bg"]) [class*='note'] .info-wrapper .title:hover,
  .widget-wrapper.fucsia:not([class*="-bg"]) [class*='note'] .info-wrapper .author:hover,
  .widget-wrapper.fucsia:not([class*="-bg"]) [class*='note'] .info-wrapper .article-category-grouper:hover,
  .widget-wrapper.fucsia:not([class*="-bg"]) [class*='note'] .info-wrapper .article-kicker:hover {
    color: #b60b7c !important; }
  .widget-wrapper.fucsia:not([class*="-bg"]) [class*='note'] .preview:hover,
  .widget-wrapper.fucsia:not([class*="-bg"]) [class*='note'] .title:hover,
  .widget-wrapper.fucsia:not([class*="-bg"]) [class*='note'] .author:hover {
    color: #b60b7c !important; }
  .widget-wrapper.fucsia:not([class*="-bg"]) [data-type*="article"] i[class*="play"]:hover {
    color: #b60b7c !important; }

.widget-wrapper.fucsia:not([class*="-bg"]) {
  /* Cabezales */
  /* Chapitas en los listados de notas */
  /* Icono de Play si la nota tiene video */ }
  .widget-wrapper.fucsia:not([class*="-bg"]) .headline .obj-title, .widget-wrapper.fucsia:not([class*="-bg"]) .most-read .obj-title, .widget-wrapper.fucsia:not([class*="-bg"]) .note-by-author .obj-title {
    color: #b60b7c; }
    .widget-wrapper.fucsia:not([class*="-bg"]) .headline .obj-title::first-letter, .widget-wrapper.fucsia:not([class*="-bg"]) .most-read .obj-title::first-letter, .widget-wrapper.fucsia:not([class*="-bg"]) .note-by-author .obj-title::first-letter {
      background-color: #b60b7c;
      color: #FFFFFF; }
  .widget-wrapper.fucsia:not([class*="-bg"]) [class*='note']:not(.highlighted-portrait-note):not(.highlighted-note-overprinted-title) .article-kicker {
    color: #b60b7c !important; }
  .widget-wrapper.fucsia:not([class*="-bg"]) [class*='note'] .article-theme {
    background-color: rgba(182, 11, 124, 0.8) !important;
    color: #FFFFFF !important; }
  .widget-wrapper.fucsia:not([class*="-bg"]) [class*='note'] .info-wrapper .preview:hover,
  .widget-wrapper.fucsia:not([class*="-bg"]) [class*='note'] .info-wrapper .title:hover,
  .widget-wrapper.fucsia:not([class*="-bg"]) [class*='note'] .info-wrapper .author:hover,
  .widget-wrapper.fucsia:not([class*="-bg"]) [class*='note'] .info-wrapper .article-category-grouper:hover,
  .widget-wrapper.fucsia:not([class*="-bg"]) [class*='note'] .info-wrapper .article-kicker:hover {
    color: #b60b7c !important; }
  .widget-wrapper.fucsia:not([class*="-bg"]) [class*='note'] .preview:hover,
  .widget-wrapper.fucsia:not([class*="-bg"]) [class*='note'] .title:hover,
  .widget-wrapper.fucsia:not([class*="-bg"]) [class*='note'] .author:hover {
    color: #b60b7c !important; }
  .widget-wrapper.fucsia:not([class*="-bg"]) [data-type*="article"] i[class*="play"]:hover {
    color: #b60b7c !important; }

.widget-wrapper.fucsia:not([class*="-bg"]) {
  /* Cabezales */
  /* Chapitas en los listados de notas */
  /* Icono de Play si la nota tiene video */ }
  .widget-wrapper.fucsia:not([class*="-bg"]) .headline .obj-title, .widget-wrapper.fucsia:not([class*="-bg"]) .most-read .obj-title, .widget-wrapper.fucsia:not([class*="-bg"]) .note-by-author .obj-title {
    color: #b60b7c; }
    .widget-wrapper.fucsia:not([class*="-bg"]) .headline .obj-title::first-letter, .widget-wrapper.fucsia:not([class*="-bg"]) .most-read .obj-title::first-letter, .widget-wrapper.fucsia:not([class*="-bg"]) .note-by-author .obj-title::first-letter {
      background-color: #b60b7c;
      color: #FFFFFF; }
  .widget-wrapper.fucsia:not([class*="-bg"]) [class*='note']:not(.highlighted-portrait-note):not(.highlighted-note-overprinted-title) .article-kicker {
    color: #b60b7c !important; }
  .widget-wrapper.fucsia:not([class*="-bg"]) [class*='note'] .article-theme {
    background-color: rgba(182, 11, 124, 0.8) !important;
    color: #FFFFFF !important; }
  .widget-wrapper.fucsia:not([class*="-bg"]) [class*='note'] .info-wrapper .preview:hover,
  .widget-wrapper.fucsia:not([class*="-bg"]) [class*='note'] .info-wrapper .title:hover,
  .widget-wrapper.fucsia:not([class*="-bg"]) [class*='note'] .info-wrapper .author:hover,
  .widget-wrapper.fucsia:not([class*="-bg"]) [class*='note'] .info-wrapper .article-category-grouper:hover,
  .widget-wrapper.fucsia:not([class*="-bg"]) [class*='note'] .info-wrapper .article-kicker:hover {
    color: #b60b7c !important; }
  .widget-wrapper.fucsia:not([class*="-bg"]) [class*='note'] .preview:hover,
  .widget-wrapper.fucsia:not([class*="-bg"]) [class*='note'] .title:hover,
  .widget-wrapper.fucsia:not([class*="-bg"]) [class*='note'] .author:hover {
    color: #b60b7c !important; }
  .widget-wrapper.fucsia:not([class*="-bg"]) [data-type*="article"] i[class*="play"]:hover {
    color: #b60b7c !important; }

.widget-wrapper.fucsia:not([class*="-bg"]) {
  /* Cabezales */
  /* Chapitas en los listados de notas */
  /* Icono de Play si la nota tiene video */ }
  .widget-wrapper.fucsia:not([class*="-bg"]) .headline .obj-title, .widget-wrapper.fucsia:not([class*="-bg"]) .most-read .obj-title, .widget-wrapper.fucsia:not([class*="-bg"]) .note-by-author .obj-title {
    color: #b60b7c; }
    .widget-wrapper.fucsia:not([class*="-bg"]) .headline .obj-title::first-letter, .widget-wrapper.fucsia:not([class*="-bg"]) .most-read .obj-title::first-letter, .widget-wrapper.fucsia:not([class*="-bg"]) .note-by-author .obj-title::first-letter {
      background-color: #b60b7c;
      color: #FFFFFF; }
  .widget-wrapper.fucsia:not([class*="-bg"]) [class*='note']:not(.highlighted-portrait-note):not(.highlighted-note-overprinted-title) .article-kicker {
    color: #b60b7c !important; }
  .widget-wrapper.fucsia:not([class*="-bg"]) [class*='note'] .article-theme {
    background-color: rgba(182, 11, 124, 0.8) !important;
    color: #FFFFFF !important; }
  .widget-wrapper.fucsia:not([class*="-bg"]) [class*='note'] .info-wrapper .preview:hover,
  .widget-wrapper.fucsia:not([class*="-bg"]) [class*='note'] .info-wrapper .title:hover,
  .widget-wrapper.fucsia:not([class*="-bg"]) [class*='note'] .info-wrapper .author:hover,
  .widget-wrapper.fucsia:not([class*="-bg"]) [class*='note'] .info-wrapper .article-category-grouper:hover,
  .widget-wrapper.fucsia:not([class*="-bg"]) [class*='note'] .info-wrapper .article-kicker:hover {
    color: #b60b7c !important; }
  .widget-wrapper.fucsia:not([class*="-bg"]) [class*='note'] .preview:hover,
  .widget-wrapper.fucsia:not([class*="-bg"]) [class*='note'] .title:hover,
  .widget-wrapper.fucsia:not([class*="-bg"]) [class*='note'] .author:hover {
    color: #b60b7c !important; }
  .widget-wrapper.fucsia:not([class*="-bg"]) [data-type*="article"] i[class*="play"]:hover {
    color: #b60b7c !important; }

.widget-wrapper.fucsia:not([class*="-bg"]) {
  /* Cabezales */
  /* Chapitas en los listados de notas */
  /* Icono de Play si la nota tiene video */ }
  .widget-wrapper.fucsia:not([class*="-bg"]) .headline .obj-title, .widget-wrapper.fucsia:not([class*="-bg"]) .most-read .obj-title, .widget-wrapper.fucsia:not([class*="-bg"]) .note-by-author .obj-title {
    color: #b60b7c; }
    .widget-wrapper.fucsia:not([class*="-bg"]) .headline .obj-title::first-letter, .widget-wrapper.fucsia:not([class*="-bg"]) .most-read .obj-title::first-letter, .widget-wrapper.fucsia:not([class*="-bg"]) .note-by-author .obj-title::first-letter {
      background-color: #b60b7c;
      color: #FFFFFF; }
  .widget-wrapper.fucsia:not([class*="-bg"]) [class*='note']:not(.highlighted-portrait-note):not(.highlighted-note-overprinted-title) .article-kicker {
    color: #b60b7c !important; }
  .widget-wrapper.fucsia:not([class*="-bg"]) [class*='note'] .article-theme {
    background-color: rgba(182, 11, 124, 0.8) !important;
    color: #FFFFFF !important; }
  .widget-wrapper.fucsia:not([class*="-bg"]) [class*='note'] .info-wrapper .preview:hover,
  .widget-wrapper.fucsia:not([class*="-bg"]) [class*='note'] .info-wrapper .title:hover,
  .widget-wrapper.fucsia:not([class*="-bg"]) [class*='note'] .info-wrapper .author:hover,
  .widget-wrapper.fucsia:not([class*="-bg"]) [class*='note'] .info-wrapper .article-category-grouper:hover,
  .widget-wrapper.fucsia:not([class*="-bg"]) [class*='note'] .info-wrapper .article-kicker:hover {
    color: #b60b7c !important; }
  .widget-wrapper.fucsia:not([class*="-bg"]) [class*='note'] .preview:hover,
  .widget-wrapper.fucsia:not([class*="-bg"]) [class*='note'] .title:hover,
  .widget-wrapper.fucsia:not([class*="-bg"]) [class*='note'] .author:hover {
    color: #b60b7c !important; }
  .widget-wrapper.fucsia:not([class*="-bg"]) [data-type*="article"] i[class*="play"]:hover {
    color: #b60b7c !important; }

.widget-wrapper.fucsia:not([class*="-bg"]) {
  /* Cabezales */
  /* Chapitas en los listados de notas */
  /* Icono de Play si la nota tiene video */ }
  .widget-wrapper.fucsia:not([class*="-bg"]) .headline .obj-title, .widget-wrapper.fucsia:not([class*="-bg"]) .most-read .obj-title, .widget-wrapper.fucsia:not([class*="-bg"]) .note-by-author .obj-title {
    color: #b60b7c; }
    .widget-wrapper.fucsia:not([class*="-bg"]) .headline .obj-title::first-letter, .widget-wrapper.fucsia:not([class*="-bg"]) .most-read .obj-title::first-letter, .widget-wrapper.fucsia:not([class*="-bg"]) .note-by-author .obj-title::first-letter {
      background-color: #b60b7c;
      color: #FFFFFF; }
  .widget-wrapper.fucsia:not([class*="-bg"]) [class*='note']:not(.highlighted-portrait-note):not(.highlighted-note-overprinted-title) .article-kicker {
    color: #b60b7c !important; }
  .widget-wrapper.fucsia:not([class*="-bg"]) [class*='note'] .article-theme {
    background-color: rgba(182, 11, 124, 0.8) !important;
    color: #FFFFFF !important; }
  .widget-wrapper.fucsia:not([class*="-bg"]) [class*='note'] .info-wrapper .preview:hover,
  .widget-wrapper.fucsia:not([class*="-bg"]) [class*='note'] .info-wrapper .title:hover,
  .widget-wrapper.fucsia:not([class*="-bg"]) [class*='note'] .info-wrapper .author:hover,
  .widget-wrapper.fucsia:not([class*="-bg"]) [class*='note'] .info-wrapper .article-category-grouper:hover,
  .widget-wrapper.fucsia:not([class*="-bg"]) [class*='note'] .info-wrapper .article-kicker:hover {
    color: #b60b7c !important; }
  .widget-wrapper.fucsia:not([class*="-bg"]) [class*='note'] .preview:hover,
  .widget-wrapper.fucsia:not([class*="-bg"]) [class*='note'] .title:hover,
  .widget-wrapper.fucsia:not([class*="-bg"]) [class*='note'] .author:hover {
    color: #b60b7c !important; }
  .widget-wrapper.fucsia:not([class*="-bg"]) [data-type*="article"] i[class*="play"]:hover {
    color: #b60b7c !important; }

.widget-wrapper.fucsia:not([class*="-bg"]) {
  /* Cabezales */
  /* Chapitas en los listados de notas */
  /* Icono de Play si la nota tiene video */ }
  .widget-wrapper.fucsia:not([class*="-bg"]) .headline .obj-title, .widget-wrapper.fucsia:not([class*="-bg"]) .most-read .obj-title, .widget-wrapper.fucsia:not([class*="-bg"]) .note-by-author .obj-title {
    color: #b60b7c; }
    .widget-wrapper.fucsia:not([class*="-bg"]) .headline .obj-title::first-letter, .widget-wrapper.fucsia:not([class*="-bg"]) .most-read .obj-title::first-letter, .widget-wrapper.fucsia:not([class*="-bg"]) .note-by-author .obj-title::first-letter {
      background-color: #b60b7c;
      color: #FFFFFF; }
  .widget-wrapper.fucsia:not([class*="-bg"]) [class*='note']:not(.highlighted-portrait-note):not(.highlighted-note-overprinted-title) .article-kicker {
    color: #b60b7c !important; }
  .widget-wrapper.fucsia:not([class*="-bg"]) [class*='note'] .article-theme {
    background-color: rgba(182, 11, 124, 0.8) !important;
    color: #FFFFFF !important; }
  .widget-wrapper.fucsia:not([class*="-bg"]) [class*='note'] .info-wrapper .preview:hover,
  .widget-wrapper.fucsia:not([class*="-bg"]) [class*='note'] .info-wrapper .title:hover,
  .widget-wrapper.fucsia:not([class*="-bg"]) [class*='note'] .info-wrapper .author:hover,
  .widget-wrapper.fucsia:not([class*="-bg"]) [class*='note'] .info-wrapper .article-category-grouper:hover,
  .widget-wrapper.fucsia:not([class*="-bg"]) [class*='note'] .info-wrapper .article-kicker:hover {
    color: #b60b7c !important; }
  .widget-wrapper.fucsia:not([class*="-bg"]) [class*='note'] .preview:hover,
  .widget-wrapper.fucsia:not([class*="-bg"]) [class*='note'] .title:hover,
  .widget-wrapper.fucsia:not([class*="-bg"]) [class*='note'] .author:hover {
    color: #b60b7c !important; }
  .widget-wrapper.fucsia:not([class*="-bg"]) [data-type*="article"] i[class*="play"]:hover {
    color: #b60b7c !important; }

.widget-wrapper.fucsia:not([class*="-bg"]) {
  /* Cabezales */
  /* Chapitas en los listados de notas */
  /* Icono de Play si la nota tiene video */ }
  .widget-wrapper.fucsia:not([class*="-bg"]) .headline .obj-title, .widget-wrapper.fucsia:not([class*="-bg"]) .most-read .obj-title, .widget-wrapper.fucsia:not([class*="-bg"]) .note-by-author .obj-title {
    color: #b60b7c; }
    .widget-wrapper.fucsia:not([class*="-bg"]) .headline .obj-title::first-letter, .widget-wrapper.fucsia:not([class*="-bg"]) .most-read .obj-title::first-letter, .widget-wrapper.fucsia:not([class*="-bg"]) .note-by-author .obj-title::first-letter {
      background-color: #b60b7c;
      color: #FFFFFF; }
  .widget-wrapper.fucsia:not([class*="-bg"]) [class*='note']:not(.highlighted-portrait-note):not(.highlighted-note-overprinted-title) .article-kicker {
    color: #b60b7c !important; }
  .widget-wrapper.fucsia:not([class*="-bg"]) [class*='note'] .article-theme {
    background-color: rgba(182, 11, 124, 0.8) !important;
    color: #FFFFFF !important; }
  .widget-wrapper.fucsia:not([class*="-bg"]) [class*='note'] .info-wrapper .preview:hover,
  .widget-wrapper.fucsia:not([class*="-bg"]) [class*='note'] .info-wrapper .title:hover,
  .widget-wrapper.fucsia:not([class*="-bg"]) [class*='note'] .info-wrapper .author:hover,
  .widget-wrapper.fucsia:not([class*="-bg"]) [class*='note'] .info-wrapper .article-category-grouper:hover,
  .widget-wrapper.fucsia:not([class*="-bg"]) [class*='note'] .info-wrapper .article-kicker:hover {
    color: #b60b7c !important; }
  .widget-wrapper.fucsia:not([class*="-bg"]) [class*='note'] .preview:hover,
  .widget-wrapper.fucsia:not([class*="-bg"]) [class*='note'] .title:hover,
  .widget-wrapper.fucsia:not([class*="-bg"]) [class*='note'] .author:hover {
    color: #b60b7c !important; }
  .widget-wrapper.fucsia:not([class*="-bg"]) [data-type*="article"] i[class*="play"]:hover {
    color: #b60b7c !important; }

.widget-wrapper.fucsia:not([class*="-bg"]) {
  /* Cabezales */
  /* Chapitas en los listados de notas */
  /* Icono de Play si la nota tiene video */ }
  .widget-wrapper.fucsia:not([class*="-bg"]) .headline .obj-title, .widget-wrapper.fucsia:not([class*="-bg"]) .most-read .obj-title, .widget-wrapper.fucsia:not([class*="-bg"]) .note-by-author .obj-title {
    color: #b60b7c; }
    .widget-wrapper.fucsia:not([class*="-bg"]) .headline .obj-title::first-letter, .widget-wrapper.fucsia:not([class*="-bg"]) .most-read .obj-title::first-letter, .widget-wrapper.fucsia:not([class*="-bg"]) .note-by-author .obj-title::first-letter {
      background-color: #b60b7c;
      color: #FFFFFF; }
  .widget-wrapper.fucsia:not([class*="-bg"]) [class*='note']:not(.highlighted-portrait-note):not(.highlighted-note-overprinted-title) .article-kicker {
    color: #b60b7c !important; }
  .widget-wrapper.fucsia:not([class*="-bg"]) [class*='note'] .article-theme {
    background-color: rgba(182, 11, 124, 0.8) !important;
    color: #FFFFFF !important; }
  .widget-wrapper.fucsia:not([class*="-bg"]) [class*='note'] .info-wrapper .preview:hover,
  .widget-wrapper.fucsia:not([class*="-bg"]) [class*='note'] .info-wrapper .title:hover,
  .widget-wrapper.fucsia:not([class*="-bg"]) [class*='note'] .info-wrapper .author:hover,
  .widget-wrapper.fucsia:not([class*="-bg"]) [class*='note'] .info-wrapper .article-category-grouper:hover,
  .widget-wrapper.fucsia:not([class*="-bg"]) [class*='note'] .info-wrapper .article-kicker:hover {
    color: #b60b7c !important; }
  .widget-wrapper.fucsia:not([class*="-bg"]) [class*='note'] .preview:hover,
  .widget-wrapper.fucsia:not([class*="-bg"]) [class*='note'] .title:hover,
  .widget-wrapper.fucsia:not([class*="-bg"]) [class*='note'] .author:hover {
    color: #b60b7c !important; }
  .widget-wrapper.fucsia:not([class*="-bg"]) [data-type*="article"] i[class*="play"]:hover {
    color: #b60b7c !important; }

.widget-wrapper.fucsia:not([class*="-bg"]) {
  /* Cabezales */
  /* Chapitas en los listados de notas */
  /* Icono de Play si la nota tiene video */ }
  .widget-wrapper.fucsia:not([class*="-bg"]) .headline .obj-title, .widget-wrapper.fucsia:not([class*="-bg"]) .most-read .obj-title, .widget-wrapper.fucsia:not([class*="-bg"]) .note-by-author .obj-title {
    color: #b60b7c; }
    .widget-wrapper.fucsia:not([class*="-bg"]) .headline .obj-title::first-letter, .widget-wrapper.fucsia:not([class*="-bg"]) .most-read .obj-title::first-letter, .widget-wrapper.fucsia:not([class*="-bg"]) .note-by-author .obj-title::first-letter {
      background-color: #b60b7c;
      color: #FFFFFF; }
  .widget-wrapper.fucsia:not([class*="-bg"]) [class*='note']:not(.highlighted-portrait-note):not(.highlighted-note-overprinted-title) .article-kicker {
    color: #b60b7c !important; }
  .widget-wrapper.fucsia:not([class*="-bg"]) [class*='note'] .article-theme {
    background-color: rgba(182, 11, 124, 0.8) !important;
    color: #FFFFFF !important; }
  .widget-wrapper.fucsia:not([class*="-bg"]) [class*='note'] .info-wrapper .preview:hover,
  .widget-wrapper.fucsia:not([class*="-bg"]) [class*='note'] .info-wrapper .title:hover,
  .widget-wrapper.fucsia:not([class*="-bg"]) [class*='note'] .info-wrapper .author:hover,
  .widget-wrapper.fucsia:not([class*="-bg"]) [class*='note'] .info-wrapper .article-category-grouper:hover,
  .widget-wrapper.fucsia:not([class*="-bg"]) [class*='note'] .info-wrapper .article-kicker:hover {
    color: #b60b7c !important; }
  .widget-wrapper.fucsia:not([class*="-bg"]) [class*='note'] .preview:hover,
  .widget-wrapper.fucsia:not([class*="-bg"]) [class*='note'] .title:hover,
  .widget-wrapper.fucsia:not([class*="-bg"]) [class*='note'] .author:hover {
    color: #b60b7c !important; }
  .widget-wrapper.fucsia:not([class*="-bg"]) [data-type*="article"] i[class*="play"]:hover {
    color: #b60b7c !important; }

.widget-wrapper.fucsia:not([class*="-bg"]) {
  /* Cabezales */
  /* Chapitas en los listados de notas */
  /* Icono de Play si la nota tiene video */ }
  .widget-wrapper.fucsia:not([class*="-bg"]) .headline .obj-title, .widget-wrapper.fucsia:not([class*="-bg"]) .most-read .obj-title, .widget-wrapper.fucsia:not([class*="-bg"]) .note-by-author .obj-title {
    color: #b60b7c; }
    .widget-wrapper.fucsia:not([class*="-bg"]) .headline .obj-title::first-letter, .widget-wrapper.fucsia:not([class*="-bg"]) .most-read .obj-title::first-letter, .widget-wrapper.fucsia:not([class*="-bg"]) .note-by-author .obj-title::first-letter {
      background-color: #b60b7c;
      color: #FFFFFF; }
  .widget-wrapper.fucsia:not([class*="-bg"]) [class*='note']:not(.highlighted-portrait-note):not(.highlighted-note-overprinted-title) .article-kicker {
    color: #b60b7c !important; }
  .widget-wrapper.fucsia:not([class*="-bg"]) [class*='note'] .article-theme {
    background-color: rgba(182, 11, 124, 0.8) !important;
    color: #FFFFFF !important; }
  .widget-wrapper.fucsia:not([class*="-bg"]) [class*='note'] .info-wrapper .preview:hover,
  .widget-wrapper.fucsia:not([class*="-bg"]) [class*='note'] .info-wrapper .title:hover,
  .widget-wrapper.fucsia:not([class*="-bg"]) [class*='note'] .info-wrapper .author:hover,
  .widget-wrapper.fucsia:not([class*="-bg"]) [class*='note'] .info-wrapper .article-category-grouper:hover,
  .widget-wrapper.fucsia:not([class*="-bg"]) [class*='note'] .info-wrapper .article-kicker:hover {
    color: #b60b7c !important; }
  .widget-wrapper.fucsia:not([class*="-bg"]) [class*='note'] .preview:hover,
  .widget-wrapper.fucsia:not([class*="-bg"]) [class*='note'] .title:hover,
  .widget-wrapper.fucsia:not([class*="-bg"]) [class*='note'] .author:hover {
    color: #b60b7c !important; }
  .widget-wrapper.fucsia:not([class*="-bg"]) [data-type*="article"] i[class*="play"]:hover {
    color: #b60b7c !important; }

.widget-wrapper.fucsia:not([class*="-bg"]) {
  /* Cabezales */
  /* Chapitas en los listados de notas */
  /* Icono de Play si la nota tiene video */ }
  .widget-wrapper.fucsia:not([class*="-bg"]) .headline .obj-title, .widget-wrapper.fucsia:not([class*="-bg"]) .most-read .obj-title, .widget-wrapper.fucsia:not([class*="-bg"]) .note-by-author .obj-title {
    color: #b60b7c; }
    .widget-wrapper.fucsia:not([class*="-bg"]) .headline .obj-title::first-letter, .widget-wrapper.fucsia:not([class*="-bg"]) .most-read .obj-title::first-letter, .widget-wrapper.fucsia:not([class*="-bg"]) .note-by-author .obj-title::first-letter {
      background-color: #b60b7c;
      color: #FFFFFF; }
  .widget-wrapper.fucsia:not([class*="-bg"]) [class*='note']:not(.highlighted-portrait-note):not(.highlighted-note-overprinted-title) .article-kicker {
    color: #b60b7c !important; }
  .widget-wrapper.fucsia:not([class*="-bg"]) [class*='note'] .article-theme {
    background-color: rgba(182, 11, 124, 0.8) !important;
    color: #FFFFFF !important; }
  .widget-wrapper.fucsia:not([class*="-bg"]) [class*='note'] .info-wrapper .preview:hover,
  .widget-wrapper.fucsia:not([class*="-bg"]) [class*='note'] .info-wrapper .title:hover,
  .widget-wrapper.fucsia:not([class*="-bg"]) [class*='note'] .info-wrapper .author:hover,
  .widget-wrapper.fucsia:not([class*="-bg"]) [class*='note'] .info-wrapper .article-category-grouper:hover,
  .widget-wrapper.fucsia:not([class*="-bg"]) [class*='note'] .info-wrapper .article-kicker:hover {
    color: #b60b7c !important; }
  .widget-wrapper.fucsia:not([class*="-bg"]) [class*='note'] .preview:hover,
  .widget-wrapper.fucsia:not([class*="-bg"]) [class*='note'] .title:hover,
  .widget-wrapper.fucsia:not([class*="-bg"]) [class*='note'] .author:hover {
    color: #b60b7c !important; }
  .widget-wrapper.fucsia:not([class*="-bg"]) [data-type*="article"] i[class*="play"]:hover {
    color: #b60b7c !important; }

.widget-wrapper.fucsia:not([class*="-bg"]) {
  /* Cabezales */
  /* Chapitas en los listados de notas */
  /* Icono de Play si la nota tiene video */ }
  .widget-wrapper.fucsia:not([class*="-bg"]) .headline .obj-title, .widget-wrapper.fucsia:not([class*="-bg"]) .most-read .obj-title, .widget-wrapper.fucsia:not([class*="-bg"]) .note-by-author .obj-title {
    color: #b60b7c; }
    .widget-wrapper.fucsia:not([class*="-bg"]) .headline .obj-title::first-letter, .widget-wrapper.fucsia:not([class*="-bg"]) .most-read .obj-title::first-letter, .widget-wrapper.fucsia:not([class*="-bg"]) .note-by-author .obj-title::first-letter {
      background-color: #b60b7c;
      color: #FFFFFF; }
  .widget-wrapper.fucsia:not([class*="-bg"]) [class*='note']:not(.highlighted-portrait-note):not(.highlighted-note-overprinted-title) .article-kicker {
    color: #b60b7c !important; }
  .widget-wrapper.fucsia:not([class*="-bg"]) [class*='note'] .article-theme {
    background-color: rgba(182, 11, 124, 0.8) !important;
    color: #FFFFFF !important; }
  .widget-wrapper.fucsia:not([class*="-bg"]) [class*='note'] .info-wrapper .preview:hover,
  .widget-wrapper.fucsia:not([class*="-bg"]) [class*='note'] .info-wrapper .title:hover,
  .widget-wrapper.fucsia:not([class*="-bg"]) [class*='note'] .info-wrapper .author:hover,
  .widget-wrapper.fucsia:not([class*="-bg"]) [class*='note'] .info-wrapper .article-category-grouper:hover,
  .widget-wrapper.fucsia:not([class*="-bg"]) [class*='note'] .info-wrapper .article-kicker:hover {
    color: #b60b7c !important; }
  .widget-wrapper.fucsia:not([class*="-bg"]) [class*='note'] .preview:hover,
  .widget-wrapper.fucsia:not([class*="-bg"]) [class*='note'] .title:hover,
  .widget-wrapper.fucsia:not([class*="-bg"]) [class*='note'] .author:hover {
    color: #b60b7c !important; }
  .widget-wrapper.fucsia:not([class*="-bg"]) [data-type*="article"] i[class*="play"]:hover {
    color: #b60b7c !important; }

.widget-wrapper.fucsia:not([class*="-bg"]) {
  /* Cabezales */
  /* Chapitas en los listados de notas */
  /* Icono de Play si la nota tiene video */ }
  .widget-wrapper.fucsia:not([class*="-bg"]) .headline .obj-title, .widget-wrapper.fucsia:not([class*="-bg"]) .most-read .obj-title, .widget-wrapper.fucsia:not([class*="-bg"]) .note-by-author .obj-title {
    color: #b60b7c; }
    .widget-wrapper.fucsia:not([class*="-bg"]) .headline .obj-title::first-letter, .widget-wrapper.fucsia:not([class*="-bg"]) .most-read .obj-title::first-letter, .widget-wrapper.fucsia:not([class*="-bg"]) .note-by-author .obj-title::first-letter {
      background-color: #b60b7c;
      color: #FFFFFF; }
  .widget-wrapper.fucsia:not([class*="-bg"]) [class*='note']:not(.highlighted-portrait-note):not(.highlighted-note-overprinted-title) .article-kicker {
    color: #b60b7c !important; }
  .widget-wrapper.fucsia:not([class*="-bg"]) [class*='note'] .article-theme {
    background-color: rgba(182, 11, 124, 0.8) !important;
    color: #FFFFFF !important; }
  .widget-wrapper.fucsia:not([class*="-bg"]) [class*='note'] .info-wrapper .preview:hover,
  .widget-wrapper.fucsia:not([class*="-bg"]) [class*='note'] .info-wrapper .title:hover,
  .widget-wrapper.fucsia:not([class*="-bg"]) [class*='note'] .info-wrapper .author:hover,
  .widget-wrapper.fucsia:not([class*="-bg"]) [class*='note'] .info-wrapper .article-category-grouper:hover,
  .widget-wrapper.fucsia:not([class*="-bg"]) [class*='note'] .info-wrapper .article-kicker:hover {
    color: #b60b7c !important; }
  .widget-wrapper.fucsia:not([class*="-bg"]) [class*='note'] .preview:hover,
  .widget-wrapper.fucsia:not([class*="-bg"]) [class*='note'] .title:hover,
  .widget-wrapper.fucsia:not([class*="-bg"]) [class*='note'] .author:hover {
    color: #b60b7c !important; }
  .widget-wrapper.fucsia:not([class*="-bg"]) [data-type*="article"] i[class*="play"]:hover {
    color: #b60b7c !important; }

.widget-wrapper.texto-blanco {
  color: #FFFFFF;
  /* Cabezales */ }
  .widget-wrapper.texto-blanco .headline .obj-title, .widget-wrapper.texto-blanco .most-read .obj-title, .widget-wrapper.texto-blanco .note-by-author .obj-title {
    color: #FFFFFF; }
  .widget-wrapper.texto-blanco .simple-list .simple-note:not(.no-media) .title, .widget-wrapper.texto-blanco .section-aside-single-article .simple-note:not(.no-media) .title {
    color: #FFFFFF; }
  .widget-wrapper.texto-blanco .simple-list-square-image .simple-note-square-image .title {
    color: #FFFFFF; }
  .widget-wrapper.texto-blanco .free-text .body-content {
    color: #FFFFFF; }
  .widget-wrapper.texto-blanco [data-type*="article"] .info-wrapper .article-kicker {
    color: #FFFFFF !important; }

/* Colores en Detalle Sección */
body.fucsia main.container.note {
  /* Cabezales */
  /* Chapitas en los listados de notas */
  /* Icono de Play si la nota tiene video */
  /* Iconos de Share/Compartir */
  /* Listado Más Leídas */
  /* Paginador Listado Seccion */ }
  body.fucsia main.container.note .headline .obj-title, body.fucsia main.container.note .most-read .obj-title, body.fucsia main.container.note .note-by-author .obj-title {
    color: #b60b7c; }
    body.fucsia main.container.note .headline .obj-title::first-letter, body.fucsia main.container.note .most-read .obj-title::first-letter, body.fucsia main.container.note .note-by-author .obj-title::first-letter {
      background-color: #b60b7c;
      color: #FFFFFF; }
  body.fucsia main.container.note [class*='note'] .article-theme {
    background-color: rgba(182, 11, 124, 0.8) !important;
    color: #FFFFFF !important; }
  body.fucsia main.container.note [class*='note'] .info-wrapper .preview:hover,
  body.fucsia main.container.note [class*='note'] .info-wrapper .title:hover,
  body.fucsia main.container.note [class*='note'] .info-wrapper .author:hover {
    color: #b60b7c !important; }
  body.fucsia main.container.note [class*='note'] .preview:hover,
  body.fucsia main.container.note [class*='note'] .title:hover,
  body.fucsia main.container.note [class*='note'] .author:hover {
    color: #b60b7c !important; }
  body.fucsia main.container.note [data-type*="article"] i[class*="play"]:hover {
    color: #b60b7c !important; }
  body.fucsia main.container.note .socials-share li {
    background-color: #b60b7c; }
  body.fucsia main.container.note .ranking-list {
    background-color: #b60b7c; }
    body.fucsia main.container.note .ranking-list .article .number {
      background-color: #9e0a6c; }
    body.fucsia main.container.note .ranking-list .article .number,
    body.fucsia main.container.note .ranking-list .article .title,
    body.fucsia main.container.note .ranking-list .article .author {
      color: #FFFFFF; }
    body.fucsia main.container.note .ranking-list .obj-title {
      color: #FFFFFF; }
  body.fucsia main.container.note .list-articles .articles-pagination [class*="button"] {
    background-color: #b60b7c;
    color: #FFFFFF; }
    body.fucsia main.container.note .list-articles .articles-pagination [class*="button"]:hover {
      background-color: #C82828; }

/* Colores en las chapitas */
.article-theme.gris {
  color: #6d7b8c !important; }

.article-kicker.gris {
  color: #6d7b8c !important; }

.article-category-grouper.gris:hover {
  color: #6d7b8c !important; }

/* Cabezales */
.headline.gris .obj-title, .gris.most-read .obj-title, .gris.note-by-author .obj-title {
  color: #6d7b8c; }
  .headline.gris .obj-title::first-letter, .gris.most-read .obj-title::first-letter, .gris.note-by-author .obj-title::first-letter {
    background-color: #6d7b8c;
    color: #FFFFFF; }

/* Widges con colores de fondo */
.gris-bg {
  background-color: #6d7b8c; }
  .gris-bg.widget-wrapper {
    padding-top: 25px;
    margin-bottom: 25px; }
  .gris-bg .highlighted-note-square-image .preview,
  .gris-bg .highlighted-note-square-image .title,
  .gris-bg .highlighted-note-square-image .author,
  .gris-bg .highlighted-note-square-image .article-category-grouper,
  .gris-bg .highlighted-note-square-image .article-kicker,
  .gris-bg .simple-note .preview,
  .gris-bg .simple-note .title,
  .gris-bg .simple-note .author,
  .gris-bg .simple-note .article-category-grouper,
  .gris-bg .simple-note .article-kicker,
  .gris-bg .simple-note-square-image .preview,
  .gris-bg .simple-note-square-image .title,
  .gris-bg .simple-note-square-image .author,
  .gris-bg .simple-note-square-image .article-category-grouper,
  .gris-bg .simple-note-square-image .article-kicker {
    color: #FFFFFF !important; }
  .gris-bg .headline, .gris-bg .most-read, .gris-bg .note-by-author {
    margin-top: 0;
    padding-top: 8px; }
    .gris-bg .headline .obj-title, .gris-bg .most-read .obj-title, .gris-bg .note-by-author .obj-title {
      color: #FFFFFF !important; }
      .gris-bg .headline .obj-title::first-letter, .gris-bg .most-read .obj-title::first-letter, .gris-bg .note-by-author .obj-title::first-letter {
        background-color: #FFFFFF;
        color: #6d7b8c !important; }
  .gris-bg.celeste-vivo {
    /* Chapitas en los listados de notas */
    /* Icono de Play si la nota tiene video */ }
    .gris-bg.celeste-vivo [class*='note'] .article-theme {
      background-color: rgba(68, 201, 246, 0.8) !important;
      color: #FFFFFF !important; }
    .gris-bg.celeste-vivo [data-type*="article"] i[class*="play"]:hover {
      color: #44c9f6 !important; }
  .gris-bg.copa-america {
    /* Chapitas en los listados de notas */
    /* Icono de Play si la nota tiene video */ }
    .gris-bg.copa-america [class*='note'] .article-theme {
      background-color: rgba(32, 138, 200, 0.8) !important;
      color: #FFFFFF !important; }
    .gris-bg.copa-america [data-type*="article"] i[class*="play"]:hover {
      color: #208ac8 !important; }
  .gris-bg.fucsia {
    /* Chapitas en los listados de notas */
    /* Icono de Play si la nota tiene video */ }
    .gris-bg.fucsia [class*='note'] .article-theme {
      background-color: rgba(182, 11, 124, 0.8) !important;
      color: #FFFFFF !important; }
    .gris-bg.fucsia [data-type*="article"] i[class*="play"]:hover {
      color: #b60b7c !important; }
  .gris-bg.gris {
    /* Chapitas en los listados de notas */
    /* Icono de Play si la nota tiene video */ }
    .gris-bg.gris [class*='note'] .article-theme {
      background-color: rgba(109, 123, 140, 0.8) !important;
      color: #FFFFFF !important; }
    .gris-bg.gris [data-type*="article"] i[class*="play"]:hover {
      color: #6d7b8c !important; }
  .gris-bg.naranja {
    /* Chapitas en los listados de notas */
    /* Icono de Play si la nota tiene video */ }
    .gris-bg.naranja [class*='note'] .article-theme {
      background-color: rgba(227, 123, 87, 0.8) !important;
      color: #FFFFFF !important; }
    .gris-bg.naranja [data-type*="article"] i[class*="play"]:hover {
      color: #e37b57 !important; }
  .gris-bg.naranja_fuerte {
    /* Chapitas en los listados de notas */
    /* Icono de Play si la nota tiene video */ }
    .gris-bg.naranja_fuerte [class*='note'] .article-theme {
      background-color: rgba(217, 56, 0, 0.8) !important;
      color: #FFFFFF !important; }
    .gris-bg.naranja_fuerte [data-type*="article"] i[class*="play"]:hover {
      color: #D93800 !important; }
  .gris-bg.rating-cero {
    /* Chapitas en los listados de notas */
    /* Icono de Play si la nota tiene video */ }
    .gris-bg.rating-cero [class*='note'] .article-theme {
      background-color: rgba(218, 44, 41, 0.8) !important;
      color: #FFFFFF !important; }
    .gris-bg.rating-cero [data-type*="article"] i[class*="play"]:hover {
      color: #da2c29 !important; }
  .gris-bg.texto-blanco .article-shouts .info-wrapper .preview,
  .gris-bg.texto-blanco .article-shouts .info-wrapper .title,
  .gris-bg.texto-blanco .article-shouts .info-wrapper .author,
  .gris-bg.texto-blanco .article-shouts .info-wrapper .article-kicker,
  .gris-bg.texto-blanco .highlighted-note-square-image .info-wrapper .preview,
  .gris-bg.texto-blanco .highlighted-note-square-image .info-wrapper .title,
  .gris-bg.texto-blanco .highlighted-note-square-image .info-wrapper .author,
  .gris-bg.texto-blanco .highlighted-note-square-image .info-wrapper .article-kicker,
  .gris-bg.texto-blanco .simple-list .info-wrapper .preview,
  .gris-bg.texto-blanco .section-aside-single-article .info-wrapper .preview,
  .gris-bg.texto-blanco .simple-list .info-wrapper .title,
  .gris-bg.texto-blanco .section-aside-single-article .info-wrapper .title,
  .gris-bg.texto-blanco .simple-list .info-wrapper .author,
  .gris-bg.texto-blanco .section-aside-single-article .info-wrapper .author,
  .gris-bg.texto-blanco .simple-list .info-wrapper .article-kicker,
  .gris-bg.texto-blanco .section-aside-single-article .info-wrapper .article-kicker,
  .gris-bg.texto-blanco .simple-list-square-image .info-wrapper .preview,
  .gris-bg.texto-blanco .simple-list-square-image .info-wrapper .title,
  .gris-bg.texto-blanco .simple-list-square-image .info-wrapper .author,
  .gris-bg.texto-blanco .simple-list-square-image .info-wrapper .article-kicker {
    color: #FFFFFF !important; }
    .gris-bg.texto-blanco .article-shouts .info-wrapper .preview:hover,
    .gris-bg.texto-blanco .article-shouts .info-wrapper .title:hover,
    .gris-bg.texto-blanco .article-shouts .info-wrapper .author:hover,
    .gris-bg.texto-blanco .article-shouts .info-wrapper .article-kicker:hover,
    .gris-bg.texto-blanco .highlighted-note-square-image .info-wrapper .preview:hover,
    .gris-bg.texto-blanco .highlighted-note-square-image .info-wrapper .title:hover,
    .gris-bg.texto-blanco .highlighted-note-square-image .info-wrapper .author:hover,
    .gris-bg.texto-blanco .highlighted-note-square-image .info-wrapper .article-kicker:hover,
    .gris-bg.texto-blanco .simple-list .info-wrapper .preview:hover,
    .gris-bg.texto-blanco .section-aside-single-article .info-wrapper .preview:hover,
    .gris-bg.texto-blanco .simple-list .info-wrapper .title:hover,
    .gris-bg.texto-blanco .section-aside-single-article .info-wrapper .title:hover,
    .gris-bg.texto-blanco .simple-list .info-wrapper .author:hover,
    .gris-bg.texto-blanco .section-aside-single-article .info-wrapper .author:hover,
    .gris-bg.texto-blanco .simple-list .info-wrapper .article-kicker:hover,
    .gris-bg.texto-blanco .section-aside-single-article .info-wrapper .article-kicker:hover,
    .gris-bg.texto-blanco .simple-list-square-image .info-wrapper .preview:hover,
    .gris-bg.texto-blanco .simple-list-square-image .info-wrapper .title:hover,
    .gris-bg.texto-blanco .simple-list-square-image .info-wrapper .author:hover,
    .gris-bg.texto-blanco .simple-list-square-image .info-wrapper .article-kicker:hover {
      color: #FFFFFF !important; }
  .gris-bg.texto-blanco .article-shouts .preview,
  .gris-bg.texto-blanco .article-shouts .title,
  .gris-bg.texto-blanco .article-shouts .author,
  .gris-bg.texto-blanco .highlighted-note-square-image .preview,
  .gris-bg.texto-blanco .highlighted-note-square-image .title,
  .gris-bg.texto-blanco .highlighted-note-square-image .author,
  .gris-bg.texto-blanco .simple-list .preview,
  .gris-bg.texto-blanco .section-aside-single-article .preview,
  .gris-bg.texto-blanco .simple-list .title,
  .gris-bg.texto-blanco .section-aside-single-article .title,
  .gris-bg.texto-blanco .simple-list .author,
  .gris-bg.texto-blanco .section-aside-single-article .author,
  .gris-bg.texto-blanco .simple-list-square-image .preview,
  .gris-bg.texto-blanco .simple-list-square-image .title,
  .gris-bg.texto-blanco .simple-list-square-image .author {
    color: #FFFFFF !important; }
    .gris-bg.texto-blanco .article-shouts .preview:hover,
    .gris-bg.texto-blanco .article-shouts .title:hover,
    .gris-bg.texto-blanco .article-shouts .author:hover,
    .gris-bg.texto-blanco .highlighted-note-square-image .preview:hover,
    .gris-bg.texto-blanco .highlighted-note-square-image .title:hover,
    .gris-bg.texto-blanco .highlighted-note-square-image .author:hover,
    .gris-bg.texto-blanco .simple-list .preview:hover,
    .gris-bg.texto-blanco .section-aside-single-article .preview:hover,
    .gris-bg.texto-blanco .simple-list .title:hover,
    .gris-bg.texto-blanco .section-aside-single-article .title:hover,
    .gris-bg.texto-blanco .simple-list .author:hover,
    .gris-bg.texto-blanco .section-aside-single-article .author:hover,
    .gris-bg.texto-blanco .simple-list-square-image .preview:hover,
    .gris-bg.texto-blanco .simple-list-square-image .title:hover,
    .gris-bg.texto-blanco .simple-list-square-image .author:hover {
      color: #FFFFFF !important; }
  .gris-bg.texto-blanco [class*='note'] .article-theme {
    color: #FFFFFF !important; }
  .gris-bg.texto-blanco .headline, .gris-bg.texto-blanco .most-read, .gris-bg.texto-blanco .note-by-author {
    margin-top: 0;
    padding-top: 8px; }
    .gris-bg.texto-blanco .headline .obj-title, .gris-bg.texto-blanco .most-read .obj-title, .gris-bg.texto-blanco .note-by-author .obj-title {
      color: #FFFFFF !important; }
      .gris-bg.texto-blanco .headline .obj-title::first-letter, .gris-bg.texto-blanco .most-read .obj-title::first-letter, .gris-bg.texto-blanco .note-by-author .obj-title::first-letter {
        background-color: #FFFFFF;
        color: #6d7b8c !important; }
  .gris-bg.tipo-blanca {
    /* Chapitas en los listados de notas */
    /* Icono de Play si la nota tiene video */ }
    .gris-bg.tipo-blanca [class*='note'] .article-theme {
      background-color: rgba(0, 0, 0, 0) !important;
      color: #FFFFFF !important; }
    .gris-bg.tipo-blanca [data-type*="article"] i[class*="play"]:hover {
      color: transparent !important; }
  .gris-bg.verde-doc {
    /* Chapitas en los listados de notas */
    /* Icono de Play si la nota tiene video */ }
    .gris-bg.verde-doc [class*='note'] .article-theme {
      background-color: rgba(0, 153, 153, 0.8) !important;
      color: #FFFFFF !important; }
    .gris-bg.verde-doc [data-type*="article"] i[class*="play"]:hover {
      color: #099 !important; }
  .gris-bg.verde_oscuro {
    /* Chapitas en los listados de notas */
    /* Icono de Play si la nota tiene video */ }
    .gris-bg.verde_oscuro [class*='note'] .article-theme {
      background-color: rgba(74, 122, 80, 0.8) !important;
      color: #FFFFFF !important; }
    .gris-bg.verde_oscuro [data-type*="article"] i[class*="play"]:hover {
      color: #4a7a50 !important; }
  .gris-bg.violeta {
    /* Chapitas en los listados de notas */
    /* Icono de Play si la nota tiene video */ }
    .gris-bg.violeta [class*='note'] .article-theme {
      background-color: rgba(86, 0, 141, 0.8) !important;
      color: #FFFFFF !important; }
    .gris-bg.violeta [data-type*="article"] i[class*="play"]:hover {
      color: #56008D !important; }
  .gris-bg.beige {
    /* Chapitas en los listados de notas */
    /* Icono de Play si la nota tiene video */ }
    .gris-bg.beige [class*='note'] .article-theme {
      background-color: rgba(247, 239, 228, 0.8) !important;
      color: #000000 !important; }
    .gris-bg.beige [data-type*="article"] i[class*="play"]:hover {
      color: #f7efe4 !important; }
  .gris-bg.bordo {
    /* Chapitas en los listados de notas */
    /* Icono de Play si la nota tiene video */ }
    .gris-bg.bordo [class*='note'] .article-theme {
      background-color: rgba(64, 37, 34, 0.8) !important;
      color: #FFFFFF !important; }
    .gris-bg.bordo [data-type*="article"] i[class*="play"]:hover {
      color: #402522 !important; }
  .gris-bg.verde-limon {
    /* Chapitas en los listados de notas */
    /* Icono de Play si la nota tiene video */ }
    .gris-bg.verde-limon [class*='note'] .article-theme {
      background-color: rgba(239, 255, 211, 0.8) !important;
      color: #000000 !important; }
    .gris-bg.verde-limon [data-type*="article"] i[class*="play"]:hover {
      color: #efffd3 !important; }
  .gris-bg.rojo {
    /* Chapitas en los listados de notas */
    /* Icono de Play si la nota tiene video */ }
    .gris-bg.rojo [class*='note'] .article-theme {
      background-color: rgba(216, 84, 84, 0.8) !important;
      color: #FFFFFF !important; }
    .gris-bg.rojo [data-type*="article"] i[class*="play"]:hover {
      color: #d85454 !important; }
  .gris-bg.celeste {
    /* Chapitas en los listados de notas */
    /* Icono de Play si la nota tiene video */ }
    .gris-bg.celeste [class*='note'] .article-theme {
      background-color: rgba(81, 163, 255, 0.8) !important;
      color: #FFFFFF !important; }
    .gris-bg.celeste [data-type*="article"] i[class*="play"]:hover {
      color: #51a3ff !important; }
  .gris-bg.amarillo {
    /* Chapitas en los listados de notas */
    /* Icono de Play si la nota tiene video */ }
    .gris-bg.amarillo [class*='note'] .article-theme {
      background-color: rgba(212, 202, 86, 0.8) !important;
      color: #000000 !important; }
    .gris-bg.amarillo [data-type*="article"] i[class*="play"]:hover {
      color: #d4ca56 !important; }
  .gris-bg.magent {
    /* Chapitas en los listados de notas */
    /* Icono de Play si la nota tiene video */ }
    .gris-bg.magent [class*='note'] .article-theme {
      background-color: rgba(204, 98, 200, 0.8) !important;
      color: #FFFFFF !important; }
    .gris-bg.magent [data-type*="article"] i[class*="play"]:hover {
      color: #cc62c8 !important; }
  .gris-bg.azul {
    /* Chapitas en los listados de notas */
    /* Icono de Play si la nota tiene video */ }
    .gris-bg.azul [class*='note'] .article-theme {
      background-color: rgba(96, 129, 166, 0.8) !important;
      color: #FFFFFF !important; }
    .gris-bg.azul [data-type*="article"] i[class*="play"]:hover {
      color: #6081a6 !important; }
  .gris-bg.verde {
    /* Chapitas en los listados de notas */
    /* Icono de Play si la nota tiene video */ }
    .gris-bg.verde [class*='note'] .article-theme {
      background-color: rgba(93, 200, 102, 0.8) !important;
      color: #FFFFFF !important; }
    .gris-bg.verde [data-type*="article"] i[class*="play"]:hover {
      color: #5dc866 !important; }
  .gris-bg.cyan {
    /* Chapitas en los listados de notas */
    /* Icono de Play si la nota tiene video */ }
    .gris-bg.cyan [class*='note'] .article-theme {
      background-color: rgba(0, 188, 212, 0.8) !important;
      color: #000000 !important; }
    .gris-bg.cyan [data-type*="article"] i[class*="play"]:hover {
      color: #00BCD4 !important; }
  .gris-bg.negro {
    /* Chapitas en los listados de notas */
    /* Icono de Play si la nota tiene video */ }
    .gris-bg.negro [class*='note'] .article-theme {
      background-color: rgba(29, 29, 32, 0.8) !important;
      color: #FFFFFF !important; }
    .gris-bg.negro [data-type*="article"] i[class*="play"]:hover {
      color: #1d1d20 !important; }

/* Widgets con color relacionado */
.widget-wrapper.gris:not([class*="-bg"]) {
  /* Cabezales */
  /* Chapitas en los listados de notas */
  /* Icono de Play si la nota tiene video */ }
  .widget-wrapper.gris:not([class*="-bg"]) .headline .obj-title, .widget-wrapper.gris:not([class*="-bg"]) .most-read .obj-title, .widget-wrapper.gris:not([class*="-bg"]) .note-by-author .obj-title {
    color: #6d7b8c; }
    .widget-wrapper.gris:not([class*="-bg"]) .headline .obj-title::first-letter, .widget-wrapper.gris:not([class*="-bg"]) .most-read .obj-title::first-letter, .widget-wrapper.gris:not([class*="-bg"]) .note-by-author .obj-title::first-letter {
      background-color: #6d7b8c;
      color: #FFFFFF; }
  .widget-wrapper.gris:not([class*="-bg"]) [class*='note']:not(.highlighted-portrait-note):not(.highlighted-note-overprinted-title) .article-kicker {
    color: #6d7b8c !important; }
  .widget-wrapper.gris:not([class*="-bg"]) [class*='note'] .article-theme {
    background-color: rgba(109, 123, 140, 0.8) !important;
    color: #FFFFFF !important; }
  .widget-wrapper.gris:not([class*="-bg"]) [class*='note'] .info-wrapper .preview:hover,
  .widget-wrapper.gris:not([class*="-bg"]) [class*='note'] .info-wrapper .title:hover,
  .widget-wrapper.gris:not([class*="-bg"]) [class*='note'] .info-wrapper .author:hover,
  .widget-wrapper.gris:not([class*="-bg"]) [class*='note'] .info-wrapper .article-category-grouper:hover,
  .widget-wrapper.gris:not([class*="-bg"]) [class*='note'] .info-wrapper .article-kicker:hover {
    color: #6d7b8c !important; }
  .widget-wrapper.gris:not([class*="-bg"]) [class*='note'] .preview:hover,
  .widget-wrapper.gris:not([class*="-bg"]) [class*='note'] .title:hover,
  .widget-wrapper.gris:not([class*="-bg"]) [class*='note'] .author:hover {
    color: #6d7b8c !important; }
  .widget-wrapper.gris:not([class*="-bg"]) [data-type*="article"] i[class*="play"]:hover {
    color: #6d7b8c !important; }

.widget-wrapper.gris:not([class*="-bg"]) {
  /* Cabezales */
  /* Chapitas en los listados de notas */
  /* Icono de Play si la nota tiene video */ }
  .widget-wrapper.gris:not([class*="-bg"]) .headline .obj-title, .widget-wrapper.gris:not([class*="-bg"]) .most-read .obj-title, .widget-wrapper.gris:not([class*="-bg"]) .note-by-author .obj-title {
    color: #6d7b8c; }
    .widget-wrapper.gris:not([class*="-bg"]) .headline .obj-title::first-letter, .widget-wrapper.gris:not([class*="-bg"]) .most-read .obj-title::first-letter, .widget-wrapper.gris:not([class*="-bg"]) .note-by-author .obj-title::first-letter {
      background-color: #6d7b8c;
      color: #FFFFFF; }
  .widget-wrapper.gris:not([class*="-bg"]) [class*='note']:not(.highlighted-portrait-note):not(.highlighted-note-overprinted-title) .article-kicker {
    color: #6d7b8c !important; }
  .widget-wrapper.gris:not([class*="-bg"]) [class*='note'] .article-theme {
    background-color: rgba(109, 123, 140, 0.8) !important;
    color: #FFFFFF !important; }
  .widget-wrapper.gris:not([class*="-bg"]) [class*='note'] .info-wrapper .preview:hover,
  .widget-wrapper.gris:not([class*="-bg"]) [class*='note'] .info-wrapper .title:hover,
  .widget-wrapper.gris:not([class*="-bg"]) [class*='note'] .info-wrapper .author:hover,
  .widget-wrapper.gris:not([class*="-bg"]) [class*='note'] .info-wrapper .article-category-grouper:hover,
  .widget-wrapper.gris:not([class*="-bg"]) [class*='note'] .info-wrapper .article-kicker:hover {
    color: #6d7b8c !important; }
  .widget-wrapper.gris:not([class*="-bg"]) [class*='note'] .preview:hover,
  .widget-wrapper.gris:not([class*="-bg"]) [class*='note'] .title:hover,
  .widget-wrapper.gris:not([class*="-bg"]) [class*='note'] .author:hover {
    color: #6d7b8c !important; }
  .widget-wrapper.gris:not([class*="-bg"]) [data-type*="article"] i[class*="play"]:hover {
    color: #6d7b8c !important; }

.widget-wrapper.gris:not([class*="-bg"]) {
  /* Cabezales */
  /* Chapitas en los listados de notas */
  /* Icono de Play si la nota tiene video */ }
  .widget-wrapper.gris:not([class*="-bg"]) .headline .obj-title, .widget-wrapper.gris:not([class*="-bg"]) .most-read .obj-title, .widget-wrapper.gris:not([class*="-bg"]) .note-by-author .obj-title {
    color: #6d7b8c; }
    .widget-wrapper.gris:not([class*="-bg"]) .headline .obj-title::first-letter, .widget-wrapper.gris:not([class*="-bg"]) .most-read .obj-title::first-letter, .widget-wrapper.gris:not([class*="-bg"]) .note-by-author .obj-title::first-letter {
      background-color: #6d7b8c;
      color: #FFFFFF; }
  .widget-wrapper.gris:not([class*="-bg"]) [class*='note']:not(.highlighted-portrait-note):not(.highlighted-note-overprinted-title) .article-kicker {
    color: #6d7b8c !important; }
  .widget-wrapper.gris:not([class*="-bg"]) [class*='note'] .article-theme {
    background-color: rgba(109, 123, 140, 0.8) !important;
    color: #FFFFFF !important; }
  .widget-wrapper.gris:not([class*="-bg"]) [class*='note'] .info-wrapper .preview:hover,
  .widget-wrapper.gris:not([class*="-bg"]) [class*='note'] .info-wrapper .title:hover,
  .widget-wrapper.gris:not([class*="-bg"]) [class*='note'] .info-wrapper .author:hover,
  .widget-wrapper.gris:not([class*="-bg"]) [class*='note'] .info-wrapper .article-category-grouper:hover,
  .widget-wrapper.gris:not([class*="-bg"]) [class*='note'] .info-wrapper .article-kicker:hover {
    color: #6d7b8c !important; }
  .widget-wrapper.gris:not([class*="-bg"]) [class*='note'] .preview:hover,
  .widget-wrapper.gris:not([class*="-bg"]) [class*='note'] .title:hover,
  .widget-wrapper.gris:not([class*="-bg"]) [class*='note'] .author:hover {
    color: #6d7b8c !important; }
  .widget-wrapper.gris:not([class*="-bg"]) [data-type*="article"] i[class*="play"]:hover {
    color: #6d7b8c !important; }

.widget-wrapper.gris:not([class*="-bg"]) {
  /* Cabezales */
  /* Chapitas en los listados de notas */
  /* Icono de Play si la nota tiene video */ }
  .widget-wrapper.gris:not([class*="-bg"]) .headline .obj-title, .widget-wrapper.gris:not([class*="-bg"]) .most-read .obj-title, .widget-wrapper.gris:not([class*="-bg"]) .note-by-author .obj-title {
    color: #6d7b8c; }
    .widget-wrapper.gris:not([class*="-bg"]) .headline .obj-title::first-letter, .widget-wrapper.gris:not([class*="-bg"]) .most-read .obj-title::first-letter, .widget-wrapper.gris:not([class*="-bg"]) .note-by-author .obj-title::first-letter {
      background-color: #6d7b8c;
      color: #FFFFFF; }
  .widget-wrapper.gris:not([class*="-bg"]) [class*='note']:not(.highlighted-portrait-note):not(.highlighted-note-overprinted-title) .article-kicker {
    color: #6d7b8c !important; }
  .widget-wrapper.gris:not([class*="-bg"]) [class*='note'] .article-theme {
    background-color: rgba(109, 123, 140, 0.8) !important;
    color: #FFFFFF !important; }
  .widget-wrapper.gris:not([class*="-bg"]) [class*='note'] .info-wrapper .preview:hover,
  .widget-wrapper.gris:not([class*="-bg"]) [class*='note'] .info-wrapper .title:hover,
  .widget-wrapper.gris:not([class*="-bg"]) [class*='note'] .info-wrapper .author:hover,
  .widget-wrapper.gris:not([class*="-bg"]) [class*='note'] .info-wrapper .article-category-grouper:hover,
  .widget-wrapper.gris:not([class*="-bg"]) [class*='note'] .info-wrapper .article-kicker:hover {
    color: #6d7b8c !important; }
  .widget-wrapper.gris:not([class*="-bg"]) [class*='note'] .preview:hover,
  .widget-wrapper.gris:not([class*="-bg"]) [class*='note'] .title:hover,
  .widget-wrapper.gris:not([class*="-bg"]) [class*='note'] .author:hover {
    color: #6d7b8c !important; }
  .widget-wrapper.gris:not([class*="-bg"]) [data-type*="article"] i[class*="play"]:hover {
    color: #6d7b8c !important; }

.widget-wrapper.gris:not([class*="-bg"]) {
  /* Cabezales */
  /* Chapitas en los listados de notas */
  /* Icono de Play si la nota tiene video */ }
  .widget-wrapper.gris:not([class*="-bg"]) .headline .obj-title, .widget-wrapper.gris:not([class*="-bg"]) .most-read .obj-title, .widget-wrapper.gris:not([class*="-bg"]) .note-by-author .obj-title {
    color: #6d7b8c; }
    .widget-wrapper.gris:not([class*="-bg"]) .headline .obj-title::first-letter, .widget-wrapper.gris:not([class*="-bg"]) .most-read .obj-title::first-letter, .widget-wrapper.gris:not([class*="-bg"]) .note-by-author .obj-title::first-letter {
      background-color: #6d7b8c;
      color: #FFFFFF; }
  .widget-wrapper.gris:not([class*="-bg"]) [class*='note']:not(.highlighted-portrait-note):not(.highlighted-note-overprinted-title) .article-kicker {
    color: #6d7b8c !important; }
  .widget-wrapper.gris:not([class*="-bg"]) [class*='note'] .article-theme {
    background-color: rgba(109, 123, 140, 0.8) !important;
    color: #FFFFFF !important; }
  .widget-wrapper.gris:not([class*="-bg"]) [class*='note'] .info-wrapper .preview:hover,
  .widget-wrapper.gris:not([class*="-bg"]) [class*='note'] .info-wrapper .title:hover,
  .widget-wrapper.gris:not([class*="-bg"]) [class*='note'] .info-wrapper .author:hover,
  .widget-wrapper.gris:not([class*="-bg"]) [class*='note'] .info-wrapper .article-category-grouper:hover,
  .widget-wrapper.gris:not([class*="-bg"]) [class*='note'] .info-wrapper .article-kicker:hover {
    color: #6d7b8c !important; }
  .widget-wrapper.gris:not([class*="-bg"]) [class*='note'] .preview:hover,
  .widget-wrapper.gris:not([class*="-bg"]) [class*='note'] .title:hover,
  .widget-wrapper.gris:not([class*="-bg"]) [class*='note'] .author:hover {
    color: #6d7b8c !important; }
  .widget-wrapper.gris:not([class*="-bg"]) [data-type*="article"] i[class*="play"]:hover {
    color: #6d7b8c !important; }

.widget-wrapper.gris:not([class*="-bg"]) {
  /* Cabezales */
  /* Chapitas en los listados de notas */
  /* Icono de Play si la nota tiene video */ }
  .widget-wrapper.gris:not([class*="-bg"]) .headline .obj-title, .widget-wrapper.gris:not([class*="-bg"]) .most-read .obj-title, .widget-wrapper.gris:not([class*="-bg"]) .note-by-author .obj-title {
    color: #6d7b8c; }
    .widget-wrapper.gris:not([class*="-bg"]) .headline .obj-title::first-letter, .widget-wrapper.gris:not([class*="-bg"]) .most-read .obj-title::first-letter, .widget-wrapper.gris:not([class*="-bg"]) .note-by-author .obj-title::first-letter {
      background-color: #6d7b8c;
      color: #FFFFFF; }
  .widget-wrapper.gris:not([class*="-bg"]) [class*='note']:not(.highlighted-portrait-note):not(.highlighted-note-overprinted-title) .article-kicker {
    color: #6d7b8c !important; }
  .widget-wrapper.gris:not([class*="-bg"]) [class*='note'] .article-theme {
    background-color: rgba(109, 123, 140, 0.8) !important;
    color: #FFFFFF !important; }
  .widget-wrapper.gris:not([class*="-bg"]) [class*='note'] .info-wrapper .preview:hover,
  .widget-wrapper.gris:not([class*="-bg"]) [class*='note'] .info-wrapper .title:hover,
  .widget-wrapper.gris:not([class*="-bg"]) [class*='note'] .info-wrapper .author:hover,
  .widget-wrapper.gris:not([class*="-bg"]) [class*='note'] .info-wrapper .article-category-grouper:hover,
  .widget-wrapper.gris:not([class*="-bg"]) [class*='note'] .info-wrapper .article-kicker:hover {
    color: #6d7b8c !important; }
  .widget-wrapper.gris:not([class*="-bg"]) [class*='note'] .preview:hover,
  .widget-wrapper.gris:not([class*="-bg"]) [class*='note'] .title:hover,
  .widget-wrapper.gris:not([class*="-bg"]) [class*='note'] .author:hover {
    color: #6d7b8c !important; }
  .widget-wrapper.gris:not([class*="-bg"]) [data-type*="article"] i[class*="play"]:hover {
    color: #6d7b8c !important; }

.widget-wrapper.gris:not([class*="-bg"]) {
  /* Cabezales */
  /* Chapitas en los listados de notas */
  /* Icono de Play si la nota tiene video */ }
  .widget-wrapper.gris:not([class*="-bg"]) .headline .obj-title, .widget-wrapper.gris:not([class*="-bg"]) .most-read .obj-title, .widget-wrapper.gris:not([class*="-bg"]) .note-by-author .obj-title {
    color: #6d7b8c; }
    .widget-wrapper.gris:not([class*="-bg"]) .headline .obj-title::first-letter, .widget-wrapper.gris:not([class*="-bg"]) .most-read .obj-title::first-letter, .widget-wrapper.gris:not([class*="-bg"]) .note-by-author .obj-title::first-letter {
      background-color: #6d7b8c;
      color: #FFFFFF; }
  .widget-wrapper.gris:not([class*="-bg"]) [class*='note']:not(.highlighted-portrait-note):not(.highlighted-note-overprinted-title) .article-kicker {
    color: #6d7b8c !important; }
  .widget-wrapper.gris:not([class*="-bg"]) [class*='note'] .article-theme {
    background-color: rgba(109, 123, 140, 0.8) !important;
    color: #FFFFFF !important; }
  .widget-wrapper.gris:not([class*="-bg"]) [class*='note'] .info-wrapper .preview:hover,
  .widget-wrapper.gris:not([class*="-bg"]) [class*='note'] .info-wrapper .title:hover,
  .widget-wrapper.gris:not([class*="-bg"]) [class*='note'] .info-wrapper .author:hover,
  .widget-wrapper.gris:not([class*="-bg"]) [class*='note'] .info-wrapper .article-category-grouper:hover,
  .widget-wrapper.gris:not([class*="-bg"]) [class*='note'] .info-wrapper .article-kicker:hover {
    color: #6d7b8c !important; }
  .widget-wrapper.gris:not([class*="-bg"]) [class*='note'] .preview:hover,
  .widget-wrapper.gris:not([class*="-bg"]) [class*='note'] .title:hover,
  .widget-wrapper.gris:not([class*="-bg"]) [class*='note'] .author:hover {
    color: #6d7b8c !important; }
  .widget-wrapper.gris:not([class*="-bg"]) [data-type*="article"] i[class*="play"]:hover {
    color: #6d7b8c !important; }

.widget-wrapper.gris:not([class*="-bg"]) {
  /* Cabezales */
  /* Chapitas en los listados de notas */
  /* Icono de Play si la nota tiene video */ }
  .widget-wrapper.gris:not([class*="-bg"]) .headline .obj-title, .widget-wrapper.gris:not([class*="-bg"]) .most-read .obj-title, .widget-wrapper.gris:not([class*="-bg"]) .note-by-author .obj-title {
    color: #6d7b8c; }
    .widget-wrapper.gris:not([class*="-bg"]) .headline .obj-title::first-letter, .widget-wrapper.gris:not([class*="-bg"]) .most-read .obj-title::first-letter, .widget-wrapper.gris:not([class*="-bg"]) .note-by-author .obj-title::first-letter {
      background-color: #6d7b8c;
      color: #FFFFFF; }
  .widget-wrapper.gris:not([class*="-bg"]) [class*='note']:not(.highlighted-portrait-note):not(.highlighted-note-overprinted-title) .article-kicker {
    color: #6d7b8c !important; }
  .widget-wrapper.gris:not([class*="-bg"]) [class*='note'] .article-theme {
    background-color: rgba(109, 123, 140, 0.8) !important;
    color: #FFFFFF !important; }
  .widget-wrapper.gris:not([class*="-bg"]) [class*='note'] .info-wrapper .preview:hover,
  .widget-wrapper.gris:not([class*="-bg"]) [class*='note'] .info-wrapper .title:hover,
  .widget-wrapper.gris:not([class*="-bg"]) [class*='note'] .info-wrapper .author:hover,
  .widget-wrapper.gris:not([class*="-bg"]) [class*='note'] .info-wrapper .article-category-grouper:hover,
  .widget-wrapper.gris:not([class*="-bg"]) [class*='note'] .info-wrapper .article-kicker:hover {
    color: #6d7b8c !important; }
  .widget-wrapper.gris:not([class*="-bg"]) [class*='note'] .preview:hover,
  .widget-wrapper.gris:not([class*="-bg"]) [class*='note'] .title:hover,
  .widget-wrapper.gris:not([class*="-bg"]) [class*='note'] .author:hover {
    color: #6d7b8c !important; }
  .widget-wrapper.gris:not([class*="-bg"]) [data-type*="article"] i[class*="play"]:hover {
    color: #6d7b8c !important; }

.widget-wrapper.gris:not([class*="-bg"]) {
  /* Cabezales */
  /* Chapitas en los listados de notas */
  /* Icono de Play si la nota tiene video */ }
  .widget-wrapper.gris:not([class*="-bg"]) .headline .obj-title, .widget-wrapper.gris:not([class*="-bg"]) .most-read .obj-title, .widget-wrapper.gris:not([class*="-bg"]) .note-by-author .obj-title {
    color: #6d7b8c; }
    .widget-wrapper.gris:not([class*="-bg"]) .headline .obj-title::first-letter, .widget-wrapper.gris:not([class*="-bg"]) .most-read .obj-title::first-letter, .widget-wrapper.gris:not([class*="-bg"]) .note-by-author .obj-title::first-letter {
      background-color: #6d7b8c;
      color: #FFFFFF; }
  .widget-wrapper.gris:not([class*="-bg"]) [class*='note']:not(.highlighted-portrait-note):not(.highlighted-note-overprinted-title) .article-kicker {
    color: #6d7b8c !important; }
  .widget-wrapper.gris:not([class*="-bg"]) [class*='note'] .article-theme {
    background-color: rgba(109, 123, 140, 0.8) !important;
    color: #FFFFFF !important; }
  .widget-wrapper.gris:not([class*="-bg"]) [class*='note'] .info-wrapper .preview:hover,
  .widget-wrapper.gris:not([class*="-bg"]) [class*='note'] .info-wrapper .title:hover,
  .widget-wrapper.gris:not([class*="-bg"]) [class*='note'] .info-wrapper .author:hover,
  .widget-wrapper.gris:not([class*="-bg"]) [class*='note'] .info-wrapper .article-category-grouper:hover,
  .widget-wrapper.gris:not([class*="-bg"]) [class*='note'] .info-wrapper .article-kicker:hover {
    color: #6d7b8c !important; }
  .widget-wrapper.gris:not([class*="-bg"]) [class*='note'] .preview:hover,
  .widget-wrapper.gris:not([class*="-bg"]) [class*='note'] .title:hover,
  .widget-wrapper.gris:not([class*="-bg"]) [class*='note'] .author:hover {
    color: #6d7b8c !important; }
  .widget-wrapper.gris:not([class*="-bg"]) [data-type*="article"] i[class*="play"]:hover {
    color: #6d7b8c !important; }

.widget-wrapper.gris:not([class*="-bg"]) {
  /* Cabezales */
  /* Chapitas en los listados de notas */
  /* Icono de Play si la nota tiene video */ }
  .widget-wrapper.gris:not([class*="-bg"]) .headline .obj-title, .widget-wrapper.gris:not([class*="-bg"]) .most-read .obj-title, .widget-wrapper.gris:not([class*="-bg"]) .note-by-author .obj-title {
    color: #6d7b8c; }
    .widget-wrapper.gris:not([class*="-bg"]) .headline .obj-title::first-letter, .widget-wrapper.gris:not([class*="-bg"]) .most-read .obj-title::first-letter, .widget-wrapper.gris:not([class*="-bg"]) .note-by-author .obj-title::first-letter {
      background-color: #6d7b8c;
      color: #FFFFFF; }
  .widget-wrapper.gris:not([class*="-bg"]) [class*='note']:not(.highlighted-portrait-note):not(.highlighted-note-overprinted-title) .article-kicker {
    color: #6d7b8c !important; }
  .widget-wrapper.gris:not([class*="-bg"]) [class*='note'] .article-theme {
    background-color: rgba(109, 123, 140, 0.8) !important;
    color: #FFFFFF !important; }
  .widget-wrapper.gris:not([class*="-bg"]) [class*='note'] .info-wrapper .preview:hover,
  .widget-wrapper.gris:not([class*="-bg"]) [class*='note'] .info-wrapper .title:hover,
  .widget-wrapper.gris:not([class*="-bg"]) [class*='note'] .info-wrapper .author:hover,
  .widget-wrapper.gris:not([class*="-bg"]) [class*='note'] .info-wrapper .article-category-grouper:hover,
  .widget-wrapper.gris:not([class*="-bg"]) [class*='note'] .info-wrapper .article-kicker:hover {
    color: #6d7b8c !important; }
  .widget-wrapper.gris:not([class*="-bg"]) [class*='note'] .preview:hover,
  .widget-wrapper.gris:not([class*="-bg"]) [class*='note'] .title:hover,
  .widget-wrapper.gris:not([class*="-bg"]) [class*='note'] .author:hover {
    color: #6d7b8c !important; }
  .widget-wrapper.gris:not([class*="-bg"]) [data-type*="article"] i[class*="play"]:hover {
    color: #6d7b8c !important; }

.widget-wrapper.gris:not([class*="-bg"]) {
  /* Cabezales */
  /* Chapitas en los listados de notas */
  /* Icono de Play si la nota tiene video */ }
  .widget-wrapper.gris:not([class*="-bg"]) .headline .obj-title, .widget-wrapper.gris:not([class*="-bg"]) .most-read .obj-title, .widget-wrapper.gris:not([class*="-bg"]) .note-by-author .obj-title {
    color: #6d7b8c; }
    .widget-wrapper.gris:not([class*="-bg"]) .headline .obj-title::first-letter, .widget-wrapper.gris:not([class*="-bg"]) .most-read .obj-title::first-letter, .widget-wrapper.gris:not([class*="-bg"]) .note-by-author .obj-title::first-letter {
      background-color: #6d7b8c;
      color: #FFFFFF; }
  .widget-wrapper.gris:not([class*="-bg"]) [class*='note']:not(.highlighted-portrait-note):not(.highlighted-note-overprinted-title) .article-kicker {
    color: #6d7b8c !important; }
  .widget-wrapper.gris:not([class*="-bg"]) [class*='note'] .article-theme {
    background-color: rgba(109, 123, 140, 0.8) !important;
    color: #FFFFFF !important; }
  .widget-wrapper.gris:not([class*="-bg"]) [class*='note'] .info-wrapper .preview:hover,
  .widget-wrapper.gris:not([class*="-bg"]) [class*='note'] .info-wrapper .title:hover,
  .widget-wrapper.gris:not([class*="-bg"]) [class*='note'] .info-wrapper .author:hover,
  .widget-wrapper.gris:not([class*="-bg"]) [class*='note'] .info-wrapper .article-category-grouper:hover,
  .widget-wrapper.gris:not([class*="-bg"]) [class*='note'] .info-wrapper .article-kicker:hover {
    color: #6d7b8c !important; }
  .widget-wrapper.gris:not([class*="-bg"]) [class*='note'] .preview:hover,
  .widget-wrapper.gris:not([class*="-bg"]) [class*='note'] .title:hover,
  .widget-wrapper.gris:not([class*="-bg"]) [class*='note'] .author:hover {
    color: #6d7b8c !important; }
  .widget-wrapper.gris:not([class*="-bg"]) [data-type*="article"] i[class*="play"]:hover {
    color: #6d7b8c !important; }

.widget-wrapper.gris:not([class*="-bg"]) {
  /* Cabezales */
  /* Chapitas en los listados de notas */
  /* Icono de Play si la nota tiene video */ }
  .widget-wrapper.gris:not([class*="-bg"]) .headline .obj-title, .widget-wrapper.gris:not([class*="-bg"]) .most-read .obj-title, .widget-wrapper.gris:not([class*="-bg"]) .note-by-author .obj-title {
    color: #6d7b8c; }
    .widget-wrapper.gris:not([class*="-bg"]) .headline .obj-title::first-letter, .widget-wrapper.gris:not([class*="-bg"]) .most-read .obj-title::first-letter, .widget-wrapper.gris:not([class*="-bg"]) .note-by-author .obj-title::first-letter {
      background-color: #6d7b8c;
      color: #FFFFFF; }
  .widget-wrapper.gris:not([class*="-bg"]) [class*='note']:not(.highlighted-portrait-note):not(.highlighted-note-overprinted-title) .article-kicker {
    color: #6d7b8c !important; }
  .widget-wrapper.gris:not([class*="-bg"]) [class*='note'] .article-theme {
    background-color: rgba(109, 123, 140, 0.8) !important;
    color: #FFFFFF !important; }
  .widget-wrapper.gris:not([class*="-bg"]) [class*='note'] .info-wrapper .preview:hover,
  .widget-wrapper.gris:not([class*="-bg"]) [class*='note'] .info-wrapper .title:hover,
  .widget-wrapper.gris:not([class*="-bg"]) [class*='note'] .info-wrapper .author:hover,
  .widget-wrapper.gris:not([class*="-bg"]) [class*='note'] .info-wrapper .article-category-grouper:hover,
  .widget-wrapper.gris:not([class*="-bg"]) [class*='note'] .info-wrapper .article-kicker:hover {
    color: #6d7b8c !important; }
  .widget-wrapper.gris:not([class*="-bg"]) [class*='note'] .preview:hover,
  .widget-wrapper.gris:not([class*="-bg"]) [class*='note'] .title:hover,
  .widget-wrapper.gris:not([class*="-bg"]) [class*='note'] .author:hover {
    color: #6d7b8c !important; }
  .widget-wrapper.gris:not([class*="-bg"]) [data-type*="article"] i[class*="play"]:hover {
    color: #6d7b8c !important; }

.widget-wrapper.gris:not([class*="-bg"]) {
  /* Cabezales */
  /* Chapitas en los listados de notas */
  /* Icono de Play si la nota tiene video */ }
  .widget-wrapper.gris:not([class*="-bg"]) .headline .obj-title, .widget-wrapper.gris:not([class*="-bg"]) .most-read .obj-title, .widget-wrapper.gris:not([class*="-bg"]) .note-by-author .obj-title {
    color: #6d7b8c; }
    .widget-wrapper.gris:not([class*="-bg"]) .headline .obj-title::first-letter, .widget-wrapper.gris:not([class*="-bg"]) .most-read .obj-title::first-letter, .widget-wrapper.gris:not([class*="-bg"]) .note-by-author .obj-title::first-letter {
      background-color: #6d7b8c;
      color: #FFFFFF; }
  .widget-wrapper.gris:not([class*="-bg"]) [class*='note']:not(.highlighted-portrait-note):not(.highlighted-note-overprinted-title) .article-kicker {
    color: #6d7b8c !important; }
  .widget-wrapper.gris:not([class*="-bg"]) [class*='note'] .article-theme {
    background-color: rgba(109, 123, 140, 0.8) !important;
    color: #FFFFFF !important; }
  .widget-wrapper.gris:not([class*="-bg"]) [class*='note'] .info-wrapper .preview:hover,
  .widget-wrapper.gris:not([class*="-bg"]) [class*='note'] .info-wrapper .title:hover,
  .widget-wrapper.gris:not([class*="-bg"]) [class*='note'] .info-wrapper .author:hover,
  .widget-wrapper.gris:not([class*="-bg"]) [class*='note'] .info-wrapper .article-category-grouper:hover,
  .widget-wrapper.gris:not([class*="-bg"]) [class*='note'] .info-wrapper .article-kicker:hover {
    color: #6d7b8c !important; }
  .widget-wrapper.gris:not([class*="-bg"]) [class*='note'] .preview:hover,
  .widget-wrapper.gris:not([class*="-bg"]) [class*='note'] .title:hover,
  .widget-wrapper.gris:not([class*="-bg"]) [class*='note'] .author:hover {
    color: #6d7b8c !important; }
  .widget-wrapper.gris:not([class*="-bg"]) [data-type*="article"] i[class*="play"]:hover {
    color: #6d7b8c !important; }

.widget-wrapper.gris:not([class*="-bg"]) {
  /* Cabezales */
  /* Chapitas en los listados de notas */
  /* Icono de Play si la nota tiene video */ }
  .widget-wrapper.gris:not([class*="-bg"]) .headline .obj-title, .widget-wrapper.gris:not([class*="-bg"]) .most-read .obj-title, .widget-wrapper.gris:not([class*="-bg"]) .note-by-author .obj-title {
    color: #6d7b8c; }
    .widget-wrapper.gris:not([class*="-bg"]) .headline .obj-title::first-letter, .widget-wrapper.gris:not([class*="-bg"]) .most-read .obj-title::first-letter, .widget-wrapper.gris:not([class*="-bg"]) .note-by-author .obj-title::first-letter {
      background-color: #6d7b8c;
      color: #FFFFFF; }
  .widget-wrapper.gris:not([class*="-bg"]) [class*='note']:not(.highlighted-portrait-note):not(.highlighted-note-overprinted-title) .article-kicker {
    color: #6d7b8c !important; }
  .widget-wrapper.gris:not([class*="-bg"]) [class*='note'] .article-theme {
    background-color: rgba(109, 123, 140, 0.8) !important;
    color: #FFFFFF !important; }
  .widget-wrapper.gris:not([class*="-bg"]) [class*='note'] .info-wrapper .preview:hover,
  .widget-wrapper.gris:not([class*="-bg"]) [class*='note'] .info-wrapper .title:hover,
  .widget-wrapper.gris:not([class*="-bg"]) [class*='note'] .info-wrapper .author:hover,
  .widget-wrapper.gris:not([class*="-bg"]) [class*='note'] .info-wrapper .article-category-grouper:hover,
  .widget-wrapper.gris:not([class*="-bg"]) [class*='note'] .info-wrapper .article-kicker:hover {
    color: #6d7b8c !important; }
  .widget-wrapper.gris:not([class*="-bg"]) [class*='note'] .preview:hover,
  .widget-wrapper.gris:not([class*="-bg"]) [class*='note'] .title:hover,
  .widget-wrapper.gris:not([class*="-bg"]) [class*='note'] .author:hover {
    color: #6d7b8c !important; }
  .widget-wrapper.gris:not([class*="-bg"]) [data-type*="article"] i[class*="play"]:hover {
    color: #6d7b8c !important; }

.widget-wrapper.gris:not([class*="-bg"]) {
  /* Cabezales */
  /* Chapitas en los listados de notas */
  /* Icono de Play si la nota tiene video */ }
  .widget-wrapper.gris:not([class*="-bg"]) .headline .obj-title, .widget-wrapper.gris:not([class*="-bg"]) .most-read .obj-title, .widget-wrapper.gris:not([class*="-bg"]) .note-by-author .obj-title {
    color: #6d7b8c; }
    .widget-wrapper.gris:not([class*="-bg"]) .headline .obj-title::first-letter, .widget-wrapper.gris:not([class*="-bg"]) .most-read .obj-title::first-letter, .widget-wrapper.gris:not([class*="-bg"]) .note-by-author .obj-title::first-letter {
      background-color: #6d7b8c;
      color: #FFFFFF; }
  .widget-wrapper.gris:not([class*="-bg"]) [class*='note']:not(.highlighted-portrait-note):not(.highlighted-note-overprinted-title) .article-kicker {
    color: #6d7b8c !important; }
  .widget-wrapper.gris:not([class*="-bg"]) [class*='note'] .article-theme {
    background-color: rgba(109, 123, 140, 0.8) !important;
    color: #FFFFFF !important; }
  .widget-wrapper.gris:not([class*="-bg"]) [class*='note'] .info-wrapper .preview:hover,
  .widget-wrapper.gris:not([class*="-bg"]) [class*='note'] .info-wrapper .title:hover,
  .widget-wrapper.gris:not([class*="-bg"]) [class*='note'] .info-wrapper .author:hover,
  .widget-wrapper.gris:not([class*="-bg"]) [class*='note'] .info-wrapper .article-category-grouper:hover,
  .widget-wrapper.gris:not([class*="-bg"]) [class*='note'] .info-wrapper .article-kicker:hover {
    color: #6d7b8c !important; }
  .widget-wrapper.gris:not([class*="-bg"]) [class*='note'] .preview:hover,
  .widget-wrapper.gris:not([class*="-bg"]) [class*='note'] .title:hover,
  .widget-wrapper.gris:not([class*="-bg"]) [class*='note'] .author:hover {
    color: #6d7b8c !important; }
  .widget-wrapper.gris:not([class*="-bg"]) [data-type*="article"] i[class*="play"]:hover {
    color: #6d7b8c !important; }

.widget-wrapper.gris:not([class*="-bg"]) {
  /* Cabezales */
  /* Chapitas en los listados de notas */
  /* Icono de Play si la nota tiene video */ }
  .widget-wrapper.gris:not([class*="-bg"]) .headline .obj-title, .widget-wrapper.gris:not([class*="-bg"]) .most-read .obj-title, .widget-wrapper.gris:not([class*="-bg"]) .note-by-author .obj-title {
    color: #6d7b8c; }
    .widget-wrapper.gris:not([class*="-bg"]) .headline .obj-title::first-letter, .widget-wrapper.gris:not([class*="-bg"]) .most-read .obj-title::first-letter, .widget-wrapper.gris:not([class*="-bg"]) .note-by-author .obj-title::first-letter {
      background-color: #6d7b8c;
      color: #FFFFFF; }
  .widget-wrapper.gris:not([class*="-bg"]) [class*='note']:not(.highlighted-portrait-note):not(.highlighted-note-overprinted-title) .article-kicker {
    color: #6d7b8c !important; }
  .widget-wrapper.gris:not([class*="-bg"]) [class*='note'] .article-theme {
    background-color: rgba(109, 123, 140, 0.8) !important;
    color: #FFFFFF !important; }
  .widget-wrapper.gris:not([class*="-bg"]) [class*='note'] .info-wrapper .preview:hover,
  .widget-wrapper.gris:not([class*="-bg"]) [class*='note'] .info-wrapper .title:hover,
  .widget-wrapper.gris:not([class*="-bg"]) [class*='note'] .info-wrapper .author:hover,
  .widget-wrapper.gris:not([class*="-bg"]) [class*='note'] .info-wrapper .article-category-grouper:hover,
  .widget-wrapper.gris:not([class*="-bg"]) [class*='note'] .info-wrapper .article-kicker:hover {
    color: #6d7b8c !important; }
  .widget-wrapper.gris:not([class*="-bg"]) [class*='note'] .preview:hover,
  .widget-wrapper.gris:not([class*="-bg"]) [class*='note'] .title:hover,
  .widget-wrapper.gris:not([class*="-bg"]) [class*='note'] .author:hover {
    color: #6d7b8c !important; }
  .widget-wrapper.gris:not([class*="-bg"]) [data-type*="article"] i[class*="play"]:hover {
    color: #6d7b8c !important; }

.widget-wrapper.gris:not([class*="-bg"]) {
  /* Cabezales */
  /* Chapitas en los listados de notas */
  /* Icono de Play si la nota tiene video */ }
  .widget-wrapper.gris:not([class*="-bg"]) .headline .obj-title, .widget-wrapper.gris:not([class*="-bg"]) .most-read .obj-title, .widget-wrapper.gris:not([class*="-bg"]) .note-by-author .obj-title {
    color: #6d7b8c; }
    .widget-wrapper.gris:not([class*="-bg"]) .headline .obj-title::first-letter, .widget-wrapper.gris:not([class*="-bg"]) .most-read .obj-title::first-letter, .widget-wrapper.gris:not([class*="-bg"]) .note-by-author .obj-title::first-letter {
      background-color: #6d7b8c;
      color: #FFFFFF; }
  .widget-wrapper.gris:not([class*="-bg"]) [class*='note']:not(.highlighted-portrait-note):not(.highlighted-note-overprinted-title) .article-kicker {
    color: #6d7b8c !important; }
  .widget-wrapper.gris:not([class*="-bg"]) [class*='note'] .article-theme {
    background-color: rgba(109, 123, 140, 0.8) !important;
    color: #FFFFFF !important; }
  .widget-wrapper.gris:not([class*="-bg"]) [class*='note'] .info-wrapper .preview:hover,
  .widget-wrapper.gris:not([class*="-bg"]) [class*='note'] .info-wrapper .title:hover,
  .widget-wrapper.gris:not([class*="-bg"]) [class*='note'] .info-wrapper .author:hover,
  .widget-wrapper.gris:not([class*="-bg"]) [class*='note'] .info-wrapper .article-category-grouper:hover,
  .widget-wrapper.gris:not([class*="-bg"]) [class*='note'] .info-wrapper .article-kicker:hover {
    color: #6d7b8c !important; }
  .widget-wrapper.gris:not([class*="-bg"]) [class*='note'] .preview:hover,
  .widget-wrapper.gris:not([class*="-bg"]) [class*='note'] .title:hover,
  .widget-wrapper.gris:not([class*="-bg"]) [class*='note'] .author:hover {
    color: #6d7b8c !important; }
  .widget-wrapper.gris:not([class*="-bg"]) [data-type*="article"] i[class*="play"]:hover {
    color: #6d7b8c !important; }

.widget-wrapper.gris:not([class*="-bg"]) {
  /* Cabezales */
  /* Chapitas en los listados de notas */
  /* Icono de Play si la nota tiene video */ }
  .widget-wrapper.gris:not([class*="-bg"]) .headline .obj-title, .widget-wrapper.gris:not([class*="-bg"]) .most-read .obj-title, .widget-wrapper.gris:not([class*="-bg"]) .note-by-author .obj-title {
    color: #6d7b8c; }
    .widget-wrapper.gris:not([class*="-bg"]) .headline .obj-title::first-letter, .widget-wrapper.gris:not([class*="-bg"]) .most-read .obj-title::first-letter, .widget-wrapper.gris:not([class*="-bg"]) .note-by-author .obj-title::first-letter {
      background-color: #6d7b8c;
      color: #FFFFFF; }
  .widget-wrapper.gris:not([class*="-bg"]) [class*='note']:not(.highlighted-portrait-note):not(.highlighted-note-overprinted-title) .article-kicker {
    color: #6d7b8c !important; }
  .widget-wrapper.gris:not([class*="-bg"]) [class*='note'] .article-theme {
    background-color: rgba(109, 123, 140, 0.8) !important;
    color: #FFFFFF !important; }
  .widget-wrapper.gris:not([class*="-bg"]) [class*='note'] .info-wrapper .preview:hover,
  .widget-wrapper.gris:not([class*="-bg"]) [class*='note'] .info-wrapper .title:hover,
  .widget-wrapper.gris:not([class*="-bg"]) [class*='note'] .info-wrapper .author:hover,
  .widget-wrapper.gris:not([class*="-bg"]) [class*='note'] .info-wrapper .article-category-grouper:hover,
  .widget-wrapper.gris:not([class*="-bg"]) [class*='note'] .info-wrapper .article-kicker:hover {
    color: #6d7b8c !important; }
  .widget-wrapper.gris:not([class*="-bg"]) [class*='note'] .preview:hover,
  .widget-wrapper.gris:not([class*="-bg"]) [class*='note'] .title:hover,
  .widget-wrapper.gris:not([class*="-bg"]) [class*='note'] .author:hover {
    color: #6d7b8c !important; }
  .widget-wrapper.gris:not([class*="-bg"]) [data-type*="article"] i[class*="play"]:hover {
    color: #6d7b8c !important; }

.widget-wrapper.gris:not([class*="-bg"]) {
  /* Cabezales */
  /* Chapitas en los listados de notas */
  /* Icono de Play si la nota tiene video */ }
  .widget-wrapper.gris:not([class*="-bg"]) .headline .obj-title, .widget-wrapper.gris:not([class*="-bg"]) .most-read .obj-title, .widget-wrapper.gris:not([class*="-bg"]) .note-by-author .obj-title {
    color: #6d7b8c; }
    .widget-wrapper.gris:not([class*="-bg"]) .headline .obj-title::first-letter, .widget-wrapper.gris:not([class*="-bg"]) .most-read .obj-title::first-letter, .widget-wrapper.gris:not([class*="-bg"]) .note-by-author .obj-title::first-letter {
      background-color: #6d7b8c;
      color: #FFFFFF; }
  .widget-wrapper.gris:not([class*="-bg"]) [class*='note']:not(.highlighted-portrait-note):not(.highlighted-note-overprinted-title) .article-kicker {
    color: #6d7b8c !important; }
  .widget-wrapper.gris:not([class*="-bg"]) [class*='note'] .article-theme {
    background-color: rgba(109, 123, 140, 0.8) !important;
    color: #FFFFFF !important; }
  .widget-wrapper.gris:not([class*="-bg"]) [class*='note'] .info-wrapper .preview:hover,
  .widget-wrapper.gris:not([class*="-bg"]) [class*='note'] .info-wrapper .title:hover,
  .widget-wrapper.gris:not([class*="-bg"]) [class*='note'] .info-wrapper .author:hover,
  .widget-wrapper.gris:not([class*="-bg"]) [class*='note'] .info-wrapper .article-category-grouper:hover,
  .widget-wrapper.gris:not([class*="-bg"]) [class*='note'] .info-wrapper .article-kicker:hover {
    color: #6d7b8c !important; }
  .widget-wrapper.gris:not([class*="-bg"]) [class*='note'] .preview:hover,
  .widget-wrapper.gris:not([class*="-bg"]) [class*='note'] .title:hover,
  .widget-wrapper.gris:not([class*="-bg"]) [class*='note'] .author:hover {
    color: #6d7b8c !important; }
  .widget-wrapper.gris:not([class*="-bg"]) [data-type*="article"] i[class*="play"]:hover {
    color: #6d7b8c !important; }

.widget-wrapper.gris:not([class*="-bg"]) {
  /* Cabezales */
  /* Chapitas en los listados de notas */
  /* Icono de Play si la nota tiene video */ }
  .widget-wrapper.gris:not([class*="-bg"]) .headline .obj-title, .widget-wrapper.gris:not([class*="-bg"]) .most-read .obj-title, .widget-wrapper.gris:not([class*="-bg"]) .note-by-author .obj-title {
    color: #6d7b8c; }
    .widget-wrapper.gris:not([class*="-bg"]) .headline .obj-title::first-letter, .widget-wrapper.gris:not([class*="-bg"]) .most-read .obj-title::first-letter, .widget-wrapper.gris:not([class*="-bg"]) .note-by-author .obj-title::first-letter {
      background-color: #6d7b8c;
      color: #FFFFFF; }
  .widget-wrapper.gris:not([class*="-bg"]) [class*='note']:not(.highlighted-portrait-note):not(.highlighted-note-overprinted-title) .article-kicker {
    color: #6d7b8c !important; }
  .widget-wrapper.gris:not([class*="-bg"]) [class*='note'] .article-theme {
    background-color: rgba(109, 123, 140, 0.8) !important;
    color: #FFFFFF !important; }
  .widget-wrapper.gris:not([class*="-bg"]) [class*='note'] .info-wrapper .preview:hover,
  .widget-wrapper.gris:not([class*="-bg"]) [class*='note'] .info-wrapper .title:hover,
  .widget-wrapper.gris:not([class*="-bg"]) [class*='note'] .info-wrapper .author:hover,
  .widget-wrapper.gris:not([class*="-bg"]) [class*='note'] .info-wrapper .article-category-grouper:hover,
  .widget-wrapper.gris:not([class*="-bg"]) [class*='note'] .info-wrapper .article-kicker:hover {
    color: #6d7b8c !important; }
  .widget-wrapper.gris:not([class*="-bg"]) [class*='note'] .preview:hover,
  .widget-wrapper.gris:not([class*="-bg"]) [class*='note'] .title:hover,
  .widget-wrapper.gris:not([class*="-bg"]) [class*='note'] .author:hover {
    color: #6d7b8c !important; }
  .widget-wrapper.gris:not([class*="-bg"]) [data-type*="article"] i[class*="play"]:hover {
    color: #6d7b8c !important; }

.widget-wrapper.gris:not([class*="-bg"]) {
  /* Cabezales */
  /* Chapitas en los listados de notas */
  /* Icono de Play si la nota tiene video */ }
  .widget-wrapper.gris:not([class*="-bg"]) .headline .obj-title, .widget-wrapper.gris:not([class*="-bg"]) .most-read .obj-title, .widget-wrapper.gris:not([class*="-bg"]) .note-by-author .obj-title {
    color: #6d7b8c; }
    .widget-wrapper.gris:not([class*="-bg"]) .headline .obj-title::first-letter, .widget-wrapper.gris:not([class*="-bg"]) .most-read .obj-title::first-letter, .widget-wrapper.gris:not([class*="-bg"]) .note-by-author .obj-title::first-letter {
      background-color: #6d7b8c;
      color: #FFFFFF; }
  .widget-wrapper.gris:not([class*="-bg"]) [class*='note']:not(.highlighted-portrait-note):not(.highlighted-note-overprinted-title) .article-kicker {
    color: #6d7b8c !important; }
  .widget-wrapper.gris:not([class*="-bg"]) [class*='note'] .article-theme {
    background-color: rgba(109, 123, 140, 0.8) !important;
    color: #FFFFFF !important; }
  .widget-wrapper.gris:not([class*="-bg"]) [class*='note'] .info-wrapper .preview:hover,
  .widget-wrapper.gris:not([class*="-bg"]) [class*='note'] .info-wrapper .title:hover,
  .widget-wrapper.gris:not([class*="-bg"]) [class*='note'] .info-wrapper .author:hover,
  .widget-wrapper.gris:not([class*="-bg"]) [class*='note'] .info-wrapper .article-category-grouper:hover,
  .widget-wrapper.gris:not([class*="-bg"]) [class*='note'] .info-wrapper .article-kicker:hover {
    color: #6d7b8c !important; }
  .widget-wrapper.gris:not([class*="-bg"]) [class*='note'] .preview:hover,
  .widget-wrapper.gris:not([class*="-bg"]) [class*='note'] .title:hover,
  .widget-wrapper.gris:not([class*="-bg"]) [class*='note'] .author:hover {
    color: #6d7b8c !important; }
  .widget-wrapper.gris:not([class*="-bg"]) [data-type*="article"] i[class*="play"]:hover {
    color: #6d7b8c !important; }

.widget-wrapper.gris:not([class*="-bg"]) {
  /* Cabezales */
  /* Chapitas en los listados de notas */
  /* Icono de Play si la nota tiene video */ }
  .widget-wrapper.gris:not([class*="-bg"]) .headline .obj-title, .widget-wrapper.gris:not([class*="-bg"]) .most-read .obj-title, .widget-wrapper.gris:not([class*="-bg"]) .note-by-author .obj-title {
    color: #6d7b8c; }
    .widget-wrapper.gris:not([class*="-bg"]) .headline .obj-title::first-letter, .widget-wrapper.gris:not([class*="-bg"]) .most-read .obj-title::first-letter, .widget-wrapper.gris:not([class*="-bg"]) .note-by-author .obj-title::first-letter {
      background-color: #6d7b8c;
      color: #FFFFFF; }
  .widget-wrapper.gris:not([class*="-bg"]) [class*='note']:not(.highlighted-portrait-note):not(.highlighted-note-overprinted-title) .article-kicker {
    color: #6d7b8c !important; }
  .widget-wrapper.gris:not([class*="-bg"]) [class*='note'] .article-theme {
    background-color: rgba(109, 123, 140, 0.8) !important;
    color: #FFFFFF !important; }
  .widget-wrapper.gris:not([class*="-bg"]) [class*='note'] .info-wrapper .preview:hover,
  .widget-wrapper.gris:not([class*="-bg"]) [class*='note'] .info-wrapper .title:hover,
  .widget-wrapper.gris:not([class*="-bg"]) [class*='note'] .info-wrapper .author:hover,
  .widget-wrapper.gris:not([class*="-bg"]) [class*='note'] .info-wrapper .article-category-grouper:hover,
  .widget-wrapper.gris:not([class*="-bg"]) [class*='note'] .info-wrapper .article-kicker:hover {
    color: #6d7b8c !important; }
  .widget-wrapper.gris:not([class*="-bg"]) [class*='note'] .preview:hover,
  .widget-wrapper.gris:not([class*="-bg"]) [class*='note'] .title:hover,
  .widget-wrapper.gris:not([class*="-bg"]) [class*='note'] .author:hover {
    color: #6d7b8c !important; }
  .widget-wrapper.gris:not([class*="-bg"]) [data-type*="article"] i[class*="play"]:hover {
    color: #6d7b8c !important; }

.widget-wrapper.gris:not([class*="-bg"]) {
  /* Cabezales */
  /* Chapitas en los listados de notas */
  /* Icono de Play si la nota tiene video */ }
  .widget-wrapper.gris:not([class*="-bg"]) .headline .obj-title, .widget-wrapper.gris:not([class*="-bg"]) .most-read .obj-title, .widget-wrapper.gris:not([class*="-bg"]) .note-by-author .obj-title {
    color: #6d7b8c; }
    .widget-wrapper.gris:not([class*="-bg"]) .headline .obj-title::first-letter, .widget-wrapper.gris:not([class*="-bg"]) .most-read .obj-title::first-letter, .widget-wrapper.gris:not([class*="-bg"]) .note-by-author .obj-title::first-letter {
      background-color: #6d7b8c;
      color: #FFFFFF; }
  .widget-wrapper.gris:not([class*="-bg"]) [class*='note']:not(.highlighted-portrait-note):not(.highlighted-note-overprinted-title) .article-kicker {
    color: #6d7b8c !important; }
  .widget-wrapper.gris:not([class*="-bg"]) [class*='note'] .article-theme {
    background-color: rgba(109, 123, 140, 0.8) !important;
    color: #FFFFFF !important; }
  .widget-wrapper.gris:not([class*="-bg"]) [class*='note'] .info-wrapper .preview:hover,
  .widget-wrapper.gris:not([class*="-bg"]) [class*='note'] .info-wrapper .title:hover,
  .widget-wrapper.gris:not([class*="-bg"]) [class*='note'] .info-wrapper .author:hover,
  .widget-wrapper.gris:not([class*="-bg"]) [class*='note'] .info-wrapper .article-category-grouper:hover,
  .widget-wrapper.gris:not([class*="-bg"]) [class*='note'] .info-wrapper .article-kicker:hover {
    color: #6d7b8c !important; }
  .widget-wrapper.gris:not([class*="-bg"]) [class*='note'] .preview:hover,
  .widget-wrapper.gris:not([class*="-bg"]) [class*='note'] .title:hover,
  .widget-wrapper.gris:not([class*="-bg"]) [class*='note'] .author:hover {
    color: #6d7b8c !important; }
  .widget-wrapper.gris:not([class*="-bg"]) [data-type*="article"] i[class*="play"]:hover {
    color: #6d7b8c !important; }

.widget-wrapper.texto-blanco {
  color: #FFFFFF;
  /* Cabezales */ }
  .widget-wrapper.texto-blanco .headline .obj-title, .widget-wrapper.texto-blanco .most-read .obj-title, .widget-wrapper.texto-blanco .note-by-author .obj-title {
    color: #FFFFFF; }
  .widget-wrapper.texto-blanco .simple-list .simple-note:not(.no-media) .title, .widget-wrapper.texto-blanco .section-aside-single-article .simple-note:not(.no-media) .title {
    color: #FFFFFF; }
  .widget-wrapper.texto-blanco .simple-list-square-image .simple-note-square-image .title {
    color: #FFFFFF; }
  .widget-wrapper.texto-blanco .free-text .body-content {
    color: #FFFFFF; }
  .widget-wrapper.texto-blanco [data-type*="article"] .info-wrapper .article-kicker {
    color: #FFFFFF !important; }

/* Colores en Detalle Sección */
body.gris main.container.note {
  /* Cabezales */
  /* Chapitas en los listados de notas */
  /* Icono de Play si la nota tiene video */
  /* Iconos de Share/Compartir */
  /* Listado Más Leídas */
  /* Paginador Listado Seccion */ }
  body.gris main.container.note .headline .obj-title, body.gris main.container.note .most-read .obj-title, body.gris main.container.note .note-by-author .obj-title {
    color: #6d7b8c; }
    body.gris main.container.note .headline .obj-title::first-letter, body.gris main.container.note .most-read .obj-title::first-letter, body.gris main.container.note .note-by-author .obj-title::first-letter {
      background-color: #6d7b8c;
      color: #FFFFFF; }
  body.gris main.container.note [class*='note'] .article-theme {
    background-color: rgba(109, 123, 140, 0.8) !important;
    color: #FFFFFF !important; }
  body.gris main.container.note [class*='note'] .info-wrapper .preview:hover,
  body.gris main.container.note [class*='note'] .info-wrapper .title:hover,
  body.gris main.container.note [class*='note'] .info-wrapper .author:hover {
    color: #6d7b8c !important; }
  body.gris main.container.note [class*='note'] .preview:hover,
  body.gris main.container.note [class*='note'] .title:hover,
  body.gris main.container.note [class*='note'] .author:hover {
    color: #6d7b8c !important; }
  body.gris main.container.note [data-type*="article"] i[class*="play"]:hover {
    color: #6d7b8c !important; }
  body.gris main.container.note .socials-share li {
    background-color: #6d7b8c; }
  body.gris main.container.note .ranking-list {
    background-color: #6d7b8c; }
    body.gris main.container.note .ranking-list .article .number {
      background-color: #626e7e; }
    body.gris main.container.note .ranking-list .article .number,
    body.gris main.container.note .ranking-list .article .title,
    body.gris main.container.note .ranking-list .article .author {
      color: #FFFFFF; }
    body.gris main.container.note .ranking-list .obj-title {
      color: #FFFFFF; }
  body.gris main.container.note .list-articles .articles-pagination [class*="button"] {
    background-color: #6d7b8c;
    color: #FFFFFF; }
    body.gris main.container.note .list-articles .articles-pagination [class*="button"]:hover {
      background-color: #C82828; }

/* Colores en las chapitas */
.article-theme.naranja {
  color: #e37b57 !important; }

.article-kicker.naranja {
  color: #e37b57 !important; }

.article-category-grouper.naranja:hover {
  color: #e37b57 !important; }

/* Cabezales */
.headline.naranja .obj-title, .naranja.most-read .obj-title, .naranja.note-by-author .obj-title {
  color: #e37b57; }
  .headline.naranja .obj-title::first-letter, .naranja.most-read .obj-title::first-letter, .naranja.note-by-author .obj-title::first-letter {
    background-color: #e37b57;
    color: #FFFFFF; }

/* Widges con colores de fondo */
.naranja-bg {
  background-color: #e37b57; }
  .naranja-bg.widget-wrapper {
    padding-top: 25px;
    margin-bottom: 25px; }
  .naranja-bg .highlighted-note-square-image .preview,
  .naranja-bg .highlighted-note-square-image .title,
  .naranja-bg .highlighted-note-square-image .author,
  .naranja-bg .highlighted-note-square-image .article-category-grouper,
  .naranja-bg .highlighted-note-square-image .article-kicker,
  .naranja-bg .simple-note .preview,
  .naranja-bg .simple-note .title,
  .naranja-bg .simple-note .author,
  .naranja-bg .simple-note .article-category-grouper,
  .naranja-bg .simple-note .article-kicker,
  .naranja-bg .simple-note-square-image .preview,
  .naranja-bg .simple-note-square-image .title,
  .naranja-bg .simple-note-square-image .author,
  .naranja-bg .simple-note-square-image .article-category-grouper,
  .naranja-bg .simple-note-square-image .article-kicker {
    color: #FFFFFF !important; }
  .naranja-bg .headline, .naranja-bg .most-read, .naranja-bg .note-by-author {
    margin-top: 0;
    padding-top: 8px; }
    .naranja-bg .headline .obj-title, .naranja-bg .most-read .obj-title, .naranja-bg .note-by-author .obj-title {
      color: #FFFFFF !important; }
      .naranja-bg .headline .obj-title::first-letter, .naranja-bg .most-read .obj-title::first-letter, .naranja-bg .note-by-author .obj-title::first-letter {
        background-color: #FFFFFF;
        color: #e37b57 !important; }
  .naranja-bg.celeste-vivo {
    /* Chapitas en los listados de notas */
    /* Icono de Play si la nota tiene video */ }
    .naranja-bg.celeste-vivo [class*='note'] .article-theme {
      background-color: rgba(68, 201, 246, 0.8) !important;
      color: #FFFFFF !important; }
    .naranja-bg.celeste-vivo [data-type*="article"] i[class*="play"]:hover {
      color: #44c9f6 !important; }
  .naranja-bg.copa-america {
    /* Chapitas en los listados de notas */
    /* Icono de Play si la nota tiene video */ }
    .naranja-bg.copa-america [class*='note'] .article-theme {
      background-color: rgba(32, 138, 200, 0.8) !important;
      color: #FFFFFF !important; }
    .naranja-bg.copa-america [data-type*="article"] i[class*="play"]:hover {
      color: #208ac8 !important; }
  .naranja-bg.fucsia {
    /* Chapitas en los listados de notas */
    /* Icono de Play si la nota tiene video */ }
    .naranja-bg.fucsia [class*='note'] .article-theme {
      background-color: rgba(182, 11, 124, 0.8) !important;
      color: #FFFFFF !important; }
    .naranja-bg.fucsia [data-type*="article"] i[class*="play"]:hover {
      color: #b60b7c !important; }
  .naranja-bg.gris {
    /* Chapitas en los listados de notas */
    /* Icono de Play si la nota tiene video */ }
    .naranja-bg.gris [class*='note'] .article-theme {
      background-color: rgba(109, 123, 140, 0.8) !important;
      color: #FFFFFF !important; }
    .naranja-bg.gris [data-type*="article"] i[class*="play"]:hover {
      color: #6d7b8c !important; }
  .naranja-bg.naranja {
    /* Chapitas en los listados de notas */
    /* Icono de Play si la nota tiene video */ }
    .naranja-bg.naranja [class*='note'] .article-theme {
      background-color: rgba(227, 123, 87, 0.8) !important;
      color: #FFFFFF !important; }
    .naranja-bg.naranja [data-type*="article"] i[class*="play"]:hover {
      color: #e37b57 !important; }
  .naranja-bg.naranja_fuerte {
    /* Chapitas en los listados de notas */
    /* Icono de Play si la nota tiene video */ }
    .naranja-bg.naranja_fuerte [class*='note'] .article-theme {
      background-color: rgba(217, 56, 0, 0.8) !important;
      color: #FFFFFF !important; }
    .naranja-bg.naranja_fuerte [data-type*="article"] i[class*="play"]:hover {
      color: #D93800 !important; }
  .naranja-bg.rating-cero {
    /* Chapitas en los listados de notas */
    /* Icono de Play si la nota tiene video */ }
    .naranja-bg.rating-cero [class*='note'] .article-theme {
      background-color: rgba(218, 44, 41, 0.8) !important;
      color: #FFFFFF !important; }
    .naranja-bg.rating-cero [data-type*="article"] i[class*="play"]:hover {
      color: #da2c29 !important; }
  .naranja-bg.texto-blanco .article-shouts .info-wrapper .preview,
  .naranja-bg.texto-blanco .article-shouts .info-wrapper .title,
  .naranja-bg.texto-blanco .article-shouts .info-wrapper .author,
  .naranja-bg.texto-blanco .article-shouts .info-wrapper .article-kicker,
  .naranja-bg.texto-blanco .highlighted-note-square-image .info-wrapper .preview,
  .naranja-bg.texto-blanco .highlighted-note-square-image .info-wrapper .title,
  .naranja-bg.texto-blanco .highlighted-note-square-image .info-wrapper .author,
  .naranja-bg.texto-blanco .highlighted-note-square-image .info-wrapper .article-kicker,
  .naranja-bg.texto-blanco .simple-list .info-wrapper .preview,
  .naranja-bg.texto-blanco .section-aside-single-article .info-wrapper .preview,
  .naranja-bg.texto-blanco .simple-list .info-wrapper .title,
  .naranja-bg.texto-blanco .section-aside-single-article .info-wrapper .title,
  .naranja-bg.texto-blanco .simple-list .info-wrapper .author,
  .naranja-bg.texto-blanco .section-aside-single-article .info-wrapper .author,
  .naranja-bg.texto-blanco .simple-list .info-wrapper .article-kicker,
  .naranja-bg.texto-blanco .section-aside-single-article .info-wrapper .article-kicker,
  .naranja-bg.texto-blanco .simple-list-square-image .info-wrapper .preview,
  .naranja-bg.texto-blanco .simple-list-square-image .info-wrapper .title,
  .naranja-bg.texto-blanco .simple-list-square-image .info-wrapper .author,
  .naranja-bg.texto-blanco .simple-list-square-image .info-wrapper .article-kicker {
    color: #FFFFFF !important; }
    .naranja-bg.texto-blanco .article-shouts .info-wrapper .preview:hover,
    .naranja-bg.texto-blanco .article-shouts .info-wrapper .title:hover,
    .naranja-bg.texto-blanco .article-shouts .info-wrapper .author:hover,
    .naranja-bg.texto-blanco .article-shouts .info-wrapper .article-kicker:hover,
    .naranja-bg.texto-blanco .highlighted-note-square-image .info-wrapper .preview:hover,
    .naranja-bg.texto-blanco .highlighted-note-square-image .info-wrapper .title:hover,
    .naranja-bg.texto-blanco .highlighted-note-square-image .info-wrapper .author:hover,
    .naranja-bg.texto-blanco .highlighted-note-square-image .info-wrapper .article-kicker:hover,
    .naranja-bg.texto-blanco .simple-list .info-wrapper .preview:hover,
    .naranja-bg.texto-blanco .section-aside-single-article .info-wrapper .preview:hover,
    .naranja-bg.texto-blanco .simple-list .info-wrapper .title:hover,
    .naranja-bg.texto-blanco .section-aside-single-article .info-wrapper .title:hover,
    .naranja-bg.texto-blanco .simple-list .info-wrapper .author:hover,
    .naranja-bg.texto-blanco .section-aside-single-article .info-wrapper .author:hover,
    .naranja-bg.texto-blanco .simple-list .info-wrapper .article-kicker:hover,
    .naranja-bg.texto-blanco .section-aside-single-article .info-wrapper .article-kicker:hover,
    .naranja-bg.texto-blanco .simple-list-square-image .info-wrapper .preview:hover,
    .naranja-bg.texto-blanco .simple-list-square-image .info-wrapper .title:hover,
    .naranja-bg.texto-blanco .simple-list-square-image .info-wrapper .author:hover,
    .naranja-bg.texto-blanco .simple-list-square-image .info-wrapper .article-kicker:hover {
      color: #FFFFFF !important; }
  .naranja-bg.texto-blanco .article-shouts .preview,
  .naranja-bg.texto-blanco .article-shouts .title,
  .naranja-bg.texto-blanco .article-shouts .author,
  .naranja-bg.texto-blanco .highlighted-note-square-image .preview,
  .naranja-bg.texto-blanco .highlighted-note-square-image .title,
  .naranja-bg.texto-blanco .highlighted-note-square-image .author,
  .naranja-bg.texto-blanco .simple-list .preview,
  .naranja-bg.texto-blanco .section-aside-single-article .preview,
  .naranja-bg.texto-blanco .simple-list .title,
  .naranja-bg.texto-blanco .section-aside-single-article .title,
  .naranja-bg.texto-blanco .simple-list .author,
  .naranja-bg.texto-blanco .section-aside-single-article .author,
  .naranja-bg.texto-blanco .simple-list-square-image .preview,
  .naranja-bg.texto-blanco .simple-list-square-image .title,
  .naranja-bg.texto-blanco .simple-list-square-image .author {
    color: #FFFFFF !important; }
    .naranja-bg.texto-blanco .article-shouts .preview:hover,
    .naranja-bg.texto-blanco .article-shouts .title:hover,
    .naranja-bg.texto-blanco .article-shouts .author:hover,
    .naranja-bg.texto-blanco .highlighted-note-square-image .preview:hover,
    .naranja-bg.texto-blanco .highlighted-note-square-image .title:hover,
    .naranja-bg.texto-blanco .highlighted-note-square-image .author:hover,
    .naranja-bg.texto-blanco .simple-list .preview:hover,
    .naranja-bg.texto-blanco .section-aside-single-article .preview:hover,
    .naranja-bg.texto-blanco .simple-list .title:hover,
    .naranja-bg.texto-blanco .section-aside-single-article .title:hover,
    .naranja-bg.texto-blanco .simple-list .author:hover,
    .naranja-bg.texto-blanco .section-aside-single-article .author:hover,
    .naranja-bg.texto-blanco .simple-list-square-image .preview:hover,
    .naranja-bg.texto-blanco .simple-list-square-image .title:hover,
    .naranja-bg.texto-blanco .simple-list-square-image .author:hover {
      color: #FFFFFF !important; }
  .naranja-bg.texto-blanco [class*='note'] .article-theme {
    color: #FFFFFF !important; }
  .naranja-bg.texto-blanco .headline, .naranja-bg.texto-blanco .most-read, .naranja-bg.texto-blanco .note-by-author {
    margin-top: 0;
    padding-top: 8px; }
    .naranja-bg.texto-blanco .headline .obj-title, .naranja-bg.texto-blanco .most-read .obj-title, .naranja-bg.texto-blanco .note-by-author .obj-title {
      color: #FFFFFF !important; }
      .naranja-bg.texto-blanco .headline .obj-title::first-letter, .naranja-bg.texto-blanco .most-read .obj-title::first-letter, .naranja-bg.texto-blanco .note-by-author .obj-title::first-letter {
        background-color: #FFFFFF;
        color: #e37b57 !important; }
  .naranja-bg.tipo-blanca {
    /* Chapitas en los listados de notas */
    /* Icono de Play si la nota tiene video */ }
    .naranja-bg.tipo-blanca [class*='note'] .article-theme {
      background-color: rgba(0, 0, 0, 0) !important;
      color: #FFFFFF !important; }
    .naranja-bg.tipo-blanca [data-type*="article"] i[class*="play"]:hover {
      color: transparent !important; }
  .naranja-bg.verde-doc {
    /* Chapitas en los listados de notas */
    /* Icono de Play si la nota tiene video */ }
    .naranja-bg.verde-doc [class*='note'] .article-theme {
      background-color: rgba(0, 153, 153, 0.8) !important;
      color: #FFFFFF !important; }
    .naranja-bg.verde-doc [data-type*="article"] i[class*="play"]:hover {
      color: #099 !important; }
  .naranja-bg.verde_oscuro {
    /* Chapitas en los listados de notas */
    /* Icono de Play si la nota tiene video */ }
    .naranja-bg.verde_oscuro [class*='note'] .article-theme {
      background-color: rgba(74, 122, 80, 0.8) !important;
      color: #FFFFFF !important; }
    .naranja-bg.verde_oscuro [data-type*="article"] i[class*="play"]:hover {
      color: #4a7a50 !important; }
  .naranja-bg.violeta {
    /* Chapitas en los listados de notas */
    /* Icono de Play si la nota tiene video */ }
    .naranja-bg.violeta [class*='note'] .article-theme {
      background-color: rgba(86, 0, 141, 0.8) !important;
      color: #FFFFFF !important; }
    .naranja-bg.violeta [data-type*="article"] i[class*="play"]:hover {
      color: #56008D !important; }
  .naranja-bg.beige {
    /* Chapitas en los listados de notas */
    /* Icono de Play si la nota tiene video */ }
    .naranja-bg.beige [class*='note'] .article-theme {
      background-color: rgba(247, 239, 228, 0.8) !important;
      color: #000000 !important; }
    .naranja-bg.beige [data-type*="article"] i[class*="play"]:hover {
      color: #f7efe4 !important; }
  .naranja-bg.bordo {
    /* Chapitas en los listados de notas */
    /* Icono de Play si la nota tiene video */ }
    .naranja-bg.bordo [class*='note'] .article-theme {
      background-color: rgba(64, 37, 34, 0.8) !important;
      color: #FFFFFF !important; }
    .naranja-bg.bordo [data-type*="article"] i[class*="play"]:hover {
      color: #402522 !important; }
  .naranja-bg.verde-limon {
    /* Chapitas en los listados de notas */
    /* Icono de Play si la nota tiene video */ }
    .naranja-bg.verde-limon [class*='note'] .article-theme {
      background-color: rgba(239, 255, 211, 0.8) !important;
      color: #000000 !important; }
    .naranja-bg.verde-limon [data-type*="article"] i[class*="play"]:hover {
      color: #efffd3 !important; }
  .naranja-bg.rojo {
    /* Chapitas en los listados de notas */
    /* Icono de Play si la nota tiene video */ }
    .naranja-bg.rojo [class*='note'] .article-theme {
      background-color: rgba(216, 84, 84, 0.8) !important;
      color: #FFFFFF !important; }
    .naranja-bg.rojo [data-type*="article"] i[class*="play"]:hover {
      color: #d85454 !important; }
  .naranja-bg.celeste {
    /* Chapitas en los listados de notas */
    /* Icono de Play si la nota tiene video */ }
    .naranja-bg.celeste [class*='note'] .article-theme {
      background-color: rgba(81, 163, 255, 0.8) !important;
      color: #FFFFFF !important; }
    .naranja-bg.celeste [data-type*="article"] i[class*="play"]:hover {
      color: #51a3ff !important; }
  .naranja-bg.amarillo {
    /* Chapitas en los listados de notas */
    /* Icono de Play si la nota tiene video */ }
    .naranja-bg.amarillo [class*='note'] .article-theme {
      background-color: rgba(212, 202, 86, 0.8) !important;
      color: #000000 !important; }
    .naranja-bg.amarillo [data-type*="article"] i[class*="play"]:hover {
      color: #d4ca56 !important; }
  .naranja-bg.magent {
    /* Chapitas en los listados de notas */
    /* Icono de Play si la nota tiene video */ }
    .naranja-bg.magent [class*='note'] .article-theme {
      background-color: rgba(204, 98, 200, 0.8) !important;
      color: #FFFFFF !important; }
    .naranja-bg.magent [data-type*="article"] i[class*="play"]:hover {
      color: #cc62c8 !important; }
  .naranja-bg.azul {
    /* Chapitas en los listados de notas */
    /* Icono de Play si la nota tiene video */ }
    .naranja-bg.azul [class*='note'] .article-theme {
      background-color: rgba(96, 129, 166, 0.8) !important;
      color: #FFFFFF !important; }
    .naranja-bg.azul [data-type*="article"] i[class*="play"]:hover {
      color: #6081a6 !important; }
  .naranja-bg.verde {
    /* Chapitas en los listados de notas */
    /* Icono de Play si la nota tiene video */ }
    .naranja-bg.verde [class*='note'] .article-theme {
      background-color: rgba(93, 200, 102, 0.8) !important;
      color: #FFFFFF !important; }
    .naranja-bg.verde [data-type*="article"] i[class*="play"]:hover {
      color: #5dc866 !important; }
  .naranja-bg.cyan {
    /* Chapitas en los listados de notas */
    /* Icono de Play si la nota tiene video */ }
    .naranja-bg.cyan [class*='note'] .article-theme {
      background-color: rgba(0, 188, 212, 0.8) !important;
      color: #000000 !important; }
    .naranja-bg.cyan [data-type*="article"] i[class*="play"]:hover {
      color: #00BCD4 !important; }
  .naranja-bg.negro {
    /* Chapitas en los listados de notas */
    /* Icono de Play si la nota tiene video */ }
    .naranja-bg.negro [class*='note'] .article-theme {
      background-color: rgba(29, 29, 32, 0.8) !important;
      color: #FFFFFF !important; }
    .naranja-bg.negro [data-type*="article"] i[class*="play"]:hover {
      color: #1d1d20 !important; }

/* Widgets con color relacionado */
.widget-wrapper.naranja:not([class*="-bg"]) {
  /* Cabezales */
  /* Chapitas en los listados de notas */
  /* Icono de Play si la nota tiene video */ }
  .widget-wrapper.naranja:not([class*="-bg"]) .headline .obj-title, .widget-wrapper.naranja:not([class*="-bg"]) .most-read .obj-title, .widget-wrapper.naranja:not([class*="-bg"]) .note-by-author .obj-title {
    color: #e37b57; }
    .widget-wrapper.naranja:not([class*="-bg"]) .headline .obj-title::first-letter, .widget-wrapper.naranja:not([class*="-bg"]) .most-read .obj-title::first-letter, .widget-wrapper.naranja:not([class*="-bg"]) .note-by-author .obj-title::first-letter {
      background-color: #e37b57;
      color: #FFFFFF; }
  .widget-wrapper.naranja:not([class*="-bg"]) [class*='note']:not(.highlighted-portrait-note):not(.highlighted-note-overprinted-title) .article-kicker {
    color: #e37b57 !important; }
  .widget-wrapper.naranja:not([class*="-bg"]) [class*='note'] .article-theme {
    background-color: rgba(227, 123, 87, 0.8) !important;
    color: #FFFFFF !important; }
  .widget-wrapper.naranja:not([class*="-bg"]) [class*='note'] .info-wrapper .preview:hover,
  .widget-wrapper.naranja:not([class*="-bg"]) [class*='note'] .info-wrapper .title:hover,
  .widget-wrapper.naranja:not([class*="-bg"]) [class*='note'] .info-wrapper .author:hover,
  .widget-wrapper.naranja:not([class*="-bg"]) [class*='note'] .info-wrapper .article-category-grouper:hover,
  .widget-wrapper.naranja:not([class*="-bg"]) [class*='note'] .info-wrapper .article-kicker:hover {
    color: #e37b57 !important; }
  .widget-wrapper.naranja:not([class*="-bg"]) [class*='note'] .preview:hover,
  .widget-wrapper.naranja:not([class*="-bg"]) [class*='note'] .title:hover,
  .widget-wrapper.naranja:not([class*="-bg"]) [class*='note'] .author:hover {
    color: #e37b57 !important; }
  .widget-wrapper.naranja:not([class*="-bg"]) [data-type*="article"] i[class*="play"]:hover {
    color: #e37b57 !important; }

.widget-wrapper.naranja:not([class*="-bg"]) {
  /* Cabezales */
  /* Chapitas en los listados de notas */
  /* Icono de Play si la nota tiene video */ }
  .widget-wrapper.naranja:not([class*="-bg"]) .headline .obj-title, .widget-wrapper.naranja:not([class*="-bg"]) .most-read .obj-title, .widget-wrapper.naranja:not([class*="-bg"]) .note-by-author .obj-title {
    color: #e37b57; }
    .widget-wrapper.naranja:not([class*="-bg"]) .headline .obj-title::first-letter, .widget-wrapper.naranja:not([class*="-bg"]) .most-read .obj-title::first-letter, .widget-wrapper.naranja:not([class*="-bg"]) .note-by-author .obj-title::first-letter {
      background-color: #e37b57;
      color: #FFFFFF; }
  .widget-wrapper.naranja:not([class*="-bg"]) [class*='note']:not(.highlighted-portrait-note):not(.highlighted-note-overprinted-title) .article-kicker {
    color: #e37b57 !important; }
  .widget-wrapper.naranja:not([class*="-bg"]) [class*='note'] .article-theme {
    background-color: rgba(227, 123, 87, 0.8) !important;
    color: #FFFFFF !important; }
  .widget-wrapper.naranja:not([class*="-bg"]) [class*='note'] .info-wrapper .preview:hover,
  .widget-wrapper.naranja:not([class*="-bg"]) [class*='note'] .info-wrapper .title:hover,
  .widget-wrapper.naranja:not([class*="-bg"]) [class*='note'] .info-wrapper .author:hover,
  .widget-wrapper.naranja:not([class*="-bg"]) [class*='note'] .info-wrapper .article-category-grouper:hover,
  .widget-wrapper.naranja:not([class*="-bg"]) [class*='note'] .info-wrapper .article-kicker:hover {
    color: #e37b57 !important; }
  .widget-wrapper.naranja:not([class*="-bg"]) [class*='note'] .preview:hover,
  .widget-wrapper.naranja:not([class*="-bg"]) [class*='note'] .title:hover,
  .widget-wrapper.naranja:not([class*="-bg"]) [class*='note'] .author:hover {
    color: #e37b57 !important; }
  .widget-wrapper.naranja:not([class*="-bg"]) [data-type*="article"] i[class*="play"]:hover {
    color: #e37b57 !important; }

.widget-wrapper.naranja:not([class*="-bg"]) {
  /* Cabezales */
  /* Chapitas en los listados de notas */
  /* Icono de Play si la nota tiene video */ }
  .widget-wrapper.naranja:not([class*="-bg"]) .headline .obj-title, .widget-wrapper.naranja:not([class*="-bg"]) .most-read .obj-title, .widget-wrapper.naranja:not([class*="-bg"]) .note-by-author .obj-title {
    color: #e37b57; }
    .widget-wrapper.naranja:not([class*="-bg"]) .headline .obj-title::first-letter, .widget-wrapper.naranja:not([class*="-bg"]) .most-read .obj-title::first-letter, .widget-wrapper.naranja:not([class*="-bg"]) .note-by-author .obj-title::first-letter {
      background-color: #e37b57;
      color: #FFFFFF; }
  .widget-wrapper.naranja:not([class*="-bg"]) [class*='note']:not(.highlighted-portrait-note):not(.highlighted-note-overprinted-title) .article-kicker {
    color: #e37b57 !important; }
  .widget-wrapper.naranja:not([class*="-bg"]) [class*='note'] .article-theme {
    background-color: rgba(227, 123, 87, 0.8) !important;
    color: #FFFFFF !important; }
  .widget-wrapper.naranja:not([class*="-bg"]) [class*='note'] .info-wrapper .preview:hover,
  .widget-wrapper.naranja:not([class*="-bg"]) [class*='note'] .info-wrapper .title:hover,
  .widget-wrapper.naranja:not([class*="-bg"]) [class*='note'] .info-wrapper .author:hover,
  .widget-wrapper.naranja:not([class*="-bg"]) [class*='note'] .info-wrapper .article-category-grouper:hover,
  .widget-wrapper.naranja:not([class*="-bg"]) [class*='note'] .info-wrapper .article-kicker:hover {
    color: #e37b57 !important; }
  .widget-wrapper.naranja:not([class*="-bg"]) [class*='note'] .preview:hover,
  .widget-wrapper.naranja:not([class*="-bg"]) [class*='note'] .title:hover,
  .widget-wrapper.naranja:not([class*="-bg"]) [class*='note'] .author:hover {
    color: #e37b57 !important; }
  .widget-wrapper.naranja:not([class*="-bg"]) [data-type*="article"] i[class*="play"]:hover {
    color: #e37b57 !important; }

.widget-wrapper.naranja:not([class*="-bg"]) {
  /* Cabezales */
  /* Chapitas en los listados de notas */
  /* Icono de Play si la nota tiene video */ }
  .widget-wrapper.naranja:not([class*="-bg"]) .headline .obj-title, .widget-wrapper.naranja:not([class*="-bg"]) .most-read .obj-title, .widget-wrapper.naranja:not([class*="-bg"]) .note-by-author .obj-title {
    color: #e37b57; }
    .widget-wrapper.naranja:not([class*="-bg"]) .headline .obj-title::first-letter, .widget-wrapper.naranja:not([class*="-bg"]) .most-read .obj-title::first-letter, .widget-wrapper.naranja:not([class*="-bg"]) .note-by-author .obj-title::first-letter {
      background-color: #e37b57;
      color: #FFFFFF; }
  .widget-wrapper.naranja:not([class*="-bg"]) [class*='note']:not(.highlighted-portrait-note):not(.highlighted-note-overprinted-title) .article-kicker {
    color: #e37b57 !important; }
  .widget-wrapper.naranja:not([class*="-bg"]) [class*='note'] .article-theme {
    background-color: rgba(227, 123, 87, 0.8) !important;
    color: #FFFFFF !important; }
  .widget-wrapper.naranja:not([class*="-bg"]) [class*='note'] .info-wrapper .preview:hover,
  .widget-wrapper.naranja:not([class*="-bg"]) [class*='note'] .info-wrapper .title:hover,
  .widget-wrapper.naranja:not([class*="-bg"]) [class*='note'] .info-wrapper .author:hover,
  .widget-wrapper.naranja:not([class*="-bg"]) [class*='note'] .info-wrapper .article-category-grouper:hover,
  .widget-wrapper.naranja:not([class*="-bg"]) [class*='note'] .info-wrapper .article-kicker:hover {
    color: #e37b57 !important; }
  .widget-wrapper.naranja:not([class*="-bg"]) [class*='note'] .preview:hover,
  .widget-wrapper.naranja:not([class*="-bg"]) [class*='note'] .title:hover,
  .widget-wrapper.naranja:not([class*="-bg"]) [class*='note'] .author:hover {
    color: #e37b57 !important; }
  .widget-wrapper.naranja:not([class*="-bg"]) [data-type*="article"] i[class*="play"]:hover {
    color: #e37b57 !important; }

.widget-wrapper.naranja:not([class*="-bg"]) {
  /* Cabezales */
  /* Chapitas en los listados de notas */
  /* Icono de Play si la nota tiene video */ }
  .widget-wrapper.naranja:not([class*="-bg"]) .headline .obj-title, .widget-wrapper.naranja:not([class*="-bg"]) .most-read .obj-title, .widget-wrapper.naranja:not([class*="-bg"]) .note-by-author .obj-title {
    color: #e37b57; }
    .widget-wrapper.naranja:not([class*="-bg"]) .headline .obj-title::first-letter, .widget-wrapper.naranja:not([class*="-bg"]) .most-read .obj-title::first-letter, .widget-wrapper.naranja:not([class*="-bg"]) .note-by-author .obj-title::first-letter {
      background-color: #e37b57;
      color: #FFFFFF; }
  .widget-wrapper.naranja:not([class*="-bg"]) [class*='note']:not(.highlighted-portrait-note):not(.highlighted-note-overprinted-title) .article-kicker {
    color: #e37b57 !important; }
  .widget-wrapper.naranja:not([class*="-bg"]) [class*='note'] .article-theme {
    background-color: rgba(227, 123, 87, 0.8) !important;
    color: #FFFFFF !important; }
  .widget-wrapper.naranja:not([class*="-bg"]) [class*='note'] .info-wrapper .preview:hover,
  .widget-wrapper.naranja:not([class*="-bg"]) [class*='note'] .info-wrapper .title:hover,
  .widget-wrapper.naranja:not([class*="-bg"]) [class*='note'] .info-wrapper .author:hover,
  .widget-wrapper.naranja:not([class*="-bg"]) [class*='note'] .info-wrapper .article-category-grouper:hover,
  .widget-wrapper.naranja:not([class*="-bg"]) [class*='note'] .info-wrapper .article-kicker:hover {
    color: #e37b57 !important; }
  .widget-wrapper.naranja:not([class*="-bg"]) [class*='note'] .preview:hover,
  .widget-wrapper.naranja:not([class*="-bg"]) [class*='note'] .title:hover,
  .widget-wrapper.naranja:not([class*="-bg"]) [class*='note'] .author:hover {
    color: #e37b57 !important; }
  .widget-wrapper.naranja:not([class*="-bg"]) [data-type*="article"] i[class*="play"]:hover {
    color: #e37b57 !important; }

.widget-wrapper.naranja:not([class*="-bg"]) {
  /* Cabezales */
  /* Chapitas en los listados de notas */
  /* Icono de Play si la nota tiene video */ }
  .widget-wrapper.naranja:not([class*="-bg"]) .headline .obj-title, .widget-wrapper.naranja:not([class*="-bg"]) .most-read .obj-title, .widget-wrapper.naranja:not([class*="-bg"]) .note-by-author .obj-title {
    color: #e37b57; }
    .widget-wrapper.naranja:not([class*="-bg"]) .headline .obj-title::first-letter, .widget-wrapper.naranja:not([class*="-bg"]) .most-read .obj-title::first-letter, .widget-wrapper.naranja:not([class*="-bg"]) .note-by-author .obj-title::first-letter {
      background-color: #e37b57;
      color: #FFFFFF; }
  .widget-wrapper.naranja:not([class*="-bg"]) [class*='note']:not(.highlighted-portrait-note):not(.highlighted-note-overprinted-title) .article-kicker {
    color: #e37b57 !important; }
  .widget-wrapper.naranja:not([class*="-bg"]) [class*='note'] .article-theme {
    background-color: rgba(227, 123, 87, 0.8) !important;
    color: #FFFFFF !important; }
  .widget-wrapper.naranja:not([class*="-bg"]) [class*='note'] .info-wrapper .preview:hover,
  .widget-wrapper.naranja:not([class*="-bg"]) [class*='note'] .info-wrapper .title:hover,
  .widget-wrapper.naranja:not([class*="-bg"]) [class*='note'] .info-wrapper .author:hover,
  .widget-wrapper.naranja:not([class*="-bg"]) [class*='note'] .info-wrapper .article-category-grouper:hover,
  .widget-wrapper.naranja:not([class*="-bg"]) [class*='note'] .info-wrapper .article-kicker:hover {
    color: #e37b57 !important; }
  .widget-wrapper.naranja:not([class*="-bg"]) [class*='note'] .preview:hover,
  .widget-wrapper.naranja:not([class*="-bg"]) [class*='note'] .title:hover,
  .widget-wrapper.naranja:not([class*="-bg"]) [class*='note'] .author:hover {
    color: #e37b57 !important; }
  .widget-wrapper.naranja:not([class*="-bg"]) [data-type*="article"] i[class*="play"]:hover {
    color: #e37b57 !important; }

.widget-wrapper.naranja:not([class*="-bg"]) {
  /* Cabezales */
  /* Chapitas en los listados de notas */
  /* Icono de Play si la nota tiene video */ }
  .widget-wrapper.naranja:not([class*="-bg"]) .headline .obj-title, .widget-wrapper.naranja:not([class*="-bg"]) .most-read .obj-title, .widget-wrapper.naranja:not([class*="-bg"]) .note-by-author .obj-title {
    color: #e37b57; }
    .widget-wrapper.naranja:not([class*="-bg"]) .headline .obj-title::first-letter, .widget-wrapper.naranja:not([class*="-bg"]) .most-read .obj-title::first-letter, .widget-wrapper.naranja:not([class*="-bg"]) .note-by-author .obj-title::first-letter {
      background-color: #e37b57;
      color: #FFFFFF; }
  .widget-wrapper.naranja:not([class*="-bg"]) [class*='note']:not(.highlighted-portrait-note):not(.highlighted-note-overprinted-title) .article-kicker {
    color: #e37b57 !important; }
  .widget-wrapper.naranja:not([class*="-bg"]) [class*='note'] .article-theme {
    background-color: rgba(227, 123, 87, 0.8) !important;
    color: #FFFFFF !important; }
  .widget-wrapper.naranja:not([class*="-bg"]) [class*='note'] .info-wrapper .preview:hover,
  .widget-wrapper.naranja:not([class*="-bg"]) [class*='note'] .info-wrapper .title:hover,
  .widget-wrapper.naranja:not([class*="-bg"]) [class*='note'] .info-wrapper .author:hover,
  .widget-wrapper.naranja:not([class*="-bg"]) [class*='note'] .info-wrapper .article-category-grouper:hover,
  .widget-wrapper.naranja:not([class*="-bg"]) [class*='note'] .info-wrapper .article-kicker:hover {
    color: #e37b57 !important; }
  .widget-wrapper.naranja:not([class*="-bg"]) [class*='note'] .preview:hover,
  .widget-wrapper.naranja:not([class*="-bg"]) [class*='note'] .title:hover,
  .widget-wrapper.naranja:not([class*="-bg"]) [class*='note'] .author:hover {
    color: #e37b57 !important; }
  .widget-wrapper.naranja:not([class*="-bg"]) [data-type*="article"] i[class*="play"]:hover {
    color: #e37b57 !important; }

.widget-wrapper.naranja:not([class*="-bg"]) {
  /* Cabezales */
  /* Chapitas en los listados de notas */
  /* Icono de Play si la nota tiene video */ }
  .widget-wrapper.naranja:not([class*="-bg"]) .headline .obj-title, .widget-wrapper.naranja:not([class*="-bg"]) .most-read .obj-title, .widget-wrapper.naranja:not([class*="-bg"]) .note-by-author .obj-title {
    color: #e37b57; }
    .widget-wrapper.naranja:not([class*="-bg"]) .headline .obj-title::first-letter, .widget-wrapper.naranja:not([class*="-bg"]) .most-read .obj-title::first-letter, .widget-wrapper.naranja:not([class*="-bg"]) .note-by-author .obj-title::first-letter {
      background-color: #e37b57;
      color: #FFFFFF; }
  .widget-wrapper.naranja:not([class*="-bg"]) [class*='note']:not(.highlighted-portrait-note):not(.highlighted-note-overprinted-title) .article-kicker {
    color: #e37b57 !important; }
  .widget-wrapper.naranja:not([class*="-bg"]) [class*='note'] .article-theme {
    background-color: rgba(227, 123, 87, 0.8) !important;
    color: #FFFFFF !important; }
  .widget-wrapper.naranja:not([class*="-bg"]) [class*='note'] .info-wrapper .preview:hover,
  .widget-wrapper.naranja:not([class*="-bg"]) [class*='note'] .info-wrapper .title:hover,
  .widget-wrapper.naranja:not([class*="-bg"]) [class*='note'] .info-wrapper .author:hover,
  .widget-wrapper.naranja:not([class*="-bg"]) [class*='note'] .info-wrapper .article-category-grouper:hover,
  .widget-wrapper.naranja:not([class*="-bg"]) [class*='note'] .info-wrapper .article-kicker:hover {
    color: #e37b57 !important; }
  .widget-wrapper.naranja:not([class*="-bg"]) [class*='note'] .preview:hover,
  .widget-wrapper.naranja:not([class*="-bg"]) [class*='note'] .title:hover,
  .widget-wrapper.naranja:not([class*="-bg"]) [class*='note'] .author:hover {
    color: #e37b57 !important; }
  .widget-wrapper.naranja:not([class*="-bg"]) [data-type*="article"] i[class*="play"]:hover {
    color: #e37b57 !important; }

.widget-wrapper.naranja:not([class*="-bg"]) {
  /* Cabezales */
  /* Chapitas en los listados de notas */
  /* Icono de Play si la nota tiene video */ }
  .widget-wrapper.naranja:not([class*="-bg"]) .headline .obj-title, .widget-wrapper.naranja:not([class*="-bg"]) .most-read .obj-title, .widget-wrapper.naranja:not([class*="-bg"]) .note-by-author .obj-title {
    color: #e37b57; }
    .widget-wrapper.naranja:not([class*="-bg"]) .headline .obj-title::first-letter, .widget-wrapper.naranja:not([class*="-bg"]) .most-read .obj-title::first-letter, .widget-wrapper.naranja:not([class*="-bg"]) .note-by-author .obj-title::first-letter {
      background-color: #e37b57;
      color: #FFFFFF; }
  .widget-wrapper.naranja:not([class*="-bg"]) [class*='note']:not(.highlighted-portrait-note):not(.highlighted-note-overprinted-title) .article-kicker {
    color: #e37b57 !important; }
  .widget-wrapper.naranja:not([class*="-bg"]) [class*='note'] .article-theme {
    background-color: rgba(227, 123, 87, 0.8) !important;
    color: #FFFFFF !important; }
  .widget-wrapper.naranja:not([class*="-bg"]) [class*='note'] .info-wrapper .preview:hover,
  .widget-wrapper.naranja:not([class*="-bg"]) [class*='note'] .info-wrapper .title:hover,
  .widget-wrapper.naranja:not([class*="-bg"]) [class*='note'] .info-wrapper .author:hover,
  .widget-wrapper.naranja:not([class*="-bg"]) [class*='note'] .info-wrapper .article-category-grouper:hover,
  .widget-wrapper.naranja:not([class*="-bg"]) [class*='note'] .info-wrapper .article-kicker:hover {
    color: #e37b57 !important; }
  .widget-wrapper.naranja:not([class*="-bg"]) [class*='note'] .preview:hover,
  .widget-wrapper.naranja:not([class*="-bg"]) [class*='note'] .title:hover,
  .widget-wrapper.naranja:not([class*="-bg"]) [class*='note'] .author:hover {
    color: #e37b57 !important; }
  .widget-wrapper.naranja:not([class*="-bg"]) [data-type*="article"] i[class*="play"]:hover {
    color: #e37b57 !important; }

.widget-wrapper.naranja:not([class*="-bg"]) {
  /* Cabezales */
  /* Chapitas en los listados de notas */
  /* Icono de Play si la nota tiene video */ }
  .widget-wrapper.naranja:not([class*="-bg"]) .headline .obj-title, .widget-wrapper.naranja:not([class*="-bg"]) .most-read .obj-title, .widget-wrapper.naranja:not([class*="-bg"]) .note-by-author .obj-title {
    color: #e37b57; }
    .widget-wrapper.naranja:not([class*="-bg"]) .headline .obj-title::first-letter, .widget-wrapper.naranja:not([class*="-bg"]) .most-read .obj-title::first-letter, .widget-wrapper.naranja:not([class*="-bg"]) .note-by-author .obj-title::first-letter {
      background-color: #e37b57;
      color: #FFFFFF; }
  .widget-wrapper.naranja:not([class*="-bg"]) [class*='note']:not(.highlighted-portrait-note):not(.highlighted-note-overprinted-title) .article-kicker {
    color: #e37b57 !important; }
  .widget-wrapper.naranja:not([class*="-bg"]) [class*='note'] .article-theme {
    background-color: rgba(227, 123, 87, 0.8) !important;
    color: #FFFFFF !important; }
  .widget-wrapper.naranja:not([class*="-bg"]) [class*='note'] .info-wrapper .preview:hover,
  .widget-wrapper.naranja:not([class*="-bg"]) [class*='note'] .info-wrapper .title:hover,
  .widget-wrapper.naranja:not([class*="-bg"]) [class*='note'] .info-wrapper .author:hover,
  .widget-wrapper.naranja:not([class*="-bg"]) [class*='note'] .info-wrapper .article-category-grouper:hover,
  .widget-wrapper.naranja:not([class*="-bg"]) [class*='note'] .info-wrapper .article-kicker:hover {
    color: #e37b57 !important; }
  .widget-wrapper.naranja:not([class*="-bg"]) [class*='note'] .preview:hover,
  .widget-wrapper.naranja:not([class*="-bg"]) [class*='note'] .title:hover,
  .widget-wrapper.naranja:not([class*="-bg"]) [class*='note'] .author:hover {
    color: #e37b57 !important; }
  .widget-wrapper.naranja:not([class*="-bg"]) [data-type*="article"] i[class*="play"]:hover {
    color: #e37b57 !important; }

.widget-wrapper.naranja:not([class*="-bg"]) {
  /* Cabezales */
  /* Chapitas en los listados de notas */
  /* Icono de Play si la nota tiene video */ }
  .widget-wrapper.naranja:not([class*="-bg"]) .headline .obj-title, .widget-wrapper.naranja:not([class*="-bg"]) .most-read .obj-title, .widget-wrapper.naranja:not([class*="-bg"]) .note-by-author .obj-title {
    color: #e37b57; }
    .widget-wrapper.naranja:not([class*="-bg"]) .headline .obj-title::first-letter, .widget-wrapper.naranja:not([class*="-bg"]) .most-read .obj-title::first-letter, .widget-wrapper.naranja:not([class*="-bg"]) .note-by-author .obj-title::first-letter {
      background-color: #e37b57;
      color: #FFFFFF; }
  .widget-wrapper.naranja:not([class*="-bg"]) [class*='note']:not(.highlighted-portrait-note):not(.highlighted-note-overprinted-title) .article-kicker {
    color: #e37b57 !important; }
  .widget-wrapper.naranja:not([class*="-bg"]) [class*='note'] .article-theme {
    background-color: rgba(227, 123, 87, 0.8) !important;
    color: #FFFFFF !important; }
  .widget-wrapper.naranja:not([class*="-bg"]) [class*='note'] .info-wrapper .preview:hover,
  .widget-wrapper.naranja:not([class*="-bg"]) [class*='note'] .info-wrapper .title:hover,
  .widget-wrapper.naranja:not([class*="-bg"]) [class*='note'] .info-wrapper .author:hover,
  .widget-wrapper.naranja:not([class*="-bg"]) [class*='note'] .info-wrapper .article-category-grouper:hover,
  .widget-wrapper.naranja:not([class*="-bg"]) [class*='note'] .info-wrapper .article-kicker:hover {
    color: #e37b57 !important; }
  .widget-wrapper.naranja:not([class*="-bg"]) [class*='note'] .preview:hover,
  .widget-wrapper.naranja:not([class*="-bg"]) [class*='note'] .title:hover,
  .widget-wrapper.naranja:not([class*="-bg"]) [class*='note'] .author:hover {
    color: #e37b57 !important; }
  .widget-wrapper.naranja:not([class*="-bg"]) [data-type*="article"] i[class*="play"]:hover {
    color: #e37b57 !important; }

.widget-wrapper.naranja:not([class*="-bg"]) {
  /* Cabezales */
  /* Chapitas en los listados de notas */
  /* Icono de Play si la nota tiene video */ }
  .widget-wrapper.naranja:not([class*="-bg"]) .headline .obj-title, .widget-wrapper.naranja:not([class*="-bg"]) .most-read .obj-title, .widget-wrapper.naranja:not([class*="-bg"]) .note-by-author .obj-title {
    color: #e37b57; }
    .widget-wrapper.naranja:not([class*="-bg"]) .headline .obj-title::first-letter, .widget-wrapper.naranja:not([class*="-bg"]) .most-read .obj-title::first-letter, .widget-wrapper.naranja:not([class*="-bg"]) .note-by-author .obj-title::first-letter {
      background-color: #e37b57;
      color: #FFFFFF; }
  .widget-wrapper.naranja:not([class*="-bg"]) [class*='note']:not(.highlighted-portrait-note):not(.highlighted-note-overprinted-title) .article-kicker {
    color: #e37b57 !important; }
  .widget-wrapper.naranja:not([class*="-bg"]) [class*='note'] .article-theme {
    background-color: rgba(227, 123, 87, 0.8) !important;
    color: #FFFFFF !important; }
  .widget-wrapper.naranja:not([class*="-bg"]) [class*='note'] .info-wrapper .preview:hover,
  .widget-wrapper.naranja:not([class*="-bg"]) [class*='note'] .info-wrapper .title:hover,
  .widget-wrapper.naranja:not([class*="-bg"]) [class*='note'] .info-wrapper .author:hover,
  .widget-wrapper.naranja:not([class*="-bg"]) [class*='note'] .info-wrapper .article-category-grouper:hover,
  .widget-wrapper.naranja:not([class*="-bg"]) [class*='note'] .info-wrapper .article-kicker:hover {
    color: #e37b57 !important; }
  .widget-wrapper.naranja:not([class*="-bg"]) [class*='note'] .preview:hover,
  .widget-wrapper.naranja:not([class*="-bg"]) [class*='note'] .title:hover,
  .widget-wrapper.naranja:not([class*="-bg"]) [class*='note'] .author:hover {
    color: #e37b57 !important; }
  .widget-wrapper.naranja:not([class*="-bg"]) [data-type*="article"] i[class*="play"]:hover {
    color: #e37b57 !important; }

.widget-wrapper.naranja:not([class*="-bg"]) {
  /* Cabezales */
  /* Chapitas en los listados de notas */
  /* Icono de Play si la nota tiene video */ }
  .widget-wrapper.naranja:not([class*="-bg"]) .headline .obj-title, .widget-wrapper.naranja:not([class*="-bg"]) .most-read .obj-title, .widget-wrapper.naranja:not([class*="-bg"]) .note-by-author .obj-title {
    color: #e37b57; }
    .widget-wrapper.naranja:not([class*="-bg"]) .headline .obj-title::first-letter, .widget-wrapper.naranja:not([class*="-bg"]) .most-read .obj-title::first-letter, .widget-wrapper.naranja:not([class*="-bg"]) .note-by-author .obj-title::first-letter {
      background-color: #e37b57;
      color: #FFFFFF; }
  .widget-wrapper.naranja:not([class*="-bg"]) [class*='note']:not(.highlighted-portrait-note):not(.highlighted-note-overprinted-title) .article-kicker {
    color: #e37b57 !important; }
  .widget-wrapper.naranja:not([class*="-bg"]) [class*='note'] .article-theme {
    background-color: rgba(227, 123, 87, 0.8) !important;
    color: #FFFFFF !important; }
  .widget-wrapper.naranja:not([class*="-bg"]) [class*='note'] .info-wrapper .preview:hover,
  .widget-wrapper.naranja:not([class*="-bg"]) [class*='note'] .info-wrapper .title:hover,
  .widget-wrapper.naranja:not([class*="-bg"]) [class*='note'] .info-wrapper .author:hover,
  .widget-wrapper.naranja:not([class*="-bg"]) [class*='note'] .info-wrapper .article-category-grouper:hover,
  .widget-wrapper.naranja:not([class*="-bg"]) [class*='note'] .info-wrapper .article-kicker:hover {
    color: #e37b57 !important; }
  .widget-wrapper.naranja:not([class*="-bg"]) [class*='note'] .preview:hover,
  .widget-wrapper.naranja:not([class*="-bg"]) [class*='note'] .title:hover,
  .widget-wrapper.naranja:not([class*="-bg"]) [class*='note'] .author:hover {
    color: #e37b57 !important; }
  .widget-wrapper.naranja:not([class*="-bg"]) [data-type*="article"] i[class*="play"]:hover {
    color: #e37b57 !important; }

.widget-wrapper.naranja:not([class*="-bg"]) {
  /* Cabezales */
  /* Chapitas en los listados de notas */
  /* Icono de Play si la nota tiene video */ }
  .widget-wrapper.naranja:not([class*="-bg"]) .headline .obj-title, .widget-wrapper.naranja:not([class*="-bg"]) .most-read .obj-title, .widget-wrapper.naranja:not([class*="-bg"]) .note-by-author .obj-title {
    color: #e37b57; }
    .widget-wrapper.naranja:not([class*="-bg"]) .headline .obj-title::first-letter, .widget-wrapper.naranja:not([class*="-bg"]) .most-read .obj-title::first-letter, .widget-wrapper.naranja:not([class*="-bg"]) .note-by-author .obj-title::first-letter {
      background-color: #e37b57;
      color: #FFFFFF; }
  .widget-wrapper.naranja:not([class*="-bg"]) [class*='note']:not(.highlighted-portrait-note):not(.highlighted-note-overprinted-title) .article-kicker {
    color: #e37b57 !important; }
  .widget-wrapper.naranja:not([class*="-bg"]) [class*='note'] .article-theme {
    background-color: rgba(227, 123, 87, 0.8) !important;
    color: #FFFFFF !important; }
  .widget-wrapper.naranja:not([class*="-bg"]) [class*='note'] .info-wrapper .preview:hover,
  .widget-wrapper.naranja:not([class*="-bg"]) [class*='note'] .info-wrapper .title:hover,
  .widget-wrapper.naranja:not([class*="-bg"]) [class*='note'] .info-wrapper .author:hover,
  .widget-wrapper.naranja:not([class*="-bg"]) [class*='note'] .info-wrapper .article-category-grouper:hover,
  .widget-wrapper.naranja:not([class*="-bg"]) [class*='note'] .info-wrapper .article-kicker:hover {
    color: #e37b57 !important; }
  .widget-wrapper.naranja:not([class*="-bg"]) [class*='note'] .preview:hover,
  .widget-wrapper.naranja:not([class*="-bg"]) [class*='note'] .title:hover,
  .widget-wrapper.naranja:not([class*="-bg"]) [class*='note'] .author:hover {
    color: #e37b57 !important; }
  .widget-wrapper.naranja:not([class*="-bg"]) [data-type*="article"] i[class*="play"]:hover {
    color: #e37b57 !important; }

.widget-wrapper.naranja:not([class*="-bg"]) {
  /* Cabezales */
  /* Chapitas en los listados de notas */
  /* Icono de Play si la nota tiene video */ }
  .widget-wrapper.naranja:not([class*="-bg"]) .headline .obj-title, .widget-wrapper.naranja:not([class*="-bg"]) .most-read .obj-title, .widget-wrapper.naranja:not([class*="-bg"]) .note-by-author .obj-title {
    color: #e37b57; }
    .widget-wrapper.naranja:not([class*="-bg"]) .headline .obj-title::first-letter, .widget-wrapper.naranja:not([class*="-bg"]) .most-read .obj-title::first-letter, .widget-wrapper.naranja:not([class*="-bg"]) .note-by-author .obj-title::first-letter {
      background-color: #e37b57;
      color: #FFFFFF; }
  .widget-wrapper.naranja:not([class*="-bg"]) [class*='note']:not(.highlighted-portrait-note):not(.highlighted-note-overprinted-title) .article-kicker {
    color: #e37b57 !important; }
  .widget-wrapper.naranja:not([class*="-bg"]) [class*='note'] .article-theme {
    background-color: rgba(227, 123, 87, 0.8) !important;
    color: #FFFFFF !important; }
  .widget-wrapper.naranja:not([class*="-bg"]) [class*='note'] .info-wrapper .preview:hover,
  .widget-wrapper.naranja:not([class*="-bg"]) [class*='note'] .info-wrapper .title:hover,
  .widget-wrapper.naranja:not([class*="-bg"]) [class*='note'] .info-wrapper .author:hover,
  .widget-wrapper.naranja:not([class*="-bg"]) [class*='note'] .info-wrapper .article-category-grouper:hover,
  .widget-wrapper.naranja:not([class*="-bg"]) [class*='note'] .info-wrapper .article-kicker:hover {
    color: #e37b57 !important; }
  .widget-wrapper.naranja:not([class*="-bg"]) [class*='note'] .preview:hover,
  .widget-wrapper.naranja:not([class*="-bg"]) [class*='note'] .title:hover,
  .widget-wrapper.naranja:not([class*="-bg"]) [class*='note'] .author:hover {
    color: #e37b57 !important; }
  .widget-wrapper.naranja:not([class*="-bg"]) [data-type*="article"] i[class*="play"]:hover {
    color: #e37b57 !important; }

.widget-wrapper.naranja:not([class*="-bg"]) {
  /* Cabezales */
  /* Chapitas en los listados de notas */
  /* Icono de Play si la nota tiene video */ }
  .widget-wrapper.naranja:not([class*="-bg"]) .headline .obj-title, .widget-wrapper.naranja:not([class*="-bg"]) .most-read .obj-title, .widget-wrapper.naranja:not([class*="-bg"]) .note-by-author .obj-title {
    color: #e37b57; }
    .widget-wrapper.naranja:not([class*="-bg"]) .headline .obj-title::first-letter, .widget-wrapper.naranja:not([class*="-bg"]) .most-read .obj-title::first-letter, .widget-wrapper.naranja:not([class*="-bg"]) .note-by-author .obj-title::first-letter {
      background-color: #e37b57;
      color: #FFFFFF; }
  .widget-wrapper.naranja:not([class*="-bg"]) [class*='note']:not(.highlighted-portrait-note):not(.highlighted-note-overprinted-title) .article-kicker {
    color: #e37b57 !important; }
  .widget-wrapper.naranja:not([class*="-bg"]) [class*='note'] .article-theme {
    background-color: rgba(227, 123, 87, 0.8) !important;
    color: #FFFFFF !important; }
  .widget-wrapper.naranja:not([class*="-bg"]) [class*='note'] .info-wrapper .preview:hover,
  .widget-wrapper.naranja:not([class*="-bg"]) [class*='note'] .info-wrapper .title:hover,
  .widget-wrapper.naranja:not([class*="-bg"]) [class*='note'] .info-wrapper .author:hover,
  .widget-wrapper.naranja:not([class*="-bg"]) [class*='note'] .info-wrapper .article-category-grouper:hover,
  .widget-wrapper.naranja:not([class*="-bg"]) [class*='note'] .info-wrapper .article-kicker:hover {
    color: #e37b57 !important; }
  .widget-wrapper.naranja:not([class*="-bg"]) [class*='note'] .preview:hover,
  .widget-wrapper.naranja:not([class*="-bg"]) [class*='note'] .title:hover,
  .widget-wrapper.naranja:not([class*="-bg"]) [class*='note'] .author:hover {
    color: #e37b57 !important; }
  .widget-wrapper.naranja:not([class*="-bg"]) [data-type*="article"] i[class*="play"]:hover {
    color: #e37b57 !important; }

.widget-wrapper.naranja:not([class*="-bg"]) {
  /* Cabezales */
  /* Chapitas en los listados de notas */
  /* Icono de Play si la nota tiene video */ }
  .widget-wrapper.naranja:not([class*="-bg"]) .headline .obj-title, .widget-wrapper.naranja:not([class*="-bg"]) .most-read .obj-title, .widget-wrapper.naranja:not([class*="-bg"]) .note-by-author .obj-title {
    color: #e37b57; }
    .widget-wrapper.naranja:not([class*="-bg"]) .headline .obj-title::first-letter, .widget-wrapper.naranja:not([class*="-bg"]) .most-read .obj-title::first-letter, .widget-wrapper.naranja:not([class*="-bg"]) .note-by-author .obj-title::first-letter {
      background-color: #e37b57;
      color: #FFFFFF; }
  .widget-wrapper.naranja:not([class*="-bg"]) [class*='note']:not(.highlighted-portrait-note):not(.highlighted-note-overprinted-title) .article-kicker {
    color: #e37b57 !important; }
  .widget-wrapper.naranja:not([class*="-bg"]) [class*='note'] .article-theme {
    background-color: rgba(227, 123, 87, 0.8) !important;
    color: #FFFFFF !important; }
  .widget-wrapper.naranja:not([class*="-bg"]) [class*='note'] .info-wrapper .preview:hover,
  .widget-wrapper.naranja:not([class*="-bg"]) [class*='note'] .info-wrapper .title:hover,
  .widget-wrapper.naranja:not([class*="-bg"]) [class*='note'] .info-wrapper .author:hover,
  .widget-wrapper.naranja:not([class*="-bg"]) [class*='note'] .info-wrapper .article-category-grouper:hover,
  .widget-wrapper.naranja:not([class*="-bg"]) [class*='note'] .info-wrapper .article-kicker:hover {
    color: #e37b57 !important; }
  .widget-wrapper.naranja:not([class*="-bg"]) [class*='note'] .preview:hover,
  .widget-wrapper.naranja:not([class*="-bg"]) [class*='note'] .title:hover,
  .widget-wrapper.naranja:not([class*="-bg"]) [class*='note'] .author:hover {
    color: #e37b57 !important; }
  .widget-wrapper.naranja:not([class*="-bg"]) [data-type*="article"] i[class*="play"]:hover {
    color: #e37b57 !important; }

.widget-wrapper.naranja:not([class*="-bg"]) {
  /* Cabezales */
  /* Chapitas en los listados de notas */
  /* Icono de Play si la nota tiene video */ }
  .widget-wrapper.naranja:not([class*="-bg"]) .headline .obj-title, .widget-wrapper.naranja:not([class*="-bg"]) .most-read .obj-title, .widget-wrapper.naranja:not([class*="-bg"]) .note-by-author .obj-title {
    color: #e37b57; }
    .widget-wrapper.naranja:not([class*="-bg"]) .headline .obj-title::first-letter, .widget-wrapper.naranja:not([class*="-bg"]) .most-read .obj-title::first-letter, .widget-wrapper.naranja:not([class*="-bg"]) .note-by-author .obj-title::first-letter {
      background-color: #e37b57;
      color: #FFFFFF; }
  .widget-wrapper.naranja:not([class*="-bg"]) [class*='note']:not(.highlighted-portrait-note):not(.highlighted-note-overprinted-title) .article-kicker {
    color: #e37b57 !important; }
  .widget-wrapper.naranja:not([class*="-bg"]) [class*='note'] .article-theme {
    background-color: rgba(227, 123, 87, 0.8) !important;
    color: #FFFFFF !important; }
  .widget-wrapper.naranja:not([class*="-bg"]) [class*='note'] .info-wrapper .preview:hover,
  .widget-wrapper.naranja:not([class*="-bg"]) [class*='note'] .info-wrapper .title:hover,
  .widget-wrapper.naranja:not([class*="-bg"]) [class*='note'] .info-wrapper .author:hover,
  .widget-wrapper.naranja:not([class*="-bg"]) [class*='note'] .info-wrapper .article-category-grouper:hover,
  .widget-wrapper.naranja:not([class*="-bg"]) [class*='note'] .info-wrapper .article-kicker:hover {
    color: #e37b57 !important; }
  .widget-wrapper.naranja:not([class*="-bg"]) [class*='note'] .preview:hover,
  .widget-wrapper.naranja:not([class*="-bg"]) [class*='note'] .title:hover,
  .widget-wrapper.naranja:not([class*="-bg"]) [class*='note'] .author:hover {
    color: #e37b57 !important; }
  .widget-wrapper.naranja:not([class*="-bg"]) [data-type*="article"] i[class*="play"]:hover {
    color: #e37b57 !important; }

.widget-wrapper.naranja:not([class*="-bg"]) {
  /* Cabezales */
  /* Chapitas en los listados de notas */
  /* Icono de Play si la nota tiene video */ }
  .widget-wrapper.naranja:not([class*="-bg"]) .headline .obj-title, .widget-wrapper.naranja:not([class*="-bg"]) .most-read .obj-title, .widget-wrapper.naranja:not([class*="-bg"]) .note-by-author .obj-title {
    color: #e37b57; }
    .widget-wrapper.naranja:not([class*="-bg"]) .headline .obj-title::first-letter, .widget-wrapper.naranja:not([class*="-bg"]) .most-read .obj-title::first-letter, .widget-wrapper.naranja:not([class*="-bg"]) .note-by-author .obj-title::first-letter {
      background-color: #e37b57;
      color: #FFFFFF; }
  .widget-wrapper.naranja:not([class*="-bg"]) [class*='note']:not(.highlighted-portrait-note):not(.highlighted-note-overprinted-title) .article-kicker {
    color: #e37b57 !important; }
  .widget-wrapper.naranja:not([class*="-bg"]) [class*='note'] .article-theme {
    background-color: rgba(227, 123, 87, 0.8) !important;
    color: #FFFFFF !important; }
  .widget-wrapper.naranja:not([class*="-bg"]) [class*='note'] .info-wrapper .preview:hover,
  .widget-wrapper.naranja:not([class*="-bg"]) [class*='note'] .info-wrapper .title:hover,
  .widget-wrapper.naranja:not([class*="-bg"]) [class*='note'] .info-wrapper .author:hover,
  .widget-wrapper.naranja:not([class*="-bg"]) [class*='note'] .info-wrapper .article-category-grouper:hover,
  .widget-wrapper.naranja:not([class*="-bg"]) [class*='note'] .info-wrapper .article-kicker:hover {
    color: #e37b57 !important; }
  .widget-wrapper.naranja:not([class*="-bg"]) [class*='note'] .preview:hover,
  .widget-wrapper.naranja:not([class*="-bg"]) [class*='note'] .title:hover,
  .widget-wrapper.naranja:not([class*="-bg"]) [class*='note'] .author:hover {
    color: #e37b57 !important; }
  .widget-wrapper.naranja:not([class*="-bg"]) [data-type*="article"] i[class*="play"]:hover {
    color: #e37b57 !important; }

.widget-wrapper.naranja:not([class*="-bg"]) {
  /* Cabezales */
  /* Chapitas en los listados de notas */
  /* Icono de Play si la nota tiene video */ }
  .widget-wrapper.naranja:not([class*="-bg"]) .headline .obj-title, .widget-wrapper.naranja:not([class*="-bg"]) .most-read .obj-title, .widget-wrapper.naranja:not([class*="-bg"]) .note-by-author .obj-title {
    color: #e37b57; }
    .widget-wrapper.naranja:not([class*="-bg"]) .headline .obj-title::first-letter, .widget-wrapper.naranja:not([class*="-bg"]) .most-read .obj-title::first-letter, .widget-wrapper.naranja:not([class*="-bg"]) .note-by-author .obj-title::first-letter {
      background-color: #e37b57;
      color: #FFFFFF; }
  .widget-wrapper.naranja:not([class*="-bg"]) [class*='note']:not(.highlighted-portrait-note):not(.highlighted-note-overprinted-title) .article-kicker {
    color: #e37b57 !important; }
  .widget-wrapper.naranja:not([class*="-bg"]) [class*='note'] .article-theme {
    background-color: rgba(227, 123, 87, 0.8) !important;
    color: #FFFFFF !important; }
  .widget-wrapper.naranja:not([class*="-bg"]) [class*='note'] .info-wrapper .preview:hover,
  .widget-wrapper.naranja:not([class*="-bg"]) [class*='note'] .info-wrapper .title:hover,
  .widget-wrapper.naranja:not([class*="-bg"]) [class*='note'] .info-wrapper .author:hover,
  .widget-wrapper.naranja:not([class*="-bg"]) [class*='note'] .info-wrapper .article-category-grouper:hover,
  .widget-wrapper.naranja:not([class*="-bg"]) [class*='note'] .info-wrapper .article-kicker:hover {
    color: #e37b57 !important; }
  .widget-wrapper.naranja:not([class*="-bg"]) [class*='note'] .preview:hover,
  .widget-wrapper.naranja:not([class*="-bg"]) [class*='note'] .title:hover,
  .widget-wrapper.naranja:not([class*="-bg"]) [class*='note'] .author:hover {
    color: #e37b57 !important; }
  .widget-wrapper.naranja:not([class*="-bg"]) [data-type*="article"] i[class*="play"]:hover {
    color: #e37b57 !important; }

.widget-wrapper.naranja:not([class*="-bg"]) {
  /* Cabezales */
  /* Chapitas en los listados de notas */
  /* Icono de Play si la nota tiene video */ }
  .widget-wrapper.naranja:not([class*="-bg"]) .headline .obj-title, .widget-wrapper.naranja:not([class*="-bg"]) .most-read .obj-title, .widget-wrapper.naranja:not([class*="-bg"]) .note-by-author .obj-title {
    color: #e37b57; }
    .widget-wrapper.naranja:not([class*="-bg"]) .headline .obj-title::first-letter, .widget-wrapper.naranja:not([class*="-bg"]) .most-read .obj-title::first-letter, .widget-wrapper.naranja:not([class*="-bg"]) .note-by-author .obj-title::first-letter {
      background-color: #e37b57;
      color: #FFFFFF; }
  .widget-wrapper.naranja:not([class*="-bg"]) [class*='note']:not(.highlighted-portrait-note):not(.highlighted-note-overprinted-title) .article-kicker {
    color: #e37b57 !important; }
  .widget-wrapper.naranja:not([class*="-bg"]) [class*='note'] .article-theme {
    background-color: rgba(227, 123, 87, 0.8) !important;
    color: #FFFFFF !important; }
  .widget-wrapper.naranja:not([class*="-bg"]) [class*='note'] .info-wrapper .preview:hover,
  .widget-wrapper.naranja:not([class*="-bg"]) [class*='note'] .info-wrapper .title:hover,
  .widget-wrapper.naranja:not([class*="-bg"]) [class*='note'] .info-wrapper .author:hover,
  .widget-wrapper.naranja:not([class*="-bg"]) [class*='note'] .info-wrapper .article-category-grouper:hover,
  .widget-wrapper.naranja:not([class*="-bg"]) [class*='note'] .info-wrapper .article-kicker:hover {
    color: #e37b57 !important; }
  .widget-wrapper.naranja:not([class*="-bg"]) [class*='note'] .preview:hover,
  .widget-wrapper.naranja:not([class*="-bg"]) [class*='note'] .title:hover,
  .widget-wrapper.naranja:not([class*="-bg"]) [class*='note'] .author:hover {
    color: #e37b57 !important; }
  .widget-wrapper.naranja:not([class*="-bg"]) [data-type*="article"] i[class*="play"]:hover {
    color: #e37b57 !important; }

.widget-wrapper.naranja:not([class*="-bg"]) {
  /* Cabezales */
  /* Chapitas en los listados de notas */
  /* Icono de Play si la nota tiene video */ }
  .widget-wrapper.naranja:not([class*="-bg"]) .headline .obj-title, .widget-wrapper.naranja:not([class*="-bg"]) .most-read .obj-title, .widget-wrapper.naranja:not([class*="-bg"]) .note-by-author .obj-title {
    color: #e37b57; }
    .widget-wrapper.naranja:not([class*="-bg"]) .headline .obj-title::first-letter, .widget-wrapper.naranja:not([class*="-bg"]) .most-read .obj-title::first-letter, .widget-wrapper.naranja:not([class*="-bg"]) .note-by-author .obj-title::first-letter {
      background-color: #e37b57;
      color: #FFFFFF; }
  .widget-wrapper.naranja:not([class*="-bg"]) [class*='note']:not(.highlighted-portrait-note):not(.highlighted-note-overprinted-title) .article-kicker {
    color: #e37b57 !important; }
  .widget-wrapper.naranja:not([class*="-bg"]) [class*='note'] .article-theme {
    background-color: rgba(227, 123, 87, 0.8) !important;
    color: #FFFFFF !important; }
  .widget-wrapper.naranja:not([class*="-bg"]) [class*='note'] .info-wrapper .preview:hover,
  .widget-wrapper.naranja:not([class*="-bg"]) [class*='note'] .info-wrapper .title:hover,
  .widget-wrapper.naranja:not([class*="-bg"]) [class*='note'] .info-wrapper .author:hover,
  .widget-wrapper.naranja:not([class*="-bg"]) [class*='note'] .info-wrapper .article-category-grouper:hover,
  .widget-wrapper.naranja:not([class*="-bg"]) [class*='note'] .info-wrapper .article-kicker:hover {
    color: #e37b57 !important; }
  .widget-wrapper.naranja:not([class*="-bg"]) [class*='note'] .preview:hover,
  .widget-wrapper.naranja:not([class*="-bg"]) [class*='note'] .title:hover,
  .widget-wrapper.naranja:not([class*="-bg"]) [class*='note'] .author:hover {
    color: #e37b57 !important; }
  .widget-wrapper.naranja:not([class*="-bg"]) [data-type*="article"] i[class*="play"]:hover {
    color: #e37b57 !important; }

.widget-wrapper.naranja:not([class*="-bg"]) {
  /* Cabezales */
  /* Chapitas en los listados de notas */
  /* Icono de Play si la nota tiene video */ }
  .widget-wrapper.naranja:not([class*="-bg"]) .headline .obj-title, .widget-wrapper.naranja:not([class*="-bg"]) .most-read .obj-title, .widget-wrapper.naranja:not([class*="-bg"]) .note-by-author .obj-title {
    color: #e37b57; }
    .widget-wrapper.naranja:not([class*="-bg"]) .headline .obj-title::first-letter, .widget-wrapper.naranja:not([class*="-bg"]) .most-read .obj-title::first-letter, .widget-wrapper.naranja:not([class*="-bg"]) .note-by-author .obj-title::first-letter {
      background-color: #e37b57;
      color: #FFFFFF; }
  .widget-wrapper.naranja:not([class*="-bg"]) [class*='note']:not(.highlighted-portrait-note):not(.highlighted-note-overprinted-title) .article-kicker {
    color: #e37b57 !important; }
  .widget-wrapper.naranja:not([class*="-bg"]) [class*='note'] .article-theme {
    background-color: rgba(227, 123, 87, 0.8) !important;
    color: #FFFFFF !important; }
  .widget-wrapper.naranja:not([class*="-bg"]) [class*='note'] .info-wrapper .preview:hover,
  .widget-wrapper.naranja:not([class*="-bg"]) [class*='note'] .info-wrapper .title:hover,
  .widget-wrapper.naranja:not([class*="-bg"]) [class*='note'] .info-wrapper .author:hover,
  .widget-wrapper.naranja:not([class*="-bg"]) [class*='note'] .info-wrapper .article-category-grouper:hover,
  .widget-wrapper.naranja:not([class*="-bg"]) [class*='note'] .info-wrapper .article-kicker:hover {
    color: #e37b57 !important; }
  .widget-wrapper.naranja:not([class*="-bg"]) [class*='note'] .preview:hover,
  .widget-wrapper.naranja:not([class*="-bg"]) [class*='note'] .title:hover,
  .widget-wrapper.naranja:not([class*="-bg"]) [class*='note'] .author:hover {
    color: #e37b57 !important; }
  .widget-wrapper.naranja:not([class*="-bg"]) [data-type*="article"] i[class*="play"]:hover {
    color: #e37b57 !important; }

.widget-wrapper.texto-blanco {
  color: #FFFFFF;
  /* Cabezales */ }
  .widget-wrapper.texto-blanco .headline .obj-title, .widget-wrapper.texto-blanco .most-read .obj-title, .widget-wrapper.texto-blanco .note-by-author .obj-title {
    color: #FFFFFF; }
  .widget-wrapper.texto-blanco .simple-list .simple-note:not(.no-media) .title, .widget-wrapper.texto-blanco .section-aside-single-article .simple-note:not(.no-media) .title {
    color: #FFFFFF; }
  .widget-wrapper.texto-blanco .simple-list-square-image .simple-note-square-image .title {
    color: #FFFFFF; }
  .widget-wrapper.texto-blanco .free-text .body-content {
    color: #FFFFFF; }
  .widget-wrapper.texto-blanco [data-type*="article"] .info-wrapper .article-kicker {
    color: #FFFFFF !important; }

/* Colores en Detalle Sección */
body.naranja main.container.note {
  /* Cabezales */
  /* Chapitas en los listados de notas */
  /* Icono de Play si la nota tiene video */
  /* Iconos de Share/Compartir */
  /* Listado Más Leídas */
  /* Paginador Listado Seccion */ }
  body.naranja main.container.note .headline .obj-title, body.naranja main.container.note .most-read .obj-title, body.naranja main.container.note .note-by-author .obj-title {
    color: #e37b57; }
    body.naranja main.container.note .headline .obj-title::first-letter, body.naranja main.container.note .most-read .obj-title::first-letter, body.naranja main.container.note .note-by-author .obj-title::first-letter {
      background-color: #e37b57;
      color: #FFFFFF; }
  body.naranja main.container.note [class*='note'] .article-theme {
    background-color: rgba(227, 123, 87, 0.8) !important;
    color: #FFFFFF !important; }
  body.naranja main.container.note [class*='note'] .info-wrapper .preview:hover,
  body.naranja main.container.note [class*='note'] .info-wrapper .title:hover,
  body.naranja main.container.note [class*='note'] .info-wrapper .author:hover {
    color: #e37b57 !important; }
  body.naranja main.container.note [class*='note'] .preview:hover,
  body.naranja main.container.note [class*='note'] .title:hover,
  body.naranja main.container.note [class*='note'] .author:hover {
    color: #e37b57 !important; }
  body.naranja main.container.note [data-type*="article"] i[class*="play"]:hover {
    color: #e37b57 !important; }
  body.naranja main.container.note .socials-share li {
    background-color: #e37b57; }
  body.naranja main.container.note .ranking-list {
    background-color: #e37b57; }
    body.naranja main.container.note .ranking-list .article .number {
      background-color: #df6a41; }
    body.naranja main.container.note .ranking-list .article .number,
    body.naranja main.container.note .ranking-list .article .title,
    body.naranja main.container.note .ranking-list .article .author {
      color: #FFFFFF; }
    body.naranja main.container.note .ranking-list .obj-title {
      color: #FFFFFF; }
  body.naranja main.container.note .list-articles .articles-pagination [class*="button"] {
    background-color: #e37b57;
    color: #FFFFFF; }
    body.naranja main.container.note .list-articles .articles-pagination [class*="button"]:hover {
      background-color: #C82828; }

/* Colores en las chapitas */
.article-theme.naranja_fuerte {
  color: #D93800 !important; }

.article-kicker.naranja_fuerte {
  color: #D93800 !important; }

.article-category-grouper.naranja_fuerte:hover {
  color: #D93800 !important; }

/* Cabezales */
.headline.naranja_fuerte .obj-title, .naranja_fuerte.most-read .obj-title, .naranja_fuerte.note-by-author .obj-title {
  color: #D93800; }
  .headline.naranja_fuerte .obj-title::first-letter, .naranja_fuerte.most-read .obj-title::first-letter, .naranja_fuerte.note-by-author .obj-title::first-letter {
    background-color: #D93800;
    color: #FFFFFF; }

/* Widges con colores de fondo */
.naranja_fuerte-bg {
  background-color: #D93800; }
  .naranja_fuerte-bg.widget-wrapper {
    padding-top: 25px;
    margin-bottom: 25px; }
  .naranja_fuerte-bg .highlighted-note-square-image .preview,
  .naranja_fuerte-bg .highlighted-note-square-image .title,
  .naranja_fuerte-bg .highlighted-note-square-image .author,
  .naranja_fuerte-bg .highlighted-note-square-image .article-category-grouper,
  .naranja_fuerte-bg .highlighted-note-square-image .article-kicker,
  .naranja_fuerte-bg .simple-note .preview,
  .naranja_fuerte-bg .simple-note .title,
  .naranja_fuerte-bg .simple-note .author,
  .naranja_fuerte-bg .simple-note .article-category-grouper,
  .naranja_fuerte-bg .simple-note .article-kicker,
  .naranja_fuerte-bg .simple-note-square-image .preview,
  .naranja_fuerte-bg .simple-note-square-image .title,
  .naranja_fuerte-bg .simple-note-square-image .author,
  .naranja_fuerte-bg .simple-note-square-image .article-category-grouper,
  .naranja_fuerte-bg .simple-note-square-image .article-kicker {
    color: #FFFFFF !important; }
  .naranja_fuerte-bg .headline, .naranja_fuerte-bg .most-read, .naranja_fuerte-bg .note-by-author {
    margin-top: 0;
    padding-top: 8px; }
    .naranja_fuerte-bg .headline .obj-title, .naranja_fuerte-bg .most-read .obj-title, .naranja_fuerte-bg .note-by-author .obj-title {
      color: #FFFFFF !important; }
      .naranja_fuerte-bg .headline .obj-title::first-letter, .naranja_fuerte-bg .most-read .obj-title::first-letter, .naranja_fuerte-bg .note-by-author .obj-title::first-letter {
        background-color: #FFFFFF;
        color: #D93800 !important; }
  .naranja_fuerte-bg.celeste-vivo {
    /* Chapitas en los listados de notas */
    /* Icono de Play si la nota tiene video */ }
    .naranja_fuerte-bg.celeste-vivo [class*='note'] .article-theme {
      background-color: rgba(68, 201, 246, 0.8) !important;
      color: #FFFFFF !important; }
    .naranja_fuerte-bg.celeste-vivo [data-type*="article"] i[class*="play"]:hover {
      color: #44c9f6 !important; }
  .naranja_fuerte-bg.copa-america {
    /* Chapitas en los listados de notas */
    /* Icono de Play si la nota tiene video */ }
    .naranja_fuerte-bg.copa-america [class*='note'] .article-theme {
      background-color: rgba(32, 138, 200, 0.8) !important;
      color: #FFFFFF !important; }
    .naranja_fuerte-bg.copa-america [data-type*="article"] i[class*="play"]:hover {
      color: #208ac8 !important; }
  .naranja_fuerte-bg.fucsia {
    /* Chapitas en los listados de notas */
    /* Icono de Play si la nota tiene video */ }
    .naranja_fuerte-bg.fucsia [class*='note'] .article-theme {
      background-color: rgba(182, 11, 124, 0.8) !important;
      color: #FFFFFF !important; }
    .naranja_fuerte-bg.fucsia [data-type*="article"] i[class*="play"]:hover {
      color: #b60b7c !important; }
  .naranja_fuerte-bg.gris {
    /* Chapitas en los listados de notas */
    /* Icono de Play si la nota tiene video */ }
    .naranja_fuerte-bg.gris [class*='note'] .article-theme {
      background-color: rgba(109, 123, 140, 0.8) !important;
      color: #FFFFFF !important; }
    .naranja_fuerte-bg.gris [data-type*="article"] i[class*="play"]:hover {
      color: #6d7b8c !important; }
  .naranja_fuerte-bg.naranja {
    /* Chapitas en los listados de notas */
    /* Icono de Play si la nota tiene video */ }
    .naranja_fuerte-bg.naranja [class*='note'] .article-theme {
      background-color: rgba(227, 123, 87, 0.8) !important;
      color: #FFFFFF !important; }
    .naranja_fuerte-bg.naranja [data-type*="article"] i[class*="play"]:hover {
      color: #e37b57 !important; }
  .naranja_fuerte-bg.naranja_fuerte {
    /* Chapitas en los listados de notas */
    /* Icono de Play si la nota tiene video */ }
    .naranja_fuerte-bg.naranja_fuerte [class*='note'] .article-theme {
      background-color: rgba(217, 56, 0, 0.8) !important;
      color: #FFFFFF !important; }
    .naranja_fuerte-bg.naranja_fuerte [data-type*="article"] i[class*="play"]:hover {
      color: #D93800 !important; }
  .naranja_fuerte-bg.rating-cero {
    /* Chapitas en los listados de notas */
    /* Icono de Play si la nota tiene video */ }
    .naranja_fuerte-bg.rating-cero [class*='note'] .article-theme {
      background-color: rgba(218, 44, 41, 0.8) !important;
      color: #FFFFFF !important; }
    .naranja_fuerte-bg.rating-cero [data-type*="article"] i[class*="play"]:hover {
      color: #da2c29 !important; }
  .naranja_fuerte-bg.texto-blanco .article-shouts .info-wrapper .preview,
  .naranja_fuerte-bg.texto-blanco .article-shouts .info-wrapper .title,
  .naranja_fuerte-bg.texto-blanco .article-shouts .info-wrapper .author,
  .naranja_fuerte-bg.texto-blanco .article-shouts .info-wrapper .article-kicker,
  .naranja_fuerte-bg.texto-blanco .highlighted-note-square-image .info-wrapper .preview,
  .naranja_fuerte-bg.texto-blanco .highlighted-note-square-image .info-wrapper .title,
  .naranja_fuerte-bg.texto-blanco .highlighted-note-square-image .info-wrapper .author,
  .naranja_fuerte-bg.texto-blanco .highlighted-note-square-image .info-wrapper .article-kicker,
  .naranja_fuerte-bg.texto-blanco .simple-list .info-wrapper .preview,
  .naranja_fuerte-bg.texto-blanco .section-aside-single-article .info-wrapper .preview,
  .naranja_fuerte-bg.texto-blanco .simple-list .info-wrapper .title,
  .naranja_fuerte-bg.texto-blanco .section-aside-single-article .info-wrapper .title,
  .naranja_fuerte-bg.texto-blanco .simple-list .info-wrapper .author,
  .naranja_fuerte-bg.texto-blanco .section-aside-single-article .info-wrapper .author,
  .naranja_fuerte-bg.texto-blanco .simple-list .info-wrapper .article-kicker,
  .naranja_fuerte-bg.texto-blanco .section-aside-single-article .info-wrapper .article-kicker,
  .naranja_fuerte-bg.texto-blanco .simple-list-square-image .info-wrapper .preview,
  .naranja_fuerte-bg.texto-blanco .simple-list-square-image .info-wrapper .title,
  .naranja_fuerte-bg.texto-blanco .simple-list-square-image .info-wrapper .author,
  .naranja_fuerte-bg.texto-blanco .simple-list-square-image .info-wrapper .article-kicker {
    color: #FFFFFF !important; }
    .naranja_fuerte-bg.texto-blanco .article-shouts .info-wrapper .preview:hover,
    .naranja_fuerte-bg.texto-blanco .article-shouts .info-wrapper .title:hover,
    .naranja_fuerte-bg.texto-blanco .article-shouts .info-wrapper .author:hover,
    .naranja_fuerte-bg.texto-blanco .article-shouts .info-wrapper .article-kicker:hover,
    .naranja_fuerte-bg.texto-blanco .highlighted-note-square-image .info-wrapper .preview:hover,
    .naranja_fuerte-bg.texto-blanco .highlighted-note-square-image .info-wrapper .title:hover,
    .naranja_fuerte-bg.texto-blanco .highlighted-note-square-image .info-wrapper .author:hover,
    .naranja_fuerte-bg.texto-blanco .highlighted-note-square-image .info-wrapper .article-kicker:hover,
    .naranja_fuerte-bg.texto-blanco .simple-list .info-wrapper .preview:hover,
    .naranja_fuerte-bg.texto-blanco .section-aside-single-article .info-wrapper .preview:hover,
    .naranja_fuerte-bg.texto-blanco .simple-list .info-wrapper .title:hover,
    .naranja_fuerte-bg.texto-blanco .section-aside-single-article .info-wrapper .title:hover,
    .naranja_fuerte-bg.texto-blanco .simple-list .info-wrapper .author:hover,
    .naranja_fuerte-bg.texto-blanco .section-aside-single-article .info-wrapper .author:hover,
    .naranja_fuerte-bg.texto-blanco .simple-list .info-wrapper .article-kicker:hover,
    .naranja_fuerte-bg.texto-blanco .section-aside-single-article .info-wrapper .article-kicker:hover,
    .naranja_fuerte-bg.texto-blanco .simple-list-square-image .info-wrapper .preview:hover,
    .naranja_fuerte-bg.texto-blanco .simple-list-square-image .info-wrapper .title:hover,
    .naranja_fuerte-bg.texto-blanco .simple-list-square-image .info-wrapper .author:hover,
    .naranja_fuerte-bg.texto-blanco .simple-list-square-image .info-wrapper .article-kicker:hover {
      color: #FFFFFF !important; }
  .naranja_fuerte-bg.texto-blanco .article-shouts .preview,
  .naranja_fuerte-bg.texto-blanco .article-shouts .title,
  .naranja_fuerte-bg.texto-blanco .article-shouts .author,
  .naranja_fuerte-bg.texto-blanco .highlighted-note-square-image .preview,
  .naranja_fuerte-bg.texto-blanco .highlighted-note-square-image .title,
  .naranja_fuerte-bg.texto-blanco .highlighted-note-square-image .author,
  .naranja_fuerte-bg.texto-blanco .simple-list .preview,
  .naranja_fuerte-bg.texto-blanco .section-aside-single-article .preview,
  .naranja_fuerte-bg.texto-blanco .simple-list .title,
  .naranja_fuerte-bg.texto-blanco .section-aside-single-article .title,
  .naranja_fuerte-bg.texto-blanco .simple-list .author,
  .naranja_fuerte-bg.texto-blanco .section-aside-single-article .author,
  .naranja_fuerte-bg.texto-blanco .simple-list-square-image .preview,
  .naranja_fuerte-bg.texto-blanco .simple-list-square-image .title,
  .naranja_fuerte-bg.texto-blanco .simple-list-square-image .author {
    color: #FFFFFF !important; }
    .naranja_fuerte-bg.texto-blanco .article-shouts .preview:hover,
    .naranja_fuerte-bg.texto-blanco .article-shouts .title:hover,
    .naranja_fuerte-bg.texto-blanco .article-shouts .author:hover,
    .naranja_fuerte-bg.texto-blanco .highlighted-note-square-image .preview:hover,
    .naranja_fuerte-bg.texto-blanco .highlighted-note-square-image .title:hover,
    .naranja_fuerte-bg.texto-blanco .highlighted-note-square-image .author:hover,
    .naranja_fuerte-bg.texto-blanco .simple-list .preview:hover,
    .naranja_fuerte-bg.texto-blanco .section-aside-single-article .preview:hover,
    .naranja_fuerte-bg.texto-blanco .simple-list .title:hover,
    .naranja_fuerte-bg.texto-blanco .section-aside-single-article .title:hover,
    .naranja_fuerte-bg.texto-blanco .simple-list .author:hover,
    .naranja_fuerte-bg.texto-blanco .section-aside-single-article .author:hover,
    .naranja_fuerte-bg.texto-blanco .simple-list-square-image .preview:hover,
    .naranja_fuerte-bg.texto-blanco .simple-list-square-image .title:hover,
    .naranja_fuerte-bg.texto-blanco .simple-list-square-image .author:hover {
      color: #FFFFFF !important; }
  .naranja_fuerte-bg.texto-blanco [class*='note'] .article-theme {
    color: #FFFFFF !important; }
  .naranja_fuerte-bg.texto-blanco .headline, .naranja_fuerte-bg.texto-blanco .most-read, .naranja_fuerte-bg.texto-blanco .note-by-author {
    margin-top: 0;
    padding-top: 8px; }
    .naranja_fuerte-bg.texto-blanco .headline .obj-title, .naranja_fuerte-bg.texto-blanco .most-read .obj-title, .naranja_fuerte-bg.texto-blanco .note-by-author .obj-title {
      color: #FFFFFF !important; }
      .naranja_fuerte-bg.texto-blanco .headline .obj-title::first-letter, .naranja_fuerte-bg.texto-blanco .most-read .obj-title::first-letter, .naranja_fuerte-bg.texto-blanco .note-by-author .obj-title::first-letter {
        background-color: #FFFFFF;
        color: #D93800 !important; }
  .naranja_fuerte-bg.tipo-blanca {
    /* Chapitas en los listados de notas */
    /* Icono de Play si la nota tiene video */ }
    .naranja_fuerte-bg.tipo-blanca [class*='note'] .article-theme {
      background-color: rgba(0, 0, 0, 0) !important;
      color: #FFFFFF !important; }
    .naranja_fuerte-bg.tipo-blanca [data-type*="article"] i[class*="play"]:hover {
      color: transparent !important; }
  .naranja_fuerte-bg.verde-doc {
    /* Chapitas en los listados de notas */
    /* Icono de Play si la nota tiene video */ }
    .naranja_fuerte-bg.verde-doc [class*='note'] .article-theme {
      background-color: rgba(0, 153, 153, 0.8) !important;
      color: #FFFFFF !important; }
    .naranja_fuerte-bg.verde-doc [data-type*="article"] i[class*="play"]:hover {
      color: #099 !important; }
  .naranja_fuerte-bg.verde_oscuro {
    /* Chapitas en los listados de notas */
    /* Icono de Play si la nota tiene video */ }
    .naranja_fuerte-bg.verde_oscuro [class*='note'] .article-theme {
      background-color: rgba(74, 122, 80, 0.8) !important;
      color: #FFFFFF !important; }
    .naranja_fuerte-bg.verde_oscuro [data-type*="article"] i[class*="play"]:hover {
      color: #4a7a50 !important; }
  .naranja_fuerte-bg.violeta {
    /* Chapitas en los listados de notas */
    /* Icono de Play si la nota tiene video */ }
    .naranja_fuerte-bg.violeta [class*='note'] .article-theme {
      background-color: rgba(86, 0, 141, 0.8) !important;
      color: #FFFFFF !important; }
    .naranja_fuerte-bg.violeta [data-type*="article"] i[class*="play"]:hover {
      color: #56008D !important; }
  .naranja_fuerte-bg.beige {
    /* Chapitas en los listados de notas */
    /* Icono de Play si la nota tiene video */ }
    .naranja_fuerte-bg.beige [class*='note'] .article-theme {
      background-color: rgba(247, 239, 228, 0.8) !important;
      color: #000000 !important; }
    .naranja_fuerte-bg.beige [data-type*="article"] i[class*="play"]:hover {
      color: #f7efe4 !important; }
  .naranja_fuerte-bg.bordo {
    /* Chapitas en los listados de notas */
    /* Icono de Play si la nota tiene video */ }
    .naranja_fuerte-bg.bordo [class*='note'] .article-theme {
      background-color: rgba(64, 37, 34, 0.8) !important;
      color: #FFFFFF !important; }
    .naranja_fuerte-bg.bordo [data-type*="article"] i[class*="play"]:hover {
      color: #402522 !important; }
  .naranja_fuerte-bg.verde-limon {
    /* Chapitas en los listados de notas */
    /* Icono de Play si la nota tiene video */ }
    .naranja_fuerte-bg.verde-limon [class*='note'] .article-theme {
      background-color: rgba(239, 255, 211, 0.8) !important;
      color: #000000 !important; }
    .naranja_fuerte-bg.verde-limon [data-type*="article"] i[class*="play"]:hover {
      color: #efffd3 !important; }
  .naranja_fuerte-bg.rojo {
    /* Chapitas en los listados de notas */
    /* Icono de Play si la nota tiene video */ }
    .naranja_fuerte-bg.rojo [class*='note'] .article-theme {
      background-color: rgba(216, 84, 84, 0.8) !important;
      color: #FFFFFF !important; }
    .naranja_fuerte-bg.rojo [data-type*="article"] i[class*="play"]:hover {
      color: #d85454 !important; }
  .naranja_fuerte-bg.celeste {
    /* Chapitas en los listados de notas */
    /* Icono de Play si la nota tiene video */ }
    .naranja_fuerte-bg.celeste [class*='note'] .article-theme {
      background-color: rgba(81, 163, 255, 0.8) !important;
      color: #FFFFFF !important; }
    .naranja_fuerte-bg.celeste [data-type*="article"] i[class*="play"]:hover {
      color: #51a3ff !important; }
  .naranja_fuerte-bg.amarillo {
    /* Chapitas en los listados de notas */
    /* Icono de Play si la nota tiene video */ }
    .naranja_fuerte-bg.amarillo [class*='note'] .article-theme {
      background-color: rgba(212, 202, 86, 0.8) !important;
      color: #000000 !important; }
    .naranja_fuerte-bg.amarillo [data-type*="article"] i[class*="play"]:hover {
      color: #d4ca56 !important; }
  .naranja_fuerte-bg.magent {
    /* Chapitas en los listados de notas */
    /* Icono de Play si la nota tiene video */ }
    .naranja_fuerte-bg.magent [class*='note'] .article-theme {
      background-color: rgba(204, 98, 200, 0.8) !important;
      color: #FFFFFF !important; }
    .naranja_fuerte-bg.magent [data-type*="article"] i[class*="play"]:hover {
      color: #cc62c8 !important; }
  .naranja_fuerte-bg.azul {
    /* Chapitas en los listados de notas */
    /* Icono de Play si la nota tiene video */ }
    .naranja_fuerte-bg.azul [class*='note'] .article-theme {
      background-color: rgba(96, 129, 166, 0.8) !important;
      color: #FFFFFF !important; }
    .naranja_fuerte-bg.azul [data-type*="article"] i[class*="play"]:hover {
      color: #6081a6 !important; }
  .naranja_fuerte-bg.verde {
    /* Chapitas en los listados de notas */
    /* Icono de Play si la nota tiene video */ }
    .naranja_fuerte-bg.verde [class*='note'] .article-theme {
      background-color: rgba(93, 200, 102, 0.8) !important;
      color: #FFFFFF !important; }
    .naranja_fuerte-bg.verde [data-type*="article"] i[class*="play"]:hover {
      color: #5dc866 !important; }
  .naranja_fuerte-bg.cyan {
    /* Chapitas en los listados de notas */
    /* Icono de Play si la nota tiene video */ }
    .naranja_fuerte-bg.cyan [class*='note'] .article-theme {
      background-color: rgba(0, 188, 212, 0.8) !important;
      color: #000000 !important; }
    .naranja_fuerte-bg.cyan [data-type*="article"] i[class*="play"]:hover {
      color: #00BCD4 !important; }
  .naranja_fuerte-bg.negro {
    /* Chapitas en los listados de notas */
    /* Icono de Play si la nota tiene video */ }
    .naranja_fuerte-bg.negro [class*='note'] .article-theme {
      background-color: rgba(29, 29, 32, 0.8) !important;
      color: #FFFFFF !important; }
    .naranja_fuerte-bg.negro [data-type*="article"] i[class*="play"]:hover {
      color: #1d1d20 !important; }

/* Widgets con color relacionado */
.widget-wrapper.naranja_fuerte:not([class*="-bg"]) {
  /* Cabezales */
  /* Chapitas en los listados de notas */
  /* Icono de Play si la nota tiene video */ }
  .widget-wrapper.naranja_fuerte:not([class*="-bg"]) .headline .obj-title, .widget-wrapper.naranja_fuerte:not([class*="-bg"]) .most-read .obj-title, .widget-wrapper.naranja_fuerte:not([class*="-bg"]) .note-by-author .obj-title {
    color: #D93800; }
    .widget-wrapper.naranja_fuerte:not([class*="-bg"]) .headline .obj-title::first-letter, .widget-wrapper.naranja_fuerte:not([class*="-bg"]) .most-read .obj-title::first-letter, .widget-wrapper.naranja_fuerte:not([class*="-bg"]) .note-by-author .obj-title::first-letter {
      background-color: #D93800;
      color: #FFFFFF; }
  .widget-wrapper.naranja_fuerte:not([class*="-bg"]) [class*='note']:not(.highlighted-portrait-note):not(.highlighted-note-overprinted-title) .article-kicker {
    color: #D93800 !important; }
  .widget-wrapper.naranja_fuerte:not([class*="-bg"]) [class*='note'] .article-theme {
    background-color: rgba(217, 56, 0, 0.8) !important;
    color: #FFFFFF !important; }
  .widget-wrapper.naranja_fuerte:not([class*="-bg"]) [class*='note'] .info-wrapper .preview:hover,
  .widget-wrapper.naranja_fuerte:not([class*="-bg"]) [class*='note'] .info-wrapper .title:hover,
  .widget-wrapper.naranja_fuerte:not([class*="-bg"]) [class*='note'] .info-wrapper .author:hover,
  .widget-wrapper.naranja_fuerte:not([class*="-bg"]) [class*='note'] .info-wrapper .article-category-grouper:hover,
  .widget-wrapper.naranja_fuerte:not([class*="-bg"]) [class*='note'] .info-wrapper .article-kicker:hover {
    color: #D93800 !important; }
  .widget-wrapper.naranja_fuerte:not([class*="-bg"]) [class*='note'] .preview:hover,
  .widget-wrapper.naranja_fuerte:not([class*="-bg"]) [class*='note'] .title:hover,
  .widget-wrapper.naranja_fuerte:not([class*="-bg"]) [class*='note'] .author:hover {
    color: #D93800 !important; }
  .widget-wrapper.naranja_fuerte:not([class*="-bg"]) [data-type*="article"] i[class*="play"]:hover {
    color: #D93800 !important; }

.widget-wrapper.naranja_fuerte:not([class*="-bg"]) {
  /* Cabezales */
  /* Chapitas en los listados de notas */
  /* Icono de Play si la nota tiene video */ }
  .widget-wrapper.naranja_fuerte:not([class*="-bg"]) .headline .obj-title, .widget-wrapper.naranja_fuerte:not([class*="-bg"]) .most-read .obj-title, .widget-wrapper.naranja_fuerte:not([class*="-bg"]) .note-by-author .obj-title {
    color: #D93800; }
    .widget-wrapper.naranja_fuerte:not([class*="-bg"]) .headline .obj-title::first-letter, .widget-wrapper.naranja_fuerte:not([class*="-bg"]) .most-read .obj-title::first-letter, .widget-wrapper.naranja_fuerte:not([class*="-bg"]) .note-by-author .obj-title::first-letter {
      background-color: #D93800;
      color: #FFFFFF; }
  .widget-wrapper.naranja_fuerte:not([class*="-bg"]) [class*='note']:not(.highlighted-portrait-note):not(.highlighted-note-overprinted-title) .article-kicker {
    color: #D93800 !important; }
  .widget-wrapper.naranja_fuerte:not([class*="-bg"]) [class*='note'] .article-theme {
    background-color: rgba(217, 56, 0, 0.8) !important;
    color: #FFFFFF !important; }
  .widget-wrapper.naranja_fuerte:not([class*="-bg"]) [class*='note'] .info-wrapper .preview:hover,
  .widget-wrapper.naranja_fuerte:not([class*="-bg"]) [class*='note'] .info-wrapper .title:hover,
  .widget-wrapper.naranja_fuerte:not([class*="-bg"]) [class*='note'] .info-wrapper .author:hover,
  .widget-wrapper.naranja_fuerte:not([class*="-bg"]) [class*='note'] .info-wrapper .article-category-grouper:hover,
  .widget-wrapper.naranja_fuerte:not([class*="-bg"]) [class*='note'] .info-wrapper .article-kicker:hover {
    color: #D93800 !important; }
  .widget-wrapper.naranja_fuerte:not([class*="-bg"]) [class*='note'] .preview:hover,
  .widget-wrapper.naranja_fuerte:not([class*="-bg"]) [class*='note'] .title:hover,
  .widget-wrapper.naranja_fuerte:not([class*="-bg"]) [class*='note'] .author:hover {
    color: #D93800 !important; }
  .widget-wrapper.naranja_fuerte:not([class*="-bg"]) [data-type*="article"] i[class*="play"]:hover {
    color: #D93800 !important; }

.widget-wrapper.naranja_fuerte:not([class*="-bg"]) {
  /* Cabezales */
  /* Chapitas en los listados de notas */
  /* Icono de Play si la nota tiene video */ }
  .widget-wrapper.naranja_fuerte:not([class*="-bg"]) .headline .obj-title, .widget-wrapper.naranja_fuerte:not([class*="-bg"]) .most-read .obj-title, .widget-wrapper.naranja_fuerte:not([class*="-bg"]) .note-by-author .obj-title {
    color: #D93800; }
    .widget-wrapper.naranja_fuerte:not([class*="-bg"]) .headline .obj-title::first-letter, .widget-wrapper.naranja_fuerte:not([class*="-bg"]) .most-read .obj-title::first-letter, .widget-wrapper.naranja_fuerte:not([class*="-bg"]) .note-by-author .obj-title::first-letter {
      background-color: #D93800;
      color: #FFFFFF; }
  .widget-wrapper.naranja_fuerte:not([class*="-bg"]) [class*='note']:not(.highlighted-portrait-note):not(.highlighted-note-overprinted-title) .article-kicker {
    color: #D93800 !important; }
  .widget-wrapper.naranja_fuerte:not([class*="-bg"]) [class*='note'] .article-theme {
    background-color: rgba(217, 56, 0, 0.8) !important;
    color: #FFFFFF !important; }
  .widget-wrapper.naranja_fuerte:not([class*="-bg"]) [class*='note'] .info-wrapper .preview:hover,
  .widget-wrapper.naranja_fuerte:not([class*="-bg"]) [class*='note'] .info-wrapper .title:hover,
  .widget-wrapper.naranja_fuerte:not([class*="-bg"]) [class*='note'] .info-wrapper .author:hover,
  .widget-wrapper.naranja_fuerte:not([class*="-bg"]) [class*='note'] .info-wrapper .article-category-grouper:hover,
  .widget-wrapper.naranja_fuerte:not([class*="-bg"]) [class*='note'] .info-wrapper .article-kicker:hover {
    color: #D93800 !important; }
  .widget-wrapper.naranja_fuerte:not([class*="-bg"]) [class*='note'] .preview:hover,
  .widget-wrapper.naranja_fuerte:not([class*="-bg"]) [class*='note'] .title:hover,
  .widget-wrapper.naranja_fuerte:not([class*="-bg"]) [class*='note'] .author:hover {
    color: #D93800 !important; }
  .widget-wrapper.naranja_fuerte:not([class*="-bg"]) [data-type*="article"] i[class*="play"]:hover {
    color: #D93800 !important; }

.widget-wrapper.naranja_fuerte:not([class*="-bg"]) {
  /* Cabezales */
  /* Chapitas en los listados de notas */
  /* Icono de Play si la nota tiene video */ }
  .widget-wrapper.naranja_fuerte:not([class*="-bg"]) .headline .obj-title, .widget-wrapper.naranja_fuerte:not([class*="-bg"]) .most-read .obj-title, .widget-wrapper.naranja_fuerte:not([class*="-bg"]) .note-by-author .obj-title {
    color: #D93800; }
    .widget-wrapper.naranja_fuerte:not([class*="-bg"]) .headline .obj-title::first-letter, .widget-wrapper.naranja_fuerte:not([class*="-bg"]) .most-read .obj-title::first-letter, .widget-wrapper.naranja_fuerte:not([class*="-bg"]) .note-by-author .obj-title::first-letter {
      background-color: #D93800;
      color: #FFFFFF; }
  .widget-wrapper.naranja_fuerte:not([class*="-bg"]) [class*='note']:not(.highlighted-portrait-note):not(.highlighted-note-overprinted-title) .article-kicker {
    color: #D93800 !important; }
  .widget-wrapper.naranja_fuerte:not([class*="-bg"]) [class*='note'] .article-theme {
    background-color: rgba(217, 56, 0, 0.8) !important;
    color: #FFFFFF !important; }
  .widget-wrapper.naranja_fuerte:not([class*="-bg"]) [class*='note'] .info-wrapper .preview:hover,
  .widget-wrapper.naranja_fuerte:not([class*="-bg"]) [class*='note'] .info-wrapper .title:hover,
  .widget-wrapper.naranja_fuerte:not([class*="-bg"]) [class*='note'] .info-wrapper .author:hover,
  .widget-wrapper.naranja_fuerte:not([class*="-bg"]) [class*='note'] .info-wrapper .article-category-grouper:hover,
  .widget-wrapper.naranja_fuerte:not([class*="-bg"]) [class*='note'] .info-wrapper .article-kicker:hover {
    color: #D93800 !important; }
  .widget-wrapper.naranja_fuerte:not([class*="-bg"]) [class*='note'] .preview:hover,
  .widget-wrapper.naranja_fuerte:not([class*="-bg"]) [class*='note'] .title:hover,
  .widget-wrapper.naranja_fuerte:not([class*="-bg"]) [class*='note'] .author:hover {
    color: #D93800 !important; }
  .widget-wrapper.naranja_fuerte:not([class*="-bg"]) [data-type*="article"] i[class*="play"]:hover {
    color: #D93800 !important; }

.widget-wrapper.naranja_fuerte:not([class*="-bg"]) {
  /* Cabezales */
  /* Chapitas en los listados de notas */
  /* Icono de Play si la nota tiene video */ }
  .widget-wrapper.naranja_fuerte:not([class*="-bg"]) .headline .obj-title, .widget-wrapper.naranja_fuerte:not([class*="-bg"]) .most-read .obj-title, .widget-wrapper.naranja_fuerte:not([class*="-bg"]) .note-by-author .obj-title {
    color: #D93800; }
    .widget-wrapper.naranja_fuerte:not([class*="-bg"]) .headline .obj-title::first-letter, .widget-wrapper.naranja_fuerte:not([class*="-bg"]) .most-read .obj-title::first-letter, .widget-wrapper.naranja_fuerte:not([class*="-bg"]) .note-by-author .obj-title::first-letter {
      background-color: #D93800;
      color: #FFFFFF; }
  .widget-wrapper.naranja_fuerte:not([class*="-bg"]) [class*='note']:not(.highlighted-portrait-note):not(.highlighted-note-overprinted-title) .article-kicker {
    color: #D93800 !important; }
  .widget-wrapper.naranja_fuerte:not([class*="-bg"]) [class*='note'] .article-theme {
    background-color: rgba(217, 56, 0, 0.8) !important;
    color: #FFFFFF !important; }
  .widget-wrapper.naranja_fuerte:not([class*="-bg"]) [class*='note'] .info-wrapper .preview:hover,
  .widget-wrapper.naranja_fuerte:not([class*="-bg"]) [class*='note'] .info-wrapper .title:hover,
  .widget-wrapper.naranja_fuerte:not([class*="-bg"]) [class*='note'] .info-wrapper .author:hover,
  .widget-wrapper.naranja_fuerte:not([class*="-bg"]) [class*='note'] .info-wrapper .article-category-grouper:hover,
  .widget-wrapper.naranja_fuerte:not([class*="-bg"]) [class*='note'] .info-wrapper .article-kicker:hover {
    color: #D93800 !important; }
  .widget-wrapper.naranja_fuerte:not([class*="-bg"]) [class*='note'] .preview:hover,
  .widget-wrapper.naranja_fuerte:not([class*="-bg"]) [class*='note'] .title:hover,
  .widget-wrapper.naranja_fuerte:not([class*="-bg"]) [class*='note'] .author:hover {
    color: #D93800 !important; }
  .widget-wrapper.naranja_fuerte:not([class*="-bg"]) [data-type*="article"] i[class*="play"]:hover {
    color: #D93800 !important; }

.widget-wrapper.naranja_fuerte:not([class*="-bg"]) {
  /* Cabezales */
  /* Chapitas en los listados de notas */
  /* Icono de Play si la nota tiene video */ }
  .widget-wrapper.naranja_fuerte:not([class*="-bg"]) .headline .obj-title, .widget-wrapper.naranja_fuerte:not([class*="-bg"]) .most-read .obj-title, .widget-wrapper.naranja_fuerte:not([class*="-bg"]) .note-by-author .obj-title {
    color: #D93800; }
    .widget-wrapper.naranja_fuerte:not([class*="-bg"]) .headline .obj-title::first-letter, .widget-wrapper.naranja_fuerte:not([class*="-bg"]) .most-read .obj-title::first-letter, .widget-wrapper.naranja_fuerte:not([class*="-bg"]) .note-by-author .obj-title::first-letter {
      background-color: #D93800;
      color: #FFFFFF; }
  .widget-wrapper.naranja_fuerte:not([class*="-bg"]) [class*='note']:not(.highlighted-portrait-note):not(.highlighted-note-overprinted-title) .article-kicker {
    color: #D93800 !important; }
  .widget-wrapper.naranja_fuerte:not([class*="-bg"]) [class*='note'] .article-theme {
    background-color: rgba(217, 56, 0, 0.8) !important;
    color: #FFFFFF !important; }
  .widget-wrapper.naranja_fuerte:not([class*="-bg"]) [class*='note'] .info-wrapper .preview:hover,
  .widget-wrapper.naranja_fuerte:not([class*="-bg"]) [class*='note'] .info-wrapper .title:hover,
  .widget-wrapper.naranja_fuerte:not([class*="-bg"]) [class*='note'] .info-wrapper .author:hover,
  .widget-wrapper.naranja_fuerte:not([class*="-bg"]) [class*='note'] .info-wrapper .article-category-grouper:hover,
  .widget-wrapper.naranja_fuerte:not([class*="-bg"]) [class*='note'] .info-wrapper .article-kicker:hover {
    color: #D93800 !important; }
  .widget-wrapper.naranja_fuerte:not([class*="-bg"]) [class*='note'] .preview:hover,
  .widget-wrapper.naranja_fuerte:not([class*="-bg"]) [class*='note'] .title:hover,
  .widget-wrapper.naranja_fuerte:not([class*="-bg"]) [class*='note'] .author:hover {
    color: #D93800 !important; }
  .widget-wrapper.naranja_fuerte:not([class*="-bg"]) [data-type*="article"] i[class*="play"]:hover {
    color: #D93800 !important; }

.widget-wrapper.naranja_fuerte:not([class*="-bg"]) {
  /* Cabezales */
  /* Chapitas en los listados de notas */
  /* Icono de Play si la nota tiene video */ }
  .widget-wrapper.naranja_fuerte:not([class*="-bg"]) .headline .obj-title, .widget-wrapper.naranja_fuerte:not([class*="-bg"]) .most-read .obj-title, .widget-wrapper.naranja_fuerte:not([class*="-bg"]) .note-by-author .obj-title {
    color: #D93800; }
    .widget-wrapper.naranja_fuerte:not([class*="-bg"]) .headline .obj-title::first-letter, .widget-wrapper.naranja_fuerte:not([class*="-bg"]) .most-read .obj-title::first-letter, .widget-wrapper.naranja_fuerte:not([class*="-bg"]) .note-by-author .obj-title::first-letter {
      background-color: #D93800;
      color: #FFFFFF; }
  .widget-wrapper.naranja_fuerte:not([class*="-bg"]) [class*='note']:not(.highlighted-portrait-note):not(.highlighted-note-overprinted-title) .article-kicker {
    color: #D93800 !important; }
  .widget-wrapper.naranja_fuerte:not([class*="-bg"]) [class*='note'] .article-theme {
    background-color: rgba(217, 56, 0, 0.8) !important;
    color: #FFFFFF !important; }
  .widget-wrapper.naranja_fuerte:not([class*="-bg"]) [class*='note'] .info-wrapper .preview:hover,
  .widget-wrapper.naranja_fuerte:not([class*="-bg"]) [class*='note'] .info-wrapper .title:hover,
  .widget-wrapper.naranja_fuerte:not([class*="-bg"]) [class*='note'] .info-wrapper .author:hover,
  .widget-wrapper.naranja_fuerte:not([class*="-bg"]) [class*='note'] .info-wrapper .article-category-grouper:hover,
  .widget-wrapper.naranja_fuerte:not([class*="-bg"]) [class*='note'] .info-wrapper .article-kicker:hover {
    color: #D93800 !important; }
  .widget-wrapper.naranja_fuerte:not([class*="-bg"]) [class*='note'] .preview:hover,
  .widget-wrapper.naranja_fuerte:not([class*="-bg"]) [class*='note'] .title:hover,
  .widget-wrapper.naranja_fuerte:not([class*="-bg"]) [class*='note'] .author:hover {
    color: #D93800 !important; }
  .widget-wrapper.naranja_fuerte:not([class*="-bg"]) [data-type*="article"] i[class*="play"]:hover {
    color: #D93800 !important; }

.widget-wrapper.naranja_fuerte:not([class*="-bg"]) {
  /* Cabezales */
  /* Chapitas en los listados de notas */
  /* Icono de Play si la nota tiene video */ }
  .widget-wrapper.naranja_fuerte:not([class*="-bg"]) .headline .obj-title, .widget-wrapper.naranja_fuerte:not([class*="-bg"]) .most-read .obj-title, .widget-wrapper.naranja_fuerte:not([class*="-bg"]) .note-by-author .obj-title {
    color: #D93800; }
    .widget-wrapper.naranja_fuerte:not([class*="-bg"]) .headline .obj-title::first-letter, .widget-wrapper.naranja_fuerte:not([class*="-bg"]) .most-read .obj-title::first-letter, .widget-wrapper.naranja_fuerte:not([class*="-bg"]) .note-by-author .obj-title::first-letter {
      background-color: #D93800;
      color: #FFFFFF; }
  .widget-wrapper.naranja_fuerte:not([class*="-bg"]) [class*='note']:not(.highlighted-portrait-note):not(.highlighted-note-overprinted-title) .article-kicker {
    color: #D93800 !important; }
  .widget-wrapper.naranja_fuerte:not([class*="-bg"]) [class*='note'] .article-theme {
    background-color: rgba(217, 56, 0, 0.8) !important;
    color: #FFFFFF !important; }
  .widget-wrapper.naranja_fuerte:not([class*="-bg"]) [class*='note'] .info-wrapper .preview:hover,
  .widget-wrapper.naranja_fuerte:not([class*="-bg"]) [class*='note'] .info-wrapper .title:hover,
  .widget-wrapper.naranja_fuerte:not([class*="-bg"]) [class*='note'] .info-wrapper .author:hover,
  .widget-wrapper.naranja_fuerte:not([class*="-bg"]) [class*='note'] .info-wrapper .article-category-grouper:hover,
  .widget-wrapper.naranja_fuerte:not([class*="-bg"]) [class*='note'] .info-wrapper .article-kicker:hover {
    color: #D93800 !important; }
  .widget-wrapper.naranja_fuerte:not([class*="-bg"]) [class*='note'] .preview:hover,
  .widget-wrapper.naranja_fuerte:not([class*="-bg"]) [class*='note'] .title:hover,
  .widget-wrapper.naranja_fuerte:not([class*="-bg"]) [class*='note'] .author:hover {
    color: #D93800 !important; }
  .widget-wrapper.naranja_fuerte:not([class*="-bg"]) [data-type*="article"] i[class*="play"]:hover {
    color: #D93800 !important; }

.widget-wrapper.naranja_fuerte:not([class*="-bg"]) {
  /* Cabezales */
  /* Chapitas en los listados de notas */
  /* Icono de Play si la nota tiene video */ }
  .widget-wrapper.naranja_fuerte:not([class*="-bg"]) .headline .obj-title, .widget-wrapper.naranja_fuerte:not([class*="-bg"]) .most-read .obj-title, .widget-wrapper.naranja_fuerte:not([class*="-bg"]) .note-by-author .obj-title {
    color: #D93800; }
    .widget-wrapper.naranja_fuerte:not([class*="-bg"]) .headline .obj-title::first-letter, .widget-wrapper.naranja_fuerte:not([class*="-bg"]) .most-read .obj-title::first-letter, .widget-wrapper.naranja_fuerte:not([class*="-bg"]) .note-by-author .obj-title::first-letter {
      background-color: #D93800;
      color: #FFFFFF; }
  .widget-wrapper.naranja_fuerte:not([class*="-bg"]) [class*='note']:not(.highlighted-portrait-note):not(.highlighted-note-overprinted-title) .article-kicker {
    color: #D93800 !important; }
  .widget-wrapper.naranja_fuerte:not([class*="-bg"]) [class*='note'] .article-theme {
    background-color: rgba(217, 56, 0, 0.8) !important;
    color: #FFFFFF !important; }
  .widget-wrapper.naranja_fuerte:not([class*="-bg"]) [class*='note'] .info-wrapper .preview:hover,
  .widget-wrapper.naranja_fuerte:not([class*="-bg"]) [class*='note'] .info-wrapper .title:hover,
  .widget-wrapper.naranja_fuerte:not([class*="-bg"]) [class*='note'] .info-wrapper .author:hover,
  .widget-wrapper.naranja_fuerte:not([class*="-bg"]) [class*='note'] .info-wrapper .article-category-grouper:hover,
  .widget-wrapper.naranja_fuerte:not([class*="-bg"]) [class*='note'] .info-wrapper .article-kicker:hover {
    color: #D93800 !important; }
  .widget-wrapper.naranja_fuerte:not([class*="-bg"]) [class*='note'] .preview:hover,
  .widget-wrapper.naranja_fuerte:not([class*="-bg"]) [class*='note'] .title:hover,
  .widget-wrapper.naranja_fuerte:not([class*="-bg"]) [class*='note'] .author:hover {
    color: #D93800 !important; }
  .widget-wrapper.naranja_fuerte:not([class*="-bg"]) [data-type*="article"] i[class*="play"]:hover {
    color: #D93800 !important; }

.widget-wrapper.naranja_fuerte:not([class*="-bg"]) {
  /* Cabezales */
  /* Chapitas en los listados de notas */
  /* Icono de Play si la nota tiene video */ }
  .widget-wrapper.naranja_fuerte:not([class*="-bg"]) .headline .obj-title, .widget-wrapper.naranja_fuerte:not([class*="-bg"]) .most-read .obj-title, .widget-wrapper.naranja_fuerte:not([class*="-bg"]) .note-by-author .obj-title {
    color: #D93800; }
    .widget-wrapper.naranja_fuerte:not([class*="-bg"]) .headline .obj-title::first-letter, .widget-wrapper.naranja_fuerte:not([class*="-bg"]) .most-read .obj-title::first-letter, .widget-wrapper.naranja_fuerte:not([class*="-bg"]) .note-by-author .obj-title::first-letter {
      background-color: #D93800;
      color: #FFFFFF; }
  .widget-wrapper.naranja_fuerte:not([class*="-bg"]) [class*='note']:not(.highlighted-portrait-note):not(.highlighted-note-overprinted-title) .article-kicker {
    color: #D93800 !important; }
  .widget-wrapper.naranja_fuerte:not([class*="-bg"]) [class*='note'] .article-theme {
    background-color: rgba(217, 56, 0, 0.8) !important;
    color: #FFFFFF !important; }
  .widget-wrapper.naranja_fuerte:not([class*="-bg"]) [class*='note'] .info-wrapper .preview:hover,
  .widget-wrapper.naranja_fuerte:not([class*="-bg"]) [class*='note'] .info-wrapper .title:hover,
  .widget-wrapper.naranja_fuerte:not([class*="-bg"]) [class*='note'] .info-wrapper .author:hover,
  .widget-wrapper.naranja_fuerte:not([class*="-bg"]) [class*='note'] .info-wrapper .article-category-grouper:hover,
  .widget-wrapper.naranja_fuerte:not([class*="-bg"]) [class*='note'] .info-wrapper .article-kicker:hover {
    color: #D93800 !important; }
  .widget-wrapper.naranja_fuerte:not([class*="-bg"]) [class*='note'] .preview:hover,
  .widget-wrapper.naranja_fuerte:not([class*="-bg"]) [class*='note'] .title:hover,
  .widget-wrapper.naranja_fuerte:not([class*="-bg"]) [class*='note'] .author:hover {
    color: #D93800 !important; }
  .widget-wrapper.naranja_fuerte:not([class*="-bg"]) [data-type*="article"] i[class*="play"]:hover {
    color: #D93800 !important; }

.widget-wrapper.naranja_fuerte:not([class*="-bg"]) {
  /* Cabezales */
  /* Chapitas en los listados de notas */
  /* Icono de Play si la nota tiene video */ }
  .widget-wrapper.naranja_fuerte:not([class*="-bg"]) .headline .obj-title, .widget-wrapper.naranja_fuerte:not([class*="-bg"]) .most-read .obj-title, .widget-wrapper.naranja_fuerte:not([class*="-bg"]) .note-by-author .obj-title {
    color: #D93800; }
    .widget-wrapper.naranja_fuerte:not([class*="-bg"]) .headline .obj-title::first-letter, .widget-wrapper.naranja_fuerte:not([class*="-bg"]) .most-read .obj-title::first-letter, .widget-wrapper.naranja_fuerte:not([class*="-bg"]) .note-by-author .obj-title::first-letter {
      background-color: #D93800;
      color: #FFFFFF; }
  .widget-wrapper.naranja_fuerte:not([class*="-bg"]) [class*='note']:not(.highlighted-portrait-note):not(.highlighted-note-overprinted-title) .article-kicker {
    color: #D93800 !important; }
  .widget-wrapper.naranja_fuerte:not([class*="-bg"]) [class*='note'] .article-theme {
    background-color: rgba(217, 56, 0, 0.8) !important;
    color: #FFFFFF !important; }
  .widget-wrapper.naranja_fuerte:not([class*="-bg"]) [class*='note'] .info-wrapper .preview:hover,
  .widget-wrapper.naranja_fuerte:not([class*="-bg"]) [class*='note'] .info-wrapper .title:hover,
  .widget-wrapper.naranja_fuerte:not([class*="-bg"]) [class*='note'] .info-wrapper .author:hover,
  .widget-wrapper.naranja_fuerte:not([class*="-bg"]) [class*='note'] .info-wrapper .article-category-grouper:hover,
  .widget-wrapper.naranja_fuerte:not([class*="-bg"]) [class*='note'] .info-wrapper .article-kicker:hover {
    color: #D93800 !important; }
  .widget-wrapper.naranja_fuerte:not([class*="-bg"]) [class*='note'] .preview:hover,
  .widget-wrapper.naranja_fuerte:not([class*="-bg"]) [class*='note'] .title:hover,
  .widget-wrapper.naranja_fuerte:not([class*="-bg"]) [class*='note'] .author:hover {
    color: #D93800 !important; }
  .widget-wrapper.naranja_fuerte:not([class*="-bg"]) [data-type*="article"] i[class*="play"]:hover {
    color: #D93800 !important; }

.widget-wrapper.naranja_fuerte:not([class*="-bg"]) {
  /* Cabezales */
  /* Chapitas en los listados de notas */
  /* Icono de Play si la nota tiene video */ }
  .widget-wrapper.naranja_fuerte:not([class*="-bg"]) .headline .obj-title, .widget-wrapper.naranja_fuerte:not([class*="-bg"]) .most-read .obj-title, .widget-wrapper.naranja_fuerte:not([class*="-bg"]) .note-by-author .obj-title {
    color: #D93800; }
    .widget-wrapper.naranja_fuerte:not([class*="-bg"]) .headline .obj-title::first-letter, .widget-wrapper.naranja_fuerte:not([class*="-bg"]) .most-read .obj-title::first-letter, .widget-wrapper.naranja_fuerte:not([class*="-bg"]) .note-by-author .obj-title::first-letter {
      background-color: #D93800;
      color: #FFFFFF; }
  .widget-wrapper.naranja_fuerte:not([class*="-bg"]) [class*='note']:not(.highlighted-portrait-note):not(.highlighted-note-overprinted-title) .article-kicker {
    color: #D93800 !important; }
  .widget-wrapper.naranja_fuerte:not([class*="-bg"]) [class*='note'] .article-theme {
    background-color: rgba(217, 56, 0, 0.8) !important;
    color: #FFFFFF !important; }
  .widget-wrapper.naranja_fuerte:not([class*="-bg"]) [class*='note'] .info-wrapper .preview:hover,
  .widget-wrapper.naranja_fuerte:not([class*="-bg"]) [class*='note'] .info-wrapper .title:hover,
  .widget-wrapper.naranja_fuerte:not([class*="-bg"]) [class*='note'] .info-wrapper .author:hover,
  .widget-wrapper.naranja_fuerte:not([class*="-bg"]) [class*='note'] .info-wrapper .article-category-grouper:hover,
  .widget-wrapper.naranja_fuerte:not([class*="-bg"]) [class*='note'] .info-wrapper .article-kicker:hover {
    color: #D93800 !important; }
  .widget-wrapper.naranja_fuerte:not([class*="-bg"]) [class*='note'] .preview:hover,
  .widget-wrapper.naranja_fuerte:not([class*="-bg"]) [class*='note'] .title:hover,
  .widget-wrapper.naranja_fuerte:not([class*="-bg"]) [class*='note'] .author:hover {
    color: #D93800 !important; }
  .widget-wrapper.naranja_fuerte:not([class*="-bg"]) [data-type*="article"] i[class*="play"]:hover {
    color: #D93800 !important; }

.widget-wrapper.naranja_fuerte:not([class*="-bg"]) {
  /* Cabezales */
  /* Chapitas en los listados de notas */
  /* Icono de Play si la nota tiene video */ }
  .widget-wrapper.naranja_fuerte:not([class*="-bg"]) .headline .obj-title, .widget-wrapper.naranja_fuerte:not([class*="-bg"]) .most-read .obj-title, .widget-wrapper.naranja_fuerte:not([class*="-bg"]) .note-by-author .obj-title {
    color: #D93800; }
    .widget-wrapper.naranja_fuerte:not([class*="-bg"]) .headline .obj-title::first-letter, .widget-wrapper.naranja_fuerte:not([class*="-bg"]) .most-read .obj-title::first-letter, .widget-wrapper.naranja_fuerte:not([class*="-bg"]) .note-by-author .obj-title::first-letter {
      background-color: #D93800;
      color: #FFFFFF; }
  .widget-wrapper.naranja_fuerte:not([class*="-bg"]) [class*='note']:not(.highlighted-portrait-note):not(.highlighted-note-overprinted-title) .article-kicker {
    color: #D93800 !important; }
  .widget-wrapper.naranja_fuerte:not([class*="-bg"]) [class*='note'] .article-theme {
    background-color: rgba(217, 56, 0, 0.8) !important;
    color: #FFFFFF !important; }
  .widget-wrapper.naranja_fuerte:not([class*="-bg"]) [class*='note'] .info-wrapper .preview:hover,
  .widget-wrapper.naranja_fuerte:not([class*="-bg"]) [class*='note'] .info-wrapper .title:hover,
  .widget-wrapper.naranja_fuerte:not([class*="-bg"]) [class*='note'] .info-wrapper .author:hover,
  .widget-wrapper.naranja_fuerte:not([class*="-bg"]) [class*='note'] .info-wrapper .article-category-grouper:hover,
  .widget-wrapper.naranja_fuerte:not([class*="-bg"]) [class*='note'] .info-wrapper .article-kicker:hover {
    color: #D93800 !important; }
  .widget-wrapper.naranja_fuerte:not([class*="-bg"]) [class*='note'] .preview:hover,
  .widget-wrapper.naranja_fuerte:not([class*="-bg"]) [class*='note'] .title:hover,
  .widget-wrapper.naranja_fuerte:not([class*="-bg"]) [class*='note'] .author:hover {
    color: #D93800 !important; }
  .widget-wrapper.naranja_fuerte:not([class*="-bg"]) [data-type*="article"] i[class*="play"]:hover {
    color: #D93800 !important; }

.widget-wrapper.naranja_fuerte:not([class*="-bg"]) {
  /* Cabezales */
  /* Chapitas en los listados de notas */
  /* Icono de Play si la nota tiene video */ }
  .widget-wrapper.naranja_fuerte:not([class*="-bg"]) .headline .obj-title, .widget-wrapper.naranja_fuerte:not([class*="-bg"]) .most-read .obj-title, .widget-wrapper.naranja_fuerte:not([class*="-bg"]) .note-by-author .obj-title {
    color: #D93800; }
    .widget-wrapper.naranja_fuerte:not([class*="-bg"]) .headline .obj-title::first-letter, .widget-wrapper.naranja_fuerte:not([class*="-bg"]) .most-read .obj-title::first-letter, .widget-wrapper.naranja_fuerte:not([class*="-bg"]) .note-by-author .obj-title::first-letter {
      background-color: #D93800;
      color: #FFFFFF; }
  .widget-wrapper.naranja_fuerte:not([class*="-bg"]) [class*='note']:not(.highlighted-portrait-note):not(.highlighted-note-overprinted-title) .article-kicker {
    color: #D93800 !important; }
  .widget-wrapper.naranja_fuerte:not([class*="-bg"]) [class*='note'] .article-theme {
    background-color: rgba(217, 56, 0, 0.8) !important;
    color: #FFFFFF !important; }
  .widget-wrapper.naranja_fuerte:not([class*="-bg"]) [class*='note'] .info-wrapper .preview:hover,
  .widget-wrapper.naranja_fuerte:not([class*="-bg"]) [class*='note'] .info-wrapper .title:hover,
  .widget-wrapper.naranja_fuerte:not([class*="-bg"]) [class*='note'] .info-wrapper .author:hover,
  .widget-wrapper.naranja_fuerte:not([class*="-bg"]) [class*='note'] .info-wrapper .article-category-grouper:hover,
  .widget-wrapper.naranja_fuerte:not([class*="-bg"]) [class*='note'] .info-wrapper .article-kicker:hover {
    color: #D93800 !important; }
  .widget-wrapper.naranja_fuerte:not([class*="-bg"]) [class*='note'] .preview:hover,
  .widget-wrapper.naranja_fuerte:not([class*="-bg"]) [class*='note'] .title:hover,
  .widget-wrapper.naranja_fuerte:not([class*="-bg"]) [class*='note'] .author:hover {
    color: #D93800 !important; }
  .widget-wrapper.naranja_fuerte:not([class*="-bg"]) [data-type*="article"] i[class*="play"]:hover {
    color: #D93800 !important; }

.widget-wrapper.naranja_fuerte:not([class*="-bg"]) {
  /* Cabezales */
  /* Chapitas en los listados de notas */
  /* Icono de Play si la nota tiene video */ }
  .widget-wrapper.naranja_fuerte:not([class*="-bg"]) .headline .obj-title, .widget-wrapper.naranja_fuerte:not([class*="-bg"]) .most-read .obj-title, .widget-wrapper.naranja_fuerte:not([class*="-bg"]) .note-by-author .obj-title {
    color: #D93800; }
    .widget-wrapper.naranja_fuerte:not([class*="-bg"]) .headline .obj-title::first-letter, .widget-wrapper.naranja_fuerte:not([class*="-bg"]) .most-read .obj-title::first-letter, .widget-wrapper.naranja_fuerte:not([class*="-bg"]) .note-by-author .obj-title::first-letter {
      background-color: #D93800;
      color: #FFFFFF; }
  .widget-wrapper.naranja_fuerte:not([class*="-bg"]) [class*='note']:not(.highlighted-portrait-note):not(.highlighted-note-overprinted-title) .article-kicker {
    color: #D93800 !important; }
  .widget-wrapper.naranja_fuerte:not([class*="-bg"]) [class*='note'] .article-theme {
    background-color: rgba(217, 56, 0, 0.8) !important;
    color: #FFFFFF !important; }
  .widget-wrapper.naranja_fuerte:not([class*="-bg"]) [class*='note'] .info-wrapper .preview:hover,
  .widget-wrapper.naranja_fuerte:not([class*="-bg"]) [class*='note'] .info-wrapper .title:hover,
  .widget-wrapper.naranja_fuerte:not([class*="-bg"]) [class*='note'] .info-wrapper .author:hover,
  .widget-wrapper.naranja_fuerte:not([class*="-bg"]) [class*='note'] .info-wrapper .article-category-grouper:hover,
  .widget-wrapper.naranja_fuerte:not([class*="-bg"]) [class*='note'] .info-wrapper .article-kicker:hover {
    color: #D93800 !important; }
  .widget-wrapper.naranja_fuerte:not([class*="-bg"]) [class*='note'] .preview:hover,
  .widget-wrapper.naranja_fuerte:not([class*="-bg"]) [class*='note'] .title:hover,
  .widget-wrapper.naranja_fuerte:not([class*="-bg"]) [class*='note'] .author:hover {
    color: #D93800 !important; }
  .widget-wrapper.naranja_fuerte:not([class*="-bg"]) [data-type*="article"] i[class*="play"]:hover {
    color: #D93800 !important; }

.widget-wrapper.naranja_fuerte:not([class*="-bg"]) {
  /* Cabezales */
  /* Chapitas en los listados de notas */
  /* Icono de Play si la nota tiene video */ }
  .widget-wrapper.naranja_fuerte:not([class*="-bg"]) .headline .obj-title, .widget-wrapper.naranja_fuerte:not([class*="-bg"]) .most-read .obj-title, .widget-wrapper.naranja_fuerte:not([class*="-bg"]) .note-by-author .obj-title {
    color: #D93800; }
    .widget-wrapper.naranja_fuerte:not([class*="-bg"]) .headline .obj-title::first-letter, .widget-wrapper.naranja_fuerte:not([class*="-bg"]) .most-read .obj-title::first-letter, .widget-wrapper.naranja_fuerte:not([class*="-bg"]) .note-by-author .obj-title::first-letter {
      background-color: #D93800;
      color: #FFFFFF; }
  .widget-wrapper.naranja_fuerte:not([class*="-bg"]) [class*='note']:not(.highlighted-portrait-note):not(.highlighted-note-overprinted-title) .article-kicker {
    color: #D93800 !important; }
  .widget-wrapper.naranja_fuerte:not([class*="-bg"]) [class*='note'] .article-theme {
    background-color: rgba(217, 56, 0, 0.8) !important;
    color: #FFFFFF !important; }
  .widget-wrapper.naranja_fuerte:not([class*="-bg"]) [class*='note'] .info-wrapper .preview:hover,
  .widget-wrapper.naranja_fuerte:not([class*="-bg"]) [class*='note'] .info-wrapper .title:hover,
  .widget-wrapper.naranja_fuerte:not([class*="-bg"]) [class*='note'] .info-wrapper .author:hover,
  .widget-wrapper.naranja_fuerte:not([class*="-bg"]) [class*='note'] .info-wrapper .article-category-grouper:hover,
  .widget-wrapper.naranja_fuerte:not([class*="-bg"]) [class*='note'] .info-wrapper .article-kicker:hover {
    color: #D93800 !important; }
  .widget-wrapper.naranja_fuerte:not([class*="-bg"]) [class*='note'] .preview:hover,
  .widget-wrapper.naranja_fuerte:not([class*="-bg"]) [class*='note'] .title:hover,
  .widget-wrapper.naranja_fuerte:not([class*="-bg"]) [class*='note'] .author:hover {
    color: #D93800 !important; }
  .widget-wrapper.naranja_fuerte:not([class*="-bg"]) [data-type*="article"] i[class*="play"]:hover {
    color: #D93800 !important; }

.widget-wrapper.naranja_fuerte:not([class*="-bg"]) {
  /* Cabezales */
  /* Chapitas en los listados de notas */
  /* Icono de Play si la nota tiene video */ }
  .widget-wrapper.naranja_fuerte:not([class*="-bg"]) .headline .obj-title, .widget-wrapper.naranja_fuerte:not([class*="-bg"]) .most-read .obj-title, .widget-wrapper.naranja_fuerte:not([class*="-bg"]) .note-by-author .obj-title {
    color: #D93800; }
    .widget-wrapper.naranja_fuerte:not([class*="-bg"]) .headline .obj-title::first-letter, .widget-wrapper.naranja_fuerte:not([class*="-bg"]) .most-read .obj-title::first-letter, .widget-wrapper.naranja_fuerte:not([class*="-bg"]) .note-by-author .obj-title::first-letter {
      background-color: #D93800;
      color: #FFFFFF; }
  .widget-wrapper.naranja_fuerte:not([class*="-bg"]) [class*='note']:not(.highlighted-portrait-note):not(.highlighted-note-overprinted-title) .article-kicker {
    color: #D93800 !important; }
  .widget-wrapper.naranja_fuerte:not([class*="-bg"]) [class*='note'] .article-theme {
    background-color: rgba(217, 56, 0, 0.8) !important;
    color: #FFFFFF !important; }
  .widget-wrapper.naranja_fuerte:not([class*="-bg"]) [class*='note'] .info-wrapper .preview:hover,
  .widget-wrapper.naranja_fuerte:not([class*="-bg"]) [class*='note'] .info-wrapper .title:hover,
  .widget-wrapper.naranja_fuerte:not([class*="-bg"]) [class*='note'] .info-wrapper .author:hover,
  .widget-wrapper.naranja_fuerte:not([class*="-bg"]) [class*='note'] .info-wrapper .article-category-grouper:hover,
  .widget-wrapper.naranja_fuerte:not([class*="-bg"]) [class*='note'] .info-wrapper .article-kicker:hover {
    color: #D93800 !important; }
  .widget-wrapper.naranja_fuerte:not([class*="-bg"]) [class*='note'] .preview:hover,
  .widget-wrapper.naranja_fuerte:not([class*="-bg"]) [class*='note'] .title:hover,
  .widget-wrapper.naranja_fuerte:not([class*="-bg"]) [class*='note'] .author:hover {
    color: #D93800 !important; }
  .widget-wrapper.naranja_fuerte:not([class*="-bg"]) [data-type*="article"] i[class*="play"]:hover {
    color: #D93800 !important; }

.widget-wrapper.naranja_fuerte:not([class*="-bg"]) {
  /* Cabezales */
  /* Chapitas en los listados de notas */
  /* Icono de Play si la nota tiene video */ }
  .widget-wrapper.naranja_fuerte:not([class*="-bg"]) .headline .obj-title, .widget-wrapper.naranja_fuerte:not([class*="-bg"]) .most-read .obj-title, .widget-wrapper.naranja_fuerte:not([class*="-bg"]) .note-by-author .obj-title {
    color: #D93800; }
    .widget-wrapper.naranja_fuerte:not([class*="-bg"]) .headline .obj-title::first-letter, .widget-wrapper.naranja_fuerte:not([class*="-bg"]) .most-read .obj-title::first-letter, .widget-wrapper.naranja_fuerte:not([class*="-bg"]) .note-by-author .obj-title::first-letter {
      background-color: #D93800;
      color: #FFFFFF; }
  .widget-wrapper.naranja_fuerte:not([class*="-bg"]) [class*='note']:not(.highlighted-portrait-note):not(.highlighted-note-overprinted-title) .article-kicker {
    color: #D93800 !important; }
  .widget-wrapper.naranja_fuerte:not([class*="-bg"]) [class*='note'] .article-theme {
    background-color: rgba(217, 56, 0, 0.8) !important;
    color: #FFFFFF !important; }
  .widget-wrapper.naranja_fuerte:not([class*="-bg"]) [class*='note'] .info-wrapper .preview:hover,
  .widget-wrapper.naranja_fuerte:not([class*="-bg"]) [class*='note'] .info-wrapper .title:hover,
  .widget-wrapper.naranja_fuerte:not([class*="-bg"]) [class*='note'] .info-wrapper .author:hover,
  .widget-wrapper.naranja_fuerte:not([class*="-bg"]) [class*='note'] .info-wrapper .article-category-grouper:hover,
  .widget-wrapper.naranja_fuerte:not([class*="-bg"]) [class*='note'] .info-wrapper .article-kicker:hover {
    color: #D93800 !important; }
  .widget-wrapper.naranja_fuerte:not([class*="-bg"]) [class*='note'] .preview:hover,
  .widget-wrapper.naranja_fuerte:not([class*="-bg"]) [class*='note'] .title:hover,
  .widget-wrapper.naranja_fuerte:not([class*="-bg"]) [class*='note'] .author:hover {
    color: #D93800 !important; }
  .widget-wrapper.naranja_fuerte:not([class*="-bg"]) [data-type*="article"] i[class*="play"]:hover {
    color: #D93800 !important; }

.widget-wrapper.naranja_fuerte:not([class*="-bg"]) {
  /* Cabezales */
  /* Chapitas en los listados de notas */
  /* Icono de Play si la nota tiene video */ }
  .widget-wrapper.naranja_fuerte:not([class*="-bg"]) .headline .obj-title, .widget-wrapper.naranja_fuerte:not([class*="-bg"]) .most-read .obj-title, .widget-wrapper.naranja_fuerte:not([class*="-bg"]) .note-by-author .obj-title {
    color: #D93800; }
    .widget-wrapper.naranja_fuerte:not([class*="-bg"]) .headline .obj-title::first-letter, .widget-wrapper.naranja_fuerte:not([class*="-bg"]) .most-read .obj-title::first-letter, .widget-wrapper.naranja_fuerte:not([class*="-bg"]) .note-by-author .obj-title::first-letter {
      background-color: #D93800;
      color: #FFFFFF; }
  .widget-wrapper.naranja_fuerte:not([class*="-bg"]) [class*='note']:not(.highlighted-portrait-note):not(.highlighted-note-overprinted-title) .article-kicker {
    color: #D93800 !important; }
  .widget-wrapper.naranja_fuerte:not([class*="-bg"]) [class*='note'] .article-theme {
    background-color: rgba(217, 56, 0, 0.8) !important;
    color: #FFFFFF !important; }
  .widget-wrapper.naranja_fuerte:not([class*="-bg"]) [class*='note'] .info-wrapper .preview:hover,
  .widget-wrapper.naranja_fuerte:not([class*="-bg"]) [class*='note'] .info-wrapper .title:hover,
  .widget-wrapper.naranja_fuerte:not([class*="-bg"]) [class*='note'] .info-wrapper .author:hover,
  .widget-wrapper.naranja_fuerte:not([class*="-bg"]) [class*='note'] .info-wrapper .article-category-grouper:hover,
  .widget-wrapper.naranja_fuerte:not([class*="-bg"]) [class*='note'] .info-wrapper .article-kicker:hover {
    color: #D93800 !important; }
  .widget-wrapper.naranja_fuerte:not([class*="-bg"]) [class*='note'] .preview:hover,
  .widget-wrapper.naranja_fuerte:not([class*="-bg"]) [class*='note'] .title:hover,
  .widget-wrapper.naranja_fuerte:not([class*="-bg"]) [class*='note'] .author:hover {
    color: #D93800 !important; }
  .widget-wrapper.naranja_fuerte:not([class*="-bg"]) [data-type*="article"] i[class*="play"]:hover {
    color: #D93800 !important; }

.widget-wrapper.naranja_fuerte:not([class*="-bg"]) {
  /* Cabezales */
  /* Chapitas en los listados de notas */
  /* Icono de Play si la nota tiene video */ }
  .widget-wrapper.naranja_fuerte:not([class*="-bg"]) .headline .obj-title, .widget-wrapper.naranja_fuerte:not([class*="-bg"]) .most-read .obj-title, .widget-wrapper.naranja_fuerte:not([class*="-bg"]) .note-by-author .obj-title {
    color: #D93800; }
    .widget-wrapper.naranja_fuerte:not([class*="-bg"]) .headline .obj-title::first-letter, .widget-wrapper.naranja_fuerte:not([class*="-bg"]) .most-read .obj-title::first-letter, .widget-wrapper.naranja_fuerte:not([class*="-bg"]) .note-by-author .obj-title::first-letter {
      background-color: #D93800;
      color: #FFFFFF; }
  .widget-wrapper.naranja_fuerte:not([class*="-bg"]) [class*='note']:not(.highlighted-portrait-note):not(.highlighted-note-overprinted-title) .article-kicker {
    color: #D93800 !important; }
  .widget-wrapper.naranja_fuerte:not([class*="-bg"]) [class*='note'] .article-theme {
    background-color: rgba(217, 56, 0, 0.8) !important;
    color: #FFFFFF !important; }
  .widget-wrapper.naranja_fuerte:not([class*="-bg"]) [class*='note'] .info-wrapper .preview:hover,
  .widget-wrapper.naranja_fuerte:not([class*="-bg"]) [class*='note'] .info-wrapper .title:hover,
  .widget-wrapper.naranja_fuerte:not([class*="-bg"]) [class*='note'] .info-wrapper .author:hover,
  .widget-wrapper.naranja_fuerte:not([class*="-bg"]) [class*='note'] .info-wrapper .article-category-grouper:hover,
  .widget-wrapper.naranja_fuerte:not([class*="-bg"]) [class*='note'] .info-wrapper .article-kicker:hover {
    color: #D93800 !important; }
  .widget-wrapper.naranja_fuerte:not([class*="-bg"]) [class*='note'] .preview:hover,
  .widget-wrapper.naranja_fuerte:not([class*="-bg"]) [class*='note'] .title:hover,
  .widget-wrapper.naranja_fuerte:not([class*="-bg"]) [class*='note'] .author:hover {
    color: #D93800 !important; }
  .widget-wrapper.naranja_fuerte:not([class*="-bg"]) [data-type*="article"] i[class*="play"]:hover {
    color: #D93800 !important; }

.widget-wrapper.naranja_fuerte:not([class*="-bg"]) {
  /* Cabezales */
  /* Chapitas en los listados de notas */
  /* Icono de Play si la nota tiene video */ }
  .widget-wrapper.naranja_fuerte:not([class*="-bg"]) .headline .obj-title, .widget-wrapper.naranja_fuerte:not([class*="-bg"]) .most-read .obj-title, .widget-wrapper.naranja_fuerte:not([class*="-bg"]) .note-by-author .obj-title {
    color: #D93800; }
    .widget-wrapper.naranja_fuerte:not([class*="-bg"]) .headline .obj-title::first-letter, .widget-wrapper.naranja_fuerte:not([class*="-bg"]) .most-read .obj-title::first-letter, .widget-wrapper.naranja_fuerte:not([class*="-bg"]) .note-by-author .obj-title::first-letter {
      background-color: #D93800;
      color: #FFFFFF; }
  .widget-wrapper.naranja_fuerte:not([class*="-bg"]) [class*='note']:not(.highlighted-portrait-note):not(.highlighted-note-overprinted-title) .article-kicker {
    color: #D93800 !important; }
  .widget-wrapper.naranja_fuerte:not([class*="-bg"]) [class*='note'] .article-theme {
    background-color: rgba(217, 56, 0, 0.8) !important;
    color: #FFFFFF !important; }
  .widget-wrapper.naranja_fuerte:not([class*="-bg"]) [class*='note'] .info-wrapper .preview:hover,
  .widget-wrapper.naranja_fuerte:not([class*="-bg"]) [class*='note'] .info-wrapper .title:hover,
  .widget-wrapper.naranja_fuerte:not([class*="-bg"]) [class*='note'] .info-wrapper .author:hover,
  .widget-wrapper.naranja_fuerte:not([class*="-bg"]) [class*='note'] .info-wrapper .article-category-grouper:hover,
  .widget-wrapper.naranja_fuerte:not([class*="-bg"]) [class*='note'] .info-wrapper .article-kicker:hover {
    color: #D93800 !important; }
  .widget-wrapper.naranja_fuerte:not([class*="-bg"]) [class*='note'] .preview:hover,
  .widget-wrapper.naranja_fuerte:not([class*="-bg"]) [class*='note'] .title:hover,
  .widget-wrapper.naranja_fuerte:not([class*="-bg"]) [class*='note'] .author:hover {
    color: #D93800 !important; }
  .widget-wrapper.naranja_fuerte:not([class*="-bg"]) [data-type*="article"] i[class*="play"]:hover {
    color: #D93800 !important; }

.widget-wrapper.naranja_fuerte:not([class*="-bg"]) {
  /* Cabezales */
  /* Chapitas en los listados de notas */
  /* Icono de Play si la nota tiene video */ }
  .widget-wrapper.naranja_fuerte:not([class*="-bg"]) .headline .obj-title, .widget-wrapper.naranja_fuerte:not([class*="-bg"]) .most-read .obj-title, .widget-wrapper.naranja_fuerte:not([class*="-bg"]) .note-by-author .obj-title {
    color: #D93800; }
    .widget-wrapper.naranja_fuerte:not([class*="-bg"]) .headline .obj-title::first-letter, .widget-wrapper.naranja_fuerte:not([class*="-bg"]) .most-read .obj-title::first-letter, .widget-wrapper.naranja_fuerte:not([class*="-bg"]) .note-by-author .obj-title::first-letter {
      background-color: #D93800;
      color: #FFFFFF; }
  .widget-wrapper.naranja_fuerte:not([class*="-bg"]) [class*='note']:not(.highlighted-portrait-note):not(.highlighted-note-overprinted-title) .article-kicker {
    color: #D93800 !important; }
  .widget-wrapper.naranja_fuerte:not([class*="-bg"]) [class*='note'] .article-theme {
    background-color: rgba(217, 56, 0, 0.8) !important;
    color: #FFFFFF !important; }
  .widget-wrapper.naranja_fuerte:not([class*="-bg"]) [class*='note'] .info-wrapper .preview:hover,
  .widget-wrapper.naranja_fuerte:not([class*="-bg"]) [class*='note'] .info-wrapper .title:hover,
  .widget-wrapper.naranja_fuerte:not([class*="-bg"]) [class*='note'] .info-wrapper .author:hover,
  .widget-wrapper.naranja_fuerte:not([class*="-bg"]) [class*='note'] .info-wrapper .article-category-grouper:hover,
  .widget-wrapper.naranja_fuerte:not([class*="-bg"]) [class*='note'] .info-wrapper .article-kicker:hover {
    color: #D93800 !important; }
  .widget-wrapper.naranja_fuerte:not([class*="-bg"]) [class*='note'] .preview:hover,
  .widget-wrapper.naranja_fuerte:not([class*="-bg"]) [class*='note'] .title:hover,
  .widget-wrapper.naranja_fuerte:not([class*="-bg"]) [class*='note'] .author:hover {
    color: #D93800 !important; }
  .widget-wrapper.naranja_fuerte:not([class*="-bg"]) [data-type*="article"] i[class*="play"]:hover {
    color: #D93800 !important; }

.widget-wrapper.naranja_fuerte:not([class*="-bg"]) {
  /* Cabezales */
  /* Chapitas en los listados de notas */
  /* Icono de Play si la nota tiene video */ }
  .widget-wrapper.naranja_fuerte:not([class*="-bg"]) .headline .obj-title, .widget-wrapper.naranja_fuerte:not([class*="-bg"]) .most-read .obj-title, .widget-wrapper.naranja_fuerte:not([class*="-bg"]) .note-by-author .obj-title {
    color: #D93800; }
    .widget-wrapper.naranja_fuerte:not([class*="-bg"]) .headline .obj-title::first-letter, .widget-wrapper.naranja_fuerte:not([class*="-bg"]) .most-read .obj-title::first-letter, .widget-wrapper.naranja_fuerte:not([class*="-bg"]) .note-by-author .obj-title::first-letter {
      background-color: #D93800;
      color: #FFFFFF; }
  .widget-wrapper.naranja_fuerte:not([class*="-bg"]) [class*='note']:not(.highlighted-portrait-note):not(.highlighted-note-overprinted-title) .article-kicker {
    color: #D93800 !important; }
  .widget-wrapper.naranja_fuerte:not([class*="-bg"]) [class*='note'] .article-theme {
    background-color: rgba(217, 56, 0, 0.8) !important;
    color: #FFFFFF !important; }
  .widget-wrapper.naranja_fuerte:not([class*="-bg"]) [class*='note'] .info-wrapper .preview:hover,
  .widget-wrapper.naranja_fuerte:not([class*="-bg"]) [class*='note'] .info-wrapper .title:hover,
  .widget-wrapper.naranja_fuerte:not([class*="-bg"]) [class*='note'] .info-wrapper .author:hover,
  .widget-wrapper.naranja_fuerte:not([class*="-bg"]) [class*='note'] .info-wrapper .article-category-grouper:hover,
  .widget-wrapper.naranja_fuerte:not([class*="-bg"]) [class*='note'] .info-wrapper .article-kicker:hover {
    color: #D93800 !important; }
  .widget-wrapper.naranja_fuerte:not([class*="-bg"]) [class*='note'] .preview:hover,
  .widget-wrapper.naranja_fuerte:not([class*="-bg"]) [class*='note'] .title:hover,
  .widget-wrapper.naranja_fuerte:not([class*="-bg"]) [class*='note'] .author:hover {
    color: #D93800 !important; }
  .widget-wrapper.naranja_fuerte:not([class*="-bg"]) [data-type*="article"] i[class*="play"]:hover {
    color: #D93800 !important; }

.widget-wrapper.texto-blanco {
  color: #FFFFFF;
  /* Cabezales */ }
  .widget-wrapper.texto-blanco .headline .obj-title, .widget-wrapper.texto-blanco .most-read .obj-title, .widget-wrapper.texto-blanco .note-by-author .obj-title {
    color: #FFFFFF; }
  .widget-wrapper.texto-blanco .simple-list .simple-note:not(.no-media) .title, .widget-wrapper.texto-blanco .section-aside-single-article .simple-note:not(.no-media) .title {
    color: #FFFFFF; }
  .widget-wrapper.texto-blanco .simple-list-square-image .simple-note-square-image .title {
    color: #FFFFFF; }
  .widget-wrapper.texto-blanco .free-text .body-content {
    color: #FFFFFF; }
  .widget-wrapper.texto-blanco [data-type*="article"] .info-wrapper .article-kicker {
    color: #FFFFFF !important; }

/* Colores en Detalle Sección */
body.naranja_fuerte main.container.note {
  /* Cabezales */
  /* Chapitas en los listados de notas */
  /* Icono de Play si la nota tiene video */
  /* Iconos de Share/Compartir */
  /* Listado Más Leídas */
  /* Paginador Listado Seccion */ }
  body.naranja_fuerte main.container.note .headline .obj-title, body.naranja_fuerte main.container.note .most-read .obj-title, body.naranja_fuerte main.container.note .note-by-author .obj-title {
    color: #D93800; }
    body.naranja_fuerte main.container.note .headline .obj-title::first-letter, body.naranja_fuerte main.container.note .most-read .obj-title::first-letter, body.naranja_fuerte main.container.note .note-by-author .obj-title::first-letter {
      background-color: #D93800;
      color: #FFFFFF; }
  body.naranja_fuerte main.container.note [class*='note'] .article-theme {
    background-color: rgba(217, 56, 0, 0.8) !important;
    color: #FFFFFF !important; }
  body.naranja_fuerte main.container.note [class*='note'] .info-wrapper .preview:hover,
  body.naranja_fuerte main.container.note [class*='note'] .info-wrapper .title:hover,
  body.naranja_fuerte main.container.note [class*='note'] .info-wrapper .author:hover {
    color: #D93800 !important; }
  body.naranja_fuerte main.container.note [class*='note'] .preview:hover,
  body.naranja_fuerte main.container.note [class*='note'] .title:hover,
  body.naranja_fuerte main.container.note [class*='note'] .author:hover {
    color: #D93800 !important; }
  body.naranja_fuerte main.container.note [data-type*="article"] i[class*="play"]:hover {
    color: #D93800 !important; }
  body.naranja_fuerte main.container.note .socials-share li {
    background-color: #D93800; }
  body.naranja_fuerte main.container.note .ranking-list {
    background-color: #D93800; }
    body.naranja_fuerte main.container.note .ranking-list .article .number {
      background-color: #c03100; }
    body.naranja_fuerte main.container.note .ranking-list .article .number,
    body.naranja_fuerte main.container.note .ranking-list .article .title,
    body.naranja_fuerte main.container.note .ranking-list .article .author {
      color: #FFFFFF; }
    body.naranja_fuerte main.container.note .ranking-list .obj-title {
      color: #FFFFFF; }
  body.naranja_fuerte main.container.note .list-articles .articles-pagination [class*="button"] {
    background-color: #D93800;
    color: #FFFFFF; }
    body.naranja_fuerte main.container.note .list-articles .articles-pagination [class*="button"]:hover {
      background-color: #C82828; }

/* Colores en las chapitas */
.article-theme.rating-cero {
  color: #da2c29 !important; }

.article-kicker.rating-cero {
  color: #da2c29 !important; }

.article-category-grouper.rating-cero:hover {
  color: #da2c29 !important; }

/* Cabezales */
.headline.rating-cero .obj-title, .rating-cero.most-read .obj-title, .rating-cero.note-by-author .obj-title {
  color: #da2c29; }
  .headline.rating-cero .obj-title::first-letter, .rating-cero.most-read .obj-title::first-letter, .rating-cero.note-by-author .obj-title::first-letter {
    background-color: #da2c29;
    color: #FFFFFF; }

/* Widges con colores de fondo */
.rating-cero-bg {
  background-color: #da2c29; }
  .rating-cero-bg.widget-wrapper {
    padding-top: 25px;
    margin-bottom: 25px; }
  .rating-cero-bg .highlighted-note-square-image .preview,
  .rating-cero-bg .highlighted-note-square-image .title,
  .rating-cero-bg .highlighted-note-square-image .author,
  .rating-cero-bg .highlighted-note-square-image .article-category-grouper,
  .rating-cero-bg .highlighted-note-square-image .article-kicker,
  .rating-cero-bg .simple-note .preview,
  .rating-cero-bg .simple-note .title,
  .rating-cero-bg .simple-note .author,
  .rating-cero-bg .simple-note .article-category-grouper,
  .rating-cero-bg .simple-note .article-kicker,
  .rating-cero-bg .simple-note-square-image .preview,
  .rating-cero-bg .simple-note-square-image .title,
  .rating-cero-bg .simple-note-square-image .author,
  .rating-cero-bg .simple-note-square-image .article-category-grouper,
  .rating-cero-bg .simple-note-square-image .article-kicker {
    color: #FFFFFF !important; }
  .rating-cero-bg .headline, .rating-cero-bg .most-read, .rating-cero-bg .note-by-author {
    margin-top: 0;
    padding-top: 8px; }
    .rating-cero-bg .headline .obj-title, .rating-cero-bg .most-read .obj-title, .rating-cero-bg .note-by-author .obj-title {
      color: #FFFFFF !important; }
      .rating-cero-bg .headline .obj-title::first-letter, .rating-cero-bg .most-read .obj-title::first-letter, .rating-cero-bg .note-by-author .obj-title::first-letter {
        background-color: #FFFFFF;
        color: #da2c29 !important; }
  .rating-cero-bg.celeste-vivo {
    /* Chapitas en los listados de notas */
    /* Icono de Play si la nota tiene video */ }
    .rating-cero-bg.celeste-vivo [class*='note'] .article-theme {
      background-color: rgba(68, 201, 246, 0.8) !important;
      color: #FFFFFF !important; }
    .rating-cero-bg.celeste-vivo [data-type*="article"] i[class*="play"]:hover {
      color: #44c9f6 !important; }
  .rating-cero-bg.copa-america {
    /* Chapitas en los listados de notas */
    /* Icono de Play si la nota tiene video */ }
    .rating-cero-bg.copa-america [class*='note'] .article-theme {
      background-color: rgba(32, 138, 200, 0.8) !important;
      color: #FFFFFF !important; }
    .rating-cero-bg.copa-america [data-type*="article"] i[class*="play"]:hover {
      color: #208ac8 !important; }
  .rating-cero-bg.fucsia {
    /* Chapitas en los listados de notas */
    /* Icono de Play si la nota tiene video */ }
    .rating-cero-bg.fucsia [class*='note'] .article-theme {
      background-color: rgba(182, 11, 124, 0.8) !important;
      color: #FFFFFF !important; }
    .rating-cero-bg.fucsia [data-type*="article"] i[class*="play"]:hover {
      color: #b60b7c !important; }
  .rating-cero-bg.gris {
    /* Chapitas en los listados de notas */
    /* Icono de Play si la nota tiene video */ }
    .rating-cero-bg.gris [class*='note'] .article-theme {
      background-color: rgba(109, 123, 140, 0.8) !important;
      color: #FFFFFF !important; }
    .rating-cero-bg.gris [data-type*="article"] i[class*="play"]:hover {
      color: #6d7b8c !important; }
  .rating-cero-bg.naranja {
    /* Chapitas en los listados de notas */
    /* Icono de Play si la nota tiene video */ }
    .rating-cero-bg.naranja [class*='note'] .article-theme {
      background-color: rgba(227, 123, 87, 0.8) !important;
      color: #FFFFFF !important; }
    .rating-cero-bg.naranja [data-type*="article"] i[class*="play"]:hover {
      color: #e37b57 !important; }
  .rating-cero-bg.naranja_fuerte {
    /* Chapitas en los listados de notas */
    /* Icono de Play si la nota tiene video */ }
    .rating-cero-bg.naranja_fuerte [class*='note'] .article-theme {
      background-color: rgba(217, 56, 0, 0.8) !important;
      color: #FFFFFF !important; }
    .rating-cero-bg.naranja_fuerte [data-type*="article"] i[class*="play"]:hover {
      color: #D93800 !important; }
  .rating-cero-bg.rating-cero {
    /* Chapitas en los listados de notas */
    /* Icono de Play si la nota tiene video */ }
    .rating-cero-bg.rating-cero [class*='note'] .article-theme {
      background-color: rgba(218, 44, 41, 0.8) !important;
      color: #FFFFFF !important; }
    .rating-cero-bg.rating-cero [data-type*="article"] i[class*="play"]:hover {
      color: #da2c29 !important; }
  .rating-cero-bg.texto-blanco .article-shouts .info-wrapper .preview,
  .rating-cero-bg.texto-blanco .article-shouts .info-wrapper .title,
  .rating-cero-bg.texto-blanco .article-shouts .info-wrapper .author,
  .rating-cero-bg.texto-blanco .article-shouts .info-wrapper .article-kicker,
  .rating-cero-bg.texto-blanco .highlighted-note-square-image .info-wrapper .preview,
  .rating-cero-bg.texto-blanco .highlighted-note-square-image .info-wrapper .title,
  .rating-cero-bg.texto-blanco .highlighted-note-square-image .info-wrapper .author,
  .rating-cero-bg.texto-blanco .highlighted-note-square-image .info-wrapper .article-kicker,
  .rating-cero-bg.texto-blanco .simple-list .info-wrapper .preview,
  .rating-cero-bg.texto-blanco .section-aside-single-article .info-wrapper .preview,
  .rating-cero-bg.texto-blanco .simple-list .info-wrapper .title,
  .rating-cero-bg.texto-blanco .section-aside-single-article .info-wrapper .title,
  .rating-cero-bg.texto-blanco .simple-list .info-wrapper .author,
  .rating-cero-bg.texto-blanco .section-aside-single-article .info-wrapper .author,
  .rating-cero-bg.texto-blanco .simple-list .info-wrapper .article-kicker,
  .rating-cero-bg.texto-blanco .section-aside-single-article .info-wrapper .article-kicker,
  .rating-cero-bg.texto-blanco .simple-list-square-image .info-wrapper .preview,
  .rating-cero-bg.texto-blanco .simple-list-square-image .info-wrapper .title,
  .rating-cero-bg.texto-blanco .simple-list-square-image .info-wrapper .author,
  .rating-cero-bg.texto-blanco .simple-list-square-image .info-wrapper .article-kicker {
    color: #FFFFFF !important; }
    .rating-cero-bg.texto-blanco .article-shouts .info-wrapper .preview:hover,
    .rating-cero-bg.texto-blanco .article-shouts .info-wrapper .title:hover,
    .rating-cero-bg.texto-blanco .article-shouts .info-wrapper .author:hover,
    .rating-cero-bg.texto-blanco .article-shouts .info-wrapper .article-kicker:hover,
    .rating-cero-bg.texto-blanco .highlighted-note-square-image .info-wrapper .preview:hover,
    .rating-cero-bg.texto-blanco .highlighted-note-square-image .info-wrapper .title:hover,
    .rating-cero-bg.texto-blanco .highlighted-note-square-image .info-wrapper .author:hover,
    .rating-cero-bg.texto-blanco .highlighted-note-square-image .info-wrapper .article-kicker:hover,
    .rating-cero-bg.texto-blanco .simple-list .info-wrapper .preview:hover,
    .rating-cero-bg.texto-blanco .section-aside-single-article .info-wrapper .preview:hover,
    .rating-cero-bg.texto-blanco .simple-list .info-wrapper .title:hover,
    .rating-cero-bg.texto-blanco .section-aside-single-article .info-wrapper .title:hover,
    .rating-cero-bg.texto-blanco .simple-list .info-wrapper .author:hover,
    .rating-cero-bg.texto-blanco .section-aside-single-article .info-wrapper .author:hover,
    .rating-cero-bg.texto-blanco .simple-list .info-wrapper .article-kicker:hover,
    .rating-cero-bg.texto-blanco .section-aside-single-article .info-wrapper .article-kicker:hover,
    .rating-cero-bg.texto-blanco .simple-list-square-image .info-wrapper .preview:hover,
    .rating-cero-bg.texto-blanco .simple-list-square-image .info-wrapper .title:hover,
    .rating-cero-bg.texto-blanco .simple-list-square-image .info-wrapper .author:hover,
    .rating-cero-bg.texto-blanco .simple-list-square-image .info-wrapper .article-kicker:hover {
      color: #FFFFFF !important; }
  .rating-cero-bg.texto-blanco .article-shouts .preview,
  .rating-cero-bg.texto-blanco .article-shouts .title,
  .rating-cero-bg.texto-blanco .article-shouts .author,
  .rating-cero-bg.texto-blanco .highlighted-note-square-image .preview,
  .rating-cero-bg.texto-blanco .highlighted-note-square-image .title,
  .rating-cero-bg.texto-blanco .highlighted-note-square-image .author,
  .rating-cero-bg.texto-blanco .simple-list .preview,
  .rating-cero-bg.texto-blanco .section-aside-single-article .preview,
  .rating-cero-bg.texto-blanco .simple-list .title,
  .rating-cero-bg.texto-blanco .section-aside-single-article .title,
  .rating-cero-bg.texto-blanco .simple-list .author,
  .rating-cero-bg.texto-blanco .section-aside-single-article .author,
  .rating-cero-bg.texto-blanco .simple-list-square-image .preview,
  .rating-cero-bg.texto-blanco .simple-list-square-image .title,
  .rating-cero-bg.texto-blanco .simple-list-square-image .author {
    color: #FFFFFF !important; }
    .rating-cero-bg.texto-blanco .article-shouts .preview:hover,
    .rating-cero-bg.texto-blanco .article-shouts .title:hover,
    .rating-cero-bg.texto-blanco .article-shouts .author:hover,
    .rating-cero-bg.texto-blanco .highlighted-note-square-image .preview:hover,
    .rating-cero-bg.texto-blanco .highlighted-note-square-image .title:hover,
    .rating-cero-bg.texto-blanco .highlighted-note-square-image .author:hover,
    .rating-cero-bg.texto-blanco .simple-list .preview:hover,
    .rating-cero-bg.texto-blanco .section-aside-single-article .preview:hover,
    .rating-cero-bg.texto-blanco .simple-list .title:hover,
    .rating-cero-bg.texto-blanco .section-aside-single-article .title:hover,
    .rating-cero-bg.texto-blanco .simple-list .author:hover,
    .rating-cero-bg.texto-blanco .section-aside-single-article .author:hover,
    .rating-cero-bg.texto-blanco .simple-list-square-image .preview:hover,
    .rating-cero-bg.texto-blanco .simple-list-square-image .title:hover,
    .rating-cero-bg.texto-blanco .simple-list-square-image .author:hover {
      color: #FFFFFF !important; }
  .rating-cero-bg.texto-blanco [class*='note'] .article-theme {
    color: #FFFFFF !important; }
  .rating-cero-bg.texto-blanco .headline, .rating-cero-bg.texto-blanco .most-read, .rating-cero-bg.texto-blanco .note-by-author {
    margin-top: 0;
    padding-top: 8px; }
    .rating-cero-bg.texto-blanco .headline .obj-title, .rating-cero-bg.texto-blanco .most-read .obj-title, .rating-cero-bg.texto-blanco .note-by-author .obj-title {
      color: #FFFFFF !important; }
      .rating-cero-bg.texto-blanco .headline .obj-title::first-letter, .rating-cero-bg.texto-blanco .most-read .obj-title::first-letter, .rating-cero-bg.texto-blanco .note-by-author .obj-title::first-letter {
        background-color: #FFFFFF;
        color: #da2c29 !important; }
  .rating-cero-bg.tipo-blanca {
    /* Chapitas en los listados de notas */
    /* Icono de Play si la nota tiene video */ }
    .rating-cero-bg.tipo-blanca [class*='note'] .article-theme {
      background-color: rgba(0, 0, 0, 0) !important;
      color: #FFFFFF !important; }
    .rating-cero-bg.tipo-blanca [data-type*="article"] i[class*="play"]:hover {
      color: transparent !important; }
  .rating-cero-bg.verde-doc {
    /* Chapitas en los listados de notas */
    /* Icono de Play si la nota tiene video */ }
    .rating-cero-bg.verde-doc [class*='note'] .article-theme {
      background-color: rgba(0, 153, 153, 0.8) !important;
      color: #FFFFFF !important; }
    .rating-cero-bg.verde-doc [data-type*="article"] i[class*="play"]:hover {
      color: #099 !important; }
  .rating-cero-bg.verde_oscuro {
    /* Chapitas en los listados de notas */
    /* Icono de Play si la nota tiene video */ }
    .rating-cero-bg.verde_oscuro [class*='note'] .article-theme {
      background-color: rgba(74, 122, 80, 0.8) !important;
      color: #FFFFFF !important; }
    .rating-cero-bg.verde_oscuro [data-type*="article"] i[class*="play"]:hover {
      color: #4a7a50 !important; }
  .rating-cero-bg.violeta {
    /* Chapitas en los listados de notas */
    /* Icono de Play si la nota tiene video */ }
    .rating-cero-bg.violeta [class*='note'] .article-theme {
      background-color: rgba(86, 0, 141, 0.8) !important;
      color: #FFFFFF !important; }
    .rating-cero-bg.violeta [data-type*="article"] i[class*="play"]:hover {
      color: #56008D !important; }
  .rating-cero-bg.beige {
    /* Chapitas en los listados de notas */
    /* Icono de Play si la nota tiene video */ }
    .rating-cero-bg.beige [class*='note'] .article-theme {
      background-color: rgba(247, 239, 228, 0.8) !important;
      color: #000000 !important; }
    .rating-cero-bg.beige [data-type*="article"] i[class*="play"]:hover {
      color: #f7efe4 !important; }
  .rating-cero-bg.bordo {
    /* Chapitas en los listados de notas */
    /* Icono de Play si la nota tiene video */ }
    .rating-cero-bg.bordo [class*='note'] .article-theme {
      background-color: rgba(64, 37, 34, 0.8) !important;
      color: #FFFFFF !important; }
    .rating-cero-bg.bordo [data-type*="article"] i[class*="play"]:hover {
      color: #402522 !important; }
  .rating-cero-bg.verde-limon {
    /* Chapitas en los listados de notas */
    /* Icono de Play si la nota tiene video */ }
    .rating-cero-bg.verde-limon [class*='note'] .article-theme {
      background-color: rgba(239, 255, 211, 0.8) !important;
      color: #000000 !important; }
    .rating-cero-bg.verde-limon [data-type*="article"] i[class*="play"]:hover {
      color: #efffd3 !important; }
  .rating-cero-bg.rojo {
    /* Chapitas en los listados de notas */
    /* Icono de Play si la nota tiene video */ }
    .rating-cero-bg.rojo [class*='note'] .article-theme {
      background-color: rgba(216, 84, 84, 0.8) !important;
      color: #FFFFFF !important; }
    .rating-cero-bg.rojo [data-type*="article"] i[class*="play"]:hover {
      color: #d85454 !important; }
  .rating-cero-bg.celeste {
    /* Chapitas en los listados de notas */
    /* Icono de Play si la nota tiene video */ }
    .rating-cero-bg.celeste [class*='note'] .article-theme {
      background-color: rgba(81, 163, 255, 0.8) !important;
      color: #FFFFFF !important; }
    .rating-cero-bg.celeste [data-type*="article"] i[class*="play"]:hover {
      color: #51a3ff !important; }
  .rating-cero-bg.amarillo {
    /* Chapitas en los listados de notas */
    /* Icono de Play si la nota tiene video */ }
    .rating-cero-bg.amarillo [class*='note'] .article-theme {
      background-color: rgba(212, 202, 86, 0.8) !important;
      color: #000000 !important; }
    .rating-cero-bg.amarillo [data-type*="article"] i[class*="play"]:hover {
      color: #d4ca56 !important; }
  .rating-cero-bg.magent {
    /* Chapitas en los listados de notas */
    /* Icono de Play si la nota tiene video */ }
    .rating-cero-bg.magent [class*='note'] .article-theme {
      background-color: rgba(204, 98, 200, 0.8) !important;
      color: #FFFFFF !important; }
    .rating-cero-bg.magent [data-type*="article"] i[class*="play"]:hover {
      color: #cc62c8 !important; }
  .rating-cero-bg.azul {
    /* Chapitas en los listados de notas */
    /* Icono de Play si la nota tiene video */ }
    .rating-cero-bg.azul [class*='note'] .article-theme {
      background-color: rgba(96, 129, 166, 0.8) !important;
      color: #FFFFFF !important; }
    .rating-cero-bg.azul [data-type*="article"] i[class*="play"]:hover {
      color: #6081a6 !important; }
  .rating-cero-bg.verde {
    /* Chapitas en los listados de notas */
    /* Icono de Play si la nota tiene video */ }
    .rating-cero-bg.verde [class*='note'] .article-theme {
      background-color: rgba(93, 200, 102, 0.8) !important;
      color: #FFFFFF !important; }
    .rating-cero-bg.verde [data-type*="article"] i[class*="play"]:hover {
      color: #5dc866 !important; }
  .rating-cero-bg.cyan {
    /* Chapitas en los listados de notas */
    /* Icono de Play si la nota tiene video */ }
    .rating-cero-bg.cyan [class*='note'] .article-theme {
      background-color: rgba(0, 188, 212, 0.8) !important;
      color: #000000 !important; }
    .rating-cero-bg.cyan [data-type*="article"] i[class*="play"]:hover {
      color: #00BCD4 !important; }
  .rating-cero-bg.negro {
    /* Chapitas en los listados de notas */
    /* Icono de Play si la nota tiene video */ }
    .rating-cero-bg.negro [class*='note'] .article-theme {
      background-color: rgba(29, 29, 32, 0.8) !important;
      color: #FFFFFF !important; }
    .rating-cero-bg.negro [data-type*="article"] i[class*="play"]:hover {
      color: #1d1d20 !important; }

/* Widgets con color relacionado */
.widget-wrapper.rating-cero:not([class*="-bg"]) {
  /* Cabezales */
  /* Chapitas en los listados de notas */
  /* Icono de Play si la nota tiene video */ }
  .widget-wrapper.rating-cero:not([class*="-bg"]) .headline .obj-title, .widget-wrapper.rating-cero:not([class*="-bg"]) .most-read .obj-title, .widget-wrapper.rating-cero:not([class*="-bg"]) .note-by-author .obj-title {
    color: #da2c29; }
    .widget-wrapper.rating-cero:not([class*="-bg"]) .headline .obj-title::first-letter, .widget-wrapper.rating-cero:not([class*="-bg"]) .most-read .obj-title::first-letter, .widget-wrapper.rating-cero:not([class*="-bg"]) .note-by-author .obj-title::first-letter {
      background-color: #da2c29;
      color: #FFFFFF; }
  .widget-wrapper.rating-cero:not([class*="-bg"]) [class*='note']:not(.highlighted-portrait-note):not(.highlighted-note-overprinted-title) .article-kicker {
    color: #da2c29 !important; }
  .widget-wrapper.rating-cero:not([class*="-bg"]) [class*='note'] .article-theme {
    background-color: rgba(218, 44, 41, 0.8) !important;
    color: #FFFFFF !important; }
  .widget-wrapper.rating-cero:not([class*="-bg"]) [class*='note'] .info-wrapper .preview:hover,
  .widget-wrapper.rating-cero:not([class*="-bg"]) [class*='note'] .info-wrapper .title:hover,
  .widget-wrapper.rating-cero:not([class*="-bg"]) [class*='note'] .info-wrapper .author:hover,
  .widget-wrapper.rating-cero:not([class*="-bg"]) [class*='note'] .info-wrapper .article-category-grouper:hover,
  .widget-wrapper.rating-cero:not([class*="-bg"]) [class*='note'] .info-wrapper .article-kicker:hover {
    color: #da2c29 !important; }
  .widget-wrapper.rating-cero:not([class*="-bg"]) [class*='note'] .preview:hover,
  .widget-wrapper.rating-cero:not([class*="-bg"]) [class*='note'] .title:hover,
  .widget-wrapper.rating-cero:not([class*="-bg"]) [class*='note'] .author:hover {
    color: #da2c29 !important; }
  .widget-wrapper.rating-cero:not([class*="-bg"]) [data-type*="article"] i[class*="play"]:hover {
    color: #da2c29 !important; }

.widget-wrapper.rating-cero:not([class*="-bg"]) {
  /* Cabezales */
  /* Chapitas en los listados de notas */
  /* Icono de Play si la nota tiene video */ }
  .widget-wrapper.rating-cero:not([class*="-bg"]) .headline .obj-title, .widget-wrapper.rating-cero:not([class*="-bg"]) .most-read .obj-title, .widget-wrapper.rating-cero:not([class*="-bg"]) .note-by-author .obj-title {
    color: #da2c29; }
    .widget-wrapper.rating-cero:not([class*="-bg"]) .headline .obj-title::first-letter, .widget-wrapper.rating-cero:not([class*="-bg"]) .most-read .obj-title::first-letter, .widget-wrapper.rating-cero:not([class*="-bg"]) .note-by-author .obj-title::first-letter {
      background-color: #da2c29;
      color: #FFFFFF; }
  .widget-wrapper.rating-cero:not([class*="-bg"]) [class*='note']:not(.highlighted-portrait-note):not(.highlighted-note-overprinted-title) .article-kicker {
    color: #da2c29 !important; }
  .widget-wrapper.rating-cero:not([class*="-bg"]) [class*='note'] .article-theme {
    background-color: rgba(218, 44, 41, 0.8) !important;
    color: #FFFFFF !important; }
  .widget-wrapper.rating-cero:not([class*="-bg"]) [class*='note'] .info-wrapper .preview:hover,
  .widget-wrapper.rating-cero:not([class*="-bg"]) [class*='note'] .info-wrapper .title:hover,
  .widget-wrapper.rating-cero:not([class*="-bg"]) [class*='note'] .info-wrapper .author:hover,
  .widget-wrapper.rating-cero:not([class*="-bg"]) [class*='note'] .info-wrapper .article-category-grouper:hover,
  .widget-wrapper.rating-cero:not([class*="-bg"]) [class*='note'] .info-wrapper .article-kicker:hover {
    color: #da2c29 !important; }
  .widget-wrapper.rating-cero:not([class*="-bg"]) [class*='note'] .preview:hover,
  .widget-wrapper.rating-cero:not([class*="-bg"]) [class*='note'] .title:hover,
  .widget-wrapper.rating-cero:not([class*="-bg"]) [class*='note'] .author:hover {
    color: #da2c29 !important; }
  .widget-wrapper.rating-cero:not([class*="-bg"]) [data-type*="article"] i[class*="play"]:hover {
    color: #da2c29 !important; }

.widget-wrapper.rating-cero:not([class*="-bg"]) {
  /* Cabezales */
  /* Chapitas en los listados de notas */
  /* Icono de Play si la nota tiene video */ }
  .widget-wrapper.rating-cero:not([class*="-bg"]) .headline .obj-title, .widget-wrapper.rating-cero:not([class*="-bg"]) .most-read .obj-title, .widget-wrapper.rating-cero:not([class*="-bg"]) .note-by-author .obj-title {
    color: #da2c29; }
    .widget-wrapper.rating-cero:not([class*="-bg"]) .headline .obj-title::first-letter, .widget-wrapper.rating-cero:not([class*="-bg"]) .most-read .obj-title::first-letter, .widget-wrapper.rating-cero:not([class*="-bg"]) .note-by-author .obj-title::first-letter {
      background-color: #da2c29;
      color: #FFFFFF; }
  .widget-wrapper.rating-cero:not([class*="-bg"]) [class*='note']:not(.highlighted-portrait-note):not(.highlighted-note-overprinted-title) .article-kicker {
    color: #da2c29 !important; }
  .widget-wrapper.rating-cero:not([class*="-bg"]) [class*='note'] .article-theme {
    background-color: rgba(218, 44, 41, 0.8) !important;
    color: #FFFFFF !important; }
  .widget-wrapper.rating-cero:not([class*="-bg"]) [class*='note'] .info-wrapper .preview:hover,
  .widget-wrapper.rating-cero:not([class*="-bg"]) [class*='note'] .info-wrapper .title:hover,
  .widget-wrapper.rating-cero:not([class*="-bg"]) [class*='note'] .info-wrapper .author:hover,
  .widget-wrapper.rating-cero:not([class*="-bg"]) [class*='note'] .info-wrapper .article-category-grouper:hover,
  .widget-wrapper.rating-cero:not([class*="-bg"]) [class*='note'] .info-wrapper .article-kicker:hover {
    color: #da2c29 !important; }
  .widget-wrapper.rating-cero:not([class*="-bg"]) [class*='note'] .preview:hover,
  .widget-wrapper.rating-cero:not([class*="-bg"]) [class*='note'] .title:hover,
  .widget-wrapper.rating-cero:not([class*="-bg"]) [class*='note'] .author:hover {
    color: #da2c29 !important; }
  .widget-wrapper.rating-cero:not([class*="-bg"]) [data-type*="article"] i[class*="play"]:hover {
    color: #da2c29 !important; }

.widget-wrapper.rating-cero:not([class*="-bg"]) {
  /* Cabezales */
  /* Chapitas en los listados de notas */
  /* Icono de Play si la nota tiene video */ }
  .widget-wrapper.rating-cero:not([class*="-bg"]) .headline .obj-title, .widget-wrapper.rating-cero:not([class*="-bg"]) .most-read .obj-title, .widget-wrapper.rating-cero:not([class*="-bg"]) .note-by-author .obj-title {
    color: #da2c29; }
    .widget-wrapper.rating-cero:not([class*="-bg"]) .headline .obj-title::first-letter, .widget-wrapper.rating-cero:not([class*="-bg"]) .most-read .obj-title::first-letter, .widget-wrapper.rating-cero:not([class*="-bg"]) .note-by-author .obj-title::first-letter {
      background-color: #da2c29;
      color: #FFFFFF; }
  .widget-wrapper.rating-cero:not([class*="-bg"]) [class*='note']:not(.highlighted-portrait-note):not(.highlighted-note-overprinted-title) .article-kicker {
    color: #da2c29 !important; }
  .widget-wrapper.rating-cero:not([class*="-bg"]) [class*='note'] .article-theme {
    background-color: rgba(218, 44, 41, 0.8) !important;
    color: #FFFFFF !important; }
  .widget-wrapper.rating-cero:not([class*="-bg"]) [class*='note'] .info-wrapper .preview:hover,
  .widget-wrapper.rating-cero:not([class*="-bg"]) [class*='note'] .info-wrapper .title:hover,
  .widget-wrapper.rating-cero:not([class*="-bg"]) [class*='note'] .info-wrapper .author:hover,
  .widget-wrapper.rating-cero:not([class*="-bg"]) [class*='note'] .info-wrapper .article-category-grouper:hover,
  .widget-wrapper.rating-cero:not([class*="-bg"]) [class*='note'] .info-wrapper .article-kicker:hover {
    color: #da2c29 !important; }
  .widget-wrapper.rating-cero:not([class*="-bg"]) [class*='note'] .preview:hover,
  .widget-wrapper.rating-cero:not([class*="-bg"]) [class*='note'] .title:hover,
  .widget-wrapper.rating-cero:not([class*="-bg"]) [class*='note'] .author:hover {
    color: #da2c29 !important; }
  .widget-wrapper.rating-cero:not([class*="-bg"]) [data-type*="article"] i[class*="play"]:hover {
    color: #da2c29 !important; }

.widget-wrapper.rating-cero:not([class*="-bg"]) {
  /* Cabezales */
  /* Chapitas en los listados de notas */
  /* Icono de Play si la nota tiene video */ }
  .widget-wrapper.rating-cero:not([class*="-bg"]) .headline .obj-title, .widget-wrapper.rating-cero:not([class*="-bg"]) .most-read .obj-title, .widget-wrapper.rating-cero:not([class*="-bg"]) .note-by-author .obj-title {
    color: #da2c29; }
    .widget-wrapper.rating-cero:not([class*="-bg"]) .headline .obj-title::first-letter, .widget-wrapper.rating-cero:not([class*="-bg"]) .most-read .obj-title::first-letter, .widget-wrapper.rating-cero:not([class*="-bg"]) .note-by-author .obj-title::first-letter {
      background-color: #da2c29;
      color: #FFFFFF; }
  .widget-wrapper.rating-cero:not([class*="-bg"]) [class*='note']:not(.highlighted-portrait-note):not(.highlighted-note-overprinted-title) .article-kicker {
    color: #da2c29 !important; }
  .widget-wrapper.rating-cero:not([class*="-bg"]) [class*='note'] .article-theme {
    background-color: rgba(218, 44, 41, 0.8) !important;
    color: #FFFFFF !important; }
  .widget-wrapper.rating-cero:not([class*="-bg"]) [class*='note'] .info-wrapper .preview:hover,
  .widget-wrapper.rating-cero:not([class*="-bg"]) [class*='note'] .info-wrapper .title:hover,
  .widget-wrapper.rating-cero:not([class*="-bg"]) [class*='note'] .info-wrapper .author:hover,
  .widget-wrapper.rating-cero:not([class*="-bg"]) [class*='note'] .info-wrapper .article-category-grouper:hover,
  .widget-wrapper.rating-cero:not([class*="-bg"]) [class*='note'] .info-wrapper .article-kicker:hover {
    color: #da2c29 !important; }
  .widget-wrapper.rating-cero:not([class*="-bg"]) [class*='note'] .preview:hover,
  .widget-wrapper.rating-cero:not([class*="-bg"]) [class*='note'] .title:hover,
  .widget-wrapper.rating-cero:not([class*="-bg"]) [class*='note'] .author:hover {
    color: #da2c29 !important; }
  .widget-wrapper.rating-cero:not([class*="-bg"]) [data-type*="article"] i[class*="play"]:hover {
    color: #da2c29 !important; }

.widget-wrapper.rating-cero:not([class*="-bg"]) {
  /* Cabezales */
  /* Chapitas en los listados de notas */
  /* Icono de Play si la nota tiene video */ }
  .widget-wrapper.rating-cero:not([class*="-bg"]) .headline .obj-title, .widget-wrapper.rating-cero:not([class*="-bg"]) .most-read .obj-title, .widget-wrapper.rating-cero:not([class*="-bg"]) .note-by-author .obj-title {
    color: #da2c29; }
    .widget-wrapper.rating-cero:not([class*="-bg"]) .headline .obj-title::first-letter, .widget-wrapper.rating-cero:not([class*="-bg"]) .most-read .obj-title::first-letter, .widget-wrapper.rating-cero:not([class*="-bg"]) .note-by-author .obj-title::first-letter {
      background-color: #da2c29;
      color: #FFFFFF; }
  .widget-wrapper.rating-cero:not([class*="-bg"]) [class*='note']:not(.highlighted-portrait-note):not(.highlighted-note-overprinted-title) .article-kicker {
    color: #da2c29 !important; }
  .widget-wrapper.rating-cero:not([class*="-bg"]) [class*='note'] .article-theme {
    background-color: rgba(218, 44, 41, 0.8) !important;
    color: #FFFFFF !important; }
  .widget-wrapper.rating-cero:not([class*="-bg"]) [class*='note'] .info-wrapper .preview:hover,
  .widget-wrapper.rating-cero:not([class*="-bg"]) [class*='note'] .info-wrapper .title:hover,
  .widget-wrapper.rating-cero:not([class*="-bg"]) [class*='note'] .info-wrapper .author:hover,
  .widget-wrapper.rating-cero:not([class*="-bg"]) [class*='note'] .info-wrapper .article-category-grouper:hover,
  .widget-wrapper.rating-cero:not([class*="-bg"]) [class*='note'] .info-wrapper .article-kicker:hover {
    color: #da2c29 !important; }
  .widget-wrapper.rating-cero:not([class*="-bg"]) [class*='note'] .preview:hover,
  .widget-wrapper.rating-cero:not([class*="-bg"]) [class*='note'] .title:hover,
  .widget-wrapper.rating-cero:not([class*="-bg"]) [class*='note'] .author:hover {
    color: #da2c29 !important; }
  .widget-wrapper.rating-cero:not([class*="-bg"]) [data-type*="article"] i[class*="play"]:hover {
    color: #da2c29 !important; }

.widget-wrapper.rating-cero:not([class*="-bg"]) {
  /* Cabezales */
  /* Chapitas en los listados de notas */
  /* Icono de Play si la nota tiene video */ }
  .widget-wrapper.rating-cero:not([class*="-bg"]) .headline .obj-title, .widget-wrapper.rating-cero:not([class*="-bg"]) .most-read .obj-title, .widget-wrapper.rating-cero:not([class*="-bg"]) .note-by-author .obj-title {
    color: #da2c29; }
    .widget-wrapper.rating-cero:not([class*="-bg"]) .headline .obj-title::first-letter, .widget-wrapper.rating-cero:not([class*="-bg"]) .most-read .obj-title::first-letter, .widget-wrapper.rating-cero:not([class*="-bg"]) .note-by-author .obj-title::first-letter {
      background-color: #da2c29;
      color: #FFFFFF; }
  .widget-wrapper.rating-cero:not([class*="-bg"]) [class*='note']:not(.highlighted-portrait-note):not(.highlighted-note-overprinted-title) .article-kicker {
    color: #da2c29 !important; }
  .widget-wrapper.rating-cero:not([class*="-bg"]) [class*='note'] .article-theme {
    background-color: rgba(218, 44, 41, 0.8) !important;
    color: #FFFFFF !important; }
  .widget-wrapper.rating-cero:not([class*="-bg"]) [class*='note'] .info-wrapper .preview:hover,
  .widget-wrapper.rating-cero:not([class*="-bg"]) [class*='note'] .info-wrapper .title:hover,
  .widget-wrapper.rating-cero:not([class*="-bg"]) [class*='note'] .info-wrapper .author:hover,
  .widget-wrapper.rating-cero:not([class*="-bg"]) [class*='note'] .info-wrapper .article-category-grouper:hover,
  .widget-wrapper.rating-cero:not([class*="-bg"]) [class*='note'] .info-wrapper .article-kicker:hover {
    color: #da2c29 !important; }
  .widget-wrapper.rating-cero:not([class*="-bg"]) [class*='note'] .preview:hover,
  .widget-wrapper.rating-cero:not([class*="-bg"]) [class*='note'] .title:hover,
  .widget-wrapper.rating-cero:not([class*="-bg"]) [class*='note'] .author:hover {
    color: #da2c29 !important; }
  .widget-wrapper.rating-cero:not([class*="-bg"]) [data-type*="article"] i[class*="play"]:hover {
    color: #da2c29 !important; }

.widget-wrapper.rating-cero:not([class*="-bg"]) {
  /* Cabezales */
  /* Chapitas en los listados de notas */
  /* Icono de Play si la nota tiene video */ }
  .widget-wrapper.rating-cero:not([class*="-bg"]) .headline .obj-title, .widget-wrapper.rating-cero:not([class*="-bg"]) .most-read .obj-title, .widget-wrapper.rating-cero:not([class*="-bg"]) .note-by-author .obj-title {
    color: #da2c29; }
    .widget-wrapper.rating-cero:not([class*="-bg"]) .headline .obj-title::first-letter, .widget-wrapper.rating-cero:not([class*="-bg"]) .most-read .obj-title::first-letter, .widget-wrapper.rating-cero:not([class*="-bg"]) .note-by-author .obj-title::first-letter {
      background-color: #da2c29;
      color: #FFFFFF; }
  .widget-wrapper.rating-cero:not([class*="-bg"]) [class*='note']:not(.highlighted-portrait-note):not(.highlighted-note-overprinted-title) .article-kicker {
    color: #da2c29 !important; }
  .widget-wrapper.rating-cero:not([class*="-bg"]) [class*='note'] .article-theme {
    background-color: rgba(218, 44, 41, 0.8) !important;
    color: #FFFFFF !important; }
  .widget-wrapper.rating-cero:not([class*="-bg"]) [class*='note'] .info-wrapper .preview:hover,
  .widget-wrapper.rating-cero:not([class*="-bg"]) [class*='note'] .info-wrapper .title:hover,
  .widget-wrapper.rating-cero:not([class*="-bg"]) [class*='note'] .info-wrapper .author:hover,
  .widget-wrapper.rating-cero:not([class*="-bg"]) [class*='note'] .info-wrapper .article-category-grouper:hover,
  .widget-wrapper.rating-cero:not([class*="-bg"]) [class*='note'] .info-wrapper .article-kicker:hover {
    color: #da2c29 !important; }
  .widget-wrapper.rating-cero:not([class*="-bg"]) [class*='note'] .preview:hover,
  .widget-wrapper.rating-cero:not([class*="-bg"]) [class*='note'] .title:hover,
  .widget-wrapper.rating-cero:not([class*="-bg"]) [class*='note'] .author:hover {
    color: #da2c29 !important; }
  .widget-wrapper.rating-cero:not([class*="-bg"]) [data-type*="article"] i[class*="play"]:hover {
    color: #da2c29 !important; }

.widget-wrapper.rating-cero:not([class*="-bg"]) {
  /* Cabezales */
  /* Chapitas en los listados de notas */
  /* Icono de Play si la nota tiene video */ }
  .widget-wrapper.rating-cero:not([class*="-bg"]) .headline .obj-title, .widget-wrapper.rating-cero:not([class*="-bg"]) .most-read .obj-title, .widget-wrapper.rating-cero:not([class*="-bg"]) .note-by-author .obj-title {
    color: #da2c29; }
    .widget-wrapper.rating-cero:not([class*="-bg"]) .headline .obj-title::first-letter, .widget-wrapper.rating-cero:not([class*="-bg"]) .most-read .obj-title::first-letter, .widget-wrapper.rating-cero:not([class*="-bg"]) .note-by-author .obj-title::first-letter {
      background-color: #da2c29;
      color: #FFFFFF; }
  .widget-wrapper.rating-cero:not([class*="-bg"]) [class*='note']:not(.highlighted-portrait-note):not(.highlighted-note-overprinted-title) .article-kicker {
    color: #da2c29 !important; }
  .widget-wrapper.rating-cero:not([class*="-bg"]) [class*='note'] .article-theme {
    background-color: rgba(218, 44, 41, 0.8) !important;
    color: #FFFFFF !important; }
  .widget-wrapper.rating-cero:not([class*="-bg"]) [class*='note'] .info-wrapper .preview:hover,
  .widget-wrapper.rating-cero:not([class*="-bg"]) [class*='note'] .info-wrapper .title:hover,
  .widget-wrapper.rating-cero:not([class*="-bg"]) [class*='note'] .info-wrapper .author:hover,
  .widget-wrapper.rating-cero:not([class*="-bg"]) [class*='note'] .info-wrapper .article-category-grouper:hover,
  .widget-wrapper.rating-cero:not([class*="-bg"]) [class*='note'] .info-wrapper .article-kicker:hover {
    color: #da2c29 !important; }
  .widget-wrapper.rating-cero:not([class*="-bg"]) [class*='note'] .preview:hover,
  .widget-wrapper.rating-cero:not([class*="-bg"]) [class*='note'] .title:hover,
  .widget-wrapper.rating-cero:not([class*="-bg"]) [class*='note'] .author:hover {
    color: #da2c29 !important; }
  .widget-wrapper.rating-cero:not([class*="-bg"]) [data-type*="article"] i[class*="play"]:hover {
    color: #da2c29 !important; }

.widget-wrapper.rating-cero:not([class*="-bg"]) {
  /* Cabezales */
  /* Chapitas en los listados de notas */
  /* Icono de Play si la nota tiene video */ }
  .widget-wrapper.rating-cero:not([class*="-bg"]) .headline .obj-title, .widget-wrapper.rating-cero:not([class*="-bg"]) .most-read .obj-title, .widget-wrapper.rating-cero:not([class*="-bg"]) .note-by-author .obj-title {
    color: #da2c29; }
    .widget-wrapper.rating-cero:not([class*="-bg"]) .headline .obj-title::first-letter, .widget-wrapper.rating-cero:not([class*="-bg"]) .most-read .obj-title::first-letter, .widget-wrapper.rating-cero:not([class*="-bg"]) .note-by-author .obj-title::first-letter {
      background-color: #da2c29;
      color: #FFFFFF; }
  .widget-wrapper.rating-cero:not([class*="-bg"]) [class*='note']:not(.highlighted-portrait-note):not(.highlighted-note-overprinted-title) .article-kicker {
    color: #da2c29 !important; }
  .widget-wrapper.rating-cero:not([class*="-bg"]) [class*='note'] .article-theme {
    background-color: rgba(218, 44, 41, 0.8) !important;
    color: #FFFFFF !important; }
  .widget-wrapper.rating-cero:not([class*="-bg"]) [class*='note'] .info-wrapper .preview:hover,
  .widget-wrapper.rating-cero:not([class*="-bg"]) [class*='note'] .info-wrapper .title:hover,
  .widget-wrapper.rating-cero:not([class*="-bg"]) [class*='note'] .info-wrapper .author:hover,
  .widget-wrapper.rating-cero:not([class*="-bg"]) [class*='note'] .info-wrapper .article-category-grouper:hover,
  .widget-wrapper.rating-cero:not([class*="-bg"]) [class*='note'] .info-wrapper .article-kicker:hover {
    color: #da2c29 !important; }
  .widget-wrapper.rating-cero:not([class*="-bg"]) [class*='note'] .preview:hover,
  .widget-wrapper.rating-cero:not([class*="-bg"]) [class*='note'] .title:hover,
  .widget-wrapper.rating-cero:not([class*="-bg"]) [class*='note'] .author:hover {
    color: #da2c29 !important; }
  .widget-wrapper.rating-cero:not([class*="-bg"]) [data-type*="article"] i[class*="play"]:hover {
    color: #da2c29 !important; }

.widget-wrapper.rating-cero:not([class*="-bg"]) {
  /* Cabezales */
  /* Chapitas en los listados de notas */
  /* Icono de Play si la nota tiene video */ }
  .widget-wrapper.rating-cero:not([class*="-bg"]) .headline .obj-title, .widget-wrapper.rating-cero:not([class*="-bg"]) .most-read .obj-title, .widget-wrapper.rating-cero:not([class*="-bg"]) .note-by-author .obj-title {
    color: #da2c29; }
    .widget-wrapper.rating-cero:not([class*="-bg"]) .headline .obj-title::first-letter, .widget-wrapper.rating-cero:not([class*="-bg"]) .most-read .obj-title::first-letter, .widget-wrapper.rating-cero:not([class*="-bg"]) .note-by-author .obj-title::first-letter {
      background-color: #da2c29;
      color: #FFFFFF; }
  .widget-wrapper.rating-cero:not([class*="-bg"]) [class*='note']:not(.highlighted-portrait-note):not(.highlighted-note-overprinted-title) .article-kicker {
    color: #da2c29 !important; }
  .widget-wrapper.rating-cero:not([class*="-bg"]) [class*='note'] .article-theme {
    background-color: rgba(218, 44, 41, 0.8) !important;
    color: #FFFFFF !important; }
  .widget-wrapper.rating-cero:not([class*="-bg"]) [class*='note'] .info-wrapper .preview:hover,
  .widget-wrapper.rating-cero:not([class*="-bg"]) [class*='note'] .info-wrapper .title:hover,
  .widget-wrapper.rating-cero:not([class*="-bg"]) [class*='note'] .info-wrapper .author:hover,
  .widget-wrapper.rating-cero:not([class*="-bg"]) [class*='note'] .info-wrapper .article-category-grouper:hover,
  .widget-wrapper.rating-cero:not([class*="-bg"]) [class*='note'] .info-wrapper .article-kicker:hover {
    color: #da2c29 !important; }
  .widget-wrapper.rating-cero:not([class*="-bg"]) [class*='note'] .preview:hover,
  .widget-wrapper.rating-cero:not([class*="-bg"]) [class*='note'] .title:hover,
  .widget-wrapper.rating-cero:not([class*="-bg"]) [class*='note'] .author:hover {
    color: #da2c29 !important; }
  .widget-wrapper.rating-cero:not([class*="-bg"]) [data-type*="article"] i[class*="play"]:hover {
    color: #da2c29 !important; }

.widget-wrapper.rating-cero:not([class*="-bg"]) {
  /* Cabezales */
  /* Chapitas en los listados de notas */
  /* Icono de Play si la nota tiene video */ }
  .widget-wrapper.rating-cero:not([class*="-bg"]) .headline .obj-title, .widget-wrapper.rating-cero:not([class*="-bg"]) .most-read .obj-title, .widget-wrapper.rating-cero:not([class*="-bg"]) .note-by-author .obj-title {
    color: #da2c29; }
    .widget-wrapper.rating-cero:not([class*="-bg"]) .headline .obj-title::first-letter, .widget-wrapper.rating-cero:not([class*="-bg"]) .most-read .obj-title::first-letter, .widget-wrapper.rating-cero:not([class*="-bg"]) .note-by-author .obj-title::first-letter {
      background-color: #da2c29;
      color: #FFFFFF; }
  .widget-wrapper.rating-cero:not([class*="-bg"]) [class*='note']:not(.highlighted-portrait-note):not(.highlighted-note-overprinted-title) .article-kicker {
    color: #da2c29 !important; }
  .widget-wrapper.rating-cero:not([class*="-bg"]) [class*='note'] .article-theme {
    background-color: rgba(218, 44, 41, 0.8) !important;
    color: #FFFFFF !important; }
  .widget-wrapper.rating-cero:not([class*="-bg"]) [class*='note'] .info-wrapper .preview:hover,
  .widget-wrapper.rating-cero:not([class*="-bg"]) [class*='note'] .info-wrapper .title:hover,
  .widget-wrapper.rating-cero:not([class*="-bg"]) [class*='note'] .info-wrapper .author:hover,
  .widget-wrapper.rating-cero:not([class*="-bg"]) [class*='note'] .info-wrapper .article-category-grouper:hover,
  .widget-wrapper.rating-cero:not([class*="-bg"]) [class*='note'] .info-wrapper .article-kicker:hover {
    color: #da2c29 !important; }
  .widget-wrapper.rating-cero:not([class*="-bg"]) [class*='note'] .preview:hover,
  .widget-wrapper.rating-cero:not([class*="-bg"]) [class*='note'] .title:hover,
  .widget-wrapper.rating-cero:not([class*="-bg"]) [class*='note'] .author:hover {
    color: #da2c29 !important; }
  .widget-wrapper.rating-cero:not([class*="-bg"]) [data-type*="article"] i[class*="play"]:hover {
    color: #da2c29 !important; }

.widget-wrapper.rating-cero:not([class*="-bg"]) {
  /* Cabezales */
  /* Chapitas en los listados de notas */
  /* Icono de Play si la nota tiene video */ }
  .widget-wrapper.rating-cero:not([class*="-bg"]) .headline .obj-title, .widget-wrapper.rating-cero:not([class*="-bg"]) .most-read .obj-title, .widget-wrapper.rating-cero:not([class*="-bg"]) .note-by-author .obj-title {
    color: #da2c29; }
    .widget-wrapper.rating-cero:not([class*="-bg"]) .headline .obj-title::first-letter, .widget-wrapper.rating-cero:not([class*="-bg"]) .most-read .obj-title::first-letter, .widget-wrapper.rating-cero:not([class*="-bg"]) .note-by-author .obj-title::first-letter {
      background-color: #da2c29;
      color: #FFFFFF; }
  .widget-wrapper.rating-cero:not([class*="-bg"]) [class*='note']:not(.highlighted-portrait-note):not(.highlighted-note-overprinted-title) .article-kicker {
    color: #da2c29 !important; }
  .widget-wrapper.rating-cero:not([class*="-bg"]) [class*='note'] .article-theme {
    background-color: rgba(218, 44, 41, 0.8) !important;
    color: #FFFFFF !important; }
  .widget-wrapper.rating-cero:not([class*="-bg"]) [class*='note'] .info-wrapper .preview:hover,
  .widget-wrapper.rating-cero:not([class*="-bg"]) [class*='note'] .info-wrapper .title:hover,
  .widget-wrapper.rating-cero:not([class*="-bg"]) [class*='note'] .info-wrapper .author:hover,
  .widget-wrapper.rating-cero:not([class*="-bg"]) [class*='note'] .info-wrapper .article-category-grouper:hover,
  .widget-wrapper.rating-cero:not([class*="-bg"]) [class*='note'] .info-wrapper .article-kicker:hover {
    color: #da2c29 !important; }
  .widget-wrapper.rating-cero:not([class*="-bg"]) [class*='note'] .preview:hover,
  .widget-wrapper.rating-cero:not([class*="-bg"]) [class*='note'] .title:hover,
  .widget-wrapper.rating-cero:not([class*="-bg"]) [class*='note'] .author:hover {
    color: #da2c29 !important; }
  .widget-wrapper.rating-cero:not([class*="-bg"]) [data-type*="article"] i[class*="play"]:hover {
    color: #da2c29 !important; }

.widget-wrapper.rating-cero:not([class*="-bg"]) {
  /* Cabezales */
  /* Chapitas en los listados de notas */
  /* Icono de Play si la nota tiene video */ }
  .widget-wrapper.rating-cero:not([class*="-bg"]) .headline .obj-title, .widget-wrapper.rating-cero:not([class*="-bg"]) .most-read .obj-title, .widget-wrapper.rating-cero:not([class*="-bg"]) .note-by-author .obj-title {
    color: #da2c29; }
    .widget-wrapper.rating-cero:not([class*="-bg"]) .headline .obj-title::first-letter, .widget-wrapper.rating-cero:not([class*="-bg"]) .most-read .obj-title::first-letter, .widget-wrapper.rating-cero:not([class*="-bg"]) .note-by-author .obj-title::first-letter {
      background-color: #da2c29;
      color: #FFFFFF; }
  .widget-wrapper.rating-cero:not([class*="-bg"]) [class*='note']:not(.highlighted-portrait-note):not(.highlighted-note-overprinted-title) .article-kicker {
    color: #da2c29 !important; }
  .widget-wrapper.rating-cero:not([class*="-bg"]) [class*='note'] .article-theme {
    background-color: rgba(218, 44, 41, 0.8) !important;
    color: #FFFFFF !important; }
  .widget-wrapper.rating-cero:not([class*="-bg"]) [class*='note'] .info-wrapper .preview:hover,
  .widget-wrapper.rating-cero:not([class*="-bg"]) [class*='note'] .info-wrapper .title:hover,
  .widget-wrapper.rating-cero:not([class*="-bg"]) [class*='note'] .info-wrapper .author:hover,
  .widget-wrapper.rating-cero:not([class*="-bg"]) [class*='note'] .info-wrapper .article-category-grouper:hover,
  .widget-wrapper.rating-cero:not([class*="-bg"]) [class*='note'] .info-wrapper .article-kicker:hover {
    color: #da2c29 !important; }
  .widget-wrapper.rating-cero:not([class*="-bg"]) [class*='note'] .preview:hover,
  .widget-wrapper.rating-cero:not([class*="-bg"]) [class*='note'] .title:hover,
  .widget-wrapper.rating-cero:not([class*="-bg"]) [class*='note'] .author:hover {
    color: #da2c29 !important; }
  .widget-wrapper.rating-cero:not([class*="-bg"]) [data-type*="article"] i[class*="play"]:hover {
    color: #da2c29 !important; }

.widget-wrapper.rating-cero:not([class*="-bg"]) {
  /* Cabezales */
  /* Chapitas en los listados de notas */
  /* Icono de Play si la nota tiene video */ }
  .widget-wrapper.rating-cero:not([class*="-bg"]) .headline .obj-title, .widget-wrapper.rating-cero:not([class*="-bg"]) .most-read .obj-title, .widget-wrapper.rating-cero:not([class*="-bg"]) .note-by-author .obj-title {
    color: #da2c29; }
    .widget-wrapper.rating-cero:not([class*="-bg"]) .headline .obj-title::first-letter, .widget-wrapper.rating-cero:not([class*="-bg"]) .most-read .obj-title::first-letter, .widget-wrapper.rating-cero:not([class*="-bg"]) .note-by-author .obj-title::first-letter {
      background-color: #da2c29;
      color: #FFFFFF; }
  .widget-wrapper.rating-cero:not([class*="-bg"]) [class*='note']:not(.highlighted-portrait-note):not(.highlighted-note-overprinted-title) .article-kicker {
    color: #da2c29 !important; }
  .widget-wrapper.rating-cero:not([class*="-bg"]) [class*='note'] .article-theme {
    background-color: rgba(218, 44, 41, 0.8) !important;
    color: #FFFFFF !important; }
  .widget-wrapper.rating-cero:not([class*="-bg"]) [class*='note'] .info-wrapper .preview:hover,
  .widget-wrapper.rating-cero:not([class*="-bg"]) [class*='note'] .info-wrapper .title:hover,
  .widget-wrapper.rating-cero:not([class*="-bg"]) [class*='note'] .info-wrapper .author:hover,
  .widget-wrapper.rating-cero:not([class*="-bg"]) [class*='note'] .info-wrapper .article-category-grouper:hover,
  .widget-wrapper.rating-cero:not([class*="-bg"]) [class*='note'] .info-wrapper .article-kicker:hover {
    color: #da2c29 !important; }
  .widget-wrapper.rating-cero:not([class*="-bg"]) [class*='note'] .preview:hover,
  .widget-wrapper.rating-cero:not([class*="-bg"]) [class*='note'] .title:hover,
  .widget-wrapper.rating-cero:not([class*="-bg"]) [class*='note'] .author:hover {
    color: #da2c29 !important; }
  .widget-wrapper.rating-cero:not([class*="-bg"]) [data-type*="article"] i[class*="play"]:hover {
    color: #da2c29 !important; }

.widget-wrapper.rating-cero:not([class*="-bg"]) {
  /* Cabezales */
  /* Chapitas en los listados de notas */
  /* Icono de Play si la nota tiene video */ }
  .widget-wrapper.rating-cero:not([class*="-bg"]) .headline .obj-title, .widget-wrapper.rating-cero:not([class*="-bg"]) .most-read .obj-title, .widget-wrapper.rating-cero:not([class*="-bg"]) .note-by-author .obj-title {
    color: #da2c29; }
    .widget-wrapper.rating-cero:not([class*="-bg"]) .headline .obj-title::first-letter, .widget-wrapper.rating-cero:not([class*="-bg"]) .most-read .obj-title::first-letter, .widget-wrapper.rating-cero:not([class*="-bg"]) .note-by-author .obj-title::first-letter {
      background-color: #da2c29;
      color: #FFFFFF; }
  .widget-wrapper.rating-cero:not([class*="-bg"]) [class*='note']:not(.highlighted-portrait-note):not(.highlighted-note-overprinted-title) .article-kicker {
    color: #da2c29 !important; }
  .widget-wrapper.rating-cero:not([class*="-bg"]) [class*='note'] .article-theme {
    background-color: rgba(218, 44, 41, 0.8) !important;
    color: #FFFFFF !important; }
  .widget-wrapper.rating-cero:not([class*="-bg"]) [class*='note'] .info-wrapper .preview:hover,
  .widget-wrapper.rating-cero:not([class*="-bg"]) [class*='note'] .info-wrapper .title:hover,
  .widget-wrapper.rating-cero:not([class*="-bg"]) [class*='note'] .info-wrapper .author:hover,
  .widget-wrapper.rating-cero:not([class*="-bg"]) [class*='note'] .info-wrapper .article-category-grouper:hover,
  .widget-wrapper.rating-cero:not([class*="-bg"]) [class*='note'] .info-wrapper .article-kicker:hover {
    color: #da2c29 !important; }
  .widget-wrapper.rating-cero:not([class*="-bg"]) [class*='note'] .preview:hover,
  .widget-wrapper.rating-cero:not([class*="-bg"]) [class*='note'] .title:hover,
  .widget-wrapper.rating-cero:not([class*="-bg"]) [class*='note'] .author:hover {
    color: #da2c29 !important; }
  .widget-wrapper.rating-cero:not([class*="-bg"]) [data-type*="article"] i[class*="play"]:hover {
    color: #da2c29 !important; }

.widget-wrapper.rating-cero:not([class*="-bg"]) {
  /* Cabezales */
  /* Chapitas en los listados de notas */
  /* Icono de Play si la nota tiene video */ }
  .widget-wrapper.rating-cero:not([class*="-bg"]) .headline .obj-title, .widget-wrapper.rating-cero:not([class*="-bg"]) .most-read .obj-title, .widget-wrapper.rating-cero:not([class*="-bg"]) .note-by-author .obj-title {
    color: #da2c29; }
    .widget-wrapper.rating-cero:not([class*="-bg"]) .headline .obj-title::first-letter, .widget-wrapper.rating-cero:not([class*="-bg"]) .most-read .obj-title::first-letter, .widget-wrapper.rating-cero:not([class*="-bg"]) .note-by-author .obj-title::first-letter {
      background-color: #da2c29;
      color: #FFFFFF; }
  .widget-wrapper.rating-cero:not([class*="-bg"]) [class*='note']:not(.highlighted-portrait-note):not(.highlighted-note-overprinted-title) .article-kicker {
    color: #da2c29 !important; }
  .widget-wrapper.rating-cero:not([class*="-bg"]) [class*='note'] .article-theme {
    background-color: rgba(218, 44, 41, 0.8) !important;
    color: #FFFFFF !important; }
  .widget-wrapper.rating-cero:not([class*="-bg"]) [class*='note'] .info-wrapper .preview:hover,
  .widget-wrapper.rating-cero:not([class*="-bg"]) [class*='note'] .info-wrapper .title:hover,
  .widget-wrapper.rating-cero:not([class*="-bg"]) [class*='note'] .info-wrapper .author:hover,
  .widget-wrapper.rating-cero:not([class*="-bg"]) [class*='note'] .info-wrapper .article-category-grouper:hover,
  .widget-wrapper.rating-cero:not([class*="-bg"]) [class*='note'] .info-wrapper .article-kicker:hover {
    color: #da2c29 !important; }
  .widget-wrapper.rating-cero:not([class*="-bg"]) [class*='note'] .preview:hover,
  .widget-wrapper.rating-cero:not([class*="-bg"]) [class*='note'] .title:hover,
  .widget-wrapper.rating-cero:not([class*="-bg"]) [class*='note'] .author:hover {
    color: #da2c29 !important; }
  .widget-wrapper.rating-cero:not([class*="-bg"]) [data-type*="article"] i[class*="play"]:hover {
    color: #da2c29 !important; }

.widget-wrapper.rating-cero:not([class*="-bg"]) {
  /* Cabezales */
  /* Chapitas en los listados de notas */
  /* Icono de Play si la nota tiene video */ }
  .widget-wrapper.rating-cero:not([class*="-bg"]) .headline .obj-title, .widget-wrapper.rating-cero:not([class*="-bg"]) .most-read .obj-title, .widget-wrapper.rating-cero:not([class*="-bg"]) .note-by-author .obj-title {
    color: #da2c29; }
    .widget-wrapper.rating-cero:not([class*="-bg"]) .headline .obj-title::first-letter, .widget-wrapper.rating-cero:not([class*="-bg"]) .most-read .obj-title::first-letter, .widget-wrapper.rating-cero:not([class*="-bg"]) .note-by-author .obj-title::first-letter {
      background-color: #da2c29;
      color: #FFFFFF; }
  .widget-wrapper.rating-cero:not([class*="-bg"]) [class*='note']:not(.highlighted-portrait-note):not(.highlighted-note-overprinted-title) .article-kicker {
    color: #da2c29 !important; }
  .widget-wrapper.rating-cero:not([class*="-bg"]) [class*='note'] .article-theme {
    background-color: rgba(218, 44, 41, 0.8) !important;
    color: #FFFFFF !important; }
  .widget-wrapper.rating-cero:not([class*="-bg"]) [class*='note'] .info-wrapper .preview:hover,
  .widget-wrapper.rating-cero:not([class*="-bg"]) [class*='note'] .info-wrapper .title:hover,
  .widget-wrapper.rating-cero:not([class*="-bg"]) [class*='note'] .info-wrapper .author:hover,
  .widget-wrapper.rating-cero:not([class*="-bg"]) [class*='note'] .info-wrapper .article-category-grouper:hover,
  .widget-wrapper.rating-cero:not([class*="-bg"]) [class*='note'] .info-wrapper .article-kicker:hover {
    color: #da2c29 !important; }
  .widget-wrapper.rating-cero:not([class*="-bg"]) [class*='note'] .preview:hover,
  .widget-wrapper.rating-cero:not([class*="-bg"]) [class*='note'] .title:hover,
  .widget-wrapper.rating-cero:not([class*="-bg"]) [class*='note'] .author:hover {
    color: #da2c29 !important; }
  .widget-wrapper.rating-cero:not([class*="-bg"]) [data-type*="article"] i[class*="play"]:hover {
    color: #da2c29 !important; }

.widget-wrapper.rating-cero:not([class*="-bg"]) {
  /* Cabezales */
  /* Chapitas en los listados de notas */
  /* Icono de Play si la nota tiene video */ }
  .widget-wrapper.rating-cero:not([class*="-bg"]) .headline .obj-title, .widget-wrapper.rating-cero:not([class*="-bg"]) .most-read .obj-title, .widget-wrapper.rating-cero:not([class*="-bg"]) .note-by-author .obj-title {
    color: #da2c29; }
    .widget-wrapper.rating-cero:not([class*="-bg"]) .headline .obj-title::first-letter, .widget-wrapper.rating-cero:not([class*="-bg"]) .most-read .obj-title::first-letter, .widget-wrapper.rating-cero:not([class*="-bg"]) .note-by-author .obj-title::first-letter {
      background-color: #da2c29;
      color: #FFFFFF; }
  .widget-wrapper.rating-cero:not([class*="-bg"]) [class*='note']:not(.highlighted-portrait-note):not(.highlighted-note-overprinted-title) .article-kicker {
    color: #da2c29 !important; }
  .widget-wrapper.rating-cero:not([class*="-bg"]) [class*='note'] .article-theme {
    background-color: rgba(218, 44, 41, 0.8) !important;
    color: #FFFFFF !important; }
  .widget-wrapper.rating-cero:not([class*="-bg"]) [class*='note'] .info-wrapper .preview:hover,
  .widget-wrapper.rating-cero:not([class*="-bg"]) [class*='note'] .info-wrapper .title:hover,
  .widget-wrapper.rating-cero:not([class*="-bg"]) [class*='note'] .info-wrapper .author:hover,
  .widget-wrapper.rating-cero:not([class*="-bg"]) [class*='note'] .info-wrapper .article-category-grouper:hover,
  .widget-wrapper.rating-cero:not([class*="-bg"]) [class*='note'] .info-wrapper .article-kicker:hover {
    color: #da2c29 !important; }
  .widget-wrapper.rating-cero:not([class*="-bg"]) [class*='note'] .preview:hover,
  .widget-wrapper.rating-cero:not([class*="-bg"]) [class*='note'] .title:hover,
  .widget-wrapper.rating-cero:not([class*="-bg"]) [class*='note'] .author:hover {
    color: #da2c29 !important; }
  .widget-wrapper.rating-cero:not([class*="-bg"]) [data-type*="article"] i[class*="play"]:hover {
    color: #da2c29 !important; }

.widget-wrapper.rating-cero:not([class*="-bg"]) {
  /* Cabezales */
  /* Chapitas en los listados de notas */
  /* Icono de Play si la nota tiene video */ }
  .widget-wrapper.rating-cero:not([class*="-bg"]) .headline .obj-title, .widget-wrapper.rating-cero:not([class*="-bg"]) .most-read .obj-title, .widget-wrapper.rating-cero:not([class*="-bg"]) .note-by-author .obj-title {
    color: #da2c29; }
    .widget-wrapper.rating-cero:not([class*="-bg"]) .headline .obj-title::first-letter, .widget-wrapper.rating-cero:not([class*="-bg"]) .most-read .obj-title::first-letter, .widget-wrapper.rating-cero:not([class*="-bg"]) .note-by-author .obj-title::first-letter {
      background-color: #da2c29;
      color: #FFFFFF; }
  .widget-wrapper.rating-cero:not([class*="-bg"]) [class*='note']:not(.highlighted-portrait-note):not(.highlighted-note-overprinted-title) .article-kicker {
    color: #da2c29 !important; }
  .widget-wrapper.rating-cero:not([class*="-bg"]) [class*='note'] .article-theme {
    background-color: rgba(218, 44, 41, 0.8) !important;
    color: #FFFFFF !important; }
  .widget-wrapper.rating-cero:not([class*="-bg"]) [class*='note'] .info-wrapper .preview:hover,
  .widget-wrapper.rating-cero:not([class*="-bg"]) [class*='note'] .info-wrapper .title:hover,
  .widget-wrapper.rating-cero:not([class*="-bg"]) [class*='note'] .info-wrapper .author:hover,
  .widget-wrapper.rating-cero:not([class*="-bg"]) [class*='note'] .info-wrapper .article-category-grouper:hover,
  .widget-wrapper.rating-cero:not([class*="-bg"]) [class*='note'] .info-wrapper .article-kicker:hover {
    color: #da2c29 !important; }
  .widget-wrapper.rating-cero:not([class*="-bg"]) [class*='note'] .preview:hover,
  .widget-wrapper.rating-cero:not([class*="-bg"]) [class*='note'] .title:hover,
  .widget-wrapper.rating-cero:not([class*="-bg"]) [class*='note'] .author:hover {
    color: #da2c29 !important; }
  .widget-wrapper.rating-cero:not([class*="-bg"]) [data-type*="article"] i[class*="play"]:hover {
    color: #da2c29 !important; }

.widget-wrapper.rating-cero:not([class*="-bg"]) {
  /* Cabezales */
  /* Chapitas en los listados de notas */
  /* Icono de Play si la nota tiene video */ }
  .widget-wrapper.rating-cero:not([class*="-bg"]) .headline .obj-title, .widget-wrapper.rating-cero:not([class*="-bg"]) .most-read .obj-title, .widget-wrapper.rating-cero:not([class*="-bg"]) .note-by-author .obj-title {
    color: #da2c29; }
    .widget-wrapper.rating-cero:not([class*="-bg"]) .headline .obj-title::first-letter, .widget-wrapper.rating-cero:not([class*="-bg"]) .most-read .obj-title::first-letter, .widget-wrapper.rating-cero:not([class*="-bg"]) .note-by-author .obj-title::first-letter {
      background-color: #da2c29;
      color: #FFFFFF; }
  .widget-wrapper.rating-cero:not([class*="-bg"]) [class*='note']:not(.highlighted-portrait-note):not(.highlighted-note-overprinted-title) .article-kicker {
    color: #da2c29 !important; }
  .widget-wrapper.rating-cero:not([class*="-bg"]) [class*='note'] .article-theme {
    background-color: rgba(218, 44, 41, 0.8) !important;
    color: #FFFFFF !important; }
  .widget-wrapper.rating-cero:not([class*="-bg"]) [class*='note'] .info-wrapper .preview:hover,
  .widget-wrapper.rating-cero:not([class*="-bg"]) [class*='note'] .info-wrapper .title:hover,
  .widget-wrapper.rating-cero:not([class*="-bg"]) [class*='note'] .info-wrapper .author:hover,
  .widget-wrapper.rating-cero:not([class*="-bg"]) [class*='note'] .info-wrapper .article-category-grouper:hover,
  .widget-wrapper.rating-cero:not([class*="-bg"]) [class*='note'] .info-wrapper .article-kicker:hover {
    color: #da2c29 !important; }
  .widget-wrapper.rating-cero:not([class*="-bg"]) [class*='note'] .preview:hover,
  .widget-wrapper.rating-cero:not([class*="-bg"]) [class*='note'] .title:hover,
  .widget-wrapper.rating-cero:not([class*="-bg"]) [class*='note'] .author:hover {
    color: #da2c29 !important; }
  .widget-wrapper.rating-cero:not([class*="-bg"]) [data-type*="article"] i[class*="play"]:hover {
    color: #da2c29 !important; }

.widget-wrapper.rating-cero:not([class*="-bg"]) {
  /* Cabezales */
  /* Chapitas en los listados de notas */
  /* Icono de Play si la nota tiene video */ }
  .widget-wrapper.rating-cero:not([class*="-bg"]) .headline .obj-title, .widget-wrapper.rating-cero:not([class*="-bg"]) .most-read .obj-title, .widget-wrapper.rating-cero:not([class*="-bg"]) .note-by-author .obj-title {
    color: #da2c29; }
    .widget-wrapper.rating-cero:not([class*="-bg"]) .headline .obj-title::first-letter, .widget-wrapper.rating-cero:not([class*="-bg"]) .most-read .obj-title::first-letter, .widget-wrapper.rating-cero:not([class*="-bg"]) .note-by-author .obj-title::first-letter {
      background-color: #da2c29;
      color: #FFFFFF; }
  .widget-wrapper.rating-cero:not([class*="-bg"]) [class*='note']:not(.highlighted-portrait-note):not(.highlighted-note-overprinted-title) .article-kicker {
    color: #da2c29 !important; }
  .widget-wrapper.rating-cero:not([class*="-bg"]) [class*='note'] .article-theme {
    background-color: rgba(218, 44, 41, 0.8) !important;
    color: #FFFFFF !important; }
  .widget-wrapper.rating-cero:not([class*="-bg"]) [class*='note'] .info-wrapper .preview:hover,
  .widget-wrapper.rating-cero:not([class*="-bg"]) [class*='note'] .info-wrapper .title:hover,
  .widget-wrapper.rating-cero:not([class*="-bg"]) [class*='note'] .info-wrapper .author:hover,
  .widget-wrapper.rating-cero:not([class*="-bg"]) [class*='note'] .info-wrapper .article-category-grouper:hover,
  .widget-wrapper.rating-cero:not([class*="-bg"]) [class*='note'] .info-wrapper .article-kicker:hover {
    color: #da2c29 !important; }
  .widget-wrapper.rating-cero:not([class*="-bg"]) [class*='note'] .preview:hover,
  .widget-wrapper.rating-cero:not([class*="-bg"]) [class*='note'] .title:hover,
  .widget-wrapper.rating-cero:not([class*="-bg"]) [class*='note'] .author:hover {
    color: #da2c29 !important; }
  .widget-wrapper.rating-cero:not([class*="-bg"]) [data-type*="article"] i[class*="play"]:hover {
    color: #da2c29 !important; }

.widget-wrapper.rating-cero:not([class*="-bg"]) {
  /* Cabezales */
  /* Chapitas en los listados de notas */
  /* Icono de Play si la nota tiene video */ }
  .widget-wrapper.rating-cero:not([class*="-bg"]) .headline .obj-title, .widget-wrapper.rating-cero:not([class*="-bg"]) .most-read .obj-title, .widget-wrapper.rating-cero:not([class*="-bg"]) .note-by-author .obj-title {
    color: #da2c29; }
    .widget-wrapper.rating-cero:not([class*="-bg"]) .headline .obj-title::first-letter, .widget-wrapper.rating-cero:not([class*="-bg"]) .most-read .obj-title::first-letter, .widget-wrapper.rating-cero:not([class*="-bg"]) .note-by-author .obj-title::first-letter {
      background-color: #da2c29;
      color: #FFFFFF; }
  .widget-wrapper.rating-cero:not([class*="-bg"]) [class*='note']:not(.highlighted-portrait-note):not(.highlighted-note-overprinted-title) .article-kicker {
    color: #da2c29 !important; }
  .widget-wrapper.rating-cero:not([class*="-bg"]) [class*='note'] .article-theme {
    background-color: rgba(218, 44, 41, 0.8) !important;
    color: #FFFFFF !important; }
  .widget-wrapper.rating-cero:not([class*="-bg"]) [class*='note'] .info-wrapper .preview:hover,
  .widget-wrapper.rating-cero:not([class*="-bg"]) [class*='note'] .info-wrapper .title:hover,
  .widget-wrapper.rating-cero:not([class*="-bg"]) [class*='note'] .info-wrapper .author:hover,
  .widget-wrapper.rating-cero:not([class*="-bg"]) [class*='note'] .info-wrapper .article-category-grouper:hover,
  .widget-wrapper.rating-cero:not([class*="-bg"]) [class*='note'] .info-wrapper .article-kicker:hover {
    color: #da2c29 !important; }
  .widget-wrapper.rating-cero:not([class*="-bg"]) [class*='note'] .preview:hover,
  .widget-wrapper.rating-cero:not([class*="-bg"]) [class*='note'] .title:hover,
  .widget-wrapper.rating-cero:not([class*="-bg"]) [class*='note'] .author:hover {
    color: #da2c29 !important; }
  .widget-wrapper.rating-cero:not([class*="-bg"]) [data-type*="article"] i[class*="play"]:hover {
    color: #da2c29 !important; }

.widget-wrapper.texto-blanco {
  color: #FFFFFF;
  /* Cabezales */ }
  .widget-wrapper.texto-blanco .headline .obj-title, .widget-wrapper.texto-blanco .most-read .obj-title, .widget-wrapper.texto-blanco .note-by-author .obj-title {
    color: #FFFFFF; }
  .widget-wrapper.texto-blanco .simple-list .simple-note:not(.no-media) .title, .widget-wrapper.texto-blanco .section-aside-single-article .simple-note:not(.no-media) .title {
    color: #FFFFFF; }
  .widget-wrapper.texto-blanco .simple-list-square-image .simple-note-square-image .title {
    color: #FFFFFF; }
  .widget-wrapper.texto-blanco .free-text .body-content {
    color: #FFFFFF; }
  .widget-wrapper.texto-blanco [data-type*="article"] .info-wrapper .article-kicker {
    color: #FFFFFF !important; }

/* Colores en Detalle Sección */
body.rating-cero main.container.note {
  /* Cabezales */
  /* Chapitas en los listados de notas */
  /* Icono de Play si la nota tiene video */
  /* Iconos de Share/Compartir */
  /* Listado Más Leídas */
  /* Paginador Listado Seccion */ }
  body.rating-cero main.container.note .headline .obj-title, body.rating-cero main.container.note .most-read .obj-title, body.rating-cero main.container.note .note-by-author .obj-title {
    color: #da2c29; }
    body.rating-cero main.container.note .headline .obj-title::first-letter, body.rating-cero main.container.note .most-read .obj-title::first-letter, body.rating-cero main.container.note .note-by-author .obj-title::first-letter {
      background-color: #da2c29;
      color: #FFFFFF; }
  body.rating-cero main.container.note [class*='note'] .article-theme {
    background-color: rgba(218, 44, 41, 0.8) !important;
    color: #FFFFFF !important; }
  body.rating-cero main.container.note [class*='note'] .info-wrapper .preview:hover,
  body.rating-cero main.container.note [class*='note'] .info-wrapper .title:hover,
  body.rating-cero main.container.note [class*='note'] .info-wrapper .author:hover {
    color: #da2c29 !important; }
  body.rating-cero main.container.note [class*='note'] .preview:hover,
  body.rating-cero main.container.note [class*='note'] .title:hover,
  body.rating-cero main.container.note [class*='note'] .author:hover {
    color: #da2c29 !important; }
  body.rating-cero main.container.note [data-type*="article"] i[class*="play"]:hover {
    color: #da2c29 !important; }
  body.rating-cero main.container.note .socials-share li {
    background-color: #da2c29; }
  body.rating-cero main.container.note .ranking-list {
    background-color: #da2c29; }
    body.rating-cero main.container.note .ranking-list .article .number {
      background-color: #c72522; }
    body.rating-cero main.container.note .ranking-list .article .number,
    body.rating-cero main.container.note .ranking-list .article .title,
    body.rating-cero main.container.note .ranking-list .article .author {
      color: #FFFFFF; }
    body.rating-cero main.container.note .ranking-list .obj-title {
      color: #FFFFFF; }
  body.rating-cero main.container.note .list-articles .articles-pagination [class*="button"] {
    background-color: #da2c29;
    color: #FFFFFF; }
    body.rating-cero main.container.note .list-articles .articles-pagination [class*="button"]:hover {
      background-color: #C82828; }

/* Colores en las chapitas */
.article-theme.texto-blanco {
  color: transparent !important; }

.article-kicker.texto-blanco {
  color: transparent !important; }

.article-category-grouper.texto-blanco:hover {
  color: transparent !important; }

/* Cabezales */
.headline.texto-blanco .obj-title, .texto-blanco.most-read .obj-title, .texto-blanco.note-by-author .obj-title {
  color: transparent; }
  .headline.texto-blanco .obj-title::first-letter, .texto-blanco.most-read .obj-title::first-letter, .texto-blanco.note-by-author .obj-title::first-letter {
    background-color: transparent;
    color: #FFFFFF; }

/* Widges con colores de fondo */
.texto-blanco-bg {
  background-color: transparent; }
  .texto-blanco-bg.widget-wrapper {
    padding-top: 25px;
    margin-bottom: 25px; }
  .texto-blanco-bg .highlighted-note-square-image .preview,
  .texto-blanco-bg .highlighted-note-square-image .title,
  .texto-blanco-bg .highlighted-note-square-image .author,
  .texto-blanco-bg .highlighted-note-square-image .article-category-grouper,
  .texto-blanco-bg .highlighted-note-square-image .article-kicker,
  .texto-blanco-bg .simple-note .preview,
  .texto-blanco-bg .simple-note .title,
  .texto-blanco-bg .simple-note .author,
  .texto-blanco-bg .simple-note .article-category-grouper,
  .texto-blanco-bg .simple-note .article-kicker,
  .texto-blanco-bg .simple-note-square-image .preview,
  .texto-blanco-bg .simple-note-square-image .title,
  .texto-blanco-bg .simple-note-square-image .author,
  .texto-blanco-bg .simple-note-square-image .article-category-grouper,
  .texto-blanco-bg .simple-note-square-image .article-kicker {
    color: #FFFFFF !important; }
  .texto-blanco-bg .headline, .texto-blanco-bg .most-read, .texto-blanco-bg .note-by-author {
    margin-top: 0;
    padding-top: 8px; }
    .texto-blanco-bg .headline .obj-title, .texto-blanco-bg .most-read .obj-title, .texto-blanco-bg .note-by-author .obj-title {
      color: #FFFFFF !important; }
      .texto-blanco-bg .headline .obj-title::first-letter, .texto-blanco-bg .most-read .obj-title::first-letter, .texto-blanco-bg .note-by-author .obj-title::first-letter {
        background-color: #FFFFFF;
        color: transparent !important; }
  .texto-blanco-bg.celeste-vivo {
    /* Chapitas en los listados de notas */
    /* Icono de Play si la nota tiene video */ }
    .texto-blanco-bg.celeste-vivo [class*='note'] .article-theme {
      background-color: rgba(68, 201, 246, 0.8) !important;
      color: #FFFFFF !important; }
    .texto-blanco-bg.celeste-vivo [data-type*="article"] i[class*="play"]:hover {
      color: #44c9f6 !important; }
  .texto-blanco-bg.copa-america {
    /* Chapitas en los listados de notas */
    /* Icono de Play si la nota tiene video */ }
    .texto-blanco-bg.copa-america [class*='note'] .article-theme {
      background-color: rgba(32, 138, 200, 0.8) !important;
      color: #FFFFFF !important; }
    .texto-blanco-bg.copa-america [data-type*="article"] i[class*="play"]:hover {
      color: #208ac8 !important; }
  .texto-blanco-bg.fucsia {
    /* Chapitas en los listados de notas */
    /* Icono de Play si la nota tiene video */ }
    .texto-blanco-bg.fucsia [class*='note'] .article-theme {
      background-color: rgba(182, 11, 124, 0.8) !important;
      color: #FFFFFF !important; }
    .texto-blanco-bg.fucsia [data-type*="article"] i[class*="play"]:hover {
      color: #b60b7c !important; }
  .texto-blanco-bg.gris {
    /* Chapitas en los listados de notas */
    /* Icono de Play si la nota tiene video */ }
    .texto-blanco-bg.gris [class*='note'] .article-theme {
      background-color: rgba(109, 123, 140, 0.8) !important;
      color: #FFFFFF !important; }
    .texto-blanco-bg.gris [data-type*="article"] i[class*="play"]:hover {
      color: #6d7b8c !important; }
  .texto-blanco-bg.naranja {
    /* Chapitas en los listados de notas */
    /* Icono de Play si la nota tiene video */ }
    .texto-blanco-bg.naranja [class*='note'] .article-theme {
      background-color: rgba(227, 123, 87, 0.8) !important;
      color: #FFFFFF !important; }
    .texto-blanco-bg.naranja [data-type*="article"] i[class*="play"]:hover {
      color: #e37b57 !important; }
  .texto-blanco-bg.naranja_fuerte {
    /* Chapitas en los listados de notas */
    /* Icono de Play si la nota tiene video */ }
    .texto-blanco-bg.naranja_fuerte [class*='note'] .article-theme {
      background-color: rgba(217, 56, 0, 0.8) !important;
      color: #FFFFFF !important; }
    .texto-blanco-bg.naranja_fuerte [data-type*="article"] i[class*="play"]:hover {
      color: #D93800 !important; }
  .texto-blanco-bg.rating-cero {
    /* Chapitas en los listados de notas */
    /* Icono de Play si la nota tiene video */ }
    .texto-blanco-bg.rating-cero [class*='note'] .article-theme {
      background-color: rgba(218, 44, 41, 0.8) !important;
      color: #FFFFFF !important; }
    .texto-blanco-bg.rating-cero [data-type*="article"] i[class*="play"]:hover {
      color: #da2c29 !important; }
  .texto-blanco-bg.texto-blanco .article-shouts .info-wrapper .preview,
  .texto-blanco-bg.texto-blanco .article-shouts .info-wrapper .title,
  .texto-blanco-bg.texto-blanco .article-shouts .info-wrapper .author,
  .texto-blanco-bg.texto-blanco .article-shouts .info-wrapper .article-kicker,
  .texto-blanco-bg.texto-blanco .highlighted-note-square-image .info-wrapper .preview,
  .texto-blanco-bg.texto-blanco .highlighted-note-square-image .info-wrapper .title,
  .texto-blanco-bg.texto-blanco .highlighted-note-square-image .info-wrapper .author,
  .texto-blanco-bg.texto-blanco .highlighted-note-square-image .info-wrapper .article-kicker,
  .texto-blanco-bg.texto-blanco .simple-list .info-wrapper .preview,
  .texto-blanco-bg.texto-blanco .section-aside-single-article .info-wrapper .preview,
  .texto-blanco-bg.texto-blanco .simple-list .info-wrapper .title,
  .texto-blanco-bg.texto-blanco .section-aside-single-article .info-wrapper .title,
  .texto-blanco-bg.texto-blanco .simple-list .info-wrapper .author,
  .texto-blanco-bg.texto-blanco .section-aside-single-article .info-wrapper .author,
  .texto-blanco-bg.texto-blanco .simple-list .info-wrapper .article-kicker,
  .texto-blanco-bg.texto-blanco .section-aside-single-article .info-wrapper .article-kicker,
  .texto-blanco-bg.texto-blanco .simple-list-square-image .info-wrapper .preview,
  .texto-blanco-bg.texto-blanco .simple-list-square-image .info-wrapper .title,
  .texto-blanco-bg.texto-blanco .simple-list-square-image .info-wrapper .author,
  .texto-blanco-bg.texto-blanco .simple-list-square-image .info-wrapper .article-kicker {
    color: #FFFFFF !important; }
    .texto-blanco-bg.texto-blanco .article-shouts .info-wrapper .preview:hover,
    .texto-blanco-bg.texto-blanco .article-shouts .info-wrapper .title:hover,
    .texto-blanco-bg.texto-blanco .article-shouts .info-wrapper .author:hover,
    .texto-blanco-bg.texto-blanco .article-shouts .info-wrapper .article-kicker:hover,
    .texto-blanco-bg.texto-blanco .highlighted-note-square-image .info-wrapper .preview:hover,
    .texto-blanco-bg.texto-blanco .highlighted-note-square-image .info-wrapper .title:hover,
    .texto-blanco-bg.texto-blanco .highlighted-note-square-image .info-wrapper .author:hover,
    .texto-blanco-bg.texto-blanco .highlighted-note-square-image .info-wrapper .article-kicker:hover,
    .texto-blanco-bg.texto-blanco .simple-list .info-wrapper .preview:hover,
    .texto-blanco-bg.texto-blanco .section-aside-single-article .info-wrapper .preview:hover,
    .texto-blanco-bg.texto-blanco .simple-list .info-wrapper .title:hover,
    .texto-blanco-bg.texto-blanco .section-aside-single-article .info-wrapper .title:hover,
    .texto-blanco-bg.texto-blanco .simple-list .info-wrapper .author:hover,
    .texto-blanco-bg.texto-blanco .section-aside-single-article .info-wrapper .author:hover,
    .texto-blanco-bg.texto-blanco .simple-list .info-wrapper .article-kicker:hover,
    .texto-blanco-bg.texto-blanco .section-aside-single-article .info-wrapper .article-kicker:hover,
    .texto-blanco-bg.texto-blanco .simple-list-square-image .info-wrapper .preview:hover,
    .texto-blanco-bg.texto-blanco .simple-list-square-image .info-wrapper .title:hover,
    .texto-blanco-bg.texto-blanco .simple-list-square-image .info-wrapper .author:hover,
    .texto-blanco-bg.texto-blanco .simple-list-square-image .info-wrapper .article-kicker:hover {
      color: #FFFFFF !important; }
  .texto-blanco-bg.texto-blanco .article-shouts .preview,
  .texto-blanco-bg.texto-blanco .article-shouts .title,
  .texto-blanco-bg.texto-blanco .article-shouts .author,
  .texto-blanco-bg.texto-blanco .highlighted-note-square-image .preview,
  .texto-blanco-bg.texto-blanco .highlighted-note-square-image .title,
  .texto-blanco-bg.texto-blanco .highlighted-note-square-image .author,
  .texto-blanco-bg.texto-blanco .simple-list .preview,
  .texto-blanco-bg.texto-blanco .section-aside-single-article .preview,
  .texto-blanco-bg.texto-blanco .simple-list .title,
  .texto-blanco-bg.texto-blanco .section-aside-single-article .title,
  .texto-blanco-bg.texto-blanco .simple-list .author,
  .texto-blanco-bg.texto-blanco .section-aside-single-article .author,
  .texto-blanco-bg.texto-blanco .simple-list-square-image .preview,
  .texto-blanco-bg.texto-blanco .simple-list-square-image .title,
  .texto-blanco-bg.texto-blanco .simple-list-square-image .author {
    color: #FFFFFF !important; }
    .texto-blanco-bg.texto-blanco .article-shouts .preview:hover,
    .texto-blanco-bg.texto-blanco .article-shouts .title:hover,
    .texto-blanco-bg.texto-blanco .article-shouts .author:hover,
    .texto-blanco-bg.texto-blanco .highlighted-note-square-image .preview:hover,
    .texto-blanco-bg.texto-blanco .highlighted-note-square-image .title:hover,
    .texto-blanco-bg.texto-blanco .highlighted-note-square-image .author:hover,
    .texto-blanco-bg.texto-blanco .simple-list .preview:hover,
    .texto-blanco-bg.texto-blanco .section-aside-single-article .preview:hover,
    .texto-blanco-bg.texto-blanco .simple-list .title:hover,
    .texto-blanco-bg.texto-blanco .section-aside-single-article .title:hover,
    .texto-blanco-bg.texto-blanco .simple-list .author:hover,
    .texto-blanco-bg.texto-blanco .section-aside-single-article .author:hover,
    .texto-blanco-bg.texto-blanco .simple-list-square-image .preview:hover,
    .texto-blanco-bg.texto-blanco .simple-list-square-image .title:hover,
    .texto-blanco-bg.texto-blanco .simple-list-square-image .author:hover {
      color: #FFFFFF !important; }
  .texto-blanco-bg.texto-blanco [class*='note'] .article-theme {
    color: #FFFFFF !important; }
  .texto-blanco-bg.texto-blanco .headline, .texto-blanco-bg.texto-blanco .most-read, .texto-blanco-bg.texto-blanco .note-by-author {
    margin-top: 0;
    padding-top: 8px; }
    .texto-blanco-bg.texto-blanco .headline .obj-title, .texto-blanco-bg.texto-blanco .most-read .obj-title, .texto-blanco-bg.texto-blanco .note-by-author .obj-title {
      color: #FFFFFF !important; }
      .texto-blanco-bg.texto-blanco .headline .obj-title::first-letter, .texto-blanco-bg.texto-blanco .most-read .obj-title::first-letter, .texto-blanco-bg.texto-blanco .note-by-author .obj-title::first-letter {
        background-color: #FFFFFF;
        color: transparent !important; }
  .texto-blanco-bg.tipo-blanca {
    /* Chapitas en los listados de notas */
    /* Icono de Play si la nota tiene video */ }
    .texto-blanco-bg.tipo-blanca [class*='note'] .article-theme {
      background-color: rgba(0, 0, 0, 0) !important;
      color: #FFFFFF !important; }
    .texto-blanco-bg.tipo-blanca [data-type*="article"] i[class*="play"]:hover {
      color: transparent !important; }
  .texto-blanco-bg.verde-doc {
    /* Chapitas en los listados de notas */
    /* Icono de Play si la nota tiene video */ }
    .texto-blanco-bg.verde-doc [class*='note'] .article-theme {
      background-color: rgba(0, 153, 153, 0.8) !important;
      color: #FFFFFF !important; }
    .texto-blanco-bg.verde-doc [data-type*="article"] i[class*="play"]:hover {
      color: #099 !important; }
  .texto-blanco-bg.verde_oscuro {
    /* Chapitas en los listados de notas */
    /* Icono de Play si la nota tiene video */ }
    .texto-blanco-bg.verde_oscuro [class*='note'] .article-theme {
      background-color: rgba(74, 122, 80, 0.8) !important;
      color: #FFFFFF !important; }
    .texto-blanco-bg.verde_oscuro [data-type*="article"] i[class*="play"]:hover {
      color: #4a7a50 !important; }
  .texto-blanco-bg.violeta {
    /* Chapitas en los listados de notas */
    /* Icono de Play si la nota tiene video */ }
    .texto-blanco-bg.violeta [class*='note'] .article-theme {
      background-color: rgba(86, 0, 141, 0.8) !important;
      color: #FFFFFF !important; }
    .texto-blanco-bg.violeta [data-type*="article"] i[class*="play"]:hover {
      color: #56008D !important; }
  .texto-blanco-bg.beige {
    /* Chapitas en los listados de notas */
    /* Icono de Play si la nota tiene video */ }
    .texto-blanco-bg.beige [class*='note'] .article-theme {
      background-color: rgba(247, 239, 228, 0.8) !important;
      color: #000000 !important; }
    .texto-blanco-bg.beige [data-type*="article"] i[class*="play"]:hover {
      color: #f7efe4 !important; }
  .texto-blanco-bg.bordo {
    /* Chapitas en los listados de notas */
    /* Icono de Play si la nota tiene video */ }
    .texto-blanco-bg.bordo [class*='note'] .article-theme {
      background-color: rgba(64, 37, 34, 0.8) !important;
      color: #FFFFFF !important; }
    .texto-blanco-bg.bordo [data-type*="article"] i[class*="play"]:hover {
      color: #402522 !important; }
  .texto-blanco-bg.verde-limon {
    /* Chapitas en los listados de notas */
    /* Icono de Play si la nota tiene video */ }
    .texto-blanco-bg.verde-limon [class*='note'] .article-theme {
      background-color: rgba(239, 255, 211, 0.8) !important;
      color: #000000 !important; }
    .texto-blanco-bg.verde-limon [data-type*="article"] i[class*="play"]:hover {
      color: #efffd3 !important; }
  .texto-blanco-bg.rojo {
    /* Chapitas en los listados de notas */
    /* Icono de Play si la nota tiene video */ }
    .texto-blanco-bg.rojo [class*='note'] .article-theme {
      background-color: rgba(216, 84, 84, 0.8) !important;
      color: #FFFFFF !important; }
    .texto-blanco-bg.rojo [data-type*="article"] i[class*="play"]:hover {
      color: #d85454 !important; }
  .texto-blanco-bg.celeste {
    /* Chapitas en los listados de notas */
    /* Icono de Play si la nota tiene video */ }
    .texto-blanco-bg.celeste [class*='note'] .article-theme {
      background-color: rgba(81, 163, 255, 0.8) !important;
      color: #FFFFFF !important; }
    .texto-blanco-bg.celeste [data-type*="article"] i[class*="play"]:hover {
      color: #51a3ff !important; }
  .texto-blanco-bg.amarillo {
    /* Chapitas en los listados de notas */
    /* Icono de Play si la nota tiene video */ }
    .texto-blanco-bg.amarillo [class*='note'] .article-theme {
      background-color: rgba(212, 202, 86, 0.8) !important;
      color: #000000 !important; }
    .texto-blanco-bg.amarillo [data-type*="article"] i[class*="play"]:hover {
      color: #d4ca56 !important; }
  .texto-blanco-bg.magent {
    /* Chapitas en los listados de notas */
    /* Icono de Play si la nota tiene video */ }
    .texto-blanco-bg.magent [class*='note'] .article-theme {
      background-color: rgba(204, 98, 200, 0.8) !important;
      color: #FFFFFF !important; }
    .texto-blanco-bg.magent [data-type*="article"] i[class*="play"]:hover {
      color: #cc62c8 !important; }
  .texto-blanco-bg.azul {
    /* Chapitas en los listados de notas */
    /* Icono de Play si la nota tiene video */ }
    .texto-blanco-bg.azul [class*='note'] .article-theme {
      background-color: rgba(96, 129, 166, 0.8) !important;
      color: #FFFFFF !important; }
    .texto-blanco-bg.azul [data-type*="article"] i[class*="play"]:hover {
      color: #6081a6 !important; }
  .texto-blanco-bg.verde {
    /* Chapitas en los listados de notas */
    /* Icono de Play si la nota tiene video */ }
    .texto-blanco-bg.verde [class*='note'] .article-theme {
      background-color: rgba(93, 200, 102, 0.8) !important;
      color: #FFFFFF !important; }
    .texto-blanco-bg.verde [data-type*="article"] i[class*="play"]:hover {
      color: #5dc866 !important; }
  .texto-blanco-bg.cyan {
    /* Chapitas en los listados de notas */
    /* Icono de Play si la nota tiene video */ }
    .texto-blanco-bg.cyan [class*='note'] .article-theme {
      background-color: rgba(0, 188, 212, 0.8) !important;
      color: #000000 !important; }
    .texto-blanco-bg.cyan [data-type*="article"] i[class*="play"]:hover {
      color: #00BCD4 !important; }
  .texto-blanco-bg.negro {
    /* Chapitas en los listados de notas */
    /* Icono de Play si la nota tiene video */ }
    .texto-blanco-bg.negro [class*='note'] .article-theme {
      background-color: rgba(29, 29, 32, 0.8) !important;
      color: #FFFFFF !important; }
    .texto-blanco-bg.negro [data-type*="article"] i[class*="play"]:hover {
      color: #1d1d20 !important; }

/* Widgets con color relacionado */
.widget-wrapper.texto-blanco {
  color: #FFFFFF;
  /* Cabezales */ }
  .widget-wrapper.texto-blanco .headline .obj-title, .widget-wrapper.texto-blanco .most-read .obj-title, .widget-wrapper.texto-blanco .note-by-author .obj-title {
    color: #FFFFFF; }
  .widget-wrapper.texto-blanco .simple-list .simple-note:not(.no-media) .title, .widget-wrapper.texto-blanco .section-aside-single-article .simple-note:not(.no-media) .title {
    color: #FFFFFF; }
  .widget-wrapper.texto-blanco .simple-list-square-image .simple-note-square-image .title {
    color: #FFFFFF; }
  .widget-wrapper.texto-blanco .free-text .body-content {
    color: #FFFFFF; }
  .widget-wrapper.texto-blanco [data-type*="article"] .info-wrapper .article-kicker {
    color: #FFFFFF !important; }

/* Colores en Detalle Sección */
body.texto-blanco main.container.note {
  /* Cabezales */
  /* Chapitas en los listados de notas */
  /* Icono de Play si la nota tiene video */
  /* Iconos de Share/Compartir */
  /* Listado Más Leídas */
  /* Paginador Listado Seccion */ }
  body.texto-blanco main.container.note .headline .obj-title, body.texto-blanco main.container.note .most-read .obj-title, body.texto-blanco main.container.note .note-by-author .obj-title {
    color: transparent; }
    body.texto-blanco main.container.note .headline .obj-title::first-letter, body.texto-blanco main.container.note .most-read .obj-title::first-letter, body.texto-blanco main.container.note .note-by-author .obj-title::first-letter {
      background-color: transparent;
      color: #FFFFFF; }
  body.texto-blanco main.container.note [class*='note'] .article-theme {
    background-color: rgba(0, 0, 0, 0) !important;
    color: #FFFFFF !important; }
  body.texto-blanco main.container.note [class*='note'] .info-wrapper .preview:hover,
  body.texto-blanco main.container.note [class*='note'] .info-wrapper .title:hover,
  body.texto-blanco main.container.note [class*='note'] .info-wrapper .author:hover {
    color: transparent !important; }
  body.texto-blanco main.container.note [class*='note'] .preview:hover,
  body.texto-blanco main.container.note [class*='note'] .title:hover,
  body.texto-blanco main.container.note [class*='note'] .author:hover {
    color: transparent !important; }
  body.texto-blanco main.container.note [data-type*="article"] i[class*="play"]:hover {
    color: transparent !important; }
  body.texto-blanco main.container.note .socials-share li {
    background-color: transparent; }
  body.texto-blanco main.container.note .ranking-list {
    background-color: transparent; }
    body.texto-blanco main.container.note .ranking-list .article .number {
      background-color: rgba(0, 0, 0, 0); }
    body.texto-blanco main.container.note .ranking-list .article .number,
    body.texto-blanco main.container.note .ranking-list .article .title,
    body.texto-blanco main.container.note .ranking-list .article .author {
      color: #FFFFFF; }
    body.texto-blanco main.container.note .ranking-list .obj-title {
      color: #FFFFFF; }
  body.texto-blanco main.container.note .list-articles .articles-pagination [class*="button"] {
    background-color: transparent;
    color: #FFFFFF; }
    body.texto-blanco main.container.note .list-articles .articles-pagination [class*="button"]:hover {
      background-color: #C82828; }

/* Colores en las chapitas */
.article-theme.tipo-blanca {
  color: transparent !important; }

.article-kicker.tipo-blanca {
  color: transparent !important; }

.article-category-grouper.tipo-blanca:hover {
  color: transparent !important; }

/* Cabezales */
.headline.tipo-blanca .obj-title, .tipo-blanca.most-read .obj-title, .tipo-blanca.note-by-author .obj-title {
  color: transparent; }
  .headline.tipo-blanca .obj-title::first-letter, .tipo-blanca.most-read .obj-title::first-letter, .tipo-blanca.note-by-author .obj-title::first-letter {
    background-color: transparent;
    color: #FFFFFF; }

/* Widges con colores de fondo */
.tipo-blanca-bg {
  background-color: transparent; }
  .tipo-blanca-bg.widget-wrapper {
    padding-top: 25px;
    margin-bottom: 25px; }
  .tipo-blanca-bg .highlighted-note-square-image .preview,
  .tipo-blanca-bg .highlighted-note-square-image .title,
  .tipo-blanca-bg .highlighted-note-square-image .author,
  .tipo-blanca-bg .highlighted-note-square-image .article-category-grouper,
  .tipo-blanca-bg .highlighted-note-square-image .article-kicker,
  .tipo-blanca-bg .simple-note .preview,
  .tipo-blanca-bg .simple-note .title,
  .tipo-blanca-bg .simple-note .author,
  .tipo-blanca-bg .simple-note .article-category-grouper,
  .tipo-blanca-bg .simple-note .article-kicker,
  .tipo-blanca-bg .simple-note-square-image .preview,
  .tipo-blanca-bg .simple-note-square-image .title,
  .tipo-blanca-bg .simple-note-square-image .author,
  .tipo-blanca-bg .simple-note-square-image .article-category-grouper,
  .tipo-blanca-bg .simple-note-square-image .article-kicker {
    color: #FFFFFF !important; }
  .tipo-blanca-bg .headline, .tipo-blanca-bg .most-read, .tipo-blanca-bg .note-by-author {
    margin-top: 0;
    padding-top: 8px; }
    .tipo-blanca-bg .headline .obj-title, .tipo-blanca-bg .most-read .obj-title, .tipo-blanca-bg .note-by-author .obj-title {
      color: #FFFFFF !important; }
      .tipo-blanca-bg .headline .obj-title::first-letter, .tipo-blanca-bg .most-read .obj-title::first-letter, .tipo-blanca-bg .note-by-author .obj-title::first-letter {
        background-color: #FFFFFF;
        color: transparent !important; }
  .tipo-blanca-bg.celeste-vivo {
    /* Chapitas en los listados de notas */
    /* Icono de Play si la nota tiene video */ }
    .tipo-blanca-bg.celeste-vivo [class*='note'] .article-theme {
      background-color: rgba(68, 201, 246, 0.8) !important;
      color: #FFFFFF !important; }
    .tipo-blanca-bg.celeste-vivo [data-type*="article"] i[class*="play"]:hover {
      color: #44c9f6 !important; }
  .tipo-blanca-bg.copa-america {
    /* Chapitas en los listados de notas */
    /* Icono de Play si la nota tiene video */ }
    .tipo-blanca-bg.copa-america [class*='note'] .article-theme {
      background-color: rgba(32, 138, 200, 0.8) !important;
      color: #FFFFFF !important; }
    .tipo-blanca-bg.copa-america [data-type*="article"] i[class*="play"]:hover {
      color: #208ac8 !important; }
  .tipo-blanca-bg.fucsia {
    /* Chapitas en los listados de notas */
    /* Icono de Play si la nota tiene video */ }
    .tipo-blanca-bg.fucsia [class*='note'] .article-theme {
      background-color: rgba(182, 11, 124, 0.8) !important;
      color: #FFFFFF !important; }
    .tipo-blanca-bg.fucsia [data-type*="article"] i[class*="play"]:hover {
      color: #b60b7c !important; }
  .tipo-blanca-bg.gris {
    /* Chapitas en los listados de notas */
    /* Icono de Play si la nota tiene video */ }
    .tipo-blanca-bg.gris [class*='note'] .article-theme {
      background-color: rgba(109, 123, 140, 0.8) !important;
      color: #FFFFFF !important; }
    .tipo-blanca-bg.gris [data-type*="article"] i[class*="play"]:hover {
      color: #6d7b8c !important; }
  .tipo-blanca-bg.naranja {
    /* Chapitas en los listados de notas */
    /* Icono de Play si la nota tiene video */ }
    .tipo-blanca-bg.naranja [class*='note'] .article-theme {
      background-color: rgba(227, 123, 87, 0.8) !important;
      color: #FFFFFF !important; }
    .tipo-blanca-bg.naranja [data-type*="article"] i[class*="play"]:hover {
      color: #e37b57 !important; }
  .tipo-blanca-bg.naranja_fuerte {
    /* Chapitas en los listados de notas */
    /* Icono de Play si la nota tiene video */ }
    .tipo-blanca-bg.naranja_fuerte [class*='note'] .article-theme {
      background-color: rgba(217, 56, 0, 0.8) !important;
      color: #FFFFFF !important; }
    .tipo-blanca-bg.naranja_fuerte [data-type*="article"] i[class*="play"]:hover {
      color: #D93800 !important; }
  .tipo-blanca-bg.rating-cero {
    /* Chapitas en los listados de notas */
    /* Icono de Play si la nota tiene video */ }
    .tipo-blanca-bg.rating-cero [class*='note'] .article-theme {
      background-color: rgba(218, 44, 41, 0.8) !important;
      color: #FFFFFF !important; }
    .tipo-blanca-bg.rating-cero [data-type*="article"] i[class*="play"]:hover {
      color: #da2c29 !important; }
  .tipo-blanca-bg.texto-blanco .article-shouts .info-wrapper .preview,
  .tipo-blanca-bg.texto-blanco .article-shouts .info-wrapper .title,
  .tipo-blanca-bg.texto-blanco .article-shouts .info-wrapper .author,
  .tipo-blanca-bg.texto-blanco .article-shouts .info-wrapper .article-kicker,
  .tipo-blanca-bg.texto-blanco .highlighted-note-square-image .info-wrapper .preview,
  .tipo-blanca-bg.texto-blanco .highlighted-note-square-image .info-wrapper .title,
  .tipo-blanca-bg.texto-blanco .highlighted-note-square-image .info-wrapper .author,
  .tipo-blanca-bg.texto-blanco .highlighted-note-square-image .info-wrapper .article-kicker,
  .tipo-blanca-bg.texto-blanco .simple-list .info-wrapper .preview,
  .tipo-blanca-bg.texto-blanco .section-aside-single-article .info-wrapper .preview,
  .tipo-blanca-bg.texto-blanco .simple-list .info-wrapper .title,
  .tipo-blanca-bg.texto-blanco .section-aside-single-article .info-wrapper .title,
  .tipo-blanca-bg.texto-blanco .simple-list .info-wrapper .author,
  .tipo-blanca-bg.texto-blanco .section-aside-single-article .info-wrapper .author,
  .tipo-blanca-bg.texto-blanco .simple-list .info-wrapper .article-kicker,
  .tipo-blanca-bg.texto-blanco .section-aside-single-article .info-wrapper .article-kicker,
  .tipo-blanca-bg.texto-blanco .simple-list-square-image .info-wrapper .preview,
  .tipo-blanca-bg.texto-blanco .simple-list-square-image .info-wrapper .title,
  .tipo-blanca-bg.texto-blanco .simple-list-square-image .info-wrapper .author,
  .tipo-blanca-bg.texto-blanco .simple-list-square-image .info-wrapper .article-kicker {
    color: #FFFFFF !important; }
    .tipo-blanca-bg.texto-blanco .article-shouts .info-wrapper .preview:hover,
    .tipo-blanca-bg.texto-blanco .article-shouts .info-wrapper .title:hover,
    .tipo-blanca-bg.texto-blanco .article-shouts .info-wrapper .author:hover,
    .tipo-blanca-bg.texto-blanco .article-shouts .info-wrapper .article-kicker:hover,
    .tipo-blanca-bg.texto-blanco .highlighted-note-square-image .info-wrapper .preview:hover,
    .tipo-blanca-bg.texto-blanco .highlighted-note-square-image .info-wrapper .title:hover,
    .tipo-blanca-bg.texto-blanco .highlighted-note-square-image .info-wrapper .author:hover,
    .tipo-blanca-bg.texto-blanco .highlighted-note-square-image .info-wrapper .article-kicker:hover,
    .tipo-blanca-bg.texto-blanco .simple-list .info-wrapper .preview:hover,
    .tipo-blanca-bg.texto-blanco .section-aside-single-article .info-wrapper .preview:hover,
    .tipo-blanca-bg.texto-blanco .simple-list .info-wrapper .title:hover,
    .tipo-blanca-bg.texto-blanco .section-aside-single-article .info-wrapper .title:hover,
    .tipo-blanca-bg.texto-blanco .simple-list .info-wrapper .author:hover,
    .tipo-blanca-bg.texto-blanco .section-aside-single-article .info-wrapper .author:hover,
    .tipo-blanca-bg.texto-blanco .simple-list .info-wrapper .article-kicker:hover,
    .tipo-blanca-bg.texto-blanco .section-aside-single-article .info-wrapper .article-kicker:hover,
    .tipo-blanca-bg.texto-blanco .simple-list-square-image .info-wrapper .preview:hover,
    .tipo-blanca-bg.texto-blanco .simple-list-square-image .info-wrapper .title:hover,
    .tipo-blanca-bg.texto-blanco .simple-list-square-image .info-wrapper .author:hover,
    .tipo-blanca-bg.texto-blanco .simple-list-square-image .info-wrapper .article-kicker:hover {
      color: #FFFFFF !important; }
  .tipo-blanca-bg.texto-blanco .article-shouts .preview,
  .tipo-blanca-bg.texto-blanco .article-shouts .title,
  .tipo-blanca-bg.texto-blanco .article-shouts .author,
  .tipo-blanca-bg.texto-blanco .highlighted-note-square-image .preview,
  .tipo-blanca-bg.texto-blanco .highlighted-note-square-image .title,
  .tipo-blanca-bg.texto-blanco .highlighted-note-square-image .author,
  .tipo-blanca-bg.texto-blanco .simple-list .preview,
  .tipo-blanca-bg.texto-blanco .section-aside-single-article .preview,
  .tipo-blanca-bg.texto-blanco .simple-list .title,
  .tipo-blanca-bg.texto-blanco .section-aside-single-article .title,
  .tipo-blanca-bg.texto-blanco .simple-list .author,
  .tipo-blanca-bg.texto-blanco .section-aside-single-article .author,
  .tipo-blanca-bg.texto-blanco .simple-list-square-image .preview,
  .tipo-blanca-bg.texto-blanco .simple-list-square-image .title,
  .tipo-blanca-bg.texto-blanco .simple-list-square-image .author {
    color: #FFFFFF !important; }
    .tipo-blanca-bg.texto-blanco .article-shouts .preview:hover,
    .tipo-blanca-bg.texto-blanco .article-shouts .title:hover,
    .tipo-blanca-bg.texto-blanco .article-shouts .author:hover,
    .tipo-blanca-bg.texto-blanco .highlighted-note-square-image .preview:hover,
    .tipo-blanca-bg.texto-blanco .highlighted-note-square-image .title:hover,
    .tipo-blanca-bg.texto-blanco .highlighted-note-square-image .author:hover,
    .tipo-blanca-bg.texto-blanco .simple-list .preview:hover,
    .tipo-blanca-bg.texto-blanco .section-aside-single-article .preview:hover,
    .tipo-blanca-bg.texto-blanco .simple-list .title:hover,
    .tipo-blanca-bg.texto-blanco .section-aside-single-article .title:hover,
    .tipo-blanca-bg.texto-blanco .simple-list .author:hover,
    .tipo-blanca-bg.texto-blanco .section-aside-single-article .author:hover,
    .tipo-blanca-bg.texto-blanco .simple-list-square-image .preview:hover,
    .tipo-blanca-bg.texto-blanco .simple-list-square-image .title:hover,
    .tipo-blanca-bg.texto-blanco .simple-list-square-image .author:hover {
      color: #FFFFFF !important; }
  .tipo-blanca-bg.texto-blanco [class*='note'] .article-theme {
    color: #FFFFFF !important; }
  .tipo-blanca-bg.texto-blanco .headline, .tipo-blanca-bg.texto-blanco .most-read, .tipo-blanca-bg.texto-blanco .note-by-author {
    margin-top: 0;
    padding-top: 8px; }
    .tipo-blanca-bg.texto-blanco .headline .obj-title, .tipo-blanca-bg.texto-blanco .most-read .obj-title, .tipo-blanca-bg.texto-blanco .note-by-author .obj-title {
      color: #FFFFFF !important; }
      .tipo-blanca-bg.texto-blanco .headline .obj-title::first-letter, .tipo-blanca-bg.texto-blanco .most-read .obj-title::first-letter, .tipo-blanca-bg.texto-blanco .note-by-author .obj-title::first-letter {
        background-color: #FFFFFF;
        color: transparent !important; }
  .tipo-blanca-bg.tipo-blanca {
    /* Chapitas en los listados de notas */
    /* Icono de Play si la nota tiene video */ }
    .tipo-blanca-bg.tipo-blanca [class*='note'] .article-theme {
      background-color: rgba(0, 0, 0, 0) !important;
      color: #FFFFFF !important; }
    .tipo-blanca-bg.tipo-blanca [data-type*="article"] i[class*="play"]:hover {
      color: transparent !important; }
  .tipo-blanca-bg.verde-doc {
    /* Chapitas en los listados de notas */
    /* Icono de Play si la nota tiene video */ }
    .tipo-blanca-bg.verde-doc [class*='note'] .article-theme {
      background-color: rgba(0, 153, 153, 0.8) !important;
      color: #FFFFFF !important; }
    .tipo-blanca-bg.verde-doc [data-type*="article"] i[class*="play"]:hover {
      color: #099 !important; }
  .tipo-blanca-bg.verde_oscuro {
    /* Chapitas en los listados de notas */
    /* Icono de Play si la nota tiene video */ }
    .tipo-blanca-bg.verde_oscuro [class*='note'] .article-theme {
      background-color: rgba(74, 122, 80, 0.8) !important;
      color: #FFFFFF !important; }
    .tipo-blanca-bg.verde_oscuro [data-type*="article"] i[class*="play"]:hover {
      color: #4a7a50 !important; }
  .tipo-blanca-bg.violeta {
    /* Chapitas en los listados de notas */
    /* Icono de Play si la nota tiene video */ }
    .tipo-blanca-bg.violeta [class*='note'] .article-theme {
      background-color: rgba(86, 0, 141, 0.8) !important;
      color: #FFFFFF !important; }
    .tipo-blanca-bg.violeta [data-type*="article"] i[class*="play"]:hover {
      color: #56008D !important; }
  .tipo-blanca-bg.beige {
    /* Chapitas en los listados de notas */
    /* Icono de Play si la nota tiene video */ }
    .tipo-blanca-bg.beige [class*='note'] .article-theme {
      background-color: rgba(247, 239, 228, 0.8) !important;
      color: #000000 !important; }
    .tipo-blanca-bg.beige [data-type*="article"] i[class*="play"]:hover {
      color: #f7efe4 !important; }
  .tipo-blanca-bg.bordo {
    /* Chapitas en los listados de notas */
    /* Icono de Play si la nota tiene video */ }
    .tipo-blanca-bg.bordo [class*='note'] .article-theme {
      background-color: rgba(64, 37, 34, 0.8) !important;
      color: #FFFFFF !important; }
    .tipo-blanca-bg.bordo [data-type*="article"] i[class*="play"]:hover {
      color: #402522 !important; }
  .tipo-blanca-bg.verde-limon {
    /* Chapitas en los listados de notas */
    /* Icono de Play si la nota tiene video */ }
    .tipo-blanca-bg.verde-limon [class*='note'] .article-theme {
      background-color: rgba(239, 255, 211, 0.8) !important;
      color: #000000 !important; }
    .tipo-blanca-bg.verde-limon [data-type*="article"] i[class*="play"]:hover {
      color: #efffd3 !important; }
  .tipo-blanca-bg.rojo {
    /* Chapitas en los listados de notas */
    /* Icono de Play si la nota tiene video */ }
    .tipo-blanca-bg.rojo [class*='note'] .article-theme {
      background-color: rgba(216, 84, 84, 0.8) !important;
      color: #FFFFFF !important; }
    .tipo-blanca-bg.rojo [data-type*="article"] i[class*="play"]:hover {
      color: #d85454 !important; }
  .tipo-blanca-bg.celeste {
    /* Chapitas en los listados de notas */
    /* Icono de Play si la nota tiene video */ }
    .tipo-blanca-bg.celeste [class*='note'] .article-theme {
      background-color: rgba(81, 163, 255, 0.8) !important;
      color: #FFFFFF !important; }
    .tipo-blanca-bg.celeste [data-type*="article"] i[class*="play"]:hover {
      color: #51a3ff !important; }
  .tipo-blanca-bg.amarillo {
    /* Chapitas en los listados de notas */
    /* Icono de Play si la nota tiene video */ }
    .tipo-blanca-bg.amarillo [class*='note'] .article-theme {
      background-color: rgba(212, 202, 86, 0.8) !important;
      color: #000000 !important; }
    .tipo-blanca-bg.amarillo [data-type*="article"] i[class*="play"]:hover {
      color: #d4ca56 !important; }
  .tipo-blanca-bg.magent {
    /* Chapitas en los listados de notas */
    /* Icono de Play si la nota tiene video */ }
    .tipo-blanca-bg.magent [class*='note'] .article-theme {
      background-color: rgba(204, 98, 200, 0.8) !important;
      color: #FFFFFF !important; }
    .tipo-blanca-bg.magent [data-type*="article"] i[class*="play"]:hover {
      color: #cc62c8 !important; }
  .tipo-blanca-bg.azul {
    /* Chapitas en los listados de notas */
    /* Icono de Play si la nota tiene video */ }
    .tipo-blanca-bg.azul [class*='note'] .article-theme {
      background-color: rgba(96, 129, 166, 0.8) !important;
      color: #FFFFFF !important; }
    .tipo-blanca-bg.azul [data-type*="article"] i[class*="play"]:hover {
      color: #6081a6 !important; }
  .tipo-blanca-bg.verde {
    /* Chapitas en los listados de notas */
    /* Icono de Play si la nota tiene video */ }
    .tipo-blanca-bg.verde [class*='note'] .article-theme {
      background-color: rgba(93, 200, 102, 0.8) !important;
      color: #FFFFFF !important; }
    .tipo-blanca-bg.verde [data-type*="article"] i[class*="play"]:hover {
      color: #5dc866 !important; }
  .tipo-blanca-bg.cyan {
    /* Chapitas en los listados de notas */
    /* Icono de Play si la nota tiene video */ }
    .tipo-blanca-bg.cyan [class*='note'] .article-theme {
      background-color: rgba(0, 188, 212, 0.8) !important;
      color: #000000 !important; }
    .tipo-blanca-bg.cyan [data-type*="article"] i[class*="play"]:hover {
      color: #00BCD4 !important; }
  .tipo-blanca-bg.negro {
    /* Chapitas en los listados de notas */
    /* Icono de Play si la nota tiene video */ }
    .tipo-blanca-bg.negro [class*='note'] .article-theme {
      background-color: rgba(29, 29, 32, 0.8) !important;
      color: #FFFFFF !important; }
    .tipo-blanca-bg.negro [data-type*="article"] i[class*="play"]:hover {
      color: #1d1d20 !important; }

/* Widgets con color relacionado */
.widget-wrapper.tipo-blanca:not([class*="-bg"]) {
  /* Cabezales */
  /* Chapitas en los listados de notas */
  /* Icono de Play si la nota tiene video */ }
  .widget-wrapper.tipo-blanca:not([class*="-bg"]) .headline .obj-title, .widget-wrapper.tipo-blanca:not([class*="-bg"]) .most-read .obj-title, .widget-wrapper.tipo-blanca:not([class*="-bg"]) .note-by-author .obj-title {
    color: transparent; }
    .widget-wrapper.tipo-blanca:not([class*="-bg"]) .headline .obj-title::first-letter, .widget-wrapper.tipo-blanca:not([class*="-bg"]) .most-read .obj-title::first-letter, .widget-wrapper.tipo-blanca:not([class*="-bg"]) .note-by-author .obj-title::first-letter {
      background-color: transparent;
      color: #FFFFFF; }
  .widget-wrapper.tipo-blanca:not([class*="-bg"]) [class*='note']:not(.highlighted-portrait-note):not(.highlighted-note-overprinted-title) .article-kicker {
    color: transparent !important; }
  .widget-wrapper.tipo-blanca:not([class*="-bg"]) [class*='note'] .article-theme {
    background-color: rgba(0, 0, 0, 0) !important;
    color: #FFFFFF !important; }
  .widget-wrapper.tipo-blanca:not([class*="-bg"]) [class*='note'] .info-wrapper .preview:hover,
  .widget-wrapper.tipo-blanca:not([class*="-bg"]) [class*='note'] .info-wrapper .title:hover,
  .widget-wrapper.tipo-blanca:not([class*="-bg"]) [class*='note'] .info-wrapper .author:hover,
  .widget-wrapper.tipo-blanca:not([class*="-bg"]) [class*='note'] .info-wrapper .article-category-grouper:hover,
  .widget-wrapper.tipo-blanca:not([class*="-bg"]) [class*='note'] .info-wrapper .article-kicker:hover {
    color: transparent !important; }
  .widget-wrapper.tipo-blanca:not([class*="-bg"]) [class*='note'] .preview:hover,
  .widget-wrapper.tipo-blanca:not([class*="-bg"]) [class*='note'] .title:hover,
  .widget-wrapper.tipo-blanca:not([class*="-bg"]) [class*='note'] .author:hover {
    color: transparent !important; }
  .widget-wrapper.tipo-blanca:not([class*="-bg"]) [data-type*="article"] i[class*="play"]:hover {
    color: transparent !important; }

.widget-wrapper.tipo-blanca:not([class*="-bg"]) {
  /* Cabezales */
  /* Chapitas en los listados de notas */
  /* Icono de Play si la nota tiene video */ }
  .widget-wrapper.tipo-blanca:not([class*="-bg"]) .headline .obj-title, .widget-wrapper.tipo-blanca:not([class*="-bg"]) .most-read .obj-title, .widget-wrapper.tipo-blanca:not([class*="-bg"]) .note-by-author .obj-title {
    color: transparent; }
    .widget-wrapper.tipo-blanca:not([class*="-bg"]) .headline .obj-title::first-letter, .widget-wrapper.tipo-blanca:not([class*="-bg"]) .most-read .obj-title::first-letter, .widget-wrapper.tipo-blanca:not([class*="-bg"]) .note-by-author .obj-title::first-letter {
      background-color: transparent;
      color: #FFFFFF; }
  .widget-wrapper.tipo-blanca:not([class*="-bg"]) [class*='note']:not(.highlighted-portrait-note):not(.highlighted-note-overprinted-title) .article-kicker {
    color: transparent !important; }
  .widget-wrapper.tipo-blanca:not([class*="-bg"]) [class*='note'] .article-theme {
    background-color: rgba(0, 0, 0, 0) !important;
    color: #FFFFFF !important; }
  .widget-wrapper.tipo-blanca:not([class*="-bg"]) [class*='note'] .info-wrapper .preview:hover,
  .widget-wrapper.tipo-blanca:not([class*="-bg"]) [class*='note'] .info-wrapper .title:hover,
  .widget-wrapper.tipo-blanca:not([class*="-bg"]) [class*='note'] .info-wrapper .author:hover,
  .widget-wrapper.tipo-blanca:not([class*="-bg"]) [class*='note'] .info-wrapper .article-category-grouper:hover,
  .widget-wrapper.tipo-blanca:not([class*="-bg"]) [class*='note'] .info-wrapper .article-kicker:hover {
    color: transparent !important; }
  .widget-wrapper.tipo-blanca:not([class*="-bg"]) [class*='note'] .preview:hover,
  .widget-wrapper.tipo-blanca:not([class*="-bg"]) [class*='note'] .title:hover,
  .widget-wrapper.tipo-blanca:not([class*="-bg"]) [class*='note'] .author:hover {
    color: transparent !important; }
  .widget-wrapper.tipo-blanca:not([class*="-bg"]) [data-type*="article"] i[class*="play"]:hover {
    color: transparent !important; }

.widget-wrapper.tipo-blanca:not([class*="-bg"]) {
  /* Cabezales */
  /* Chapitas en los listados de notas */
  /* Icono de Play si la nota tiene video */ }
  .widget-wrapper.tipo-blanca:not([class*="-bg"]) .headline .obj-title, .widget-wrapper.tipo-blanca:not([class*="-bg"]) .most-read .obj-title, .widget-wrapper.tipo-blanca:not([class*="-bg"]) .note-by-author .obj-title {
    color: transparent; }
    .widget-wrapper.tipo-blanca:not([class*="-bg"]) .headline .obj-title::first-letter, .widget-wrapper.tipo-blanca:not([class*="-bg"]) .most-read .obj-title::first-letter, .widget-wrapper.tipo-blanca:not([class*="-bg"]) .note-by-author .obj-title::first-letter {
      background-color: transparent;
      color: #FFFFFF; }
  .widget-wrapper.tipo-blanca:not([class*="-bg"]) [class*='note']:not(.highlighted-portrait-note):not(.highlighted-note-overprinted-title) .article-kicker {
    color: transparent !important; }
  .widget-wrapper.tipo-blanca:not([class*="-bg"]) [class*='note'] .article-theme {
    background-color: rgba(0, 0, 0, 0) !important;
    color: #FFFFFF !important; }
  .widget-wrapper.tipo-blanca:not([class*="-bg"]) [class*='note'] .info-wrapper .preview:hover,
  .widget-wrapper.tipo-blanca:not([class*="-bg"]) [class*='note'] .info-wrapper .title:hover,
  .widget-wrapper.tipo-blanca:not([class*="-bg"]) [class*='note'] .info-wrapper .author:hover,
  .widget-wrapper.tipo-blanca:not([class*="-bg"]) [class*='note'] .info-wrapper .article-category-grouper:hover,
  .widget-wrapper.tipo-blanca:not([class*="-bg"]) [class*='note'] .info-wrapper .article-kicker:hover {
    color: transparent !important; }
  .widget-wrapper.tipo-blanca:not([class*="-bg"]) [class*='note'] .preview:hover,
  .widget-wrapper.tipo-blanca:not([class*="-bg"]) [class*='note'] .title:hover,
  .widget-wrapper.tipo-blanca:not([class*="-bg"]) [class*='note'] .author:hover {
    color: transparent !important; }
  .widget-wrapper.tipo-blanca:not([class*="-bg"]) [data-type*="article"] i[class*="play"]:hover {
    color: transparent !important; }

.widget-wrapper.tipo-blanca:not([class*="-bg"]) {
  /* Cabezales */
  /* Chapitas en los listados de notas */
  /* Icono de Play si la nota tiene video */ }
  .widget-wrapper.tipo-blanca:not([class*="-bg"]) .headline .obj-title, .widget-wrapper.tipo-blanca:not([class*="-bg"]) .most-read .obj-title, .widget-wrapper.tipo-blanca:not([class*="-bg"]) .note-by-author .obj-title {
    color: transparent; }
    .widget-wrapper.tipo-blanca:not([class*="-bg"]) .headline .obj-title::first-letter, .widget-wrapper.tipo-blanca:not([class*="-bg"]) .most-read .obj-title::first-letter, .widget-wrapper.tipo-blanca:not([class*="-bg"]) .note-by-author .obj-title::first-letter {
      background-color: transparent;
      color: #FFFFFF; }
  .widget-wrapper.tipo-blanca:not([class*="-bg"]) [class*='note']:not(.highlighted-portrait-note):not(.highlighted-note-overprinted-title) .article-kicker {
    color: transparent !important; }
  .widget-wrapper.tipo-blanca:not([class*="-bg"]) [class*='note'] .article-theme {
    background-color: rgba(0, 0, 0, 0) !important;
    color: #FFFFFF !important; }
  .widget-wrapper.tipo-blanca:not([class*="-bg"]) [class*='note'] .info-wrapper .preview:hover,
  .widget-wrapper.tipo-blanca:not([class*="-bg"]) [class*='note'] .info-wrapper .title:hover,
  .widget-wrapper.tipo-blanca:not([class*="-bg"]) [class*='note'] .info-wrapper .author:hover,
  .widget-wrapper.tipo-blanca:not([class*="-bg"]) [class*='note'] .info-wrapper .article-category-grouper:hover,
  .widget-wrapper.tipo-blanca:not([class*="-bg"]) [class*='note'] .info-wrapper .article-kicker:hover {
    color: transparent !important; }
  .widget-wrapper.tipo-blanca:not([class*="-bg"]) [class*='note'] .preview:hover,
  .widget-wrapper.tipo-blanca:not([class*="-bg"]) [class*='note'] .title:hover,
  .widget-wrapper.tipo-blanca:not([class*="-bg"]) [class*='note'] .author:hover {
    color: transparent !important; }
  .widget-wrapper.tipo-blanca:not([class*="-bg"]) [data-type*="article"] i[class*="play"]:hover {
    color: transparent !important; }

.widget-wrapper.tipo-blanca:not([class*="-bg"]) {
  /* Cabezales */
  /* Chapitas en los listados de notas */
  /* Icono de Play si la nota tiene video */ }
  .widget-wrapper.tipo-blanca:not([class*="-bg"]) .headline .obj-title, .widget-wrapper.tipo-blanca:not([class*="-bg"]) .most-read .obj-title, .widget-wrapper.tipo-blanca:not([class*="-bg"]) .note-by-author .obj-title {
    color: transparent; }
    .widget-wrapper.tipo-blanca:not([class*="-bg"]) .headline .obj-title::first-letter, .widget-wrapper.tipo-blanca:not([class*="-bg"]) .most-read .obj-title::first-letter, .widget-wrapper.tipo-blanca:not([class*="-bg"]) .note-by-author .obj-title::first-letter {
      background-color: transparent;
      color: #FFFFFF; }
  .widget-wrapper.tipo-blanca:not([class*="-bg"]) [class*='note']:not(.highlighted-portrait-note):not(.highlighted-note-overprinted-title) .article-kicker {
    color: transparent !important; }
  .widget-wrapper.tipo-blanca:not([class*="-bg"]) [class*='note'] .article-theme {
    background-color: rgba(0, 0, 0, 0) !important;
    color: #FFFFFF !important; }
  .widget-wrapper.tipo-blanca:not([class*="-bg"]) [class*='note'] .info-wrapper .preview:hover,
  .widget-wrapper.tipo-blanca:not([class*="-bg"]) [class*='note'] .info-wrapper .title:hover,
  .widget-wrapper.tipo-blanca:not([class*="-bg"]) [class*='note'] .info-wrapper .author:hover,
  .widget-wrapper.tipo-blanca:not([class*="-bg"]) [class*='note'] .info-wrapper .article-category-grouper:hover,
  .widget-wrapper.tipo-blanca:not([class*="-bg"]) [class*='note'] .info-wrapper .article-kicker:hover {
    color: transparent !important; }
  .widget-wrapper.tipo-blanca:not([class*="-bg"]) [class*='note'] .preview:hover,
  .widget-wrapper.tipo-blanca:not([class*="-bg"]) [class*='note'] .title:hover,
  .widget-wrapper.tipo-blanca:not([class*="-bg"]) [class*='note'] .author:hover {
    color: transparent !important; }
  .widget-wrapper.tipo-blanca:not([class*="-bg"]) [data-type*="article"] i[class*="play"]:hover {
    color: transparent !important; }

.widget-wrapper.tipo-blanca:not([class*="-bg"]) {
  /* Cabezales */
  /* Chapitas en los listados de notas */
  /* Icono de Play si la nota tiene video */ }
  .widget-wrapper.tipo-blanca:not([class*="-bg"]) .headline .obj-title, .widget-wrapper.tipo-blanca:not([class*="-bg"]) .most-read .obj-title, .widget-wrapper.tipo-blanca:not([class*="-bg"]) .note-by-author .obj-title {
    color: transparent; }
    .widget-wrapper.tipo-blanca:not([class*="-bg"]) .headline .obj-title::first-letter, .widget-wrapper.tipo-blanca:not([class*="-bg"]) .most-read .obj-title::first-letter, .widget-wrapper.tipo-blanca:not([class*="-bg"]) .note-by-author .obj-title::first-letter {
      background-color: transparent;
      color: #FFFFFF; }
  .widget-wrapper.tipo-blanca:not([class*="-bg"]) [class*='note']:not(.highlighted-portrait-note):not(.highlighted-note-overprinted-title) .article-kicker {
    color: transparent !important; }
  .widget-wrapper.tipo-blanca:not([class*="-bg"]) [class*='note'] .article-theme {
    background-color: rgba(0, 0, 0, 0) !important;
    color: #FFFFFF !important; }
  .widget-wrapper.tipo-blanca:not([class*="-bg"]) [class*='note'] .info-wrapper .preview:hover,
  .widget-wrapper.tipo-blanca:not([class*="-bg"]) [class*='note'] .info-wrapper .title:hover,
  .widget-wrapper.tipo-blanca:not([class*="-bg"]) [class*='note'] .info-wrapper .author:hover,
  .widget-wrapper.tipo-blanca:not([class*="-bg"]) [class*='note'] .info-wrapper .article-category-grouper:hover,
  .widget-wrapper.tipo-blanca:not([class*="-bg"]) [class*='note'] .info-wrapper .article-kicker:hover {
    color: transparent !important; }
  .widget-wrapper.tipo-blanca:not([class*="-bg"]) [class*='note'] .preview:hover,
  .widget-wrapper.tipo-blanca:not([class*="-bg"]) [class*='note'] .title:hover,
  .widget-wrapper.tipo-blanca:not([class*="-bg"]) [class*='note'] .author:hover {
    color: transparent !important; }
  .widget-wrapper.tipo-blanca:not([class*="-bg"]) [data-type*="article"] i[class*="play"]:hover {
    color: transparent !important; }

.widget-wrapper.tipo-blanca:not([class*="-bg"]) {
  /* Cabezales */
  /* Chapitas en los listados de notas */
  /* Icono de Play si la nota tiene video */ }
  .widget-wrapper.tipo-blanca:not([class*="-bg"]) .headline .obj-title, .widget-wrapper.tipo-blanca:not([class*="-bg"]) .most-read .obj-title, .widget-wrapper.tipo-blanca:not([class*="-bg"]) .note-by-author .obj-title {
    color: transparent; }
    .widget-wrapper.tipo-blanca:not([class*="-bg"]) .headline .obj-title::first-letter, .widget-wrapper.tipo-blanca:not([class*="-bg"]) .most-read .obj-title::first-letter, .widget-wrapper.tipo-blanca:not([class*="-bg"]) .note-by-author .obj-title::first-letter {
      background-color: transparent;
      color: #FFFFFF; }
  .widget-wrapper.tipo-blanca:not([class*="-bg"]) [class*='note']:not(.highlighted-portrait-note):not(.highlighted-note-overprinted-title) .article-kicker {
    color: transparent !important; }
  .widget-wrapper.tipo-blanca:not([class*="-bg"]) [class*='note'] .article-theme {
    background-color: rgba(0, 0, 0, 0) !important;
    color: #FFFFFF !important; }
  .widget-wrapper.tipo-blanca:not([class*="-bg"]) [class*='note'] .info-wrapper .preview:hover,
  .widget-wrapper.tipo-blanca:not([class*="-bg"]) [class*='note'] .info-wrapper .title:hover,
  .widget-wrapper.tipo-blanca:not([class*="-bg"]) [class*='note'] .info-wrapper .author:hover,
  .widget-wrapper.tipo-blanca:not([class*="-bg"]) [class*='note'] .info-wrapper .article-category-grouper:hover,
  .widget-wrapper.tipo-blanca:not([class*="-bg"]) [class*='note'] .info-wrapper .article-kicker:hover {
    color: transparent !important; }
  .widget-wrapper.tipo-blanca:not([class*="-bg"]) [class*='note'] .preview:hover,
  .widget-wrapper.tipo-blanca:not([class*="-bg"]) [class*='note'] .title:hover,
  .widget-wrapper.tipo-blanca:not([class*="-bg"]) [class*='note'] .author:hover {
    color: transparent !important; }
  .widget-wrapper.tipo-blanca:not([class*="-bg"]) [data-type*="article"] i[class*="play"]:hover {
    color: transparent !important; }

.widget-wrapper.tipo-blanca:not([class*="-bg"]) {
  /* Cabezales */
  /* Chapitas en los listados de notas */
  /* Icono de Play si la nota tiene video */ }
  .widget-wrapper.tipo-blanca:not([class*="-bg"]) .headline .obj-title, .widget-wrapper.tipo-blanca:not([class*="-bg"]) .most-read .obj-title, .widget-wrapper.tipo-blanca:not([class*="-bg"]) .note-by-author .obj-title {
    color: transparent; }
    .widget-wrapper.tipo-blanca:not([class*="-bg"]) .headline .obj-title::first-letter, .widget-wrapper.tipo-blanca:not([class*="-bg"]) .most-read .obj-title::first-letter, .widget-wrapper.tipo-blanca:not([class*="-bg"]) .note-by-author .obj-title::first-letter {
      background-color: transparent;
      color: #FFFFFF; }
  .widget-wrapper.tipo-blanca:not([class*="-bg"]) [class*='note']:not(.highlighted-portrait-note):not(.highlighted-note-overprinted-title) .article-kicker {
    color: transparent !important; }
  .widget-wrapper.tipo-blanca:not([class*="-bg"]) [class*='note'] .article-theme {
    background-color: rgba(0, 0, 0, 0) !important;
    color: #FFFFFF !important; }
  .widget-wrapper.tipo-blanca:not([class*="-bg"]) [class*='note'] .info-wrapper .preview:hover,
  .widget-wrapper.tipo-blanca:not([class*="-bg"]) [class*='note'] .info-wrapper .title:hover,
  .widget-wrapper.tipo-blanca:not([class*="-bg"]) [class*='note'] .info-wrapper .author:hover,
  .widget-wrapper.tipo-blanca:not([class*="-bg"]) [class*='note'] .info-wrapper .article-category-grouper:hover,
  .widget-wrapper.tipo-blanca:not([class*="-bg"]) [class*='note'] .info-wrapper .article-kicker:hover {
    color: transparent !important; }
  .widget-wrapper.tipo-blanca:not([class*="-bg"]) [class*='note'] .preview:hover,
  .widget-wrapper.tipo-blanca:not([class*="-bg"]) [class*='note'] .title:hover,
  .widget-wrapper.tipo-blanca:not([class*="-bg"]) [class*='note'] .author:hover {
    color: transparent !important; }
  .widget-wrapper.tipo-blanca:not([class*="-bg"]) [data-type*="article"] i[class*="play"]:hover {
    color: transparent !important; }

.widget-wrapper.tipo-blanca:not([class*="-bg"]) {
  /* Cabezales */
  /* Chapitas en los listados de notas */
  /* Icono de Play si la nota tiene video */ }
  .widget-wrapper.tipo-blanca:not([class*="-bg"]) .headline .obj-title, .widget-wrapper.tipo-blanca:not([class*="-bg"]) .most-read .obj-title, .widget-wrapper.tipo-blanca:not([class*="-bg"]) .note-by-author .obj-title {
    color: transparent; }
    .widget-wrapper.tipo-blanca:not([class*="-bg"]) .headline .obj-title::first-letter, .widget-wrapper.tipo-blanca:not([class*="-bg"]) .most-read .obj-title::first-letter, .widget-wrapper.tipo-blanca:not([class*="-bg"]) .note-by-author .obj-title::first-letter {
      background-color: transparent;
      color: #FFFFFF; }
  .widget-wrapper.tipo-blanca:not([class*="-bg"]) [class*='note']:not(.highlighted-portrait-note):not(.highlighted-note-overprinted-title) .article-kicker {
    color: transparent !important; }
  .widget-wrapper.tipo-blanca:not([class*="-bg"]) [class*='note'] .article-theme {
    background-color: rgba(0, 0, 0, 0) !important;
    color: #FFFFFF !important; }
  .widget-wrapper.tipo-blanca:not([class*="-bg"]) [class*='note'] .info-wrapper .preview:hover,
  .widget-wrapper.tipo-blanca:not([class*="-bg"]) [class*='note'] .info-wrapper .title:hover,
  .widget-wrapper.tipo-blanca:not([class*="-bg"]) [class*='note'] .info-wrapper .author:hover,
  .widget-wrapper.tipo-blanca:not([class*="-bg"]) [class*='note'] .info-wrapper .article-category-grouper:hover,
  .widget-wrapper.tipo-blanca:not([class*="-bg"]) [class*='note'] .info-wrapper .article-kicker:hover {
    color: transparent !important; }
  .widget-wrapper.tipo-blanca:not([class*="-bg"]) [class*='note'] .preview:hover,
  .widget-wrapper.tipo-blanca:not([class*="-bg"]) [class*='note'] .title:hover,
  .widget-wrapper.tipo-blanca:not([class*="-bg"]) [class*='note'] .author:hover {
    color: transparent !important; }
  .widget-wrapper.tipo-blanca:not([class*="-bg"]) [data-type*="article"] i[class*="play"]:hover {
    color: transparent !important; }

.widget-wrapper.tipo-blanca:not([class*="-bg"]) {
  /* Cabezales */
  /* Chapitas en los listados de notas */
  /* Icono de Play si la nota tiene video */ }
  .widget-wrapper.tipo-blanca:not([class*="-bg"]) .headline .obj-title, .widget-wrapper.tipo-blanca:not([class*="-bg"]) .most-read .obj-title, .widget-wrapper.tipo-blanca:not([class*="-bg"]) .note-by-author .obj-title {
    color: transparent; }
    .widget-wrapper.tipo-blanca:not([class*="-bg"]) .headline .obj-title::first-letter, .widget-wrapper.tipo-blanca:not([class*="-bg"]) .most-read .obj-title::first-letter, .widget-wrapper.tipo-blanca:not([class*="-bg"]) .note-by-author .obj-title::first-letter {
      background-color: transparent;
      color: #FFFFFF; }
  .widget-wrapper.tipo-blanca:not([class*="-bg"]) [class*='note']:not(.highlighted-portrait-note):not(.highlighted-note-overprinted-title) .article-kicker {
    color: transparent !important; }
  .widget-wrapper.tipo-blanca:not([class*="-bg"]) [class*='note'] .article-theme {
    background-color: rgba(0, 0, 0, 0) !important;
    color: #FFFFFF !important; }
  .widget-wrapper.tipo-blanca:not([class*="-bg"]) [class*='note'] .info-wrapper .preview:hover,
  .widget-wrapper.tipo-blanca:not([class*="-bg"]) [class*='note'] .info-wrapper .title:hover,
  .widget-wrapper.tipo-blanca:not([class*="-bg"]) [class*='note'] .info-wrapper .author:hover,
  .widget-wrapper.tipo-blanca:not([class*="-bg"]) [class*='note'] .info-wrapper .article-category-grouper:hover,
  .widget-wrapper.tipo-blanca:not([class*="-bg"]) [class*='note'] .info-wrapper .article-kicker:hover {
    color: transparent !important; }
  .widget-wrapper.tipo-blanca:not([class*="-bg"]) [class*='note'] .preview:hover,
  .widget-wrapper.tipo-blanca:not([class*="-bg"]) [class*='note'] .title:hover,
  .widget-wrapper.tipo-blanca:not([class*="-bg"]) [class*='note'] .author:hover {
    color: transparent !important; }
  .widget-wrapper.tipo-blanca:not([class*="-bg"]) [data-type*="article"] i[class*="play"]:hover {
    color: transparent !important; }

.widget-wrapper.tipo-blanca:not([class*="-bg"]) {
  /* Cabezales */
  /* Chapitas en los listados de notas */
  /* Icono de Play si la nota tiene video */ }
  .widget-wrapper.tipo-blanca:not([class*="-bg"]) .headline .obj-title, .widget-wrapper.tipo-blanca:not([class*="-bg"]) .most-read .obj-title, .widget-wrapper.tipo-blanca:not([class*="-bg"]) .note-by-author .obj-title {
    color: transparent; }
    .widget-wrapper.tipo-blanca:not([class*="-bg"]) .headline .obj-title::first-letter, .widget-wrapper.tipo-blanca:not([class*="-bg"]) .most-read .obj-title::first-letter, .widget-wrapper.tipo-blanca:not([class*="-bg"]) .note-by-author .obj-title::first-letter {
      background-color: transparent;
      color: #FFFFFF; }
  .widget-wrapper.tipo-blanca:not([class*="-bg"]) [class*='note']:not(.highlighted-portrait-note):not(.highlighted-note-overprinted-title) .article-kicker {
    color: transparent !important; }
  .widget-wrapper.tipo-blanca:not([class*="-bg"]) [class*='note'] .article-theme {
    background-color: rgba(0, 0, 0, 0) !important;
    color: #FFFFFF !important; }
  .widget-wrapper.tipo-blanca:not([class*="-bg"]) [class*='note'] .info-wrapper .preview:hover,
  .widget-wrapper.tipo-blanca:not([class*="-bg"]) [class*='note'] .info-wrapper .title:hover,
  .widget-wrapper.tipo-blanca:not([class*="-bg"]) [class*='note'] .info-wrapper .author:hover,
  .widget-wrapper.tipo-blanca:not([class*="-bg"]) [class*='note'] .info-wrapper .article-category-grouper:hover,
  .widget-wrapper.tipo-blanca:not([class*="-bg"]) [class*='note'] .info-wrapper .article-kicker:hover {
    color: transparent !important; }
  .widget-wrapper.tipo-blanca:not([class*="-bg"]) [class*='note'] .preview:hover,
  .widget-wrapper.tipo-blanca:not([class*="-bg"]) [class*='note'] .title:hover,
  .widget-wrapper.tipo-blanca:not([class*="-bg"]) [class*='note'] .author:hover {
    color: transparent !important; }
  .widget-wrapper.tipo-blanca:not([class*="-bg"]) [data-type*="article"] i[class*="play"]:hover {
    color: transparent !important; }

.widget-wrapper.tipo-blanca:not([class*="-bg"]) {
  /* Cabezales */
  /* Chapitas en los listados de notas */
  /* Icono de Play si la nota tiene video */ }
  .widget-wrapper.tipo-blanca:not([class*="-bg"]) .headline .obj-title, .widget-wrapper.tipo-blanca:not([class*="-bg"]) .most-read .obj-title, .widget-wrapper.tipo-blanca:not([class*="-bg"]) .note-by-author .obj-title {
    color: transparent; }
    .widget-wrapper.tipo-blanca:not([class*="-bg"]) .headline .obj-title::first-letter, .widget-wrapper.tipo-blanca:not([class*="-bg"]) .most-read .obj-title::first-letter, .widget-wrapper.tipo-blanca:not([class*="-bg"]) .note-by-author .obj-title::first-letter {
      background-color: transparent;
      color: #FFFFFF; }
  .widget-wrapper.tipo-blanca:not([class*="-bg"]) [class*='note']:not(.highlighted-portrait-note):not(.highlighted-note-overprinted-title) .article-kicker {
    color: transparent !important; }
  .widget-wrapper.tipo-blanca:not([class*="-bg"]) [class*='note'] .article-theme {
    background-color: rgba(0, 0, 0, 0) !important;
    color: #FFFFFF !important; }
  .widget-wrapper.tipo-blanca:not([class*="-bg"]) [class*='note'] .info-wrapper .preview:hover,
  .widget-wrapper.tipo-blanca:not([class*="-bg"]) [class*='note'] .info-wrapper .title:hover,
  .widget-wrapper.tipo-blanca:not([class*="-bg"]) [class*='note'] .info-wrapper .author:hover,
  .widget-wrapper.tipo-blanca:not([class*="-bg"]) [class*='note'] .info-wrapper .article-category-grouper:hover,
  .widget-wrapper.tipo-blanca:not([class*="-bg"]) [class*='note'] .info-wrapper .article-kicker:hover {
    color: transparent !important; }
  .widget-wrapper.tipo-blanca:not([class*="-bg"]) [class*='note'] .preview:hover,
  .widget-wrapper.tipo-blanca:not([class*="-bg"]) [class*='note'] .title:hover,
  .widget-wrapper.tipo-blanca:not([class*="-bg"]) [class*='note'] .author:hover {
    color: transparent !important; }
  .widget-wrapper.tipo-blanca:not([class*="-bg"]) [data-type*="article"] i[class*="play"]:hover {
    color: transparent !important; }

.widget-wrapper.tipo-blanca:not([class*="-bg"]) {
  /* Cabezales */
  /* Chapitas en los listados de notas */
  /* Icono de Play si la nota tiene video */ }
  .widget-wrapper.tipo-blanca:not([class*="-bg"]) .headline .obj-title, .widget-wrapper.tipo-blanca:not([class*="-bg"]) .most-read .obj-title, .widget-wrapper.tipo-blanca:not([class*="-bg"]) .note-by-author .obj-title {
    color: transparent; }
    .widget-wrapper.tipo-blanca:not([class*="-bg"]) .headline .obj-title::first-letter, .widget-wrapper.tipo-blanca:not([class*="-bg"]) .most-read .obj-title::first-letter, .widget-wrapper.tipo-blanca:not([class*="-bg"]) .note-by-author .obj-title::first-letter {
      background-color: transparent;
      color: #FFFFFF; }
  .widget-wrapper.tipo-blanca:not([class*="-bg"]) [class*='note']:not(.highlighted-portrait-note):not(.highlighted-note-overprinted-title) .article-kicker {
    color: transparent !important; }
  .widget-wrapper.tipo-blanca:not([class*="-bg"]) [class*='note'] .article-theme {
    background-color: rgba(0, 0, 0, 0) !important;
    color: #FFFFFF !important; }
  .widget-wrapper.tipo-blanca:not([class*="-bg"]) [class*='note'] .info-wrapper .preview:hover,
  .widget-wrapper.tipo-blanca:not([class*="-bg"]) [class*='note'] .info-wrapper .title:hover,
  .widget-wrapper.tipo-blanca:not([class*="-bg"]) [class*='note'] .info-wrapper .author:hover,
  .widget-wrapper.tipo-blanca:not([class*="-bg"]) [class*='note'] .info-wrapper .article-category-grouper:hover,
  .widget-wrapper.tipo-blanca:not([class*="-bg"]) [class*='note'] .info-wrapper .article-kicker:hover {
    color: transparent !important; }
  .widget-wrapper.tipo-blanca:not([class*="-bg"]) [class*='note'] .preview:hover,
  .widget-wrapper.tipo-blanca:not([class*="-bg"]) [class*='note'] .title:hover,
  .widget-wrapper.tipo-blanca:not([class*="-bg"]) [class*='note'] .author:hover {
    color: transparent !important; }
  .widget-wrapper.tipo-blanca:not([class*="-bg"]) [data-type*="article"] i[class*="play"]:hover {
    color: transparent !important; }

.widget-wrapper.tipo-blanca:not([class*="-bg"]) {
  /* Cabezales */
  /* Chapitas en los listados de notas */
  /* Icono de Play si la nota tiene video */ }
  .widget-wrapper.tipo-blanca:not([class*="-bg"]) .headline .obj-title, .widget-wrapper.tipo-blanca:not([class*="-bg"]) .most-read .obj-title, .widget-wrapper.tipo-blanca:not([class*="-bg"]) .note-by-author .obj-title {
    color: transparent; }
    .widget-wrapper.tipo-blanca:not([class*="-bg"]) .headline .obj-title::first-letter, .widget-wrapper.tipo-blanca:not([class*="-bg"]) .most-read .obj-title::first-letter, .widget-wrapper.tipo-blanca:not([class*="-bg"]) .note-by-author .obj-title::first-letter {
      background-color: transparent;
      color: #FFFFFF; }
  .widget-wrapper.tipo-blanca:not([class*="-bg"]) [class*='note']:not(.highlighted-portrait-note):not(.highlighted-note-overprinted-title) .article-kicker {
    color: transparent !important; }
  .widget-wrapper.tipo-blanca:not([class*="-bg"]) [class*='note'] .article-theme {
    background-color: rgba(0, 0, 0, 0) !important;
    color: #FFFFFF !important; }
  .widget-wrapper.tipo-blanca:not([class*="-bg"]) [class*='note'] .info-wrapper .preview:hover,
  .widget-wrapper.tipo-blanca:not([class*="-bg"]) [class*='note'] .info-wrapper .title:hover,
  .widget-wrapper.tipo-blanca:not([class*="-bg"]) [class*='note'] .info-wrapper .author:hover,
  .widget-wrapper.tipo-blanca:not([class*="-bg"]) [class*='note'] .info-wrapper .article-category-grouper:hover,
  .widget-wrapper.tipo-blanca:not([class*="-bg"]) [class*='note'] .info-wrapper .article-kicker:hover {
    color: transparent !important; }
  .widget-wrapper.tipo-blanca:not([class*="-bg"]) [class*='note'] .preview:hover,
  .widget-wrapper.tipo-blanca:not([class*="-bg"]) [class*='note'] .title:hover,
  .widget-wrapper.tipo-blanca:not([class*="-bg"]) [class*='note'] .author:hover {
    color: transparent !important; }
  .widget-wrapper.tipo-blanca:not([class*="-bg"]) [data-type*="article"] i[class*="play"]:hover {
    color: transparent !important; }

.widget-wrapper.tipo-blanca:not([class*="-bg"]) {
  /* Cabezales */
  /* Chapitas en los listados de notas */
  /* Icono de Play si la nota tiene video */ }
  .widget-wrapper.tipo-blanca:not([class*="-bg"]) .headline .obj-title, .widget-wrapper.tipo-blanca:not([class*="-bg"]) .most-read .obj-title, .widget-wrapper.tipo-blanca:not([class*="-bg"]) .note-by-author .obj-title {
    color: transparent; }
    .widget-wrapper.tipo-blanca:not([class*="-bg"]) .headline .obj-title::first-letter, .widget-wrapper.tipo-blanca:not([class*="-bg"]) .most-read .obj-title::first-letter, .widget-wrapper.tipo-blanca:not([class*="-bg"]) .note-by-author .obj-title::first-letter {
      background-color: transparent;
      color: #FFFFFF; }
  .widget-wrapper.tipo-blanca:not([class*="-bg"]) [class*='note']:not(.highlighted-portrait-note):not(.highlighted-note-overprinted-title) .article-kicker {
    color: transparent !important; }
  .widget-wrapper.tipo-blanca:not([class*="-bg"]) [class*='note'] .article-theme {
    background-color: rgba(0, 0, 0, 0) !important;
    color: #FFFFFF !important; }
  .widget-wrapper.tipo-blanca:not([class*="-bg"]) [class*='note'] .info-wrapper .preview:hover,
  .widget-wrapper.tipo-blanca:not([class*="-bg"]) [class*='note'] .info-wrapper .title:hover,
  .widget-wrapper.tipo-blanca:not([class*="-bg"]) [class*='note'] .info-wrapper .author:hover,
  .widget-wrapper.tipo-blanca:not([class*="-bg"]) [class*='note'] .info-wrapper .article-category-grouper:hover,
  .widget-wrapper.tipo-blanca:not([class*="-bg"]) [class*='note'] .info-wrapper .article-kicker:hover {
    color: transparent !important; }
  .widget-wrapper.tipo-blanca:not([class*="-bg"]) [class*='note'] .preview:hover,
  .widget-wrapper.tipo-blanca:not([class*="-bg"]) [class*='note'] .title:hover,
  .widget-wrapper.tipo-blanca:not([class*="-bg"]) [class*='note'] .author:hover {
    color: transparent !important; }
  .widget-wrapper.tipo-blanca:not([class*="-bg"]) [data-type*="article"] i[class*="play"]:hover {
    color: transparent !important; }

.widget-wrapper.tipo-blanca:not([class*="-bg"]) {
  /* Cabezales */
  /* Chapitas en los listados de notas */
  /* Icono de Play si la nota tiene video */ }
  .widget-wrapper.tipo-blanca:not([class*="-bg"]) .headline .obj-title, .widget-wrapper.tipo-blanca:not([class*="-bg"]) .most-read .obj-title, .widget-wrapper.tipo-blanca:not([class*="-bg"]) .note-by-author .obj-title {
    color: transparent; }
    .widget-wrapper.tipo-blanca:not([class*="-bg"]) .headline .obj-title::first-letter, .widget-wrapper.tipo-blanca:not([class*="-bg"]) .most-read .obj-title::first-letter, .widget-wrapper.tipo-blanca:not([class*="-bg"]) .note-by-author .obj-title::first-letter {
      background-color: transparent;
      color: #FFFFFF; }
  .widget-wrapper.tipo-blanca:not([class*="-bg"]) [class*='note']:not(.highlighted-portrait-note):not(.highlighted-note-overprinted-title) .article-kicker {
    color: transparent !important; }
  .widget-wrapper.tipo-blanca:not([class*="-bg"]) [class*='note'] .article-theme {
    background-color: rgba(0, 0, 0, 0) !important;
    color: #FFFFFF !important; }
  .widget-wrapper.tipo-blanca:not([class*="-bg"]) [class*='note'] .info-wrapper .preview:hover,
  .widget-wrapper.tipo-blanca:not([class*="-bg"]) [class*='note'] .info-wrapper .title:hover,
  .widget-wrapper.tipo-blanca:not([class*="-bg"]) [class*='note'] .info-wrapper .author:hover,
  .widget-wrapper.tipo-blanca:not([class*="-bg"]) [class*='note'] .info-wrapper .article-category-grouper:hover,
  .widget-wrapper.tipo-blanca:not([class*="-bg"]) [class*='note'] .info-wrapper .article-kicker:hover {
    color: transparent !important; }
  .widget-wrapper.tipo-blanca:not([class*="-bg"]) [class*='note'] .preview:hover,
  .widget-wrapper.tipo-blanca:not([class*="-bg"]) [class*='note'] .title:hover,
  .widget-wrapper.tipo-blanca:not([class*="-bg"]) [class*='note'] .author:hover {
    color: transparent !important; }
  .widget-wrapper.tipo-blanca:not([class*="-bg"]) [data-type*="article"] i[class*="play"]:hover {
    color: transparent !important; }

.widget-wrapper.tipo-blanca:not([class*="-bg"]) {
  /* Cabezales */
  /* Chapitas en los listados de notas */
  /* Icono de Play si la nota tiene video */ }
  .widget-wrapper.tipo-blanca:not([class*="-bg"]) .headline .obj-title, .widget-wrapper.tipo-blanca:not([class*="-bg"]) .most-read .obj-title, .widget-wrapper.tipo-blanca:not([class*="-bg"]) .note-by-author .obj-title {
    color: transparent; }
    .widget-wrapper.tipo-blanca:not([class*="-bg"]) .headline .obj-title::first-letter, .widget-wrapper.tipo-blanca:not([class*="-bg"]) .most-read .obj-title::first-letter, .widget-wrapper.tipo-blanca:not([class*="-bg"]) .note-by-author .obj-title::first-letter {
      background-color: transparent;
      color: #FFFFFF; }
  .widget-wrapper.tipo-blanca:not([class*="-bg"]) [class*='note']:not(.highlighted-portrait-note):not(.highlighted-note-overprinted-title) .article-kicker {
    color: transparent !important; }
  .widget-wrapper.tipo-blanca:not([class*="-bg"]) [class*='note'] .article-theme {
    background-color: rgba(0, 0, 0, 0) !important;
    color: #FFFFFF !important; }
  .widget-wrapper.tipo-blanca:not([class*="-bg"]) [class*='note'] .info-wrapper .preview:hover,
  .widget-wrapper.tipo-blanca:not([class*="-bg"]) [class*='note'] .info-wrapper .title:hover,
  .widget-wrapper.tipo-blanca:not([class*="-bg"]) [class*='note'] .info-wrapper .author:hover,
  .widget-wrapper.tipo-blanca:not([class*="-bg"]) [class*='note'] .info-wrapper .article-category-grouper:hover,
  .widget-wrapper.tipo-blanca:not([class*="-bg"]) [class*='note'] .info-wrapper .article-kicker:hover {
    color: transparent !important; }
  .widget-wrapper.tipo-blanca:not([class*="-bg"]) [class*='note'] .preview:hover,
  .widget-wrapper.tipo-blanca:not([class*="-bg"]) [class*='note'] .title:hover,
  .widget-wrapper.tipo-blanca:not([class*="-bg"]) [class*='note'] .author:hover {
    color: transparent !important; }
  .widget-wrapper.tipo-blanca:not([class*="-bg"]) [data-type*="article"] i[class*="play"]:hover {
    color: transparent !important; }

.widget-wrapper.tipo-blanca:not([class*="-bg"]) {
  /* Cabezales */
  /* Chapitas en los listados de notas */
  /* Icono de Play si la nota tiene video */ }
  .widget-wrapper.tipo-blanca:not([class*="-bg"]) .headline .obj-title, .widget-wrapper.tipo-blanca:not([class*="-bg"]) .most-read .obj-title, .widget-wrapper.tipo-blanca:not([class*="-bg"]) .note-by-author .obj-title {
    color: transparent; }
    .widget-wrapper.tipo-blanca:not([class*="-bg"]) .headline .obj-title::first-letter, .widget-wrapper.tipo-blanca:not([class*="-bg"]) .most-read .obj-title::first-letter, .widget-wrapper.tipo-blanca:not([class*="-bg"]) .note-by-author .obj-title::first-letter {
      background-color: transparent;
      color: #FFFFFF; }
  .widget-wrapper.tipo-blanca:not([class*="-bg"]) [class*='note']:not(.highlighted-portrait-note):not(.highlighted-note-overprinted-title) .article-kicker {
    color: transparent !important; }
  .widget-wrapper.tipo-blanca:not([class*="-bg"]) [class*='note'] .article-theme {
    background-color: rgba(0, 0, 0, 0) !important;
    color: #FFFFFF !important; }
  .widget-wrapper.tipo-blanca:not([class*="-bg"]) [class*='note'] .info-wrapper .preview:hover,
  .widget-wrapper.tipo-blanca:not([class*="-bg"]) [class*='note'] .info-wrapper .title:hover,
  .widget-wrapper.tipo-blanca:not([class*="-bg"]) [class*='note'] .info-wrapper .author:hover,
  .widget-wrapper.tipo-blanca:not([class*="-bg"]) [class*='note'] .info-wrapper .article-category-grouper:hover,
  .widget-wrapper.tipo-blanca:not([class*="-bg"]) [class*='note'] .info-wrapper .article-kicker:hover {
    color: transparent !important; }
  .widget-wrapper.tipo-blanca:not([class*="-bg"]) [class*='note'] .preview:hover,
  .widget-wrapper.tipo-blanca:not([class*="-bg"]) [class*='note'] .title:hover,
  .widget-wrapper.tipo-blanca:not([class*="-bg"]) [class*='note'] .author:hover {
    color: transparent !important; }
  .widget-wrapper.tipo-blanca:not([class*="-bg"]) [data-type*="article"] i[class*="play"]:hover {
    color: transparent !important; }

.widget-wrapper.tipo-blanca:not([class*="-bg"]) {
  /* Cabezales */
  /* Chapitas en los listados de notas */
  /* Icono de Play si la nota tiene video */ }
  .widget-wrapper.tipo-blanca:not([class*="-bg"]) .headline .obj-title, .widget-wrapper.tipo-blanca:not([class*="-bg"]) .most-read .obj-title, .widget-wrapper.tipo-blanca:not([class*="-bg"]) .note-by-author .obj-title {
    color: transparent; }
    .widget-wrapper.tipo-blanca:not([class*="-bg"]) .headline .obj-title::first-letter, .widget-wrapper.tipo-blanca:not([class*="-bg"]) .most-read .obj-title::first-letter, .widget-wrapper.tipo-blanca:not([class*="-bg"]) .note-by-author .obj-title::first-letter {
      background-color: transparent;
      color: #FFFFFF; }
  .widget-wrapper.tipo-blanca:not([class*="-bg"]) [class*='note']:not(.highlighted-portrait-note):not(.highlighted-note-overprinted-title) .article-kicker {
    color: transparent !important; }
  .widget-wrapper.tipo-blanca:not([class*="-bg"]) [class*='note'] .article-theme {
    background-color: rgba(0, 0, 0, 0) !important;
    color: #FFFFFF !important; }
  .widget-wrapper.tipo-blanca:not([class*="-bg"]) [class*='note'] .info-wrapper .preview:hover,
  .widget-wrapper.tipo-blanca:not([class*="-bg"]) [class*='note'] .info-wrapper .title:hover,
  .widget-wrapper.tipo-blanca:not([class*="-bg"]) [class*='note'] .info-wrapper .author:hover,
  .widget-wrapper.tipo-blanca:not([class*="-bg"]) [class*='note'] .info-wrapper .article-category-grouper:hover,
  .widget-wrapper.tipo-blanca:not([class*="-bg"]) [class*='note'] .info-wrapper .article-kicker:hover {
    color: transparent !important; }
  .widget-wrapper.tipo-blanca:not([class*="-bg"]) [class*='note'] .preview:hover,
  .widget-wrapper.tipo-blanca:not([class*="-bg"]) [class*='note'] .title:hover,
  .widget-wrapper.tipo-blanca:not([class*="-bg"]) [class*='note'] .author:hover {
    color: transparent !important; }
  .widget-wrapper.tipo-blanca:not([class*="-bg"]) [data-type*="article"] i[class*="play"]:hover {
    color: transparent !important; }

.widget-wrapper.tipo-blanca:not([class*="-bg"]) {
  /* Cabezales */
  /* Chapitas en los listados de notas */
  /* Icono de Play si la nota tiene video */ }
  .widget-wrapper.tipo-blanca:not([class*="-bg"]) .headline .obj-title, .widget-wrapper.tipo-blanca:not([class*="-bg"]) .most-read .obj-title, .widget-wrapper.tipo-blanca:not([class*="-bg"]) .note-by-author .obj-title {
    color: transparent; }
    .widget-wrapper.tipo-blanca:not([class*="-bg"]) .headline .obj-title::first-letter, .widget-wrapper.tipo-blanca:not([class*="-bg"]) .most-read .obj-title::first-letter, .widget-wrapper.tipo-blanca:not([class*="-bg"]) .note-by-author .obj-title::first-letter {
      background-color: transparent;
      color: #FFFFFF; }
  .widget-wrapper.tipo-blanca:not([class*="-bg"]) [class*='note']:not(.highlighted-portrait-note):not(.highlighted-note-overprinted-title) .article-kicker {
    color: transparent !important; }
  .widget-wrapper.tipo-blanca:not([class*="-bg"]) [class*='note'] .article-theme {
    background-color: rgba(0, 0, 0, 0) !important;
    color: #FFFFFF !important; }
  .widget-wrapper.tipo-blanca:not([class*="-bg"]) [class*='note'] .info-wrapper .preview:hover,
  .widget-wrapper.tipo-blanca:not([class*="-bg"]) [class*='note'] .info-wrapper .title:hover,
  .widget-wrapper.tipo-blanca:not([class*="-bg"]) [class*='note'] .info-wrapper .author:hover,
  .widget-wrapper.tipo-blanca:not([class*="-bg"]) [class*='note'] .info-wrapper .article-category-grouper:hover,
  .widget-wrapper.tipo-blanca:not([class*="-bg"]) [class*='note'] .info-wrapper .article-kicker:hover {
    color: transparent !important; }
  .widget-wrapper.tipo-blanca:not([class*="-bg"]) [class*='note'] .preview:hover,
  .widget-wrapper.tipo-blanca:not([class*="-bg"]) [class*='note'] .title:hover,
  .widget-wrapper.tipo-blanca:not([class*="-bg"]) [class*='note'] .author:hover {
    color: transparent !important; }
  .widget-wrapper.tipo-blanca:not([class*="-bg"]) [data-type*="article"] i[class*="play"]:hover {
    color: transparent !important; }

.widget-wrapper.tipo-blanca:not([class*="-bg"]) {
  /* Cabezales */
  /* Chapitas en los listados de notas */
  /* Icono de Play si la nota tiene video */ }
  .widget-wrapper.tipo-blanca:not([class*="-bg"]) .headline .obj-title, .widget-wrapper.tipo-blanca:not([class*="-bg"]) .most-read .obj-title, .widget-wrapper.tipo-blanca:not([class*="-bg"]) .note-by-author .obj-title {
    color: transparent; }
    .widget-wrapper.tipo-blanca:not([class*="-bg"]) .headline .obj-title::first-letter, .widget-wrapper.tipo-blanca:not([class*="-bg"]) .most-read .obj-title::first-letter, .widget-wrapper.tipo-blanca:not([class*="-bg"]) .note-by-author .obj-title::first-letter {
      background-color: transparent;
      color: #FFFFFF; }
  .widget-wrapper.tipo-blanca:not([class*="-bg"]) [class*='note']:not(.highlighted-portrait-note):not(.highlighted-note-overprinted-title) .article-kicker {
    color: transparent !important; }
  .widget-wrapper.tipo-blanca:not([class*="-bg"]) [class*='note'] .article-theme {
    background-color: rgba(0, 0, 0, 0) !important;
    color: #FFFFFF !important; }
  .widget-wrapper.tipo-blanca:not([class*="-bg"]) [class*='note'] .info-wrapper .preview:hover,
  .widget-wrapper.tipo-blanca:not([class*="-bg"]) [class*='note'] .info-wrapper .title:hover,
  .widget-wrapper.tipo-blanca:not([class*="-bg"]) [class*='note'] .info-wrapper .author:hover,
  .widget-wrapper.tipo-blanca:not([class*="-bg"]) [class*='note'] .info-wrapper .article-category-grouper:hover,
  .widget-wrapper.tipo-blanca:not([class*="-bg"]) [class*='note'] .info-wrapper .article-kicker:hover {
    color: transparent !important; }
  .widget-wrapper.tipo-blanca:not([class*="-bg"]) [class*='note'] .preview:hover,
  .widget-wrapper.tipo-blanca:not([class*="-bg"]) [class*='note'] .title:hover,
  .widget-wrapper.tipo-blanca:not([class*="-bg"]) [class*='note'] .author:hover {
    color: transparent !important; }
  .widget-wrapper.tipo-blanca:not([class*="-bg"]) [data-type*="article"] i[class*="play"]:hover {
    color: transparent !important; }

.widget-wrapper.tipo-blanca:not([class*="-bg"]) {
  /* Cabezales */
  /* Chapitas en los listados de notas */
  /* Icono de Play si la nota tiene video */ }
  .widget-wrapper.tipo-blanca:not([class*="-bg"]) .headline .obj-title, .widget-wrapper.tipo-blanca:not([class*="-bg"]) .most-read .obj-title, .widget-wrapper.tipo-blanca:not([class*="-bg"]) .note-by-author .obj-title {
    color: transparent; }
    .widget-wrapper.tipo-blanca:not([class*="-bg"]) .headline .obj-title::first-letter, .widget-wrapper.tipo-blanca:not([class*="-bg"]) .most-read .obj-title::first-letter, .widget-wrapper.tipo-blanca:not([class*="-bg"]) .note-by-author .obj-title::first-letter {
      background-color: transparent;
      color: #FFFFFF; }
  .widget-wrapper.tipo-blanca:not([class*="-bg"]) [class*='note']:not(.highlighted-portrait-note):not(.highlighted-note-overprinted-title) .article-kicker {
    color: transparent !important; }
  .widget-wrapper.tipo-blanca:not([class*="-bg"]) [class*='note'] .article-theme {
    background-color: rgba(0, 0, 0, 0) !important;
    color: #FFFFFF !important; }
  .widget-wrapper.tipo-blanca:not([class*="-bg"]) [class*='note'] .info-wrapper .preview:hover,
  .widget-wrapper.tipo-blanca:not([class*="-bg"]) [class*='note'] .info-wrapper .title:hover,
  .widget-wrapper.tipo-blanca:not([class*="-bg"]) [class*='note'] .info-wrapper .author:hover,
  .widget-wrapper.tipo-blanca:not([class*="-bg"]) [class*='note'] .info-wrapper .article-category-grouper:hover,
  .widget-wrapper.tipo-blanca:not([class*="-bg"]) [class*='note'] .info-wrapper .article-kicker:hover {
    color: transparent !important; }
  .widget-wrapper.tipo-blanca:not([class*="-bg"]) [class*='note'] .preview:hover,
  .widget-wrapper.tipo-blanca:not([class*="-bg"]) [class*='note'] .title:hover,
  .widget-wrapper.tipo-blanca:not([class*="-bg"]) [class*='note'] .author:hover {
    color: transparent !important; }
  .widget-wrapper.tipo-blanca:not([class*="-bg"]) [data-type*="article"] i[class*="play"]:hover {
    color: transparent !important; }

.widget-wrapper.tipo-blanca:not([class*="-bg"]) {
  /* Cabezales */
  /* Chapitas en los listados de notas */
  /* Icono de Play si la nota tiene video */ }
  .widget-wrapper.tipo-blanca:not([class*="-bg"]) .headline .obj-title, .widget-wrapper.tipo-blanca:not([class*="-bg"]) .most-read .obj-title, .widget-wrapper.tipo-blanca:not([class*="-bg"]) .note-by-author .obj-title {
    color: transparent; }
    .widget-wrapper.tipo-blanca:not([class*="-bg"]) .headline .obj-title::first-letter, .widget-wrapper.tipo-blanca:not([class*="-bg"]) .most-read .obj-title::first-letter, .widget-wrapper.tipo-blanca:not([class*="-bg"]) .note-by-author .obj-title::first-letter {
      background-color: transparent;
      color: #FFFFFF; }
  .widget-wrapper.tipo-blanca:not([class*="-bg"]) [class*='note']:not(.highlighted-portrait-note):not(.highlighted-note-overprinted-title) .article-kicker {
    color: transparent !important; }
  .widget-wrapper.tipo-blanca:not([class*="-bg"]) [class*='note'] .article-theme {
    background-color: rgba(0, 0, 0, 0) !important;
    color: #FFFFFF !important; }
  .widget-wrapper.tipo-blanca:not([class*="-bg"]) [class*='note'] .info-wrapper .preview:hover,
  .widget-wrapper.tipo-blanca:not([class*="-bg"]) [class*='note'] .info-wrapper .title:hover,
  .widget-wrapper.tipo-blanca:not([class*="-bg"]) [class*='note'] .info-wrapper .author:hover,
  .widget-wrapper.tipo-blanca:not([class*="-bg"]) [class*='note'] .info-wrapper .article-category-grouper:hover,
  .widget-wrapper.tipo-blanca:not([class*="-bg"]) [class*='note'] .info-wrapper .article-kicker:hover {
    color: transparent !important; }
  .widget-wrapper.tipo-blanca:not([class*="-bg"]) [class*='note'] .preview:hover,
  .widget-wrapper.tipo-blanca:not([class*="-bg"]) [class*='note'] .title:hover,
  .widget-wrapper.tipo-blanca:not([class*="-bg"]) [class*='note'] .author:hover {
    color: transparent !important; }
  .widget-wrapper.tipo-blanca:not([class*="-bg"]) [data-type*="article"] i[class*="play"]:hover {
    color: transparent !important; }

.widget-wrapper.texto-blanco {
  color: #FFFFFF;
  /* Cabezales */ }
  .widget-wrapper.texto-blanco .headline .obj-title, .widget-wrapper.texto-blanco .most-read .obj-title, .widget-wrapper.texto-blanco .note-by-author .obj-title {
    color: #FFFFFF; }
  .widget-wrapper.texto-blanco .simple-list .simple-note:not(.no-media) .title, .widget-wrapper.texto-blanco .section-aside-single-article .simple-note:not(.no-media) .title {
    color: #FFFFFF; }
  .widget-wrapper.texto-blanco .simple-list-square-image .simple-note-square-image .title {
    color: #FFFFFF; }
  .widget-wrapper.texto-blanco .free-text .body-content {
    color: #FFFFFF; }
  .widget-wrapper.texto-blanco [data-type*="article"] .info-wrapper .article-kicker {
    color: #FFFFFF !important; }

/* Colores en Detalle Sección */
body.tipo-blanca main.container.note {
  /* Cabezales */
  /* Chapitas en los listados de notas */
  /* Icono de Play si la nota tiene video */
  /* Iconos de Share/Compartir */
  /* Listado Más Leídas */
  /* Paginador Listado Seccion */ }
  body.tipo-blanca main.container.note .headline .obj-title, body.tipo-blanca main.container.note .most-read .obj-title, body.tipo-blanca main.container.note .note-by-author .obj-title {
    color: transparent; }
    body.tipo-blanca main.container.note .headline .obj-title::first-letter, body.tipo-blanca main.container.note .most-read .obj-title::first-letter, body.tipo-blanca main.container.note .note-by-author .obj-title::first-letter {
      background-color: transparent;
      color: #FFFFFF; }
  body.tipo-blanca main.container.note [class*='note'] .article-theme {
    background-color: rgba(0, 0, 0, 0) !important;
    color: #FFFFFF !important; }
  body.tipo-blanca main.container.note [class*='note'] .info-wrapper .preview:hover,
  body.tipo-blanca main.container.note [class*='note'] .info-wrapper .title:hover,
  body.tipo-blanca main.container.note [class*='note'] .info-wrapper .author:hover {
    color: transparent !important; }
  body.tipo-blanca main.container.note [class*='note'] .preview:hover,
  body.tipo-blanca main.container.note [class*='note'] .title:hover,
  body.tipo-blanca main.container.note [class*='note'] .author:hover {
    color: transparent !important; }
  body.tipo-blanca main.container.note [data-type*="article"] i[class*="play"]:hover {
    color: transparent !important; }
  body.tipo-blanca main.container.note .socials-share li {
    background-color: transparent; }
  body.tipo-blanca main.container.note .ranking-list {
    background-color: transparent; }
    body.tipo-blanca main.container.note .ranking-list .article .number {
      background-color: rgba(0, 0, 0, 0); }
    body.tipo-blanca main.container.note .ranking-list .article .number,
    body.tipo-blanca main.container.note .ranking-list .article .title,
    body.tipo-blanca main.container.note .ranking-list .article .author {
      color: #FFFFFF; }
    body.tipo-blanca main.container.note .ranking-list .obj-title {
      color: #FFFFFF; }
  body.tipo-blanca main.container.note .list-articles .articles-pagination [class*="button"] {
    background-color: transparent;
    color: #FFFFFF; }
    body.tipo-blanca main.container.note .list-articles .articles-pagination [class*="button"]:hover {
      background-color: #C82828; }

/* Colores en las chapitas */
.article-theme.verde-doc {
  color: #099 !important; }

.article-kicker.verde-doc {
  color: #099 !important; }

.article-category-grouper.verde-doc:hover {
  color: #099 !important; }

/* Cabezales */
.headline.verde-doc .obj-title, .verde-doc.most-read .obj-title, .verde-doc.note-by-author .obj-title {
  color: #099; }
  .headline.verde-doc .obj-title::first-letter, .verde-doc.most-read .obj-title::first-letter, .verde-doc.note-by-author .obj-title::first-letter {
    background-color: #099;
    color: #FFFFFF; }

/* Widges con colores de fondo */
.verde-doc-bg {
  background-color: #099; }
  .verde-doc-bg.widget-wrapper {
    padding-top: 25px;
    margin-bottom: 25px; }
  .verde-doc-bg .highlighted-note-square-image .preview,
  .verde-doc-bg .highlighted-note-square-image .title,
  .verde-doc-bg .highlighted-note-square-image .author,
  .verde-doc-bg .highlighted-note-square-image .article-category-grouper,
  .verde-doc-bg .highlighted-note-square-image .article-kicker,
  .verde-doc-bg .simple-note .preview,
  .verde-doc-bg .simple-note .title,
  .verde-doc-bg .simple-note .author,
  .verde-doc-bg .simple-note .article-category-grouper,
  .verde-doc-bg .simple-note .article-kicker,
  .verde-doc-bg .simple-note-square-image .preview,
  .verde-doc-bg .simple-note-square-image .title,
  .verde-doc-bg .simple-note-square-image .author,
  .verde-doc-bg .simple-note-square-image .article-category-grouper,
  .verde-doc-bg .simple-note-square-image .article-kicker {
    color: #FFFFFF !important; }
  .verde-doc-bg .headline, .verde-doc-bg .most-read, .verde-doc-bg .note-by-author {
    margin-top: 0;
    padding-top: 8px; }
    .verde-doc-bg .headline .obj-title, .verde-doc-bg .most-read .obj-title, .verde-doc-bg .note-by-author .obj-title {
      color: #FFFFFF !important; }
      .verde-doc-bg .headline .obj-title::first-letter, .verde-doc-bg .most-read .obj-title::first-letter, .verde-doc-bg .note-by-author .obj-title::first-letter {
        background-color: #FFFFFF;
        color: #099 !important; }
  .verde-doc-bg.celeste-vivo {
    /* Chapitas en los listados de notas */
    /* Icono de Play si la nota tiene video */ }
    .verde-doc-bg.celeste-vivo [class*='note'] .article-theme {
      background-color: rgba(68, 201, 246, 0.8) !important;
      color: #FFFFFF !important; }
    .verde-doc-bg.celeste-vivo [data-type*="article"] i[class*="play"]:hover {
      color: #44c9f6 !important; }
  .verde-doc-bg.copa-america {
    /* Chapitas en los listados de notas */
    /* Icono de Play si la nota tiene video */ }
    .verde-doc-bg.copa-america [class*='note'] .article-theme {
      background-color: rgba(32, 138, 200, 0.8) !important;
      color: #FFFFFF !important; }
    .verde-doc-bg.copa-america [data-type*="article"] i[class*="play"]:hover {
      color: #208ac8 !important; }
  .verde-doc-bg.fucsia {
    /* Chapitas en los listados de notas */
    /* Icono de Play si la nota tiene video */ }
    .verde-doc-bg.fucsia [class*='note'] .article-theme {
      background-color: rgba(182, 11, 124, 0.8) !important;
      color: #FFFFFF !important; }
    .verde-doc-bg.fucsia [data-type*="article"] i[class*="play"]:hover {
      color: #b60b7c !important; }
  .verde-doc-bg.gris {
    /* Chapitas en los listados de notas */
    /* Icono de Play si la nota tiene video */ }
    .verde-doc-bg.gris [class*='note'] .article-theme {
      background-color: rgba(109, 123, 140, 0.8) !important;
      color: #FFFFFF !important; }
    .verde-doc-bg.gris [data-type*="article"] i[class*="play"]:hover {
      color: #6d7b8c !important; }
  .verde-doc-bg.naranja {
    /* Chapitas en los listados de notas */
    /* Icono de Play si la nota tiene video */ }
    .verde-doc-bg.naranja [class*='note'] .article-theme {
      background-color: rgba(227, 123, 87, 0.8) !important;
      color: #FFFFFF !important; }
    .verde-doc-bg.naranja [data-type*="article"] i[class*="play"]:hover {
      color: #e37b57 !important; }
  .verde-doc-bg.naranja_fuerte {
    /* Chapitas en los listados de notas */
    /* Icono de Play si la nota tiene video */ }
    .verde-doc-bg.naranja_fuerte [class*='note'] .article-theme {
      background-color: rgba(217, 56, 0, 0.8) !important;
      color: #FFFFFF !important; }
    .verde-doc-bg.naranja_fuerte [data-type*="article"] i[class*="play"]:hover {
      color: #D93800 !important; }
  .verde-doc-bg.rating-cero {
    /* Chapitas en los listados de notas */
    /* Icono de Play si la nota tiene video */ }
    .verde-doc-bg.rating-cero [class*='note'] .article-theme {
      background-color: rgba(218, 44, 41, 0.8) !important;
      color: #FFFFFF !important; }
    .verde-doc-bg.rating-cero [data-type*="article"] i[class*="play"]:hover {
      color: #da2c29 !important; }
  .verde-doc-bg.texto-blanco .article-shouts .info-wrapper .preview,
  .verde-doc-bg.texto-blanco .article-shouts .info-wrapper .title,
  .verde-doc-bg.texto-blanco .article-shouts .info-wrapper .author,
  .verde-doc-bg.texto-blanco .article-shouts .info-wrapper .article-kicker,
  .verde-doc-bg.texto-blanco .highlighted-note-square-image .info-wrapper .preview,
  .verde-doc-bg.texto-blanco .highlighted-note-square-image .info-wrapper .title,
  .verde-doc-bg.texto-blanco .highlighted-note-square-image .info-wrapper .author,
  .verde-doc-bg.texto-blanco .highlighted-note-square-image .info-wrapper .article-kicker,
  .verde-doc-bg.texto-blanco .simple-list .info-wrapper .preview,
  .verde-doc-bg.texto-blanco .section-aside-single-article .info-wrapper .preview,
  .verde-doc-bg.texto-blanco .simple-list .info-wrapper .title,
  .verde-doc-bg.texto-blanco .section-aside-single-article .info-wrapper .title,
  .verde-doc-bg.texto-blanco .simple-list .info-wrapper .author,
  .verde-doc-bg.texto-blanco .section-aside-single-article .info-wrapper .author,
  .verde-doc-bg.texto-blanco .simple-list .info-wrapper .article-kicker,
  .verde-doc-bg.texto-blanco .section-aside-single-article .info-wrapper .article-kicker,
  .verde-doc-bg.texto-blanco .simple-list-square-image .info-wrapper .preview,
  .verde-doc-bg.texto-blanco .simple-list-square-image .info-wrapper .title,
  .verde-doc-bg.texto-blanco .simple-list-square-image .info-wrapper .author,
  .verde-doc-bg.texto-blanco .simple-list-square-image .info-wrapper .article-kicker {
    color: #FFFFFF !important; }
    .verde-doc-bg.texto-blanco .article-shouts .info-wrapper .preview:hover,
    .verde-doc-bg.texto-blanco .article-shouts .info-wrapper .title:hover,
    .verde-doc-bg.texto-blanco .article-shouts .info-wrapper .author:hover,
    .verde-doc-bg.texto-blanco .article-shouts .info-wrapper .article-kicker:hover,
    .verde-doc-bg.texto-blanco .highlighted-note-square-image .info-wrapper .preview:hover,
    .verde-doc-bg.texto-blanco .highlighted-note-square-image .info-wrapper .title:hover,
    .verde-doc-bg.texto-blanco .highlighted-note-square-image .info-wrapper .author:hover,
    .verde-doc-bg.texto-blanco .highlighted-note-square-image .info-wrapper .article-kicker:hover,
    .verde-doc-bg.texto-blanco .simple-list .info-wrapper .preview:hover,
    .verde-doc-bg.texto-blanco .section-aside-single-article .info-wrapper .preview:hover,
    .verde-doc-bg.texto-blanco .simple-list .info-wrapper .title:hover,
    .verde-doc-bg.texto-blanco .section-aside-single-article .info-wrapper .title:hover,
    .verde-doc-bg.texto-blanco .simple-list .info-wrapper .author:hover,
    .verde-doc-bg.texto-blanco .section-aside-single-article .info-wrapper .author:hover,
    .verde-doc-bg.texto-blanco .simple-list .info-wrapper .article-kicker:hover,
    .verde-doc-bg.texto-blanco .section-aside-single-article .info-wrapper .article-kicker:hover,
    .verde-doc-bg.texto-blanco .simple-list-square-image .info-wrapper .preview:hover,
    .verde-doc-bg.texto-blanco .simple-list-square-image .info-wrapper .title:hover,
    .verde-doc-bg.texto-blanco .simple-list-square-image .info-wrapper .author:hover,
    .verde-doc-bg.texto-blanco .simple-list-square-image .info-wrapper .article-kicker:hover {
      color: #FFFFFF !important; }
  .verde-doc-bg.texto-blanco .article-shouts .preview,
  .verde-doc-bg.texto-blanco .article-shouts .title,
  .verde-doc-bg.texto-blanco .article-shouts .author,
  .verde-doc-bg.texto-blanco .highlighted-note-square-image .preview,
  .verde-doc-bg.texto-blanco .highlighted-note-square-image .title,
  .verde-doc-bg.texto-blanco .highlighted-note-square-image .author,
  .verde-doc-bg.texto-blanco .simple-list .preview,
  .verde-doc-bg.texto-blanco .section-aside-single-article .preview,
  .verde-doc-bg.texto-blanco .simple-list .title,
  .verde-doc-bg.texto-blanco .section-aside-single-article .title,
  .verde-doc-bg.texto-blanco .simple-list .author,
  .verde-doc-bg.texto-blanco .section-aside-single-article .author,
  .verde-doc-bg.texto-blanco .simple-list-square-image .preview,
  .verde-doc-bg.texto-blanco .simple-list-square-image .title,
  .verde-doc-bg.texto-blanco .simple-list-square-image .author {
    color: #FFFFFF !important; }
    .verde-doc-bg.texto-blanco .article-shouts .preview:hover,
    .verde-doc-bg.texto-blanco .article-shouts .title:hover,
    .verde-doc-bg.texto-blanco .article-shouts .author:hover,
    .verde-doc-bg.texto-blanco .highlighted-note-square-image .preview:hover,
    .verde-doc-bg.texto-blanco .highlighted-note-square-image .title:hover,
    .verde-doc-bg.texto-blanco .highlighted-note-square-image .author:hover,
    .verde-doc-bg.texto-blanco .simple-list .preview:hover,
    .verde-doc-bg.texto-blanco .section-aside-single-article .preview:hover,
    .verde-doc-bg.texto-blanco .simple-list .title:hover,
    .verde-doc-bg.texto-blanco .section-aside-single-article .title:hover,
    .verde-doc-bg.texto-blanco .simple-list .author:hover,
    .verde-doc-bg.texto-blanco .section-aside-single-article .author:hover,
    .verde-doc-bg.texto-blanco .simple-list-square-image .preview:hover,
    .verde-doc-bg.texto-blanco .simple-list-square-image .title:hover,
    .verde-doc-bg.texto-blanco .simple-list-square-image .author:hover {
      color: #FFFFFF !important; }
  .verde-doc-bg.texto-blanco [class*='note'] .article-theme {
    color: #FFFFFF !important; }
  .verde-doc-bg.texto-blanco .headline, .verde-doc-bg.texto-blanco .most-read, .verde-doc-bg.texto-blanco .note-by-author {
    margin-top: 0;
    padding-top: 8px; }
    .verde-doc-bg.texto-blanco .headline .obj-title, .verde-doc-bg.texto-blanco .most-read .obj-title, .verde-doc-bg.texto-blanco .note-by-author .obj-title {
      color: #FFFFFF !important; }
      .verde-doc-bg.texto-blanco .headline .obj-title::first-letter, .verde-doc-bg.texto-blanco .most-read .obj-title::first-letter, .verde-doc-bg.texto-blanco .note-by-author .obj-title::first-letter {
        background-color: #FFFFFF;
        color: #099 !important; }
  .verde-doc-bg.tipo-blanca {
    /* Chapitas en los listados de notas */
    /* Icono de Play si la nota tiene video */ }
    .verde-doc-bg.tipo-blanca [class*='note'] .article-theme {
      background-color: rgba(0, 0, 0, 0) !important;
      color: #FFFFFF !important; }
    .verde-doc-bg.tipo-blanca [data-type*="article"] i[class*="play"]:hover {
      color: transparent !important; }
  .verde-doc-bg.verde-doc {
    /* Chapitas en los listados de notas */
    /* Icono de Play si la nota tiene video */ }
    .verde-doc-bg.verde-doc [class*='note'] .article-theme {
      background-color: rgba(0, 153, 153, 0.8) !important;
      color: #FFFFFF !important; }
    .verde-doc-bg.verde-doc [data-type*="article"] i[class*="play"]:hover {
      color: #099 !important; }
  .verde-doc-bg.verde_oscuro {
    /* Chapitas en los listados de notas */
    /* Icono de Play si la nota tiene video */ }
    .verde-doc-bg.verde_oscuro [class*='note'] .article-theme {
      background-color: rgba(74, 122, 80, 0.8) !important;
      color: #FFFFFF !important; }
    .verde-doc-bg.verde_oscuro [data-type*="article"] i[class*="play"]:hover {
      color: #4a7a50 !important; }
  .verde-doc-bg.violeta {
    /* Chapitas en los listados de notas */
    /* Icono de Play si la nota tiene video */ }
    .verde-doc-bg.violeta [class*='note'] .article-theme {
      background-color: rgba(86, 0, 141, 0.8) !important;
      color: #FFFFFF !important; }
    .verde-doc-bg.violeta [data-type*="article"] i[class*="play"]:hover {
      color: #56008D !important; }
  .verde-doc-bg.beige {
    /* Chapitas en los listados de notas */
    /* Icono de Play si la nota tiene video */ }
    .verde-doc-bg.beige [class*='note'] .article-theme {
      background-color: rgba(247, 239, 228, 0.8) !important;
      color: #000000 !important; }
    .verde-doc-bg.beige [data-type*="article"] i[class*="play"]:hover {
      color: #f7efe4 !important; }
  .verde-doc-bg.bordo {
    /* Chapitas en los listados de notas */
    /* Icono de Play si la nota tiene video */ }
    .verde-doc-bg.bordo [class*='note'] .article-theme {
      background-color: rgba(64, 37, 34, 0.8) !important;
      color: #FFFFFF !important; }
    .verde-doc-bg.bordo [data-type*="article"] i[class*="play"]:hover {
      color: #402522 !important; }
  .verde-doc-bg.verde-limon {
    /* Chapitas en los listados de notas */
    /* Icono de Play si la nota tiene video */ }
    .verde-doc-bg.verde-limon [class*='note'] .article-theme {
      background-color: rgba(239, 255, 211, 0.8) !important;
      color: #000000 !important; }
    .verde-doc-bg.verde-limon [data-type*="article"] i[class*="play"]:hover {
      color: #efffd3 !important; }
  .verde-doc-bg.rojo {
    /* Chapitas en los listados de notas */
    /* Icono de Play si la nota tiene video */ }
    .verde-doc-bg.rojo [class*='note'] .article-theme {
      background-color: rgba(216, 84, 84, 0.8) !important;
      color: #FFFFFF !important; }
    .verde-doc-bg.rojo [data-type*="article"] i[class*="play"]:hover {
      color: #d85454 !important; }
  .verde-doc-bg.celeste {
    /* Chapitas en los listados de notas */
    /* Icono de Play si la nota tiene video */ }
    .verde-doc-bg.celeste [class*='note'] .article-theme {
      background-color: rgba(81, 163, 255, 0.8) !important;
      color: #FFFFFF !important; }
    .verde-doc-bg.celeste [data-type*="article"] i[class*="play"]:hover {
      color: #51a3ff !important; }
  .verde-doc-bg.amarillo {
    /* Chapitas en los listados de notas */
    /* Icono de Play si la nota tiene video */ }
    .verde-doc-bg.amarillo [class*='note'] .article-theme {
      background-color: rgba(212, 202, 86, 0.8) !important;
      color: #000000 !important; }
    .verde-doc-bg.amarillo [data-type*="article"] i[class*="play"]:hover {
      color: #d4ca56 !important; }
  .verde-doc-bg.magent {
    /* Chapitas en los listados de notas */
    /* Icono de Play si la nota tiene video */ }
    .verde-doc-bg.magent [class*='note'] .article-theme {
      background-color: rgba(204, 98, 200, 0.8) !important;
      color: #FFFFFF !important; }
    .verde-doc-bg.magent [data-type*="article"] i[class*="play"]:hover {
      color: #cc62c8 !important; }
  .verde-doc-bg.azul {
    /* Chapitas en los listados de notas */
    /* Icono de Play si la nota tiene video */ }
    .verde-doc-bg.azul [class*='note'] .article-theme {
      background-color: rgba(96, 129, 166, 0.8) !important;
      color: #FFFFFF !important; }
    .verde-doc-bg.azul [data-type*="article"] i[class*="play"]:hover {
      color: #6081a6 !important; }
  .verde-doc-bg.verde {
    /* Chapitas en los listados de notas */
    /* Icono de Play si la nota tiene video */ }
    .verde-doc-bg.verde [class*='note'] .article-theme {
      background-color: rgba(93, 200, 102, 0.8) !important;
      color: #FFFFFF !important; }
    .verde-doc-bg.verde [data-type*="article"] i[class*="play"]:hover {
      color: #5dc866 !important; }
  .verde-doc-bg.cyan {
    /* Chapitas en los listados de notas */
    /* Icono de Play si la nota tiene video */ }
    .verde-doc-bg.cyan [class*='note'] .article-theme {
      background-color: rgba(0, 188, 212, 0.8) !important;
      color: #000000 !important; }
    .verde-doc-bg.cyan [data-type*="article"] i[class*="play"]:hover {
      color: #00BCD4 !important; }
  .verde-doc-bg.negro {
    /* Chapitas en los listados de notas */
    /* Icono de Play si la nota tiene video */ }
    .verde-doc-bg.negro [class*='note'] .article-theme {
      background-color: rgba(29, 29, 32, 0.8) !important;
      color: #FFFFFF !important; }
    .verde-doc-bg.negro [data-type*="article"] i[class*="play"]:hover {
      color: #1d1d20 !important; }

/* Widgets con color relacionado */
.widget-wrapper.verde-doc:not([class*="-bg"]) {
  /* Cabezales */
  /* Chapitas en los listados de notas */
  /* Icono de Play si la nota tiene video */ }
  .widget-wrapper.verde-doc:not([class*="-bg"]) .headline .obj-title, .widget-wrapper.verde-doc:not([class*="-bg"]) .most-read .obj-title, .widget-wrapper.verde-doc:not([class*="-bg"]) .note-by-author .obj-title {
    color: #099; }
    .widget-wrapper.verde-doc:not([class*="-bg"]) .headline .obj-title::first-letter, .widget-wrapper.verde-doc:not([class*="-bg"]) .most-read .obj-title::first-letter, .widget-wrapper.verde-doc:not([class*="-bg"]) .note-by-author .obj-title::first-letter {
      background-color: #099;
      color: #FFFFFF; }
  .widget-wrapper.verde-doc:not([class*="-bg"]) [class*='note']:not(.highlighted-portrait-note):not(.highlighted-note-overprinted-title) .article-kicker {
    color: #099 !important; }
  .widget-wrapper.verde-doc:not([class*="-bg"]) [class*='note'] .article-theme {
    background-color: rgba(0, 153, 153, 0.8) !important;
    color: #FFFFFF !important; }
  .widget-wrapper.verde-doc:not([class*="-bg"]) [class*='note'] .info-wrapper .preview:hover,
  .widget-wrapper.verde-doc:not([class*="-bg"]) [class*='note'] .info-wrapper .title:hover,
  .widget-wrapper.verde-doc:not([class*="-bg"]) [class*='note'] .info-wrapper .author:hover,
  .widget-wrapper.verde-doc:not([class*="-bg"]) [class*='note'] .info-wrapper .article-category-grouper:hover,
  .widget-wrapper.verde-doc:not([class*="-bg"]) [class*='note'] .info-wrapper .article-kicker:hover {
    color: #099 !important; }
  .widget-wrapper.verde-doc:not([class*="-bg"]) [class*='note'] .preview:hover,
  .widget-wrapper.verde-doc:not([class*="-bg"]) [class*='note'] .title:hover,
  .widget-wrapper.verde-doc:not([class*="-bg"]) [class*='note'] .author:hover {
    color: #099 !important; }
  .widget-wrapper.verde-doc:not([class*="-bg"]) [data-type*="article"] i[class*="play"]:hover {
    color: #099 !important; }

.widget-wrapper.verde-doc:not([class*="-bg"]) {
  /* Cabezales */
  /* Chapitas en los listados de notas */
  /* Icono de Play si la nota tiene video */ }
  .widget-wrapper.verde-doc:not([class*="-bg"]) .headline .obj-title, .widget-wrapper.verde-doc:not([class*="-bg"]) .most-read .obj-title, .widget-wrapper.verde-doc:not([class*="-bg"]) .note-by-author .obj-title {
    color: #099; }
    .widget-wrapper.verde-doc:not([class*="-bg"]) .headline .obj-title::first-letter, .widget-wrapper.verde-doc:not([class*="-bg"]) .most-read .obj-title::first-letter, .widget-wrapper.verde-doc:not([class*="-bg"]) .note-by-author .obj-title::first-letter {
      background-color: #099;
      color: #FFFFFF; }
  .widget-wrapper.verde-doc:not([class*="-bg"]) [class*='note']:not(.highlighted-portrait-note):not(.highlighted-note-overprinted-title) .article-kicker {
    color: #099 !important; }
  .widget-wrapper.verde-doc:not([class*="-bg"]) [class*='note'] .article-theme {
    background-color: rgba(0, 153, 153, 0.8) !important;
    color: #FFFFFF !important; }
  .widget-wrapper.verde-doc:not([class*="-bg"]) [class*='note'] .info-wrapper .preview:hover,
  .widget-wrapper.verde-doc:not([class*="-bg"]) [class*='note'] .info-wrapper .title:hover,
  .widget-wrapper.verde-doc:not([class*="-bg"]) [class*='note'] .info-wrapper .author:hover,
  .widget-wrapper.verde-doc:not([class*="-bg"]) [class*='note'] .info-wrapper .article-category-grouper:hover,
  .widget-wrapper.verde-doc:not([class*="-bg"]) [class*='note'] .info-wrapper .article-kicker:hover {
    color: #099 !important; }
  .widget-wrapper.verde-doc:not([class*="-bg"]) [class*='note'] .preview:hover,
  .widget-wrapper.verde-doc:not([class*="-bg"]) [class*='note'] .title:hover,
  .widget-wrapper.verde-doc:not([class*="-bg"]) [class*='note'] .author:hover {
    color: #099 !important; }
  .widget-wrapper.verde-doc:not([class*="-bg"]) [data-type*="article"] i[class*="play"]:hover {
    color: #099 !important; }

.widget-wrapper.verde-doc:not([class*="-bg"]) {
  /* Cabezales */
  /* Chapitas en los listados de notas */
  /* Icono de Play si la nota tiene video */ }
  .widget-wrapper.verde-doc:not([class*="-bg"]) .headline .obj-title, .widget-wrapper.verde-doc:not([class*="-bg"]) .most-read .obj-title, .widget-wrapper.verde-doc:not([class*="-bg"]) .note-by-author .obj-title {
    color: #099; }
    .widget-wrapper.verde-doc:not([class*="-bg"]) .headline .obj-title::first-letter, .widget-wrapper.verde-doc:not([class*="-bg"]) .most-read .obj-title::first-letter, .widget-wrapper.verde-doc:not([class*="-bg"]) .note-by-author .obj-title::first-letter {
      background-color: #099;
      color: #FFFFFF; }
  .widget-wrapper.verde-doc:not([class*="-bg"]) [class*='note']:not(.highlighted-portrait-note):not(.highlighted-note-overprinted-title) .article-kicker {
    color: #099 !important; }
  .widget-wrapper.verde-doc:not([class*="-bg"]) [class*='note'] .article-theme {
    background-color: rgba(0, 153, 153, 0.8) !important;
    color: #FFFFFF !important; }
  .widget-wrapper.verde-doc:not([class*="-bg"]) [class*='note'] .info-wrapper .preview:hover,
  .widget-wrapper.verde-doc:not([class*="-bg"]) [class*='note'] .info-wrapper .title:hover,
  .widget-wrapper.verde-doc:not([class*="-bg"]) [class*='note'] .info-wrapper .author:hover,
  .widget-wrapper.verde-doc:not([class*="-bg"]) [class*='note'] .info-wrapper .article-category-grouper:hover,
  .widget-wrapper.verde-doc:not([class*="-bg"]) [class*='note'] .info-wrapper .article-kicker:hover {
    color: #099 !important; }
  .widget-wrapper.verde-doc:not([class*="-bg"]) [class*='note'] .preview:hover,
  .widget-wrapper.verde-doc:not([class*="-bg"]) [class*='note'] .title:hover,
  .widget-wrapper.verde-doc:not([class*="-bg"]) [class*='note'] .author:hover {
    color: #099 !important; }
  .widget-wrapper.verde-doc:not([class*="-bg"]) [data-type*="article"] i[class*="play"]:hover {
    color: #099 !important; }

.widget-wrapper.verde-doc:not([class*="-bg"]) {
  /* Cabezales */
  /* Chapitas en los listados de notas */
  /* Icono de Play si la nota tiene video */ }
  .widget-wrapper.verde-doc:not([class*="-bg"]) .headline .obj-title, .widget-wrapper.verde-doc:not([class*="-bg"]) .most-read .obj-title, .widget-wrapper.verde-doc:not([class*="-bg"]) .note-by-author .obj-title {
    color: #099; }
    .widget-wrapper.verde-doc:not([class*="-bg"]) .headline .obj-title::first-letter, .widget-wrapper.verde-doc:not([class*="-bg"]) .most-read .obj-title::first-letter, .widget-wrapper.verde-doc:not([class*="-bg"]) .note-by-author .obj-title::first-letter {
      background-color: #099;
      color: #FFFFFF; }
  .widget-wrapper.verde-doc:not([class*="-bg"]) [class*='note']:not(.highlighted-portrait-note):not(.highlighted-note-overprinted-title) .article-kicker {
    color: #099 !important; }
  .widget-wrapper.verde-doc:not([class*="-bg"]) [class*='note'] .article-theme {
    background-color: rgba(0, 153, 153, 0.8) !important;
    color: #FFFFFF !important; }
  .widget-wrapper.verde-doc:not([class*="-bg"]) [class*='note'] .info-wrapper .preview:hover,
  .widget-wrapper.verde-doc:not([class*="-bg"]) [class*='note'] .info-wrapper .title:hover,
  .widget-wrapper.verde-doc:not([class*="-bg"]) [class*='note'] .info-wrapper .author:hover,
  .widget-wrapper.verde-doc:not([class*="-bg"]) [class*='note'] .info-wrapper .article-category-grouper:hover,
  .widget-wrapper.verde-doc:not([class*="-bg"]) [class*='note'] .info-wrapper .article-kicker:hover {
    color: #099 !important; }
  .widget-wrapper.verde-doc:not([class*="-bg"]) [class*='note'] .preview:hover,
  .widget-wrapper.verde-doc:not([class*="-bg"]) [class*='note'] .title:hover,
  .widget-wrapper.verde-doc:not([class*="-bg"]) [class*='note'] .author:hover {
    color: #099 !important; }
  .widget-wrapper.verde-doc:not([class*="-bg"]) [data-type*="article"] i[class*="play"]:hover {
    color: #099 !important; }

.widget-wrapper.verde-doc:not([class*="-bg"]) {
  /* Cabezales */
  /* Chapitas en los listados de notas */
  /* Icono de Play si la nota tiene video */ }
  .widget-wrapper.verde-doc:not([class*="-bg"]) .headline .obj-title, .widget-wrapper.verde-doc:not([class*="-bg"]) .most-read .obj-title, .widget-wrapper.verde-doc:not([class*="-bg"]) .note-by-author .obj-title {
    color: #099; }
    .widget-wrapper.verde-doc:not([class*="-bg"]) .headline .obj-title::first-letter, .widget-wrapper.verde-doc:not([class*="-bg"]) .most-read .obj-title::first-letter, .widget-wrapper.verde-doc:not([class*="-bg"]) .note-by-author .obj-title::first-letter {
      background-color: #099;
      color: #FFFFFF; }
  .widget-wrapper.verde-doc:not([class*="-bg"]) [class*='note']:not(.highlighted-portrait-note):not(.highlighted-note-overprinted-title) .article-kicker {
    color: #099 !important; }
  .widget-wrapper.verde-doc:not([class*="-bg"]) [class*='note'] .article-theme {
    background-color: rgba(0, 153, 153, 0.8) !important;
    color: #FFFFFF !important; }
  .widget-wrapper.verde-doc:not([class*="-bg"]) [class*='note'] .info-wrapper .preview:hover,
  .widget-wrapper.verde-doc:not([class*="-bg"]) [class*='note'] .info-wrapper .title:hover,
  .widget-wrapper.verde-doc:not([class*="-bg"]) [class*='note'] .info-wrapper .author:hover,
  .widget-wrapper.verde-doc:not([class*="-bg"]) [class*='note'] .info-wrapper .article-category-grouper:hover,
  .widget-wrapper.verde-doc:not([class*="-bg"]) [class*='note'] .info-wrapper .article-kicker:hover {
    color: #099 !important; }
  .widget-wrapper.verde-doc:not([class*="-bg"]) [class*='note'] .preview:hover,
  .widget-wrapper.verde-doc:not([class*="-bg"]) [class*='note'] .title:hover,
  .widget-wrapper.verde-doc:not([class*="-bg"]) [class*='note'] .author:hover {
    color: #099 !important; }
  .widget-wrapper.verde-doc:not([class*="-bg"]) [data-type*="article"] i[class*="play"]:hover {
    color: #099 !important; }

.widget-wrapper.verde-doc:not([class*="-bg"]) {
  /* Cabezales */
  /* Chapitas en los listados de notas */
  /* Icono de Play si la nota tiene video */ }
  .widget-wrapper.verde-doc:not([class*="-bg"]) .headline .obj-title, .widget-wrapper.verde-doc:not([class*="-bg"]) .most-read .obj-title, .widget-wrapper.verde-doc:not([class*="-bg"]) .note-by-author .obj-title {
    color: #099; }
    .widget-wrapper.verde-doc:not([class*="-bg"]) .headline .obj-title::first-letter, .widget-wrapper.verde-doc:not([class*="-bg"]) .most-read .obj-title::first-letter, .widget-wrapper.verde-doc:not([class*="-bg"]) .note-by-author .obj-title::first-letter {
      background-color: #099;
      color: #FFFFFF; }
  .widget-wrapper.verde-doc:not([class*="-bg"]) [class*='note']:not(.highlighted-portrait-note):not(.highlighted-note-overprinted-title) .article-kicker {
    color: #099 !important; }
  .widget-wrapper.verde-doc:not([class*="-bg"]) [class*='note'] .article-theme {
    background-color: rgba(0, 153, 153, 0.8) !important;
    color: #FFFFFF !important; }
  .widget-wrapper.verde-doc:not([class*="-bg"]) [class*='note'] .info-wrapper .preview:hover,
  .widget-wrapper.verde-doc:not([class*="-bg"]) [class*='note'] .info-wrapper .title:hover,
  .widget-wrapper.verde-doc:not([class*="-bg"]) [class*='note'] .info-wrapper .author:hover,
  .widget-wrapper.verde-doc:not([class*="-bg"]) [class*='note'] .info-wrapper .article-category-grouper:hover,
  .widget-wrapper.verde-doc:not([class*="-bg"]) [class*='note'] .info-wrapper .article-kicker:hover {
    color: #099 !important; }
  .widget-wrapper.verde-doc:not([class*="-bg"]) [class*='note'] .preview:hover,
  .widget-wrapper.verde-doc:not([class*="-bg"]) [class*='note'] .title:hover,
  .widget-wrapper.verde-doc:not([class*="-bg"]) [class*='note'] .author:hover {
    color: #099 !important; }
  .widget-wrapper.verde-doc:not([class*="-bg"]) [data-type*="article"] i[class*="play"]:hover {
    color: #099 !important; }

.widget-wrapper.verde-doc:not([class*="-bg"]) {
  /* Cabezales */
  /* Chapitas en los listados de notas */
  /* Icono de Play si la nota tiene video */ }
  .widget-wrapper.verde-doc:not([class*="-bg"]) .headline .obj-title, .widget-wrapper.verde-doc:not([class*="-bg"]) .most-read .obj-title, .widget-wrapper.verde-doc:not([class*="-bg"]) .note-by-author .obj-title {
    color: #099; }
    .widget-wrapper.verde-doc:not([class*="-bg"]) .headline .obj-title::first-letter, .widget-wrapper.verde-doc:not([class*="-bg"]) .most-read .obj-title::first-letter, .widget-wrapper.verde-doc:not([class*="-bg"]) .note-by-author .obj-title::first-letter {
      background-color: #099;
      color: #FFFFFF; }
  .widget-wrapper.verde-doc:not([class*="-bg"]) [class*='note']:not(.highlighted-portrait-note):not(.highlighted-note-overprinted-title) .article-kicker {
    color: #099 !important; }
  .widget-wrapper.verde-doc:not([class*="-bg"]) [class*='note'] .article-theme {
    background-color: rgba(0, 153, 153, 0.8) !important;
    color: #FFFFFF !important; }
  .widget-wrapper.verde-doc:not([class*="-bg"]) [class*='note'] .info-wrapper .preview:hover,
  .widget-wrapper.verde-doc:not([class*="-bg"]) [class*='note'] .info-wrapper .title:hover,
  .widget-wrapper.verde-doc:not([class*="-bg"]) [class*='note'] .info-wrapper .author:hover,
  .widget-wrapper.verde-doc:not([class*="-bg"]) [class*='note'] .info-wrapper .article-category-grouper:hover,
  .widget-wrapper.verde-doc:not([class*="-bg"]) [class*='note'] .info-wrapper .article-kicker:hover {
    color: #099 !important; }
  .widget-wrapper.verde-doc:not([class*="-bg"]) [class*='note'] .preview:hover,
  .widget-wrapper.verde-doc:not([class*="-bg"]) [class*='note'] .title:hover,
  .widget-wrapper.verde-doc:not([class*="-bg"]) [class*='note'] .author:hover {
    color: #099 !important; }
  .widget-wrapper.verde-doc:not([class*="-bg"]) [data-type*="article"] i[class*="play"]:hover {
    color: #099 !important; }

.widget-wrapper.verde-doc:not([class*="-bg"]) {
  /* Cabezales */
  /* Chapitas en los listados de notas */
  /* Icono de Play si la nota tiene video */ }
  .widget-wrapper.verde-doc:not([class*="-bg"]) .headline .obj-title, .widget-wrapper.verde-doc:not([class*="-bg"]) .most-read .obj-title, .widget-wrapper.verde-doc:not([class*="-bg"]) .note-by-author .obj-title {
    color: #099; }
    .widget-wrapper.verde-doc:not([class*="-bg"]) .headline .obj-title::first-letter, .widget-wrapper.verde-doc:not([class*="-bg"]) .most-read .obj-title::first-letter, .widget-wrapper.verde-doc:not([class*="-bg"]) .note-by-author .obj-title::first-letter {
      background-color: #099;
      color: #FFFFFF; }
  .widget-wrapper.verde-doc:not([class*="-bg"]) [class*='note']:not(.highlighted-portrait-note):not(.highlighted-note-overprinted-title) .article-kicker {
    color: #099 !important; }
  .widget-wrapper.verde-doc:not([class*="-bg"]) [class*='note'] .article-theme {
    background-color: rgba(0, 153, 153, 0.8) !important;
    color: #FFFFFF !important; }
  .widget-wrapper.verde-doc:not([class*="-bg"]) [class*='note'] .info-wrapper .preview:hover,
  .widget-wrapper.verde-doc:not([class*="-bg"]) [class*='note'] .info-wrapper .title:hover,
  .widget-wrapper.verde-doc:not([class*="-bg"]) [class*='note'] .info-wrapper .author:hover,
  .widget-wrapper.verde-doc:not([class*="-bg"]) [class*='note'] .info-wrapper .article-category-grouper:hover,
  .widget-wrapper.verde-doc:not([class*="-bg"]) [class*='note'] .info-wrapper .article-kicker:hover {
    color: #099 !important; }
  .widget-wrapper.verde-doc:not([class*="-bg"]) [class*='note'] .preview:hover,
  .widget-wrapper.verde-doc:not([class*="-bg"]) [class*='note'] .title:hover,
  .widget-wrapper.verde-doc:not([class*="-bg"]) [class*='note'] .author:hover {
    color: #099 !important; }
  .widget-wrapper.verde-doc:not([class*="-bg"]) [data-type*="article"] i[class*="play"]:hover {
    color: #099 !important; }

.widget-wrapper.verde-doc:not([class*="-bg"]) {
  /* Cabezales */
  /* Chapitas en los listados de notas */
  /* Icono de Play si la nota tiene video */ }
  .widget-wrapper.verde-doc:not([class*="-bg"]) .headline .obj-title, .widget-wrapper.verde-doc:not([class*="-bg"]) .most-read .obj-title, .widget-wrapper.verde-doc:not([class*="-bg"]) .note-by-author .obj-title {
    color: #099; }
    .widget-wrapper.verde-doc:not([class*="-bg"]) .headline .obj-title::first-letter, .widget-wrapper.verde-doc:not([class*="-bg"]) .most-read .obj-title::first-letter, .widget-wrapper.verde-doc:not([class*="-bg"]) .note-by-author .obj-title::first-letter {
      background-color: #099;
      color: #FFFFFF; }
  .widget-wrapper.verde-doc:not([class*="-bg"]) [class*='note']:not(.highlighted-portrait-note):not(.highlighted-note-overprinted-title) .article-kicker {
    color: #099 !important; }
  .widget-wrapper.verde-doc:not([class*="-bg"]) [class*='note'] .article-theme {
    background-color: rgba(0, 153, 153, 0.8) !important;
    color: #FFFFFF !important; }
  .widget-wrapper.verde-doc:not([class*="-bg"]) [class*='note'] .info-wrapper .preview:hover,
  .widget-wrapper.verde-doc:not([class*="-bg"]) [class*='note'] .info-wrapper .title:hover,
  .widget-wrapper.verde-doc:not([class*="-bg"]) [class*='note'] .info-wrapper .author:hover,
  .widget-wrapper.verde-doc:not([class*="-bg"]) [class*='note'] .info-wrapper .article-category-grouper:hover,
  .widget-wrapper.verde-doc:not([class*="-bg"]) [class*='note'] .info-wrapper .article-kicker:hover {
    color: #099 !important; }
  .widget-wrapper.verde-doc:not([class*="-bg"]) [class*='note'] .preview:hover,
  .widget-wrapper.verde-doc:not([class*="-bg"]) [class*='note'] .title:hover,
  .widget-wrapper.verde-doc:not([class*="-bg"]) [class*='note'] .author:hover {
    color: #099 !important; }
  .widget-wrapper.verde-doc:not([class*="-bg"]) [data-type*="article"] i[class*="play"]:hover {
    color: #099 !important; }

.widget-wrapper.verde-doc:not([class*="-bg"]) {
  /* Cabezales */
  /* Chapitas en los listados de notas */
  /* Icono de Play si la nota tiene video */ }
  .widget-wrapper.verde-doc:not([class*="-bg"]) .headline .obj-title, .widget-wrapper.verde-doc:not([class*="-bg"]) .most-read .obj-title, .widget-wrapper.verde-doc:not([class*="-bg"]) .note-by-author .obj-title {
    color: #099; }
    .widget-wrapper.verde-doc:not([class*="-bg"]) .headline .obj-title::first-letter, .widget-wrapper.verde-doc:not([class*="-bg"]) .most-read .obj-title::first-letter, .widget-wrapper.verde-doc:not([class*="-bg"]) .note-by-author .obj-title::first-letter {
      background-color: #099;
      color: #FFFFFF; }
  .widget-wrapper.verde-doc:not([class*="-bg"]) [class*='note']:not(.highlighted-portrait-note):not(.highlighted-note-overprinted-title) .article-kicker {
    color: #099 !important; }
  .widget-wrapper.verde-doc:not([class*="-bg"]) [class*='note'] .article-theme {
    background-color: rgba(0, 153, 153, 0.8) !important;
    color: #FFFFFF !important; }
  .widget-wrapper.verde-doc:not([class*="-bg"]) [class*='note'] .info-wrapper .preview:hover,
  .widget-wrapper.verde-doc:not([class*="-bg"]) [class*='note'] .info-wrapper .title:hover,
  .widget-wrapper.verde-doc:not([class*="-bg"]) [class*='note'] .info-wrapper .author:hover,
  .widget-wrapper.verde-doc:not([class*="-bg"]) [class*='note'] .info-wrapper .article-category-grouper:hover,
  .widget-wrapper.verde-doc:not([class*="-bg"]) [class*='note'] .info-wrapper .article-kicker:hover {
    color: #099 !important; }
  .widget-wrapper.verde-doc:not([class*="-bg"]) [class*='note'] .preview:hover,
  .widget-wrapper.verde-doc:not([class*="-bg"]) [class*='note'] .title:hover,
  .widget-wrapper.verde-doc:not([class*="-bg"]) [class*='note'] .author:hover {
    color: #099 !important; }
  .widget-wrapper.verde-doc:not([class*="-bg"]) [data-type*="article"] i[class*="play"]:hover {
    color: #099 !important; }

.widget-wrapper.verde-doc:not([class*="-bg"]) {
  /* Cabezales */
  /* Chapitas en los listados de notas */
  /* Icono de Play si la nota tiene video */ }
  .widget-wrapper.verde-doc:not([class*="-bg"]) .headline .obj-title, .widget-wrapper.verde-doc:not([class*="-bg"]) .most-read .obj-title, .widget-wrapper.verde-doc:not([class*="-bg"]) .note-by-author .obj-title {
    color: #099; }
    .widget-wrapper.verde-doc:not([class*="-bg"]) .headline .obj-title::first-letter, .widget-wrapper.verde-doc:not([class*="-bg"]) .most-read .obj-title::first-letter, .widget-wrapper.verde-doc:not([class*="-bg"]) .note-by-author .obj-title::first-letter {
      background-color: #099;
      color: #FFFFFF; }
  .widget-wrapper.verde-doc:not([class*="-bg"]) [class*='note']:not(.highlighted-portrait-note):not(.highlighted-note-overprinted-title) .article-kicker {
    color: #099 !important; }
  .widget-wrapper.verde-doc:not([class*="-bg"]) [class*='note'] .article-theme {
    background-color: rgba(0, 153, 153, 0.8) !important;
    color: #FFFFFF !important; }
  .widget-wrapper.verde-doc:not([class*="-bg"]) [class*='note'] .info-wrapper .preview:hover,
  .widget-wrapper.verde-doc:not([class*="-bg"]) [class*='note'] .info-wrapper .title:hover,
  .widget-wrapper.verde-doc:not([class*="-bg"]) [class*='note'] .info-wrapper .author:hover,
  .widget-wrapper.verde-doc:not([class*="-bg"]) [class*='note'] .info-wrapper .article-category-grouper:hover,
  .widget-wrapper.verde-doc:not([class*="-bg"]) [class*='note'] .info-wrapper .article-kicker:hover {
    color: #099 !important; }
  .widget-wrapper.verde-doc:not([class*="-bg"]) [class*='note'] .preview:hover,
  .widget-wrapper.verde-doc:not([class*="-bg"]) [class*='note'] .title:hover,
  .widget-wrapper.verde-doc:not([class*="-bg"]) [class*='note'] .author:hover {
    color: #099 !important; }
  .widget-wrapper.verde-doc:not([class*="-bg"]) [data-type*="article"] i[class*="play"]:hover {
    color: #099 !important; }

.widget-wrapper.verde-doc:not([class*="-bg"]) {
  /* Cabezales */
  /* Chapitas en los listados de notas */
  /* Icono de Play si la nota tiene video */ }
  .widget-wrapper.verde-doc:not([class*="-bg"]) .headline .obj-title, .widget-wrapper.verde-doc:not([class*="-bg"]) .most-read .obj-title, .widget-wrapper.verde-doc:not([class*="-bg"]) .note-by-author .obj-title {
    color: #099; }
    .widget-wrapper.verde-doc:not([class*="-bg"]) .headline .obj-title::first-letter, .widget-wrapper.verde-doc:not([class*="-bg"]) .most-read .obj-title::first-letter, .widget-wrapper.verde-doc:not([class*="-bg"]) .note-by-author .obj-title::first-letter {
      background-color: #099;
      color: #FFFFFF; }
  .widget-wrapper.verde-doc:not([class*="-bg"]) [class*='note']:not(.highlighted-portrait-note):not(.highlighted-note-overprinted-title) .article-kicker {
    color: #099 !important; }
  .widget-wrapper.verde-doc:not([class*="-bg"]) [class*='note'] .article-theme {
    background-color: rgba(0, 153, 153, 0.8) !important;
    color: #FFFFFF !important; }
  .widget-wrapper.verde-doc:not([class*="-bg"]) [class*='note'] .info-wrapper .preview:hover,
  .widget-wrapper.verde-doc:not([class*="-bg"]) [class*='note'] .info-wrapper .title:hover,
  .widget-wrapper.verde-doc:not([class*="-bg"]) [class*='note'] .info-wrapper .author:hover,
  .widget-wrapper.verde-doc:not([class*="-bg"]) [class*='note'] .info-wrapper .article-category-grouper:hover,
  .widget-wrapper.verde-doc:not([class*="-bg"]) [class*='note'] .info-wrapper .article-kicker:hover {
    color: #099 !important; }
  .widget-wrapper.verde-doc:not([class*="-bg"]) [class*='note'] .preview:hover,
  .widget-wrapper.verde-doc:not([class*="-bg"]) [class*='note'] .title:hover,
  .widget-wrapper.verde-doc:not([class*="-bg"]) [class*='note'] .author:hover {
    color: #099 !important; }
  .widget-wrapper.verde-doc:not([class*="-bg"]) [data-type*="article"] i[class*="play"]:hover {
    color: #099 !important; }

.widget-wrapper.verde-doc:not([class*="-bg"]) {
  /* Cabezales */
  /* Chapitas en los listados de notas */
  /* Icono de Play si la nota tiene video */ }
  .widget-wrapper.verde-doc:not([class*="-bg"]) .headline .obj-title, .widget-wrapper.verde-doc:not([class*="-bg"]) .most-read .obj-title, .widget-wrapper.verde-doc:not([class*="-bg"]) .note-by-author .obj-title {
    color: #099; }
    .widget-wrapper.verde-doc:not([class*="-bg"]) .headline .obj-title::first-letter, .widget-wrapper.verde-doc:not([class*="-bg"]) .most-read .obj-title::first-letter, .widget-wrapper.verde-doc:not([class*="-bg"]) .note-by-author .obj-title::first-letter {
      background-color: #099;
      color: #FFFFFF; }
  .widget-wrapper.verde-doc:not([class*="-bg"]) [class*='note']:not(.highlighted-portrait-note):not(.highlighted-note-overprinted-title) .article-kicker {
    color: #099 !important; }
  .widget-wrapper.verde-doc:not([class*="-bg"]) [class*='note'] .article-theme {
    background-color: rgba(0, 153, 153, 0.8) !important;
    color: #FFFFFF !important; }
  .widget-wrapper.verde-doc:not([class*="-bg"]) [class*='note'] .info-wrapper .preview:hover,
  .widget-wrapper.verde-doc:not([class*="-bg"]) [class*='note'] .info-wrapper .title:hover,
  .widget-wrapper.verde-doc:not([class*="-bg"]) [class*='note'] .info-wrapper .author:hover,
  .widget-wrapper.verde-doc:not([class*="-bg"]) [class*='note'] .info-wrapper .article-category-grouper:hover,
  .widget-wrapper.verde-doc:not([class*="-bg"]) [class*='note'] .info-wrapper .article-kicker:hover {
    color: #099 !important; }
  .widget-wrapper.verde-doc:not([class*="-bg"]) [class*='note'] .preview:hover,
  .widget-wrapper.verde-doc:not([class*="-bg"]) [class*='note'] .title:hover,
  .widget-wrapper.verde-doc:not([class*="-bg"]) [class*='note'] .author:hover {
    color: #099 !important; }
  .widget-wrapper.verde-doc:not([class*="-bg"]) [data-type*="article"] i[class*="play"]:hover {
    color: #099 !important; }

.widget-wrapper.verde-doc:not([class*="-bg"]) {
  /* Cabezales */
  /* Chapitas en los listados de notas */
  /* Icono de Play si la nota tiene video */ }
  .widget-wrapper.verde-doc:not([class*="-bg"]) .headline .obj-title, .widget-wrapper.verde-doc:not([class*="-bg"]) .most-read .obj-title, .widget-wrapper.verde-doc:not([class*="-bg"]) .note-by-author .obj-title {
    color: #099; }
    .widget-wrapper.verde-doc:not([class*="-bg"]) .headline .obj-title::first-letter, .widget-wrapper.verde-doc:not([class*="-bg"]) .most-read .obj-title::first-letter, .widget-wrapper.verde-doc:not([class*="-bg"]) .note-by-author .obj-title::first-letter {
      background-color: #099;
      color: #FFFFFF; }
  .widget-wrapper.verde-doc:not([class*="-bg"]) [class*='note']:not(.highlighted-portrait-note):not(.highlighted-note-overprinted-title) .article-kicker {
    color: #099 !important; }
  .widget-wrapper.verde-doc:not([class*="-bg"]) [class*='note'] .article-theme {
    background-color: rgba(0, 153, 153, 0.8) !important;
    color: #FFFFFF !important; }
  .widget-wrapper.verde-doc:not([class*="-bg"]) [class*='note'] .info-wrapper .preview:hover,
  .widget-wrapper.verde-doc:not([class*="-bg"]) [class*='note'] .info-wrapper .title:hover,
  .widget-wrapper.verde-doc:not([class*="-bg"]) [class*='note'] .info-wrapper .author:hover,
  .widget-wrapper.verde-doc:not([class*="-bg"]) [class*='note'] .info-wrapper .article-category-grouper:hover,
  .widget-wrapper.verde-doc:not([class*="-bg"]) [class*='note'] .info-wrapper .article-kicker:hover {
    color: #099 !important; }
  .widget-wrapper.verde-doc:not([class*="-bg"]) [class*='note'] .preview:hover,
  .widget-wrapper.verde-doc:not([class*="-bg"]) [class*='note'] .title:hover,
  .widget-wrapper.verde-doc:not([class*="-bg"]) [class*='note'] .author:hover {
    color: #099 !important; }
  .widget-wrapper.verde-doc:not([class*="-bg"]) [data-type*="article"] i[class*="play"]:hover {
    color: #099 !important; }

.widget-wrapper.verde-doc:not([class*="-bg"]) {
  /* Cabezales */
  /* Chapitas en los listados de notas */
  /* Icono de Play si la nota tiene video */ }
  .widget-wrapper.verde-doc:not([class*="-bg"]) .headline .obj-title, .widget-wrapper.verde-doc:not([class*="-bg"]) .most-read .obj-title, .widget-wrapper.verde-doc:not([class*="-bg"]) .note-by-author .obj-title {
    color: #099; }
    .widget-wrapper.verde-doc:not([class*="-bg"]) .headline .obj-title::first-letter, .widget-wrapper.verde-doc:not([class*="-bg"]) .most-read .obj-title::first-letter, .widget-wrapper.verde-doc:not([class*="-bg"]) .note-by-author .obj-title::first-letter {
      background-color: #099;
      color: #FFFFFF; }
  .widget-wrapper.verde-doc:not([class*="-bg"]) [class*='note']:not(.highlighted-portrait-note):not(.highlighted-note-overprinted-title) .article-kicker {
    color: #099 !important; }
  .widget-wrapper.verde-doc:not([class*="-bg"]) [class*='note'] .article-theme {
    background-color: rgba(0, 153, 153, 0.8) !important;
    color: #FFFFFF !important; }
  .widget-wrapper.verde-doc:not([class*="-bg"]) [class*='note'] .info-wrapper .preview:hover,
  .widget-wrapper.verde-doc:not([class*="-bg"]) [class*='note'] .info-wrapper .title:hover,
  .widget-wrapper.verde-doc:not([class*="-bg"]) [class*='note'] .info-wrapper .author:hover,
  .widget-wrapper.verde-doc:not([class*="-bg"]) [class*='note'] .info-wrapper .article-category-grouper:hover,
  .widget-wrapper.verde-doc:not([class*="-bg"]) [class*='note'] .info-wrapper .article-kicker:hover {
    color: #099 !important; }
  .widget-wrapper.verde-doc:not([class*="-bg"]) [class*='note'] .preview:hover,
  .widget-wrapper.verde-doc:not([class*="-bg"]) [class*='note'] .title:hover,
  .widget-wrapper.verde-doc:not([class*="-bg"]) [class*='note'] .author:hover {
    color: #099 !important; }
  .widget-wrapper.verde-doc:not([class*="-bg"]) [data-type*="article"] i[class*="play"]:hover {
    color: #099 !important; }

.widget-wrapper.verde-doc:not([class*="-bg"]) {
  /* Cabezales */
  /* Chapitas en los listados de notas */
  /* Icono de Play si la nota tiene video */ }
  .widget-wrapper.verde-doc:not([class*="-bg"]) .headline .obj-title, .widget-wrapper.verde-doc:not([class*="-bg"]) .most-read .obj-title, .widget-wrapper.verde-doc:not([class*="-bg"]) .note-by-author .obj-title {
    color: #099; }
    .widget-wrapper.verde-doc:not([class*="-bg"]) .headline .obj-title::first-letter, .widget-wrapper.verde-doc:not([class*="-bg"]) .most-read .obj-title::first-letter, .widget-wrapper.verde-doc:not([class*="-bg"]) .note-by-author .obj-title::first-letter {
      background-color: #099;
      color: #FFFFFF; }
  .widget-wrapper.verde-doc:not([class*="-bg"]) [class*='note']:not(.highlighted-portrait-note):not(.highlighted-note-overprinted-title) .article-kicker {
    color: #099 !important; }
  .widget-wrapper.verde-doc:not([class*="-bg"]) [class*='note'] .article-theme {
    background-color: rgba(0, 153, 153, 0.8) !important;
    color: #FFFFFF !important; }
  .widget-wrapper.verde-doc:not([class*="-bg"]) [class*='note'] .info-wrapper .preview:hover,
  .widget-wrapper.verde-doc:not([class*="-bg"]) [class*='note'] .info-wrapper .title:hover,
  .widget-wrapper.verde-doc:not([class*="-bg"]) [class*='note'] .info-wrapper .author:hover,
  .widget-wrapper.verde-doc:not([class*="-bg"]) [class*='note'] .info-wrapper .article-category-grouper:hover,
  .widget-wrapper.verde-doc:not([class*="-bg"]) [class*='note'] .info-wrapper .article-kicker:hover {
    color: #099 !important; }
  .widget-wrapper.verde-doc:not([class*="-bg"]) [class*='note'] .preview:hover,
  .widget-wrapper.verde-doc:not([class*="-bg"]) [class*='note'] .title:hover,
  .widget-wrapper.verde-doc:not([class*="-bg"]) [class*='note'] .author:hover {
    color: #099 !important; }
  .widget-wrapper.verde-doc:not([class*="-bg"]) [data-type*="article"] i[class*="play"]:hover {
    color: #099 !important; }

.widget-wrapper.verde-doc:not([class*="-bg"]) {
  /* Cabezales */
  /* Chapitas en los listados de notas */
  /* Icono de Play si la nota tiene video */ }
  .widget-wrapper.verde-doc:not([class*="-bg"]) .headline .obj-title, .widget-wrapper.verde-doc:not([class*="-bg"]) .most-read .obj-title, .widget-wrapper.verde-doc:not([class*="-bg"]) .note-by-author .obj-title {
    color: #099; }
    .widget-wrapper.verde-doc:not([class*="-bg"]) .headline .obj-title::first-letter, .widget-wrapper.verde-doc:not([class*="-bg"]) .most-read .obj-title::first-letter, .widget-wrapper.verde-doc:not([class*="-bg"]) .note-by-author .obj-title::first-letter {
      background-color: #099;
      color: #FFFFFF; }
  .widget-wrapper.verde-doc:not([class*="-bg"]) [class*='note']:not(.highlighted-portrait-note):not(.highlighted-note-overprinted-title) .article-kicker {
    color: #099 !important; }
  .widget-wrapper.verde-doc:not([class*="-bg"]) [class*='note'] .article-theme {
    background-color: rgba(0, 153, 153, 0.8) !important;
    color: #FFFFFF !important; }
  .widget-wrapper.verde-doc:not([class*="-bg"]) [class*='note'] .info-wrapper .preview:hover,
  .widget-wrapper.verde-doc:not([class*="-bg"]) [class*='note'] .info-wrapper .title:hover,
  .widget-wrapper.verde-doc:not([class*="-bg"]) [class*='note'] .info-wrapper .author:hover,
  .widget-wrapper.verde-doc:not([class*="-bg"]) [class*='note'] .info-wrapper .article-category-grouper:hover,
  .widget-wrapper.verde-doc:not([class*="-bg"]) [class*='note'] .info-wrapper .article-kicker:hover {
    color: #099 !important; }
  .widget-wrapper.verde-doc:not([class*="-bg"]) [class*='note'] .preview:hover,
  .widget-wrapper.verde-doc:not([class*="-bg"]) [class*='note'] .title:hover,
  .widget-wrapper.verde-doc:not([class*="-bg"]) [class*='note'] .author:hover {
    color: #099 !important; }
  .widget-wrapper.verde-doc:not([class*="-bg"]) [data-type*="article"] i[class*="play"]:hover {
    color: #099 !important; }

.widget-wrapper.verde-doc:not([class*="-bg"]) {
  /* Cabezales */
  /* Chapitas en los listados de notas */
  /* Icono de Play si la nota tiene video */ }
  .widget-wrapper.verde-doc:not([class*="-bg"]) .headline .obj-title, .widget-wrapper.verde-doc:not([class*="-bg"]) .most-read .obj-title, .widget-wrapper.verde-doc:not([class*="-bg"]) .note-by-author .obj-title {
    color: #099; }
    .widget-wrapper.verde-doc:not([class*="-bg"]) .headline .obj-title::first-letter, .widget-wrapper.verde-doc:not([class*="-bg"]) .most-read .obj-title::first-letter, .widget-wrapper.verde-doc:not([class*="-bg"]) .note-by-author .obj-title::first-letter {
      background-color: #099;
      color: #FFFFFF; }
  .widget-wrapper.verde-doc:not([class*="-bg"]) [class*='note']:not(.highlighted-portrait-note):not(.highlighted-note-overprinted-title) .article-kicker {
    color: #099 !important; }
  .widget-wrapper.verde-doc:not([class*="-bg"]) [class*='note'] .article-theme {
    background-color: rgba(0, 153, 153, 0.8) !important;
    color: #FFFFFF !important; }
  .widget-wrapper.verde-doc:not([class*="-bg"]) [class*='note'] .info-wrapper .preview:hover,
  .widget-wrapper.verde-doc:not([class*="-bg"]) [class*='note'] .info-wrapper .title:hover,
  .widget-wrapper.verde-doc:not([class*="-bg"]) [class*='note'] .info-wrapper .author:hover,
  .widget-wrapper.verde-doc:not([class*="-bg"]) [class*='note'] .info-wrapper .article-category-grouper:hover,
  .widget-wrapper.verde-doc:not([class*="-bg"]) [class*='note'] .info-wrapper .article-kicker:hover {
    color: #099 !important; }
  .widget-wrapper.verde-doc:not([class*="-bg"]) [class*='note'] .preview:hover,
  .widget-wrapper.verde-doc:not([class*="-bg"]) [class*='note'] .title:hover,
  .widget-wrapper.verde-doc:not([class*="-bg"]) [class*='note'] .author:hover {
    color: #099 !important; }
  .widget-wrapper.verde-doc:not([class*="-bg"]) [data-type*="article"] i[class*="play"]:hover {
    color: #099 !important; }

.widget-wrapper.verde-doc:not([class*="-bg"]) {
  /* Cabezales */
  /* Chapitas en los listados de notas */
  /* Icono de Play si la nota tiene video */ }
  .widget-wrapper.verde-doc:not([class*="-bg"]) .headline .obj-title, .widget-wrapper.verde-doc:not([class*="-bg"]) .most-read .obj-title, .widget-wrapper.verde-doc:not([class*="-bg"]) .note-by-author .obj-title {
    color: #099; }
    .widget-wrapper.verde-doc:not([class*="-bg"]) .headline .obj-title::first-letter, .widget-wrapper.verde-doc:not([class*="-bg"]) .most-read .obj-title::first-letter, .widget-wrapper.verde-doc:not([class*="-bg"]) .note-by-author .obj-title::first-letter {
      background-color: #099;
      color: #FFFFFF; }
  .widget-wrapper.verde-doc:not([class*="-bg"]) [class*='note']:not(.highlighted-portrait-note):not(.highlighted-note-overprinted-title) .article-kicker {
    color: #099 !important; }
  .widget-wrapper.verde-doc:not([class*="-bg"]) [class*='note'] .article-theme {
    background-color: rgba(0, 153, 153, 0.8) !important;
    color: #FFFFFF !important; }
  .widget-wrapper.verde-doc:not([class*="-bg"]) [class*='note'] .info-wrapper .preview:hover,
  .widget-wrapper.verde-doc:not([class*="-bg"]) [class*='note'] .info-wrapper .title:hover,
  .widget-wrapper.verde-doc:not([class*="-bg"]) [class*='note'] .info-wrapper .author:hover,
  .widget-wrapper.verde-doc:not([class*="-bg"]) [class*='note'] .info-wrapper .article-category-grouper:hover,
  .widget-wrapper.verde-doc:not([class*="-bg"]) [class*='note'] .info-wrapper .article-kicker:hover {
    color: #099 !important; }
  .widget-wrapper.verde-doc:not([class*="-bg"]) [class*='note'] .preview:hover,
  .widget-wrapper.verde-doc:not([class*="-bg"]) [class*='note'] .title:hover,
  .widget-wrapper.verde-doc:not([class*="-bg"]) [class*='note'] .author:hover {
    color: #099 !important; }
  .widget-wrapper.verde-doc:not([class*="-bg"]) [data-type*="article"] i[class*="play"]:hover {
    color: #099 !important; }

.widget-wrapper.verde-doc:not([class*="-bg"]) {
  /* Cabezales */
  /* Chapitas en los listados de notas */
  /* Icono de Play si la nota tiene video */ }
  .widget-wrapper.verde-doc:not([class*="-bg"]) .headline .obj-title, .widget-wrapper.verde-doc:not([class*="-bg"]) .most-read .obj-title, .widget-wrapper.verde-doc:not([class*="-bg"]) .note-by-author .obj-title {
    color: #099; }
    .widget-wrapper.verde-doc:not([class*="-bg"]) .headline .obj-title::first-letter, .widget-wrapper.verde-doc:not([class*="-bg"]) .most-read .obj-title::first-letter, .widget-wrapper.verde-doc:not([class*="-bg"]) .note-by-author .obj-title::first-letter {
      background-color: #099;
      color: #FFFFFF; }
  .widget-wrapper.verde-doc:not([class*="-bg"]) [class*='note']:not(.highlighted-portrait-note):not(.highlighted-note-overprinted-title) .article-kicker {
    color: #099 !important; }
  .widget-wrapper.verde-doc:not([class*="-bg"]) [class*='note'] .article-theme {
    background-color: rgba(0, 153, 153, 0.8) !important;
    color: #FFFFFF !important; }
  .widget-wrapper.verde-doc:not([class*="-bg"]) [class*='note'] .info-wrapper .preview:hover,
  .widget-wrapper.verde-doc:not([class*="-bg"]) [class*='note'] .info-wrapper .title:hover,
  .widget-wrapper.verde-doc:not([class*="-bg"]) [class*='note'] .info-wrapper .author:hover,
  .widget-wrapper.verde-doc:not([class*="-bg"]) [class*='note'] .info-wrapper .article-category-grouper:hover,
  .widget-wrapper.verde-doc:not([class*="-bg"]) [class*='note'] .info-wrapper .article-kicker:hover {
    color: #099 !important; }
  .widget-wrapper.verde-doc:not([class*="-bg"]) [class*='note'] .preview:hover,
  .widget-wrapper.verde-doc:not([class*="-bg"]) [class*='note'] .title:hover,
  .widget-wrapper.verde-doc:not([class*="-bg"]) [class*='note'] .author:hover {
    color: #099 !important; }
  .widget-wrapper.verde-doc:not([class*="-bg"]) [data-type*="article"] i[class*="play"]:hover {
    color: #099 !important; }

.widget-wrapper.verde-doc:not([class*="-bg"]) {
  /* Cabezales */
  /* Chapitas en los listados de notas */
  /* Icono de Play si la nota tiene video */ }
  .widget-wrapper.verde-doc:not([class*="-bg"]) .headline .obj-title, .widget-wrapper.verde-doc:not([class*="-bg"]) .most-read .obj-title, .widget-wrapper.verde-doc:not([class*="-bg"]) .note-by-author .obj-title {
    color: #099; }
    .widget-wrapper.verde-doc:not([class*="-bg"]) .headline .obj-title::first-letter, .widget-wrapper.verde-doc:not([class*="-bg"]) .most-read .obj-title::first-letter, .widget-wrapper.verde-doc:not([class*="-bg"]) .note-by-author .obj-title::first-letter {
      background-color: #099;
      color: #FFFFFF; }
  .widget-wrapper.verde-doc:not([class*="-bg"]) [class*='note']:not(.highlighted-portrait-note):not(.highlighted-note-overprinted-title) .article-kicker {
    color: #099 !important; }
  .widget-wrapper.verde-doc:not([class*="-bg"]) [class*='note'] .article-theme {
    background-color: rgba(0, 153, 153, 0.8) !important;
    color: #FFFFFF !important; }
  .widget-wrapper.verde-doc:not([class*="-bg"]) [class*='note'] .info-wrapper .preview:hover,
  .widget-wrapper.verde-doc:not([class*="-bg"]) [class*='note'] .info-wrapper .title:hover,
  .widget-wrapper.verde-doc:not([class*="-bg"]) [class*='note'] .info-wrapper .author:hover,
  .widget-wrapper.verde-doc:not([class*="-bg"]) [class*='note'] .info-wrapper .article-category-grouper:hover,
  .widget-wrapper.verde-doc:not([class*="-bg"]) [class*='note'] .info-wrapper .article-kicker:hover {
    color: #099 !important; }
  .widget-wrapper.verde-doc:not([class*="-bg"]) [class*='note'] .preview:hover,
  .widget-wrapper.verde-doc:not([class*="-bg"]) [class*='note'] .title:hover,
  .widget-wrapper.verde-doc:not([class*="-bg"]) [class*='note'] .author:hover {
    color: #099 !important; }
  .widget-wrapper.verde-doc:not([class*="-bg"]) [data-type*="article"] i[class*="play"]:hover {
    color: #099 !important; }

.widget-wrapper.verde-doc:not([class*="-bg"]) {
  /* Cabezales */
  /* Chapitas en los listados de notas */
  /* Icono de Play si la nota tiene video */ }
  .widget-wrapper.verde-doc:not([class*="-bg"]) .headline .obj-title, .widget-wrapper.verde-doc:not([class*="-bg"]) .most-read .obj-title, .widget-wrapper.verde-doc:not([class*="-bg"]) .note-by-author .obj-title {
    color: #099; }
    .widget-wrapper.verde-doc:not([class*="-bg"]) .headline .obj-title::first-letter, .widget-wrapper.verde-doc:not([class*="-bg"]) .most-read .obj-title::first-letter, .widget-wrapper.verde-doc:not([class*="-bg"]) .note-by-author .obj-title::first-letter {
      background-color: #099;
      color: #FFFFFF; }
  .widget-wrapper.verde-doc:not([class*="-bg"]) [class*='note']:not(.highlighted-portrait-note):not(.highlighted-note-overprinted-title) .article-kicker {
    color: #099 !important; }
  .widget-wrapper.verde-doc:not([class*="-bg"]) [class*='note'] .article-theme {
    background-color: rgba(0, 153, 153, 0.8) !important;
    color: #FFFFFF !important; }
  .widget-wrapper.verde-doc:not([class*="-bg"]) [class*='note'] .info-wrapper .preview:hover,
  .widget-wrapper.verde-doc:not([class*="-bg"]) [class*='note'] .info-wrapper .title:hover,
  .widget-wrapper.verde-doc:not([class*="-bg"]) [class*='note'] .info-wrapper .author:hover,
  .widget-wrapper.verde-doc:not([class*="-bg"]) [class*='note'] .info-wrapper .article-category-grouper:hover,
  .widget-wrapper.verde-doc:not([class*="-bg"]) [class*='note'] .info-wrapper .article-kicker:hover {
    color: #099 !important; }
  .widget-wrapper.verde-doc:not([class*="-bg"]) [class*='note'] .preview:hover,
  .widget-wrapper.verde-doc:not([class*="-bg"]) [class*='note'] .title:hover,
  .widget-wrapper.verde-doc:not([class*="-bg"]) [class*='note'] .author:hover {
    color: #099 !important; }
  .widget-wrapper.verde-doc:not([class*="-bg"]) [data-type*="article"] i[class*="play"]:hover {
    color: #099 !important; }

.widget-wrapper.verde-doc:not([class*="-bg"]) {
  /* Cabezales */
  /* Chapitas en los listados de notas */
  /* Icono de Play si la nota tiene video */ }
  .widget-wrapper.verde-doc:not([class*="-bg"]) .headline .obj-title, .widget-wrapper.verde-doc:not([class*="-bg"]) .most-read .obj-title, .widget-wrapper.verde-doc:not([class*="-bg"]) .note-by-author .obj-title {
    color: #099; }
    .widget-wrapper.verde-doc:not([class*="-bg"]) .headline .obj-title::first-letter, .widget-wrapper.verde-doc:not([class*="-bg"]) .most-read .obj-title::first-letter, .widget-wrapper.verde-doc:not([class*="-bg"]) .note-by-author .obj-title::first-letter {
      background-color: #099;
      color: #FFFFFF; }
  .widget-wrapper.verde-doc:not([class*="-bg"]) [class*='note']:not(.highlighted-portrait-note):not(.highlighted-note-overprinted-title) .article-kicker {
    color: #099 !important; }
  .widget-wrapper.verde-doc:not([class*="-bg"]) [class*='note'] .article-theme {
    background-color: rgba(0, 153, 153, 0.8) !important;
    color: #FFFFFF !important; }
  .widget-wrapper.verde-doc:not([class*="-bg"]) [class*='note'] .info-wrapper .preview:hover,
  .widget-wrapper.verde-doc:not([class*="-bg"]) [class*='note'] .info-wrapper .title:hover,
  .widget-wrapper.verde-doc:not([class*="-bg"]) [class*='note'] .info-wrapper .author:hover,
  .widget-wrapper.verde-doc:not([class*="-bg"]) [class*='note'] .info-wrapper .article-category-grouper:hover,
  .widget-wrapper.verde-doc:not([class*="-bg"]) [class*='note'] .info-wrapper .article-kicker:hover {
    color: #099 !important; }
  .widget-wrapper.verde-doc:not([class*="-bg"]) [class*='note'] .preview:hover,
  .widget-wrapper.verde-doc:not([class*="-bg"]) [class*='note'] .title:hover,
  .widget-wrapper.verde-doc:not([class*="-bg"]) [class*='note'] .author:hover {
    color: #099 !important; }
  .widget-wrapper.verde-doc:not([class*="-bg"]) [data-type*="article"] i[class*="play"]:hover {
    color: #099 !important; }

.widget-wrapper.texto-blanco {
  color: #FFFFFF;
  /* Cabezales */ }
  .widget-wrapper.texto-blanco .headline .obj-title, .widget-wrapper.texto-blanco .most-read .obj-title, .widget-wrapper.texto-blanco .note-by-author .obj-title {
    color: #FFFFFF; }
  .widget-wrapper.texto-blanco .simple-list .simple-note:not(.no-media) .title, .widget-wrapper.texto-blanco .section-aside-single-article .simple-note:not(.no-media) .title {
    color: #FFFFFF; }
  .widget-wrapper.texto-blanco .simple-list-square-image .simple-note-square-image .title {
    color: #FFFFFF; }
  .widget-wrapper.texto-blanco .free-text .body-content {
    color: #FFFFFF; }
  .widget-wrapper.texto-blanco [data-type*="article"] .info-wrapper .article-kicker {
    color: #FFFFFF !important; }

/* Colores en Detalle Sección */
body.verde-doc main.container.note {
  /* Cabezales */
  /* Chapitas en los listados de notas */
  /* Icono de Play si la nota tiene video */
  /* Iconos de Share/Compartir */
  /* Listado Más Leídas */
  /* Paginador Listado Seccion */ }
  body.verde-doc main.container.note .headline .obj-title, body.verde-doc main.container.note .most-read .obj-title, body.verde-doc main.container.note .note-by-author .obj-title {
    color: #099; }
    body.verde-doc main.container.note .headline .obj-title::first-letter, body.verde-doc main.container.note .most-read .obj-title::first-letter, body.verde-doc main.container.note .note-by-author .obj-title::first-letter {
      background-color: #099;
      color: #FFFFFF; }
  body.verde-doc main.container.note [class*='note'] .article-theme {
    background-color: rgba(0, 153, 153, 0.8) !important;
    color: #FFFFFF !important; }
  body.verde-doc main.container.note [class*='note'] .info-wrapper .preview:hover,
  body.verde-doc main.container.note [class*='note'] .info-wrapper .title:hover,
  body.verde-doc main.container.note [class*='note'] .info-wrapper .author:hover {
    color: #099 !important; }
  body.verde-doc main.container.note [class*='note'] .preview:hover,
  body.verde-doc main.container.note [class*='note'] .title:hover,
  body.verde-doc main.container.note [class*='note'] .author:hover {
    color: #099 !important; }
  body.verde-doc main.container.note [data-type*="article"] i[class*="play"]:hover {
    color: #099 !important; }
  body.verde-doc main.container.note .socials-share li {
    background-color: #099; }
  body.verde-doc main.container.note .ranking-list {
    background-color: #099; }
    body.verde-doc main.container.note .ranking-list .article .number {
      background-color: teal; }
    body.verde-doc main.container.note .ranking-list .article .number,
    body.verde-doc main.container.note .ranking-list .article .title,
    body.verde-doc main.container.note .ranking-list .article .author {
      color: #FFFFFF; }
    body.verde-doc main.container.note .ranking-list .obj-title {
      color: #FFFFFF; }
  body.verde-doc main.container.note .list-articles .articles-pagination [class*="button"] {
    background-color: #099;
    color: #FFFFFF; }
    body.verde-doc main.container.note .list-articles .articles-pagination [class*="button"]:hover {
      background-color: #C82828; }

/* Colores en las chapitas */
.article-theme.verde_oscuro {
  color: #4a7a50 !important; }

.article-kicker.verde_oscuro {
  color: #4a7a50 !important; }

.article-category-grouper.verde_oscuro:hover {
  color: #4a7a50 !important; }

/* Cabezales */
.headline.verde_oscuro .obj-title, .verde_oscuro.most-read .obj-title, .verde_oscuro.note-by-author .obj-title {
  color: #4a7a50; }
  .headline.verde_oscuro .obj-title::first-letter, .verde_oscuro.most-read .obj-title::first-letter, .verde_oscuro.note-by-author .obj-title::first-letter {
    background-color: #4a7a50;
    color: #FFFFFF; }

/* Widges con colores de fondo */
.verde_oscuro-bg {
  background-color: #4a7a50; }
  .verde_oscuro-bg.widget-wrapper {
    padding-top: 25px;
    margin-bottom: 25px; }
  .verde_oscuro-bg .highlighted-note-square-image .preview,
  .verde_oscuro-bg .highlighted-note-square-image .title,
  .verde_oscuro-bg .highlighted-note-square-image .author,
  .verde_oscuro-bg .highlighted-note-square-image .article-category-grouper,
  .verde_oscuro-bg .highlighted-note-square-image .article-kicker,
  .verde_oscuro-bg .simple-note .preview,
  .verde_oscuro-bg .simple-note .title,
  .verde_oscuro-bg .simple-note .author,
  .verde_oscuro-bg .simple-note .article-category-grouper,
  .verde_oscuro-bg .simple-note .article-kicker,
  .verde_oscuro-bg .simple-note-square-image .preview,
  .verde_oscuro-bg .simple-note-square-image .title,
  .verde_oscuro-bg .simple-note-square-image .author,
  .verde_oscuro-bg .simple-note-square-image .article-category-grouper,
  .verde_oscuro-bg .simple-note-square-image .article-kicker {
    color: #FFFFFF !important; }
  .verde_oscuro-bg .headline, .verde_oscuro-bg .most-read, .verde_oscuro-bg .note-by-author {
    margin-top: 0;
    padding-top: 8px; }
    .verde_oscuro-bg .headline .obj-title, .verde_oscuro-bg .most-read .obj-title, .verde_oscuro-bg .note-by-author .obj-title {
      color: #FFFFFF !important; }
      .verde_oscuro-bg .headline .obj-title::first-letter, .verde_oscuro-bg .most-read .obj-title::first-letter, .verde_oscuro-bg .note-by-author .obj-title::first-letter {
        background-color: #FFFFFF;
        color: #4a7a50 !important; }
  .verde_oscuro-bg.celeste-vivo {
    /* Chapitas en los listados de notas */
    /* Icono de Play si la nota tiene video */ }
    .verde_oscuro-bg.celeste-vivo [class*='note'] .article-theme {
      background-color: rgba(68, 201, 246, 0.8) !important;
      color: #FFFFFF !important; }
    .verde_oscuro-bg.celeste-vivo [data-type*="article"] i[class*="play"]:hover {
      color: #44c9f6 !important; }
  .verde_oscuro-bg.copa-america {
    /* Chapitas en los listados de notas */
    /* Icono de Play si la nota tiene video */ }
    .verde_oscuro-bg.copa-america [class*='note'] .article-theme {
      background-color: rgba(32, 138, 200, 0.8) !important;
      color: #FFFFFF !important; }
    .verde_oscuro-bg.copa-america [data-type*="article"] i[class*="play"]:hover {
      color: #208ac8 !important; }
  .verde_oscuro-bg.fucsia {
    /* Chapitas en los listados de notas */
    /* Icono de Play si la nota tiene video */ }
    .verde_oscuro-bg.fucsia [class*='note'] .article-theme {
      background-color: rgba(182, 11, 124, 0.8) !important;
      color: #FFFFFF !important; }
    .verde_oscuro-bg.fucsia [data-type*="article"] i[class*="play"]:hover {
      color: #b60b7c !important; }
  .verde_oscuro-bg.gris {
    /* Chapitas en los listados de notas */
    /* Icono de Play si la nota tiene video */ }
    .verde_oscuro-bg.gris [class*='note'] .article-theme {
      background-color: rgba(109, 123, 140, 0.8) !important;
      color: #FFFFFF !important; }
    .verde_oscuro-bg.gris [data-type*="article"] i[class*="play"]:hover {
      color: #6d7b8c !important; }
  .verde_oscuro-bg.naranja {
    /* Chapitas en los listados de notas */
    /* Icono de Play si la nota tiene video */ }
    .verde_oscuro-bg.naranja [class*='note'] .article-theme {
      background-color: rgba(227, 123, 87, 0.8) !important;
      color: #FFFFFF !important; }
    .verde_oscuro-bg.naranja [data-type*="article"] i[class*="play"]:hover {
      color: #e37b57 !important; }
  .verde_oscuro-bg.naranja_fuerte {
    /* Chapitas en los listados de notas */
    /* Icono de Play si la nota tiene video */ }
    .verde_oscuro-bg.naranja_fuerte [class*='note'] .article-theme {
      background-color: rgba(217, 56, 0, 0.8) !important;
      color: #FFFFFF !important; }
    .verde_oscuro-bg.naranja_fuerte [data-type*="article"] i[class*="play"]:hover {
      color: #D93800 !important; }
  .verde_oscuro-bg.rating-cero {
    /* Chapitas en los listados de notas */
    /* Icono de Play si la nota tiene video */ }
    .verde_oscuro-bg.rating-cero [class*='note'] .article-theme {
      background-color: rgba(218, 44, 41, 0.8) !important;
      color: #FFFFFF !important; }
    .verde_oscuro-bg.rating-cero [data-type*="article"] i[class*="play"]:hover {
      color: #da2c29 !important; }
  .verde_oscuro-bg.texto-blanco .article-shouts .info-wrapper .preview,
  .verde_oscuro-bg.texto-blanco .article-shouts .info-wrapper .title,
  .verde_oscuro-bg.texto-blanco .article-shouts .info-wrapper .author,
  .verde_oscuro-bg.texto-blanco .article-shouts .info-wrapper .article-kicker,
  .verde_oscuro-bg.texto-blanco .highlighted-note-square-image .info-wrapper .preview,
  .verde_oscuro-bg.texto-blanco .highlighted-note-square-image .info-wrapper .title,
  .verde_oscuro-bg.texto-blanco .highlighted-note-square-image .info-wrapper .author,
  .verde_oscuro-bg.texto-blanco .highlighted-note-square-image .info-wrapper .article-kicker,
  .verde_oscuro-bg.texto-blanco .simple-list .info-wrapper .preview,
  .verde_oscuro-bg.texto-blanco .section-aside-single-article .info-wrapper .preview,
  .verde_oscuro-bg.texto-blanco .simple-list .info-wrapper .title,
  .verde_oscuro-bg.texto-blanco .section-aside-single-article .info-wrapper .title,
  .verde_oscuro-bg.texto-blanco .simple-list .info-wrapper .author,
  .verde_oscuro-bg.texto-blanco .section-aside-single-article .info-wrapper .author,
  .verde_oscuro-bg.texto-blanco .simple-list .info-wrapper .article-kicker,
  .verde_oscuro-bg.texto-blanco .section-aside-single-article .info-wrapper .article-kicker,
  .verde_oscuro-bg.texto-blanco .simple-list-square-image .info-wrapper .preview,
  .verde_oscuro-bg.texto-blanco .simple-list-square-image .info-wrapper .title,
  .verde_oscuro-bg.texto-blanco .simple-list-square-image .info-wrapper .author,
  .verde_oscuro-bg.texto-blanco .simple-list-square-image .info-wrapper .article-kicker {
    color: #FFFFFF !important; }
    .verde_oscuro-bg.texto-blanco .article-shouts .info-wrapper .preview:hover,
    .verde_oscuro-bg.texto-blanco .article-shouts .info-wrapper .title:hover,
    .verde_oscuro-bg.texto-blanco .article-shouts .info-wrapper .author:hover,
    .verde_oscuro-bg.texto-blanco .article-shouts .info-wrapper .article-kicker:hover,
    .verde_oscuro-bg.texto-blanco .highlighted-note-square-image .info-wrapper .preview:hover,
    .verde_oscuro-bg.texto-blanco .highlighted-note-square-image .info-wrapper .title:hover,
    .verde_oscuro-bg.texto-blanco .highlighted-note-square-image .info-wrapper .author:hover,
    .verde_oscuro-bg.texto-blanco .highlighted-note-square-image .info-wrapper .article-kicker:hover,
    .verde_oscuro-bg.texto-blanco .simple-list .info-wrapper .preview:hover,
    .verde_oscuro-bg.texto-blanco .section-aside-single-article .info-wrapper .preview:hover,
    .verde_oscuro-bg.texto-blanco .simple-list .info-wrapper .title:hover,
    .verde_oscuro-bg.texto-blanco .section-aside-single-article .info-wrapper .title:hover,
    .verde_oscuro-bg.texto-blanco .simple-list .info-wrapper .author:hover,
    .verde_oscuro-bg.texto-blanco .section-aside-single-article .info-wrapper .author:hover,
    .verde_oscuro-bg.texto-blanco .simple-list .info-wrapper .article-kicker:hover,
    .verde_oscuro-bg.texto-blanco .section-aside-single-article .info-wrapper .article-kicker:hover,
    .verde_oscuro-bg.texto-blanco .simple-list-square-image .info-wrapper .preview:hover,
    .verde_oscuro-bg.texto-blanco .simple-list-square-image .info-wrapper .title:hover,
    .verde_oscuro-bg.texto-blanco .simple-list-square-image .info-wrapper .author:hover,
    .verde_oscuro-bg.texto-blanco .simple-list-square-image .info-wrapper .article-kicker:hover {
      color: #FFFFFF !important; }
  .verde_oscuro-bg.texto-blanco .article-shouts .preview,
  .verde_oscuro-bg.texto-blanco .article-shouts .title,
  .verde_oscuro-bg.texto-blanco .article-shouts .author,
  .verde_oscuro-bg.texto-blanco .highlighted-note-square-image .preview,
  .verde_oscuro-bg.texto-blanco .highlighted-note-square-image .title,
  .verde_oscuro-bg.texto-blanco .highlighted-note-square-image .author,
  .verde_oscuro-bg.texto-blanco .simple-list .preview,
  .verde_oscuro-bg.texto-blanco .section-aside-single-article .preview,
  .verde_oscuro-bg.texto-blanco .simple-list .title,
  .verde_oscuro-bg.texto-blanco .section-aside-single-article .title,
  .verde_oscuro-bg.texto-blanco .simple-list .author,
  .verde_oscuro-bg.texto-blanco .section-aside-single-article .author,
  .verde_oscuro-bg.texto-blanco .simple-list-square-image .preview,
  .verde_oscuro-bg.texto-blanco .simple-list-square-image .title,
  .verde_oscuro-bg.texto-blanco .simple-list-square-image .author {
    color: #FFFFFF !important; }
    .verde_oscuro-bg.texto-blanco .article-shouts .preview:hover,
    .verde_oscuro-bg.texto-blanco .article-shouts .title:hover,
    .verde_oscuro-bg.texto-blanco .article-shouts .author:hover,
    .verde_oscuro-bg.texto-blanco .highlighted-note-square-image .preview:hover,
    .verde_oscuro-bg.texto-blanco .highlighted-note-square-image .title:hover,
    .verde_oscuro-bg.texto-blanco .highlighted-note-square-image .author:hover,
    .verde_oscuro-bg.texto-blanco .simple-list .preview:hover,
    .verde_oscuro-bg.texto-blanco .section-aside-single-article .preview:hover,
    .verde_oscuro-bg.texto-blanco .simple-list .title:hover,
    .verde_oscuro-bg.texto-blanco .section-aside-single-article .title:hover,
    .verde_oscuro-bg.texto-blanco .simple-list .author:hover,
    .verde_oscuro-bg.texto-blanco .section-aside-single-article .author:hover,
    .verde_oscuro-bg.texto-blanco .simple-list-square-image .preview:hover,
    .verde_oscuro-bg.texto-blanco .simple-list-square-image .title:hover,
    .verde_oscuro-bg.texto-blanco .simple-list-square-image .author:hover {
      color: #FFFFFF !important; }
  .verde_oscuro-bg.texto-blanco [class*='note'] .article-theme {
    color: #FFFFFF !important; }
  .verde_oscuro-bg.texto-blanco .headline, .verde_oscuro-bg.texto-blanco .most-read, .verde_oscuro-bg.texto-blanco .note-by-author {
    margin-top: 0;
    padding-top: 8px; }
    .verde_oscuro-bg.texto-blanco .headline .obj-title, .verde_oscuro-bg.texto-blanco .most-read .obj-title, .verde_oscuro-bg.texto-blanco .note-by-author .obj-title {
      color: #FFFFFF !important; }
      .verde_oscuro-bg.texto-blanco .headline .obj-title::first-letter, .verde_oscuro-bg.texto-blanco .most-read .obj-title::first-letter, .verde_oscuro-bg.texto-blanco .note-by-author .obj-title::first-letter {
        background-color: #FFFFFF;
        color: #4a7a50 !important; }
  .verde_oscuro-bg.tipo-blanca {
    /* Chapitas en los listados de notas */
    /* Icono de Play si la nota tiene video */ }
    .verde_oscuro-bg.tipo-blanca [class*='note'] .article-theme {
      background-color: rgba(0, 0, 0, 0) !important;
      color: #FFFFFF !important; }
    .verde_oscuro-bg.tipo-blanca [data-type*="article"] i[class*="play"]:hover {
      color: transparent !important; }
  .verde_oscuro-bg.verde-doc {
    /* Chapitas en los listados de notas */
    /* Icono de Play si la nota tiene video */ }
    .verde_oscuro-bg.verde-doc [class*='note'] .article-theme {
      background-color: rgba(0, 153, 153, 0.8) !important;
      color: #FFFFFF !important; }
    .verde_oscuro-bg.verde-doc [data-type*="article"] i[class*="play"]:hover {
      color: #099 !important; }
  .verde_oscuro-bg.verde_oscuro {
    /* Chapitas en los listados de notas */
    /* Icono de Play si la nota tiene video */ }
    .verde_oscuro-bg.verde_oscuro [class*='note'] .article-theme {
      background-color: rgba(74, 122, 80, 0.8) !important;
      color: #FFFFFF !important; }
    .verde_oscuro-bg.verde_oscuro [data-type*="article"] i[class*="play"]:hover {
      color: #4a7a50 !important; }
  .verde_oscuro-bg.violeta {
    /* Chapitas en los listados de notas */
    /* Icono de Play si la nota tiene video */ }
    .verde_oscuro-bg.violeta [class*='note'] .article-theme {
      background-color: rgba(86, 0, 141, 0.8) !important;
      color: #FFFFFF !important; }
    .verde_oscuro-bg.violeta [data-type*="article"] i[class*="play"]:hover {
      color: #56008D !important; }
  .verde_oscuro-bg.beige {
    /* Chapitas en los listados de notas */
    /* Icono de Play si la nota tiene video */ }
    .verde_oscuro-bg.beige [class*='note'] .article-theme {
      background-color: rgba(247, 239, 228, 0.8) !important;
      color: #000000 !important; }
    .verde_oscuro-bg.beige [data-type*="article"] i[class*="play"]:hover {
      color: #f7efe4 !important; }
  .verde_oscuro-bg.bordo {
    /* Chapitas en los listados de notas */
    /* Icono de Play si la nota tiene video */ }
    .verde_oscuro-bg.bordo [class*='note'] .article-theme {
      background-color: rgba(64, 37, 34, 0.8) !important;
      color: #FFFFFF !important; }
    .verde_oscuro-bg.bordo [data-type*="article"] i[class*="play"]:hover {
      color: #402522 !important; }
  .verde_oscuro-bg.verde-limon {
    /* Chapitas en los listados de notas */
    /* Icono de Play si la nota tiene video */ }
    .verde_oscuro-bg.verde-limon [class*='note'] .article-theme {
      background-color: rgba(239, 255, 211, 0.8) !important;
      color: #000000 !important; }
    .verde_oscuro-bg.verde-limon [data-type*="article"] i[class*="play"]:hover {
      color: #efffd3 !important; }
  .verde_oscuro-bg.rojo {
    /* Chapitas en los listados de notas */
    /* Icono de Play si la nota tiene video */ }
    .verde_oscuro-bg.rojo [class*='note'] .article-theme {
      background-color: rgba(216, 84, 84, 0.8) !important;
      color: #FFFFFF !important; }
    .verde_oscuro-bg.rojo [data-type*="article"] i[class*="play"]:hover {
      color: #d85454 !important; }
  .verde_oscuro-bg.celeste {
    /* Chapitas en los listados de notas */
    /* Icono de Play si la nota tiene video */ }
    .verde_oscuro-bg.celeste [class*='note'] .article-theme {
      background-color: rgba(81, 163, 255, 0.8) !important;
      color: #FFFFFF !important; }
    .verde_oscuro-bg.celeste [data-type*="article"] i[class*="play"]:hover {
      color: #51a3ff !important; }
  .verde_oscuro-bg.amarillo {
    /* Chapitas en los listados de notas */
    /* Icono de Play si la nota tiene video */ }
    .verde_oscuro-bg.amarillo [class*='note'] .article-theme {
      background-color: rgba(212, 202, 86, 0.8) !important;
      color: #000000 !important; }
    .verde_oscuro-bg.amarillo [data-type*="article"] i[class*="play"]:hover {
      color: #d4ca56 !important; }
  .verde_oscuro-bg.magent {
    /* Chapitas en los listados de notas */
    /* Icono de Play si la nota tiene video */ }
    .verde_oscuro-bg.magent [class*='note'] .article-theme {
      background-color: rgba(204, 98, 200, 0.8) !important;
      color: #FFFFFF !important; }
    .verde_oscuro-bg.magent [data-type*="article"] i[class*="play"]:hover {
      color: #cc62c8 !important; }
  .verde_oscuro-bg.azul {
    /* Chapitas en los listados de notas */
    /* Icono de Play si la nota tiene video */ }
    .verde_oscuro-bg.azul [class*='note'] .article-theme {
      background-color: rgba(96, 129, 166, 0.8) !important;
      color: #FFFFFF !important; }
    .verde_oscuro-bg.azul [data-type*="article"] i[class*="play"]:hover {
      color: #6081a6 !important; }
  .verde_oscuro-bg.verde {
    /* Chapitas en los listados de notas */
    /* Icono de Play si la nota tiene video */ }
    .verde_oscuro-bg.verde [class*='note'] .article-theme {
      background-color: rgba(93, 200, 102, 0.8) !important;
      color: #FFFFFF !important; }
    .verde_oscuro-bg.verde [data-type*="article"] i[class*="play"]:hover {
      color: #5dc866 !important; }
  .verde_oscuro-bg.cyan {
    /* Chapitas en los listados de notas */
    /* Icono de Play si la nota tiene video */ }
    .verde_oscuro-bg.cyan [class*='note'] .article-theme {
      background-color: rgba(0, 188, 212, 0.8) !important;
      color: #000000 !important; }
    .verde_oscuro-bg.cyan [data-type*="article"] i[class*="play"]:hover {
      color: #00BCD4 !important; }
  .verde_oscuro-bg.negro {
    /* Chapitas en los listados de notas */
    /* Icono de Play si la nota tiene video */ }
    .verde_oscuro-bg.negro [class*='note'] .article-theme {
      background-color: rgba(29, 29, 32, 0.8) !important;
      color: #FFFFFF !important; }
    .verde_oscuro-bg.negro [data-type*="article"] i[class*="play"]:hover {
      color: #1d1d20 !important; }

/* Widgets con color relacionado */
.widget-wrapper.verde_oscuro:not([class*="-bg"]) {
  /* Cabezales */
  /* Chapitas en los listados de notas */
  /* Icono de Play si la nota tiene video */ }
  .widget-wrapper.verde_oscuro:not([class*="-bg"]) .headline .obj-title, .widget-wrapper.verde_oscuro:not([class*="-bg"]) .most-read .obj-title, .widget-wrapper.verde_oscuro:not([class*="-bg"]) .note-by-author .obj-title {
    color: #4a7a50; }
    .widget-wrapper.verde_oscuro:not([class*="-bg"]) .headline .obj-title::first-letter, .widget-wrapper.verde_oscuro:not([class*="-bg"]) .most-read .obj-title::first-letter, .widget-wrapper.verde_oscuro:not([class*="-bg"]) .note-by-author .obj-title::first-letter {
      background-color: #4a7a50;
      color: #FFFFFF; }
  .widget-wrapper.verde_oscuro:not([class*="-bg"]) [class*='note']:not(.highlighted-portrait-note):not(.highlighted-note-overprinted-title) .article-kicker {
    color: #4a7a50 !important; }
  .widget-wrapper.verde_oscuro:not([class*="-bg"]) [class*='note'] .article-theme {
    background-color: rgba(74, 122, 80, 0.8) !important;
    color: #FFFFFF !important; }
  .widget-wrapper.verde_oscuro:not([class*="-bg"]) [class*='note'] .info-wrapper .preview:hover,
  .widget-wrapper.verde_oscuro:not([class*="-bg"]) [class*='note'] .info-wrapper .title:hover,
  .widget-wrapper.verde_oscuro:not([class*="-bg"]) [class*='note'] .info-wrapper .author:hover,
  .widget-wrapper.verde_oscuro:not([class*="-bg"]) [class*='note'] .info-wrapper .article-category-grouper:hover,
  .widget-wrapper.verde_oscuro:not([class*="-bg"]) [class*='note'] .info-wrapper .article-kicker:hover {
    color: #4a7a50 !important; }
  .widget-wrapper.verde_oscuro:not([class*="-bg"]) [class*='note'] .preview:hover,
  .widget-wrapper.verde_oscuro:not([class*="-bg"]) [class*='note'] .title:hover,
  .widget-wrapper.verde_oscuro:not([class*="-bg"]) [class*='note'] .author:hover {
    color: #4a7a50 !important; }
  .widget-wrapper.verde_oscuro:not([class*="-bg"]) [data-type*="article"] i[class*="play"]:hover {
    color: #4a7a50 !important; }

.widget-wrapper.verde_oscuro:not([class*="-bg"]) {
  /* Cabezales */
  /* Chapitas en los listados de notas */
  /* Icono de Play si la nota tiene video */ }
  .widget-wrapper.verde_oscuro:not([class*="-bg"]) .headline .obj-title, .widget-wrapper.verde_oscuro:not([class*="-bg"]) .most-read .obj-title, .widget-wrapper.verde_oscuro:not([class*="-bg"]) .note-by-author .obj-title {
    color: #4a7a50; }
    .widget-wrapper.verde_oscuro:not([class*="-bg"]) .headline .obj-title::first-letter, .widget-wrapper.verde_oscuro:not([class*="-bg"]) .most-read .obj-title::first-letter, .widget-wrapper.verde_oscuro:not([class*="-bg"]) .note-by-author .obj-title::first-letter {
      background-color: #4a7a50;
      color: #FFFFFF; }
  .widget-wrapper.verde_oscuro:not([class*="-bg"]) [class*='note']:not(.highlighted-portrait-note):not(.highlighted-note-overprinted-title) .article-kicker {
    color: #4a7a50 !important; }
  .widget-wrapper.verde_oscuro:not([class*="-bg"]) [class*='note'] .article-theme {
    background-color: rgba(74, 122, 80, 0.8) !important;
    color: #FFFFFF !important; }
  .widget-wrapper.verde_oscuro:not([class*="-bg"]) [class*='note'] .info-wrapper .preview:hover,
  .widget-wrapper.verde_oscuro:not([class*="-bg"]) [class*='note'] .info-wrapper .title:hover,
  .widget-wrapper.verde_oscuro:not([class*="-bg"]) [class*='note'] .info-wrapper .author:hover,
  .widget-wrapper.verde_oscuro:not([class*="-bg"]) [class*='note'] .info-wrapper .article-category-grouper:hover,
  .widget-wrapper.verde_oscuro:not([class*="-bg"]) [class*='note'] .info-wrapper .article-kicker:hover {
    color: #4a7a50 !important; }
  .widget-wrapper.verde_oscuro:not([class*="-bg"]) [class*='note'] .preview:hover,
  .widget-wrapper.verde_oscuro:not([class*="-bg"]) [class*='note'] .title:hover,
  .widget-wrapper.verde_oscuro:not([class*="-bg"]) [class*='note'] .author:hover {
    color: #4a7a50 !important; }
  .widget-wrapper.verde_oscuro:not([class*="-bg"]) [data-type*="article"] i[class*="play"]:hover {
    color: #4a7a50 !important; }

.widget-wrapper.verde_oscuro:not([class*="-bg"]) {
  /* Cabezales */
  /* Chapitas en los listados de notas */
  /* Icono de Play si la nota tiene video */ }
  .widget-wrapper.verde_oscuro:not([class*="-bg"]) .headline .obj-title, .widget-wrapper.verde_oscuro:not([class*="-bg"]) .most-read .obj-title, .widget-wrapper.verde_oscuro:not([class*="-bg"]) .note-by-author .obj-title {
    color: #4a7a50; }
    .widget-wrapper.verde_oscuro:not([class*="-bg"]) .headline .obj-title::first-letter, .widget-wrapper.verde_oscuro:not([class*="-bg"]) .most-read .obj-title::first-letter, .widget-wrapper.verde_oscuro:not([class*="-bg"]) .note-by-author .obj-title::first-letter {
      background-color: #4a7a50;
      color: #FFFFFF; }
  .widget-wrapper.verde_oscuro:not([class*="-bg"]) [class*='note']:not(.highlighted-portrait-note):not(.highlighted-note-overprinted-title) .article-kicker {
    color: #4a7a50 !important; }
  .widget-wrapper.verde_oscuro:not([class*="-bg"]) [class*='note'] .article-theme {
    background-color: rgba(74, 122, 80, 0.8) !important;
    color: #FFFFFF !important; }
  .widget-wrapper.verde_oscuro:not([class*="-bg"]) [class*='note'] .info-wrapper .preview:hover,
  .widget-wrapper.verde_oscuro:not([class*="-bg"]) [class*='note'] .info-wrapper .title:hover,
  .widget-wrapper.verde_oscuro:not([class*="-bg"]) [class*='note'] .info-wrapper .author:hover,
  .widget-wrapper.verde_oscuro:not([class*="-bg"]) [class*='note'] .info-wrapper .article-category-grouper:hover,
  .widget-wrapper.verde_oscuro:not([class*="-bg"]) [class*='note'] .info-wrapper .article-kicker:hover {
    color: #4a7a50 !important; }
  .widget-wrapper.verde_oscuro:not([class*="-bg"]) [class*='note'] .preview:hover,
  .widget-wrapper.verde_oscuro:not([class*="-bg"]) [class*='note'] .title:hover,
  .widget-wrapper.verde_oscuro:not([class*="-bg"]) [class*='note'] .author:hover {
    color: #4a7a50 !important; }
  .widget-wrapper.verde_oscuro:not([class*="-bg"]) [data-type*="article"] i[class*="play"]:hover {
    color: #4a7a50 !important; }

.widget-wrapper.verde_oscuro:not([class*="-bg"]) {
  /* Cabezales */
  /* Chapitas en los listados de notas */
  /* Icono de Play si la nota tiene video */ }
  .widget-wrapper.verde_oscuro:not([class*="-bg"]) .headline .obj-title, .widget-wrapper.verde_oscuro:not([class*="-bg"]) .most-read .obj-title, .widget-wrapper.verde_oscuro:not([class*="-bg"]) .note-by-author .obj-title {
    color: #4a7a50; }
    .widget-wrapper.verde_oscuro:not([class*="-bg"]) .headline .obj-title::first-letter, .widget-wrapper.verde_oscuro:not([class*="-bg"]) .most-read .obj-title::first-letter, .widget-wrapper.verde_oscuro:not([class*="-bg"]) .note-by-author .obj-title::first-letter {
      background-color: #4a7a50;
      color: #FFFFFF; }
  .widget-wrapper.verde_oscuro:not([class*="-bg"]) [class*='note']:not(.highlighted-portrait-note):not(.highlighted-note-overprinted-title) .article-kicker {
    color: #4a7a50 !important; }
  .widget-wrapper.verde_oscuro:not([class*="-bg"]) [class*='note'] .article-theme {
    background-color: rgba(74, 122, 80, 0.8) !important;
    color: #FFFFFF !important; }
  .widget-wrapper.verde_oscuro:not([class*="-bg"]) [class*='note'] .info-wrapper .preview:hover,
  .widget-wrapper.verde_oscuro:not([class*="-bg"]) [class*='note'] .info-wrapper .title:hover,
  .widget-wrapper.verde_oscuro:not([class*="-bg"]) [class*='note'] .info-wrapper .author:hover,
  .widget-wrapper.verde_oscuro:not([class*="-bg"]) [class*='note'] .info-wrapper .article-category-grouper:hover,
  .widget-wrapper.verde_oscuro:not([class*="-bg"]) [class*='note'] .info-wrapper .article-kicker:hover {
    color: #4a7a50 !important; }
  .widget-wrapper.verde_oscuro:not([class*="-bg"]) [class*='note'] .preview:hover,
  .widget-wrapper.verde_oscuro:not([class*="-bg"]) [class*='note'] .title:hover,
  .widget-wrapper.verde_oscuro:not([class*="-bg"]) [class*='note'] .author:hover {
    color: #4a7a50 !important; }
  .widget-wrapper.verde_oscuro:not([class*="-bg"]) [data-type*="article"] i[class*="play"]:hover {
    color: #4a7a50 !important; }

.widget-wrapper.verde_oscuro:not([class*="-bg"]) {
  /* Cabezales */
  /* Chapitas en los listados de notas */
  /* Icono de Play si la nota tiene video */ }
  .widget-wrapper.verde_oscuro:not([class*="-bg"]) .headline .obj-title, .widget-wrapper.verde_oscuro:not([class*="-bg"]) .most-read .obj-title, .widget-wrapper.verde_oscuro:not([class*="-bg"]) .note-by-author .obj-title {
    color: #4a7a50; }
    .widget-wrapper.verde_oscuro:not([class*="-bg"]) .headline .obj-title::first-letter, .widget-wrapper.verde_oscuro:not([class*="-bg"]) .most-read .obj-title::first-letter, .widget-wrapper.verde_oscuro:not([class*="-bg"]) .note-by-author .obj-title::first-letter {
      background-color: #4a7a50;
      color: #FFFFFF; }
  .widget-wrapper.verde_oscuro:not([class*="-bg"]) [class*='note']:not(.highlighted-portrait-note):not(.highlighted-note-overprinted-title) .article-kicker {
    color: #4a7a50 !important; }
  .widget-wrapper.verde_oscuro:not([class*="-bg"]) [class*='note'] .article-theme {
    background-color: rgba(74, 122, 80, 0.8) !important;
    color: #FFFFFF !important; }
  .widget-wrapper.verde_oscuro:not([class*="-bg"]) [class*='note'] .info-wrapper .preview:hover,
  .widget-wrapper.verde_oscuro:not([class*="-bg"]) [class*='note'] .info-wrapper .title:hover,
  .widget-wrapper.verde_oscuro:not([class*="-bg"]) [class*='note'] .info-wrapper .author:hover,
  .widget-wrapper.verde_oscuro:not([class*="-bg"]) [class*='note'] .info-wrapper .article-category-grouper:hover,
  .widget-wrapper.verde_oscuro:not([class*="-bg"]) [class*='note'] .info-wrapper .article-kicker:hover {
    color: #4a7a50 !important; }
  .widget-wrapper.verde_oscuro:not([class*="-bg"]) [class*='note'] .preview:hover,
  .widget-wrapper.verde_oscuro:not([class*="-bg"]) [class*='note'] .title:hover,
  .widget-wrapper.verde_oscuro:not([class*="-bg"]) [class*='note'] .author:hover {
    color: #4a7a50 !important; }
  .widget-wrapper.verde_oscuro:not([class*="-bg"]) [data-type*="article"] i[class*="play"]:hover {
    color: #4a7a50 !important; }

.widget-wrapper.verde_oscuro:not([class*="-bg"]) {
  /* Cabezales */
  /* Chapitas en los listados de notas */
  /* Icono de Play si la nota tiene video */ }
  .widget-wrapper.verde_oscuro:not([class*="-bg"]) .headline .obj-title, .widget-wrapper.verde_oscuro:not([class*="-bg"]) .most-read .obj-title, .widget-wrapper.verde_oscuro:not([class*="-bg"]) .note-by-author .obj-title {
    color: #4a7a50; }
    .widget-wrapper.verde_oscuro:not([class*="-bg"]) .headline .obj-title::first-letter, .widget-wrapper.verde_oscuro:not([class*="-bg"]) .most-read .obj-title::first-letter, .widget-wrapper.verde_oscuro:not([class*="-bg"]) .note-by-author .obj-title::first-letter {
      background-color: #4a7a50;
      color: #FFFFFF; }
  .widget-wrapper.verde_oscuro:not([class*="-bg"]) [class*='note']:not(.highlighted-portrait-note):not(.highlighted-note-overprinted-title) .article-kicker {
    color: #4a7a50 !important; }
  .widget-wrapper.verde_oscuro:not([class*="-bg"]) [class*='note'] .article-theme {
    background-color: rgba(74, 122, 80, 0.8) !important;
    color: #FFFFFF !important; }
  .widget-wrapper.verde_oscuro:not([class*="-bg"]) [class*='note'] .info-wrapper .preview:hover,
  .widget-wrapper.verde_oscuro:not([class*="-bg"]) [class*='note'] .info-wrapper .title:hover,
  .widget-wrapper.verde_oscuro:not([class*="-bg"]) [class*='note'] .info-wrapper .author:hover,
  .widget-wrapper.verde_oscuro:not([class*="-bg"]) [class*='note'] .info-wrapper .article-category-grouper:hover,
  .widget-wrapper.verde_oscuro:not([class*="-bg"]) [class*='note'] .info-wrapper .article-kicker:hover {
    color: #4a7a50 !important; }
  .widget-wrapper.verde_oscuro:not([class*="-bg"]) [class*='note'] .preview:hover,
  .widget-wrapper.verde_oscuro:not([class*="-bg"]) [class*='note'] .title:hover,
  .widget-wrapper.verde_oscuro:not([class*="-bg"]) [class*='note'] .author:hover {
    color: #4a7a50 !important; }
  .widget-wrapper.verde_oscuro:not([class*="-bg"]) [data-type*="article"] i[class*="play"]:hover {
    color: #4a7a50 !important; }

.widget-wrapper.verde_oscuro:not([class*="-bg"]) {
  /* Cabezales */
  /* Chapitas en los listados de notas */
  /* Icono de Play si la nota tiene video */ }
  .widget-wrapper.verde_oscuro:not([class*="-bg"]) .headline .obj-title, .widget-wrapper.verde_oscuro:not([class*="-bg"]) .most-read .obj-title, .widget-wrapper.verde_oscuro:not([class*="-bg"]) .note-by-author .obj-title {
    color: #4a7a50; }
    .widget-wrapper.verde_oscuro:not([class*="-bg"]) .headline .obj-title::first-letter, .widget-wrapper.verde_oscuro:not([class*="-bg"]) .most-read .obj-title::first-letter, .widget-wrapper.verde_oscuro:not([class*="-bg"]) .note-by-author .obj-title::first-letter {
      background-color: #4a7a50;
      color: #FFFFFF; }
  .widget-wrapper.verde_oscuro:not([class*="-bg"]) [class*='note']:not(.highlighted-portrait-note):not(.highlighted-note-overprinted-title) .article-kicker {
    color: #4a7a50 !important; }
  .widget-wrapper.verde_oscuro:not([class*="-bg"]) [class*='note'] .article-theme {
    background-color: rgba(74, 122, 80, 0.8) !important;
    color: #FFFFFF !important; }
  .widget-wrapper.verde_oscuro:not([class*="-bg"]) [class*='note'] .info-wrapper .preview:hover,
  .widget-wrapper.verde_oscuro:not([class*="-bg"]) [class*='note'] .info-wrapper .title:hover,
  .widget-wrapper.verde_oscuro:not([class*="-bg"]) [class*='note'] .info-wrapper .author:hover,
  .widget-wrapper.verde_oscuro:not([class*="-bg"]) [class*='note'] .info-wrapper .article-category-grouper:hover,
  .widget-wrapper.verde_oscuro:not([class*="-bg"]) [class*='note'] .info-wrapper .article-kicker:hover {
    color: #4a7a50 !important; }
  .widget-wrapper.verde_oscuro:not([class*="-bg"]) [class*='note'] .preview:hover,
  .widget-wrapper.verde_oscuro:not([class*="-bg"]) [class*='note'] .title:hover,
  .widget-wrapper.verde_oscuro:not([class*="-bg"]) [class*='note'] .author:hover {
    color: #4a7a50 !important; }
  .widget-wrapper.verde_oscuro:not([class*="-bg"]) [data-type*="article"] i[class*="play"]:hover {
    color: #4a7a50 !important; }

.widget-wrapper.verde_oscuro:not([class*="-bg"]) {
  /* Cabezales */
  /* Chapitas en los listados de notas */
  /* Icono de Play si la nota tiene video */ }
  .widget-wrapper.verde_oscuro:not([class*="-bg"]) .headline .obj-title, .widget-wrapper.verde_oscuro:not([class*="-bg"]) .most-read .obj-title, .widget-wrapper.verde_oscuro:not([class*="-bg"]) .note-by-author .obj-title {
    color: #4a7a50; }
    .widget-wrapper.verde_oscuro:not([class*="-bg"]) .headline .obj-title::first-letter, .widget-wrapper.verde_oscuro:not([class*="-bg"]) .most-read .obj-title::first-letter, .widget-wrapper.verde_oscuro:not([class*="-bg"]) .note-by-author .obj-title::first-letter {
      background-color: #4a7a50;
      color: #FFFFFF; }
  .widget-wrapper.verde_oscuro:not([class*="-bg"]) [class*='note']:not(.highlighted-portrait-note):not(.highlighted-note-overprinted-title) .article-kicker {
    color: #4a7a50 !important; }
  .widget-wrapper.verde_oscuro:not([class*="-bg"]) [class*='note'] .article-theme {
    background-color: rgba(74, 122, 80, 0.8) !important;
    color: #FFFFFF !important; }
  .widget-wrapper.verde_oscuro:not([class*="-bg"]) [class*='note'] .info-wrapper .preview:hover,
  .widget-wrapper.verde_oscuro:not([class*="-bg"]) [class*='note'] .info-wrapper .title:hover,
  .widget-wrapper.verde_oscuro:not([class*="-bg"]) [class*='note'] .info-wrapper .author:hover,
  .widget-wrapper.verde_oscuro:not([class*="-bg"]) [class*='note'] .info-wrapper .article-category-grouper:hover,
  .widget-wrapper.verde_oscuro:not([class*="-bg"]) [class*='note'] .info-wrapper .article-kicker:hover {
    color: #4a7a50 !important; }
  .widget-wrapper.verde_oscuro:not([class*="-bg"]) [class*='note'] .preview:hover,
  .widget-wrapper.verde_oscuro:not([class*="-bg"]) [class*='note'] .title:hover,
  .widget-wrapper.verde_oscuro:not([class*="-bg"]) [class*='note'] .author:hover {
    color: #4a7a50 !important; }
  .widget-wrapper.verde_oscuro:not([class*="-bg"]) [data-type*="article"] i[class*="play"]:hover {
    color: #4a7a50 !important; }

.widget-wrapper.verde_oscuro:not([class*="-bg"]) {
  /* Cabezales */
  /* Chapitas en los listados de notas */
  /* Icono de Play si la nota tiene video */ }
  .widget-wrapper.verde_oscuro:not([class*="-bg"]) .headline .obj-title, .widget-wrapper.verde_oscuro:not([class*="-bg"]) .most-read .obj-title, .widget-wrapper.verde_oscuro:not([class*="-bg"]) .note-by-author .obj-title {
    color: #4a7a50; }
    .widget-wrapper.verde_oscuro:not([class*="-bg"]) .headline .obj-title::first-letter, .widget-wrapper.verde_oscuro:not([class*="-bg"]) .most-read .obj-title::first-letter, .widget-wrapper.verde_oscuro:not([class*="-bg"]) .note-by-author .obj-title::first-letter {
      background-color: #4a7a50;
      color: #FFFFFF; }
  .widget-wrapper.verde_oscuro:not([class*="-bg"]) [class*='note']:not(.highlighted-portrait-note):not(.highlighted-note-overprinted-title) .article-kicker {
    color: #4a7a50 !important; }
  .widget-wrapper.verde_oscuro:not([class*="-bg"]) [class*='note'] .article-theme {
    background-color: rgba(74, 122, 80, 0.8) !important;
    color: #FFFFFF !important; }
  .widget-wrapper.verde_oscuro:not([class*="-bg"]) [class*='note'] .info-wrapper .preview:hover,
  .widget-wrapper.verde_oscuro:not([class*="-bg"]) [class*='note'] .info-wrapper .title:hover,
  .widget-wrapper.verde_oscuro:not([class*="-bg"]) [class*='note'] .info-wrapper .author:hover,
  .widget-wrapper.verde_oscuro:not([class*="-bg"]) [class*='note'] .info-wrapper .article-category-grouper:hover,
  .widget-wrapper.verde_oscuro:not([class*="-bg"]) [class*='note'] .info-wrapper .article-kicker:hover {
    color: #4a7a50 !important; }
  .widget-wrapper.verde_oscuro:not([class*="-bg"]) [class*='note'] .preview:hover,
  .widget-wrapper.verde_oscuro:not([class*="-bg"]) [class*='note'] .title:hover,
  .widget-wrapper.verde_oscuro:not([class*="-bg"]) [class*='note'] .author:hover {
    color: #4a7a50 !important; }
  .widget-wrapper.verde_oscuro:not([class*="-bg"]) [data-type*="article"] i[class*="play"]:hover {
    color: #4a7a50 !important; }

.widget-wrapper.verde_oscuro:not([class*="-bg"]) {
  /* Cabezales */
  /* Chapitas en los listados de notas */
  /* Icono de Play si la nota tiene video */ }
  .widget-wrapper.verde_oscuro:not([class*="-bg"]) .headline .obj-title, .widget-wrapper.verde_oscuro:not([class*="-bg"]) .most-read .obj-title, .widget-wrapper.verde_oscuro:not([class*="-bg"]) .note-by-author .obj-title {
    color: #4a7a50; }
    .widget-wrapper.verde_oscuro:not([class*="-bg"]) .headline .obj-title::first-letter, .widget-wrapper.verde_oscuro:not([class*="-bg"]) .most-read .obj-title::first-letter, .widget-wrapper.verde_oscuro:not([class*="-bg"]) .note-by-author .obj-title::first-letter {
      background-color: #4a7a50;
      color: #FFFFFF; }
  .widget-wrapper.verde_oscuro:not([class*="-bg"]) [class*='note']:not(.highlighted-portrait-note):not(.highlighted-note-overprinted-title) .article-kicker {
    color: #4a7a50 !important; }
  .widget-wrapper.verde_oscuro:not([class*="-bg"]) [class*='note'] .article-theme {
    background-color: rgba(74, 122, 80, 0.8) !important;
    color: #FFFFFF !important; }
  .widget-wrapper.verde_oscuro:not([class*="-bg"]) [class*='note'] .info-wrapper .preview:hover,
  .widget-wrapper.verde_oscuro:not([class*="-bg"]) [class*='note'] .info-wrapper .title:hover,
  .widget-wrapper.verde_oscuro:not([class*="-bg"]) [class*='note'] .info-wrapper .author:hover,
  .widget-wrapper.verde_oscuro:not([class*="-bg"]) [class*='note'] .info-wrapper .article-category-grouper:hover,
  .widget-wrapper.verde_oscuro:not([class*="-bg"]) [class*='note'] .info-wrapper .article-kicker:hover {
    color: #4a7a50 !important; }
  .widget-wrapper.verde_oscuro:not([class*="-bg"]) [class*='note'] .preview:hover,
  .widget-wrapper.verde_oscuro:not([class*="-bg"]) [class*='note'] .title:hover,
  .widget-wrapper.verde_oscuro:not([class*="-bg"]) [class*='note'] .author:hover {
    color: #4a7a50 !important; }
  .widget-wrapper.verde_oscuro:not([class*="-bg"]) [data-type*="article"] i[class*="play"]:hover {
    color: #4a7a50 !important; }

.widget-wrapper.verde_oscuro:not([class*="-bg"]) {
  /* Cabezales */
  /* Chapitas en los listados de notas */
  /* Icono de Play si la nota tiene video */ }
  .widget-wrapper.verde_oscuro:not([class*="-bg"]) .headline .obj-title, .widget-wrapper.verde_oscuro:not([class*="-bg"]) .most-read .obj-title, .widget-wrapper.verde_oscuro:not([class*="-bg"]) .note-by-author .obj-title {
    color: #4a7a50; }
    .widget-wrapper.verde_oscuro:not([class*="-bg"]) .headline .obj-title::first-letter, .widget-wrapper.verde_oscuro:not([class*="-bg"]) .most-read .obj-title::first-letter, .widget-wrapper.verde_oscuro:not([class*="-bg"]) .note-by-author .obj-title::first-letter {
      background-color: #4a7a50;
      color: #FFFFFF; }
  .widget-wrapper.verde_oscuro:not([class*="-bg"]) [class*='note']:not(.highlighted-portrait-note):not(.highlighted-note-overprinted-title) .article-kicker {
    color: #4a7a50 !important; }
  .widget-wrapper.verde_oscuro:not([class*="-bg"]) [class*='note'] .article-theme {
    background-color: rgba(74, 122, 80, 0.8) !important;
    color: #FFFFFF !important; }
  .widget-wrapper.verde_oscuro:not([class*="-bg"]) [class*='note'] .info-wrapper .preview:hover,
  .widget-wrapper.verde_oscuro:not([class*="-bg"]) [class*='note'] .info-wrapper .title:hover,
  .widget-wrapper.verde_oscuro:not([class*="-bg"]) [class*='note'] .info-wrapper .author:hover,
  .widget-wrapper.verde_oscuro:not([class*="-bg"]) [class*='note'] .info-wrapper .article-category-grouper:hover,
  .widget-wrapper.verde_oscuro:not([class*="-bg"]) [class*='note'] .info-wrapper .article-kicker:hover {
    color: #4a7a50 !important; }
  .widget-wrapper.verde_oscuro:not([class*="-bg"]) [class*='note'] .preview:hover,
  .widget-wrapper.verde_oscuro:not([class*="-bg"]) [class*='note'] .title:hover,
  .widget-wrapper.verde_oscuro:not([class*="-bg"]) [class*='note'] .author:hover {
    color: #4a7a50 !important; }
  .widget-wrapper.verde_oscuro:not([class*="-bg"]) [data-type*="article"] i[class*="play"]:hover {
    color: #4a7a50 !important; }

.widget-wrapper.verde_oscuro:not([class*="-bg"]) {
  /* Cabezales */
  /* Chapitas en los listados de notas */
  /* Icono de Play si la nota tiene video */ }
  .widget-wrapper.verde_oscuro:not([class*="-bg"]) .headline .obj-title, .widget-wrapper.verde_oscuro:not([class*="-bg"]) .most-read .obj-title, .widget-wrapper.verde_oscuro:not([class*="-bg"]) .note-by-author .obj-title {
    color: #4a7a50; }
    .widget-wrapper.verde_oscuro:not([class*="-bg"]) .headline .obj-title::first-letter, .widget-wrapper.verde_oscuro:not([class*="-bg"]) .most-read .obj-title::first-letter, .widget-wrapper.verde_oscuro:not([class*="-bg"]) .note-by-author .obj-title::first-letter {
      background-color: #4a7a50;
      color: #FFFFFF; }
  .widget-wrapper.verde_oscuro:not([class*="-bg"]) [class*='note']:not(.highlighted-portrait-note):not(.highlighted-note-overprinted-title) .article-kicker {
    color: #4a7a50 !important; }
  .widget-wrapper.verde_oscuro:not([class*="-bg"]) [class*='note'] .article-theme {
    background-color: rgba(74, 122, 80, 0.8) !important;
    color: #FFFFFF !important; }
  .widget-wrapper.verde_oscuro:not([class*="-bg"]) [class*='note'] .info-wrapper .preview:hover,
  .widget-wrapper.verde_oscuro:not([class*="-bg"]) [class*='note'] .info-wrapper .title:hover,
  .widget-wrapper.verde_oscuro:not([class*="-bg"]) [class*='note'] .info-wrapper .author:hover,
  .widget-wrapper.verde_oscuro:not([class*="-bg"]) [class*='note'] .info-wrapper .article-category-grouper:hover,
  .widget-wrapper.verde_oscuro:not([class*="-bg"]) [class*='note'] .info-wrapper .article-kicker:hover {
    color: #4a7a50 !important; }
  .widget-wrapper.verde_oscuro:not([class*="-bg"]) [class*='note'] .preview:hover,
  .widget-wrapper.verde_oscuro:not([class*="-bg"]) [class*='note'] .title:hover,
  .widget-wrapper.verde_oscuro:not([class*="-bg"]) [class*='note'] .author:hover {
    color: #4a7a50 !important; }
  .widget-wrapper.verde_oscuro:not([class*="-bg"]) [data-type*="article"] i[class*="play"]:hover {
    color: #4a7a50 !important; }

.widget-wrapper.verde_oscuro:not([class*="-bg"]) {
  /* Cabezales */
  /* Chapitas en los listados de notas */
  /* Icono de Play si la nota tiene video */ }
  .widget-wrapper.verde_oscuro:not([class*="-bg"]) .headline .obj-title, .widget-wrapper.verde_oscuro:not([class*="-bg"]) .most-read .obj-title, .widget-wrapper.verde_oscuro:not([class*="-bg"]) .note-by-author .obj-title {
    color: #4a7a50; }
    .widget-wrapper.verde_oscuro:not([class*="-bg"]) .headline .obj-title::first-letter, .widget-wrapper.verde_oscuro:not([class*="-bg"]) .most-read .obj-title::first-letter, .widget-wrapper.verde_oscuro:not([class*="-bg"]) .note-by-author .obj-title::first-letter {
      background-color: #4a7a50;
      color: #FFFFFF; }
  .widget-wrapper.verde_oscuro:not([class*="-bg"]) [class*='note']:not(.highlighted-portrait-note):not(.highlighted-note-overprinted-title) .article-kicker {
    color: #4a7a50 !important; }
  .widget-wrapper.verde_oscuro:not([class*="-bg"]) [class*='note'] .article-theme {
    background-color: rgba(74, 122, 80, 0.8) !important;
    color: #FFFFFF !important; }
  .widget-wrapper.verde_oscuro:not([class*="-bg"]) [class*='note'] .info-wrapper .preview:hover,
  .widget-wrapper.verde_oscuro:not([class*="-bg"]) [class*='note'] .info-wrapper .title:hover,
  .widget-wrapper.verde_oscuro:not([class*="-bg"]) [class*='note'] .info-wrapper .author:hover,
  .widget-wrapper.verde_oscuro:not([class*="-bg"]) [class*='note'] .info-wrapper .article-category-grouper:hover,
  .widget-wrapper.verde_oscuro:not([class*="-bg"]) [class*='note'] .info-wrapper .article-kicker:hover {
    color: #4a7a50 !important; }
  .widget-wrapper.verde_oscuro:not([class*="-bg"]) [class*='note'] .preview:hover,
  .widget-wrapper.verde_oscuro:not([class*="-bg"]) [class*='note'] .title:hover,
  .widget-wrapper.verde_oscuro:not([class*="-bg"]) [class*='note'] .author:hover {
    color: #4a7a50 !important; }
  .widget-wrapper.verde_oscuro:not([class*="-bg"]) [data-type*="article"] i[class*="play"]:hover {
    color: #4a7a50 !important; }

.widget-wrapper.verde_oscuro:not([class*="-bg"]) {
  /* Cabezales */
  /* Chapitas en los listados de notas */
  /* Icono de Play si la nota tiene video */ }
  .widget-wrapper.verde_oscuro:not([class*="-bg"]) .headline .obj-title, .widget-wrapper.verde_oscuro:not([class*="-bg"]) .most-read .obj-title, .widget-wrapper.verde_oscuro:not([class*="-bg"]) .note-by-author .obj-title {
    color: #4a7a50; }
    .widget-wrapper.verde_oscuro:not([class*="-bg"]) .headline .obj-title::first-letter, .widget-wrapper.verde_oscuro:not([class*="-bg"]) .most-read .obj-title::first-letter, .widget-wrapper.verde_oscuro:not([class*="-bg"]) .note-by-author .obj-title::first-letter {
      background-color: #4a7a50;
      color: #FFFFFF; }
  .widget-wrapper.verde_oscuro:not([class*="-bg"]) [class*='note']:not(.highlighted-portrait-note):not(.highlighted-note-overprinted-title) .article-kicker {
    color: #4a7a50 !important; }
  .widget-wrapper.verde_oscuro:not([class*="-bg"]) [class*='note'] .article-theme {
    background-color: rgba(74, 122, 80, 0.8) !important;
    color: #FFFFFF !important; }
  .widget-wrapper.verde_oscuro:not([class*="-bg"]) [class*='note'] .info-wrapper .preview:hover,
  .widget-wrapper.verde_oscuro:not([class*="-bg"]) [class*='note'] .info-wrapper .title:hover,
  .widget-wrapper.verde_oscuro:not([class*="-bg"]) [class*='note'] .info-wrapper .author:hover,
  .widget-wrapper.verde_oscuro:not([class*="-bg"]) [class*='note'] .info-wrapper .article-category-grouper:hover,
  .widget-wrapper.verde_oscuro:not([class*="-bg"]) [class*='note'] .info-wrapper .article-kicker:hover {
    color: #4a7a50 !important; }
  .widget-wrapper.verde_oscuro:not([class*="-bg"]) [class*='note'] .preview:hover,
  .widget-wrapper.verde_oscuro:not([class*="-bg"]) [class*='note'] .title:hover,
  .widget-wrapper.verde_oscuro:not([class*="-bg"]) [class*='note'] .author:hover {
    color: #4a7a50 !important; }
  .widget-wrapper.verde_oscuro:not([class*="-bg"]) [data-type*="article"] i[class*="play"]:hover {
    color: #4a7a50 !important; }

.widget-wrapper.verde_oscuro:not([class*="-bg"]) {
  /* Cabezales */
  /* Chapitas en los listados de notas */
  /* Icono de Play si la nota tiene video */ }
  .widget-wrapper.verde_oscuro:not([class*="-bg"]) .headline .obj-title, .widget-wrapper.verde_oscuro:not([class*="-bg"]) .most-read .obj-title, .widget-wrapper.verde_oscuro:not([class*="-bg"]) .note-by-author .obj-title {
    color: #4a7a50; }
    .widget-wrapper.verde_oscuro:not([class*="-bg"]) .headline .obj-title::first-letter, .widget-wrapper.verde_oscuro:not([class*="-bg"]) .most-read .obj-title::first-letter, .widget-wrapper.verde_oscuro:not([class*="-bg"]) .note-by-author .obj-title::first-letter {
      background-color: #4a7a50;
      color: #FFFFFF; }
  .widget-wrapper.verde_oscuro:not([class*="-bg"]) [class*='note']:not(.highlighted-portrait-note):not(.highlighted-note-overprinted-title) .article-kicker {
    color: #4a7a50 !important; }
  .widget-wrapper.verde_oscuro:not([class*="-bg"]) [class*='note'] .article-theme {
    background-color: rgba(74, 122, 80, 0.8) !important;
    color: #FFFFFF !important; }
  .widget-wrapper.verde_oscuro:not([class*="-bg"]) [class*='note'] .info-wrapper .preview:hover,
  .widget-wrapper.verde_oscuro:not([class*="-bg"]) [class*='note'] .info-wrapper .title:hover,
  .widget-wrapper.verde_oscuro:not([class*="-bg"]) [class*='note'] .info-wrapper .author:hover,
  .widget-wrapper.verde_oscuro:not([class*="-bg"]) [class*='note'] .info-wrapper .article-category-grouper:hover,
  .widget-wrapper.verde_oscuro:not([class*="-bg"]) [class*='note'] .info-wrapper .article-kicker:hover {
    color: #4a7a50 !important; }
  .widget-wrapper.verde_oscuro:not([class*="-bg"]) [class*='note'] .preview:hover,
  .widget-wrapper.verde_oscuro:not([class*="-bg"]) [class*='note'] .title:hover,
  .widget-wrapper.verde_oscuro:not([class*="-bg"]) [class*='note'] .author:hover {
    color: #4a7a50 !important; }
  .widget-wrapper.verde_oscuro:not([class*="-bg"]) [data-type*="article"] i[class*="play"]:hover {
    color: #4a7a50 !important; }

.widget-wrapper.verde_oscuro:not([class*="-bg"]) {
  /* Cabezales */
  /* Chapitas en los listados de notas */
  /* Icono de Play si la nota tiene video */ }
  .widget-wrapper.verde_oscuro:not([class*="-bg"]) .headline .obj-title, .widget-wrapper.verde_oscuro:not([class*="-bg"]) .most-read .obj-title, .widget-wrapper.verde_oscuro:not([class*="-bg"]) .note-by-author .obj-title {
    color: #4a7a50; }
    .widget-wrapper.verde_oscuro:not([class*="-bg"]) .headline .obj-title::first-letter, .widget-wrapper.verde_oscuro:not([class*="-bg"]) .most-read .obj-title::first-letter, .widget-wrapper.verde_oscuro:not([class*="-bg"]) .note-by-author .obj-title::first-letter {
      background-color: #4a7a50;
      color: #FFFFFF; }
  .widget-wrapper.verde_oscuro:not([class*="-bg"]) [class*='note']:not(.highlighted-portrait-note):not(.highlighted-note-overprinted-title) .article-kicker {
    color: #4a7a50 !important; }
  .widget-wrapper.verde_oscuro:not([class*="-bg"]) [class*='note'] .article-theme {
    background-color: rgba(74, 122, 80, 0.8) !important;
    color: #FFFFFF !important; }
  .widget-wrapper.verde_oscuro:not([class*="-bg"]) [class*='note'] .info-wrapper .preview:hover,
  .widget-wrapper.verde_oscuro:not([class*="-bg"]) [class*='note'] .info-wrapper .title:hover,
  .widget-wrapper.verde_oscuro:not([class*="-bg"]) [class*='note'] .info-wrapper .author:hover,
  .widget-wrapper.verde_oscuro:not([class*="-bg"]) [class*='note'] .info-wrapper .article-category-grouper:hover,
  .widget-wrapper.verde_oscuro:not([class*="-bg"]) [class*='note'] .info-wrapper .article-kicker:hover {
    color: #4a7a50 !important; }
  .widget-wrapper.verde_oscuro:not([class*="-bg"]) [class*='note'] .preview:hover,
  .widget-wrapper.verde_oscuro:not([class*="-bg"]) [class*='note'] .title:hover,
  .widget-wrapper.verde_oscuro:not([class*="-bg"]) [class*='note'] .author:hover {
    color: #4a7a50 !important; }
  .widget-wrapper.verde_oscuro:not([class*="-bg"]) [data-type*="article"] i[class*="play"]:hover {
    color: #4a7a50 !important; }

.widget-wrapper.verde_oscuro:not([class*="-bg"]) {
  /* Cabezales */
  /* Chapitas en los listados de notas */
  /* Icono de Play si la nota tiene video */ }
  .widget-wrapper.verde_oscuro:not([class*="-bg"]) .headline .obj-title, .widget-wrapper.verde_oscuro:not([class*="-bg"]) .most-read .obj-title, .widget-wrapper.verde_oscuro:not([class*="-bg"]) .note-by-author .obj-title {
    color: #4a7a50; }
    .widget-wrapper.verde_oscuro:not([class*="-bg"]) .headline .obj-title::first-letter, .widget-wrapper.verde_oscuro:not([class*="-bg"]) .most-read .obj-title::first-letter, .widget-wrapper.verde_oscuro:not([class*="-bg"]) .note-by-author .obj-title::first-letter {
      background-color: #4a7a50;
      color: #FFFFFF; }
  .widget-wrapper.verde_oscuro:not([class*="-bg"]) [class*='note']:not(.highlighted-portrait-note):not(.highlighted-note-overprinted-title) .article-kicker {
    color: #4a7a50 !important; }
  .widget-wrapper.verde_oscuro:not([class*="-bg"]) [class*='note'] .article-theme {
    background-color: rgba(74, 122, 80, 0.8) !important;
    color: #FFFFFF !important; }
  .widget-wrapper.verde_oscuro:not([class*="-bg"]) [class*='note'] .info-wrapper .preview:hover,
  .widget-wrapper.verde_oscuro:not([class*="-bg"]) [class*='note'] .info-wrapper .title:hover,
  .widget-wrapper.verde_oscuro:not([class*="-bg"]) [class*='note'] .info-wrapper .author:hover,
  .widget-wrapper.verde_oscuro:not([class*="-bg"]) [class*='note'] .info-wrapper .article-category-grouper:hover,
  .widget-wrapper.verde_oscuro:not([class*="-bg"]) [class*='note'] .info-wrapper .article-kicker:hover {
    color: #4a7a50 !important; }
  .widget-wrapper.verde_oscuro:not([class*="-bg"]) [class*='note'] .preview:hover,
  .widget-wrapper.verde_oscuro:not([class*="-bg"]) [class*='note'] .title:hover,
  .widget-wrapper.verde_oscuro:not([class*="-bg"]) [class*='note'] .author:hover {
    color: #4a7a50 !important; }
  .widget-wrapper.verde_oscuro:not([class*="-bg"]) [data-type*="article"] i[class*="play"]:hover {
    color: #4a7a50 !important; }

.widget-wrapper.verde_oscuro:not([class*="-bg"]) {
  /* Cabezales */
  /* Chapitas en los listados de notas */
  /* Icono de Play si la nota tiene video */ }
  .widget-wrapper.verde_oscuro:not([class*="-bg"]) .headline .obj-title, .widget-wrapper.verde_oscuro:not([class*="-bg"]) .most-read .obj-title, .widget-wrapper.verde_oscuro:not([class*="-bg"]) .note-by-author .obj-title {
    color: #4a7a50; }
    .widget-wrapper.verde_oscuro:not([class*="-bg"]) .headline .obj-title::first-letter, .widget-wrapper.verde_oscuro:not([class*="-bg"]) .most-read .obj-title::first-letter, .widget-wrapper.verde_oscuro:not([class*="-bg"]) .note-by-author .obj-title::first-letter {
      background-color: #4a7a50;
      color: #FFFFFF; }
  .widget-wrapper.verde_oscuro:not([class*="-bg"]) [class*='note']:not(.highlighted-portrait-note):not(.highlighted-note-overprinted-title) .article-kicker {
    color: #4a7a50 !important; }
  .widget-wrapper.verde_oscuro:not([class*="-bg"]) [class*='note'] .article-theme {
    background-color: rgba(74, 122, 80, 0.8) !important;
    color: #FFFFFF !important; }
  .widget-wrapper.verde_oscuro:not([class*="-bg"]) [class*='note'] .info-wrapper .preview:hover,
  .widget-wrapper.verde_oscuro:not([class*="-bg"]) [class*='note'] .info-wrapper .title:hover,
  .widget-wrapper.verde_oscuro:not([class*="-bg"]) [class*='note'] .info-wrapper .author:hover,
  .widget-wrapper.verde_oscuro:not([class*="-bg"]) [class*='note'] .info-wrapper .article-category-grouper:hover,
  .widget-wrapper.verde_oscuro:not([class*="-bg"]) [class*='note'] .info-wrapper .article-kicker:hover {
    color: #4a7a50 !important; }
  .widget-wrapper.verde_oscuro:not([class*="-bg"]) [class*='note'] .preview:hover,
  .widget-wrapper.verde_oscuro:not([class*="-bg"]) [class*='note'] .title:hover,
  .widget-wrapper.verde_oscuro:not([class*="-bg"]) [class*='note'] .author:hover {
    color: #4a7a50 !important; }
  .widget-wrapper.verde_oscuro:not([class*="-bg"]) [data-type*="article"] i[class*="play"]:hover {
    color: #4a7a50 !important; }

.widget-wrapper.verde_oscuro:not([class*="-bg"]) {
  /* Cabezales */
  /* Chapitas en los listados de notas */
  /* Icono de Play si la nota tiene video */ }
  .widget-wrapper.verde_oscuro:not([class*="-bg"]) .headline .obj-title, .widget-wrapper.verde_oscuro:not([class*="-bg"]) .most-read .obj-title, .widget-wrapper.verde_oscuro:not([class*="-bg"]) .note-by-author .obj-title {
    color: #4a7a50; }
    .widget-wrapper.verde_oscuro:not([class*="-bg"]) .headline .obj-title::first-letter, .widget-wrapper.verde_oscuro:not([class*="-bg"]) .most-read .obj-title::first-letter, .widget-wrapper.verde_oscuro:not([class*="-bg"]) .note-by-author .obj-title::first-letter {
      background-color: #4a7a50;
      color: #FFFFFF; }
  .widget-wrapper.verde_oscuro:not([class*="-bg"]) [class*='note']:not(.highlighted-portrait-note):not(.highlighted-note-overprinted-title) .article-kicker {
    color: #4a7a50 !important; }
  .widget-wrapper.verde_oscuro:not([class*="-bg"]) [class*='note'] .article-theme {
    background-color: rgba(74, 122, 80, 0.8) !important;
    color: #FFFFFF !important; }
  .widget-wrapper.verde_oscuro:not([class*="-bg"]) [class*='note'] .info-wrapper .preview:hover,
  .widget-wrapper.verde_oscuro:not([class*="-bg"]) [class*='note'] .info-wrapper .title:hover,
  .widget-wrapper.verde_oscuro:not([class*="-bg"]) [class*='note'] .info-wrapper .author:hover,
  .widget-wrapper.verde_oscuro:not([class*="-bg"]) [class*='note'] .info-wrapper .article-category-grouper:hover,
  .widget-wrapper.verde_oscuro:not([class*="-bg"]) [class*='note'] .info-wrapper .article-kicker:hover {
    color: #4a7a50 !important; }
  .widget-wrapper.verde_oscuro:not([class*="-bg"]) [class*='note'] .preview:hover,
  .widget-wrapper.verde_oscuro:not([class*="-bg"]) [class*='note'] .title:hover,
  .widget-wrapper.verde_oscuro:not([class*="-bg"]) [class*='note'] .author:hover {
    color: #4a7a50 !important; }
  .widget-wrapper.verde_oscuro:not([class*="-bg"]) [data-type*="article"] i[class*="play"]:hover {
    color: #4a7a50 !important; }

.widget-wrapper.verde_oscuro:not([class*="-bg"]) {
  /* Cabezales */
  /* Chapitas en los listados de notas */
  /* Icono de Play si la nota tiene video */ }
  .widget-wrapper.verde_oscuro:not([class*="-bg"]) .headline .obj-title, .widget-wrapper.verde_oscuro:not([class*="-bg"]) .most-read .obj-title, .widget-wrapper.verde_oscuro:not([class*="-bg"]) .note-by-author .obj-title {
    color: #4a7a50; }
    .widget-wrapper.verde_oscuro:not([class*="-bg"]) .headline .obj-title::first-letter, .widget-wrapper.verde_oscuro:not([class*="-bg"]) .most-read .obj-title::first-letter, .widget-wrapper.verde_oscuro:not([class*="-bg"]) .note-by-author .obj-title::first-letter {
      background-color: #4a7a50;
      color: #FFFFFF; }
  .widget-wrapper.verde_oscuro:not([class*="-bg"]) [class*='note']:not(.highlighted-portrait-note):not(.highlighted-note-overprinted-title) .article-kicker {
    color: #4a7a50 !important; }
  .widget-wrapper.verde_oscuro:not([class*="-bg"]) [class*='note'] .article-theme {
    background-color: rgba(74, 122, 80, 0.8) !important;
    color: #FFFFFF !important; }
  .widget-wrapper.verde_oscuro:not([class*="-bg"]) [class*='note'] .info-wrapper .preview:hover,
  .widget-wrapper.verde_oscuro:not([class*="-bg"]) [class*='note'] .info-wrapper .title:hover,
  .widget-wrapper.verde_oscuro:not([class*="-bg"]) [class*='note'] .info-wrapper .author:hover,
  .widget-wrapper.verde_oscuro:not([class*="-bg"]) [class*='note'] .info-wrapper .article-category-grouper:hover,
  .widget-wrapper.verde_oscuro:not([class*="-bg"]) [class*='note'] .info-wrapper .article-kicker:hover {
    color: #4a7a50 !important; }
  .widget-wrapper.verde_oscuro:not([class*="-bg"]) [class*='note'] .preview:hover,
  .widget-wrapper.verde_oscuro:not([class*="-bg"]) [class*='note'] .title:hover,
  .widget-wrapper.verde_oscuro:not([class*="-bg"]) [class*='note'] .author:hover {
    color: #4a7a50 !important; }
  .widget-wrapper.verde_oscuro:not([class*="-bg"]) [data-type*="article"] i[class*="play"]:hover {
    color: #4a7a50 !important; }

.widget-wrapper.verde_oscuro:not([class*="-bg"]) {
  /* Cabezales */
  /* Chapitas en los listados de notas */
  /* Icono de Play si la nota tiene video */ }
  .widget-wrapper.verde_oscuro:not([class*="-bg"]) .headline .obj-title, .widget-wrapper.verde_oscuro:not([class*="-bg"]) .most-read .obj-title, .widget-wrapper.verde_oscuro:not([class*="-bg"]) .note-by-author .obj-title {
    color: #4a7a50; }
    .widget-wrapper.verde_oscuro:not([class*="-bg"]) .headline .obj-title::first-letter, .widget-wrapper.verde_oscuro:not([class*="-bg"]) .most-read .obj-title::first-letter, .widget-wrapper.verde_oscuro:not([class*="-bg"]) .note-by-author .obj-title::first-letter {
      background-color: #4a7a50;
      color: #FFFFFF; }
  .widget-wrapper.verde_oscuro:not([class*="-bg"]) [class*='note']:not(.highlighted-portrait-note):not(.highlighted-note-overprinted-title) .article-kicker {
    color: #4a7a50 !important; }
  .widget-wrapper.verde_oscuro:not([class*="-bg"]) [class*='note'] .article-theme {
    background-color: rgba(74, 122, 80, 0.8) !important;
    color: #FFFFFF !important; }
  .widget-wrapper.verde_oscuro:not([class*="-bg"]) [class*='note'] .info-wrapper .preview:hover,
  .widget-wrapper.verde_oscuro:not([class*="-bg"]) [class*='note'] .info-wrapper .title:hover,
  .widget-wrapper.verde_oscuro:not([class*="-bg"]) [class*='note'] .info-wrapper .author:hover,
  .widget-wrapper.verde_oscuro:not([class*="-bg"]) [class*='note'] .info-wrapper .article-category-grouper:hover,
  .widget-wrapper.verde_oscuro:not([class*="-bg"]) [class*='note'] .info-wrapper .article-kicker:hover {
    color: #4a7a50 !important; }
  .widget-wrapper.verde_oscuro:not([class*="-bg"]) [class*='note'] .preview:hover,
  .widget-wrapper.verde_oscuro:not([class*="-bg"]) [class*='note'] .title:hover,
  .widget-wrapper.verde_oscuro:not([class*="-bg"]) [class*='note'] .author:hover {
    color: #4a7a50 !important; }
  .widget-wrapper.verde_oscuro:not([class*="-bg"]) [data-type*="article"] i[class*="play"]:hover {
    color: #4a7a50 !important; }

.widget-wrapper.verde_oscuro:not([class*="-bg"]) {
  /* Cabezales */
  /* Chapitas en los listados de notas */
  /* Icono de Play si la nota tiene video */ }
  .widget-wrapper.verde_oscuro:not([class*="-bg"]) .headline .obj-title, .widget-wrapper.verde_oscuro:not([class*="-bg"]) .most-read .obj-title, .widget-wrapper.verde_oscuro:not([class*="-bg"]) .note-by-author .obj-title {
    color: #4a7a50; }
    .widget-wrapper.verde_oscuro:not([class*="-bg"]) .headline .obj-title::first-letter, .widget-wrapper.verde_oscuro:not([class*="-bg"]) .most-read .obj-title::first-letter, .widget-wrapper.verde_oscuro:not([class*="-bg"]) .note-by-author .obj-title::first-letter {
      background-color: #4a7a50;
      color: #FFFFFF; }
  .widget-wrapper.verde_oscuro:not([class*="-bg"]) [class*='note']:not(.highlighted-portrait-note):not(.highlighted-note-overprinted-title) .article-kicker {
    color: #4a7a50 !important; }
  .widget-wrapper.verde_oscuro:not([class*="-bg"]) [class*='note'] .article-theme {
    background-color: rgba(74, 122, 80, 0.8) !important;
    color: #FFFFFF !important; }
  .widget-wrapper.verde_oscuro:not([class*="-bg"]) [class*='note'] .info-wrapper .preview:hover,
  .widget-wrapper.verde_oscuro:not([class*="-bg"]) [class*='note'] .info-wrapper .title:hover,
  .widget-wrapper.verde_oscuro:not([class*="-bg"]) [class*='note'] .info-wrapper .author:hover,
  .widget-wrapper.verde_oscuro:not([class*="-bg"]) [class*='note'] .info-wrapper .article-category-grouper:hover,
  .widget-wrapper.verde_oscuro:not([class*="-bg"]) [class*='note'] .info-wrapper .article-kicker:hover {
    color: #4a7a50 !important; }
  .widget-wrapper.verde_oscuro:not([class*="-bg"]) [class*='note'] .preview:hover,
  .widget-wrapper.verde_oscuro:not([class*="-bg"]) [class*='note'] .title:hover,
  .widget-wrapper.verde_oscuro:not([class*="-bg"]) [class*='note'] .author:hover {
    color: #4a7a50 !important; }
  .widget-wrapper.verde_oscuro:not([class*="-bg"]) [data-type*="article"] i[class*="play"]:hover {
    color: #4a7a50 !important; }

.widget-wrapper.verde_oscuro:not([class*="-bg"]) {
  /* Cabezales */
  /* Chapitas en los listados de notas */
  /* Icono de Play si la nota tiene video */ }
  .widget-wrapper.verde_oscuro:not([class*="-bg"]) .headline .obj-title, .widget-wrapper.verde_oscuro:not([class*="-bg"]) .most-read .obj-title, .widget-wrapper.verde_oscuro:not([class*="-bg"]) .note-by-author .obj-title {
    color: #4a7a50; }
    .widget-wrapper.verde_oscuro:not([class*="-bg"]) .headline .obj-title::first-letter, .widget-wrapper.verde_oscuro:not([class*="-bg"]) .most-read .obj-title::first-letter, .widget-wrapper.verde_oscuro:not([class*="-bg"]) .note-by-author .obj-title::first-letter {
      background-color: #4a7a50;
      color: #FFFFFF; }
  .widget-wrapper.verde_oscuro:not([class*="-bg"]) [class*='note']:not(.highlighted-portrait-note):not(.highlighted-note-overprinted-title) .article-kicker {
    color: #4a7a50 !important; }
  .widget-wrapper.verde_oscuro:not([class*="-bg"]) [class*='note'] .article-theme {
    background-color: rgba(74, 122, 80, 0.8) !important;
    color: #FFFFFF !important; }
  .widget-wrapper.verde_oscuro:not([class*="-bg"]) [class*='note'] .info-wrapper .preview:hover,
  .widget-wrapper.verde_oscuro:not([class*="-bg"]) [class*='note'] .info-wrapper .title:hover,
  .widget-wrapper.verde_oscuro:not([class*="-bg"]) [class*='note'] .info-wrapper .author:hover,
  .widget-wrapper.verde_oscuro:not([class*="-bg"]) [class*='note'] .info-wrapper .article-category-grouper:hover,
  .widget-wrapper.verde_oscuro:not([class*="-bg"]) [class*='note'] .info-wrapper .article-kicker:hover {
    color: #4a7a50 !important; }
  .widget-wrapper.verde_oscuro:not([class*="-bg"]) [class*='note'] .preview:hover,
  .widget-wrapper.verde_oscuro:not([class*="-bg"]) [class*='note'] .title:hover,
  .widget-wrapper.verde_oscuro:not([class*="-bg"]) [class*='note'] .author:hover {
    color: #4a7a50 !important; }
  .widget-wrapper.verde_oscuro:not([class*="-bg"]) [data-type*="article"] i[class*="play"]:hover {
    color: #4a7a50 !important; }

.widget-wrapper.texto-blanco {
  color: #FFFFFF;
  /* Cabezales */ }
  .widget-wrapper.texto-blanco .headline .obj-title, .widget-wrapper.texto-blanco .most-read .obj-title, .widget-wrapper.texto-blanco .note-by-author .obj-title {
    color: #FFFFFF; }
  .widget-wrapper.texto-blanco .simple-list .simple-note:not(.no-media) .title, .widget-wrapper.texto-blanco .section-aside-single-article .simple-note:not(.no-media) .title {
    color: #FFFFFF; }
  .widget-wrapper.texto-blanco .simple-list-square-image .simple-note-square-image .title {
    color: #FFFFFF; }
  .widget-wrapper.texto-blanco .free-text .body-content {
    color: #FFFFFF; }
  .widget-wrapper.texto-blanco [data-type*="article"] .info-wrapper .article-kicker {
    color: #FFFFFF !important; }

/* Colores en Detalle Sección */
body.verde_oscuro main.container.note {
  /* Cabezales */
  /* Chapitas en los listados de notas */
  /* Icono de Play si la nota tiene video */
  /* Iconos de Share/Compartir */
  /* Listado Más Leídas */
  /* Paginador Listado Seccion */ }
  body.verde_oscuro main.container.note .headline .obj-title, body.verde_oscuro main.container.note .most-read .obj-title, body.verde_oscuro main.container.note .note-by-author .obj-title {
    color: #4a7a50; }
    body.verde_oscuro main.container.note .headline .obj-title::first-letter, body.verde_oscuro main.container.note .most-read .obj-title::first-letter, body.verde_oscuro main.container.note .note-by-author .obj-title::first-letter {
      background-color: #4a7a50;
      color: #FFFFFF; }
  body.verde_oscuro main.container.note [class*='note'] .article-theme {
    background-color: rgba(74, 122, 80, 0.8) !important;
    color: #FFFFFF !important; }
  body.verde_oscuro main.container.note [class*='note'] .info-wrapper .preview:hover,
  body.verde_oscuro main.container.note [class*='note'] .info-wrapper .title:hover,
  body.verde_oscuro main.container.note [class*='note'] .info-wrapper .author:hover {
    color: #4a7a50 !important; }
  body.verde_oscuro main.container.note [class*='note'] .preview:hover,
  body.verde_oscuro main.container.note [class*='note'] .title:hover,
  body.verde_oscuro main.container.note [class*='note'] .author:hover {
    color: #4a7a50 !important; }
  body.verde_oscuro main.container.note [data-type*="article"] i[class*="play"]:hover {
    color: #4a7a50 !important; }
  body.verde_oscuro main.container.note .socials-share li {
    background-color: #4a7a50; }
  body.verde_oscuro main.container.note .ranking-list {
    background-color: #4a7a50; }
    body.verde_oscuro main.container.note .ranking-list .article .number {
      background-color: #406a46; }
    body.verde_oscuro main.container.note .ranking-list .article .number,
    body.verde_oscuro main.container.note .ranking-list .article .title,
    body.verde_oscuro main.container.note .ranking-list .article .author {
      color: #FFFFFF; }
    body.verde_oscuro main.container.note .ranking-list .obj-title {
      color: #FFFFFF; }
  body.verde_oscuro main.container.note .list-articles .articles-pagination [class*="button"] {
    background-color: #4a7a50;
    color: #FFFFFF; }
    body.verde_oscuro main.container.note .list-articles .articles-pagination [class*="button"]:hover {
      background-color: #C82828; }

/* Colores en las chapitas */
.article-theme.violeta {
  color: #56008D !important; }

.article-kicker.violeta {
  color: #56008D !important; }

.article-category-grouper.violeta:hover {
  color: #56008D !important; }

/* Cabezales */
.headline.violeta .obj-title, .violeta.most-read .obj-title, .violeta.note-by-author .obj-title {
  color: #56008D; }
  .headline.violeta .obj-title::first-letter, .violeta.most-read .obj-title::first-letter, .violeta.note-by-author .obj-title::first-letter {
    background-color: #56008D;
    color: #FFFFFF; }

/* Widges con colores de fondo */
.violeta-bg {
  background-color: #56008D; }
  .violeta-bg.widget-wrapper {
    padding-top: 25px;
    margin-bottom: 25px; }
  .violeta-bg .highlighted-note-square-image .preview,
  .violeta-bg .highlighted-note-square-image .title,
  .violeta-bg .highlighted-note-square-image .author,
  .violeta-bg .highlighted-note-square-image .article-category-grouper,
  .violeta-bg .highlighted-note-square-image .article-kicker,
  .violeta-bg .simple-note .preview,
  .violeta-bg .simple-note .title,
  .violeta-bg .simple-note .author,
  .violeta-bg .simple-note .article-category-grouper,
  .violeta-bg .simple-note .article-kicker,
  .violeta-bg .simple-note-square-image .preview,
  .violeta-bg .simple-note-square-image .title,
  .violeta-bg .simple-note-square-image .author,
  .violeta-bg .simple-note-square-image .article-category-grouper,
  .violeta-bg .simple-note-square-image .article-kicker {
    color: #FFFFFF !important; }
  .violeta-bg .headline, .violeta-bg .most-read, .violeta-bg .note-by-author {
    margin-top: 0;
    padding-top: 8px; }
    .violeta-bg .headline .obj-title, .violeta-bg .most-read .obj-title, .violeta-bg .note-by-author .obj-title {
      color: #FFFFFF !important; }
      .violeta-bg .headline .obj-title::first-letter, .violeta-bg .most-read .obj-title::first-letter, .violeta-bg .note-by-author .obj-title::first-letter {
        background-color: #FFFFFF;
        color: #56008D !important; }
  .violeta-bg.celeste-vivo {
    /* Chapitas en los listados de notas */
    /* Icono de Play si la nota tiene video */ }
    .violeta-bg.celeste-vivo [class*='note'] .article-theme {
      background-color: rgba(68, 201, 246, 0.8) !important;
      color: #FFFFFF !important; }
    .violeta-bg.celeste-vivo [data-type*="article"] i[class*="play"]:hover {
      color: #44c9f6 !important; }
  .violeta-bg.copa-america {
    /* Chapitas en los listados de notas */
    /* Icono de Play si la nota tiene video */ }
    .violeta-bg.copa-america [class*='note'] .article-theme {
      background-color: rgba(32, 138, 200, 0.8) !important;
      color: #FFFFFF !important; }
    .violeta-bg.copa-america [data-type*="article"] i[class*="play"]:hover {
      color: #208ac8 !important; }
  .violeta-bg.fucsia {
    /* Chapitas en los listados de notas */
    /* Icono de Play si la nota tiene video */ }
    .violeta-bg.fucsia [class*='note'] .article-theme {
      background-color: rgba(182, 11, 124, 0.8) !important;
      color: #FFFFFF !important; }
    .violeta-bg.fucsia [data-type*="article"] i[class*="play"]:hover {
      color: #b60b7c !important; }
  .violeta-bg.gris {
    /* Chapitas en los listados de notas */
    /* Icono de Play si la nota tiene video */ }
    .violeta-bg.gris [class*='note'] .article-theme {
      background-color: rgba(109, 123, 140, 0.8) !important;
      color: #FFFFFF !important; }
    .violeta-bg.gris [data-type*="article"] i[class*="play"]:hover {
      color: #6d7b8c !important; }
  .violeta-bg.naranja {
    /* Chapitas en los listados de notas */
    /* Icono de Play si la nota tiene video */ }
    .violeta-bg.naranja [class*='note'] .article-theme {
      background-color: rgba(227, 123, 87, 0.8) !important;
      color: #FFFFFF !important; }
    .violeta-bg.naranja [data-type*="article"] i[class*="play"]:hover {
      color: #e37b57 !important; }
  .violeta-bg.naranja_fuerte {
    /* Chapitas en los listados de notas */
    /* Icono de Play si la nota tiene video */ }
    .violeta-bg.naranja_fuerte [class*='note'] .article-theme {
      background-color: rgba(217, 56, 0, 0.8) !important;
      color: #FFFFFF !important; }
    .violeta-bg.naranja_fuerte [data-type*="article"] i[class*="play"]:hover {
      color: #D93800 !important; }
  .violeta-bg.rating-cero {
    /* Chapitas en los listados de notas */
    /* Icono de Play si la nota tiene video */ }
    .violeta-bg.rating-cero [class*='note'] .article-theme {
      background-color: rgba(218, 44, 41, 0.8) !important;
      color: #FFFFFF !important; }
    .violeta-bg.rating-cero [data-type*="article"] i[class*="play"]:hover {
      color: #da2c29 !important; }
  .violeta-bg.texto-blanco .article-shouts .info-wrapper .preview,
  .violeta-bg.texto-blanco .article-shouts .info-wrapper .title,
  .violeta-bg.texto-blanco .article-shouts .info-wrapper .author,
  .violeta-bg.texto-blanco .article-shouts .info-wrapper .article-kicker,
  .violeta-bg.texto-blanco .highlighted-note-square-image .info-wrapper .preview,
  .violeta-bg.texto-blanco .highlighted-note-square-image .info-wrapper .title,
  .violeta-bg.texto-blanco .highlighted-note-square-image .info-wrapper .author,
  .violeta-bg.texto-blanco .highlighted-note-square-image .info-wrapper .article-kicker,
  .violeta-bg.texto-blanco .simple-list .info-wrapper .preview,
  .violeta-bg.texto-blanco .section-aside-single-article .info-wrapper .preview,
  .violeta-bg.texto-blanco .simple-list .info-wrapper .title,
  .violeta-bg.texto-blanco .section-aside-single-article .info-wrapper .title,
  .violeta-bg.texto-blanco .simple-list .info-wrapper .author,
  .violeta-bg.texto-blanco .section-aside-single-article .info-wrapper .author,
  .violeta-bg.texto-blanco .simple-list .info-wrapper .article-kicker,
  .violeta-bg.texto-blanco .section-aside-single-article .info-wrapper .article-kicker,
  .violeta-bg.texto-blanco .simple-list-square-image .info-wrapper .preview,
  .violeta-bg.texto-blanco .simple-list-square-image .info-wrapper .title,
  .violeta-bg.texto-blanco .simple-list-square-image .info-wrapper .author,
  .violeta-bg.texto-blanco .simple-list-square-image .info-wrapper .article-kicker {
    color: #FFFFFF !important; }
    .violeta-bg.texto-blanco .article-shouts .info-wrapper .preview:hover,
    .violeta-bg.texto-blanco .article-shouts .info-wrapper .title:hover,
    .violeta-bg.texto-blanco .article-shouts .info-wrapper .author:hover,
    .violeta-bg.texto-blanco .article-shouts .info-wrapper .article-kicker:hover,
    .violeta-bg.texto-blanco .highlighted-note-square-image .info-wrapper .preview:hover,
    .violeta-bg.texto-blanco .highlighted-note-square-image .info-wrapper .title:hover,
    .violeta-bg.texto-blanco .highlighted-note-square-image .info-wrapper .author:hover,
    .violeta-bg.texto-blanco .highlighted-note-square-image .info-wrapper .article-kicker:hover,
    .violeta-bg.texto-blanco .simple-list .info-wrapper .preview:hover,
    .violeta-bg.texto-blanco .section-aside-single-article .info-wrapper .preview:hover,
    .violeta-bg.texto-blanco .simple-list .info-wrapper .title:hover,
    .violeta-bg.texto-blanco .section-aside-single-article .info-wrapper .title:hover,
    .violeta-bg.texto-blanco .simple-list .info-wrapper .author:hover,
    .violeta-bg.texto-blanco .section-aside-single-article .info-wrapper .author:hover,
    .violeta-bg.texto-blanco .simple-list .info-wrapper .article-kicker:hover,
    .violeta-bg.texto-blanco .section-aside-single-article .info-wrapper .article-kicker:hover,
    .violeta-bg.texto-blanco .simple-list-square-image .info-wrapper .preview:hover,
    .violeta-bg.texto-blanco .simple-list-square-image .info-wrapper .title:hover,
    .violeta-bg.texto-blanco .simple-list-square-image .info-wrapper .author:hover,
    .violeta-bg.texto-blanco .simple-list-square-image .info-wrapper .article-kicker:hover {
      color: #FFFFFF !important; }
  .violeta-bg.texto-blanco .article-shouts .preview,
  .violeta-bg.texto-blanco .article-shouts .title,
  .violeta-bg.texto-blanco .article-shouts .author,
  .violeta-bg.texto-blanco .highlighted-note-square-image .preview,
  .violeta-bg.texto-blanco .highlighted-note-square-image .title,
  .violeta-bg.texto-blanco .highlighted-note-square-image .author,
  .violeta-bg.texto-blanco .simple-list .preview,
  .violeta-bg.texto-blanco .section-aside-single-article .preview,
  .violeta-bg.texto-blanco .simple-list .title,
  .violeta-bg.texto-blanco .section-aside-single-article .title,
  .violeta-bg.texto-blanco .simple-list .author,
  .violeta-bg.texto-blanco .section-aside-single-article .author,
  .violeta-bg.texto-blanco .simple-list-square-image .preview,
  .violeta-bg.texto-blanco .simple-list-square-image .title,
  .violeta-bg.texto-blanco .simple-list-square-image .author {
    color: #FFFFFF !important; }
    .violeta-bg.texto-blanco .article-shouts .preview:hover,
    .violeta-bg.texto-blanco .article-shouts .title:hover,
    .violeta-bg.texto-blanco .article-shouts .author:hover,
    .violeta-bg.texto-blanco .highlighted-note-square-image .preview:hover,
    .violeta-bg.texto-blanco .highlighted-note-square-image .title:hover,
    .violeta-bg.texto-blanco .highlighted-note-square-image .author:hover,
    .violeta-bg.texto-blanco .simple-list .preview:hover,
    .violeta-bg.texto-blanco .section-aside-single-article .preview:hover,
    .violeta-bg.texto-blanco .simple-list .title:hover,
    .violeta-bg.texto-blanco .section-aside-single-article .title:hover,
    .violeta-bg.texto-blanco .simple-list .author:hover,
    .violeta-bg.texto-blanco .section-aside-single-article .author:hover,
    .violeta-bg.texto-blanco .simple-list-square-image .preview:hover,
    .violeta-bg.texto-blanco .simple-list-square-image .title:hover,
    .violeta-bg.texto-blanco .simple-list-square-image .author:hover {
      color: #FFFFFF !important; }
  .violeta-bg.texto-blanco [class*='note'] .article-theme {
    color: #FFFFFF !important; }
  .violeta-bg.texto-blanco .headline, .violeta-bg.texto-blanco .most-read, .violeta-bg.texto-blanco .note-by-author {
    margin-top: 0;
    padding-top: 8px; }
    .violeta-bg.texto-blanco .headline .obj-title, .violeta-bg.texto-blanco .most-read .obj-title, .violeta-bg.texto-blanco .note-by-author .obj-title {
      color: #FFFFFF !important; }
      .violeta-bg.texto-blanco .headline .obj-title::first-letter, .violeta-bg.texto-blanco .most-read .obj-title::first-letter, .violeta-bg.texto-blanco .note-by-author .obj-title::first-letter {
        background-color: #FFFFFF;
        color: #56008D !important; }
  .violeta-bg.tipo-blanca {
    /* Chapitas en los listados de notas */
    /* Icono de Play si la nota tiene video */ }
    .violeta-bg.tipo-blanca [class*='note'] .article-theme {
      background-color: rgba(0, 0, 0, 0) !important;
      color: #FFFFFF !important; }
    .violeta-bg.tipo-blanca [data-type*="article"] i[class*="play"]:hover {
      color: transparent !important; }
  .violeta-bg.verde-doc {
    /* Chapitas en los listados de notas */
    /* Icono de Play si la nota tiene video */ }
    .violeta-bg.verde-doc [class*='note'] .article-theme {
      background-color: rgba(0, 153, 153, 0.8) !important;
      color: #FFFFFF !important; }
    .violeta-bg.verde-doc [data-type*="article"] i[class*="play"]:hover {
      color: #099 !important; }
  .violeta-bg.verde_oscuro {
    /* Chapitas en los listados de notas */
    /* Icono de Play si la nota tiene video */ }
    .violeta-bg.verde_oscuro [class*='note'] .article-theme {
      background-color: rgba(74, 122, 80, 0.8) !important;
      color: #FFFFFF !important; }
    .violeta-bg.verde_oscuro [data-type*="article"] i[class*="play"]:hover {
      color: #4a7a50 !important; }
  .violeta-bg.violeta {
    /* Chapitas en los listados de notas */
    /* Icono de Play si la nota tiene video */ }
    .violeta-bg.violeta [class*='note'] .article-theme {
      background-color: rgba(86, 0, 141, 0.8) !important;
      color: #FFFFFF !important; }
    .violeta-bg.violeta [data-type*="article"] i[class*="play"]:hover {
      color: #56008D !important; }
  .violeta-bg.beige {
    /* Chapitas en los listados de notas */
    /* Icono de Play si la nota tiene video */ }
    .violeta-bg.beige [class*='note'] .article-theme {
      background-color: rgba(247, 239, 228, 0.8) !important;
      color: #000000 !important; }
    .violeta-bg.beige [data-type*="article"] i[class*="play"]:hover {
      color: #f7efe4 !important; }
  .violeta-bg.bordo {
    /* Chapitas en los listados de notas */
    /* Icono de Play si la nota tiene video */ }
    .violeta-bg.bordo [class*='note'] .article-theme {
      background-color: rgba(64, 37, 34, 0.8) !important;
      color: #FFFFFF !important; }
    .violeta-bg.bordo [data-type*="article"] i[class*="play"]:hover {
      color: #402522 !important; }
  .violeta-bg.verde-limon {
    /* Chapitas en los listados de notas */
    /* Icono de Play si la nota tiene video */ }
    .violeta-bg.verde-limon [class*='note'] .article-theme {
      background-color: rgba(239, 255, 211, 0.8) !important;
      color: #000000 !important; }
    .violeta-bg.verde-limon [data-type*="article"] i[class*="play"]:hover {
      color: #efffd3 !important; }
  .violeta-bg.rojo {
    /* Chapitas en los listados de notas */
    /* Icono de Play si la nota tiene video */ }
    .violeta-bg.rojo [class*='note'] .article-theme {
      background-color: rgba(216, 84, 84, 0.8) !important;
      color: #FFFFFF !important; }
    .violeta-bg.rojo [data-type*="article"] i[class*="play"]:hover {
      color: #d85454 !important; }
  .violeta-bg.celeste {
    /* Chapitas en los listados de notas */
    /* Icono de Play si la nota tiene video */ }
    .violeta-bg.celeste [class*='note'] .article-theme {
      background-color: rgba(81, 163, 255, 0.8) !important;
      color: #FFFFFF !important; }
    .violeta-bg.celeste [data-type*="article"] i[class*="play"]:hover {
      color: #51a3ff !important; }
  .violeta-bg.amarillo {
    /* Chapitas en los listados de notas */
    /* Icono de Play si la nota tiene video */ }
    .violeta-bg.amarillo [class*='note'] .article-theme {
      background-color: rgba(212, 202, 86, 0.8) !important;
      color: #000000 !important; }
    .violeta-bg.amarillo [data-type*="article"] i[class*="play"]:hover {
      color: #d4ca56 !important; }
  .violeta-bg.magent {
    /* Chapitas en los listados de notas */
    /* Icono de Play si la nota tiene video */ }
    .violeta-bg.magent [class*='note'] .article-theme {
      background-color: rgba(204, 98, 200, 0.8) !important;
      color: #FFFFFF !important; }
    .violeta-bg.magent [data-type*="article"] i[class*="play"]:hover {
      color: #cc62c8 !important; }
  .violeta-bg.azul {
    /* Chapitas en los listados de notas */
    /* Icono de Play si la nota tiene video */ }
    .violeta-bg.azul [class*='note'] .article-theme {
      background-color: rgba(96, 129, 166, 0.8) !important;
      color: #FFFFFF !important; }
    .violeta-bg.azul [data-type*="article"] i[class*="play"]:hover {
      color: #6081a6 !important; }
  .violeta-bg.verde {
    /* Chapitas en los listados de notas */
    /* Icono de Play si la nota tiene video */ }
    .violeta-bg.verde [class*='note'] .article-theme {
      background-color: rgba(93, 200, 102, 0.8) !important;
      color: #FFFFFF !important; }
    .violeta-bg.verde [data-type*="article"] i[class*="play"]:hover {
      color: #5dc866 !important; }
  .violeta-bg.cyan {
    /* Chapitas en los listados de notas */
    /* Icono de Play si la nota tiene video */ }
    .violeta-bg.cyan [class*='note'] .article-theme {
      background-color: rgba(0, 188, 212, 0.8) !important;
      color: #000000 !important; }
    .violeta-bg.cyan [data-type*="article"] i[class*="play"]:hover {
      color: #00BCD4 !important; }
  .violeta-bg.negro {
    /* Chapitas en los listados de notas */
    /* Icono de Play si la nota tiene video */ }
    .violeta-bg.negro [class*='note'] .article-theme {
      background-color: rgba(29, 29, 32, 0.8) !important;
      color: #FFFFFF !important; }
    .violeta-bg.negro [data-type*="article"] i[class*="play"]:hover {
      color: #1d1d20 !important; }

/* Widgets con color relacionado */
.widget-wrapper.violeta:not([class*="-bg"]) {
  /* Cabezales */
  /* Chapitas en los listados de notas */
  /* Icono de Play si la nota tiene video */ }
  .widget-wrapper.violeta:not([class*="-bg"]) .headline .obj-title, .widget-wrapper.violeta:not([class*="-bg"]) .most-read .obj-title, .widget-wrapper.violeta:not([class*="-bg"]) .note-by-author .obj-title {
    color: #56008D; }
    .widget-wrapper.violeta:not([class*="-bg"]) .headline .obj-title::first-letter, .widget-wrapper.violeta:not([class*="-bg"]) .most-read .obj-title::first-letter, .widget-wrapper.violeta:not([class*="-bg"]) .note-by-author .obj-title::first-letter {
      background-color: #56008D;
      color: #FFFFFF; }
  .widget-wrapper.violeta:not([class*="-bg"]) [class*='note']:not(.highlighted-portrait-note):not(.highlighted-note-overprinted-title) .article-kicker {
    color: #56008D !important; }
  .widget-wrapper.violeta:not([class*="-bg"]) [class*='note'] .article-theme {
    background-color: rgba(86, 0, 141, 0.8) !important;
    color: #FFFFFF !important; }
  .widget-wrapper.violeta:not([class*="-bg"]) [class*='note'] .info-wrapper .preview:hover,
  .widget-wrapper.violeta:not([class*="-bg"]) [class*='note'] .info-wrapper .title:hover,
  .widget-wrapper.violeta:not([class*="-bg"]) [class*='note'] .info-wrapper .author:hover,
  .widget-wrapper.violeta:not([class*="-bg"]) [class*='note'] .info-wrapper .article-category-grouper:hover,
  .widget-wrapper.violeta:not([class*="-bg"]) [class*='note'] .info-wrapper .article-kicker:hover {
    color: #56008D !important; }
  .widget-wrapper.violeta:not([class*="-bg"]) [class*='note'] .preview:hover,
  .widget-wrapper.violeta:not([class*="-bg"]) [class*='note'] .title:hover,
  .widget-wrapper.violeta:not([class*="-bg"]) [class*='note'] .author:hover {
    color: #56008D !important; }
  .widget-wrapper.violeta:not([class*="-bg"]) [data-type*="article"] i[class*="play"]:hover {
    color: #56008D !important; }

.widget-wrapper.violeta:not([class*="-bg"]) {
  /* Cabezales */
  /* Chapitas en los listados de notas */
  /* Icono de Play si la nota tiene video */ }
  .widget-wrapper.violeta:not([class*="-bg"]) .headline .obj-title, .widget-wrapper.violeta:not([class*="-bg"]) .most-read .obj-title, .widget-wrapper.violeta:not([class*="-bg"]) .note-by-author .obj-title {
    color: #56008D; }
    .widget-wrapper.violeta:not([class*="-bg"]) .headline .obj-title::first-letter, .widget-wrapper.violeta:not([class*="-bg"]) .most-read .obj-title::first-letter, .widget-wrapper.violeta:not([class*="-bg"]) .note-by-author .obj-title::first-letter {
      background-color: #56008D;
      color: #FFFFFF; }
  .widget-wrapper.violeta:not([class*="-bg"]) [class*='note']:not(.highlighted-portrait-note):not(.highlighted-note-overprinted-title) .article-kicker {
    color: #56008D !important; }
  .widget-wrapper.violeta:not([class*="-bg"]) [class*='note'] .article-theme {
    background-color: rgba(86, 0, 141, 0.8) !important;
    color: #FFFFFF !important; }
  .widget-wrapper.violeta:not([class*="-bg"]) [class*='note'] .info-wrapper .preview:hover,
  .widget-wrapper.violeta:not([class*="-bg"]) [class*='note'] .info-wrapper .title:hover,
  .widget-wrapper.violeta:not([class*="-bg"]) [class*='note'] .info-wrapper .author:hover,
  .widget-wrapper.violeta:not([class*="-bg"]) [class*='note'] .info-wrapper .article-category-grouper:hover,
  .widget-wrapper.violeta:not([class*="-bg"]) [class*='note'] .info-wrapper .article-kicker:hover {
    color: #56008D !important; }
  .widget-wrapper.violeta:not([class*="-bg"]) [class*='note'] .preview:hover,
  .widget-wrapper.violeta:not([class*="-bg"]) [class*='note'] .title:hover,
  .widget-wrapper.violeta:not([class*="-bg"]) [class*='note'] .author:hover {
    color: #56008D !important; }
  .widget-wrapper.violeta:not([class*="-bg"]) [data-type*="article"] i[class*="play"]:hover {
    color: #56008D !important; }

.widget-wrapper.violeta:not([class*="-bg"]) {
  /* Cabezales */
  /* Chapitas en los listados de notas */
  /* Icono de Play si la nota tiene video */ }
  .widget-wrapper.violeta:not([class*="-bg"]) .headline .obj-title, .widget-wrapper.violeta:not([class*="-bg"]) .most-read .obj-title, .widget-wrapper.violeta:not([class*="-bg"]) .note-by-author .obj-title {
    color: #56008D; }
    .widget-wrapper.violeta:not([class*="-bg"]) .headline .obj-title::first-letter, .widget-wrapper.violeta:not([class*="-bg"]) .most-read .obj-title::first-letter, .widget-wrapper.violeta:not([class*="-bg"]) .note-by-author .obj-title::first-letter {
      background-color: #56008D;
      color: #FFFFFF; }
  .widget-wrapper.violeta:not([class*="-bg"]) [class*='note']:not(.highlighted-portrait-note):not(.highlighted-note-overprinted-title) .article-kicker {
    color: #56008D !important; }
  .widget-wrapper.violeta:not([class*="-bg"]) [class*='note'] .article-theme {
    background-color: rgba(86, 0, 141, 0.8) !important;
    color: #FFFFFF !important; }
  .widget-wrapper.violeta:not([class*="-bg"]) [class*='note'] .info-wrapper .preview:hover,
  .widget-wrapper.violeta:not([class*="-bg"]) [class*='note'] .info-wrapper .title:hover,
  .widget-wrapper.violeta:not([class*="-bg"]) [class*='note'] .info-wrapper .author:hover,
  .widget-wrapper.violeta:not([class*="-bg"]) [class*='note'] .info-wrapper .article-category-grouper:hover,
  .widget-wrapper.violeta:not([class*="-bg"]) [class*='note'] .info-wrapper .article-kicker:hover {
    color: #56008D !important; }
  .widget-wrapper.violeta:not([class*="-bg"]) [class*='note'] .preview:hover,
  .widget-wrapper.violeta:not([class*="-bg"]) [class*='note'] .title:hover,
  .widget-wrapper.violeta:not([class*="-bg"]) [class*='note'] .author:hover {
    color: #56008D !important; }
  .widget-wrapper.violeta:not([class*="-bg"]) [data-type*="article"] i[class*="play"]:hover {
    color: #56008D !important; }

.widget-wrapper.violeta:not([class*="-bg"]) {
  /* Cabezales */
  /* Chapitas en los listados de notas */
  /* Icono de Play si la nota tiene video */ }
  .widget-wrapper.violeta:not([class*="-bg"]) .headline .obj-title, .widget-wrapper.violeta:not([class*="-bg"]) .most-read .obj-title, .widget-wrapper.violeta:not([class*="-bg"]) .note-by-author .obj-title {
    color: #56008D; }
    .widget-wrapper.violeta:not([class*="-bg"]) .headline .obj-title::first-letter, .widget-wrapper.violeta:not([class*="-bg"]) .most-read .obj-title::first-letter, .widget-wrapper.violeta:not([class*="-bg"]) .note-by-author .obj-title::first-letter {
      background-color: #56008D;
      color: #FFFFFF; }
  .widget-wrapper.violeta:not([class*="-bg"]) [class*='note']:not(.highlighted-portrait-note):not(.highlighted-note-overprinted-title) .article-kicker {
    color: #56008D !important; }
  .widget-wrapper.violeta:not([class*="-bg"]) [class*='note'] .article-theme {
    background-color: rgba(86, 0, 141, 0.8) !important;
    color: #FFFFFF !important; }
  .widget-wrapper.violeta:not([class*="-bg"]) [class*='note'] .info-wrapper .preview:hover,
  .widget-wrapper.violeta:not([class*="-bg"]) [class*='note'] .info-wrapper .title:hover,
  .widget-wrapper.violeta:not([class*="-bg"]) [class*='note'] .info-wrapper .author:hover,
  .widget-wrapper.violeta:not([class*="-bg"]) [class*='note'] .info-wrapper .article-category-grouper:hover,
  .widget-wrapper.violeta:not([class*="-bg"]) [class*='note'] .info-wrapper .article-kicker:hover {
    color: #56008D !important; }
  .widget-wrapper.violeta:not([class*="-bg"]) [class*='note'] .preview:hover,
  .widget-wrapper.violeta:not([class*="-bg"]) [class*='note'] .title:hover,
  .widget-wrapper.violeta:not([class*="-bg"]) [class*='note'] .author:hover {
    color: #56008D !important; }
  .widget-wrapper.violeta:not([class*="-bg"]) [data-type*="article"] i[class*="play"]:hover {
    color: #56008D !important; }

.widget-wrapper.violeta:not([class*="-bg"]) {
  /* Cabezales */
  /* Chapitas en los listados de notas */
  /* Icono de Play si la nota tiene video */ }
  .widget-wrapper.violeta:not([class*="-bg"]) .headline .obj-title, .widget-wrapper.violeta:not([class*="-bg"]) .most-read .obj-title, .widget-wrapper.violeta:not([class*="-bg"]) .note-by-author .obj-title {
    color: #56008D; }
    .widget-wrapper.violeta:not([class*="-bg"]) .headline .obj-title::first-letter, .widget-wrapper.violeta:not([class*="-bg"]) .most-read .obj-title::first-letter, .widget-wrapper.violeta:not([class*="-bg"]) .note-by-author .obj-title::first-letter {
      background-color: #56008D;
      color: #FFFFFF; }
  .widget-wrapper.violeta:not([class*="-bg"]) [class*='note']:not(.highlighted-portrait-note):not(.highlighted-note-overprinted-title) .article-kicker {
    color: #56008D !important; }
  .widget-wrapper.violeta:not([class*="-bg"]) [class*='note'] .article-theme {
    background-color: rgba(86, 0, 141, 0.8) !important;
    color: #FFFFFF !important; }
  .widget-wrapper.violeta:not([class*="-bg"]) [class*='note'] .info-wrapper .preview:hover,
  .widget-wrapper.violeta:not([class*="-bg"]) [class*='note'] .info-wrapper .title:hover,
  .widget-wrapper.violeta:not([class*="-bg"]) [class*='note'] .info-wrapper .author:hover,
  .widget-wrapper.violeta:not([class*="-bg"]) [class*='note'] .info-wrapper .article-category-grouper:hover,
  .widget-wrapper.violeta:not([class*="-bg"]) [class*='note'] .info-wrapper .article-kicker:hover {
    color: #56008D !important; }
  .widget-wrapper.violeta:not([class*="-bg"]) [class*='note'] .preview:hover,
  .widget-wrapper.violeta:not([class*="-bg"]) [class*='note'] .title:hover,
  .widget-wrapper.violeta:not([class*="-bg"]) [class*='note'] .author:hover {
    color: #56008D !important; }
  .widget-wrapper.violeta:not([class*="-bg"]) [data-type*="article"] i[class*="play"]:hover {
    color: #56008D !important; }

.widget-wrapper.violeta:not([class*="-bg"]) {
  /* Cabezales */
  /* Chapitas en los listados de notas */
  /* Icono de Play si la nota tiene video */ }
  .widget-wrapper.violeta:not([class*="-bg"]) .headline .obj-title, .widget-wrapper.violeta:not([class*="-bg"]) .most-read .obj-title, .widget-wrapper.violeta:not([class*="-bg"]) .note-by-author .obj-title {
    color: #56008D; }
    .widget-wrapper.violeta:not([class*="-bg"]) .headline .obj-title::first-letter, .widget-wrapper.violeta:not([class*="-bg"]) .most-read .obj-title::first-letter, .widget-wrapper.violeta:not([class*="-bg"]) .note-by-author .obj-title::first-letter {
      background-color: #56008D;
      color: #FFFFFF; }
  .widget-wrapper.violeta:not([class*="-bg"]) [class*='note']:not(.highlighted-portrait-note):not(.highlighted-note-overprinted-title) .article-kicker {
    color: #56008D !important; }
  .widget-wrapper.violeta:not([class*="-bg"]) [class*='note'] .article-theme {
    background-color: rgba(86, 0, 141, 0.8) !important;
    color: #FFFFFF !important; }
  .widget-wrapper.violeta:not([class*="-bg"]) [class*='note'] .info-wrapper .preview:hover,
  .widget-wrapper.violeta:not([class*="-bg"]) [class*='note'] .info-wrapper .title:hover,
  .widget-wrapper.violeta:not([class*="-bg"]) [class*='note'] .info-wrapper .author:hover,
  .widget-wrapper.violeta:not([class*="-bg"]) [class*='note'] .info-wrapper .article-category-grouper:hover,
  .widget-wrapper.violeta:not([class*="-bg"]) [class*='note'] .info-wrapper .article-kicker:hover {
    color: #56008D !important; }
  .widget-wrapper.violeta:not([class*="-bg"]) [class*='note'] .preview:hover,
  .widget-wrapper.violeta:not([class*="-bg"]) [class*='note'] .title:hover,
  .widget-wrapper.violeta:not([class*="-bg"]) [class*='note'] .author:hover {
    color: #56008D !important; }
  .widget-wrapper.violeta:not([class*="-bg"]) [data-type*="article"] i[class*="play"]:hover {
    color: #56008D !important; }

.widget-wrapper.violeta:not([class*="-bg"]) {
  /* Cabezales */
  /* Chapitas en los listados de notas */
  /* Icono de Play si la nota tiene video */ }
  .widget-wrapper.violeta:not([class*="-bg"]) .headline .obj-title, .widget-wrapper.violeta:not([class*="-bg"]) .most-read .obj-title, .widget-wrapper.violeta:not([class*="-bg"]) .note-by-author .obj-title {
    color: #56008D; }
    .widget-wrapper.violeta:not([class*="-bg"]) .headline .obj-title::first-letter, .widget-wrapper.violeta:not([class*="-bg"]) .most-read .obj-title::first-letter, .widget-wrapper.violeta:not([class*="-bg"]) .note-by-author .obj-title::first-letter {
      background-color: #56008D;
      color: #FFFFFF; }
  .widget-wrapper.violeta:not([class*="-bg"]) [class*='note']:not(.highlighted-portrait-note):not(.highlighted-note-overprinted-title) .article-kicker {
    color: #56008D !important; }
  .widget-wrapper.violeta:not([class*="-bg"]) [class*='note'] .article-theme {
    background-color: rgba(86, 0, 141, 0.8) !important;
    color: #FFFFFF !important; }
  .widget-wrapper.violeta:not([class*="-bg"]) [class*='note'] .info-wrapper .preview:hover,
  .widget-wrapper.violeta:not([class*="-bg"]) [class*='note'] .info-wrapper .title:hover,
  .widget-wrapper.violeta:not([class*="-bg"]) [class*='note'] .info-wrapper .author:hover,
  .widget-wrapper.violeta:not([class*="-bg"]) [class*='note'] .info-wrapper .article-category-grouper:hover,
  .widget-wrapper.violeta:not([class*="-bg"]) [class*='note'] .info-wrapper .article-kicker:hover {
    color: #56008D !important; }
  .widget-wrapper.violeta:not([class*="-bg"]) [class*='note'] .preview:hover,
  .widget-wrapper.violeta:not([class*="-bg"]) [class*='note'] .title:hover,
  .widget-wrapper.violeta:not([class*="-bg"]) [class*='note'] .author:hover {
    color: #56008D !important; }
  .widget-wrapper.violeta:not([class*="-bg"]) [data-type*="article"] i[class*="play"]:hover {
    color: #56008D !important; }

.widget-wrapper.violeta:not([class*="-bg"]) {
  /* Cabezales */
  /* Chapitas en los listados de notas */
  /* Icono de Play si la nota tiene video */ }
  .widget-wrapper.violeta:not([class*="-bg"]) .headline .obj-title, .widget-wrapper.violeta:not([class*="-bg"]) .most-read .obj-title, .widget-wrapper.violeta:not([class*="-bg"]) .note-by-author .obj-title {
    color: #56008D; }
    .widget-wrapper.violeta:not([class*="-bg"]) .headline .obj-title::first-letter, .widget-wrapper.violeta:not([class*="-bg"]) .most-read .obj-title::first-letter, .widget-wrapper.violeta:not([class*="-bg"]) .note-by-author .obj-title::first-letter {
      background-color: #56008D;
      color: #FFFFFF; }
  .widget-wrapper.violeta:not([class*="-bg"]) [class*='note']:not(.highlighted-portrait-note):not(.highlighted-note-overprinted-title) .article-kicker {
    color: #56008D !important; }
  .widget-wrapper.violeta:not([class*="-bg"]) [class*='note'] .article-theme {
    background-color: rgba(86, 0, 141, 0.8) !important;
    color: #FFFFFF !important; }
  .widget-wrapper.violeta:not([class*="-bg"]) [class*='note'] .info-wrapper .preview:hover,
  .widget-wrapper.violeta:not([class*="-bg"]) [class*='note'] .info-wrapper .title:hover,
  .widget-wrapper.violeta:not([class*="-bg"]) [class*='note'] .info-wrapper .author:hover,
  .widget-wrapper.violeta:not([class*="-bg"]) [class*='note'] .info-wrapper .article-category-grouper:hover,
  .widget-wrapper.violeta:not([class*="-bg"]) [class*='note'] .info-wrapper .article-kicker:hover {
    color: #56008D !important; }
  .widget-wrapper.violeta:not([class*="-bg"]) [class*='note'] .preview:hover,
  .widget-wrapper.violeta:not([class*="-bg"]) [class*='note'] .title:hover,
  .widget-wrapper.violeta:not([class*="-bg"]) [class*='note'] .author:hover {
    color: #56008D !important; }
  .widget-wrapper.violeta:not([class*="-bg"]) [data-type*="article"] i[class*="play"]:hover {
    color: #56008D !important; }

.widget-wrapper.violeta:not([class*="-bg"]) {
  /* Cabezales */
  /* Chapitas en los listados de notas */
  /* Icono de Play si la nota tiene video */ }
  .widget-wrapper.violeta:not([class*="-bg"]) .headline .obj-title, .widget-wrapper.violeta:not([class*="-bg"]) .most-read .obj-title, .widget-wrapper.violeta:not([class*="-bg"]) .note-by-author .obj-title {
    color: #56008D; }
    .widget-wrapper.violeta:not([class*="-bg"]) .headline .obj-title::first-letter, .widget-wrapper.violeta:not([class*="-bg"]) .most-read .obj-title::first-letter, .widget-wrapper.violeta:not([class*="-bg"]) .note-by-author .obj-title::first-letter {
      background-color: #56008D;
      color: #FFFFFF; }
  .widget-wrapper.violeta:not([class*="-bg"]) [class*='note']:not(.highlighted-portrait-note):not(.highlighted-note-overprinted-title) .article-kicker {
    color: #56008D !important; }
  .widget-wrapper.violeta:not([class*="-bg"]) [class*='note'] .article-theme {
    background-color: rgba(86, 0, 141, 0.8) !important;
    color: #FFFFFF !important; }
  .widget-wrapper.violeta:not([class*="-bg"]) [class*='note'] .info-wrapper .preview:hover,
  .widget-wrapper.violeta:not([class*="-bg"]) [class*='note'] .info-wrapper .title:hover,
  .widget-wrapper.violeta:not([class*="-bg"]) [class*='note'] .info-wrapper .author:hover,
  .widget-wrapper.violeta:not([class*="-bg"]) [class*='note'] .info-wrapper .article-category-grouper:hover,
  .widget-wrapper.violeta:not([class*="-bg"]) [class*='note'] .info-wrapper .article-kicker:hover {
    color: #56008D !important; }
  .widget-wrapper.violeta:not([class*="-bg"]) [class*='note'] .preview:hover,
  .widget-wrapper.violeta:not([class*="-bg"]) [class*='note'] .title:hover,
  .widget-wrapper.violeta:not([class*="-bg"]) [class*='note'] .author:hover {
    color: #56008D !important; }
  .widget-wrapper.violeta:not([class*="-bg"]) [data-type*="article"] i[class*="play"]:hover {
    color: #56008D !important; }

.widget-wrapper.violeta:not([class*="-bg"]) {
  /* Cabezales */
  /* Chapitas en los listados de notas */
  /* Icono de Play si la nota tiene video */ }
  .widget-wrapper.violeta:not([class*="-bg"]) .headline .obj-title, .widget-wrapper.violeta:not([class*="-bg"]) .most-read .obj-title, .widget-wrapper.violeta:not([class*="-bg"]) .note-by-author .obj-title {
    color: #56008D; }
    .widget-wrapper.violeta:not([class*="-bg"]) .headline .obj-title::first-letter, .widget-wrapper.violeta:not([class*="-bg"]) .most-read .obj-title::first-letter, .widget-wrapper.violeta:not([class*="-bg"]) .note-by-author .obj-title::first-letter {
      background-color: #56008D;
      color: #FFFFFF; }
  .widget-wrapper.violeta:not([class*="-bg"]) [class*='note']:not(.highlighted-portrait-note):not(.highlighted-note-overprinted-title) .article-kicker {
    color: #56008D !important; }
  .widget-wrapper.violeta:not([class*="-bg"]) [class*='note'] .article-theme {
    background-color: rgba(86, 0, 141, 0.8) !important;
    color: #FFFFFF !important; }
  .widget-wrapper.violeta:not([class*="-bg"]) [class*='note'] .info-wrapper .preview:hover,
  .widget-wrapper.violeta:not([class*="-bg"]) [class*='note'] .info-wrapper .title:hover,
  .widget-wrapper.violeta:not([class*="-bg"]) [class*='note'] .info-wrapper .author:hover,
  .widget-wrapper.violeta:not([class*="-bg"]) [class*='note'] .info-wrapper .article-category-grouper:hover,
  .widget-wrapper.violeta:not([class*="-bg"]) [class*='note'] .info-wrapper .article-kicker:hover {
    color: #56008D !important; }
  .widget-wrapper.violeta:not([class*="-bg"]) [class*='note'] .preview:hover,
  .widget-wrapper.violeta:not([class*="-bg"]) [class*='note'] .title:hover,
  .widget-wrapper.violeta:not([class*="-bg"]) [class*='note'] .author:hover {
    color: #56008D !important; }
  .widget-wrapper.violeta:not([class*="-bg"]) [data-type*="article"] i[class*="play"]:hover {
    color: #56008D !important; }

.widget-wrapper.violeta:not([class*="-bg"]) {
  /* Cabezales */
  /* Chapitas en los listados de notas */
  /* Icono de Play si la nota tiene video */ }
  .widget-wrapper.violeta:not([class*="-bg"]) .headline .obj-title, .widget-wrapper.violeta:not([class*="-bg"]) .most-read .obj-title, .widget-wrapper.violeta:not([class*="-bg"]) .note-by-author .obj-title {
    color: #56008D; }
    .widget-wrapper.violeta:not([class*="-bg"]) .headline .obj-title::first-letter, .widget-wrapper.violeta:not([class*="-bg"]) .most-read .obj-title::first-letter, .widget-wrapper.violeta:not([class*="-bg"]) .note-by-author .obj-title::first-letter {
      background-color: #56008D;
      color: #FFFFFF; }
  .widget-wrapper.violeta:not([class*="-bg"]) [class*='note']:not(.highlighted-portrait-note):not(.highlighted-note-overprinted-title) .article-kicker {
    color: #56008D !important; }
  .widget-wrapper.violeta:not([class*="-bg"]) [class*='note'] .article-theme {
    background-color: rgba(86, 0, 141, 0.8) !important;
    color: #FFFFFF !important; }
  .widget-wrapper.violeta:not([class*="-bg"]) [class*='note'] .info-wrapper .preview:hover,
  .widget-wrapper.violeta:not([class*="-bg"]) [class*='note'] .info-wrapper .title:hover,
  .widget-wrapper.violeta:not([class*="-bg"]) [class*='note'] .info-wrapper .author:hover,
  .widget-wrapper.violeta:not([class*="-bg"]) [class*='note'] .info-wrapper .article-category-grouper:hover,
  .widget-wrapper.violeta:not([class*="-bg"]) [class*='note'] .info-wrapper .article-kicker:hover {
    color: #56008D !important; }
  .widget-wrapper.violeta:not([class*="-bg"]) [class*='note'] .preview:hover,
  .widget-wrapper.violeta:not([class*="-bg"]) [class*='note'] .title:hover,
  .widget-wrapper.violeta:not([class*="-bg"]) [class*='note'] .author:hover {
    color: #56008D !important; }
  .widget-wrapper.violeta:not([class*="-bg"]) [data-type*="article"] i[class*="play"]:hover {
    color: #56008D !important; }

.widget-wrapper.violeta:not([class*="-bg"]) {
  /* Cabezales */
  /* Chapitas en los listados de notas */
  /* Icono de Play si la nota tiene video */ }
  .widget-wrapper.violeta:not([class*="-bg"]) .headline .obj-title, .widget-wrapper.violeta:not([class*="-bg"]) .most-read .obj-title, .widget-wrapper.violeta:not([class*="-bg"]) .note-by-author .obj-title {
    color: #56008D; }
    .widget-wrapper.violeta:not([class*="-bg"]) .headline .obj-title::first-letter, .widget-wrapper.violeta:not([class*="-bg"]) .most-read .obj-title::first-letter, .widget-wrapper.violeta:not([class*="-bg"]) .note-by-author .obj-title::first-letter {
      background-color: #56008D;
      color: #FFFFFF; }
  .widget-wrapper.violeta:not([class*="-bg"]) [class*='note']:not(.highlighted-portrait-note):not(.highlighted-note-overprinted-title) .article-kicker {
    color: #56008D !important; }
  .widget-wrapper.violeta:not([class*="-bg"]) [class*='note'] .article-theme {
    background-color: rgba(86, 0, 141, 0.8) !important;
    color: #FFFFFF !important; }
  .widget-wrapper.violeta:not([class*="-bg"]) [class*='note'] .info-wrapper .preview:hover,
  .widget-wrapper.violeta:not([class*="-bg"]) [class*='note'] .info-wrapper .title:hover,
  .widget-wrapper.violeta:not([class*="-bg"]) [class*='note'] .info-wrapper .author:hover,
  .widget-wrapper.violeta:not([class*="-bg"]) [class*='note'] .info-wrapper .article-category-grouper:hover,
  .widget-wrapper.violeta:not([class*="-bg"]) [class*='note'] .info-wrapper .article-kicker:hover {
    color: #56008D !important; }
  .widget-wrapper.violeta:not([class*="-bg"]) [class*='note'] .preview:hover,
  .widget-wrapper.violeta:not([class*="-bg"]) [class*='note'] .title:hover,
  .widget-wrapper.violeta:not([class*="-bg"]) [class*='note'] .author:hover {
    color: #56008D !important; }
  .widget-wrapper.violeta:not([class*="-bg"]) [data-type*="article"] i[class*="play"]:hover {
    color: #56008D !important; }

.widget-wrapper.violeta:not([class*="-bg"]) {
  /* Cabezales */
  /* Chapitas en los listados de notas */
  /* Icono de Play si la nota tiene video */ }
  .widget-wrapper.violeta:not([class*="-bg"]) .headline .obj-title, .widget-wrapper.violeta:not([class*="-bg"]) .most-read .obj-title, .widget-wrapper.violeta:not([class*="-bg"]) .note-by-author .obj-title {
    color: #56008D; }
    .widget-wrapper.violeta:not([class*="-bg"]) .headline .obj-title::first-letter, .widget-wrapper.violeta:not([class*="-bg"]) .most-read .obj-title::first-letter, .widget-wrapper.violeta:not([class*="-bg"]) .note-by-author .obj-title::first-letter {
      background-color: #56008D;
      color: #FFFFFF; }
  .widget-wrapper.violeta:not([class*="-bg"]) [class*='note']:not(.highlighted-portrait-note):not(.highlighted-note-overprinted-title) .article-kicker {
    color: #56008D !important; }
  .widget-wrapper.violeta:not([class*="-bg"]) [class*='note'] .article-theme {
    background-color: rgba(86, 0, 141, 0.8) !important;
    color: #FFFFFF !important; }
  .widget-wrapper.violeta:not([class*="-bg"]) [class*='note'] .info-wrapper .preview:hover,
  .widget-wrapper.violeta:not([class*="-bg"]) [class*='note'] .info-wrapper .title:hover,
  .widget-wrapper.violeta:not([class*="-bg"]) [class*='note'] .info-wrapper .author:hover,
  .widget-wrapper.violeta:not([class*="-bg"]) [class*='note'] .info-wrapper .article-category-grouper:hover,
  .widget-wrapper.violeta:not([class*="-bg"]) [class*='note'] .info-wrapper .article-kicker:hover {
    color: #56008D !important; }
  .widget-wrapper.violeta:not([class*="-bg"]) [class*='note'] .preview:hover,
  .widget-wrapper.violeta:not([class*="-bg"]) [class*='note'] .title:hover,
  .widget-wrapper.violeta:not([class*="-bg"]) [class*='note'] .author:hover {
    color: #56008D !important; }
  .widget-wrapper.violeta:not([class*="-bg"]) [data-type*="article"] i[class*="play"]:hover {
    color: #56008D !important; }

.widget-wrapper.violeta:not([class*="-bg"]) {
  /* Cabezales */
  /* Chapitas en los listados de notas */
  /* Icono de Play si la nota tiene video */ }
  .widget-wrapper.violeta:not([class*="-bg"]) .headline .obj-title, .widget-wrapper.violeta:not([class*="-bg"]) .most-read .obj-title, .widget-wrapper.violeta:not([class*="-bg"]) .note-by-author .obj-title {
    color: #56008D; }
    .widget-wrapper.violeta:not([class*="-bg"]) .headline .obj-title::first-letter, .widget-wrapper.violeta:not([class*="-bg"]) .most-read .obj-title::first-letter, .widget-wrapper.violeta:not([class*="-bg"]) .note-by-author .obj-title::first-letter {
      background-color: #56008D;
      color: #FFFFFF; }
  .widget-wrapper.violeta:not([class*="-bg"]) [class*='note']:not(.highlighted-portrait-note):not(.highlighted-note-overprinted-title) .article-kicker {
    color: #56008D !important; }
  .widget-wrapper.violeta:not([class*="-bg"]) [class*='note'] .article-theme {
    background-color: rgba(86, 0, 141, 0.8) !important;
    color: #FFFFFF !important; }
  .widget-wrapper.violeta:not([class*="-bg"]) [class*='note'] .info-wrapper .preview:hover,
  .widget-wrapper.violeta:not([class*="-bg"]) [class*='note'] .info-wrapper .title:hover,
  .widget-wrapper.violeta:not([class*="-bg"]) [class*='note'] .info-wrapper .author:hover,
  .widget-wrapper.violeta:not([class*="-bg"]) [class*='note'] .info-wrapper .article-category-grouper:hover,
  .widget-wrapper.violeta:not([class*="-bg"]) [class*='note'] .info-wrapper .article-kicker:hover {
    color: #56008D !important; }
  .widget-wrapper.violeta:not([class*="-bg"]) [class*='note'] .preview:hover,
  .widget-wrapper.violeta:not([class*="-bg"]) [class*='note'] .title:hover,
  .widget-wrapper.violeta:not([class*="-bg"]) [class*='note'] .author:hover {
    color: #56008D !important; }
  .widget-wrapper.violeta:not([class*="-bg"]) [data-type*="article"] i[class*="play"]:hover {
    color: #56008D !important; }

.widget-wrapper.violeta:not([class*="-bg"]) {
  /* Cabezales */
  /* Chapitas en los listados de notas */
  /* Icono de Play si la nota tiene video */ }
  .widget-wrapper.violeta:not([class*="-bg"]) .headline .obj-title, .widget-wrapper.violeta:not([class*="-bg"]) .most-read .obj-title, .widget-wrapper.violeta:not([class*="-bg"]) .note-by-author .obj-title {
    color: #56008D; }
    .widget-wrapper.violeta:not([class*="-bg"]) .headline .obj-title::first-letter, .widget-wrapper.violeta:not([class*="-bg"]) .most-read .obj-title::first-letter, .widget-wrapper.violeta:not([class*="-bg"]) .note-by-author .obj-title::first-letter {
      background-color: #56008D;
      color: #FFFFFF; }
  .widget-wrapper.violeta:not([class*="-bg"]) [class*='note']:not(.highlighted-portrait-note):not(.highlighted-note-overprinted-title) .article-kicker {
    color: #56008D !important; }
  .widget-wrapper.violeta:not([class*="-bg"]) [class*='note'] .article-theme {
    background-color: rgba(86, 0, 141, 0.8) !important;
    color: #FFFFFF !important; }
  .widget-wrapper.violeta:not([class*="-bg"]) [class*='note'] .info-wrapper .preview:hover,
  .widget-wrapper.violeta:not([class*="-bg"]) [class*='note'] .info-wrapper .title:hover,
  .widget-wrapper.violeta:not([class*="-bg"]) [class*='note'] .info-wrapper .author:hover,
  .widget-wrapper.violeta:not([class*="-bg"]) [class*='note'] .info-wrapper .article-category-grouper:hover,
  .widget-wrapper.violeta:not([class*="-bg"]) [class*='note'] .info-wrapper .article-kicker:hover {
    color: #56008D !important; }
  .widget-wrapper.violeta:not([class*="-bg"]) [class*='note'] .preview:hover,
  .widget-wrapper.violeta:not([class*="-bg"]) [class*='note'] .title:hover,
  .widget-wrapper.violeta:not([class*="-bg"]) [class*='note'] .author:hover {
    color: #56008D !important; }
  .widget-wrapper.violeta:not([class*="-bg"]) [data-type*="article"] i[class*="play"]:hover {
    color: #56008D !important; }

.widget-wrapper.violeta:not([class*="-bg"]) {
  /* Cabezales */
  /* Chapitas en los listados de notas */
  /* Icono de Play si la nota tiene video */ }
  .widget-wrapper.violeta:not([class*="-bg"]) .headline .obj-title, .widget-wrapper.violeta:not([class*="-bg"]) .most-read .obj-title, .widget-wrapper.violeta:not([class*="-bg"]) .note-by-author .obj-title {
    color: #56008D; }
    .widget-wrapper.violeta:not([class*="-bg"]) .headline .obj-title::first-letter, .widget-wrapper.violeta:not([class*="-bg"]) .most-read .obj-title::first-letter, .widget-wrapper.violeta:not([class*="-bg"]) .note-by-author .obj-title::first-letter {
      background-color: #56008D;
      color: #FFFFFF; }
  .widget-wrapper.violeta:not([class*="-bg"]) [class*='note']:not(.highlighted-portrait-note):not(.highlighted-note-overprinted-title) .article-kicker {
    color: #56008D !important; }
  .widget-wrapper.violeta:not([class*="-bg"]) [class*='note'] .article-theme {
    background-color: rgba(86, 0, 141, 0.8) !important;
    color: #FFFFFF !important; }
  .widget-wrapper.violeta:not([class*="-bg"]) [class*='note'] .info-wrapper .preview:hover,
  .widget-wrapper.violeta:not([class*="-bg"]) [class*='note'] .info-wrapper .title:hover,
  .widget-wrapper.violeta:not([class*="-bg"]) [class*='note'] .info-wrapper .author:hover,
  .widget-wrapper.violeta:not([class*="-bg"]) [class*='note'] .info-wrapper .article-category-grouper:hover,
  .widget-wrapper.violeta:not([class*="-bg"]) [class*='note'] .info-wrapper .article-kicker:hover {
    color: #56008D !important; }
  .widget-wrapper.violeta:not([class*="-bg"]) [class*='note'] .preview:hover,
  .widget-wrapper.violeta:not([class*="-bg"]) [class*='note'] .title:hover,
  .widget-wrapper.violeta:not([class*="-bg"]) [class*='note'] .author:hover {
    color: #56008D !important; }
  .widget-wrapper.violeta:not([class*="-bg"]) [data-type*="article"] i[class*="play"]:hover {
    color: #56008D !important; }

.widget-wrapper.violeta:not([class*="-bg"]) {
  /* Cabezales */
  /* Chapitas en los listados de notas */
  /* Icono de Play si la nota tiene video */ }
  .widget-wrapper.violeta:not([class*="-bg"]) .headline .obj-title, .widget-wrapper.violeta:not([class*="-bg"]) .most-read .obj-title, .widget-wrapper.violeta:not([class*="-bg"]) .note-by-author .obj-title {
    color: #56008D; }
    .widget-wrapper.violeta:not([class*="-bg"]) .headline .obj-title::first-letter, .widget-wrapper.violeta:not([class*="-bg"]) .most-read .obj-title::first-letter, .widget-wrapper.violeta:not([class*="-bg"]) .note-by-author .obj-title::first-letter {
      background-color: #56008D;
      color: #FFFFFF; }
  .widget-wrapper.violeta:not([class*="-bg"]) [class*='note']:not(.highlighted-portrait-note):not(.highlighted-note-overprinted-title) .article-kicker {
    color: #56008D !important; }
  .widget-wrapper.violeta:not([class*="-bg"]) [class*='note'] .article-theme {
    background-color: rgba(86, 0, 141, 0.8) !important;
    color: #FFFFFF !important; }
  .widget-wrapper.violeta:not([class*="-bg"]) [class*='note'] .info-wrapper .preview:hover,
  .widget-wrapper.violeta:not([class*="-bg"]) [class*='note'] .info-wrapper .title:hover,
  .widget-wrapper.violeta:not([class*="-bg"]) [class*='note'] .info-wrapper .author:hover,
  .widget-wrapper.violeta:not([class*="-bg"]) [class*='note'] .info-wrapper .article-category-grouper:hover,
  .widget-wrapper.violeta:not([class*="-bg"]) [class*='note'] .info-wrapper .article-kicker:hover {
    color: #56008D !important; }
  .widget-wrapper.violeta:not([class*="-bg"]) [class*='note'] .preview:hover,
  .widget-wrapper.violeta:not([class*="-bg"]) [class*='note'] .title:hover,
  .widget-wrapper.violeta:not([class*="-bg"]) [class*='note'] .author:hover {
    color: #56008D !important; }
  .widget-wrapper.violeta:not([class*="-bg"]) [data-type*="article"] i[class*="play"]:hover {
    color: #56008D !important; }

.widget-wrapper.violeta:not([class*="-bg"]) {
  /* Cabezales */
  /* Chapitas en los listados de notas */
  /* Icono de Play si la nota tiene video */ }
  .widget-wrapper.violeta:not([class*="-bg"]) .headline .obj-title, .widget-wrapper.violeta:not([class*="-bg"]) .most-read .obj-title, .widget-wrapper.violeta:not([class*="-bg"]) .note-by-author .obj-title {
    color: #56008D; }
    .widget-wrapper.violeta:not([class*="-bg"]) .headline .obj-title::first-letter, .widget-wrapper.violeta:not([class*="-bg"]) .most-read .obj-title::first-letter, .widget-wrapper.violeta:not([class*="-bg"]) .note-by-author .obj-title::first-letter {
      background-color: #56008D;
      color: #FFFFFF; }
  .widget-wrapper.violeta:not([class*="-bg"]) [class*='note']:not(.highlighted-portrait-note):not(.highlighted-note-overprinted-title) .article-kicker {
    color: #56008D !important; }
  .widget-wrapper.violeta:not([class*="-bg"]) [class*='note'] .article-theme {
    background-color: rgba(86, 0, 141, 0.8) !important;
    color: #FFFFFF !important; }
  .widget-wrapper.violeta:not([class*="-bg"]) [class*='note'] .info-wrapper .preview:hover,
  .widget-wrapper.violeta:not([class*="-bg"]) [class*='note'] .info-wrapper .title:hover,
  .widget-wrapper.violeta:not([class*="-bg"]) [class*='note'] .info-wrapper .author:hover,
  .widget-wrapper.violeta:not([class*="-bg"]) [class*='note'] .info-wrapper .article-category-grouper:hover,
  .widget-wrapper.violeta:not([class*="-bg"]) [class*='note'] .info-wrapper .article-kicker:hover {
    color: #56008D !important; }
  .widget-wrapper.violeta:not([class*="-bg"]) [class*='note'] .preview:hover,
  .widget-wrapper.violeta:not([class*="-bg"]) [class*='note'] .title:hover,
  .widget-wrapper.violeta:not([class*="-bg"]) [class*='note'] .author:hover {
    color: #56008D !important; }
  .widget-wrapper.violeta:not([class*="-bg"]) [data-type*="article"] i[class*="play"]:hover {
    color: #56008D !important; }

.widget-wrapper.violeta:not([class*="-bg"]) {
  /* Cabezales */
  /* Chapitas en los listados de notas */
  /* Icono de Play si la nota tiene video */ }
  .widget-wrapper.violeta:not([class*="-bg"]) .headline .obj-title, .widget-wrapper.violeta:not([class*="-bg"]) .most-read .obj-title, .widget-wrapper.violeta:not([class*="-bg"]) .note-by-author .obj-title {
    color: #56008D; }
    .widget-wrapper.violeta:not([class*="-bg"]) .headline .obj-title::first-letter, .widget-wrapper.violeta:not([class*="-bg"]) .most-read .obj-title::first-letter, .widget-wrapper.violeta:not([class*="-bg"]) .note-by-author .obj-title::first-letter {
      background-color: #56008D;
      color: #FFFFFF; }
  .widget-wrapper.violeta:not([class*="-bg"]) [class*='note']:not(.highlighted-portrait-note):not(.highlighted-note-overprinted-title) .article-kicker {
    color: #56008D !important; }
  .widget-wrapper.violeta:not([class*="-bg"]) [class*='note'] .article-theme {
    background-color: rgba(86, 0, 141, 0.8) !important;
    color: #FFFFFF !important; }
  .widget-wrapper.violeta:not([class*="-bg"]) [class*='note'] .info-wrapper .preview:hover,
  .widget-wrapper.violeta:not([class*="-bg"]) [class*='note'] .info-wrapper .title:hover,
  .widget-wrapper.violeta:not([class*="-bg"]) [class*='note'] .info-wrapper .author:hover,
  .widget-wrapper.violeta:not([class*="-bg"]) [class*='note'] .info-wrapper .article-category-grouper:hover,
  .widget-wrapper.violeta:not([class*="-bg"]) [class*='note'] .info-wrapper .article-kicker:hover {
    color: #56008D !important; }
  .widget-wrapper.violeta:not([class*="-bg"]) [class*='note'] .preview:hover,
  .widget-wrapper.violeta:not([class*="-bg"]) [class*='note'] .title:hover,
  .widget-wrapper.violeta:not([class*="-bg"]) [class*='note'] .author:hover {
    color: #56008D !important; }
  .widget-wrapper.violeta:not([class*="-bg"]) [data-type*="article"] i[class*="play"]:hover {
    color: #56008D !important; }

.widget-wrapper.violeta:not([class*="-bg"]) {
  /* Cabezales */
  /* Chapitas en los listados de notas */
  /* Icono de Play si la nota tiene video */ }
  .widget-wrapper.violeta:not([class*="-bg"]) .headline .obj-title, .widget-wrapper.violeta:not([class*="-bg"]) .most-read .obj-title, .widget-wrapper.violeta:not([class*="-bg"]) .note-by-author .obj-title {
    color: #56008D; }
    .widget-wrapper.violeta:not([class*="-bg"]) .headline .obj-title::first-letter, .widget-wrapper.violeta:not([class*="-bg"]) .most-read .obj-title::first-letter, .widget-wrapper.violeta:not([class*="-bg"]) .note-by-author .obj-title::first-letter {
      background-color: #56008D;
      color: #FFFFFF; }
  .widget-wrapper.violeta:not([class*="-bg"]) [class*='note']:not(.highlighted-portrait-note):not(.highlighted-note-overprinted-title) .article-kicker {
    color: #56008D !important; }
  .widget-wrapper.violeta:not([class*="-bg"]) [class*='note'] .article-theme {
    background-color: rgba(86, 0, 141, 0.8) !important;
    color: #FFFFFF !important; }
  .widget-wrapper.violeta:not([class*="-bg"]) [class*='note'] .info-wrapper .preview:hover,
  .widget-wrapper.violeta:not([class*="-bg"]) [class*='note'] .info-wrapper .title:hover,
  .widget-wrapper.violeta:not([class*="-bg"]) [class*='note'] .info-wrapper .author:hover,
  .widget-wrapper.violeta:not([class*="-bg"]) [class*='note'] .info-wrapper .article-category-grouper:hover,
  .widget-wrapper.violeta:not([class*="-bg"]) [class*='note'] .info-wrapper .article-kicker:hover {
    color: #56008D !important; }
  .widget-wrapper.violeta:not([class*="-bg"]) [class*='note'] .preview:hover,
  .widget-wrapper.violeta:not([class*="-bg"]) [class*='note'] .title:hover,
  .widget-wrapper.violeta:not([class*="-bg"]) [class*='note'] .author:hover {
    color: #56008D !important; }
  .widget-wrapper.violeta:not([class*="-bg"]) [data-type*="article"] i[class*="play"]:hover {
    color: #56008D !important; }

.widget-wrapper.violeta:not([class*="-bg"]) {
  /* Cabezales */
  /* Chapitas en los listados de notas */
  /* Icono de Play si la nota tiene video */ }
  .widget-wrapper.violeta:not([class*="-bg"]) .headline .obj-title, .widget-wrapper.violeta:not([class*="-bg"]) .most-read .obj-title, .widget-wrapper.violeta:not([class*="-bg"]) .note-by-author .obj-title {
    color: #56008D; }
    .widget-wrapper.violeta:not([class*="-bg"]) .headline .obj-title::first-letter, .widget-wrapper.violeta:not([class*="-bg"]) .most-read .obj-title::first-letter, .widget-wrapper.violeta:not([class*="-bg"]) .note-by-author .obj-title::first-letter {
      background-color: #56008D;
      color: #FFFFFF; }
  .widget-wrapper.violeta:not([class*="-bg"]) [class*='note']:not(.highlighted-portrait-note):not(.highlighted-note-overprinted-title) .article-kicker {
    color: #56008D !important; }
  .widget-wrapper.violeta:not([class*="-bg"]) [class*='note'] .article-theme {
    background-color: rgba(86, 0, 141, 0.8) !important;
    color: #FFFFFF !important; }
  .widget-wrapper.violeta:not([class*="-bg"]) [class*='note'] .info-wrapper .preview:hover,
  .widget-wrapper.violeta:not([class*="-bg"]) [class*='note'] .info-wrapper .title:hover,
  .widget-wrapper.violeta:not([class*="-bg"]) [class*='note'] .info-wrapper .author:hover,
  .widget-wrapper.violeta:not([class*="-bg"]) [class*='note'] .info-wrapper .article-category-grouper:hover,
  .widget-wrapper.violeta:not([class*="-bg"]) [class*='note'] .info-wrapper .article-kicker:hover {
    color: #56008D !important; }
  .widget-wrapper.violeta:not([class*="-bg"]) [class*='note'] .preview:hover,
  .widget-wrapper.violeta:not([class*="-bg"]) [class*='note'] .title:hover,
  .widget-wrapper.violeta:not([class*="-bg"]) [class*='note'] .author:hover {
    color: #56008D !important; }
  .widget-wrapper.violeta:not([class*="-bg"]) [data-type*="article"] i[class*="play"]:hover {
    color: #56008D !important; }

.widget-wrapper.violeta:not([class*="-bg"]) {
  /* Cabezales */
  /* Chapitas en los listados de notas */
  /* Icono de Play si la nota tiene video */ }
  .widget-wrapper.violeta:not([class*="-bg"]) .headline .obj-title, .widget-wrapper.violeta:not([class*="-bg"]) .most-read .obj-title, .widget-wrapper.violeta:not([class*="-bg"]) .note-by-author .obj-title {
    color: #56008D; }
    .widget-wrapper.violeta:not([class*="-bg"]) .headline .obj-title::first-letter, .widget-wrapper.violeta:not([class*="-bg"]) .most-read .obj-title::first-letter, .widget-wrapper.violeta:not([class*="-bg"]) .note-by-author .obj-title::first-letter {
      background-color: #56008D;
      color: #FFFFFF; }
  .widget-wrapper.violeta:not([class*="-bg"]) [class*='note']:not(.highlighted-portrait-note):not(.highlighted-note-overprinted-title) .article-kicker {
    color: #56008D !important; }
  .widget-wrapper.violeta:not([class*="-bg"]) [class*='note'] .article-theme {
    background-color: rgba(86, 0, 141, 0.8) !important;
    color: #FFFFFF !important; }
  .widget-wrapper.violeta:not([class*="-bg"]) [class*='note'] .info-wrapper .preview:hover,
  .widget-wrapper.violeta:not([class*="-bg"]) [class*='note'] .info-wrapper .title:hover,
  .widget-wrapper.violeta:not([class*="-bg"]) [class*='note'] .info-wrapper .author:hover,
  .widget-wrapper.violeta:not([class*="-bg"]) [class*='note'] .info-wrapper .article-category-grouper:hover,
  .widget-wrapper.violeta:not([class*="-bg"]) [class*='note'] .info-wrapper .article-kicker:hover {
    color: #56008D !important; }
  .widget-wrapper.violeta:not([class*="-bg"]) [class*='note'] .preview:hover,
  .widget-wrapper.violeta:not([class*="-bg"]) [class*='note'] .title:hover,
  .widget-wrapper.violeta:not([class*="-bg"]) [class*='note'] .author:hover {
    color: #56008D !important; }
  .widget-wrapper.violeta:not([class*="-bg"]) [data-type*="article"] i[class*="play"]:hover {
    color: #56008D !important; }

.widget-wrapper.violeta:not([class*="-bg"]) {
  /* Cabezales */
  /* Chapitas en los listados de notas */
  /* Icono de Play si la nota tiene video */ }
  .widget-wrapper.violeta:not([class*="-bg"]) .headline .obj-title, .widget-wrapper.violeta:not([class*="-bg"]) .most-read .obj-title, .widget-wrapper.violeta:not([class*="-bg"]) .note-by-author .obj-title {
    color: #56008D; }
    .widget-wrapper.violeta:not([class*="-bg"]) .headline .obj-title::first-letter, .widget-wrapper.violeta:not([class*="-bg"]) .most-read .obj-title::first-letter, .widget-wrapper.violeta:not([class*="-bg"]) .note-by-author .obj-title::first-letter {
      background-color: #56008D;
      color: #FFFFFF; }
  .widget-wrapper.violeta:not([class*="-bg"]) [class*='note']:not(.highlighted-portrait-note):not(.highlighted-note-overprinted-title) .article-kicker {
    color: #56008D !important; }
  .widget-wrapper.violeta:not([class*="-bg"]) [class*='note'] .article-theme {
    background-color: rgba(86, 0, 141, 0.8) !important;
    color: #FFFFFF !important; }
  .widget-wrapper.violeta:not([class*="-bg"]) [class*='note'] .info-wrapper .preview:hover,
  .widget-wrapper.violeta:not([class*="-bg"]) [class*='note'] .info-wrapper .title:hover,
  .widget-wrapper.violeta:not([class*="-bg"]) [class*='note'] .info-wrapper .author:hover,
  .widget-wrapper.violeta:not([class*="-bg"]) [class*='note'] .info-wrapper .article-category-grouper:hover,
  .widget-wrapper.violeta:not([class*="-bg"]) [class*='note'] .info-wrapper .article-kicker:hover {
    color: #56008D !important; }
  .widget-wrapper.violeta:not([class*="-bg"]) [class*='note'] .preview:hover,
  .widget-wrapper.violeta:not([class*="-bg"]) [class*='note'] .title:hover,
  .widget-wrapper.violeta:not([class*="-bg"]) [class*='note'] .author:hover {
    color: #56008D !important; }
  .widget-wrapper.violeta:not([class*="-bg"]) [data-type*="article"] i[class*="play"]:hover {
    color: #56008D !important; }

.widget-wrapper.texto-blanco {
  color: #FFFFFF;
  /* Cabezales */ }
  .widget-wrapper.texto-blanco .headline .obj-title, .widget-wrapper.texto-blanco .most-read .obj-title, .widget-wrapper.texto-blanco .note-by-author .obj-title {
    color: #FFFFFF; }
  .widget-wrapper.texto-blanco .simple-list .simple-note:not(.no-media) .title, .widget-wrapper.texto-blanco .section-aside-single-article .simple-note:not(.no-media) .title {
    color: #FFFFFF; }
  .widget-wrapper.texto-blanco .simple-list-square-image .simple-note-square-image .title {
    color: #FFFFFF; }
  .widget-wrapper.texto-blanco .free-text .body-content {
    color: #FFFFFF; }
  .widget-wrapper.texto-blanco [data-type*="article"] .info-wrapper .article-kicker {
    color: #FFFFFF !important; }

/* Colores en Detalle Sección */
body.violeta main.container.note {
  /* Cabezales */
  /* Chapitas en los listados de notas */
  /* Icono de Play si la nota tiene video */
  /* Iconos de Share/Compartir */
  /* Listado Más Leídas */
  /* Paginador Listado Seccion */ }
  body.violeta main.container.note .headline .obj-title, body.violeta main.container.note .most-read .obj-title, body.violeta main.container.note .note-by-author .obj-title {
    color: #56008D; }
    body.violeta main.container.note .headline .obj-title::first-letter, body.violeta main.container.note .most-read .obj-title::first-letter, body.violeta main.container.note .note-by-author .obj-title::first-letter {
      background-color: #56008D;
      color: #FFFFFF; }
  body.violeta main.container.note [class*='note'] .article-theme {
    background-color: rgba(86, 0, 141, 0.8) !important;
    color: #FFFFFF !important; }
  body.violeta main.container.note [class*='note'] .info-wrapper .preview:hover,
  body.violeta main.container.note [class*='note'] .info-wrapper .title:hover,
  body.violeta main.container.note [class*='note'] .info-wrapper .author:hover {
    color: #56008D !important; }
  body.violeta main.container.note [class*='note'] .preview:hover,
  body.violeta main.container.note [class*='note'] .title:hover,
  body.violeta main.container.note [class*='note'] .author:hover {
    color: #56008D !important; }
  body.violeta main.container.note [data-type*="article"] i[class*="play"]:hover {
    color: #56008D !important; }
  body.violeta main.container.note .socials-share li {
    background-color: #56008D; }
  body.violeta main.container.note .ranking-list {
    background-color: #56008D; }
    body.violeta main.container.note .ranking-list .article .number {
      background-color: #460074; }
    body.violeta main.container.note .ranking-list .article .number,
    body.violeta main.container.note .ranking-list .article .title,
    body.violeta main.container.note .ranking-list .article .author {
      color: #FFFFFF; }
    body.violeta main.container.note .ranking-list .obj-title {
      color: #FFFFFF; }
  body.violeta main.container.note .list-articles .articles-pagination [class*="button"] {
    background-color: #56008D;
    color: #FFFFFF; }
    body.violeta main.container.note .list-articles .articles-pagination [class*="button"]:hover {
      background-color: #C82828; }

/* Colores en las chapitas */
.article-theme.beige {
  color: #f7efe4 !important; }

.article-kicker.beige {
  color: #f7efe4 !important; }

.article-category-grouper.beige:hover {
  color: #f7efe4 !important; }

/* Cabezales */
.headline.beige .obj-title, .beige.most-read .obj-title, .beige.note-by-author .obj-title {
  color: #f7efe4; }
  .headline.beige .obj-title::first-letter, .beige.most-read .obj-title::first-letter, .beige.note-by-author .obj-title::first-letter {
    background-color: #f7efe4;
    color: #000000; }

/* Widges con colores de fondo */
.beige-bg {
  background-color: #f7efe4; }
  .beige-bg.widget-wrapper {
    padding-top: 25px;
    margin-bottom: 25px; }
  .beige-bg .highlighted-note-square-image .preview,
  .beige-bg .highlighted-note-square-image .title,
  .beige-bg .highlighted-note-square-image .author,
  .beige-bg .highlighted-note-square-image .article-category-grouper,
  .beige-bg .highlighted-note-square-image .article-kicker,
  .beige-bg .simple-note .preview,
  .beige-bg .simple-note .title,
  .beige-bg .simple-note .author,
  .beige-bg .simple-note .article-category-grouper,
  .beige-bg .simple-note .article-kicker,
  .beige-bg .simple-note-square-image .preview,
  .beige-bg .simple-note-square-image .title,
  .beige-bg .simple-note-square-image .author,
  .beige-bg .simple-note-square-image .article-category-grouper,
  .beige-bg .simple-note-square-image .article-kicker {
    color: #000000 !important; }
  .beige-bg .headline, .beige-bg .most-read, .beige-bg .note-by-author {
    margin-top: 0;
    padding-top: 8px; }
    .beige-bg .headline .obj-title, .beige-bg .most-read .obj-title, .beige-bg .note-by-author .obj-title {
      color: #000000 !important; }
      .beige-bg .headline .obj-title::first-letter, .beige-bg .most-read .obj-title::first-letter, .beige-bg .note-by-author .obj-title::first-letter {
        background-color: #000000;
        color: #f7efe4 !important; }
  .beige-bg.celeste-vivo {
    /* Chapitas en los listados de notas */
    /* Icono de Play si la nota tiene video */ }
    .beige-bg.celeste-vivo [class*='note'] .article-theme {
      background-color: rgba(68, 201, 246, 0.8) !important;
      color: #FFFFFF !important; }
    .beige-bg.celeste-vivo [data-type*="article"] i[class*="play"]:hover {
      color: #44c9f6 !important; }
  .beige-bg.copa-america {
    /* Chapitas en los listados de notas */
    /* Icono de Play si la nota tiene video */ }
    .beige-bg.copa-america [class*='note'] .article-theme {
      background-color: rgba(32, 138, 200, 0.8) !important;
      color: #FFFFFF !important; }
    .beige-bg.copa-america [data-type*="article"] i[class*="play"]:hover {
      color: #208ac8 !important; }
  .beige-bg.fucsia {
    /* Chapitas en los listados de notas */
    /* Icono de Play si la nota tiene video */ }
    .beige-bg.fucsia [class*='note'] .article-theme {
      background-color: rgba(182, 11, 124, 0.8) !important;
      color: #FFFFFF !important; }
    .beige-bg.fucsia [data-type*="article"] i[class*="play"]:hover {
      color: #b60b7c !important; }
  .beige-bg.gris {
    /* Chapitas en los listados de notas */
    /* Icono de Play si la nota tiene video */ }
    .beige-bg.gris [class*='note'] .article-theme {
      background-color: rgba(109, 123, 140, 0.8) !important;
      color: #FFFFFF !important; }
    .beige-bg.gris [data-type*="article"] i[class*="play"]:hover {
      color: #6d7b8c !important; }
  .beige-bg.naranja {
    /* Chapitas en los listados de notas */
    /* Icono de Play si la nota tiene video */ }
    .beige-bg.naranja [class*='note'] .article-theme {
      background-color: rgba(227, 123, 87, 0.8) !important;
      color: #FFFFFF !important; }
    .beige-bg.naranja [data-type*="article"] i[class*="play"]:hover {
      color: #e37b57 !important; }
  .beige-bg.naranja_fuerte {
    /* Chapitas en los listados de notas */
    /* Icono de Play si la nota tiene video */ }
    .beige-bg.naranja_fuerte [class*='note'] .article-theme {
      background-color: rgba(217, 56, 0, 0.8) !important;
      color: #FFFFFF !important; }
    .beige-bg.naranja_fuerte [data-type*="article"] i[class*="play"]:hover {
      color: #D93800 !important; }
  .beige-bg.rating-cero {
    /* Chapitas en los listados de notas */
    /* Icono de Play si la nota tiene video */ }
    .beige-bg.rating-cero [class*='note'] .article-theme {
      background-color: rgba(218, 44, 41, 0.8) !important;
      color: #FFFFFF !important; }
    .beige-bg.rating-cero [data-type*="article"] i[class*="play"]:hover {
      color: #da2c29 !important; }
  .beige-bg.texto-blanco .article-shouts .info-wrapper .preview,
  .beige-bg.texto-blanco .article-shouts .info-wrapper .title,
  .beige-bg.texto-blanco .article-shouts .info-wrapper .author,
  .beige-bg.texto-blanco .article-shouts .info-wrapper .article-kicker,
  .beige-bg.texto-blanco .highlighted-note-square-image .info-wrapper .preview,
  .beige-bg.texto-blanco .highlighted-note-square-image .info-wrapper .title,
  .beige-bg.texto-blanco .highlighted-note-square-image .info-wrapper .author,
  .beige-bg.texto-blanco .highlighted-note-square-image .info-wrapper .article-kicker,
  .beige-bg.texto-blanco .simple-list .info-wrapper .preview,
  .beige-bg.texto-blanco .section-aside-single-article .info-wrapper .preview,
  .beige-bg.texto-blanco .simple-list .info-wrapper .title,
  .beige-bg.texto-blanco .section-aside-single-article .info-wrapper .title,
  .beige-bg.texto-blanco .simple-list .info-wrapper .author,
  .beige-bg.texto-blanco .section-aside-single-article .info-wrapper .author,
  .beige-bg.texto-blanco .simple-list .info-wrapper .article-kicker,
  .beige-bg.texto-blanco .section-aside-single-article .info-wrapper .article-kicker,
  .beige-bg.texto-blanco .simple-list-square-image .info-wrapper .preview,
  .beige-bg.texto-blanco .simple-list-square-image .info-wrapper .title,
  .beige-bg.texto-blanco .simple-list-square-image .info-wrapper .author,
  .beige-bg.texto-blanco .simple-list-square-image .info-wrapper .article-kicker {
    color: #FFFFFF !important; }
    .beige-bg.texto-blanco .article-shouts .info-wrapper .preview:hover,
    .beige-bg.texto-blanco .article-shouts .info-wrapper .title:hover,
    .beige-bg.texto-blanco .article-shouts .info-wrapper .author:hover,
    .beige-bg.texto-blanco .article-shouts .info-wrapper .article-kicker:hover,
    .beige-bg.texto-blanco .highlighted-note-square-image .info-wrapper .preview:hover,
    .beige-bg.texto-blanco .highlighted-note-square-image .info-wrapper .title:hover,
    .beige-bg.texto-blanco .highlighted-note-square-image .info-wrapper .author:hover,
    .beige-bg.texto-blanco .highlighted-note-square-image .info-wrapper .article-kicker:hover,
    .beige-bg.texto-blanco .simple-list .info-wrapper .preview:hover,
    .beige-bg.texto-blanco .section-aside-single-article .info-wrapper .preview:hover,
    .beige-bg.texto-blanco .simple-list .info-wrapper .title:hover,
    .beige-bg.texto-blanco .section-aside-single-article .info-wrapper .title:hover,
    .beige-bg.texto-blanco .simple-list .info-wrapper .author:hover,
    .beige-bg.texto-blanco .section-aside-single-article .info-wrapper .author:hover,
    .beige-bg.texto-blanco .simple-list .info-wrapper .article-kicker:hover,
    .beige-bg.texto-blanco .section-aside-single-article .info-wrapper .article-kicker:hover,
    .beige-bg.texto-blanco .simple-list-square-image .info-wrapper .preview:hover,
    .beige-bg.texto-blanco .simple-list-square-image .info-wrapper .title:hover,
    .beige-bg.texto-blanco .simple-list-square-image .info-wrapper .author:hover,
    .beige-bg.texto-blanco .simple-list-square-image .info-wrapper .article-kicker:hover {
      color: #FFFFFF !important; }
  .beige-bg.texto-blanco .article-shouts .preview,
  .beige-bg.texto-blanco .article-shouts .title,
  .beige-bg.texto-blanco .article-shouts .author,
  .beige-bg.texto-blanco .highlighted-note-square-image .preview,
  .beige-bg.texto-blanco .highlighted-note-square-image .title,
  .beige-bg.texto-blanco .highlighted-note-square-image .author,
  .beige-bg.texto-blanco .simple-list .preview,
  .beige-bg.texto-blanco .section-aside-single-article .preview,
  .beige-bg.texto-blanco .simple-list .title,
  .beige-bg.texto-blanco .section-aside-single-article .title,
  .beige-bg.texto-blanco .simple-list .author,
  .beige-bg.texto-blanco .section-aside-single-article .author,
  .beige-bg.texto-blanco .simple-list-square-image .preview,
  .beige-bg.texto-blanco .simple-list-square-image .title,
  .beige-bg.texto-blanco .simple-list-square-image .author {
    color: #FFFFFF !important; }
    .beige-bg.texto-blanco .article-shouts .preview:hover,
    .beige-bg.texto-blanco .article-shouts .title:hover,
    .beige-bg.texto-blanco .article-shouts .author:hover,
    .beige-bg.texto-blanco .highlighted-note-square-image .preview:hover,
    .beige-bg.texto-blanco .highlighted-note-square-image .title:hover,
    .beige-bg.texto-blanco .highlighted-note-square-image .author:hover,
    .beige-bg.texto-blanco .simple-list .preview:hover,
    .beige-bg.texto-blanco .section-aside-single-article .preview:hover,
    .beige-bg.texto-blanco .simple-list .title:hover,
    .beige-bg.texto-blanco .section-aside-single-article .title:hover,
    .beige-bg.texto-blanco .simple-list .author:hover,
    .beige-bg.texto-blanco .section-aside-single-article .author:hover,
    .beige-bg.texto-blanco .simple-list-square-image .preview:hover,
    .beige-bg.texto-blanco .simple-list-square-image .title:hover,
    .beige-bg.texto-blanco .simple-list-square-image .author:hover {
      color: #FFFFFF !important; }
  .beige-bg.texto-blanco [class*='note'] .article-theme {
    color: #FFFFFF !important; }
  .beige-bg.texto-blanco .headline, .beige-bg.texto-blanco .most-read, .beige-bg.texto-blanco .note-by-author {
    margin-top: 0;
    padding-top: 8px; }
    .beige-bg.texto-blanco .headline .obj-title, .beige-bg.texto-blanco .most-read .obj-title, .beige-bg.texto-blanco .note-by-author .obj-title {
      color: #FFFFFF !important; }
      .beige-bg.texto-blanco .headline .obj-title::first-letter, .beige-bg.texto-blanco .most-read .obj-title::first-letter, .beige-bg.texto-blanco .note-by-author .obj-title::first-letter {
        background-color: #FFFFFF;
        color: #f7efe4 !important; }
  .beige-bg.tipo-blanca {
    /* Chapitas en los listados de notas */
    /* Icono de Play si la nota tiene video */ }
    .beige-bg.tipo-blanca [class*='note'] .article-theme {
      background-color: rgba(0, 0, 0, 0) !important;
      color: #FFFFFF !important; }
    .beige-bg.tipo-blanca [data-type*="article"] i[class*="play"]:hover {
      color: transparent !important; }
  .beige-bg.verde-doc {
    /* Chapitas en los listados de notas */
    /* Icono de Play si la nota tiene video */ }
    .beige-bg.verde-doc [class*='note'] .article-theme {
      background-color: rgba(0, 153, 153, 0.8) !important;
      color: #FFFFFF !important; }
    .beige-bg.verde-doc [data-type*="article"] i[class*="play"]:hover {
      color: #099 !important; }
  .beige-bg.verde_oscuro {
    /* Chapitas en los listados de notas */
    /* Icono de Play si la nota tiene video */ }
    .beige-bg.verde_oscuro [class*='note'] .article-theme {
      background-color: rgba(74, 122, 80, 0.8) !important;
      color: #FFFFFF !important; }
    .beige-bg.verde_oscuro [data-type*="article"] i[class*="play"]:hover {
      color: #4a7a50 !important; }
  .beige-bg.violeta {
    /* Chapitas en los listados de notas */
    /* Icono de Play si la nota tiene video */ }
    .beige-bg.violeta [class*='note'] .article-theme {
      background-color: rgba(86, 0, 141, 0.8) !important;
      color: #FFFFFF !important; }
    .beige-bg.violeta [data-type*="article"] i[class*="play"]:hover {
      color: #56008D !important; }
  .beige-bg.beige {
    /* Chapitas en los listados de notas */
    /* Icono de Play si la nota tiene video */ }
    .beige-bg.beige [class*='note'] .article-theme {
      background-color: rgba(247, 239, 228, 0.8) !important;
      color: #000000 !important; }
    .beige-bg.beige [data-type*="article"] i[class*="play"]:hover {
      color: #f7efe4 !important; }
  .beige-bg.bordo {
    /* Chapitas en los listados de notas */
    /* Icono de Play si la nota tiene video */ }
    .beige-bg.bordo [class*='note'] .article-theme {
      background-color: rgba(64, 37, 34, 0.8) !important;
      color: #FFFFFF !important; }
    .beige-bg.bordo [data-type*="article"] i[class*="play"]:hover {
      color: #402522 !important; }
  .beige-bg.verde-limon {
    /* Chapitas en los listados de notas */
    /* Icono de Play si la nota tiene video */ }
    .beige-bg.verde-limon [class*='note'] .article-theme {
      background-color: rgba(239, 255, 211, 0.8) !important;
      color: #000000 !important; }
    .beige-bg.verde-limon [data-type*="article"] i[class*="play"]:hover {
      color: #efffd3 !important; }
  .beige-bg.rojo {
    /* Chapitas en los listados de notas */
    /* Icono de Play si la nota tiene video */ }
    .beige-bg.rojo [class*='note'] .article-theme {
      background-color: rgba(216, 84, 84, 0.8) !important;
      color: #FFFFFF !important; }
    .beige-bg.rojo [data-type*="article"] i[class*="play"]:hover {
      color: #d85454 !important; }
  .beige-bg.celeste {
    /* Chapitas en los listados de notas */
    /* Icono de Play si la nota tiene video */ }
    .beige-bg.celeste [class*='note'] .article-theme {
      background-color: rgba(81, 163, 255, 0.8) !important;
      color: #FFFFFF !important; }
    .beige-bg.celeste [data-type*="article"] i[class*="play"]:hover {
      color: #51a3ff !important; }
  .beige-bg.amarillo {
    /* Chapitas en los listados de notas */
    /* Icono de Play si la nota tiene video */ }
    .beige-bg.amarillo [class*='note'] .article-theme {
      background-color: rgba(212, 202, 86, 0.8) !important;
      color: #000000 !important; }
    .beige-bg.amarillo [data-type*="article"] i[class*="play"]:hover {
      color: #d4ca56 !important; }
  .beige-bg.magent {
    /* Chapitas en los listados de notas */
    /* Icono de Play si la nota tiene video */ }
    .beige-bg.magent [class*='note'] .article-theme {
      background-color: rgba(204, 98, 200, 0.8) !important;
      color: #FFFFFF !important; }
    .beige-bg.magent [data-type*="article"] i[class*="play"]:hover {
      color: #cc62c8 !important; }
  .beige-bg.azul {
    /* Chapitas en los listados de notas */
    /* Icono de Play si la nota tiene video */ }
    .beige-bg.azul [class*='note'] .article-theme {
      background-color: rgba(96, 129, 166, 0.8) !important;
      color: #FFFFFF !important; }
    .beige-bg.azul [data-type*="article"] i[class*="play"]:hover {
      color: #6081a6 !important; }
  .beige-bg.verde {
    /* Chapitas en los listados de notas */
    /* Icono de Play si la nota tiene video */ }
    .beige-bg.verde [class*='note'] .article-theme {
      background-color: rgba(93, 200, 102, 0.8) !important;
      color: #FFFFFF !important; }
    .beige-bg.verde [data-type*="article"] i[class*="play"]:hover {
      color: #5dc866 !important; }
  .beige-bg.cyan {
    /* Chapitas en los listados de notas */
    /* Icono de Play si la nota tiene video */ }
    .beige-bg.cyan [class*='note'] .article-theme {
      background-color: rgba(0, 188, 212, 0.8) !important;
      color: #000000 !important; }
    .beige-bg.cyan [data-type*="article"] i[class*="play"]:hover {
      color: #00BCD4 !important; }
  .beige-bg.negro {
    /* Chapitas en los listados de notas */
    /* Icono de Play si la nota tiene video */ }
    .beige-bg.negro [class*='note'] .article-theme {
      background-color: rgba(29, 29, 32, 0.8) !important;
      color: #FFFFFF !important; }
    .beige-bg.negro [data-type*="article"] i[class*="play"]:hover {
      color: #1d1d20 !important; }

/* Widgets con color relacionado */
.widget-wrapper.beige:not([class*="-bg"]) {
  /* Cabezales */
  /* Chapitas en los listados de notas */
  /* Icono de Play si la nota tiene video */ }
  .widget-wrapper.beige:not([class*="-bg"]) .headline .obj-title, .widget-wrapper.beige:not([class*="-bg"]) .most-read .obj-title, .widget-wrapper.beige:not([class*="-bg"]) .note-by-author .obj-title {
    color: #f7efe4; }
    .widget-wrapper.beige:not([class*="-bg"]) .headline .obj-title::first-letter, .widget-wrapper.beige:not([class*="-bg"]) .most-read .obj-title::first-letter, .widget-wrapper.beige:not([class*="-bg"]) .note-by-author .obj-title::first-letter {
      background-color: #f7efe4;
      color: #000000; }
  .widget-wrapper.beige:not([class*="-bg"]) [class*='note']:not(.highlighted-portrait-note):not(.highlighted-note-overprinted-title) .article-kicker {
    color: #f7efe4 !important; }
  .widget-wrapper.beige:not([class*="-bg"]) [class*='note'] .article-theme {
    background-color: rgba(247, 239, 228, 0.8) !important;
    color: #000000 !important; }
  .widget-wrapper.beige:not([class*="-bg"]) [class*='note'] .info-wrapper .preview:hover,
  .widget-wrapper.beige:not([class*="-bg"]) [class*='note'] .info-wrapper .title:hover,
  .widget-wrapper.beige:not([class*="-bg"]) [class*='note'] .info-wrapper .author:hover,
  .widget-wrapper.beige:not([class*="-bg"]) [class*='note'] .info-wrapper .article-category-grouper:hover,
  .widget-wrapper.beige:not([class*="-bg"]) [class*='note'] .info-wrapper .article-kicker:hover {
    color: #f7efe4 !important; }
  .widget-wrapper.beige:not([class*="-bg"]) [class*='note'] .preview:hover,
  .widget-wrapper.beige:not([class*="-bg"]) [class*='note'] .title:hover,
  .widget-wrapper.beige:not([class*="-bg"]) [class*='note'] .author:hover {
    color: #f7efe4 !important; }
  .widget-wrapper.beige:not([class*="-bg"]) [data-type*="article"] i[class*="play"]:hover {
    color: #f7efe4 !important; }

.widget-wrapper.beige:not([class*="-bg"]) {
  /* Cabezales */
  /* Chapitas en los listados de notas */
  /* Icono de Play si la nota tiene video */ }
  .widget-wrapper.beige:not([class*="-bg"]) .headline .obj-title, .widget-wrapper.beige:not([class*="-bg"]) .most-read .obj-title, .widget-wrapper.beige:not([class*="-bg"]) .note-by-author .obj-title {
    color: #f7efe4; }
    .widget-wrapper.beige:not([class*="-bg"]) .headline .obj-title::first-letter, .widget-wrapper.beige:not([class*="-bg"]) .most-read .obj-title::first-letter, .widget-wrapper.beige:not([class*="-bg"]) .note-by-author .obj-title::first-letter {
      background-color: #f7efe4;
      color: #000000; }
  .widget-wrapper.beige:not([class*="-bg"]) [class*='note']:not(.highlighted-portrait-note):not(.highlighted-note-overprinted-title) .article-kicker {
    color: #f7efe4 !important; }
  .widget-wrapper.beige:not([class*="-bg"]) [class*='note'] .article-theme {
    background-color: rgba(247, 239, 228, 0.8) !important;
    color: #000000 !important; }
  .widget-wrapper.beige:not([class*="-bg"]) [class*='note'] .info-wrapper .preview:hover,
  .widget-wrapper.beige:not([class*="-bg"]) [class*='note'] .info-wrapper .title:hover,
  .widget-wrapper.beige:not([class*="-bg"]) [class*='note'] .info-wrapper .author:hover,
  .widget-wrapper.beige:not([class*="-bg"]) [class*='note'] .info-wrapper .article-category-grouper:hover,
  .widget-wrapper.beige:not([class*="-bg"]) [class*='note'] .info-wrapper .article-kicker:hover {
    color: #f7efe4 !important; }
  .widget-wrapper.beige:not([class*="-bg"]) [class*='note'] .preview:hover,
  .widget-wrapper.beige:not([class*="-bg"]) [class*='note'] .title:hover,
  .widget-wrapper.beige:not([class*="-bg"]) [class*='note'] .author:hover {
    color: #f7efe4 !important; }
  .widget-wrapper.beige:not([class*="-bg"]) [data-type*="article"] i[class*="play"]:hover {
    color: #f7efe4 !important; }

.widget-wrapper.beige:not([class*="-bg"]) {
  /* Cabezales */
  /* Chapitas en los listados de notas */
  /* Icono de Play si la nota tiene video */ }
  .widget-wrapper.beige:not([class*="-bg"]) .headline .obj-title, .widget-wrapper.beige:not([class*="-bg"]) .most-read .obj-title, .widget-wrapper.beige:not([class*="-bg"]) .note-by-author .obj-title {
    color: #f7efe4; }
    .widget-wrapper.beige:not([class*="-bg"]) .headline .obj-title::first-letter, .widget-wrapper.beige:not([class*="-bg"]) .most-read .obj-title::first-letter, .widget-wrapper.beige:not([class*="-bg"]) .note-by-author .obj-title::first-letter {
      background-color: #f7efe4;
      color: #000000; }
  .widget-wrapper.beige:not([class*="-bg"]) [class*='note']:not(.highlighted-portrait-note):not(.highlighted-note-overprinted-title) .article-kicker {
    color: #f7efe4 !important; }
  .widget-wrapper.beige:not([class*="-bg"]) [class*='note'] .article-theme {
    background-color: rgba(247, 239, 228, 0.8) !important;
    color: #000000 !important; }
  .widget-wrapper.beige:not([class*="-bg"]) [class*='note'] .info-wrapper .preview:hover,
  .widget-wrapper.beige:not([class*="-bg"]) [class*='note'] .info-wrapper .title:hover,
  .widget-wrapper.beige:not([class*="-bg"]) [class*='note'] .info-wrapper .author:hover,
  .widget-wrapper.beige:not([class*="-bg"]) [class*='note'] .info-wrapper .article-category-grouper:hover,
  .widget-wrapper.beige:not([class*="-bg"]) [class*='note'] .info-wrapper .article-kicker:hover {
    color: #f7efe4 !important; }
  .widget-wrapper.beige:not([class*="-bg"]) [class*='note'] .preview:hover,
  .widget-wrapper.beige:not([class*="-bg"]) [class*='note'] .title:hover,
  .widget-wrapper.beige:not([class*="-bg"]) [class*='note'] .author:hover {
    color: #f7efe4 !important; }
  .widget-wrapper.beige:not([class*="-bg"]) [data-type*="article"] i[class*="play"]:hover {
    color: #f7efe4 !important; }

.widget-wrapper.beige:not([class*="-bg"]) {
  /* Cabezales */
  /* Chapitas en los listados de notas */
  /* Icono de Play si la nota tiene video */ }
  .widget-wrapper.beige:not([class*="-bg"]) .headline .obj-title, .widget-wrapper.beige:not([class*="-bg"]) .most-read .obj-title, .widget-wrapper.beige:not([class*="-bg"]) .note-by-author .obj-title {
    color: #f7efe4; }
    .widget-wrapper.beige:not([class*="-bg"]) .headline .obj-title::first-letter, .widget-wrapper.beige:not([class*="-bg"]) .most-read .obj-title::first-letter, .widget-wrapper.beige:not([class*="-bg"]) .note-by-author .obj-title::first-letter {
      background-color: #f7efe4;
      color: #000000; }
  .widget-wrapper.beige:not([class*="-bg"]) [class*='note']:not(.highlighted-portrait-note):not(.highlighted-note-overprinted-title) .article-kicker {
    color: #f7efe4 !important; }
  .widget-wrapper.beige:not([class*="-bg"]) [class*='note'] .article-theme {
    background-color: rgba(247, 239, 228, 0.8) !important;
    color: #000000 !important; }
  .widget-wrapper.beige:not([class*="-bg"]) [class*='note'] .info-wrapper .preview:hover,
  .widget-wrapper.beige:not([class*="-bg"]) [class*='note'] .info-wrapper .title:hover,
  .widget-wrapper.beige:not([class*="-bg"]) [class*='note'] .info-wrapper .author:hover,
  .widget-wrapper.beige:not([class*="-bg"]) [class*='note'] .info-wrapper .article-category-grouper:hover,
  .widget-wrapper.beige:not([class*="-bg"]) [class*='note'] .info-wrapper .article-kicker:hover {
    color: #f7efe4 !important; }
  .widget-wrapper.beige:not([class*="-bg"]) [class*='note'] .preview:hover,
  .widget-wrapper.beige:not([class*="-bg"]) [class*='note'] .title:hover,
  .widget-wrapper.beige:not([class*="-bg"]) [class*='note'] .author:hover {
    color: #f7efe4 !important; }
  .widget-wrapper.beige:not([class*="-bg"]) [data-type*="article"] i[class*="play"]:hover {
    color: #f7efe4 !important; }

.widget-wrapper.beige:not([class*="-bg"]) {
  /* Cabezales */
  /* Chapitas en los listados de notas */
  /* Icono de Play si la nota tiene video */ }
  .widget-wrapper.beige:not([class*="-bg"]) .headline .obj-title, .widget-wrapper.beige:not([class*="-bg"]) .most-read .obj-title, .widget-wrapper.beige:not([class*="-bg"]) .note-by-author .obj-title {
    color: #f7efe4; }
    .widget-wrapper.beige:not([class*="-bg"]) .headline .obj-title::first-letter, .widget-wrapper.beige:not([class*="-bg"]) .most-read .obj-title::first-letter, .widget-wrapper.beige:not([class*="-bg"]) .note-by-author .obj-title::first-letter {
      background-color: #f7efe4;
      color: #000000; }
  .widget-wrapper.beige:not([class*="-bg"]) [class*='note']:not(.highlighted-portrait-note):not(.highlighted-note-overprinted-title) .article-kicker {
    color: #f7efe4 !important; }
  .widget-wrapper.beige:not([class*="-bg"]) [class*='note'] .article-theme {
    background-color: rgba(247, 239, 228, 0.8) !important;
    color: #000000 !important; }
  .widget-wrapper.beige:not([class*="-bg"]) [class*='note'] .info-wrapper .preview:hover,
  .widget-wrapper.beige:not([class*="-bg"]) [class*='note'] .info-wrapper .title:hover,
  .widget-wrapper.beige:not([class*="-bg"]) [class*='note'] .info-wrapper .author:hover,
  .widget-wrapper.beige:not([class*="-bg"]) [class*='note'] .info-wrapper .article-category-grouper:hover,
  .widget-wrapper.beige:not([class*="-bg"]) [class*='note'] .info-wrapper .article-kicker:hover {
    color: #f7efe4 !important; }
  .widget-wrapper.beige:not([class*="-bg"]) [class*='note'] .preview:hover,
  .widget-wrapper.beige:not([class*="-bg"]) [class*='note'] .title:hover,
  .widget-wrapper.beige:not([class*="-bg"]) [class*='note'] .author:hover {
    color: #f7efe4 !important; }
  .widget-wrapper.beige:not([class*="-bg"]) [data-type*="article"] i[class*="play"]:hover {
    color: #f7efe4 !important; }

.widget-wrapper.beige:not([class*="-bg"]) {
  /* Cabezales */
  /* Chapitas en los listados de notas */
  /* Icono de Play si la nota tiene video */ }
  .widget-wrapper.beige:not([class*="-bg"]) .headline .obj-title, .widget-wrapper.beige:not([class*="-bg"]) .most-read .obj-title, .widget-wrapper.beige:not([class*="-bg"]) .note-by-author .obj-title {
    color: #f7efe4; }
    .widget-wrapper.beige:not([class*="-bg"]) .headline .obj-title::first-letter, .widget-wrapper.beige:not([class*="-bg"]) .most-read .obj-title::first-letter, .widget-wrapper.beige:not([class*="-bg"]) .note-by-author .obj-title::first-letter {
      background-color: #f7efe4;
      color: #000000; }
  .widget-wrapper.beige:not([class*="-bg"]) [class*='note']:not(.highlighted-portrait-note):not(.highlighted-note-overprinted-title) .article-kicker {
    color: #f7efe4 !important; }
  .widget-wrapper.beige:not([class*="-bg"]) [class*='note'] .article-theme {
    background-color: rgba(247, 239, 228, 0.8) !important;
    color: #000000 !important; }
  .widget-wrapper.beige:not([class*="-bg"]) [class*='note'] .info-wrapper .preview:hover,
  .widget-wrapper.beige:not([class*="-bg"]) [class*='note'] .info-wrapper .title:hover,
  .widget-wrapper.beige:not([class*="-bg"]) [class*='note'] .info-wrapper .author:hover,
  .widget-wrapper.beige:not([class*="-bg"]) [class*='note'] .info-wrapper .article-category-grouper:hover,
  .widget-wrapper.beige:not([class*="-bg"]) [class*='note'] .info-wrapper .article-kicker:hover {
    color: #f7efe4 !important; }
  .widget-wrapper.beige:not([class*="-bg"]) [class*='note'] .preview:hover,
  .widget-wrapper.beige:not([class*="-bg"]) [class*='note'] .title:hover,
  .widget-wrapper.beige:not([class*="-bg"]) [class*='note'] .author:hover {
    color: #f7efe4 !important; }
  .widget-wrapper.beige:not([class*="-bg"]) [data-type*="article"] i[class*="play"]:hover {
    color: #f7efe4 !important; }

.widget-wrapper.beige:not([class*="-bg"]) {
  /* Cabezales */
  /* Chapitas en los listados de notas */
  /* Icono de Play si la nota tiene video */ }
  .widget-wrapper.beige:not([class*="-bg"]) .headline .obj-title, .widget-wrapper.beige:not([class*="-bg"]) .most-read .obj-title, .widget-wrapper.beige:not([class*="-bg"]) .note-by-author .obj-title {
    color: #f7efe4; }
    .widget-wrapper.beige:not([class*="-bg"]) .headline .obj-title::first-letter, .widget-wrapper.beige:not([class*="-bg"]) .most-read .obj-title::first-letter, .widget-wrapper.beige:not([class*="-bg"]) .note-by-author .obj-title::first-letter {
      background-color: #f7efe4;
      color: #000000; }
  .widget-wrapper.beige:not([class*="-bg"]) [class*='note']:not(.highlighted-portrait-note):not(.highlighted-note-overprinted-title) .article-kicker {
    color: #f7efe4 !important; }
  .widget-wrapper.beige:not([class*="-bg"]) [class*='note'] .article-theme {
    background-color: rgba(247, 239, 228, 0.8) !important;
    color: #000000 !important; }
  .widget-wrapper.beige:not([class*="-bg"]) [class*='note'] .info-wrapper .preview:hover,
  .widget-wrapper.beige:not([class*="-bg"]) [class*='note'] .info-wrapper .title:hover,
  .widget-wrapper.beige:not([class*="-bg"]) [class*='note'] .info-wrapper .author:hover,
  .widget-wrapper.beige:not([class*="-bg"]) [class*='note'] .info-wrapper .article-category-grouper:hover,
  .widget-wrapper.beige:not([class*="-bg"]) [class*='note'] .info-wrapper .article-kicker:hover {
    color: #f7efe4 !important; }
  .widget-wrapper.beige:not([class*="-bg"]) [class*='note'] .preview:hover,
  .widget-wrapper.beige:not([class*="-bg"]) [class*='note'] .title:hover,
  .widget-wrapper.beige:not([class*="-bg"]) [class*='note'] .author:hover {
    color: #f7efe4 !important; }
  .widget-wrapper.beige:not([class*="-bg"]) [data-type*="article"] i[class*="play"]:hover {
    color: #f7efe4 !important; }

.widget-wrapper.beige:not([class*="-bg"]) {
  /* Cabezales */
  /* Chapitas en los listados de notas */
  /* Icono de Play si la nota tiene video */ }
  .widget-wrapper.beige:not([class*="-bg"]) .headline .obj-title, .widget-wrapper.beige:not([class*="-bg"]) .most-read .obj-title, .widget-wrapper.beige:not([class*="-bg"]) .note-by-author .obj-title {
    color: #f7efe4; }
    .widget-wrapper.beige:not([class*="-bg"]) .headline .obj-title::first-letter, .widget-wrapper.beige:not([class*="-bg"]) .most-read .obj-title::first-letter, .widget-wrapper.beige:not([class*="-bg"]) .note-by-author .obj-title::first-letter {
      background-color: #f7efe4;
      color: #000000; }
  .widget-wrapper.beige:not([class*="-bg"]) [class*='note']:not(.highlighted-portrait-note):not(.highlighted-note-overprinted-title) .article-kicker {
    color: #f7efe4 !important; }
  .widget-wrapper.beige:not([class*="-bg"]) [class*='note'] .article-theme {
    background-color: rgba(247, 239, 228, 0.8) !important;
    color: #000000 !important; }
  .widget-wrapper.beige:not([class*="-bg"]) [class*='note'] .info-wrapper .preview:hover,
  .widget-wrapper.beige:not([class*="-bg"]) [class*='note'] .info-wrapper .title:hover,
  .widget-wrapper.beige:not([class*="-bg"]) [class*='note'] .info-wrapper .author:hover,
  .widget-wrapper.beige:not([class*="-bg"]) [class*='note'] .info-wrapper .article-category-grouper:hover,
  .widget-wrapper.beige:not([class*="-bg"]) [class*='note'] .info-wrapper .article-kicker:hover {
    color: #f7efe4 !important; }
  .widget-wrapper.beige:not([class*="-bg"]) [class*='note'] .preview:hover,
  .widget-wrapper.beige:not([class*="-bg"]) [class*='note'] .title:hover,
  .widget-wrapper.beige:not([class*="-bg"]) [class*='note'] .author:hover {
    color: #f7efe4 !important; }
  .widget-wrapper.beige:not([class*="-bg"]) [data-type*="article"] i[class*="play"]:hover {
    color: #f7efe4 !important; }

.widget-wrapper.beige:not([class*="-bg"]) {
  /* Cabezales */
  /* Chapitas en los listados de notas */
  /* Icono de Play si la nota tiene video */ }
  .widget-wrapper.beige:not([class*="-bg"]) .headline .obj-title, .widget-wrapper.beige:not([class*="-bg"]) .most-read .obj-title, .widget-wrapper.beige:not([class*="-bg"]) .note-by-author .obj-title {
    color: #f7efe4; }
    .widget-wrapper.beige:not([class*="-bg"]) .headline .obj-title::first-letter, .widget-wrapper.beige:not([class*="-bg"]) .most-read .obj-title::first-letter, .widget-wrapper.beige:not([class*="-bg"]) .note-by-author .obj-title::first-letter {
      background-color: #f7efe4;
      color: #000000; }
  .widget-wrapper.beige:not([class*="-bg"]) [class*='note']:not(.highlighted-portrait-note):not(.highlighted-note-overprinted-title) .article-kicker {
    color: #f7efe4 !important; }
  .widget-wrapper.beige:not([class*="-bg"]) [class*='note'] .article-theme {
    background-color: rgba(247, 239, 228, 0.8) !important;
    color: #000000 !important; }
  .widget-wrapper.beige:not([class*="-bg"]) [class*='note'] .info-wrapper .preview:hover,
  .widget-wrapper.beige:not([class*="-bg"]) [class*='note'] .info-wrapper .title:hover,
  .widget-wrapper.beige:not([class*="-bg"]) [class*='note'] .info-wrapper .author:hover,
  .widget-wrapper.beige:not([class*="-bg"]) [class*='note'] .info-wrapper .article-category-grouper:hover,
  .widget-wrapper.beige:not([class*="-bg"]) [class*='note'] .info-wrapper .article-kicker:hover {
    color: #f7efe4 !important; }
  .widget-wrapper.beige:not([class*="-bg"]) [class*='note'] .preview:hover,
  .widget-wrapper.beige:not([class*="-bg"]) [class*='note'] .title:hover,
  .widget-wrapper.beige:not([class*="-bg"]) [class*='note'] .author:hover {
    color: #f7efe4 !important; }
  .widget-wrapper.beige:not([class*="-bg"]) [data-type*="article"] i[class*="play"]:hover {
    color: #f7efe4 !important; }

.widget-wrapper.beige:not([class*="-bg"]) {
  /* Cabezales */
  /* Chapitas en los listados de notas */
  /* Icono de Play si la nota tiene video */ }
  .widget-wrapper.beige:not([class*="-bg"]) .headline .obj-title, .widget-wrapper.beige:not([class*="-bg"]) .most-read .obj-title, .widget-wrapper.beige:not([class*="-bg"]) .note-by-author .obj-title {
    color: #f7efe4; }
    .widget-wrapper.beige:not([class*="-bg"]) .headline .obj-title::first-letter, .widget-wrapper.beige:not([class*="-bg"]) .most-read .obj-title::first-letter, .widget-wrapper.beige:not([class*="-bg"]) .note-by-author .obj-title::first-letter {
      background-color: #f7efe4;
      color: #000000; }
  .widget-wrapper.beige:not([class*="-bg"]) [class*='note']:not(.highlighted-portrait-note):not(.highlighted-note-overprinted-title) .article-kicker {
    color: #f7efe4 !important; }
  .widget-wrapper.beige:not([class*="-bg"]) [class*='note'] .article-theme {
    background-color: rgba(247, 239, 228, 0.8) !important;
    color: #000000 !important; }
  .widget-wrapper.beige:not([class*="-bg"]) [class*='note'] .info-wrapper .preview:hover,
  .widget-wrapper.beige:not([class*="-bg"]) [class*='note'] .info-wrapper .title:hover,
  .widget-wrapper.beige:not([class*="-bg"]) [class*='note'] .info-wrapper .author:hover,
  .widget-wrapper.beige:not([class*="-bg"]) [class*='note'] .info-wrapper .article-category-grouper:hover,
  .widget-wrapper.beige:not([class*="-bg"]) [class*='note'] .info-wrapper .article-kicker:hover {
    color: #f7efe4 !important; }
  .widget-wrapper.beige:not([class*="-bg"]) [class*='note'] .preview:hover,
  .widget-wrapper.beige:not([class*="-bg"]) [class*='note'] .title:hover,
  .widget-wrapper.beige:not([class*="-bg"]) [class*='note'] .author:hover {
    color: #f7efe4 !important; }
  .widget-wrapper.beige:not([class*="-bg"]) [data-type*="article"] i[class*="play"]:hover {
    color: #f7efe4 !important; }

.widget-wrapper.beige:not([class*="-bg"]) {
  /* Cabezales */
  /* Chapitas en los listados de notas */
  /* Icono de Play si la nota tiene video */ }
  .widget-wrapper.beige:not([class*="-bg"]) .headline .obj-title, .widget-wrapper.beige:not([class*="-bg"]) .most-read .obj-title, .widget-wrapper.beige:not([class*="-bg"]) .note-by-author .obj-title {
    color: #f7efe4; }
    .widget-wrapper.beige:not([class*="-bg"]) .headline .obj-title::first-letter, .widget-wrapper.beige:not([class*="-bg"]) .most-read .obj-title::first-letter, .widget-wrapper.beige:not([class*="-bg"]) .note-by-author .obj-title::first-letter {
      background-color: #f7efe4;
      color: #000000; }
  .widget-wrapper.beige:not([class*="-bg"]) [class*='note']:not(.highlighted-portrait-note):not(.highlighted-note-overprinted-title) .article-kicker {
    color: #f7efe4 !important; }
  .widget-wrapper.beige:not([class*="-bg"]) [class*='note'] .article-theme {
    background-color: rgba(247, 239, 228, 0.8) !important;
    color: #000000 !important; }
  .widget-wrapper.beige:not([class*="-bg"]) [class*='note'] .info-wrapper .preview:hover,
  .widget-wrapper.beige:not([class*="-bg"]) [class*='note'] .info-wrapper .title:hover,
  .widget-wrapper.beige:not([class*="-bg"]) [class*='note'] .info-wrapper .author:hover,
  .widget-wrapper.beige:not([class*="-bg"]) [class*='note'] .info-wrapper .article-category-grouper:hover,
  .widget-wrapper.beige:not([class*="-bg"]) [class*='note'] .info-wrapper .article-kicker:hover {
    color: #f7efe4 !important; }
  .widget-wrapper.beige:not([class*="-bg"]) [class*='note'] .preview:hover,
  .widget-wrapper.beige:not([class*="-bg"]) [class*='note'] .title:hover,
  .widget-wrapper.beige:not([class*="-bg"]) [class*='note'] .author:hover {
    color: #f7efe4 !important; }
  .widget-wrapper.beige:not([class*="-bg"]) [data-type*="article"] i[class*="play"]:hover {
    color: #f7efe4 !important; }

.widget-wrapper.beige:not([class*="-bg"]) {
  /* Cabezales */
  /* Chapitas en los listados de notas */
  /* Icono de Play si la nota tiene video */ }
  .widget-wrapper.beige:not([class*="-bg"]) .headline .obj-title, .widget-wrapper.beige:not([class*="-bg"]) .most-read .obj-title, .widget-wrapper.beige:not([class*="-bg"]) .note-by-author .obj-title {
    color: #f7efe4; }
    .widget-wrapper.beige:not([class*="-bg"]) .headline .obj-title::first-letter, .widget-wrapper.beige:not([class*="-bg"]) .most-read .obj-title::first-letter, .widget-wrapper.beige:not([class*="-bg"]) .note-by-author .obj-title::first-letter {
      background-color: #f7efe4;
      color: #000000; }
  .widget-wrapper.beige:not([class*="-bg"]) [class*='note']:not(.highlighted-portrait-note):not(.highlighted-note-overprinted-title) .article-kicker {
    color: #f7efe4 !important; }
  .widget-wrapper.beige:not([class*="-bg"]) [class*='note'] .article-theme {
    background-color: rgba(247, 239, 228, 0.8) !important;
    color: #000000 !important; }
  .widget-wrapper.beige:not([class*="-bg"]) [class*='note'] .info-wrapper .preview:hover,
  .widget-wrapper.beige:not([class*="-bg"]) [class*='note'] .info-wrapper .title:hover,
  .widget-wrapper.beige:not([class*="-bg"]) [class*='note'] .info-wrapper .author:hover,
  .widget-wrapper.beige:not([class*="-bg"]) [class*='note'] .info-wrapper .article-category-grouper:hover,
  .widget-wrapper.beige:not([class*="-bg"]) [class*='note'] .info-wrapper .article-kicker:hover {
    color: #f7efe4 !important; }
  .widget-wrapper.beige:not([class*="-bg"]) [class*='note'] .preview:hover,
  .widget-wrapper.beige:not([class*="-bg"]) [class*='note'] .title:hover,
  .widget-wrapper.beige:not([class*="-bg"]) [class*='note'] .author:hover {
    color: #f7efe4 !important; }
  .widget-wrapper.beige:not([class*="-bg"]) [data-type*="article"] i[class*="play"]:hover {
    color: #f7efe4 !important; }

.widget-wrapper.beige:not([class*="-bg"]) {
  /* Cabezales */
  /* Chapitas en los listados de notas */
  /* Icono de Play si la nota tiene video */ }
  .widget-wrapper.beige:not([class*="-bg"]) .headline .obj-title, .widget-wrapper.beige:not([class*="-bg"]) .most-read .obj-title, .widget-wrapper.beige:not([class*="-bg"]) .note-by-author .obj-title {
    color: #f7efe4; }
    .widget-wrapper.beige:not([class*="-bg"]) .headline .obj-title::first-letter, .widget-wrapper.beige:not([class*="-bg"]) .most-read .obj-title::first-letter, .widget-wrapper.beige:not([class*="-bg"]) .note-by-author .obj-title::first-letter {
      background-color: #f7efe4;
      color: #000000; }
  .widget-wrapper.beige:not([class*="-bg"]) [class*='note']:not(.highlighted-portrait-note):not(.highlighted-note-overprinted-title) .article-kicker {
    color: #f7efe4 !important; }
  .widget-wrapper.beige:not([class*="-bg"]) [class*='note'] .article-theme {
    background-color: rgba(247, 239, 228, 0.8) !important;
    color: #000000 !important; }
  .widget-wrapper.beige:not([class*="-bg"]) [class*='note'] .info-wrapper .preview:hover,
  .widget-wrapper.beige:not([class*="-bg"]) [class*='note'] .info-wrapper .title:hover,
  .widget-wrapper.beige:not([class*="-bg"]) [class*='note'] .info-wrapper .author:hover,
  .widget-wrapper.beige:not([class*="-bg"]) [class*='note'] .info-wrapper .article-category-grouper:hover,
  .widget-wrapper.beige:not([class*="-bg"]) [class*='note'] .info-wrapper .article-kicker:hover {
    color: #f7efe4 !important; }
  .widget-wrapper.beige:not([class*="-bg"]) [class*='note'] .preview:hover,
  .widget-wrapper.beige:not([class*="-bg"]) [class*='note'] .title:hover,
  .widget-wrapper.beige:not([class*="-bg"]) [class*='note'] .author:hover {
    color: #f7efe4 !important; }
  .widget-wrapper.beige:not([class*="-bg"]) [data-type*="article"] i[class*="play"]:hover {
    color: #f7efe4 !important; }

.widget-wrapper.beige:not([class*="-bg"]) {
  /* Cabezales */
  /* Chapitas en los listados de notas */
  /* Icono de Play si la nota tiene video */ }
  .widget-wrapper.beige:not([class*="-bg"]) .headline .obj-title, .widget-wrapper.beige:not([class*="-bg"]) .most-read .obj-title, .widget-wrapper.beige:not([class*="-bg"]) .note-by-author .obj-title {
    color: #f7efe4; }
    .widget-wrapper.beige:not([class*="-bg"]) .headline .obj-title::first-letter, .widget-wrapper.beige:not([class*="-bg"]) .most-read .obj-title::first-letter, .widget-wrapper.beige:not([class*="-bg"]) .note-by-author .obj-title::first-letter {
      background-color: #f7efe4;
      color: #000000; }
  .widget-wrapper.beige:not([class*="-bg"]) [class*='note']:not(.highlighted-portrait-note):not(.highlighted-note-overprinted-title) .article-kicker {
    color: #f7efe4 !important; }
  .widget-wrapper.beige:not([class*="-bg"]) [class*='note'] .article-theme {
    background-color: rgba(247, 239, 228, 0.8) !important;
    color: #000000 !important; }
  .widget-wrapper.beige:not([class*="-bg"]) [class*='note'] .info-wrapper .preview:hover,
  .widget-wrapper.beige:not([class*="-bg"]) [class*='note'] .info-wrapper .title:hover,
  .widget-wrapper.beige:not([class*="-bg"]) [class*='note'] .info-wrapper .author:hover,
  .widget-wrapper.beige:not([class*="-bg"]) [class*='note'] .info-wrapper .article-category-grouper:hover,
  .widget-wrapper.beige:not([class*="-bg"]) [class*='note'] .info-wrapper .article-kicker:hover {
    color: #f7efe4 !important; }
  .widget-wrapper.beige:not([class*="-bg"]) [class*='note'] .preview:hover,
  .widget-wrapper.beige:not([class*="-bg"]) [class*='note'] .title:hover,
  .widget-wrapper.beige:not([class*="-bg"]) [class*='note'] .author:hover {
    color: #f7efe4 !important; }
  .widget-wrapper.beige:not([class*="-bg"]) [data-type*="article"] i[class*="play"]:hover {
    color: #f7efe4 !important; }

.widget-wrapper.beige:not([class*="-bg"]) {
  /* Cabezales */
  /* Chapitas en los listados de notas */
  /* Icono de Play si la nota tiene video */ }
  .widget-wrapper.beige:not([class*="-bg"]) .headline .obj-title, .widget-wrapper.beige:not([class*="-bg"]) .most-read .obj-title, .widget-wrapper.beige:not([class*="-bg"]) .note-by-author .obj-title {
    color: #f7efe4; }
    .widget-wrapper.beige:not([class*="-bg"]) .headline .obj-title::first-letter, .widget-wrapper.beige:not([class*="-bg"]) .most-read .obj-title::first-letter, .widget-wrapper.beige:not([class*="-bg"]) .note-by-author .obj-title::first-letter {
      background-color: #f7efe4;
      color: #000000; }
  .widget-wrapper.beige:not([class*="-bg"]) [class*='note']:not(.highlighted-portrait-note):not(.highlighted-note-overprinted-title) .article-kicker {
    color: #f7efe4 !important; }
  .widget-wrapper.beige:not([class*="-bg"]) [class*='note'] .article-theme {
    background-color: rgba(247, 239, 228, 0.8) !important;
    color: #000000 !important; }
  .widget-wrapper.beige:not([class*="-bg"]) [class*='note'] .info-wrapper .preview:hover,
  .widget-wrapper.beige:not([class*="-bg"]) [class*='note'] .info-wrapper .title:hover,
  .widget-wrapper.beige:not([class*="-bg"]) [class*='note'] .info-wrapper .author:hover,
  .widget-wrapper.beige:not([class*="-bg"]) [class*='note'] .info-wrapper .article-category-grouper:hover,
  .widget-wrapper.beige:not([class*="-bg"]) [class*='note'] .info-wrapper .article-kicker:hover {
    color: #f7efe4 !important; }
  .widget-wrapper.beige:not([class*="-bg"]) [class*='note'] .preview:hover,
  .widget-wrapper.beige:not([class*="-bg"]) [class*='note'] .title:hover,
  .widget-wrapper.beige:not([class*="-bg"]) [class*='note'] .author:hover {
    color: #f7efe4 !important; }
  .widget-wrapper.beige:not([class*="-bg"]) [data-type*="article"] i[class*="play"]:hover {
    color: #f7efe4 !important; }

.widget-wrapper.beige:not([class*="-bg"]) {
  /* Cabezales */
  /* Chapitas en los listados de notas */
  /* Icono de Play si la nota tiene video */ }
  .widget-wrapper.beige:not([class*="-bg"]) .headline .obj-title, .widget-wrapper.beige:not([class*="-bg"]) .most-read .obj-title, .widget-wrapper.beige:not([class*="-bg"]) .note-by-author .obj-title {
    color: #f7efe4; }
    .widget-wrapper.beige:not([class*="-bg"]) .headline .obj-title::first-letter, .widget-wrapper.beige:not([class*="-bg"]) .most-read .obj-title::first-letter, .widget-wrapper.beige:not([class*="-bg"]) .note-by-author .obj-title::first-letter {
      background-color: #f7efe4;
      color: #000000; }
  .widget-wrapper.beige:not([class*="-bg"]) [class*='note']:not(.highlighted-portrait-note):not(.highlighted-note-overprinted-title) .article-kicker {
    color: #f7efe4 !important; }
  .widget-wrapper.beige:not([class*="-bg"]) [class*='note'] .article-theme {
    background-color: rgba(247, 239, 228, 0.8) !important;
    color: #000000 !important; }
  .widget-wrapper.beige:not([class*="-bg"]) [class*='note'] .info-wrapper .preview:hover,
  .widget-wrapper.beige:not([class*="-bg"]) [class*='note'] .info-wrapper .title:hover,
  .widget-wrapper.beige:not([class*="-bg"]) [class*='note'] .info-wrapper .author:hover,
  .widget-wrapper.beige:not([class*="-bg"]) [class*='note'] .info-wrapper .article-category-grouper:hover,
  .widget-wrapper.beige:not([class*="-bg"]) [class*='note'] .info-wrapper .article-kicker:hover {
    color: #f7efe4 !important; }
  .widget-wrapper.beige:not([class*="-bg"]) [class*='note'] .preview:hover,
  .widget-wrapper.beige:not([class*="-bg"]) [class*='note'] .title:hover,
  .widget-wrapper.beige:not([class*="-bg"]) [class*='note'] .author:hover {
    color: #f7efe4 !important; }
  .widget-wrapper.beige:not([class*="-bg"]) [data-type*="article"] i[class*="play"]:hover {
    color: #f7efe4 !important; }

.widget-wrapper.beige:not([class*="-bg"]) {
  /* Cabezales */
  /* Chapitas en los listados de notas */
  /* Icono de Play si la nota tiene video */ }
  .widget-wrapper.beige:not([class*="-bg"]) .headline .obj-title, .widget-wrapper.beige:not([class*="-bg"]) .most-read .obj-title, .widget-wrapper.beige:not([class*="-bg"]) .note-by-author .obj-title {
    color: #f7efe4; }
    .widget-wrapper.beige:not([class*="-bg"]) .headline .obj-title::first-letter, .widget-wrapper.beige:not([class*="-bg"]) .most-read .obj-title::first-letter, .widget-wrapper.beige:not([class*="-bg"]) .note-by-author .obj-title::first-letter {
      background-color: #f7efe4;
      color: #000000; }
  .widget-wrapper.beige:not([class*="-bg"]) [class*='note']:not(.highlighted-portrait-note):not(.highlighted-note-overprinted-title) .article-kicker {
    color: #f7efe4 !important; }
  .widget-wrapper.beige:not([class*="-bg"]) [class*='note'] .article-theme {
    background-color: rgba(247, 239, 228, 0.8) !important;
    color: #000000 !important; }
  .widget-wrapper.beige:not([class*="-bg"]) [class*='note'] .info-wrapper .preview:hover,
  .widget-wrapper.beige:not([class*="-bg"]) [class*='note'] .info-wrapper .title:hover,
  .widget-wrapper.beige:not([class*="-bg"]) [class*='note'] .info-wrapper .author:hover,
  .widget-wrapper.beige:not([class*="-bg"]) [class*='note'] .info-wrapper .article-category-grouper:hover,
  .widget-wrapper.beige:not([class*="-bg"]) [class*='note'] .info-wrapper .article-kicker:hover {
    color: #f7efe4 !important; }
  .widget-wrapper.beige:not([class*="-bg"]) [class*='note'] .preview:hover,
  .widget-wrapper.beige:not([class*="-bg"]) [class*='note'] .title:hover,
  .widget-wrapper.beige:not([class*="-bg"]) [class*='note'] .author:hover {
    color: #f7efe4 !important; }
  .widget-wrapper.beige:not([class*="-bg"]) [data-type*="article"] i[class*="play"]:hover {
    color: #f7efe4 !important; }

.widget-wrapper.beige:not([class*="-bg"]) {
  /* Cabezales */
  /* Chapitas en los listados de notas */
  /* Icono de Play si la nota tiene video */ }
  .widget-wrapper.beige:not([class*="-bg"]) .headline .obj-title, .widget-wrapper.beige:not([class*="-bg"]) .most-read .obj-title, .widget-wrapper.beige:not([class*="-bg"]) .note-by-author .obj-title {
    color: #f7efe4; }
    .widget-wrapper.beige:not([class*="-bg"]) .headline .obj-title::first-letter, .widget-wrapper.beige:not([class*="-bg"]) .most-read .obj-title::first-letter, .widget-wrapper.beige:not([class*="-bg"]) .note-by-author .obj-title::first-letter {
      background-color: #f7efe4;
      color: #000000; }
  .widget-wrapper.beige:not([class*="-bg"]) [class*='note']:not(.highlighted-portrait-note):not(.highlighted-note-overprinted-title) .article-kicker {
    color: #f7efe4 !important; }
  .widget-wrapper.beige:not([class*="-bg"]) [class*='note'] .article-theme {
    background-color: rgba(247, 239, 228, 0.8) !important;
    color: #000000 !important; }
  .widget-wrapper.beige:not([class*="-bg"]) [class*='note'] .info-wrapper .preview:hover,
  .widget-wrapper.beige:not([class*="-bg"]) [class*='note'] .info-wrapper .title:hover,
  .widget-wrapper.beige:not([class*="-bg"]) [class*='note'] .info-wrapper .author:hover,
  .widget-wrapper.beige:not([class*="-bg"]) [class*='note'] .info-wrapper .article-category-grouper:hover,
  .widget-wrapper.beige:not([class*="-bg"]) [class*='note'] .info-wrapper .article-kicker:hover {
    color: #f7efe4 !important; }
  .widget-wrapper.beige:not([class*="-bg"]) [class*='note'] .preview:hover,
  .widget-wrapper.beige:not([class*="-bg"]) [class*='note'] .title:hover,
  .widget-wrapper.beige:not([class*="-bg"]) [class*='note'] .author:hover {
    color: #f7efe4 !important; }
  .widget-wrapper.beige:not([class*="-bg"]) [data-type*="article"] i[class*="play"]:hover {
    color: #f7efe4 !important; }

.widget-wrapper.beige:not([class*="-bg"]) {
  /* Cabezales */
  /* Chapitas en los listados de notas */
  /* Icono de Play si la nota tiene video */ }
  .widget-wrapper.beige:not([class*="-bg"]) .headline .obj-title, .widget-wrapper.beige:not([class*="-bg"]) .most-read .obj-title, .widget-wrapper.beige:not([class*="-bg"]) .note-by-author .obj-title {
    color: #f7efe4; }
    .widget-wrapper.beige:not([class*="-bg"]) .headline .obj-title::first-letter, .widget-wrapper.beige:not([class*="-bg"]) .most-read .obj-title::first-letter, .widget-wrapper.beige:not([class*="-bg"]) .note-by-author .obj-title::first-letter {
      background-color: #f7efe4;
      color: #000000; }
  .widget-wrapper.beige:not([class*="-bg"]) [class*='note']:not(.highlighted-portrait-note):not(.highlighted-note-overprinted-title) .article-kicker {
    color: #f7efe4 !important; }
  .widget-wrapper.beige:not([class*="-bg"]) [class*='note'] .article-theme {
    background-color: rgba(247, 239, 228, 0.8) !important;
    color: #000000 !important; }
  .widget-wrapper.beige:not([class*="-bg"]) [class*='note'] .info-wrapper .preview:hover,
  .widget-wrapper.beige:not([class*="-bg"]) [class*='note'] .info-wrapper .title:hover,
  .widget-wrapper.beige:not([class*="-bg"]) [class*='note'] .info-wrapper .author:hover,
  .widget-wrapper.beige:not([class*="-bg"]) [class*='note'] .info-wrapper .article-category-grouper:hover,
  .widget-wrapper.beige:not([class*="-bg"]) [class*='note'] .info-wrapper .article-kicker:hover {
    color: #f7efe4 !important; }
  .widget-wrapper.beige:not([class*="-bg"]) [class*='note'] .preview:hover,
  .widget-wrapper.beige:not([class*="-bg"]) [class*='note'] .title:hover,
  .widget-wrapper.beige:not([class*="-bg"]) [class*='note'] .author:hover {
    color: #f7efe4 !important; }
  .widget-wrapper.beige:not([class*="-bg"]) [data-type*="article"] i[class*="play"]:hover {
    color: #f7efe4 !important; }

.widget-wrapper.beige:not([class*="-bg"]) {
  /* Cabezales */
  /* Chapitas en los listados de notas */
  /* Icono de Play si la nota tiene video */ }
  .widget-wrapper.beige:not([class*="-bg"]) .headline .obj-title, .widget-wrapper.beige:not([class*="-bg"]) .most-read .obj-title, .widget-wrapper.beige:not([class*="-bg"]) .note-by-author .obj-title {
    color: #f7efe4; }
    .widget-wrapper.beige:not([class*="-bg"]) .headline .obj-title::first-letter, .widget-wrapper.beige:not([class*="-bg"]) .most-read .obj-title::first-letter, .widget-wrapper.beige:not([class*="-bg"]) .note-by-author .obj-title::first-letter {
      background-color: #f7efe4;
      color: #000000; }
  .widget-wrapper.beige:not([class*="-bg"]) [class*='note']:not(.highlighted-portrait-note):not(.highlighted-note-overprinted-title) .article-kicker {
    color: #f7efe4 !important; }
  .widget-wrapper.beige:not([class*="-bg"]) [class*='note'] .article-theme {
    background-color: rgba(247, 239, 228, 0.8) !important;
    color: #000000 !important; }
  .widget-wrapper.beige:not([class*="-bg"]) [class*='note'] .info-wrapper .preview:hover,
  .widget-wrapper.beige:not([class*="-bg"]) [class*='note'] .info-wrapper .title:hover,
  .widget-wrapper.beige:not([class*="-bg"]) [class*='note'] .info-wrapper .author:hover,
  .widget-wrapper.beige:not([class*="-bg"]) [class*='note'] .info-wrapper .article-category-grouper:hover,
  .widget-wrapper.beige:not([class*="-bg"]) [class*='note'] .info-wrapper .article-kicker:hover {
    color: #f7efe4 !important; }
  .widget-wrapper.beige:not([class*="-bg"]) [class*='note'] .preview:hover,
  .widget-wrapper.beige:not([class*="-bg"]) [class*='note'] .title:hover,
  .widget-wrapper.beige:not([class*="-bg"]) [class*='note'] .author:hover {
    color: #f7efe4 !important; }
  .widget-wrapper.beige:not([class*="-bg"]) [data-type*="article"] i[class*="play"]:hover {
    color: #f7efe4 !important; }

.widget-wrapper.beige:not([class*="-bg"]) {
  /* Cabezales */
  /* Chapitas en los listados de notas */
  /* Icono de Play si la nota tiene video */ }
  .widget-wrapper.beige:not([class*="-bg"]) .headline .obj-title, .widget-wrapper.beige:not([class*="-bg"]) .most-read .obj-title, .widget-wrapper.beige:not([class*="-bg"]) .note-by-author .obj-title {
    color: #f7efe4; }
    .widget-wrapper.beige:not([class*="-bg"]) .headline .obj-title::first-letter, .widget-wrapper.beige:not([class*="-bg"]) .most-read .obj-title::first-letter, .widget-wrapper.beige:not([class*="-bg"]) .note-by-author .obj-title::first-letter {
      background-color: #f7efe4;
      color: #000000; }
  .widget-wrapper.beige:not([class*="-bg"]) [class*='note']:not(.highlighted-portrait-note):not(.highlighted-note-overprinted-title) .article-kicker {
    color: #f7efe4 !important; }
  .widget-wrapper.beige:not([class*="-bg"]) [class*='note'] .article-theme {
    background-color: rgba(247, 239, 228, 0.8) !important;
    color: #000000 !important; }
  .widget-wrapper.beige:not([class*="-bg"]) [class*='note'] .info-wrapper .preview:hover,
  .widget-wrapper.beige:not([class*="-bg"]) [class*='note'] .info-wrapper .title:hover,
  .widget-wrapper.beige:not([class*="-bg"]) [class*='note'] .info-wrapper .author:hover,
  .widget-wrapper.beige:not([class*="-bg"]) [class*='note'] .info-wrapper .article-category-grouper:hover,
  .widget-wrapper.beige:not([class*="-bg"]) [class*='note'] .info-wrapper .article-kicker:hover {
    color: #f7efe4 !important; }
  .widget-wrapper.beige:not([class*="-bg"]) [class*='note'] .preview:hover,
  .widget-wrapper.beige:not([class*="-bg"]) [class*='note'] .title:hover,
  .widget-wrapper.beige:not([class*="-bg"]) [class*='note'] .author:hover {
    color: #f7efe4 !important; }
  .widget-wrapper.beige:not([class*="-bg"]) [data-type*="article"] i[class*="play"]:hover {
    color: #f7efe4 !important; }

.widget-wrapper.beige:not([class*="-bg"]) {
  /* Cabezales */
  /* Chapitas en los listados de notas */
  /* Icono de Play si la nota tiene video */ }
  .widget-wrapper.beige:not([class*="-bg"]) .headline .obj-title, .widget-wrapper.beige:not([class*="-bg"]) .most-read .obj-title, .widget-wrapper.beige:not([class*="-bg"]) .note-by-author .obj-title {
    color: #f7efe4; }
    .widget-wrapper.beige:not([class*="-bg"]) .headline .obj-title::first-letter, .widget-wrapper.beige:not([class*="-bg"]) .most-read .obj-title::first-letter, .widget-wrapper.beige:not([class*="-bg"]) .note-by-author .obj-title::first-letter {
      background-color: #f7efe4;
      color: #000000; }
  .widget-wrapper.beige:not([class*="-bg"]) [class*='note']:not(.highlighted-portrait-note):not(.highlighted-note-overprinted-title) .article-kicker {
    color: #f7efe4 !important; }
  .widget-wrapper.beige:not([class*="-bg"]) [class*='note'] .article-theme {
    background-color: rgba(247, 239, 228, 0.8) !important;
    color: #000000 !important; }
  .widget-wrapper.beige:not([class*="-bg"]) [class*='note'] .info-wrapper .preview:hover,
  .widget-wrapper.beige:not([class*="-bg"]) [class*='note'] .info-wrapper .title:hover,
  .widget-wrapper.beige:not([class*="-bg"]) [class*='note'] .info-wrapper .author:hover,
  .widget-wrapper.beige:not([class*="-bg"]) [class*='note'] .info-wrapper .article-category-grouper:hover,
  .widget-wrapper.beige:not([class*="-bg"]) [class*='note'] .info-wrapper .article-kicker:hover {
    color: #f7efe4 !important; }
  .widget-wrapper.beige:not([class*="-bg"]) [class*='note'] .preview:hover,
  .widget-wrapper.beige:not([class*="-bg"]) [class*='note'] .title:hover,
  .widget-wrapper.beige:not([class*="-bg"]) [class*='note'] .author:hover {
    color: #f7efe4 !important; }
  .widget-wrapper.beige:not([class*="-bg"]) [data-type*="article"] i[class*="play"]:hover {
    color: #f7efe4 !important; }

.widget-wrapper.beige:not([class*="-bg"]) {
  /* Cabezales */
  /* Chapitas en los listados de notas */
  /* Icono de Play si la nota tiene video */ }
  .widget-wrapper.beige:not([class*="-bg"]) .headline .obj-title, .widget-wrapper.beige:not([class*="-bg"]) .most-read .obj-title, .widget-wrapper.beige:not([class*="-bg"]) .note-by-author .obj-title {
    color: #f7efe4; }
    .widget-wrapper.beige:not([class*="-bg"]) .headline .obj-title::first-letter, .widget-wrapper.beige:not([class*="-bg"]) .most-read .obj-title::first-letter, .widget-wrapper.beige:not([class*="-bg"]) .note-by-author .obj-title::first-letter {
      background-color: #f7efe4;
      color: #000000; }
  .widget-wrapper.beige:not([class*="-bg"]) [class*='note']:not(.highlighted-portrait-note):not(.highlighted-note-overprinted-title) .article-kicker {
    color: #f7efe4 !important; }
  .widget-wrapper.beige:not([class*="-bg"]) [class*='note'] .article-theme {
    background-color: rgba(247, 239, 228, 0.8) !important;
    color: #000000 !important; }
  .widget-wrapper.beige:not([class*="-bg"]) [class*='note'] .info-wrapper .preview:hover,
  .widget-wrapper.beige:not([class*="-bg"]) [class*='note'] .info-wrapper .title:hover,
  .widget-wrapper.beige:not([class*="-bg"]) [class*='note'] .info-wrapper .author:hover,
  .widget-wrapper.beige:not([class*="-bg"]) [class*='note'] .info-wrapper .article-category-grouper:hover,
  .widget-wrapper.beige:not([class*="-bg"]) [class*='note'] .info-wrapper .article-kicker:hover {
    color: #f7efe4 !important; }
  .widget-wrapper.beige:not([class*="-bg"]) [class*='note'] .preview:hover,
  .widget-wrapper.beige:not([class*="-bg"]) [class*='note'] .title:hover,
  .widget-wrapper.beige:not([class*="-bg"]) [class*='note'] .author:hover {
    color: #f7efe4 !important; }
  .widget-wrapper.beige:not([class*="-bg"]) [data-type*="article"] i[class*="play"]:hover {
    color: #f7efe4 !important; }

.widget-wrapper.texto-blanco {
  color: #FFFFFF;
  /* Cabezales */ }
  .widget-wrapper.texto-blanco .headline .obj-title, .widget-wrapper.texto-blanco .most-read .obj-title, .widget-wrapper.texto-blanco .note-by-author .obj-title {
    color: #FFFFFF; }
  .widget-wrapper.texto-blanco .simple-list .simple-note:not(.no-media) .title, .widget-wrapper.texto-blanco .section-aside-single-article .simple-note:not(.no-media) .title {
    color: #FFFFFF; }
  .widget-wrapper.texto-blanco .simple-list-square-image .simple-note-square-image .title {
    color: #FFFFFF; }
  .widget-wrapper.texto-blanco .free-text .body-content {
    color: #000000; }
  .widget-wrapper.texto-blanco [data-type*="article"] .info-wrapper .article-kicker {
    color: #FFFFFF !important; }

/* Colores en Detalle Sección */
body.beige main.container.note {
  /* Cabezales */
  /* Chapitas en los listados de notas */
  /* Icono de Play si la nota tiene video */
  /* Iconos de Share/Compartir */
  /* Listado Más Leídas */
  /* Paginador Listado Seccion */ }
  body.beige main.container.note .headline .obj-title, body.beige main.container.note .most-read .obj-title, body.beige main.container.note .note-by-author .obj-title {
    color: #f7efe4; }
    body.beige main.container.note .headline .obj-title::first-letter, body.beige main.container.note .most-read .obj-title::first-letter, body.beige main.container.note .note-by-author .obj-title::first-letter {
      background-color: #f7efe4;
      color: #000000; }
  body.beige main.container.note [class*='note'] .article-theme {
    background-color: rgba(247, 239, 228, 0.8) !important;
    color: #000000 !important; }
  body.beige main.container.note [class*='note'] .info-wrapper .preview:hover,
  body.beige main.container.note [class*='note'] .info-wrapper .title:hover,
  body.beige main.container.note [class*='note'] .info-wrapper .author:hover {
    color: #f7efe4 !important; }
  body.beige main.container.note [class*='note'] .preview:hover,
  body.beige main.container.note [class*='note'] .title:hover,
  body.beige main.container.note [class*='note'] .author:hover {
    color: #f7efe4 !important; }
  body.beige main.container.note [data-type*="article"] i[class*="play"]:hover {
    color: #f7efe4 !important; }
  body.beige main.container.note .socials-share li {
    background-color: #f7efe4; }
  body.beige main.container.note .ranking-list {
    background-color: #f7efe4; }
    body.beige main.container.note .ranking-list .article .number {
      background-color: #f1e3d0; }
    body.beige main.container.note .ranking-list .article .number,
    body.beige main.container.note .ranking-list .article .title,
    body.beige main.container.note .ranking-list .article .author {
      color: #000000; }
    body.beige main.container.note .ranking-list .obj-title {
      color: #000000; }
  body.beige main.container.note .list-articles .articles-pagination [class*="button"] {
    background-color: #f7efe4;
    color: #000000; }
    body.beige main.container.note .list-articles .articles-pagination [class*="button"]:hover {
      background-color: #C82828; }

/* Colores en las chapitas */
.article-theme.bordo {
  color: #402522 !important; }

.article-kicker.bordo {
  color: #402522 !important; }

.article-category-grouper.bordo:hover {
  color: #402522 !important; }

/* Cabezales */
.headline.bordo .obj-title, .bordo.most-read .obj-title, .bordo.note-by-author .obj-title {
  color: #402522; }
  .headline.bordo .obj-title::first-letter, .bordo.most-read .obj-title::first-letter, .bordo.note-by-author .obj-title::first-letter {
    background-color: #402522;
    color: #FFFFFF; }

/* Widges con colores de fondo */
.bordo-bg {
  background-color: #402522; }
  .bordo-bg.widget-wrapper {
    padding-top: 25px;
    margin-bottom: 25px; }
  .bordo-bg .highlighted-note-square-image .preview,
  .bordo-bg .highlighted-note-square-image .title,
  .bordo-bg .highlighted-note-square-image .author,
  .bordo-bg .highlighted-note-square-image .article-category-grouper,
  .bordo-bg .highlighted-note-square-image .article-kicker,
  .bordo-bg .simple-note .preview,
  .bordo-bg .simple-note .title,
  .bordo-bg .simple-note .author,
  .bordo-bg .simple-note .article-category-grouper,
  .bordo-bg .simple-note .article-kicker,
  .bordo-bg .simple-note-square-image .preview,
  .bordo-bg .simple-note-square-image .title,
  .bordo-bg .simple-note-square-image .author,
  .bordo-bg .simple-note-square-image .article-category-grouper,
  .bordo-bg .simple-note-square-image .article-kicker {
    color: #FFFFFF !important; }
  .bordo-bg .headline, .bordo-bg .most-read, .bordo-bg .note-by-author {
    margin-top: 0;
    padding-top: 8px; }
    .bordo-bg .headline .obj-title, .bordo-bg .most-read .obj-title, .bordo-bg .note-by-author .obj-title {
      color: #FFFFFF !important; }
      .bordo-bg .headline .obj-title::first-letter, .bordo-bg .most-read .obj-title::first-letter, .bordo-bg .note-by-author .obj-title::first-letter {
        background-color: #FFFFFF;
        color: #402522 !important; }
  .bordo-bg.celeste-vivo {
    /* Chapitas en los listados de notas */
    /* Icono de Play si la nota tiene video */ }
    .bordo-bg.celeste-vivo [class*='note'] .article-theme {
      background-color: rgba(68, 201, 246, 0.8) !important;
      color: #FFFFFF !important; }
    .bordo-bg.celeste-vivo [data-type*="article"] i[class*="play"]:hover {
      color: #44c9f6 !important; }
  .bordo-bg.copa-america {
    /* Chapitas en los listados de notas */
    /* Icono de Play si la nota tiene video */ }
    .bordo-bg.copa-america [class*='note'] .article-theme {
      background-color: rgba(32, 138, 200, 0.8) !important;
      color: #FFFFFF !important; }
    .bordo-bg.copa-america [data-type*="article"] i[class*="play"]:hover {
      color: #208ac8 !important; }
  .bordo-bg.fucsia {
    /* Chapitas en los listados de notas */
    /* Icono de Play si la nota tiene video */ }
    .bordo-bg.fucsia [class*='note'] .article-theme {
      background-color: rgba(182, 11, 124, 0.8) !important;
      color: #FFFFFF !important; }
    .bordo-bg.fucsia [data-type*="article"] i[class*="play"]:hover {
      color: #b60b7c !important; }
  .bordo-bg.gris {
    /* Chapitas en los listados de notas */
    /* Icono de Play si la nota tiene video */ }
    .bordo-bg.gris [class*='note'] .article-theme {
      background-color: rgba(109, 123, 140, 0.8) !important;
      color: #FFFFFF !important; }
    .bordo-bg.gris [data-type*="article"] i[class*="play"]:hover {
      color: #6d7b8c !important; }
  .bordo-bg.naranja {
    /* Chapitas en los listados de notas */
    /* Icono de Play si la nota tiene video */ }
    .bordo-bg.naranja [class*='note'] .article-theme {
      background-color: rgba(227, 123, 87, 0.8) !important;
      color: #FFFFFF !important; }
    .bordo-bg.naranja [data-type*="article"] i[class*="play"]:hover {
      color: #e37b57 !important; }
  .bordo-bg.naranja_fuerte {
    /* Chapitas en los listados de notas */
    /* Icono de Play si la nota tiene video */ }
    .bordo-bg.naranja_fuerte [class*='note'] .article-theme {
      background-color: rgba(217, 56, 0, 0.8) !important;
      color: #FFFFFF !important; }
    .bordo-bg.naranja_fuerte [data-type*="article"] i[class*="play"]:hover {
      color: #D93800 !important; }
  .bordo-bg.rating-cero {
    /* Chapitas en los listados de notas */
    /* Icono de Play si la nota tiene video */ }
    .bordo-bg.rating-cero [class*='note'] .article-theme {
      background-color: rgba(218, 44, 41, 0.8) !important;
      color: #FFFFFF !important; }
    .bordo-bg.rating-cero [data-type*="article"] i[class*="play"]:hover {
      color: #da2c29 !important; }
  .bordo-bg.texto-blanco .article-shouts .info-wrapper .preview,
  .bordo-bg.texto-blanco .article-shouts .info-wrapper .title,
  .bordo-bg.texto-blanco .article-shouts .info-wrapper .author,
  .bordo-bg.texto-blanco .article-shouts .info-wrapper .article-kicker,
  .bordo-bg.texto-blanco .highlighted-note-square-image .info-wrapper .preview,
  .bordo-bg.texto-blanco .highlighted-note-square-image .info-wrapper .title,
  .bordo-bg.texto-blanco .highlighted-note-square-image .info-wrapper .author,
  .bordo-bg.texto-blanco .highlighted-note-square-image .info-wrapper .article-kicker,
  .bordo-bg.texto-blanco .simple-list .info-wrapper .preview,
  .bordo-bg.texto-blanco .section-aside-single-article .info-wrapper .preview,
  .bordo-bg.texto-blanco .simple-list .info-wrapper .title,
  .bordo-bg.texto-blanco .section-aside-single-article .info-wrapper .title,
  .bordo-bg.texto-blanco .simple-list .info-wrapper .author,
  .bordo-bg.texto-blanco .section-aside-single-article .info-wrapper .author,
  .bordo-bg.texto-blanco .simple-list .info-wrapper .article-kicker,
  .bordo-bg.texto-blanco .section-aside-single-article .info-wrapper .article-kicker,
  .bordo-bg.texto-blanco .simple-list-square-image .info-wrapper .preview,
  .bordo-bg.texto-blanco .simple-list-square-image .info-wrapper .title,
  .bordo-bg.texto-blanco .simple-list-square-image .info-wrapper .author,
  .bordo-bg.texto-blanco .simple-list-square-image .info-wrapper .article-kicker {
    color: #FFFFFF !important; }
    .bordo-bg.texto-blanco .article-shouts .info-wrapper .preview:hover,
    .bordo-bg.texto-blanco .article-shouts .info-wrapper .title:hover,
    .bordo-bg.texto-blanco .article-shouts .info-wrapper .author:hover,
    .bordo-bg.texto-blanco .article-shouts .info-wrapper .article-kicker:hover,
    .bordo-bg.texto-blanco .highlighted-note-square-image .info-wrapper .preview:hover,
    .bordo-bg.texto-blanco .highlighted-note-square-image .info-wrapper .title:hover,
    .bordo-bg.texto-blanco .highlighted-note-square-image .info-wrapper .author:hover,
    .bordo-bg.texto-blanco .highlighted-note-square-image .info-wrapper .article-kicker:hover,
    .bordo-bg.texto-blanco .simple-list .info-wrapper .preview:hover,
    .bordo-bg.texto-blanco .section-aside-single-article .info-wrapper .preview:hover,
    .bordo-bg.texto-blanco .simple-list .info-wrapper .title:hover,
    .bordo-bg.texto-blanco .section-aside-single-article .info-wrapper .title:hover,
    .bordo-bg.texto-blanco .simple-list .info-wrapper .author:hover,
    .bordo-bg.texto-blanco .section-aside-single-article .info-wrapper .author:hover,
    .bordo-bg.texto-blanco .simple-list .info-wrapper .article-kicker:hover,
    .bordo-bg.texto-blanco .section-aside-single-article .info-wrapper .article-kicker:hover,
    .bordo-bg.texto-blanco .simple-list-square-image .info-wrapper .preview:hover,
    .bordo-bg.texto-blanco .simple-list-square-image .info-wrapper .title:hover,
    .bordo-bg.texto-blanco .simple-list-square-image .info-wrapper .author:hover,
    .bordo-bg.texto-blanco .simple-list-square-image .info-wrapper .article-kicker:hover {
      color: #FFFFFF !important; }
  .bordo-bg.texto-blanco .article-shouts .preview,
  .bordo-bg.texto-blanco .article-shouts .title,
  .bordo-bg.texto-blanco .article-shouts .author,
  .bordo-bg.texto-blanco .highlighted-note-square-image .preview,
  .bordo-bg.texto-blanco .highlighted-note-square-image .title,
  .bordo-bg.texto-blanco .highlighted-note-square-image .author,
  .bordo-bg.texto-blanco .simple-list .preview,
  .bordo-bg.texto-blanco .section-aside-single-article .preview,
  .bordo-bg.texto-blanco .simple-list .title,
  .bordo-bg.texto-blanco .section-aside-single-article .title,
  .bordo-bg.texto-blanco .simple-list .author,
  .bordo-bg.texto-blanco .section-aside-single-article .author,
  .bordo-bg.texto-blanco .simple-list-square-image .preview,
  .bordo-bg.texto-blanco .simple-list-square-image .title,
  .bordo-bg.texto-blanco .simple-list-square-image .author {
    color: #FFFFFF !important; }
    .bordo-bg.texto-blanco .article-shouts .preview:hover,
    .bordo-bg.texto-blanco .article-shouts .title:hover,
    .bordo-bg.texto-blanco .article-shouts .author:hover,
    .bordo-bg.texto-blanco .highlighted-note-square-image .preview:hover,
    .bordo-bg.texto-blanco .highlighted-note-square-image .title:hover,
    .bordo-bg.texto-blanco .highlighted-note-square-image .author:hover,
    .bordo-bg.texto-blanco .simple-list .preview:hover,
    .bordo-bg.texto-blanco .section-aside-single-article .preview:hover,
    .bordo-bg.texto-blanco .simple-list .title:hover,
    .bordo-bg.texto-blanco .section-aside-single-article .title:hover,
    .bordo-bg.texto-blanco .simple-list .author:hover,
    .bordo-bg.texto-blanco .section-aside-single-article .author:hover,
    .bordo-bg.texto-blanco .simple-list-square-image .preview:hover,
    .bordo-bg.texto-blanco .simple-list-square-image .title:hover,
    .bordo-bg.texto-blanco .simple-list-square-image .author:hover {
      color: #FFFFFF !important; }
  .bordo-bg.texto-blanco [class*='note'] .article-theme {
    color: #FFFFFF !important; }
  .bordo-bg.texto-blanco .headline, .bordo-bg.texto-blanco .most-read, .bordo-bg.texto-blanco .note-by-author {
    margin-top: 0;
    padding-top: 8px; }
    .bordo-bg.texto-blanco .headline .obj-title, .bordo-bg.texto-blanco .most-read .obj-title, .bordo-bg.texto-blanco .note-by-author .obj-title {
      color: #FFFFFF !important; }
      .bordo-bg.texto-blanco .headline .obj-title::first-letter, .bordo-bg.texto-blanco .most-read .obj-title::first-letter, .bordo-bg.texto-blanco .note-by-author .obj-title::first-letter {
        background-color: #FFFFFF;
        color: #402522 !important; }
  .bordo-bg.tipo-blanca {
    /* Chapitas en los listados de notas */
    /* Icono de Play si la nota tiene video */ }
    .bordo-bg.tipo-blanca [class*='note'] .article-theme {
      background-color: rgba(0, 0, 0, 0) !important;
      color: #FFFFFF !important; }
    .bordo-bg.tipo-blanca [data-type*="article"] i[class*="play"]:hover {
      color: transparent !important; }
  .bordo-bg.verde-doc {
    /* Chapitas en los listados de notas */
    /* Icono de Play si la nota tiene video */ }
    .bordo-bg.verde-doc [class*='note'] .article-theme {
      background-color: rgba(0, 153, 153, 0.8) !important;
      color: #FFFFFF !important; }
    .bordo-bg.verde-doc [data-type*="article"] i[class*="play"]:hover {
      color: #099 !important; }
  .bordo-bg.verde_oscuro {
    /* Chapitas en los listados de notas */
    /* Icono de Play si la nota tiene video */ }
    .bordo-bg.verde_oscuro [class*='note'] .article-theme {
      background-color: rgba(74, 122, 80, 0.8) !important;
      color: #FFFFFF !important; }
    .bordo-bg.verde_oscuro [data-type*="article"] i[class*="play"]:hover {
      color: #4a7a50 !important; }
  .bordo-bg.violeta {
    /* Chapitas en los listados de notas */
    /* Icono de Play si la nota tiene video */ }
    .bordo-bg.violeta [class*='note'] .article-theme {
      background-color: rgba(86, 0, 141, 0.8) !important;
      color: #FFFFFF !important; }
    .bordo-bg.violeta [data-type*="article"] i[class*="play"]:hover {
      color: #56008D !important; }
  .bordo-bg.beige {
    /* Chapitas en los listados de notas */
    /* Icono de Play si la nota tiene video */ }
    .bordo-bg.beige [class*='note'] .article-theme {
      background-color: rgba(247, 239, 228, 0.8) !important;
      color: #000000 !important; }
    .bordo-bg.beige [data-type*="article"] i[class*="play"]:hover {
      color: #f7efe4 !important; }
  .bordo-bg.bordo {
    /* Chapitas en los listados de notas */
    /* Icono de Play si la nota tiene video */ }
    .bordo-bg.bordo [class*='note'] .article-theme {
      background-color: rgba(64, 37, 34, 0.8) !important;
      color: #FFFFFF !important; }
    .bordo-bg.bordo [data-type*="article"] i[class*="play"]:hover {
      color: #402522 !important; }
  .bordo-bg.verde-limon {
    /* Chapitas en los listados de notas */
    /* Icono de Play si la nota tiene video */ }
    .bordo-bg.verde-limon [class*='note'] .article-theme {
      background-color: rgba(239, 255, 211, 0.8) !important;
      color: #000000 !important; }
    .bordo-bg.verde-limon [data-type*="article"] i[class*="play"]:hover {
      color: #efffd3 !important; }
  .bordo-bg.rojo {
    /* Chapitas en los listados de notas */
    /* Icono de Play si la nota tiene video */ }
    .bordo-bg.rojo [class*='note'] .article-theme {
      background-color: rgba(216, 84, 84, 0.8) !important;
      color: #FFFFFF !important; }
    .bordo-bg.rojo [data-type*="article"] i[class*="play"]:hover {
      color: #d85454 !important; }
  .bordo-bg.celeste {
    /* Chapitas en los listados de notas */
    /* Icono de Play si la nota tiene video */ }
    .bordo-bg.celeste [class*='note'] .article-theme {
      background-color: rgba(81, 163, 255, 0.8) !important;
      color: #FFFFFF !important; }
    .bordo-bg.celeste [data-type*="article"] i[class*="play"]:hover {
      color: #51a3ff !important; }
  .bordo-bg.amarillo {
    /* Chapitas en los listados de notas */
    /* Icono de Play si la nota tiene video */ }
    .bordo-bg.amarillo [class*='note'] .article-theme {
      background-color: rgba(212, 202, 86, 0.8) !important;
      color: #000000 !important; }
    .bordo-bg.amarillo [data-type*="article"] i[class*="play"]:hover {
      color: #d4ca56 !important; }
  .bordo-bg.magent {
    /* Chapitas en los listados de notas */
    /* Icono de Play si la nota tiene video */ }
    .bordo-bg.magent [class*='note'] .article-theme {
      background-color: rgba(204, 98, 200, 0.8) !important;
      color: #FFFFFF !important; }
    .bordo-bg.magent [data-type*="article"] i[class*="play"]:hover {
      color: #cc62c8 !important; }
  .bordo-bg.azul {
    /* Chapitas en los listados de notas */
    /* Icono de Play si la nota tiene video */ }
    .bordo-bg.azul [class*='note'] .article-theme {
      background-color: rgba(96, 129, 166, 0.8) !important;
      color: #FFFFFF !important; }
    .bordo-bg.azul [data-type*="article"] i[class*="play"]:hover {
      color: #6081a6 !important; }
  .bordo-bg.verde {
    /* Chapitas en los listados de notas */
    /* Icono de Play si la nota tiene video */ }
    .bordo-bg.verde [class*='note'] .article-theme {
      background-color: rgba(93, 200, 102, 0.8) !important;
      color: #FFFFFF !important; }
    .bordo-bg.verde [data-type*="article"] i[class*="play"]:hover {
      color: #5dc866 !important; }
  .bordo-bg.cyan {
    /* Chapitas en los listados de notas */
    /* Icono de Play si la nota tiene video */ }
    .bordo-bg.cyan [class*='note'] .article-theme {
      background-color: rgba(0, 188, 212, 0.8) !important;
      color: #000000 !important; }
    .bordo-bg.cyan [data-type*="article"] i[class*="play"]:hover {
      color: #00BCD4 !important; }
  .bordo-bg.negro {
    /* Chapitas en los listados de notas */
    /* Icono de Play si la nota tiene video */ }
    .bordo-bg.negro [class*='note'] .article-theme {
      background-color: rgba(29, 29, 32, 0.8) !important;
      color: #FFFFFF !important; }
    .bordo-bg.negro [data-type*="article"] i[class*="play"]:hover {
      color: #1d1d20 !important; }

/* Widgets con color relacionado */
.widget-wrapper.bordo:not([class*="-bg"]) {
  /* Cabezales */
  /* Chapitas en los listados de notas */
  /* Icono de Play si la nota tiene video */ }
  .widget-wrapper.bordo:not([class*="-bg"]) .headline .obj-title, .widget-wrapper.bordo:not([class*="-bg"]) .most-read .obj-title, .widget-wrapper.bordo:not([class*="-bg"]) .note-by-author .obj-title {
    color: #402522; }
    .widget-wrapper.bordo:not([class*="-bg"]) .headline .obj-title::first-letter, .widget-wrapper.bordo:not([class*="-bg"]) .most-read .obj-title::first-letter, .widget-wrapper.bordo:not([class*="-bg"]) .note-by-author .obj-title::first-letter {
      background-color: #402522;
      color: #FFFFFF; }
  .widget-wrapper.bordo:not([class*="-bg"]) [class*='note']:not(.highlighted-portrait-note):not(.highlighted-note-overprinted-title) .article-kicker {
    color: #402522 !important; }
  .widget-wrapper.bordo:not([class*="-bg"]) [class*='note'] .article-theme {
    background-color: rgba(64, 37, 34, 0.8) !important;
    color: #FFFFFF !important; }
  .widget-wrapper.bordo:not([class*="-bg"]) [class*='note'] .info-wrapper .preview:hover,
  .widget-wrapper.bordo:not([class*="-bg"]) [class*='note'] .info-wrapper .title:hover,
  .widget-wrapper.bordo:not([class*="-bg"]) [class*='note'] .info-wrapper .author:hover,
  .widget-wrapper.bordo:not([class*="-bg"]) [class*='note'] .info-wrapper .article-category-grouper:hover,
  .widget-wrapper.bordo:not([class*="-bg"]) [class*='note'] .info-wrapper .article-kicker:hover {
    color: #402522 !important; }
  .widget-wrapper.bordo:not([class*="-bg"]) [class*='note'] .preview:hover,
  .widget-wrapper.bordo:not([class*="-bg"]) [class*='note'] .title:hover,
  .widget-wrapper.bordo:not([class*="-bg"]) [class*='note'] .author:hover {
    color: #402522 !important; }
  .widget-wrapper.bordo:not([class*="-bg"]) [data-type*="article"] i[class*="play"]:hover {
    color: #402522 !important; }

.widget-wrapper.bordo:not([class*="-bg"]) {
  /* Cabezales */
  /* Chapitas en los listados de notas */
  /* Icono de Play si la nota tiene video */ }
  .widget-wrapper.bordo:not([class*="-bg"]) .headline .obj-title, .widget-wrapper.bordo:not([class*="-bg"]) .most-read .obj-title, .widget-wrapper.bordo:not([class*="-bg"]) .note-by-author .obj-title {
    color: #402522; }
    .widget-wrapper.bordo:not([class*="-bg"]) .headline .obj-title::first-letter, .widget-wrapper.bordo:not([class*="-bg"]) .most-read .obj-title::first-letter, .widget-wrapper.bordo:not([class*="-bg"]) .note-by-author .obj-title::first-letter {
      background-color: #402522;
      color: #FFFFFF; }
  .widget-wrapper.bordo:not([class*="-bg"]) [class*='note']:not(.highlighted-portrait-note):not(.highlighted-note-overprinted-title) .article-kicker {
    color: #402522 !important; }
  .widget-wrapper.bordo:not([class*="-bg"]) [class*='note'] .article-theme {
    background-color: rgba(64, 37, 34, 0.8) !important;
    color: #FFFFFF !important; }
  .widget-wrapper.bordo:not([class*="-bg"]) [class*='note'] .info-wrapper .preview:hover,
  .widget-wrapper.bordo:not([class*="-bg"]) [class*='note'] .info-wrapper .title:hover,
  .widget-wrapper.bordo:not([class*="-bg"]) [class*='note'] .info-wrapper .author:hover,
  .widget-wrapper.bordo:not([class*="-bg"]) [class*='note'] .info-wrapper .article-category-grouper:hover,
  .widget-wrapper.bordo:not([class*="-bg"]) [class*='note'] .info-wrapper .article-kicker:hover {
    color: #402522 !important; }
  .widget-wrapper.bordo:not([class*="-bg"]) [class*='note'] .preview:hover,
  .widget-wrapper.bordo:not([class*="-bg"]) [class*='note'] .title:hover,
  .widget-wrapper.bordo:not([class*="-bg"]) [class*='note'] .author:hover {
    color: #402522 !important; }
  .widget-wrapper.bordo:not([class*="-bg"]) [data-type*="article"] i[class*="play"]:hover {
    color: #402522 !important; }

.widget-wrapper.bordo:not([class*="-bg"]) {
  /* Cabezales */
  /* Chapitas en los listados de notas */
  /* Icono de Play si la nota tiene video */ }
  .widget-wrapper.bordo:not([class*="-bg"]) .headline .obj-title, .widget-wrapper.bordo:not([class*="-bg"]) .most-read .obj-title, .widget-wrapper.bordo:not([class*="-bg"]) .note-by-author .obj-title {
    color: #402522; }
    .widget-wrapper.bordo:not([class*="-bg"]) .headline .obj-title::first-letter, .widget-wrapper.bordo:not([class*="-bg"]) .most-read .obj-title::first-letter, .widget-wrapper.bordo:not([class*="-bg"]) .note-by-author .obj-title::first-letter {
      background-color: #402522;
      color: #FFFFFF; }
  .widget-wrapper.bordo:not([class*="-bg"]) [class*='note']:not(.highlighted-portrait-note):not(.highlighted-note-overprinted-title) .article-kicker {
    color: #402522 !important; }
  .widget-wrapper.bordo:not([class*="-bg"]) [class*='note'] .article-theme {
    background-color: rgba(64, 37, 34, 0.8) !important;
    color: #FFFFFF !important; }
  .widget-wrapper.bordo:not([class*="-bg"]) [class*='note'] .info-wrapper .preview:hover,
  .widget-wrapper.bordo:not([class*="-bg"]) [class*='note'] .info-wrapper .title:hover,
  .widget-wrapper.bordo:not([class*="-bg"]) [class*='note'] .info-wrapper .author:hover,
  .widget-wrapper.bordo:not([class*="-bg"]) [class*='note'] .info-wrapper .article-category-grouper:hover,
  .widget-wrapper.bordo:not([class*="-bg"]) [class*='note'] .info-wrapper .article-kicker:hover {
    color: #402522 !important; }
  .widget-wrapper.bordo:not([class*="-bg"]) [class*='note'] .preview:hover,
  .widget-wrapper.bordo:not([class*="-bg"]) [class*='note'] .title:hover,
  .widget-wrapper.bordo:not([class*="-bg"]) [class*='note'] .author:hover {
    color: #402522 !important; }
  .widget-wrapper.bordo:not([class*="-bg"]) [data-type*="article"] i[class*="play"]:hover {
    color: #402522 !important; }

.widget-wrapper.bordo:not([class*="-bg"]) {
  /* Cabezales */
  /* Chapitas en los listados de notas */
  /* Icono de Play si la nota tiene video */ }
  .widget-wrapper.bordo:not([class*="-bg"]) .headline .obj-title, .widget-wrapper.bordo:not([class*="-bg"]) .most-read .obj-title, .widget-wrapper.bordo:not([class*="-bg"]) .note-by-author .obj-title {
    color: #402522; }
    .widget-wrapper.bordo:not([class*="-bg"]) .headline .obj-title::first-letter, .widget-wrapper.bordo:not([class*="-bg"]) .most-read .obj-title::first-letter, .widget-wrapper.bordo:not([class*="-bg"]) .note-by-author .obj-title::first-letter {
      background-color: #402522;
      color: #FFFFFF; }
  .widget-wrapper.bordo:not([class*="-bg"]) [class*='note']:not(.highlighted-portrait-note):not(.highlighted-note-overprinted-title) .article-kicker {
    color: #402522 !important; }
  .widget-wrapper.bordo:not([class*="-bg"]) [class*='note'] .article-theme {
    background-color: rgba(64, 37, 34, 0.8) !important;
    color: #FFFFFF !important; }
  .widget-wrapper.bordo:not([class*="-bg"]) [class*='note'] .info-wrapper .preview:hover,
  .widget-wrapper.bordo:not([class*="-bg"]) [class*='note'] .info-wrapper .title:hover,
  .widget-wrapper.bordo:not([class*="-bg"]) [class*='note'] .info-wrapper .author:hover,
  .widget-wrapper.bordo:not([class*="-bg"]) [class*='note'] .info-wrapper .article-category-grouper:hover,
  .widget-wrapper.bordo:not([class*="-bg"]) [class*='note'] .info-wrapper .article-kicker:hover {
    color: #402522 !important; }
  .widget-wrapper.bordo:not([class*="-bg"]) [class*='note'] .preview:hover,
  .widget-wrapper.bordo:not([class*="-bg"]) [class*='note'] .title:hover,
  .widget-wrapper.bordo:not([class*="-bg"]) [class*='note'] .author:hover {
    color: #402522 !important; }
  .widget-wrapper.bordo:not([class*="-bg"]) [data-type*="article"] i[class*="play"]:hover {
    color: #402522 !important; }

.widget-wrapper.bordo:not([class*="-bg"]) {
  /* Cabezales */
  /* Chapitas en los listados de notas */
  /* Icono de Play si la nota tiene video */ }
  .widget-wrapper.bordo:not([class*="-bg"]) .headline .obj-title, .widget-wrapper.bordo:not([class*="-bg"]) .most-read .obj-title, .widget-wrapper.bordo:not([class*="-bg"]) .note-by-author .obj-title {
    color: #402522; }
    .widget-wrapper.bordo:not([class*="-bg"]) .headline .obj-title::first-letter, .widget-wrapper.bordo:not([class*="-bg"]) .most-read .obj-title::first-letter, .widget-wrapper.bordo:not([class*="-bg"]) .note-by-author .obj-title::first-letter {
      background-color: #402522;
      color: #FFFFFF; }
  .widget-wrapper.bordo:not([class*="-bg"]) [class*='note']:not(.highlighted-portrait-note):not(.highlighted-note-overprinted-title) .article-kicker {
    color: #402522 !important; }
  .widget-wrapper.bordo:not([class*="-bg"]) [class*='note'] .article-theme {
    background-color: rgba(64, 37, 34, 0.8) !important;
    color: #FFFFFF !important; }
  .widget-wrapper.bordo:not([class*="-bg"]) [class*='note'] .info-wrapper .preview:hover,
  .widget-wrapper.bordo:not([class*="-bg"]) [class*='note'] .info-wrapper .title:hover,
  .widget-wrapper.bordo:not([class*="-bg"]) [class*='note'] .info-wrapper .author:hover,
  .widget-wrapper.bordo:not([class*="-bg"]) [class*='note'] .info-wrapper .article-category-grouper:hover,
  .widget-wrapper.bordo:not([class*="-bg"]) [class*='note'] .info-wrapper .article-kicker:hover {
    color: #402522 !important; }
  .widget-wrapper.bordo:not([class*="-bg"]) [class*='note'] .preview:hover,
  .widget-wrapper.bordo:not([class*="-bg"]) [class*='note'] .title:hover,
  .widget-wrapper.bordo:not([class*="-bg"]) [class*='note'] .author:hover {
    color: #402522 !important; }
  .widget-wrapper.bordo:not([class*="-bg"]) [data-type*="article"] i[class*="play"]:hover {
    color: #402522 !important; }

.widget-wrapper.bordo:not([class*="-bg"]) {
  /* Cabezales */
  /* Chapitas en los listados de notas */
  /* Icono de Play si la nota tiene video */ }
  .widget-wrapper.bordo:not([class*="-bg"]) .headline .obj-title, .widget-wrapper.bordo:not([class*="-bg"]) .most-read .obj-title, .widget-wrapper.bordo:not([class*="-bg"]) .note-by-author .obj-title {
    color: #402522; }
    .widget-wrapper.bordo:not([class*="-bg"]) .headline .obj-title::first-letter, .widget-wrapper.bordo:not([class*="-bg"]) .most-read .obj-title::first-letter, .widget-wrapper.bordo:not([class*="-bg"]) .note-by-author .obj-title::first-letter {
      background-color: #402522;
      color: #FFFFFF; }
  .widget-wrapper.bordo:not([class*="-bg"]) [class*='note']:not(.highlighted-portrait-note):not(.highlighted-note-overprinted-title) .article-kicker {
    color: #402522 !important; }
  .widget-wrapper.bordo:not([class*="-bg"]) [class*='note'] .article-theme {
    background-color: rgba(64, 37, 34, 0.8) !important;
    color: #FFFFFF !important; }
  .widget-wrapper.bordo:not([class*="-bg"]) [class*='note'] .info-wrapper .preview:hover,
  .widget-wrapper.bordo:not([class*="-bg"]) [class*='note'] .info-wrapper .title:hover,
  .widget-wrapper.bordo:not([class*="-bg"]) [class*='note'] .info-wrapper .author:hover,
  .widget-wrapper.bordo:not([class*="-bg"]) [class*='note'] .info-wrapper .article-category-grouper:hover,
  .widget-wrapper.bordo:not([class*="-bg"]) [class*='note'] .info-wrapper .article-kicker:hover {
    color: #402522 !important; }
  .widget-wrapper.bordo:not([class*="-bg"]) [class*='note'] .preview:hover,
  .widget-wrapper.bordo:not([class*="-bg"]) [class*='note'] .title:hover,
  .widget-wrapper.bordo:not([class*="-bg"]) [class*='note'] .author:hover {
    color: #402522 !important; }
  .widget-wrapper.bordo:not([class*="-bg"]) [data-type*="article"] i[class*="play"]:hover {
    color: #402522 !important; }

.widget-wrapper.bordo:not([class*="-bg"]) {
  /* Cabezales */
  /* Chapitas en los listados de notas */
  /* Icono de Play si la nota tiene video */ }
  .widget-wrapper.bordo:not([class*="-bg"]) .headline .obj-title, .widget-wrapper.bordo:not([class*="-bg"]) .most-read .obj-title, .widget-wrapper.bordo:not([class*="-bg"]) .note-by-author .obj-title {
    color: #402522; }
    .widget-wrapper.bordo:not([class*="-bg"]) .headline .obj-title::first-letter, .widget-wrapper.bordo:not([class*="-bg"]) .most-read .obj-title::first-letter, .widget-wrapper.bordo:not([class*="-bg"]) .note-by-author .obj-title::first-letter {
      background-color: #402522;
      color: #FFFFFF; }
  .widget-wrapper.bordo:not([class*="-bg"]) [class*='note']:not(.highlighted-portrait-note):not(.highlighted-note-overprinted-title) .article-kicker {
    color: #402522 !important; }
  .widget-wrapper.bordo:not([class*="-bg"]) [class*='note'] .article-theme {
    background-color: rgba(64, 37, 34, 0.8) !important;
    color: #FFFFFF !important; }
  .widget-wrapper.bordo:not([class*="-bg"]) [class*='note'] .info-wrapper .preview:hover,
  .widget-wrapper.bordo:not([class*="-bg"]) [class*='note'] .info-wrapper .title:hover,
  .widget-wrapper.bordo:not([class*="-bg"]) [class*='note'] .info-wrapper .author:hover,
  .widget-wrapper.bordo:not([class*="-bg"]) [class*='note'] .info-wrapper .article-category-grouper:hover,
  .widget-wrapper.bordo:not([class*="-bg"]) [class*='note'] .info-wrapper .article-kicker:hover {
    color: #402522 !important; }
  .widget-wrapper.bordo:not([class*="-bg"]) [class*='note'] .preview:hover,
  .widget-wrapper.bordo:not([class*="-bg"]) [class*='note'] .title:hover,
  .widget-wrapper.bordo:not([class*="-bg"]) [class*='note'] .author:hover {
    color: #402522 !important; }
  .widget-wrapper.bordo:not([class*="-bg"]) [data-type*="article"] i[class*="play"]:hover {
    color: #402522 !important; }

.widget-wrapper.bordo:not([class*="-bg"]) {
  /* Cabezales */
  /* Chapitas en los listados de notas */
  /* Icono de Play si la nota tiene video */ }
  .widget-wrapper.bordo:not([class*="-bg"]) .headline .obj-title, .widget-wrapper.bordo:not([class*="-bg"]) .most-read .obj-title, .widget-wrapper.bordo:not([class*="-bg"]) .note-by-author .obj-title {
    color: #402522; }
    .widget-wrapper.bordo:not([class*="-bg"]) .headline .obj-title::first-letter, .widget-wrapper.bordo:not([class*="-bg"]) .most-read .obj-title::first-letter, .widget-wrapper.bordo:not([class*="-bg"]) .note-by-author .obj-title::first-letter {
      background-color: #402522;
      color: #FFFFFF; }
  .widget-wrapper.bordo:not([class*="-bg"]) [class*='note']:not(.highlighted-portrait-note):not(.highlighted-note-overprinted-title) .article-kicker {
    color: #402522 !important; }
  .widget-wrapper.bordo:not([class*="-bg"]) [class*='note'] .article-theme {
    background-color: rgba(64, 37, 34, 0.8) !important;
    color: #FFFFFF !important; }
  .widget-wrapper.bordo:not([class*="-bg"]) [class*='note'] .info-wrapper .preview:hover,
  .widget-wrapper.bordo:not([class*="-bg"]) [class*='note'] .info-wrapper .title:hover,
  .widget-wrapper.bordo:not([class*="-bg"]) [class*='note'] .info-wrapper .author:hover,
  .widget-wrapper.bordo:not([class*="-bg"]) [class*='note'] .info-wrapper .article-category-grouper:hover,
  .widget-wrapper.bordo:not([class*="-bg"]) [class*='note'] .info-wrapper .article-kicker:hover {
    color: #402522 !important; }
  .widget-wrapper.bordo:not([class*="-bg"]) [class*='note'] .preview:hover,
  .widget-wrapper.bordo:not([class*="-bg"]) [class*='note'] .title:hover,
  .widget-wrapper.bordo:not([class*="-bg"]) [class*='note'] .author:hover {
    color: #402522 !important; }
  .widget-wrapper.bordo:not([class*="-bg"]) [data-type*="article"] i[class*="play"]:hover {
    color: #402522 !important; }

.widget-wrapper.bordo:not([class*="-bg"]) {
  /* Cabezales */
  /* Chapitas en los listados de notas */
  /* Icono de Play si la nota tiene video */ }
  .widget-wrapper.bordo:not([class*="-bg"]) .headline .obj-title, .widget-wrapper.bordo:not([class*="-bg"]) .most-read .obj-title, .widget-wrapper.bordo:not([class*="-bg"]) .note-by-author .obj-title {
    color: #402522; }
    .widget-wrapper.bordo:not([class*="-bg"]) .headline .obj-title::first-letter, .widget-wrapper.bordo:not([class*="-bg"]) .most-read .obj-title::first-letter, .widget-wrapper.bordo:not([class*="-bg"]) .note-by-author .obj-title::first-letter {
      background-color: #402522;
      color: #FFFFFF; }
  .widget-wrapper.bordo:not([class*="-bg"]) [class*='note']:not(.highlighted-portrait-note):not(.highlighted-note-overprinted-title) .article-kicker {
    color: #402522 !important; }
  .widget-wrapper.bordo:not([class*="-bg"]) [class*='note'] .article-theme {
    background-color: rgba(64, 37, 34, 0.8) !important;
    color: #FFFFFF !important; }
  .widget-wrapper.bordo:not([class*="-bg"]) [class*='note'] .info-wrapper .preview:hover,
  .widget-wrapper.bordo:not([class*="-bg"]) [class*='note'] .info-wrapper .title:hover,
  .widget-wrapper.bordo:not([class*="-bg"]) [class*='note'] .info-wrapper .author:hover,
  .widget-wrapper.bordo:not([class*="-bg"]) [class*='note'] .info-wrapper .article-category-grouper:hover,
  .widget-wrapper.bordo:not([class*="-bg"]) [class*='note'] .info-wrapper .article-kicker:hover {
    color: #402522 !important; }
  .widget-wrapper.bordo:not([class*="-bg"]) [class*='note'] .preview:hover,
  .widget-wrapper.bordo:not([class*="-bg"]) [class*='note'] .title:hover,
  .widget-wrapper.bordo:not([class*="-bg"]) [class*='note'] .author:hover {
    color: #402522 !important; }
  .widget-wrapper.bordo:not([class*="-bg"]) [data-type*="article"] i[class*="play"]:hover {
    color: #402522 !important; }

.widget-wrapper.bordo:not([class*="-bg"]) {
  /* Cabezales */
  /* Chapitas en los listados de notas */
  /* Icono de Play si la nota tiene video */ }
  .widget-wrapper.bordo:not([class*="-bg"]) .headline .obj-title, .widget-wrapper.bordo:not([class*="-bg"]) .most-read .obj-title, .widget-wrapper.bordo:not([class*="-bg"]) .note-by-author .obj-title {
    color: #402522; }
    .widget-wrapper.bordo:not([class*="-bg"]) .headline .obj-title::first-letter, .widget-wrapper.bordo:not([class*="-bg"]) .most-read .obj-title::first-letter, .widget-wrapper.bordo:not([class*="-bg"]) .note-by-author .obj-title::first-letter {
      background-color: #402522;
      color: #FFFFFF; }
  .widget-wrapper.bordo:not([class*="-bg"]) [class*='note']:not(.highlighted-portrait-note):not(.highlighted-note-overprinted-title) .article-kicker {
    color: #402522 !important; }
  .widget-wrapper.bordo:not([class*="-bg"]) [class*='note'] .article-theme {
    background-color: rgba(64, 37, 34, 0.8) !important;
    color: #FFFFFF !important; }
  .widget-wrapper.bordo:not([class*="-bg"]) [class*='note'] .info-wrapper .preview:hover,
  .widget-wrapper.bordo:not([class*="-bg"]) [class*='note'] .info-wrapper .title:hover,
  .widget-wrapper.bordo:not([class*="-bg"]) [class*='note'] .info-wrapper .author:hover,
  .widget-wrapper.bordo:not([class*="-bg"]) [class*='note'] .info-wrapper .article-category-grouper:hover,
  .widget-wrapper.bordo:not([class*="-bg"]) [class*='note'] .info-wrapper .article-kicker:hover {
    color: #402522 !important; }
  .widget-wrapper.bordo:not([class*="-bg"]) [class*='note'] .preview:hover,
  .widget-wrapper.bordo:not([class*="-bg"]) [class*='note'] .title:hover,
  .widget-wrapper.bordo:not([class*="-bg"]) [class*='note'] .author:hover {
    color: #402522 !important; }
  .widget-wrapper.bordo:not([class*="-bg"]) [data-type*="article"] i[class*="play"]:hover {
    color: #402522 !important; }

.widget-wrapper.bordo:not([class*="-bg"]) {
  /* Cabezales */
  /* Chapitas en los listados de notas */
  /* Icono de Play si la nota tiene video */ }
  .widget-wrapper.bordo:not([class*="-bg"]) .headline .obj-title, .widget-wrapper.bordo:not([class*="-bg"]) .most-read .obj-title, .widget-wrapper.bordo:not([class*="-bg"]) .note-by-author .obj-title {
    color: #402522; }
    .widget-wrapper.bordo:not([class*="-bg"]) .headline .obj-title::first-letter, .widget-wrapper.bordo:not([class*="-bg"]) .most-read .obj-title::first-letter, .widget-wrapper.bordo:not([class*="-bg"]) .note-by-author .obj-title::first-letter {
      background-color: #402522;
      color: #FFFFFF; }
  .widget-wrapper.bordo:not([class*="-bg"]) [class*='note']:not(.highlighted-portrait-note):not(.highlighted-note-overprinted-title) .article-kicker {
    color: #402522 !important; }
  .widget-wrapper.bordo:not([class*="-bg"]) [class*='note'] .article-theme {
    background-color: rgba(64, 37, 34, 0.8) !important;
    color: #FFFFFF !important; }
  .widget-wrapper.bordo:not([class*="-bg"]) [class*='note'] .info-wrapper .preview:hover,
  .widget-wrapper.bordo:not([class*="-bg"]) [class*='note'] .info-wrapper .title:hover,
  .widget-wrapper.bordo:not([class*="-bg"]) [class*='note'] .info-wrapper .author:hover,
  .widget-wrapper.bordo:not([class*="-bg"]) [class*='note'] .info-wrapper .article-category-grouper:hover,
  .widget-wrapper.bordo:not([class*="-bg"]) [class*='note'] .info-wrapper .article-kicker:hover {
    color: #402522 !important; }
  .widget-wrapper.bordo:not([class*="-bg"]) [class*='note'] .preview:hover,
  .widget-wrapper.bordo:not([class*="-bg"]) [class*='note'] .title:hover,
  .widget-wrapper.bordo:not([class*="-bg"]) [class*='note'] .author:hover {
    color: #402522 !important; }
  .widget-wrapper.bordo:not([class*="-bg"]) [data-type*="article"] i[class*="play"]:hover {
    color: #402522 !important; }

.widget-wrapper.bordo:not([class*="-bg"]) {
  /* Cabezales */
  /* Chapitas en los listados de notas */
  /* Icono de Play si la nota tiene video */ }
  .widget-wrapper.bordo:not([class*="-bg"]) .headline .obj-title, .widget-wrapper.bordo:not([class*="-bg"]) .most-read .obj-title, .widget-wrapper.bordo:not([class*="-bg"]) .note-by-author .obj-title {
    color: #402522; }
    .widget-wrapper.bordo:not([class*="-bg"]) .headline .obj-title::first-letter, .widget-wrapper.bordo:not([class*="-bg"]) .most-read .obj-title::first-letter, .widget-wrapper.bordo:not([class*="-bg"]) .note-by-author .obj-title::first-letter {
      background-color: #402522;
      color: #FFFFFF; }
  .widget-wrapper.bordo:not([class*="-bg"]) [class*='note']:not(.highlighted-portrait-note):not(.highlighted-note-overprinted-title) .article-kicker {
    color: #402522 !important; }
  .widget-wrapper.bordo:not([class*="-bg"]) [class*='note'] .article-theme {
    background-color: rgba(64, 37, 34, 0.8) !important;
    color: #FFFFFF !important; }
  .widget-wrapper.bordo:not([class*="-bg"]) [class*='note'] .info-wrapper .preview:hover,
  .widget-wrapper.bordo:not([class*="-bg"]) [class*='note'] .info-wrapper .title:hover,
  .widget-wrapper.bordo:not([class*="-bg"]) [class*='note'] .info-wrapper .author:hover,
  .widget-wrapper.bordo:not([class*="-bg"]) [class*='note'] .info-wrapper .article-category-grouper:hover,
  .widget-wrapper.bordo:not([class*="-bg"]) [class*='note'] .info-wrapper .article-kicker:hover {
    color: #402522 !important; }
  .widget-wrapper.bordo:not([class*="-bg"]) [class*='note'] .preview:hover,
  .widget-wrapper.bordo:not([class*="-bg"]) [class*='note'] .title:hover,
  .widget-wrapper.bordo:not([class*="-bg"]) [class*='note'] .author:hover {
    color: #402522 !important; }
  .widget-wrapper.bordo:not([class*="-bg"]) [data-type*="article"] i[class*="play"]:hover {
    color: #402522 !important; }

.widget-wrapper.bordo:not([class*="-bg"]) {
  /* Cabezales */
  /* Chapitas en los listados de notas */
  /* Icono de Play si la nota tiene video */ }
  .widget-wrapper.bordo:not([class*="-bg"]) .headline .obj-title, .widget-wrapper.bordo:not([class*="-bg"]) .most-read .obj-title, .widget-wrapper.bordo:not([class*="-bg"]) .note-by-author .obj-title {
    color: #402522; }
    .widget-wrapper.bordo:not([class*="-bg"]) .headline .obj-title::first-letter, .widget-wrapper.bordo:not([class*="-bg"]) .most-read .obj-title::first-letter, .widget-wrapper.bordo:not([class*="-bg"]) .note-by-author .obj-title::first-letter {
      background-color: #402522;
      color: #FFFFFF; }
  .widget-wrapper.bordo:not([class*="-bg"]) [class*='note']:not(.highlighted-portrait-note):not(.highlighted-note-overprinted-title) .article-kicker {
    color: #402522 !important; }
  .widget-wrapper.bordo:not([class*="-bg"]) [class*='note'] .article-theme {
    background-color: rgba(64, 37, 34, 0.8) !important;
    color: #FFFFFF !important; }
  .widget-wrapper.bordo:not([class*="-bg"]) [class*='note'] .info-wrapper .preview:hover,
  .widget-wrapper.bordo:not([class*="-bg"]) [class*='note'] .info-wrapper .title:hover,
  .widget-wrapper.bordo:not([class*="-bg"]) [class*='note'] .info-wrapper .author:hover,
  .widget-wrapper.bordo:not([class*="-bg"]) [class*='note'] .info-wrapper .article-category-grouper:hover,
  .widget-wrapper.bordo:not([class*="-bg"]) [class*='note'] .info-wrapper .article-kicker:hover {
    color: #402522 !important; }
  .widget-wrapper.bordo:not([class*="-bg"]) [class*='note'] .preview:hover,
  .widget-wrapper.bordo:not([class*="-bg"]) [class*='note'] .title:hover,
  .widget-wrapper.bordo:not([class*="-bg"]) [class*='note'] .author:hover {
    color: #402522 !important; }
  .widget-wrapper.bordo:not([class*="-bg"]) [data-type*="article"] i[class*="play"]:hover {
    color: #402522 !important; }

.widget-wrapper.bordo:not([class*="-bg"]) {
  /* Cabezales */
  /* Chapitas en los listados de notas */
  /* Icono de Play si la nota tiene video */ }
  .widget-wrapper.bordo:not([class*="-bg"]) .headline .obj-title, .widget-wrapper.bordo:not([class*="-bg"]) .most-read .obj-title, .widget-wrapper.bordo:not([class*="-bg"]) .note-by-author .obj-title {
    color: #402522; }
    .widget-wrapper.bordo:not([class*="-bg"]) .headline .obj-title::first-letter, .widget-wrapper.bordo:not([class*="-bg"]) .most-read .obj-title::first-letter, .widget-wrapper.bordo:not([class*="-bg"]) .note-by-author .obj-title::first-letter {
      background-color: #402522;
      color: #FFFFFF; }
  .widget-wrapper.bordo:not([class*="-bg"]) [class*='note']:not(.highlighted-portrait-note):not(.highlighted-note-overprinted-title) .article-kicker {
    color: #402522 !important; }
  .widget-wrapper.bordo:not([class*="-bg"]) [class*='note'] .article-theme {
    background-color: rgba(64, 37, 34, 0.8) !important;
    color: #FFFFFF !important; }
  .widget-wrapper.bordo:not([class*="-bg"]) [class*='note'] .info-wrapper .preview:hover,
  .widget-wrapper.bordo:not([class*="-bg"]) [class*='note'] .info-wrapper .title:hover,
  .widget-wrapper.bordo:not([class*="-bg"]) [class*='note'] .info-wrapper .author:hover,
  .widget-wrapper.bordo:not([class*="-bg"]) [class*='note'] .info-wrapper .article-category-grouper:hover,
  .widget-wrapper.bordo:not([class*="-bg"]) [class*='note'] .info-wrapper .article-kicker:hover {
    color: #402522 !important; }
  .widget-wrapper.bordo:not([class*="-bg"]) [class*='note'] .preview:hover,
  .widget-wrapper.bordo:not([class*="-bg"]) [class*='note'] .title:hover,
  .widget-wrapper.bordo:not([class*="-bg"]) [class*='note'] .author:hover {
    color: #402522 !important; }
  .widget-wrapper.bordo:not([class*="-bg"]) [data-type*="article"] i[class*="play"]:hover {
    color: #402522 !important; }

.widget-wrapper.bordo:not([class*="-bg"]) {
  /* Cabezales */
  /* Chapitas en los listados de notas */
  /* Icono de Play si la nota tiene video */ }
  .widget-wrapper.bordo:not([class*="-bg"]) .headline .obj-title, .widget-wrapper.bordo:not([class*="-bg"]) .most-read .obj-title, .widget-wrapper.bordo:not([class*="-bg"]) .note-by-author .obj-title {
    color: #402522; }
    .widget-wrapper.bordo:not([class*="-bg"]) .headline .obj-title::first-letter, .widget-wrapper.bordo:not([class*="-bg"]) .most-read .obj-title::first-letter, .widget-wrapper.bordo:not([class*="-bg"]) .note-by-author .obj-title::first-letter {
      background-color: #402522;
      color: #FFFFFF; }
  .widget-wrapper.bordo:not([class*="-bg"]) [class*='note']:not(.highlighted-portrait-note):not(.highlighted-note-overprinted-title) .article-kicker {
    color: #402522 !important; }
  .widget-wrapper.bordo:not([class*="-bg"]) [class*='note'] .article-theme {
    background-color: rgba(64, 37, 34, 0.8) !important;
    color: #FFFFFF !important; }
  .widget-wrapper.bordo:not([class*="-bg"]) [class*='note'] .info-wrapper .preview:hover,
  .widget-wrapper.bordo:not([class*="-bg"]) [class*='note'] .info-wrapper .title:hover,
  .widget-wrapper.bordo:not([class*="-bg"]) [class*='note'] .info-wrapper .author:hover,
  .widget-wrapper.bordo:not([class*="-bg"]) [class*='note'] .info-wrapper .article-category-grouper:hover,
  .widget-wrapper.bordo:not([class*="-bg"]) [class*='note'] .info-wrapper .article-kicker:hover {
    color: #402522 !important; }
  .widget-wrapper.bordo:not([class*="-bg"]) [class*='note'] .preview:hover,
  .widget-wrapper.bordo:not([class*="-bg"]) [class*='note'] .title:hover,
  .widget-wrapper.bordo:not([class*="-bg"]) [class*='note'] .author:hover {
    color: #402522 !important; }
  .widget-wrapper.bordo:not([class*="-bg"]) [data-type*="article"] i[class*="play"]:hover {
    color: #402522 !important; }

.widget-wrapper.bordo:not([class*="-bg"]) {
  /* Cabezales */
  /* Chapitas en los listados de notas */
  /* Icono de Play si la nota tiene video */ }
  .widget-wrapper.bordo:not([class*="-bg"]) .headline .obj-title, .widget-wrapper.bordo:not([class*="-bg"]) .most-read .obj-title, .widget-wrapper.bordo:not([class*="-bg"]) .note-by-author .obj-title {
    color: #402522; }
    .widget-wrapper.bordo:not([class*="-bg"]) .headline .obj-title::first-letter, .widget-wrapper.bordo:not([class*="-bg"]) .most-read .obj-title::first-letter, .widget-wrapper.bordo:not([class*="-bg"]) .note-by-author .obj-title::first-letter {
      background-color: #402522;
      color: #FFFFFF; }
  .widget-wrapper.bordo:not([class*="-bg"]) [class*='note']:not(.highlighted-portrait-note):not(.highlighted-note-overprinted-title) .article-kicker {
    color: #402522 !important; }
  .widget-wrapper.bordo:not([class*="-bg"]) [class*='note'] .article-theme {
    background-color: rgba(64, 37, 34, 0.8) !important;
    color: #FFFFFF !important; }
  .widget-wrapper.bordo:not([class*="-bg"]) [class*='note'] .info-wrapper .preview:hover,
  .widget-wrapper.bordo:not([class*="-bg"]) [class*='note'] .info-wrapper .title:hover,
  .widget-wrapper.bordo:not([class*="-bg"]) [class*='note'] .info-wrapper .author:hover,
  .widget-wrapper.bordo:not([class*="-bg"]) [class*='note'] .info-wrapper .article-category-grouper:hover,
  .widget-wrapper.bordo:not([class*="-bg"]) [class*='note'] .info-wrapper .article-kicker:hover {
    color: #402522 !important; }
  .widget-wrapper.bordo:not([class*="-bg"]) [class*='note'] .preview:hover,
  .widget-wrapper.bordo:not([class*="-bg"]) [class*='note'] .title:hover,
  .widget-wrapper.bordo:not([class*="-bg"]) [class*='note'] .author:hover {
    color: #402522 !important; }
  .widget-wrapper.bordo:not([class*="-bg"]) [data-type*="article"] i[class*="play"]:hover {
    color: #402522 !important; }

.widget-wrapper.bordo:not([class*="-bg"]) {
  /* Cabezales */
  /* Chapitas en los listados de notas */
  /* Icono de Play si la nota tiene video */ }
  .widget-wrapper.bordo:not([class*="-bg"]) .headline .obj-title, .widget-wrapper.bordo:not([class*="-bg"]) .most-read .obj-title, .widget-wrapper.bordo:not([class*="-bg"]) .note-by-author .obj-title {
    color: #402522; }
    .widget-wrapper.bordo:not([class*="-bg"]) .headline .obj-title::first-letter, .widget-wrapper.bordo:not([class*="-bg"]) .most-read .obj-title::first-letter, .widget-wrapper.bordo:not([class*="-bg"]) .note-by-author .obj-title::first-letter {
      background-color: #402522;
      color: #FFFFFF; }
  .widget-wrapper.bordo:not([class*="-bg"]) [class*='note']:not(.highlighted-portrait-note):not(.highlighted-note-overprinted-title) .article-kicker {
    color: #402522 !important; }
  .widget-wrapper.bordo:not([class*="-bg"]) [class*='note'] .article-theme {
    background-color: rgba(64, 37, 34, 0.8) !important;
    color: #FFFFFF !important; }
  .widget-wrapper.bordo:not([class*="-bg"]) [class*='note'] .info-wrapper .preview:hover,
  .widget-wrapper.bordo:not([class*="-bg"]) [class*='note'] .info-wrapper .title:hover,
  .widget-wrapper.bordo:not([class*="-bg"]) [class*='note'] .info-wrapper .author:hover,
  .widget-wrapper.bordo:not([class*="-bg"]) [class*='note'] .info-wrapper .article-category-grouper:hover,
  .widget-wrapper.bordo:not([class*="-bg"]) [class*='note'] .info-wrapper .article-kicker:hover {
    color: #402522 !important; }
  .widget-wrapper.bordo:not([class*="-bg"]) [class*='note'] .preview:hover,
  .widget-wrapper.bordo:not([class*="-bg"]) [class*='note'] .title:hover,
  .widget-wrapper.bordo:not([class*="-bg"]) [class*='note'] .author:hover {
    color: #402522 !important; }
  .widget-wrapper.bordo:not([class*="-bg"]) [data-type*="article"] i[class*="play"]:hover {
    color: #402522 !important; }

.widget-wrapper.bordo:not([class*="-bg"]) {
  /* Cabezales */
  /* Chapitas en los listados de notas */
  /* Icono de Play si la nota tiene video */ }
  .widget-wrapper.bordo:not([class*="-bg"]) .headline .obj-title, .widget-wrapper.bordo:not([class*="-bg"]) .most-read .obj-title, .widget-wrapper.bordo:not([class*="-bg"]) .note-by-author .obj-title {
    color: #402522; }
    .widget-wrapper.bordo:not([class*="-bg"]) .headline .obj-title::first-letter, .widget-wrapper.bordo:not([class*="-bg"]) .most-read .obj-title::first-letter, .widget-wrapper.bordo:not([class*="-bg"]) .note-by-author .obj-title::first-letter {
      background-color: #402522;
      color: #FFFFFF; }
  .widget-wrapper.bordo:not([class*="-bg"]) [class*='note']:not(.highlighted-portrait-note):not(.highlighted-note-overprinted-title) .article-kicker {
    color: #402522 !important; }
  .widget-wrapper.bordo:not([class*="-bg"]) [class*='note'] .article-theme {
    background-color: rgba(64, 37, 34, 0.8) !important;
    color: #FFFFFF !important; }
  .widget-wrapper.bordo:not([class*="-bg"]) [class*='note'] .info-wrapper .preview:hover,
  .widget-wrapper.bordo:not([class*="-bg"]) [class*='note'] .info-wrapper .title:hover,
  .widget-wrapper.bordo:not([class*="-bg"]) [class*='note'] .info-wrapper .author:hover,
  .widget-wrapper.bordo:not([class*="-bg"]) [class*='note'] .info-wrapper .article-category-grouper:hover,
  .widget-wrapper.bordo:not([class*="-bg"]) [class*='note'] .info-wrapper .article-kicker:hover {
    color: #402522 !important; }
  .widget-wrapper.bordo:not([class*="-bg"]) [class*='note'] .preview:hover,
  .widget-wrapper.bordo:not([class*="-bg"]) [class*='note'] .title:hover,
  .widget-wrapper.bordo:not([class*="-bg"]) [class*='note'] .author:hover {
    color: #402522 !important; }
  .widget-wrapper.bordo:not([class*="-bg"]) [data-type*="article"] i[class*="play"]:hover {
    color: #402522 !important; }

.widget-wrapper.bordo:not([class*="-bg"]) {
  /* Cabezales */
  /* Chapitas en los listados de notas */
  /* Icono de Play si la nota tiene video */ }
  .widget-wrapper.bordo:not([class*="-bg"]) .headline .obj-title, .widget-wrapper.bordo:not([class*="-bg"]) .most-read .obj-title, .widget-wrapper.bordo:not([class*="-bg"]) .note-by-author .obj-title {
    color: #402522; }
    .widget-wrapper.bordo:not([class*="-bg"]) .headline .obj-title::first-letter, .widget-wrapper.bordo:not([class*="-bg"]) .most-read .obj-title::first-letter, .widget-wrapper.bordo:not([class*="-bg"]) .note-by-author .obj-title::first-letter {
      background-color: #402522;
      color: #FFFFFF; }
  .widget-wrapper.bordo:not([class*="-bg"]) [class*='note']:not(.highlighted-portrait-note):not(.highlighted-note-overprinted-title) .article-kicker {
    color: #402522 !important; }
  .widget-wrapper.bordo:not([class*="-bg"]) [class*='note'] .article-theme {
    background-color: rgba(64, 37, 34, 0.8) !important;
    color: #FFFFFF !important; }
  .widget-wrapper.bordo:not([class*="-bg"]) [class*='note'] .info-wrapper .preview:hover,
  .widget-wrapper.bordo:not([class*="-bg"]) [class*='note'] .info-wrapper .title:hover,
  .widget-wrapper.bordo:not([class*="-bg"]) [class*='note'] .info-wrapper .author:hover,
  .widget-wrapper.bordo:not([class*="-bg"]) [class*='note'] .info-wrapper .article-category-grouper:hover,
  .widget-wrapper.bordo:not([class*="-bg"]) [class*='note'] .info-wrapper .article-kicker:hover {
    color: #402522 !important; }
  .widget-wrapper.bordo:not([class*="-bg"]) [class*='note'] .preview:hover,
  .widget-wrapper.bordo:not([class*="-bg"]) [class*='note'] .title:hover,
  .widget-wrapper.bordo:not([class*="-bg"]) [class*='note'] .author:hover {
    color: #402522 !important; }
  .widget-wrapper.bordo:not([class*="-bg"]) [data-type*="article"] i[class*="play"]:hover {
    color: #402522 !important; }

.widget-wrapper.bordo:not([class*="-bg"]) {
  /* Cabezales */
  /* Chapitas en los listados de notas */
  /* Icono de Play si la nota tiene video */ }
  .widget-wrapper.bordo:not([class*="-bg"]) .headline .obj-title, .widget-wrapper.bordo:not([class*="-bg"]) .most-read .obj-title, .widget-wrapper.bordo:not([class*="-bg"]) .note-by-author .obj-title {
    color: #402522; }
    .widget-wrapper.bordo:not([class*="-bg"]) .headline .obj-title::first-letter, .widget-wrapper.bordo:not([class*="-bg"]) .most-read .obj-title::first-letter, .widget-wrapper.bordo:not([class*="-bg"]) .note-by-author .obj-title::first-letter {
      background-color: #402522;
      color: #FFFFFF; }
  .widget-wrapper.bordo:not([class*="-bg"]) [class*='note']:not(.highlighted-portrait-note):not(.highlighted-note-overprinted-title) .article-kicker {
    color: #402522 !important; }
  .widget-wrapper.bordo:not([class*="-bg"]) [class*='note'] .article-theme {
    background-color: rgba(64, 37, 34, 0.8) !important;
    color: #FFFFFF !important; }
  .widget-wrapper.bordo:not([class*="-bg"]) [class*='note'] .info-wrapper .preview:hover,
  .widget-wrapper.bordo:not([class*="-bg"]) [class*='note'] .info-wrapper .title:hover,
  .widget-wrapper.bordo:not([class*="-bg"]) [class*='note'] .info-wrapper .author:hover,
  .widget-wrapper.bordo:not([class*="-bg"]) [class*='note'] .info-wrapper .article-category-grouper:hover,
  .widget-wrapper.bordo:not([class*="-bg"]) [class*='note'] .info-wrapper .article-kicker:hover {
    color: #402522 !important; }
  .widget-wrapper.bordo:not([class*="-bg"]) [class*='note'] .preview:hover,
  .widget-wrapper.bordo:not([class*="-bg"]) [class*='note'] .title:hover,
  .widget-wrapper.bordo:not([class*="-bg"]) [class*='note'] .author:hover {
    color: #402522 !important; }
  .widget-wrapper.bordo:not([class*="-bg"]) [data-type*="article"] i[class*="play"]:hover {
    color: #402522 !important; }

.widget-wrapper.bordo:not([class*="-bg"]) {
  /* Cabezales */
  /* Chapitas en los listados de notas */
  /* Icono de Play si la nota tiene video */ }
  .widget-wrapper.bordo:not([class*="-bg"]) .headline .obj-title, .widget-wrapper.bordo:not([class*="-bg"]) .most-read .obj-title, .widget-wrapper.bordo:not([class*="-bg"]) .note-by-author .obj-title {
    color: #402522; }
    .widget-wrapper.bordo:not([class*="-bg"]) .headline .obj-title::first-letter, .widget-wrapper.bordo:not([class*="-bg"]) .most-read .obj-title::first-letter, .widget-wrapper.bordo:not([class*="-bg"]) .note-by-author .obj-title::first-letter {
      background-color: #402522;
      color: #FFFFFF; }
  .widget-wrapper.bordo:not([class*="-bg"]) [class*='note']:not(.highlighted-portrait-note):not(.highlighted-note-overprinted-title) .article-kicker {
    color: #402522 !important; }
  .widget-wrapper.bordo:not([class*="-bg"]) [class*='note'] .article-theme {
    background-color: rgba(64, 37, 34, 0.8) !important;
    color: #FFFFFF !important; }
  .widget-wrapper.bordo:not([class*="-bg"]) [class*='note'] .info-wrapper .preview:hover,
  .widget-wrapper.bordo:not([class*="-bg"]) [class*='note'] .info-wrapper .title:hover,
  .widget-wrapper.bordo:not([class*="-bg"]) [class*='note'] .info-wrapper .author:hover,
  .widget-wrapper.bordo:not([class*="-bg"]) [class*='note'] .info-wrapper .article-category-grouper:hover,
  .widget-wrapper.bordo:not([class*="-bg"]) [class*='note'] .info-wrapper .article-kicker:hover {
    color: #402522 !important; }
  .widget-wrapper.bordo:not([class*="-bg"]) [class*='note'] .preview:hover,
  .widget-wrapper.bordo:not([class*="-bg"]) [class*='note'] .title:hover,
  .widget-wrapper.bordo:not([class*="-bg"]) [class*='note'] .author:hover {
    color: #402522 !important; }
  .widget-wrapper.bordo:not([class*="-bg"]) [data-type*="article"] i[class*="play"]:hover {
    color: #402522 !important; }

.widget-wrapper.bordo:not([class*="-bg"]) {
  /* Cabezales */
  /* Chapitas en los listados de notas */
  /* Icono de Play si la nota tiene video */ }
  .widget-wrapper.bordo:not([class*="-bg"]) .headline .obj-title, .widget-wrapper.bordo:not([class*="-bg"]) .most-read .obj-title, .widget-wrapper.bordo:not([class*="-bg"]) .note-by-author .obj-title {
    color: #402522; }
    .widget-wrapper.bordo:not([class*="-bg"]) .headline .obj-title::first-letter, .widget-wrapper.bordo:not([class*="-bg"]) .most-read .obj-title::first-letter, .widget-wrapper.bordo:not([class*="-bg"]) .note-by-author .obj-title::first-letter {
      background-color: #402522;
      color: #FFFFFF; }
  .widget-wrapper.bordo:not([class*="-bg"]) [class*='note']:not(.highlighted-portrait-note):not(.highlighted-note-overprinted-title) .article-kicker {
    color: #402522 !important; }
  .widget-wrapper.bordo:not([class*="-bg"]) [class*='note'] .article-theme {
    background-color: rgba(64, 37, 34, 0.8) !important;
    color: #FFFFFF !important; }
  .widget-wrapper.bordo:not([class*="-bg"]) [class*='note'] .info-wrapper .preview:hover,
  .widget-wrapper.bordo:not([class*="-bg"]) [class*='note'] .info-wrapper .title:hover,
  .widget-wrapper.bordo:not([class*="-bg"]) [class*='note'] .info-wrapper .author:hover,
  .widget-wrapper.bordo:not([class*="-bg"]) [class*='note'] .info-wrapper .article-category-grouper:hover,
  .widget-wrapper.bordo:not([class*="-bg"]) [class*='note'] .info-wrapper .article-kicker:hover {
    color: #402522 !important; }
  .widget-wrapper.bordo:not([class*="-bg"]) [class*='note'] .preview:hover,
  .widget-wrapper.bordo:not([class*="-bg"]) [class*='note'] .title:hover,
  .widget-wrapper.bordo:not([class*="-bg"]) [class*='note'] .author:hover {
    color: #402522 !important; }
  .widget-wrapper.bordo:not([class*="-bg"]) [data-type*="article"] i[class*="play"]:hover {
    color: #402522 !important; }

.widget-wrapper.bordo:not([class*="-bg"]) {
  /* Cabezales */
  /* Chapitas en los listados de notas */
  /* Icono de Play si la nota tiene video */ }
  .widget-wrapper.bordo:not([class*="-bg"]) .headline .obj-title, .widget-wrapper.bordo:not([class*="-bg"]) .most-read .obj-title, .widget-wrapper.bordo:not([class*="-bg"]) .note-by-author .obj-title {
    color: #402522; }
    .widget-wrapper.bordo:not([class*="-bg"]) .headline .obj-title::first-letter, .widget-wrapper.bordo:not([class*="-bg"]) .most-read .obj-title::first-letter, .widget-wrapper.bordo:not([class*="-bg"]) .note-by-author .obj-title::first-letter {
      background-color: #402522;
      color: #FFFFFF; }
  .widget-wrapper.bordo:not([class*="-bg"]) [class*='note']:not(.highlighted-portrait-note):not(.highlighted-note-overprinted-title) .article-kicker {
    color: #402522 !important; }
  .widget-wrapper.bordo:not([class*="-bg"]) [class*='note'] .article-theme {
    background-color: rgba(64, 37, 34, 0.8) !important;
    color: #FFFFFF !important; }
  .widget-wrapper.bordo:not([class*="-bg"]) [class*='note'] .info-wrapper .preview:hover,
  .widget-wrapper.bordo:not([class*="-bg"]) [class*='note'] .info-wrapper .title:hover,
  .widget-wrapper.bordo:not([class*="-bg"]) [class*='note'] .info-wrapper .author:hover,
  .widget-wrapper.bordo:not([class*="-bg"]) [class*='note'] .info-wrapper .article-category-grouper:hover,
  .widget-wrapper.bordo:not([class*="-bg"]) [class*='note'] .info-wrapper .article-kicker:hover {
    color: #402522 !important; }
  .widget-wrapper.bordo:not([class*="-bg"]) [class*='note'] .preview:hover,
  .widget-wrapper.bordo:not([class*="-bg"]) [class*='note'] .title:hover,
  .widget-wrapper.bordo:not([class*="-bg"]) [class*='note'] .author:hover {
    color: #402522 !important; }
  .widget-wrapper.bordo:not([class*="-bg"]) [data-type*="article"] i[class*="play"]:hover {
    color: #402522 !important; }

.widget-wrapper.texto-blanco {
  color: #FFFFFF;
  /* Cabezales */ }
  .widget-wrapper.texto-blanco .headline .obj-title, .widget-wrapper.texto-blanco .most-read .obj-title, .widget-wrapper.texto-blanco .note-by-author .obj-title {
    color: #FFFFFF; }
  .widget-wrapper.texto-blanco .simple-list .simple-note:not(.no-media) .title, .widget-wrapper.texto-blanco .section-aside-single-article .simple-note:not(.no-media) .title {
    color: #FFFFFF; }
  .widget-wrapper.texto-blanco .simple-list-square-image .simple-note-square-image .title {
    color: #FFFFFF; }
  .widget-wrapper.texto-blanco .free-text .body-content {
    color: #FFFFFF; }
  .widget-wrapper.texto-blanco [data-type*="article"] .info-wrapper .article-kicker {
    color: #FFFFFF !important; }

/* Colores en Detalle Sección */
body.bordo main.container.note {
  /* Cabezales */
  /* Chapitas en los listados de notas */
  /* Icono de Play si la nota tiene video */
  /* Iconos de Share/Compartir */
  /* Listado Más Leídas */
  /* Paginador Listado Seccion */ }
  body.bordo main.container.note .headline .obj-title, body.bordo main.container.note .most-read .obj-title, body.bordo main.container.note .note-by-author .obj-title {
    color: #402522; }
    body.bordo main.container.note .headline .obj-title::first-letter, body.bordo main.container.note .most-read .obj-title::first-letter, body.bordo main.container.note .note-by-author .obj-title::first-letter {
      background-color: #402522;
      color: #FFFFFF; }
  body.bordo main.container.note [class*='note'] .article-theme {
    background-color: rgba(64, 37, 34, 0.8) !important;
    color: #FFFFFF !important; }
  body.bordo main.container.note [class*='note'] .info-wrapper .preview:hover,
  body.bordo main.container.note [class*='note'] .info-wrapper .title:hover,
  body.bordo main.container.note [class*='note'] .info-wrapper .author:hover {
    color: #402522 !important; }
  body.bordo main.container.note [class*='note'] .preview:hover,
  body.bordo main.container.note [class*='note'] .title:hover,
  body.bordo main.container.note [class*='note'] .author:hover {
    color: #402522 !important; }
  body.bordo main.container.note [data-type*="article"] i[class*="play"]:hover {
    color: #402522 !important; }
  body.bordo main.container.note .socials-share li {
    background-color: #402522; }
  body.bordo main.container.note .ranking-list {
    background-color: #402522; }
    body.bordo main.container.note .ranking-list .article .number {
      background-color: #2f1b19; }
    body.bordo main.container.note .ranking-list .article .number,
    body.bordo main.container.note .ranking-list .article .title,
    body.bordo main.container.note .ranking-list .article .author {
      color: #FFFFFF; }
    body.bordo main.container.note .ranking-list .obj-title {
      color: #FFFFFF; }
  body.bordo main.container.note .list-articles .articles-pagination [class*="button"] {
    background-color: #402522;
    color: #FFFFFF; }
    body.bordo main.container.note .list-articles .articles-pagination [class*="button"]:hover {
      background-color: #C82828; }

/* Colores en las chapitas */
.article-theme.verde-limon {
  color: #efffd3 !important; }

.article-kicker.verde-limon {
  color: #efffd3 !important; }

.article-category-grouper.verde-limon:hover {
  color: #efffd3 !important; }

/* Cabezales */
.headline.verde-limon .obj-title, .verde-limon.most-read .obj-title, .verde-limon.note-by-author .obj-title {
  color: #efffd3; }
  .headline.verde-limon .obj-title::first-letter, .verde-limon.most-read .obj-title::first-letter, .verde-limon.note-by-author .obj-title::first-letter {
    background-color: #efffd3;
    color: #000000; }

/* Widges con colores de fondo */
.verde-limon-bg {
  background-color: #efffd3; }
  .verde-limon-bg.widget-wrapper {
    padding-top: 25px;
    margin-bottom: 25px; }
  .verde-limon-bg .highlighted-note-square-image .preview,
  .verde-limon-bg .highlighted-note-square-image .title,
  .verde-limon-bg .highlighted-note-square-image .author,
  .verde-limon-bg .highlighted-note-square-image .article-category-grouper,
  .verde-limon-bg .highlighted-note-square-image .article-kicker,
  .verde-limon-bg .simple-note .preview,
  .verde-limon-bg .simple-note .title,
  .verde-limon-bg .simple-note .author,
  .verde-limon-bg .simple-note .article-category-grouper,
  .verde-limon-bg .simple-note .article-kicker,
  .verde-limon-bg .simple-note-square-image .preview,
  .verde-limon-bg .simple-note-square-image .title,
  .verde-limon-bg .simple-note-square-image .author,
  .verde-limon-bg .simple-note-square-image .article-category-grouper,
  .verde-limon-bg .simple-note-square-image .article-kicker {
    color: #000000 !important; }
  .verde-limon-bg .headline, .verde-limon-bg .most-read, .verde-limon-bg .note-by-author {
    margin-top: 0;
    padding-top: 8px; }
    .verde-limon-bg .headline .obj-title, .verde-limon-bg .most-read .obj-title, .verde-limon-bg .note-by-author .obj-title {
      color: #000000 !important; }
      .verde-limon-bg .headline .obj-title::first-letter, .verde-limon-bg .most-read .obj-title::first-letter, .verde-limon-bg .note-by-author .obj-title::first-letter {
        background-color: #000000;
        color: #efffd3 !important; }
  .verde-limon-bg.celeste-vivo {
    /* Chapitas en los listados de notas */
    /* Icono de Play si la nota tiene video */ }
    .verde-limon-bg.celeste-vivo [class*='note'] .article-theme {
      background-color: rgba(68, 201, 246, 0.8) !important;
      color: #FFFFFF !important; }
    .verde-limon-bg.celeste-vivo [data-type*="article"] i[class*="play"]:hover {
      color: #44c9f6 !important; }
  .verde-limon-bg.copa-america {
    /* Chapitas en los listados de notas */
    /* Icono de Play si la nota tiene video */ }
    .verde-limon-bg.copa-america [class*='note'] .article-theme {
      background-color: rgba(32, 138, 200, 0.8) !important;
      color: #FFFFFF !important; }
    .verde-limon-bg.copa-america [data-type*="article"] i[class*="play"]:hover {
      color: #208ac8 !important; }
  .verde-limon-bg.fucsia {
    /* Chapitas en los listados de notas */
    /* Icono de Play si la nota tiene video */ }
    .verde-limon-bg.fucsia [class*='note'] .article-theme {
      background-color: rgba(182, 11, 124, 0.8) !important;
      color: #FFFFFF !important; }
    .verde-limon-bg.fucsia [data-type*="article"] i[class*="play"]:hover {
      color: #b60b7c !important; }
  .verde-limon-bg.gris {
    /* Chapitas en los listados de notas */
    /* Icono de Play si la nota tiene video */ }
    .verde-limon-bg.gris [class*='note'] .article-theme {
      background-color: rgba(109, 123, 140, 0.8) !important;
      color: #FFFFFF !important; }
    .verde-limon-bg.gris [data-type*="article"] i[class*="play"]:hover {
      color: #6d7b8c !important; }
  .verde-limon-bg.naranja {
    /* Chapitas en los listados de notas */
    /* Icono de Play si la nota tiene video */ }
    .verde-limon-bg.naranja [class*='note'] .article-theme {
      background-color: rgba(227, 123, 87, 0.8) !important;
      color: #FFFFFF !important; }
    .verde-limon-bg.naranja [data-type*="article"] i[class*="play"]:hover {
      color: #e37b57 !important; }
  .verde-limon-bg.naranja_fuerte {
    /* Chapitas en los listados de notas */
    /* Icono de Play si la nota tiene video */ }
    .verde-limon-bg.naranja_fuerte [class*='note'] .article-theme {
      background-color: rgba(217, 56, 0, 0.8) !important;
      color: #FFFFFF !important; }
    .verde-limon-bg.naranja_fuerte [data-type*="article"] i[class*="play"]:hover {
      color: #D93800 !important; }
  .verde-limon-bg.rating-cero {
    /* Chapitas en los listados de notas */
    /* Icono de Play si la nota tiene video */ }
    .verde-limon-bg.rating-cero [class*='note'] .article-theme {
      background-color: rgba(218, 44, 41, 0.8) !important;
      color: #FFFFFF !important; }
    .verde-limon-bg.rating-cero [data-type*="article"] i[class*="play"]:hover {
      color: #da2c29 !important; }
  .verde-limon-bg.texto-blanco .article-shouts .info-wrapper .preview,
  .verde-limon-bg.texto-blanco .article-shouts .info-wrapper .title,
  .verde-limon-bg.texto-blanco .article-shouts .info-wrapper .author,
  .verde-limon-bg.texto-blanco .article-shouts .info-wrapper .article-kicker,
  .verde-limon-bg.texto-blanco .highlighted-note-square-image .info-wrapper .preview,
  .verde-limon-bg.texto-blanco .highlighted-note-square-image .info-wrapper .title,
  .verde-limon-bg.texto-blanco .highlighted-note-square-image .info-wrapper .author,
  .verde-limon-bg.texto-blanco .highlighted-note-square-image .info-wrapper .article-kicker,
  .verde-limon-bg.texto-blanco .simple-list .info-wrapper .preview,
  .verde-limon-bg.texto-blanco .section-aside-single-article .info-wrapper .preview,
  .verde-limon-bg.texto-blanco .simple-list .info-wrapper .title,
  .verde-limon-bg.texto-blanco .section-aside-single-article .info-wrapper .title,
  .verde-limon-bg.texto-blanco .simple-list .info-wrapper .author,
  .verde-limon-bg.texto-blanco .section-aside-single-article .info-wrapper .author,
  .verde-limon-bg.texto-blanco .simple-list .info-wrapper .article-kicker,
  .verde-limon-bg.texto-blanco .section-aside-single-article .info-wrapper .article-kicker,
  .verde-limon-bg.texto-blanco .simple-list-square-image .info-wrapper .preview,
  .verde-limon-bg.texto-blanco .simple-list-square-image .info-wrapper .title,
  .verde-limon-bg.texto-blanco .simple-list-square-image .info-wrapper .author,
  .verde-limon-bg.texto-blanco .simple-list-square-image .info-wrapper .article-kicker {
    color: #FFFFFF !important; }
    .verde-limon-bg.texto-blanco .article-shouts .info-wrapper .preview:hover,
    .verde-limon-bg.texto-blanco .article-shouts .info-wrapper .title:hover,
    .verde-limon-bg.texto-blanco .article-shouts .info-wrapper .author:hover,
    .verde-limon-bg.texto-blanco .article-shouts .info-wrapper .article-kicker:hover,
    .verde-limon-bg.texto-blanco .highlighted-note-square-image .info-wrapper .preview:hover,
    .verde-limon-bg.texto-blanco .highlighted-note-square-image .info-wrapper .title:hover,
    .verde-limon-bg.texto-blanco .highlighted-note-square-image .info-wrapper .author:hover,
    .verde-limon-bg.texto-blanco .highlighted-note-square-image .info-wrapper .article-kicker:hover,
    .verde-limon-bg.texto-blanco .simple-list .info-wrapper .preview:hover,
    .verde-limon-bg.texto-blanco .section-aside-single-article .info-wrapper .preview:hover,
    .verde-limon-bg.texto-blanco .simple-list .info-wrapper .title:hover,
    .verde-limon-bg.texto-blanco .section-aside-single-article .info-wrapper .title:hover,
    .verde-limon-bg.texto-blanco .simple-list .info-wrapper .author:hover,
    .verde-limon-bg.texto-blanco .section-aside-single-article .info-wrapper .author:hover,
    .verde-limon-bg.texto-blanco .simple-list .info-wrapper .article-kicker:hover,
    .verde-limon-bg.texto-blanco .section-aside-single-article .info-wrapper .article-kicker:hover,
    .verde-limon-bg.texto-blanco .simple-list-square-image .info-wrapper .preview:hover,
    .verde-limon-bg.texto-blanco .simple-list-square-image .info-wrapper .title:hover,
    .verde-limon-bg.texto-blanco .simple-list-square-image .info-wrapper .author:hover,
    .verde-limon-bg.texto-blanco .simple-list-square-image .info-wrapper .article-kicker:hover {
      color: #FFFFFF !important; }
  .verde-limon-bg.texto-blanco .article-shouts .preview,
  .verde-limon-bg.texto-blanco .article-shouts .title,
  .verde-limon-bg.texto-blanco .article-shouts .author,
  .verde-limon-bg.texto-blanco .highlighted-note-square-image .preview,
  .verde-limon-bg.texto-blanco .highlighted-note-square-image .title,
  .verde-limon-bg.texto-blanco .highlighted-note-square-image .author,
  .verde-limon-bg.texto-blanco .simple-list .preview,
  .verde-limon-bg.texto-blanco .section-aside-single-article .preview,
  .verde-limon-bg.texto-blanco .simple-list .title,
  .verde-limon-bg.texto-blanco .section-aside-single-article .title,
  .verde-limon-bg.texto-blanco .simple-list .author,
  .verde-limon-bg.texto-blanco .section-aside-single-article .author,
  .verde-limon-bg.texto-blanco .simple-list-square-image .preview,
  .verde-limon-bg.texto-blanco .simple-list-square-image .title,
  .verde-limon-bg.texto-blanco .simple-list-square-image .author {
    color: #FFFFFF !important; }
    .verde-limon-bg.texto-blanco .article-shouts .preview:hover,
    .verde-limon-bg.texto-blanco .article-shouts .title:hover,
    .verde-limon-bg.texto-blanco .article-shouts .author:hover,
    .verde-limon-bg.texto-blanco .highlighted-note-square-image .preview:hover,
    .verde-limon-bg.texto-blanco .highlighted-note-square-image .title:hover,
    .verde-limon-bg.texto-blanco .highlighted-note-square-image .author:hover,
    .verde-limon-bg.texto-blanco .simple-list .preview:hover,
    .verde-limon-bg.texto-blanco .section-aside-single-article .preview:hover,
    .verde-limon-bg.texto-blanco .simple-list .title:hover,
    .verde-limon-bg.texto-blanco .section-aside-single-article .title:hover,
    .verde-limon-bg.texto-blanco .simple-list .author:hover,
    .verde-limon-bg.texto-blanco .section-aside-single-article .author:hover,
    .verde-limon-bg.texto-blanco .simple-list-square-image .preview:hover,
    .verde-limon-bg.texto-blanco .simple-list-square-image .title:hover,
    .verde-limon-bg.texto-blanco .simple-list-square-image .author:hover {
      color: #FFFFFF !important; }
  .verde-limon-bg.texto-blanco [class*='note'] .article-theme {
    color: #FFFFFF !important; }
  .verde-limon-bg.texto-blanco .headline, .verde-limon-bg.texto-blanco .most-read, .verde-limon-bg.texto-blanco .note-by-author {
    margin-top: 0;
    padding-top: 8px; }
    .verde-limon-bg.texto-blanco .headline .obj-title, .verde-limon-bg.texto-blanco .most-read .obj-title, .verde-limon-bg.texto-blanco .note-by-author .obj-title {
      color: #FFFFFF !important; }
      .verde-limon-bg.texto-blanco .headline .obj-title::first-letter, .verde-limon-bg.texto-blanco .most-read .obj-title::first-letter, .verde-limon-bg.texto-blanco .note-by-author .obj-title::first-letter {
        background-color: #FFFFFF;
        color: #efffd3 !important; }
  .verde-limon-bg.tipo-blanca {
    /* Chapitas en los listados de notas */
    /* Icono de Play si la nota tiene video */ }
    .verde-limon-bg.tipo-blanca [class*='note'] .article-theme {
      background-color: rgba(0, 0, 0, 0) !important;
      color: #FFFFFF !important; }
    .verde-limon-bg.tipo-blanca [data-type*="article"] i[class*="play"]:hover {
      color: transparent !important; }
  .verde-limon-bg.verde-doc {
    /* Chapitas en los listados de notas */
    /* Icono de Play si la nota tiene video */ }
    .verde-limon-bg.verde-doc [class*='note'] .article-theme {
      background-color: rgba(0, 153, 153, 0.8) !important;
      color: #FFFFFF !important; }
    .verde-limon-bg.verde-doc [data-type*="article"] i[class*="play"]:hover {
      color: #099 !important; }
  .verde-limon-bg.verde_oscuro {
    /* Chapitas en los listados de notas */
    /* Icono de Play si la nota tiene video */ }
    .verde-limon-bg.verde_oscuro [class*='note'] .article-theme {
      background-color: rgba(74, 122, 80, 0.8) !important;
      color: #FFFFFF !important; }
    .verde-limon-bg.verde_oscuro [data-type*="article"] i[class*="play"]:hover {
      color: #4a7a50 !important; }
  .verde-limon-bg.violeta {
    /* Chapitas en los listados de notas */
    /* Icono de Play si la nota tiene video */ }
    .verde-limon-bg.violeta [class*='note'] .article-theme {
      background-color: rgba(86, 0, 141, 0.8) !important;
      color: #FFFFFF !important; }
    .verde-limon-bg.violeta [data-type*="article"] i[class*="play"]:hover {
      color: #56008D !important; }
  .verde-limon-bg.beige {
    /* Chapitas en los listados de notas */
    /* Icono de Play si la nota tiene video */ }
    .verde-limon-bg.beige [class*='note'] .article-theme {
      background-color: rgba(247, 239, 228, 0.8) !important;
      color: #000000 !important; }
    .verde-limon-bg.beige [data-type*="article"] i[class*="play"]:hover {
      color: #f7efe4 !important; }
  .verde-limon-bg.bordo {
    /* Chapitas en los listados de notas */
    /* Icono de Play si la nota tiene video */ }
    .verde-limon-bg.bordo [class*='note'] .article-theme {
      background-color: rgba(64, 37, 34, 0.8) !important;
      color: #FFFFFF !important; }
    .verde-limon-bg.bordo [data-type*="article"] i[class*="play"]:hover {
      color: #402522 !important; }
  .verde-limon-bg.verde-limon {
    /* Chapitas en los listados de notas */
    /* Icono de Play si la nota tiene video */ }
    .verde-limon-bg.verde-limon [class*='note'] .article-theme {
      background-color: rgba(239, 255, 211, 0.8) !important;
      color: #000000 !important; }
    .verde-limon-bg.verde-limon [data-type*="article"] i[class*="play"]:hover {
      color: #efffd3 !important; }
  .verde-limon-bg.rojo {
    /* Chapitas en los listados de notas */
    /* Icono de Play si la nota tiene video */ }
    .verde-limon-bg.rojo [class*='note'] .article-theme {
      background-color: rgba(216, 84, 84, 0.8) !important;
      color: #FFFFFF !important; }
    .verde-limon-bg.rojo [data-type*="article"] i[class*="play"]:hover {
      color: #d85454 !important; }
  .verde-limon-bg.celeste {
    /* Chapitas en los listados de notas */
    /* Icono de Play si la nota tiene video */ }
    .verde-limon-bg.celeste [class*='note'] .article-theme {
      background-color: rgba(81, 163, 255, 0.8) !important;
      color: #FFFFFF !important; }
    .verde-limon-bg.celeste [data-type*="article"] i[class*="play"]:hover {
      color: #51a3ff !important; }
  .verde-limon-bg.amarillo {
    /* Chapitas en los listados de notas */
    /* Icono de Play si la nota tiene video */ }
    .verde-limon-bg.amarillo [class*='note'] .article-theme {
      background-color: rgba(212, 202, 86, 0.8) !important;
      color: #000000 !important; }
    .verde-limon-bg.amarillo [data-type*="article"] i[class*="play"]:hover {
      color: #d4ca56 !important; }
  .verde-limon-bg.magent {
    /* Chapitas en los listados de notas */
    /* Icono de Play si la nota tiene video */ }
    .verde-limon-bg.magent [class*='note'] .article-theme {
      background-color: rgba(204, 98, 200, 0.8) !important;
      color: #FFFFFF !important; }
    .verde-limon-bg.magent [data-type*="article"] i[class*="play"]:hover {
      color: #cc62c8 !important; }
  .verde-limon-bg.azul {
    /* Chapitas en los listados de notas */
    /* Icono de Play si la nota tiene video */ }
    .verde-limon-bg.azul [class*='note'] .article-theme {
      background-color: rgba(96, 129, 166, 0.8) !important;
      color: #FFFFFF !important; }
    .verde-limon-bg.azul [data-type*="article"] i[class*="play"]:hover {
      color: #6081a6 !important; }
  .verde-limon-bg.verde {
    /* Chapitas en los listados de notas */
    /* Icono de Play si la nota tiene video */ }
    .verde-limon-bg.verde [class*='note'] .article-theme {
      background-color: rgba(93, 200, 102, 0.8) !important;
      color: #FFFFFF !important; }
    .verde-limon-bg.verde [data-type*="article"] i[class*="play"]:hover {
      color: #5dc866 !important; }
  .verde-limon-bg.cyan {
    /* Chapitas en los listados de notas */
    /* Icono de Play si la nota tiene video */ }
    .verde-limon-bg.cyan [class*='note'] .article-theme {
      background-color: rgba(0, 188, 212, 0.8) !important;
      color: #000000 !important; }
    .verde-limon-bg.cyan [data-type*="article"] i[class*="play"]:hover {
      color: #00BCD4 !important; }
  .verde-limon-bg.negro {
    /* Chapitas en los listados de notas */
    /* Icono de Play si la nota tiene video */ }
    .verde-limon-bg.negro [class*='note'] .article-theme {
      background-color: rgba(29, 29, 32, 0.8) !important;
      color: #FFFFFF !important; }
    .verde-limon-bg.negro [data-type*="article"] i[class*="play"]:hover {
      color: #1d1d20 !important; }

/* Widgets con color relacionado */
.widget-wrapper.verde-limon:not([class*="-bg"]) {
  /* Cabezales */
  /* Chapitas en los listados de notas */
  /* Icono de Play si la nota tiene video */ }
  .widget-wrapper.verde-limon:not([class*="-bg"]) .headline .obj-title, .widget-wrapper.verde-limon:not([class*="-bg"]) .most-read .obj-title, .widget-wrapper.verde-limon:not([class*="-bg"]) .note-by-author .obj-title {
    color: #efffd3; }
    .widget-wrapper.verde-limon:not([class*="-bg"]) .headline .obj-title::first-letter, .widget-wrapper.verde-limon:not([class*="-bg"]) .most-read .obj-title::first-letter, .widget-wrapper.verde-limon:not([class*="-bg"]) .note-by-author .obj-title::first-letter {
      background-color: #efffd3;
      color: #000000; }
  .widget-wrapper.verde-limon:not([class*="-bg"]) [class*='note']:not(.highlighted-portrait-note):not(.highlighted-note-overprinted-title) .article-kicker {
    color: #efffd3 !important; }
  .widget-wrapper.verde-limon:not([class*="-bg"]) [class*='note'] .article-theme {
    background-color: rgba(239, 255, 211, 0.8) !important;
    color: #000000 !important; }
  .widget-wrapper.verde-limon:not([class*="-bg"]) [class*='note'] .info-wrapper .preview:hover,
  .widget-wrapper.verde-limon:not([class*="-bg"]) [class*='note'] .info-wrapper .title:hover,
  .widget-wrapper.verde-limon:not([class*="-bg"]) [class*='note'] .info-wrapper .author:hover,
  .widget-wrapper.verde-limon:not([class*="-bg"]) [class*='note'] .info-wrapper .article-category-grouper:hover,
  .widget-wrapper.verde-limon:not([class*="-bg"]) [class*='note'] .info-wrapper .article-kicker:hover {
    color: #efffd3 !important; }
  .widget-wrapper.verde-limon:not([class*="-bg"]) [class*='note'] .preview:hover,
  .widget-wrapper.verde-limon:not([class*="-bg"]) [class*='note'] .title:hover,
  .widget-wrapper.verde-limon:not([class*="-bg"]) [class*='note'] .author:hover {
    color: #efffd3 !important; }
  .widget-wrapper.verde-limon:not([class*="-bg"]) [data-type*="article"] i[class*="play"]:hover {
    color: #efffd3 !important; }

.widget-wrapper.verde-limon:not([class*="-bg"]) {
  /* Cabezales */
  /* Chapitas en los listados de notas */
  /* Icono de Play si la nota tiene video */ }
  .widget-wrapper.verde-limon:not([class*="-bg"]) .headline .obj-title, .widget-wrapper.verde-limon:not([class*="-bg"]) .most-read .obj-title, .widget-wrapper.verde-limon:not([class*="-bg"]) .note-by-author .obj-title {
    color: #efffd3; }
    .widget-wrapper.verde-limon:not([class*="-bg"]) .headline .obj-title::first-letter, .widget-wrapper.verde-limon:not([class*="-bg"]) .most-read .obj-title::first-letter, .widget-wrapper.verde-limon:not([class*="-bg"]) .note-by-author .obj-title::first-letter {
      background-color: #efffd3;
      color: #000000; }
  .widget-wrapper.verde-limon:not([class*="-bg"]) [class*='note']:not(.highlighted-portrait-note):not(.highlighted-note-overprinted-title) .article-kicker {
    color: #efffd3 !important; }
  .widget-wrapper.verde-limon:not([class*="-bg"]) [class*='note'] .article-theme {
    background-color: rgba(239, 255, 211, 0.8) !important;
    color: #000000 !important; }
  .widget-wrapper.verde-limon:not([class*="-bg"]) [class*='note'] .info-wrapper .preview:hover,
  .widget-wrapper.verde-limon:not([class*="-bg"]) [class*='note'] .info-wrapper .title:hover,
  .widget-wrapper.verde-limon:not([class*="-bg"]) [class*='note'] .info-wrapper .author:hover,
  .widget-wrapper.verde-limon:not([class*="-bg"]) [class*='note'] .info-wrapper .article-category-grouper:hover,
  .widget-wrapper.verde-limon:not([class*="-bg"]) [class*='note'] .info-wrapper .article-kicker:hover {
    color: #efffd3 !important; }
  .widget-wrapper.verde-limon:not([class*="-bg"]) [class*='note'] .preview:hover,
  .widget-wrapper.verde-limon:not([class*="-bg"]) [class*='note'] .title:hover,
  .widget-wrapper.verde-limon:not([class*="-bg"]) [class*='note'] .author:hover {
    color: #efffd3 !important; }
  .widget-wrapper.verde-limon:not([class*="-bg"]) [data-type*="article"] i[class*="play"]:hover {
    color: #efffd3 !important; }

.widget-wrapper.verde-limon:not([class*="-bg"]) {
  /* Cabezales */
  /* Chapitas en los listados de notas */
  /* Icono de Play si la nota tiene video */ }
  .widget-wrapper.verde-limon:not([class*="-bg"]) .headline .obj-title, .widget-wrapper.verde-limon:not([class*="-bg"]) .most-read .obj-title, .widget-wrapper.verde-limon:not([class*="-bg"]) .note-by-author .obj-title {
    color: #efffd3; }
    .widget-wrapper.verde-limon:not([class*="-bg"]) .headline .obj-title::first-letter, .widget-wrapper.verde-limon:not([class*="-bg"]) .most-read .obj-title::first-letter, .widget-wrapper.verde-limon:not([class*="-bg"]) .note-by-author .obj-title::first-letter {
      background-color: #efffd3;
      color: #000000; }
  .widget-wrapper.verde-limon:not([class*="-bg"]) [class*='note']:not(.highlighted-portrait-note):not(.highlighted-note-overprinted-title) .article-kicker {
    color: #efffd3 !important; }
  .widget-wrapper.verde-limon:not([class*="-bg"]) [class*='note'] .article-theme {
    background-color: rgba(239, 255, 211, 0.8) !important;
    color: #000000 !important; }
  .widget-wrapper.verde-limon:not([class*="-bg"]) [class*='note'] .info-wrapper .preview:hover,
  .widget-wrapper.verde-limon:not([class*="-bg"]) [class*='note'] .info-wrapper .title:hover,
  .widget-wrapper.verde-limon:not([class*="-bg"]) [class*='note'] .info-wrapper .author:hover,
  .widget-wrapper.verde-limon:not([class*="-bg"]) [class*='note'] .info-wrapper .article-category-grouper:hover,
  .widget-wrapper.verde-limon:not([class*="-bg"]) [class*='note'] .info-wrapper .article-kicker:hover {
    color: #efffd3 !important; }
  .widget-wrapper.verde-limon:not([class*="-bg"]) [class*='note'] .preview:hover,
  .widget-wrapper.verde-limon:not([class*="-bg"]) [class*='note'] .title:hover,
  .widget-wrapper.verde-limon:not([class*="-bg"]) [class*='note'] .author:hover {
    color: #efffd3 !important; }
  .widget-wrapper.verde-limon:not([class*="-bg"]) [data-type*="article"] i[class*="play"]:hover {
    color: #efffd3 !important; }

.widget-wrapper.verde-limon:not([class*="-bg"]) {
  /* Cabezales */
  /* Chapitas en los listados de notas */
  /* Icono de Play si la nota tiene video */ }
  .widget-wrapper.verde-limon:not([class*="-bg"]) .headline .obj-title, .widget-wrapper.verde-limon:not([class*="-bg"]) .most-read .obj-title, .widget-wrapper.verde-limon:not([class*="-bg"]) .note-by-author .obj-title {
    color: #efffd3; }
    .widget-wrapper.verde-limon:not([class*="-bg"]) .headline .obj-title::first-letter, .widget-wrapper.verde-limon:not([class*="-bg"]) .most-read .obj-title::first-letter, .widget-wrapper.verde-limon:not([class*="-bg"]) .note-by-author .obj-title::first-letter {
      background-color: #efffd3;
      color: #000000; }
  .widget-wrapper.verde-limon:not([class*="-bg"]) [class*='note']:not(.highlighted-portrait-note):not(.highlighted-note-overprinted-title) .article-kicker {
    color: #efffd3 !important; }
  .widget-wrapper.verde-limon:not([class*="-bg"]) [class*='note'] .article-theme {
    background-color: rgba(239, 255, 211, 0.8) !important;
    color: #000000 !important; }
  .widget-wrapper.verde-limon:not([class*="-bg"]) [class*='note'] .info-wrapper .preview:hover,
  .widget-wrapper.verde-limon:not([class*="-bg"]) [class*='note'] .info-wrapper .title:hover,
  .widget-wrapper.verde-limon:not([class*="-bg"]) [class*='note'] .info-wrapper .author:hover,
  .widget-wrapper.verde-limon:not([class*="-bg"]) [class*='note'] .info-wrapper .article-category-grouper:hover,
  .widget-wrapper.verde-limon:not([class*="-bg"]) [class*='note'] .info-wrapper .article-kicker:hover {
    color: #efffd3 !important; }
  .widget-wrapper.verde-limon:not([class*="-bg"]) [class*='note'] .preview:hover,
  .widget-wrapper.verde-limon:not([class*="-bg"]) [class*='note'] .title:hover,
  .widget-wrapper.verde-limon:not([class*="-bg"]) [class*='note'] .author:hover {
    color: #efffd3 !important; }
  .widget-wrapper.verde-limon:not([class*="-bg"]) [data-type*="article"] i[class*="play"]:hover {
    color: #efffd3 !important; }

.widget-wrapper.verde-limon:not([class*="-bg"]) {
  /* Cabezales */
  /* Chapitas en los listados de notas */
  /* Icono de Play si la nota tiene video */ }
  .widget-wrapper.verde-limon:not([class*="-bg"]) .headline .obj-title, .widget-wrapper.verde-limon:not([class*="-bg"]) .most-read .obj-title, .widget-wrapper.verde-limon:not([class*="-bg"]) .note-by-author .obj-title {
    color: #efffd3; }
    .widget-wrapper.verde-limon:not([class*="-bg"]) .headline .obj-title::first-letter, .widget-wrapper.verde-limon:not([class*="-bg"]) .most-read .obj-title::first-letter, .widget-wrapper.verde-limon:not([class*="-bg"]) .note-by-author .obj-title::first-letter {
      background-color: #efffd3;
      color: #000000; }
  .widget-wrapper.verde-limon:not([class*="-bg"]) [class*='note']:not(.highlighted-portrait-note):not(.highlighted-note-overprinted-title) .article-kicker {
    color: #efffd3 !important; }
  .widget-wrapper.verde-limon:not([class*="-bg"]) [class*='note'] .article-theme {
    background-color: rgba(239, 255, 211, 0.8) !important;
    color: #000000 !important; }
  .widget-wrapper.verde-limon:not([class*="-bg"]) [class*='note'] .info-wrapper .preview:hover,
  .widget-wrapper.verde-limon:not([class*="-bg"]) [class*='note'] .info-wrapper .title:hover,
  .widget-wrapper.verde-limon:not([class*="-bg"]) [class*='note'] .info-wrapper .author:hover,
  .widget-wrapper.verde-limon:not([class*="-bg"]) [class*='note'] .info-wrapper .article-category-grouper:hover,
  .widget-wrapper.verde-limon:not([class*="-bg"]) [class*='note'] .info-wrapper .article-kicker:hover {
    color: #efffd3 !important; }
  .widget-wrapper.verde-limon:not([class*="-bg"]) [class*='note'] .preview:hover,
  .widget-wrapper.verde-limon:not([class*="-bg"]) [class*='note'] .title:hover,
  .widget-wrapper.verde-limon:not([class*="-bg"]) [class*='note'] .author:hover {
    color: #efffd3 !important; }
  .widget-wrapper.verde-limon:not([class*="-bg"]) [data-type*="article"] i[class*="play"]:hover {
    color: #efffd3 !important; }

.widget-wrapper.verde-limon:not([class*="-bg"]) {
  /* Cabezales */
  /* Chapitas en los listados de notas */
  /* Icono de Play si la nota tiene video */ }
  .widget-wrapper.verde-limon:not([class*="-bg"]) .headline .obj-title, .widget-wrapper.verde-limon:not([class*="-bg"]) .most-read .obj-title, .widget-wrapper.verde-limon:not([class*="-bg"]) .note-by-author .obj-title {
    color: #efffd3; }
    .widget-wrapper.verde-limon:not([class*="-bg"]) .headline .obj-title::first-letter, .widget-wrapper.verde-limon:not([class*="-bg"]) .most-read .obj-title::first-letter, .widget-wrapper.verde-limon:not([class*="-bg"]) .note-by-author .obj-title::first-letter {
      background-color: #efffd3;
      color: #000000; }
  .widget-wrapper.verde-limon:not([class*="-bg"]) [class*='note']:not(.highlighted-portrait-note):not(.highlighted-note-overprinted-title) .article-kicker {
    color: #efffd3 !important; }
  .widget-wrapper.verde-limon:not([class*="-bg"]) [class*='note'] .article-theme {
    background-color: rgba(239, 255, 211, 0.8) !important;
    color: #000000 !important; }
  .widget-wrapper.verde-limon:not([class*="-bg"]) [class*='note'] .info-wrapper .preview:hover,
  .widget-wrapper.verde-limon:not([class*="-bg"]) [class*='note'] .info-wrapper .title:hover,
  .widget-wrapper.verde-limon:not([class*="-bg"]) [class*='note'] .info-wrapper .author:hover,
  .widget-wrapper.verde-limon:not([class*="-bg"]) [class*='note'] .info-wrapper .article-category-grouper:hover,
  .widget-wrapper.verde-limon:not([class*="-bg"]) [class*='note'] .info-wrapper .article-kicker:hover {
    color: #efffd3 !important; }
  .widget-wrapper.verde-limon:not([class*="-bg"]) [class*='note'] .preview:hover,
  .widget-wrapper.verde-limon:not([class*="-bg"]) [class*='note'] .title:hover,
  .widget-wrapper.verde-limon:not([class*="-bg"]) [class*='note'] .author:hover {
    color: #efffd3 !important; }
  .widget-wrapper.verde-limon:not([class*="-bg"]) [data-type*="article"] i[class*="play"]:hover {
    color: #efffd3 !important; }

.widget-wrapper.verde-limon:not([class*="-bg"]) {
  /* Cabezales */
  /* Chapitas en los listados de notas */
  /* Icono de Play si la nota tiene video */ }
  .widget-wrapper.verde-limon:not([class*="-bg"]) .headline .obj-title, .widget-wrapper.verde-limon:not([class*="-bg"]) .most-read .obj-title, .widget-wrapper.verde-limon:not([class*="-bg"]) .note-by-author .obj-title {
    color: #efffd3; }
    .widget-wrapper.verde-limon:not([class*="-bg"]) .headline .obj-title::first-letter, .widget-wrapper.verde-limon:not([class*="-bg"]) .most-read .obj-title::first-letter, .widget-wrapper.verde-limon:not([class*="-bg"]) .note-by-author .obj-title::first-letter {
      background-color: #efffd3;
      color: #000000; }
  .widget-wrapper.verde-limon:not([class*="-bg"]) [class*='note']:not(.highlighted-portrait-note):not(.highlighted-note-overprinted-title) .article-kicker {
    color: #efffd3 !important; }
  .widget-wrapper.verde-limon:not([class*="-bg"]) [class*='note'] .article-theme {
    background-color: rgba(239, 255, 211, 0.8) !important;
    color: #000000 !important; }
  .widget-wrapper.verde-limon:not([class*="-bg"]) [class*='note'] .info-wrapper .preview:hover,
  .widget-wrapper.verde-limon:not([class*="-bg"]) [class*='note'] .info-wrapper .title:hover,
  .widget-wrapper.verde-limon:not([class*="-bg"]) [class*='note'] .info-wrapper .author:hover,
  .widget-wrapper.verde-limon:not([class*="-bg"]) [class*='note'] .info-wrapper .article-category-grouper:hover,
  .widget-wrapper.verde-limon:not([class*="-bg"]) [class*='note'] .info-wrapper .article-kicker:hover {
    color: #efffd3 !important; }
  .widget-wrapper.verde-limon:not([class*="-bg"]) [class*='note'] .preview:hover,
  .widget-wrapper.verde-limon:not([class*="-bg"]) [class*='note'] .title:hover,
  .widget-wrapper.verde-limon:not([class*="-bg"]) [class*='note'] .author:hover {
    color: #efffd3 !important; }
  .widget-wrapper.verde-limon:not([class*="-bg"]) [data-type*="article"] i[class*="play"]:hover {
    color: #efffd3 !important; }

.widget-wrapper.verde-limon:not([class*="-bg"]) {
  /* Cabezales */
  /* Chapitas en los listados de notas */
  /* Icono de Play si la nota tiene video */ }
  .widget-wrapper.verde-limon:not([class*="-bg"]) .headline .obj-title, .widget-wrapper.verde-limon:not([class*="-bg"]) .most-read .obj-title, .widget-wrapper.verde-limon:not([class*="-bg"]) .note-by-author .obj-title {
    color: #efffd3; }
    .widget-wrapper.verde-limon:not([class*="-bg"]) .headline .obj-title::first-letter, .widget-wrapper.verde-limon:not([class*="-bg"]) .most-read .obj-title::first-letter, .widget-wrapper.verde-limon:not([class*="-bg"]) .note-by-author .obj-title::first-letter {
      background-color: #efffd3;
      color: #000000; }
  .widget-wrapper.verde-limon:not([class*="-bg"]) [class*='note']:not(.highlighted-portrait-note):not(.highlighted-note-overprinted-title) .article-kicker {
    color: #efffd3 !important; }
  .widget-wrapper.verde-limon:not([class*="-bg"]) [class*='note'] .article-theme {
    background-color: rgba(239, 255, 211, 0.8) !important;
    color: #000000 !important; }
  .widget-wrapper.verde-limon:not([class*="-bg"]) [class*='note'] .info-wrapper .preview:hover,
  .widget-wrapper.verde-limon:not([class*="-bg"]) [class*='note'] .info-wrapper .title:hover,
  .widget-wrapper.verde-limon:not([class*="-bg"]) [class*='note'] .info-wrapper .author:hover,
  .widget-wrapper.verde-limon:not([class*="-bg"]) [class*='note'] .info-wrapper .article-category-grouper:hover,
  .widget-wrapper.verde-limon:not([class*="-bg"]) [class*='note'] .info-wrapper .article-kicker:hover {
    color: #efffd3 !important; }
  .widget-wrapper.verde-limon:not([class*="-bg"]) [class*='note'] .preview:hover,
  .widget-wrapper.verde-limon:not([class*="-bg"]) [class*='note'] .title:hover,
  .widget-wrapper.verde-limon:not([class*="-bg"]) [class*='note'] .author:hover {
    color: #efffd3 !important; }
  .widget-wrapper.verde-limon:not([class*="-bg"]) [data-type*="article"] i[class*="play"]:hover {
    color: #efffd3 !important; }

.widget-wrapper.verde-limon:not([class*="-bg"]) {
  /* Cabezales */
  /* Chapitas en los listados de notas */
  /* Icono de Play si la nota tiene video */ }
  .widget-wrapper.verde-limon:not([class*="-bg"]) .headline .obj-title, .widget-wrapper.verde-limon:not([class*="-bg"]) .most-read .obj-title, .widget-wrapper.verde-limon:not([class*="-bg"]) .note-by-author .obj-title {
    color: #efffd3; }
    .widget-wrapper.verde-limon:not([class*="-bg"]) .headline .obj-title::first-letter, .widget-wrapper.verde-limon:not([class*="-bg"]) .most-read .obj-title::first-letter, .widget-wrapper.verde-limon:not([class*="-bg"]) .note-by-author .obj-title::first-letter {
      background-color: #efffd3;
      color: #000000; }
  .widget-wrapper.verde-limon:not([class*="-bg"]) [class*='note']:not(.highlighted-portrait-note):not(.highlighted-note-overprinted-title) .article-kicker {
    color: #efffd3 !important; }
  .widget-wrapper.verde-limon:not([class*="-bg"]) [class*='note'] .article-theme {
    background-color: rgba(239, 255, 211, 0.8) !important;
    color: #000000 !important; }
  .widget-wrapper.verde-limon:not([class*="-bg"]) [class*='note'] .info-wrapper .preview:hover,
  .widget-wrapper.verde-limon:not([class*="-bg"]) [class*='note'] .info-wrapper .title:hover,
  .widget-wrapper.verde-limon:not([class*="-bg"]) [class*='note'] .info-wrapper .author:hover,
  .widget-wrapper.verde-limon:not([class*="-bg"]) [class*='note'] .info-wrapper .article-category-grouper:hover,
  .widget-wrapper.verde-limon:not([class*="-bg"]) [class*='note'] .info-wrapper .article-kicker:hover {
    color: #efffd3 !important; }
  .widget-wrapper.verde-limon:not([class*="-bg"]) [class*='note'] .preview:hover,
  .widget-wrapper.verde-limon:not([class*="-bg"]) [class*='note'] .title:hover,
  .widget-wrapper.verde-limon:not([class*="-bg"]) [class*='note'] .author:hover {
    color: #efffd3 !important; }
  .widget-wrapper.verde-limon:not([class*="-bg"]) [data-type*="article"] i[class*="play"]:hover {
    color: #efffd3 !important; }

.widget-wrapper.verde-limon:not([class*="-bg"]) {
  /* Cabezales */
  /* Chapitas en los listados de notas */
  /* Icono de Play si la nota tiene video */ }
  .widget-wrapper.verde-limon:not([class*="-bg"]) .headline .obj-title, .widget-wrapper.verde-limon:not([class*="-bg"]) .most-read .obj-title, .widget-wrapper.verde-limon:not([class*="-bg"]) .note-by-author .obj-title {
    color: #efffd3; }
    .widget-wrapper.verde-limon:not([class*="-bg"]) .headline .obj-title::first-letter, .widget-wrapper.verde-limon:not([class*="-bg"]) .most-read .obj-title::first-letter, .widget-wrapper.verde-limon:not([class*="-bg"]) .note-by-author .obj-title::first-letter {
      background-color: #efffd3;
      color: #000000; }
  .widget-wrapper.verde-limon:not([class*="-bg"]) [class*='note']:not(.highlighted-portrait-note):not(.highlighted-note-overprinted-title) .article-kicker {
    color: #efffd3 !important; }
  .widget-wrapper.verde-limon:not([class*="-bg"]) [class*='note'] .article-theme {
    background-color: rgba(239, 255, 211, 0.8) !important;
    color: #000000 !important; }
  .widget-wrapper.verde-limon:not([class*="-bg"]) [class*='note'] .info-wrapper .preview:hover,
  .widget-wrapper.verde-limon:not([class*="-bg"]) [class*='note'] .info-wrapper .title:hover,
  .widget-wrapper.verde-limon:not([class*="-bg"]) [class*='note'] .info-wrapper .author:hover,
  .widget-wrapper.verde-limon:not([class*="-bg"]) [class*='note'] .info-wrapper .article-category-grouper:hover,
  .widget-wrapper.verde-limon:not([class*="-bg"]) [class*='note'] .info-wrapper .article-kicker:hover {
    color: #efffd3 !important; }
  .widget-wrapper.verde-limon:not([class*="-bg"]) [class*='note'] .preview:hover,
  .widget-wrapper.verde-limon:not([class*="-bg"]) [class*='note'] .title:hover,
  .widget-wrapper.verde-limon:not([class*="-bg"]) [class*='note'] .author:hover {
    color: #efffd3 !important; }
  .widget-wrapper.verde-limon:not([class*="-bg"]) [data-type*="article"] i[class*="play"]:hover {
    color: #efffd3 !important; }

.widget-wrapper.verde-limon:not([class*="-bg"]) {
  /* Cabezales */
  /* Chapitas en los listados de notas */
  /* Icono de Play si la nota tiene video */ }
  .widget-wrapper.verde-limon:not([class*="-bg"]) .headline .obj-title, .widget-wrapper.verde-limon:not([class*="-bg"]) .most-read .obj-title, .widget-wrapper.verde-limon:not([class*="-bg"]) .note-by-author .obj-title {
    color: #efffd3; }
    .widget-wrapper.verde-limon:not([class*="-bg"]) .headline .obj-title::first-letter, .widget-wrapper.verde-limon:not([class*="-bg"]) .most-read .obj-title::first-letter, .widget-wrapper.verde-limon:not([class*="-bg"]) .note-by-author .obj-title::first-letter {
      background-color: #efffd3;
      color: #000000; }
  .widget-wrapper.verde-limon:not([class*="-bg"]) [class*='note']:not(.highlighted-portrait-note):not(.highlighted-note-overprinted-title) .article-kicker {
    color: #efffd3 !important; }
  .widget-wrapper.verde-limon:not([class*="-bg"]) [class*='note'] .article-theme {
    background-color: rgba(239, 255, 211, 0.8) !important;
    color: #000000 !important; }
  .widget-wrapper.verde-limon:not([class*="-bg"]) [class*='note'] .info-wrapper .preview:hover,
  .widget-wrapper.verde-limon:not([class*="-bg"]) [class*='note'] .info-wrapper .title:hover,
  .widget-wrapper.verde-limon:not([class*="-bg"]) [class*='note'] .info-wrapper .author:hover,
  .widget-wrapper.verde-limon:not([class*="-bg"]) [class*='note'] .info-wrapper .article-category-grouper:hover,
  .widget-wrapper.verde-limon:not([class*="-bg"]) [class*='note'] .info-wrapper .article-kicker:hover {
    color: #efffd3 !important; }
  .widget-wrapper.verde-limon:not([class*="-bg"]) [class*='note'] .preview:hover,
  .widget-wrapper.verde-limon:not([class*="-bg"]) [class*='note'] .title:hover,
  .widget-wrapper.verde-limon:not([class*="-bg"]) [class*='note'] .author:hover {
    color: #efffd3 !important; }
  .widget-wrapper.verde-limon:not([class*="-bg"]) [data-type*="article"] i[class*="play"]:hover {
    color: #efffd3 !important; }

.widget-wrapper.verde-limon:not([class*="-bg"]) {
  /* Cabezales */
  /* Chapitas en los listados de notas */
  /* Icono de Play si la nota tiene video */ }
  .widget-wrapper.verde-limon:not([class*="-bg"]) .headline .obj-title, .widget-wrapper.verde-limon:not([class*="-bg"]) .most-read .obj-title, .widget-wrapper.verde-limon:not([class*="-bg"]) .note-by-author .obj-title {
    color: #efffd3; }
    .widget-wrapper.verde-limon:not([class*="-bg"]) .headline .obj-title::first-letter, .widget-wrapper.verde-limon:not([class*="-bg"]) .most-read .obj-title::first-letter, .widget-wrapper.verde-limon:not([class*="-bg"]) .note-by-author .obj-title::first-letter {
      background-color: #efffd3;
      color: #000000; }
  .widget-wrapper.verde-limon:not([class*="-bg"]) [class*='note']:not(.highlighted-portrait-note):not(.highlighted-note-overprinted-title) .article-kicker {
    color: #efffd3 !important; }
  .widget-wrapper.verde-limon:not([class*="-bg"]) [class*='note'] .article-theme {
    background-color: rgba(239, 255, 211, 0.8) !important;
    color: #000000 !important; }
  .widget-wrapper.verde-limon:not([class*="-bg"]) [class*='note'] .info-wrapper .preview:hover,
  .widget-wrapper.verde-limon:not([class*="-bg"]) [class*='note'] .info-wrapper .title:hover,
  .widget-wrapper.verde-limon:not([class*="-bg"]) [class*='note'] .info-wrapper .author:hover,
  .widget-wrapper.verde-limon:not([class*="-bg"]) [class*='note'] .info-wrapper .article-category-grouper:hover,
  .widget-wrapper.verde-limon:not([class*="-bg"]) [class*='note'] .info-wrapper .article-kicker:hover {
    color: #efffd3 !important; }
  .widget-wrapper.verde-limon:not([class*="-bg"]) [class*='note'] .preview:hover,
  .widget-wrapper.verde-limon:not([class*="-bg"]) [class*='note'] .title:hover,
  .widget-wrapper.verde-limon:not([class*="-bg"]) [class*='note'] .author:hover {
    color: #efffd3 !important; }
  .widget-wrapper.verde-limon:not([class*="-bg"]) [data-type*="article"] i[class*="play"]:hover {
    color: #efffd3 !important; }

.widget-wrapper.verde-limon:not([class*="-bg"]) {
  /* Cabezales */
  /* Chapitas en los listados de notas */
  /* Icono de Play si la nota tiene video */ }
  .widget-wrapper.verde-limon:not([class*="-bg"]) .headline .obj-title, .widget-wrapper.verde-limon:not([class*="-bg"]) .most-read .obj-title, .widget-wrapper.verde-limon:not([class*="-bg"]) .note-by-author .obj-title {
    color: #efffd3; }
    .widget-wrapper.verde-limon:not([class*="-bg"]) .headline .obj-title::first-letter, .widget-wrapper.verde-limon:not([class*="-bg"]) .most-read .obj-title::first-letter, .widget-wrapper.verde-limon:not([class*="-bg"]) .note-by-author .obj-title::first-letter {
      background-color: #efffd3;
      color: #000000; }
  .widget-wrapper.verde-limon:not([class*="-bg"]) [class*='note']:not(.highlighted-portrait-note):not(.highlighted-note-overprinted-title) .article-kicker {
    color: #efffd3 !important; }
  .widget-wrapper.verde-limon:not([class*="-bg"]) [class*='note'] .article-theme {
    background-color: rgba(239, 255, 211, 0.8) !important;
    color: #000000 !important; }
  .widget-wrapper.verde-limon:not([class*="-bg"]) [class*='note'] .info-wrapper .preview:hover,
  .widget-wrapper.verde-limon:not([class*="-bg"]) [class*='note'] .info-wrapper .title:hover,
  .widget-wrapper.verde-limon:not([class*="-bg"]) [class*='note'] .info-wrapper .author:hover,
  .widget-wrapper.verde-limon:not([class*="-bg"]) [class*='note'] .info-wrapper .article-category-grouper:hover,
  .widget-wrapper.verde-limon:not([class*="-bg"]) [class*='note'] .info-wrapper .article-kicker:hover {
    color: #efffd3 !important; }
  .widget-wrapper.verde-limon:not([class*="-bg"]) [class*='note'] .preview:hover,
  .widget-wrapper.verde-limon:not([class*="-bg"]) [class*='note'] .title:hover,
  .widget-wrapper.verde-limon:not([class*="-bg"]) [class*='note'] .author:hover {
    color: #efffd3 !important; }
  .widget-wrapper.verde-limon:not([class*="-bg"]) [data-type*="article"] i[class*="play"]:hover {
    color: #efffd3 !important; }

.widget-wrapper.verde-limon:not([class*="-bg"]) {
  /* Cabezales */
  /* Chapitas en los listados de notas */
  /* Icono de Play si la nota tiene video */ }
  .widget-wrapper.verde-limon:not([class*="-bg"]) .headline .obj-title, .widget-wrapper.verde-limon:not([class*="-bg"]) .most-read .obj-title, .widget-wrapper.verde-limon:not([class*="-bg"]) .note-by-author .obj-title {
    color: #efffd3; }
    .widget-wrapper.verde-limon:not([class*="-bg"]) .headline .obj-title::first-letter, .widget-wrapper.verde-limon:not([class*="-bg"]) .most-read .obj-title::first-letter, .widget-wrapper.verde-limon:not([class*="-bg"]) .note-by-author .obj-title::first-letter {
      background-color: #efffd3;
      color: #000000; }
  .widget-wrapper.verde-limon:not([class*="-bg"]) [class*='note']:not(.highlighted-portrait-note):not(.highlighted-note-overprinted-title) .article-kicker {
    color: #efffd3 !important; }
  .widget-wrapper.verde-limon:not([class*="-bg"]) [class*='note'] .article-theme {
    background-color: rgba(239, 255, 211, 0.8) !important;
    color: #000000 !important; }
  .widget-wrapper.verde-limon:not([class*="-bg"]) [class*='note'] .info-wrapper .preview:hover,
  .widget-wrapper.verde-limon:not([class*="-bg"]) [class*='note'] .info-wrapper .title:hover,
  .widget-wrapper.verde-limon:not([class*="-bg"]) [class*='note'] .info-wrapper .author:hover,
  .widget-wrapper.verde-limon:not([class*="-bg"]) [class*='note'] .info-wrapper .article-category-grouper:hover,
  .widget-wrapper.verde-limon:not([class*="-bg"]) [class*='note'] .info-wrapper .article-kicker:hover {
    color: #efffd3 !important; }
  .widget-wrapper.verde-limon:not([class*="-bg"]) [class*='note'] .preview:hover,
  .widget-wrapper.verde-limon:not([class*="-bg"]) [class*='note'] .title:hover,
  .widget-wrapper.verde-limon:not([class*="-bg"]) [class*='note'] .author:hover {
    color: #efffd3 !important; }
  .widget-wrapper.verde-limon:not([class*="-bg"]) [data-type*="article"] i[class*="play"]:hover {
    color: #efffd3 !important; }

.widget-wrapper.verde-limon:not([class*="-bg"]) {
  /* Cabezales */
  /* Chapitas en los listados de notas */
  /* Icono de Play si la nota tiene video */ }
  .widget-wrapper.verde-limon:not([class*="-bg"]) .headline .obj-title, .widget-wrapper.verde-limon:not([class*="-bg"]) .most-read .obj-title, .widget-wrapper.verde-limon:not([class*="-bg"]) .note-by-author .obj-title {
    color: #efffd3; }
    .widget-wrapper.verde-limon:not([class*="-bg"]) .headline .obj-title::first-letter, .widget-wrapper.verde-limon:not([class*="-bg"]) .most-read .obj-title::first-letter, .widget-wrapper.verde-limon:not([class*="-bg"]) .note-by-author .obj-title::first-letter {
      background-color: #efffd3;
      color: #000000; }
  .widget-wrapper.verde-limon:not([class*="-bg"]) [class*='note']:not(.highlighted-portrait-note):not(.highlighted-note-overprinted-title) .article-kicker {
    color: #efffd3 !important; }
  .widget-wrapper.verde-limon:not([class*="-bg"]) [class*='note'] .article-theme {
    background-color: rgba(239, 255, 211, 0.8) !important;
    color: #000000 !important; }
  .widget-wrapper.verde-limon:not([class*="-bg"]) [class*='note'] .info-wrapper .preview:hover,
  .widget-wrapper.verde-limon:not([class*="-bg"]) [class*='note'] .info-wrapper .title:hover,
  .widget-wrapper.verde-limon:not([class*="-bg"]) [class*='note'] .info-wrapper .author:hover,
  .widget-wrapper.verde-limon:not([class*="-bg"]) [class*='note'] .info-wrapper .article-category-grouper:hover,
  .widget-wrapper.verde-limon:not([class*="-bg"]) [class*='note'] .info-wrapper .article-kicker:hover {
    color: #efffd3 !important; }
  .widget-wrapper.verde-limon:not([class*="-bg"]) [class*='note'] .preview:hover,
  .widget-wrapper.verde-limon:not([class*="-bg"]) [class*='note'] .title:hover,
  .widget-wrapper.verde-limon:not([class*="-bg"]) [class*='note'] .author:hover {
    color: #efffd3 !important; }
  .widget-wrapper.verde-limon:not([class*="-bg"]) [data-type*="article"] i[class*="play"]:hover {
    color: #efffd3 !important; }

.widget-wrapper.verde-limon:not([class*="-bg"]) {
  /* Cabezales */
  /* Chapitas en los listados de notas */
  /* Icono de Play si la nota tiene video */ }
  .widget-wrapper.verde-limon:not([class*="-bg"]) .headline .obj-title, .widget-wrapper.verde-limon:not([class*="-bg"]) .most-read .obj-title, .widget-wrapper.verde-limon:not([class*="-bg"]) .note-by-author .obj-title {
    color: #efffd3; }
    .widget-wrapper.verde-limon:not([class*="-bg"]) .headline .obj-title::first-letter, .widget-wrapper.verde-limon:not([class*="-bg"]) .most-read .obj-title::first-letter, .widget-wrapper.verde-limon:not([class*="-bg"]) .note-by-author .obj-title::first-letter {
      background-color: #efffd3;
      color: #000000; }
  .widget-wrapper.verde-limon:not([class*="-bg"]) [class*='note']:not(.highlighted-portrait-note):not(.highlighted-note-overprinted-title) .article-kicker {
    color: #efffd3 !important; }
  .widget-wrapper.verde-limon:not([class*="-bg"]) [class*='note'] .article-theme {
    background-color: rgba(239, 255, 211, 0.8) !important;
    color: #000000 !important; }
  .widget-wrapper.verde-limon:not([class*="-bg"]) [class*='note'] .info-wrapper .preview:hover,
  .widget-wrapper.verde-limon:not([class*="-bg"]) [class*='note'] .info-wrapper .title:hover,
  .widget-wrapper.verde-limon:not([class*="-bg"]) [class*='note'] .info-wrapper .author:hover,
  .widget-wrapper.verde-limon:not([class*="-bg"]) [class*='note'] .info-wrapper .article-category-grouper:hover,
  .widget-wrapper.verde-limon:not([class*="-bg"]) [class*='note'] .info-wrapper .article-kicker:hover {
    color: #efffd3 !important; }
  .widget-wrapper.verde-limon:not([class*="-bg"]) [class*='note'] .preview:hover,
  .widget-wrapper.verde-limon:not([class*="-bg"]) [class*='note'] .title:hover,
  .widget-wrapper.verde-limon:not([class*="-bg"]) [class*='note'] .author:hover {
    color: #efffd3 !important; }
  .widget-wrapper.verde-limon:not([class*="-bg"]) [data-type*="article"] i[class*="play"]:hover {
    color: #efffd3 !important; }

.widget-wrapper.verde-limon:not([class*="-bg"]) {
  /* Cabezales */
  /* Chapitas en los listados de notas */
  /* Icono de Play si la nota tiene video */ }
  .widget-wrapper.verde-limon:not([class*="-bg"]) .headline .obj-title, .widget-wrapper.verde-limon:not([class*="-bg"]) .most-read .obj-title, .widget-wrapper.verde-limon:not([class*="-bg"]) .note-by-author .obj-title {
    color: #efffd3; }
    .widget-wrapper.verde-limon:not([class*="-bg"]) .headline .obj-title::first-letter, .widget-wrapper.verde-limon:not([class*="-bg"]) .most-read .obj-title::first-letter, .widget-wrapper.verde-limon:not([class*="-bg"]) .note-by-author .obj-title::first-letter {
      background-color: #efffd3;
      color: #000000; }
  .widget-wrapper.verde-limon:not([class*="-bg"]) [class*='note']:not(.highlighted-portrait-note):not(.highlighted-note-overprinted-title) .article-kicker {
    color: #efffd3 !important; }
  .widget-wrapper.verde-limon:not([class*="-bg"]) [class*='note'] .article-theme {
    background-color: rgba(239, 255, 211, 0.8) !important;
    color: #000000 !important; }
  .widget-wrapper.verde-limon:not([class*="-bg"]) [class*='note'] .info-wrapper .preview:hover,
  .widget-wrapper.verde-limon:not([class*="-bg"]) [class*='note'] .info-wrapper .title:hover,
  .widget-wrapper.verde-limon:not([class*="-bg"]) [class*='note'] .info-wrapper .author:hover,
  .widget-wrapper.verde-limon:not([class*="-bg"]) [class*='note'] .info-wrapper .article-category-grouper:hover,
  .widget-wrapper.verde-limon:not([class*="-bg"]) [class*='note'] .info-wrapper .article-kicker:hover {
    color: #efffd3 !important; }
  .widget-wrapper.verde-limon:not([class*="-bg"]) [class*='note'] .preview:hover,
  .widget-wrapper.verde-limon:not([class*="-bg"]) [class*='note'] .title:hover,
  .widget-wrapper.verde-limon:not([class*="-bg"]) [class*='note'] .author:hover {
    color: #efffd3 !important; }
  .widget-wrapper.verde-limon:not([class*="-bg"]) [data-type*="article"] i[class*="play"]:hover {
    color: #efffd3 !important; }

.widget-wrapper.verde-limon:not([class*="-bg"]) {
  /* Cabezales */
  /* Chapitas en los listados de notas */
  /* Icono de Play si la nota tiene video */ }
  .widget-wrapper.verde-limon:not([class*="-bg"]) .headline .obj-title, .widget-wrapper.verde-limon:not([class*="-bg"]) .most-read .obj-title, .widget-wrapper.verde-limon:not([class*="-bg"]) .note-by-author .obj-title {
    color: #efffd3; }
    .widget-wrapper.verde-limon:not([class*="-bg"]) .headline .obj-title::first-letter, .widget-wrapper.verde-limon:not([class*="-bg"]) .most-read .obj-title::first-letter, .widget-wrapper.verde-limon:not([class*="-bg"]) .note-by-author .obj-title::first-letter {
      background-color: #efffd3;
      color: #000000; }
  .widget-wrapper.verde-limon:not([class*="-bg"]) [class*='note']:not(.highlighted-portrait-note):not(.highlighted-note-overprinted-title) .article-kicker {
    color: #efffd3 !important; }
  .widget-wrapper.verde-limon:not([class*="-bg"]) [class*='note'] .article-theme {
    background-color: rgba(239, 255, 211, 0.8) !important;
    color: #000000 !important; }
  .widget-wrapper.verde-limon:not([class*="-bg"]) [class*='note'] .info-wrapper .preview:hover,
  .widget-wrapper.verde-limon:not([class*="-bg"]) [class*='note'] .info-wrapper .title:hover,
  .widget-wrapper.verde-limon:not([class*="-bg"]) [class*='note'] .info-wrapper .author:hover,
  .widget-wrapper.verde-limon:not([class*="-bg"]) [class*='note'] .info-wrapper .article-category-grouper:hover,
  .widget-wrapper.verde-limon:not([class*="-bg"]) [class*='note'] .info-wrapper .article-kicker:hover {
    color: #efffd3 !important; }
  .widget-wrapper.verde-limon:not([class*="-bg"]) [class*='note'] .preview:hover,
  .widget-wrapper.verde-limon:not([class*="-bg"]) [class*='note'] .title:hover,
  .widget-wrapper.verde-limon:not([class*="-bg"]) [class*='note'] .author:hover {
    color: #efffd3 !important; }
  .widget-wrapper.verde-limon:not([class*="-bg"]) [data-type*="article"] i[class*="play"]:hover {
    color: #efffd3 !important; }

.widget-wrapper.verde-limon:not([class*="-bg"]) {
  /* Cabezales */
  /* Chapitas en los listados de notas */
  /* Icono de Play si la nota tiene video */ }
  .widget-wrapper.verde-limon:not([class*="-bg"]) .headline .obj-title, .widget-wrapper.verde-limon:not([class*="-bg"]) .most-read .obj-title, .widget-wrapper.verde-limon:not([class*="-bg"]) .note-by-author .obj-title {
    color: #efffd3; }
    .widget-wrapper.verde-limon:not([class*="-bg"]) .headline .obj-title::first-letter, .widget-wrapper.verde-limon:not([class*="-bg"]) .most-read .obj-title::first-letter, .widget-wrapper.verde-limon:not([class*="-bg"]) .note-by-author .obj-title::first-letter {
      background-color: #efffd3;
      color: #000000; }
  .widget-wrapper.verde-limon:not([class*="-bg"]) [class*='note']:not(.highlighted-portrait-note):not(.highlighted-note-overprinted-title) .article-kicker {
    color: #efffd3 !important; }
  .widget-wrapper.verde-limon:not([class*="-bg"]) [class*='note'] .article-theme {
    background-color: rgba(239, 255, 211, 0.8) !important;
    color: #000000 !important; }
  .widget-wrapper.verde-limon:not([class*="-bg"]) [class*='note'] .info-wrapper .preview:hover,
  .widget-wrapper.verde-limon:not([class*="-bg"]) [class*='note'] .info-wrapper .title:hover,
  .widget-wrapper.verde-limon:not([class*="-bg"]) [class*='note'] .info-wrapper .author:hover,
  .widget-wrapper.verde-limon:not([class*="-bg"]) [class*='note'] .info-wrapper .article-category-grouper:hover,
  .widget-wrapper.verde-limon:not([class*="-bg"]) [class*='note'] .info-wrapper .article-kicker:hover {
    color: #efffd3 !important; }
  .widget-wrapper.verde-limon:not([class*="-bg"]) [class*='note'] .preview:hover,
  .widget-wrapper.verde-limon:not([class*="-bg"]) [class*='note'] .title:hover,
  .widget-wrapper.verde-limon:not([class*="-bg"]) [class*='note'] .author:hover {
    color: #efffd3 !important; }
  .widget-wrapper.verde-limon:not([class*="-bg"]) [data-type*="article"] i[class*="play"]:hover {
    color: #efffd3 !important; }

.widget-wrapper.verde-limon:not([class*="-bg"]) {
  /* Cabezales */
  /* Chapitas en los listados de notas */
  /* Icono de Play si la nota tiene video */ }
  .widget-wrapper.verde-limon:not([class*="-bg"]) .headline .obj-title, .widget-wrapper.verde-limon:not([class*="-bg"]) .most-read .obj-title, .widget-wrapper.verde-limon:not([class*="-bg"]) .note-by-author .obj-title {
    color: #efffd3; }
    .widget-wrapper.verde-limon:not([class*="-bg"]) .headline .obj-title::first-letter, .widget-wrapper.verde-limon:not([class*="-bg"]) .most-read .obj-title::first-letter, .widget-wrapper.verde-limon:not([class*="-bg"]) .note-by-author .obj-title::first-letter {
      background-color: #efffd3;
      color: #000000; }
  .widget-wrapper.verde-limon:not([class*="-bg"]) [class*='note']:not(.highlighted-portrait-note):not(.highlighted-note-overprinted-title) .article-kicker {
    color: #efffd3 !important; }
  .widget-wrapper.verde-limon:not([class*="-bg"]) [class*='note'] .article-theme {
    background-color: rgba(239, 255, 211, 0.8) !important;
    color: #000000 !important; }
  .widget-wrapper.verde-limon:not([class*="-bg"]) [class*='note'] .info-wrapper .preview:hover,
  .widget-wrapper.verde-limon:not([class*="-bg"]) [class*='note'] .info-wrapper .title:hover,
  .widget-wrapper.verde-limon:not([class*="-bg"]) [class*='note'] .info-wrapper .author:hover,
  .widget-wrapper.verde-limon:not([class*="-bg"]) [class*='note'] .info-wrapper .article-category-grouper:hover,
  .widget-wrapper.verde-limon:not([class*="-bg"]) [class*='note'] .info-wrapper .article-kicker:hover {
    color: #efffd3 !important; }
  .widget-wrapper.verde-limon:not([class*="-bg"]) [class*='note'] .preview:hover,
  .widget-wrapper.verde-limon:not([class*="-bg"]) [class*='note'] .title:hover,
  .widget-wrapper.verde-limon:not([class*="-bg"]) [class*='note'] .author:hover {
    color: #efffd3 !important; }
  .widget-wrapper.verde-limon:not([class*="-bg"]) [data-type*="article"] i[class*="play"]:hover {
    color: #efffd3 !important; }

.widget-wrapper.verde-limon:not([class*="-bg"]) {
  /* Cabezales */
  /* Chapitas en los listados de notas */
  /* Icono de Play si la nota tiene video */ }
  .widget-wrapper.verde-limon:not([class*="-bg"]) .headline .obj-title, .widget-wrapper.verde-limon:not([class*="-bg"]) .most-read .obj-title, .widget-wrapper.verde-limon:not([class*="-bg"]) .note-by-author .obj-title {
    color: #efffd3; }
    .widget-wrapper.verde-limon:not([class*="-bg"]) .headline .obj-title::first-letter, .widget-wrapper.verde-limon:not([class*="-bg"]) .most-read .obj-title::first-letter, .widget-wrapper.verde-limon:not([class*="-bg"]) .note-by-author .obj-title::first-letter {
      background-color: #efffd3;
      color: #000000; }
  .widget-wrapper.verde-limon:not([class*="-bg"]) [class*='note']:not(.highlighted-portrait-note):not(.highlighted-note-overprinted-title) .article-kicker {
    color: #efffd3 !important; }
  .widget-wrapper.verde-limon:not([class*="-bg"]) [class*='note'] .article-theme {
    background-color: rgba(239, 255, 211, 0.8) !important;
    color: #000000 !important; }
  .widget-wrapper.verde-limon:not([class*="-bg"]) [class*='note'] .info-wrapper .preview:hover,
  .widget-wrapper.verde-limon:not([class*="-bg"]) [class*='note'] .info-wrapper .title:hover,
  .widget-wrapper.verde-limon:not([class*="-bg"]) [class*='note'] .info-wrapper .author:hover,
  .widget-wrapper.verde-limon:not([class*="-bg"]) [class*='note'] .info-wrapper .article-category-grouper:hover,
  .widget-wrapper.verde-limon:not([class*="-bg"]) [class*='note'] .info-wrapper .article-kicker:hover {
    color: #efffd3 !important; }
  .widget-wrapper.verde-limon:not([class*="-bg"]) [class*='note'] .preview:hover,
  .widget-wrapper.verde-limon:not([class*="-bg"]) [class*='note'] .title:hover,
  .widget-wrapper.verde-limon:not([class*="-bg"]) [class*='note'] .author:hover {
    color: #efffd3 !important; }
  .widget-wrapper.verde-limon:not([class*="-bg"]) [data-type*="article"] i[class*="play"]:hover {
    color: #efffd3 !important; }

.widget-wrapper.verde-limon:not([class*="-bg"]) {
  /* Cabezales */
  /* Chapitas en los listados de notas */
  /* Icono de Play si la nota tiene video */ }
  .widget-wrapper.verde-limon:not([class*="-bg"]) .headline .obj-title, .widget-wrapper.verde-limon:not([class*="-bg"]) .most-read .obj-title, .widget-wrapper.verde-limon:not([class*="-bg"]) .note-by-author .obj-title {
    color: #efffd3; }
    .widget-wrapper.verde-limon:not([class*="-bg"]) .headline .obj-title::first-letter, .widget-wrapper.verde-limon:not([class*="-bg"]) .most-read .obj-title::first-letter, .widget-wrapper.verde-limon:not([class*="-bg"]) .note-by-author .obj-title::first-letter {
      background-color: #efffd3;
      color: #000000; }
  .widget-wrapper.verde-limon:not([class*="-bg"]) [class*='note']:not(.highlighted-portrait-note):not(.highlighted-note-overprinted-title) .article-kicker {
    color: #efffd3 !important; }
  .widget-wrapper.verde-limon:not([class*="-bg"]) [class*='note'] .article-theme {
    background-color: rgba(239, 255, 211, 0.8) !important;
    color: #000000 !important; }
  .widget-wrapper.verde-limon:not([class*="-bg"]) [class*='note'] .info-wrapper .preview:hover,
  .widget-wrapper.verde-limon:not([class*="-bg"]) [class*='note'] .info-wrapper .title:hover,
  .widget-wrapper.verde-limon:not([class*="-bg"]) [class*='note'] .info-wrapper .author:hover,
  .widget-wrapper.verde-limon:not([class*="-bg"]) [class*='note'] .info-wrapper .article-category-grouper:hover,
  .widget-wrapper.verde-limon:not([class*="-bg"]) [class*='note'] .info-wrapper .article-kicker:hover {
    color: #efffd3 !important; }
  .widget-wrapper.verde-limon:not([class*="-bg"]) [class*='note'] .preview:hover,
  .widget-wrapper.verde-limon:not([class*="-bg"]) [class*='note'] .title:hover,
  .widget-wrapper.verde-limon:not([class*="-bg"]) [class*='note'] .author:hover {
    color: #efffd3 !important; }
  .widget-wrapper.verde-limon:not([class*="-bg"]) [data-type*="article"] i[class*="play"]:hover {
    color: #efffd3 !important; }

.widget-wrapper.verde-limon:not([class*="-bg"]) {
  /* Cabezales */
  /* Chapitas en los listados de notas */
  /* Icono de Play si la nota tiene video */ }
  .widget-wrapper.verde-limon:not([class*="-bg"]) .headline .obj-title, .widget-wrapper.verde-limon:not([class*="-bg"]) .most-read .obj-title, .widget-wrapper.verde-limon:not([class*="-bg"]) .note-by-author .obj-title {
    color: #efffd3; }
    .widget-wrapper.verde-limon:not([class*="-bg"]) .headline .obj-title::first-letter, .widget-wrapper.verde-limon:not([class*="-bg"]) .most-read .obj-title::first-letter, .widget-wrapper.verde-limon:not([class*="-bg"]) .note-by-author .obj-title::first-letter {
      background-color: #efffd3;
      color: #000000; }
  .widget-wrapper.verde-limon:not([class*="-bg"]) [class*='note']:not(.highlighted-portrait-note):not(.highlighted-note-overprinted-title) .article-kicker {
    color: #efffd3 !important; }
  .widget-wrapper.verde-limon:not([class*="-bg"]) [class*='note'] .article-theme {
    background-color: rgba(239, 255, 211, 0.8) !important;
    color: #000000 !important; }
  .widget-wrapper.verde-limon:not([class*="-bg"]) [class*='note'] .info-wrapper .preview:hover,
  .widget-wrapper.verde-limon:not([class*="-bg"]) [class*='note'] .info-wrapper .title:hover,
  .widget-wrapper.verde-limon:not([class*="-bg"]) [class*='note'] .info-wrapper .author:hover,
  .widget-wrapper.verde-limon:not([class*="-bg"]) [class*='note'] .info-wrapper .article-category-grouper:hover,
  .widget-wrapper.verde-limon:not([class*="-bg"]) [class*='note'] .info-wrapper .article-kicker:hover {
    color: #efffd3 !important; }
  .widget-wrapper.verde-limon:not([class*="-bg"]) [class*='note'] .preview:hover,
  .widget-wrapper.verde-limon:not([class*="-bg"]) [class*='note'] .title:hover,
  .widget-wrapper.verde-limon:not([class*="-bg"]) [class*='note'] .author:hover {
    color: #efffd3 !important; }
  .widget-wrapper.verde-limon:not([class*="-bg"]) [data-type*="article"] i[class*="play"]:hover {
    color: #efffd3 !important; }

.widget-wrapper.texto-blanco {
  color: #FFFFFF;
  /* Cabezales */ }
  .widget-wrapper.texto-blanco .headline .obj-title, .widget-wrapper.texto-blanco .most-read .obj-title, .widget-wrapper.texto-blanco .note-by-author .obj-title {
    color: #FFFFFF; }
  .widget-wrapper.texto-blanco .simple-list .simple-note:not(.no-media) .title, .widget-wrapper.texto-blanco .section-aside-single-article .simple-note:not(.no-media) .title {
    color: #FFFFFF; }
  .widget-wrapper.texto-blanco .simple-list-square-image .simple-note-square-image .title {
    color: #FFFFFF; }
  .widget-wrapper.texto-blanco .free-text .body-content {
    color: #000000; }
  .widget-wrapper.texto-blanco [data-type*="article"] .info-wrapper .article-kicker {
    color: #FFFFFF !important; }

/* Colores en Detalle Sección */
body.verde-limon main.container.note {
  /* Cabezales */
  /* Chapitas en los listados de notas */
  /* Icono de Play si la nota tiene video */
  /* Iconos de Share/Compartir */
  /* Listado Más Leídas */
  /* Paginador Listado Seccion */ }
  body.verde-limon main.container.note .headline .obj-title, body.verde-limon main.container.note .most-read .obj-title, body.verde-limon main.container.note .note-by-author .obj-title {
    color: #efffd3; }
    body.verde-limon main.container.note .headline .obj-title::first-letter, body.verde-limon main.container.note .most-read .obj-title::first-letter, body.verde-limon main.container.note .note-by-author .obj-title::first-letter {
      background-color: #efffd3;
      color: #000000; }
  body.verde-limon main.container.note [class*='note'] .article-theme {
    background-color: rgba(239, 255, 211, 0.8) !important;
    color: #000000 !important; }
  body.verde-limon main.container.note [class*='note'] .info-wrapper .preview:hover,
  body.verde-limon main.container.note [class*='note'] .info-wrapper .title:hover,
  body.verde-limon main.container.note [class*='note'] .info-wrapper .author:hover {
    color: #efffd3 !important; }
  body.verde-limon main.container.note [class*='note'] .preview:hover,
  body.verde-limon main.container.note [class*='note'] .title:hover,
  body.verde-limon main.container.note [class*='note'] .author:hover {
    color: #efffd3 !important; }
  body.verde-limon main.container.note [data-type*="article"] i[class*="play"]:hover {
    color: #efffd3 !important; }
  body.verde-limon main.container.note .socials-share li {
    background-color: #efffd3; }
  body.verde-limon main.container.note .ranking-list {
    background-color: #efffd3; }
    body.verde-limon main.container.note .ranking-list .article .number {
      background-color: #e6ffba; }
    body.verde-limon main.container.note .ranking-list .article .number,
    body.verde-limon main.container.note .ranking-list .article .title,
    body.verde-limon main.container.note .ranking-list .article .author {
      color: #000000; }
    body.verde-limon main.container.note .ranking-list .obj-title {
      color: #000000; }
  body.verde-limon main.container.note .list-articles .articles-pagination [class*="button"] {
    background-color: #efffd3;
    color: #000000; }
    body.verde-limon main.container.note .list-articles .articles-pagination [class*="button"]:hover {
      background-color: #C82828; }

/* Colores en las chapitas */
.article-theme.rojo {
  color: #d85454 !important; }

.article-kicker.rojo {
  color: #d85454 !important; }

.article-category-grouper.rojo:hover {
  color: #d85454 !important; }

/* Cabezales */
.headline.rojo .obj-title, .rojo.most-read .obj-title, .rojo.note-by-author .obj-title {
  color: #d85454; }
  .headline.rojo .obj-title::first-letter, .rojo.most-read .obj-title::first-letter, .rojo.note-by-author .obj-title::first-letter {
    background-color: #d85454;
    color: #FFFFFF; }

/* Widges con colores de fondo */
.rojo-bg {
  background-color: #d85454; }
  .rojo-bg.widget-wrapper {
    padding-top: 25px;
    margin-bottom: 25px; }
  .rojo-bg .highlighted-note-square-image .preview,
  .rojo-bg .highlighted-note-square-image .title,
  .rojo-bg .highlighted-note-square-image .author,
  .rojo-bg .highlighted-note-square-image .article-category-grouper,
  .rojo-bg .highlighted-note-square-image .article-kicker,
  .rojo-bg .simple-note .preview,
  .rojo-bg .simple-note .title,
  .rojo-bg .simple-note .author,
  .rojo-bg .simple-note .article-category-grouper,
  .rojo-bg .simple-note .article-kicker,
  .rojo-bg .simple-note-square-image .preview,
  .rojo-bg .simple-note-square-image .title,
  .rojo-bg .simple-note-square-image .author,
  .rojo-bg .simple-note-square-image .article-category-grouper,
  .rojo-bg .simple-note-square-image .article-kicker {
    color: #FFFFFF !important; }
  .rojo-bg .headline, .rojo-bg .most-read, .rojo-bg .note-by-author {
    margin-top: 0;
    padding-top: 8px; }
    .rojo-bg .headline .obj-title, .rojo-bg .most-read .obj-title, .rojo-bg .note-by-author .obj-title {
      color: #FFFFFF !important; }
      .rojo-bg .headline .obj-title::first-letter, .rojo-bg .most-read .obj-title::first-letter, .rojo-bg .note-by-author .obj-title::first-letter {
        background-color: #FFFFFF;
        color: #d85454 !important; }
  .rojo-bg.celeste-vivo {
    /* Chapitas en los listados de notas */
    /* Icono de Play si la nota tiene video */ }
    .rojo-bg.celeste-vivo [class*='note'] .article-theme {
      background-color: rgba(68, 201, 246, 0.8) !important;
      color: #FFFFFF !important; }
    .rojo-bg.celeste-vivo [data-type*="article"] i[class*="play"]:hover {
      color: #44c9f6 !important; }
  .rojo-bg.copa-america {
    /* Chapitas en los listados de notas */
    /* Icono de Play si la nota tiene video */ }
    .rojo-bg.copa-america [class*='note'] .article-theme {
      background-color: rgba(32, 138, 200, 0.8) !important;
      color: #FFFFFF !important; }
    .rojo-bg.copa-america [data-type*="article"] i[class*="play"]:hover {
      color: #208ac8 !important; }
  .rojo-bg.fucsia {
    /* Chapitas en los listados de notas */
    /* Icono de Play si la nota tiene video */ }
    .rojo-bg.fucsia [class*='note'] .article-theme {
      background-color: rgba(182, 11, 124, 0.8) !important;
      color: #FFFFFF !important; }
    .rojo-bg.fucsia [data-type*="article"] i[class*="play"]:hover {
      color: #b60b7c !important; }
  .rojo-bg.gris {
    /* Chapitas en los listados de notas */
    /* Icono de Play si la nota tiene video */ }
    .rojo-bg.gris [class*='note'] .article-theme {
      background-color: rgba(109, 123, 140, 0.8) !important;
      color: #FFFFFF !important; }
    .rojo-bg.gris [data-type*="article"] i[class*="play"]:hover {
      color: #6d7b8c !important; }
  .rojo-bg.naranja {
    /* Chapitas en los listados de notas */
    /* Icono de Play si la nota tiene video */ }
    .rojo-bg.naranja [class*='note'] .article-theme {
      background-color: rgba(227, 123, 87, 0.8) !important;
      color: #FFFFFF !important; }
    .rojo-bg.naranja [data-type*="article"] i[class*="play"]:hover {
      color: #e37b57 !important; }
  .rojo-bg.naranja_fuerte {
    /* Chapitas en los listados de notas */
    /* Icono de Play si la nota tiene video */ }
    .rojo-bg.naranja_fuerte [class*='note'] .article-theme {
      background-color: rgba(217, 56, 0, 0.8) !important;
      color: #FFFFFF !important; }
    .rojo-bg.naranja_fuerte [data-type*="article"] i[class*="play"]:hover {
      color: #D93800 !important; }
  .rojo-bg.rating-cero {
    /* Chapitas en los listados de notas */
    /* Icono de Play si la nota tiene video */ }
    .rojo-bg.rating-cero [class*='note'] .article-theme {
      background-color: rgba(218, 44, 41, 0.8) !important;
      color: #FFFFFF !important; }
    .rojo-bg.rating-cero [data-type*="article"] i[class*="play"]:hover {
      color: #da2c29 !important; }
  .rojo-bg.texto-blanco .article-shouts .info-wrapper .preview,
  .rojo-bg.texto-blanco .article-shouts .info-wrapper .title,
  .rojo-bg.texto-blanco .article-shouts .info-wrapper .author,
  .rojo-bg.texto-blanco .article-shouts .info-wrapper .article-kicker,
  .rojo-bg.texto-blanco .highlighted-note-square-image .info-wrapper .preview,
  .rojo-bg.texto-blanco .highlighted-note-square-image .info-wrapper .title,
  .rojo-bg.texto-blanco .highlighted-note-square-image .info-wrapper .author,
  .rojo-bg.texto-blanco .highlighted-note-square-image .info-wrapper .article-kicker,
  .rojo-bg.texto-blanco .simple-list .info-wrapper .preview,
  .rojo-bg.texto-blanco .section-aside-single-article .info-wrapper .preview,
  .rojo-bg.texto-blanco .simple-list .info-wrapper .title,
  .rojo-bg.texto-blanco .section-aside-single-article .info-wrapper .title,
  .rojo-bg.texto-blanco .simple-list .info-wrapper .author,
  .rojo-bg.texto-blanco .section-aside-single-article .info-wrapper .author,
  .rojo-bg.texto-blanco .simple-list .info-wrapper .article-kicker,
  .rojo-bg.texto-blanco .section-aside-single-article .info-wrapper .article-kicker,
  .rojo-bg.texto-blanco .simple-list-square-image .info-wrapper .preview,
  .rojo-bg.texto-blanco .simple-list-square-image .info-wrapper .title,
  .rojo-bg.texto-blanco .simple-list-square-image .info-wrapper .author,
  .rojo-bg.texto-blanco .simple-list-square-image .info-wrapper .article-kicker {
    color: #FFFFFF !important; }
    .rojo-bg.texto-blanco .article-shouts .info-wrapper .preview:hover,
    .rojo-bg.texto-blanco .article-shouts .info-wrapper .title:hover,
    .rojo-bg.texto-blanco .article-shouts .info-wrapper .author:hover,
    .rojo-bg.texto-blanco .article-shouts .info-wrapper .article-kicker:hover,
    .rojo-bg.texto-blanco .highlighted-note-square-image .info-wrapper .preview:hover,
    .rojo-bg.texto-blanco .highlighted-note-square-image .info-wrapper .title:hover,
    .rojo-bg.texto-blanco .highlighted-note-square-image .info-wrapper .author:hover,
    .rojo-bg.texto-blanco .highlighted-note-square-image .info-wrapper .article-kicker:hover,
    .rojo-bg.texto-blanco .simple-list .info-wrapper .preview:hover,
    .rojo-bg.texto-blanco .section-aside-single-article .info-wrapper .preview:hover,
    .rojo-bg.texto-blanco .simple-list .info-wrapper .title:hover,
    .rojo-bg.texto-blanco .section-aside-single-article .info-wrapper .title:hover,
    .rojo-bg.texto-blanco .simple-list .info-wrapper .author:hover,
    .rojo-bg.texto-blanco .section-aside-single-article .info-wrapper .author:hover,
    .rojo-bg.texto-blanco .simple-list .info-wrapper .article-kicker:hover,
    .rojo-bg.texto-blanco .section-aside-single-article .info-wrapper .article-kicker:hover,
    .rojo-bg.texto-blanco .simple-list-square-image .info-wrapper .preview:hover,
    .rojo-bg.texto-blanco .simple-list-square-image .info-wrapper .title:hover,
    .rojo-bg.texto-blanco .simple-list-square-image .info-wrapper .author:hover,
    .rojo-bg.texto-blanco .simple-list-square-image .info-wrapper .article-kicker:hover {
      color: #FFFFFF !important; }
  .rojo-bg.texto-blanco .article-shouts .preview,
  .rojo-bg.texto-blanco .article-shouts .title,
  .rojo-bg.texto-blanco .article-shouts .author,
  .rojo-bg.texto-blanco .highlighted-note-square-image .preview,
  .rojo-bg.texto-blanco .highlighted-note-square-image .title,
  .rojo-bg.texto-blanco .highlighted-note-square-image .author,
  .rojo-bg.texto-blanco .simple-list .preview,
  .rojo-bg.texto-blanco .section-aside-single-article .preview,
  .rojo-bg.texto-blanco .simple-list .title,
  .rojo-bg.texto-blanco .section-aside-single-article .title,
  .rojo-bg.texto-blanco .simple-list .author,
  .rojo-bg.texto-blanco .section-aside-single-article .author,
  .rojo-bg.texto-blanco .simple-list-square-image .preview,
  .rojo-bg.texto-blanco .simple-list-square-image .title,
  .rojo-bg.texto-blanco .simple-list-square-image .author {
    color: #FFFFFF !important; }
    .rojo-bg.texto-blanco .article-shouts .preview:hover,
    .rojo-bg.texto-blanco .article-shouts .title:hover,
    .rojo-bg.texto-blanco .article-shouts .author:hover,
    .rojo-bg.texto-blanco .highlighted-note-square-image .preview:hover,
    .rojo-bg.texto-blanco .highlighted-note-square-image .title:hover,
    .rojo-bg.texto-blanco .highlighted-note-square-image .author:hover,
    .rojo-bg.texto-blanco .simple-list .preview:hover,
    .rojo-bg.texto-blanco .section-aside-single-article .preview:hover,
    .rojo-bg.texto-blanco .simple-list .title:hover,
    .rojo-bg.texto-blanco .section-aside-single-article .title:hover,
    .rojo-bg.texto-blanco .simple-list .author:hover,
    .rojo-bg.texto-blanco .section-aside-single-article .author:hover,
    .rojo-bg.texto-blanco .simple-list-square-image .preview:hover,
    .rojo-bg.texto-blanco .simple-list-square-image .title:hover,
    .rojo-bg.texto-blanco .simple-list-square-image .author:hover {
      color: #FFFFFF !important; }
  .rojo-bg.texto-blanco [class*='note'] .article-theme {
    color: #FFFFFF !important; }
  .rojo-bg.texto-blanco .headline, .rojo-bg.texto-blanco .most-read, .rojo-bg.texto-blanco .note-by-author {
    margin-top: 0;
    padding-top: 8px; }
    .rojo-bg.texto-blanco .headline .obj-title, .rojo-bg.texto-blanco .most-read .obj-title, .rojo-bg.texto-blanco .note-by-author .obj-title {
      color: #FFFFFF !important; }
      .rojo-bg.texto-blanco .headline .obj-title::first-letter, .rojo-bg.texto-blanco .most-read .obj-title::first-letter, .rojo-bg.texto-blanco .note-by-author .obj-title::first-letter {
        background-color: #FFFFFF;
        color: #d85454 !important; }
  .rojo-bg.tipo-blanca {
    /* Chapitas en los listados de notas */
    /* Icono de Play si la nota tiene video */ }
    .rojo-bg.tipo-blanca [class*='note'] .article-theme {
      background-color: rgba(0, 0, 0, 0) !important;
      color: #FFFFFF !important; }
    .rojo-bg.tipo-blanca [data-type*="article"] i[class*="play"]:hover {
      color: transparent !important; }
  .rojo-bg.verde-doc {
    /* Chapitas en los listados de notas */
    /* Icono de Play si la nota tiene video */ }
    .rojo-bg.verde-doc [class*='note'] .article-theme {
      background-color: rgba(0, 153, 153, 0.8) !important;
      color: #FFFFFF !important; }
    .rojo-bg.verde-doc [data-type*="article"] i[class*="play"]:hover {
      color: #099 !important; }
  .rojo-bg.verde_oscuro {
    /* Chapitas en los listados de notas */
    /* Icono de Play si la nota tiene video */ }
    .rojo-bg.verde_oscuro [class*='note'] .article-theme {
      background-color: rgba(74, 122, 80, 0.8) !important;
      color: #FFFFFF !important; }
    .rojo-bg.verde_oscuro [data-type*="article"] i[class*="play"]:hover {
      color: #4a7a50 !important; }
  .rojo-bg.violeta {
    /* Chapitas en los listados de notas */
    /* Icono de Play si la nota tiene video */ }
    .rojo-bg.violeta [class*='note'] .article-theme {
      background-color: rgba(86, 0, 141, 0.8) !important;
      color: #FFFFFF !important; }
    .rojo-bg.violeta [data-type*="article"] i[class*="play"]:hover {
      color: #56008D !important; }
  .rojo-bg.beige {
    /* Chapitas en los listados de notas */
    /* Icono de Play si la nota tiene video */ }
    .rojo-bg.beige [class*='note'] .article-theme {
      background-color: rgba(247, 239, 228, 0.8) !important;
      color: #000000 !important; }
    .rojo-bg.beige [data-type*="article"] i[class*="play"]:hover {
      color: #f7efe4 !important; }
  .rojo-bg.bordo {
    /* Chapitas en los listados de notas */
    /* Icono de Play si la nota tiene video */ }
    .rojo-bg.bordo [class*='note'] .article-theme {
      background-color: rgba(64, 37, 34, 0.8) !important;
      color: #FFFFFF !important; }
    .rojo-bg.bordo [data-type*="article"] i[class*="play"]:hover {
      color: #402522 !important; }
  .rojo-bg.verde-limon {
    /* Chapitas en los listados de notas */
    /* Icono de Play si la nota tiene video */ }
    .rojo-bg.verde-limon [class*='note'] .article-theme {
      background-color: rgba(239, 255, 211, 0.8) !important;
      color: #000000 !important; }
    .rojo-bg.verde-limon [data-type*="article"] i[class*="play"]:hover {
      color: #efffd3 !important; }
  .rojo-bg.rojo {
    /* Chapitas en los listados de notas */
    /* Icono de Play si la nota tiene video */ }
    .rojo-bg.rojo [class*='note'] .article-theme {
      background-color: rgba(216, 84, 84, 0.8) !important;
      color: #FFFFFF !important; }
    .rojo-bg.rojo [data-type*="article"] i[class*="play"]:hover {
      color: #d85454 !important; }
  .rojo-bg.celeste {
    /* Chapitas en los listados de notas */
    /* Icono de Play si la nota tiene video */ }
    .rojo-bg.celeste [class*='note'] .article-theme {
      background-color: rgba(81, 163, 255, 0.8) !important;
      color: #FFFFFF !important; }
    .rojo-bg.celeste [data-type*="article"] i[class*="play"]:hover {
      color: #51a3ff !important; }
  .rojo-bg.amarillo {
    /* Chapitas en los listados de notas */
    /* Icono de Play si la nota tiene video */ }
    .rojo-bg.amarillo [class*='note'] .article-theme {
      background-color: rgba(212, 202, 86, 0.8) !important;
      color: #000000 !important; }
    .rojo-bg.amarillo [data-type*="article"] i[class*="play"]:hover {
      color: #d4ca56 !important; }
  .rojo-bg.magent {
    /* Chapitas en los listados de notas */
    /* Icono de Play si la nota tiene video */ }
    .rojo-bg.magent [class*='note'] .article-theme {
      background-color: rgba(204, 98, 200, 0.8) !important;
      color: #FFFFFF !important; }
    .rojo-bg.magent [data-type*="article"] i[class*="play"]:hover {
      color: #cc62c8 !important; }
  .rojo-bg.azul {
    /* Chapitas en los listados de notas */
    /* Icono de Play si la nota tiene video */ }
    .rojo-bg.azul [class*='note'] .article-theme {
      background-color: rgba(96, 129, 166, 0.8) !important;
      color: #FFFFFF !important; }
    .rojo-bg.azul [data-type*="article"] i[class*="play"]:hover {
      color: #6081a6 !important; }
  .rojo-bg.verde {
    /* Chapitas en los listados de notas */
    /* Icono de Play si la nota tiene video */ }
    .rojo-bg.verde [class*='note'] .article-theme {
      background-color: rgba(93, 200, 102, 0.8) !important;
      color: #FFFFFF !important; }
    .rojo-bg.verde [data-type*="article"] i[class*="play"]:hover {
      color: #5dc866 !important; }
  .rojo-bg.cyan {
    /* Chapitas en los listados de notas */
    /* Icono de Play si la nota tiene video */ }
    .rojo-bg.cyan [class*='note'] .article-theme {
      background-color: rgba(0, 188, 212, 0.8) !important;
      color: #000000 !important; }
    .rojo-bg.cyan [data-type*="article"] i[class*="play"]:hover {
      color: #00BCD4 !important; }
  .rojo-bg.negro {
    /* Chapitas en los listados de notas */
    /* Icono de Play si la nota tiene video */ }
    .rojo-bg.negro [class*='note'] .article-theme {
      background-color: rgba(29, 29, 32, 0.8) !important;
      color: #FFFFFF !important; }
    .rojo-bg.negro [data-type*="article"] i[class*="play"]:hover {
      color: #1d1d20 !important; }

/* Widgets con color relacionado */
.widget-wrapper.rojo:not([class*="-bg"]) {
  /* Cabezales */
  /* Chapitas en los listados de notas */
  /* Icono de Play si la nota tiene video */ }
  .widget-wrapper.rojo:not([class*="-bg"]) .headline .obj-title, .widget-wrapper.rojo:not([class*="-bg"]) .most-read .obj-title, .widget-wrapper.rojo:not([class*="-bg"]) .note-by-author .obj-title {
    color: #d85454; }
    .widget-wrapper.rojo:not([class*="-bg"]) .headline .obj-title::first-letter, .widget-wrapper.rojo:not([class*="-bg"]) .most-read .obj-title::first-letter, .widget-wrapper.rojo:not([class*="-bg"]) .note-by-author .obj-title::first-letter {
      background-color: #d85454;
      color: #FFFFFF; }
  .widget-wrapper.rojo:not([class*="-bg"]) [class*='note']:not(.highlighted-portrait-note):not(.highlighted-note-overprinted-title) .article-kicker {
    color: #d85454 !important; }
  .widget-wrapper.rojo:not([class*="-bg"]) [class*='note'] .article-theme {
    background-color: rgba(216, 84, 84, 0.8) !important;
    color: #FFFFFF !important; }
  .widget-wrapper.rojo:not([class*="-bg"]) [class*='note'] .info-wrapper .preview:hover,
  .widget-wrapper.rojo:not([class*="-bg"]) [class*='note'] .info-wrapper .title:hover,
  .widget-wrapper.rojo:not([class*="-bg"]) [class*='note'] .info-wrapper .author:hover,
  .widget-wrapper.rojo:not([class*="-bg"]) [class*='note'] .info-wrapper .article-category-grouper:hover,
  .widget-wrapper.rojo:not([class*="-bg"]) [class*='note'] .info-wrapper .article-kicker:hover {
    color: #d85454 !important; }
  .widget-wrapper.rojo:not([class*="-bg"]) [class*='note'] .preview:hover,
  .widget-wrapper.rojo:not([class*="-bg"]) [class*='note'] .title:hover,
  .widget-wrapper.rojo:not([class*="-bg"]) [class*='note'] .author:hover {
    color: #d85454 !important; }
  .widget-wrapper.rojo:not([class*="-bg"]) [data-type*="article"] i[class*="play"]:hover {
    color: #d85454 !important; }

.widget-wrapper.rojo:not([class*="-bg"]) {
  /* Cabezales */
  /* Chapitas en los listados de notas */
  /* Icono de Play si la nota tiene video */ }
  .widget-wrapper.rojo:not([class*="-bg"]) .headline .obj-title, .widget-wrapper.rojo:not([class*="-bg"]) .most-read .obj-title, .widget-wrapper.rojo:not([class*="-bg"]) .note-by-author .obj-title {
    color: #d85454; }
    .widget-wrapper.rojo:not([class*="-bg"]) .headline .obj-title::first-letter, .widget-wrapper.rojo:not([class*="-bg"]) .most-read .obj-title::first-letter, .widget-wrapper.rojo:not([class*="-bg"]) .note-by-author .obj-title::first-letter {
      background-color: #d85454;
      color: #FFFFFF; }
  .widget-wrapper.rojo:not([class*="-bg"]) [class*='note']:not(.highlighted-portrait-note):not(.highlighted-note-overprinted-title) .article-kicker {
    color: #d85454 !important; }
  .widget-wrapper.rojo:not([class*="-bg"]) [class*='note'] .article-theme {
    background-color: rgba(216, 84, 84, 0.8) !important;
    color: #FFFFFF !important; }
  .widget-wrapper.rojo:not([class*="-bg"]) [class*='note'] .info-wrapper .preview:hover,
  .widget-wrapper.rojo:not([class*="-bg"]) [class*='note'] .info-wrapper .title:hover,
  .widget-wrapper.rojo:not([class*="-bg"]) [class*='note'] .info-wrapper .author:hover,
  .widget-wrapper.rojo:not([class*="-bg"]) [class*='note'] .info-wrapper .article-category-grouper:hover,
  .widget-wrapper.rojo:not([class*="-bg"]) [class*='note'] .info-wrapper .article-kicker:hover {
    color: #d85454 !important; }
  .widget-wrapper.rojo:not([class*="-bg"]) [class*='note'] .preview:hover,
  .widget-wrapper.rojo:not([class*="-bg"]) [class*='note'] .title:hover,
  .widget-wrapper.rojo:not([class*="-bg"]) [class*='note'] .author:hover {
    color: #d85454 !important; }
  .widget-wrapper.rojo:not([class*="-bg"]) [data-type*="article"] i[class*="play"]:hover {
    color: #d85454 !important; }

.widget-wrapper.rojo:not([class*="-bg"]) {
  /* Cabezales */
  /* Chapitas en los listados de notas */
  /* Icono de Play si la nota tiene video */ }
  .widget-wrapper.rojo:not([class*="-bg"]) .headline .obj-title, .widget-wrapper.rojo:not([class*="-bg"]) .most-read .obj-title, .widget-wrapper.rojo:not([class*="-bg"]) .note-by-author .obj-title {
    color: #d85454; }
    .widget-wrapper.rojo:not([class*="-bg"]) .headline .obj-title::first-letter, .widget-wrapper.rojo:not([class*="-bg"]) .most-read .obj-title::first-letter, .widget-wrapper.rojo:not([class*="-bg"]) .note-by-author .obj-title::first-letter {
      background-color: #d85454;
      color: #FFFFFF; }
  .widget-wrapper.rojo:not([class*="-bg"]) [class*='note']:not(.highlighted-portrait-note):not(.highlighted-note-overprinted-title) .article-kicker {
    color: #d85454 !important; }
  .widget-wrapper.rojo:not([class*="-bg"]) [class*='note'] .article-theme {
    background-color: rgba(216, 84, 84, 0.8) !important;
    color: #FFFFFF !important; }
  .widget-wrapper.rojo:not([class*="-bg"]) [class*='note'] .info-wrapper .preview:hover,
  .widget-wrapper.rojo:not([class*="-bg"]) [class*='note'] .info-wrapper .title:hover,
  .widget-wrapper.rojo:not([class*="-bg"]) [class*='note'] .info-wrapper .author:hover,
  .widget-wrapper.rojo:not([class*="-bg"]) [class*='note'] .info-wrapper .article-category-grouper:hover,
  .widget-wrapper.rojo:not([class*="-bg"]) [class*='note'] .info-wrapper .article-kicker:hover {
    color: #d85454 !important; }
  .widget-wrapper.rojo:not([class*="-bg"]) [class*='note'] .preview:hover,
  .widget-wrapper.rojo:not([class*="-bg"]) [class*='note'] .title:hover,
  .widget-wrapper.rojo:not([class*="-bg"]) [class*='note'] .author:hover {
    color: #d85454 !important; }
  .widget-wrapper.rojo:not([class*="-bg"]) [data-type*="article"] i[class*="play"]:hover {
    color: #d85454 !important; }

.widget-wrapper.rojo:not([class*="-bg"]) {
  /* Cabezales */
  /* Chapitas en los listados de notas */
  /* Icono de Play si la nota tiene video */ }
  .widget-wrapper.rojo:not([class*="-bg"]) .headline .obj-title, .widget-wrapper.rojo:not([class*="-bg"]) .most-read .obj-title, .widget-wrapper.rojo:not([class*="-bg"]) .note-by-author .obj-title {
    color: #d85454; }
    .widget-wrapper.rojo:not([class*="-bg"]) .headline .obj-title::first-letter, .widget-wrapper.rojo:not([class*="-bg"]) .most-read .obj-title::first-letter, .widget-wrapper.rojo:not([class*="-bg"]) .note-by-author .obj-title::first-letter {
      background-color: #d85454;
      color: #FFFFFF; }
  .widget-wrapper.rojo:not([class*="-bg"]) [class*='note']:not(.highlighted-portrait-note):not(.highlighted-note-overprinted-title) .article-kicker {
    color: #d85454 !important; }
  .widget-wrapper.rojo:not([class*="-bg"]) [class*='note'] .article-theme {
    background-color: rgba(216, 84, 84, 0.8) !important;
    color: #FFFFFF !important; }
  .widget-wrapper.rojo:not([class*="-bg"]) [class*='note'] .info-wrapper .preview:hover,
  .widget-wrapper.rojo:not([class*="-bg"]) [class*='note'] .info-wrapper .title:hover,
  .widget-wrapper.rojo:not([class*="-bg"]) [class*='note'] .info-wrapper .author:hover,
  .widget-wrapper.rojo:not([class*="-bg"]) [class*='note'] .info-wrapper .article-category-grouper:hover,
  .widget-wrapper.rojo:not([class*="-bg"]) [class*='note'] .info-wrapper .article-kicker:hover {
    color: #d85454 !important; }
  .widget-wrapper.rojo:not([class*="-bg"]) [class*='note'] .preview:hover,
  .widget-wrapper.rojo:not([class*="-bg"]) [class*='note'] .title:hover,
  .widget-wrapper.rojo:not([class*="-bg"]) [class*='note'] .author:hover {
    color: #d85454 !important; }
  .widget-wrapper.rojo:not([class*="-bg"]) [data-type*="article"] i[class*="play"]:hover {
    color: #d85454 !important; }

.widget-wrapper.rojo:not([class*="-bg"]) {
  /* Cabezales */
  /* Chapitas en los listados de notas */
  /* Icono de Play si la nota tiene video */ }
  .widget-wrapper.rojo:not([class*="-bg"]) .headline .obj-title, .widget-wrapper.rojo:not([class*="-bg"]) .most-read .obj-title, .widget-wrapper.rojo:not([class*="-bg"]) .note-by-author .obj-title {
    color: #d85454; }
    .widget-wrapper.rojo:not([class*="-bg"]) .headline .obj-title::first-letter, .widget-wrapper.rojo:not([class*="-bg"]) .most-read .obj-title::first-letter, .widget-wrapper.rojo:not([class*="-bg"]) .note-by-author .obj-title::first-letter {
      background-color: #d85454;
      color: #FFFFFF; }
  .widget-wrapper.rojo:not([class*="-bg"]) [class*='note']:not(.highlighted-portrait-note):not(.highlighted-note-overprinted-title) .article-kicker {
    color: #d85454 !important; }
  .widget-wrapper.rojo:not([class*="-bg"]) [class*='note'] .article-theme {
    background-color: rgba(216, 84, 84, 0.8) !important;
    color: #FFFFFF !important; }
  .widget-wrapper.rojo:not([class*="-bg"]) [class*='note'] .info-wrapper .preview:hover,
  .widget-wrapper.rojo:not([class*="-bg"]) [class*='note'] .info-wrapper .title:hover,
  .widget-wrapper.rojo:not([class*="-bg"]) [class*='note'] .info-wrapper .author:hover,
  .widget-wrapper.rojo:not([class*="-bg"]) [class*='note'] .info-wrapper .article-category-grouper:hover,
  .widget-wrapper.rojo:not([class*="-bg"]) [class*='note'] .info-wrapper .article-kicker:hover {
    color: #d85454 !important; }
  .widget-wrapper.rojo:not([class*="-bg"]) [class*='note'] .preview:hover,
  .widget-wrapper.rojo:not([class*="-bg"]) [class*='note'] .title:hover,
  .widget-wrapper.rojo:not([class*="-bg"]) [class*='note'] .author:hover {
    color: #d85454 !important; }
  .widget-wrapper.rojo:not([class*="-bg"]) [data-type*="article"] i[class*="play"]:hover {
    color: #d85454 !important; }

.widget-wrapper.rojo:not([class*="-bg"]) {
  /* Cabezales */
  /* Chapitas en los listados de notas */
  /* Icono de Play si la nota tiene video */ }
  .widget-wrapper.rojo:not([class*="-bg"]) .headline .obj-title, .widget-wrapper.rojo:not([class*="-bg"]) .most-read .obj-title, .widget-wrapper.rojo:not([class*="-bg"]) .note-by-author .obj-title {
    color: #d85454; }
    .widget-wrapper.rojo:not([class*="-bg"]) .headline .obj-title::first-letter, .widget-wrapper.rojo:not([class*="-bg"]) .most-read .obj-title::first-letter, .widget-wrapper.rojo:not([class*="-bg"]) .note-by-author .obj-title::first-letter {
      background-color: #d85454;
      color: #FFFFFF; }
  .widget-wrapper.rojo:not([class*="-bg"]) [class*='note']:not(.highlighted-portrait-note):not(.highlighted-note-overprinted-title) .article-kicker {
    color: #d85454 !important; }
  .widget-wrapper.rojo:not([class*="-bg"]) [class*='note'] .article-theme {
    background-color: rgba(216, 84, 84, 0.8) !important;
    color: #FFFFFF !important; }
  .widget-wrapper.rojo:not([class*="-bg"]) [class*='note'] .info-wrapper .preview:hover,
  .widget-wrapper.rojo:not([class*="-bg"]) [class*='note'] .info-wrapper .title:hover,
  .widget-wrapper.rojo:not([class*="-bg"]) [class*='note'] .info-wrapper .author:hover,
  .widget-wrapper.rojo:not([class*="-bg"]) [class*='note'] .info-wrapper .article-category-grouper:hover,
  .widget-wrapper.rojo:not([class*="-bg"]) [class*='note'] .info-wrapper .article-kicker:hover {
    color: #d85454 !important; }
  .widget-wrapper.rojo:not([class*="-bg"]) [class*='note'] .preview:hover,
  .widget-wrapper.rojo:not([class*="-bg"]) [class*='note'] .title:hover,
  .widget-wrapper.rojo:not([class*="-bg"]) [class*='note'] .author:hover {
    color: #d85454 !important; }
  .widget-wrapper.rojo:not([class*="-bg"]) [data-type*="article"] i[class*="play"]:hover {
    color: #d85454 !important; }

.widget-wrapper.rojo:not([class*="-bg"]) {
  /* Cabezales */
  /* Chapitas en los listados de notas */
  /* Icono de Play si la nota tiene video */ }
  .widget-wrapper.rojo:not([class*="-bg"]) .headline .obj-title, .widget-wrapper.rojo:not([class*="-bg"]) .most-read .obj-title, .widget-wrapper.rojo:not([class*="-bg"]) .note-by-author .obj-title {
    color: #d85454; }
    .widget-wrapper.rojo:not([class*="-bg"]) .headline .obj-title::first-letter, .widget-wrapper.rojo:not([class*="-bg"]) .most-read .obj-title::first-letter, .widget-wrapper.rojo:not([class*="-bg"]) .note-by-author .obj-title::first-letter {
      background-color: #d85454;
      color: #FFFFFF; }
  .widget-wrapper.rojo:not([class*="-bg"]) [class*='note']:not(.highlighted-portrait-note):not(.highlighted-note-overprinted-title) .article-kicker {
    color: #d85454 !important; }
  .widget-wrapper.rojo:not([class*="-bg"]) [class*='note'] .article-theme {
    background-color: rgba(216, 84, 84, 0.8) !important;
    color: #FFFFFF !important; }
  .widget-wrapper.rojo:not([class*="-bg"]) [class*='note'] .info-wrapper .preview:hover,
  .widget-wrapper.rojo:not([class*="-bg"]) [class*='note'] .info-wrapper .title:hover,
  .widget-wrapper.rojo:not([class*="-bg"]) [class*='note'] .info-wrapper .author:hover,
  .widget-wrapper.rojo:not([class*="-bg"]) [class*='note'] .info-wrapper .article-category-grouper:hover,
  .widget-wrapper.rojo:not([class*="-bg"]) [class*='note'] .info-wrapper .article-kicker:hover {
    color: #d85454 !important; }
  .widget-wrapper.rojo:not([class*="-bg"]) [class*='note'] .preview:hover,
  .widget-wrapper.rojo:not([class*="-bg"]) [class*='note'] .title:hover,
  .widget-wrapper.rojo:not([class*="-bg"]) [class*='note'] .author:hover {
    color: #d85454 !important; }
  .widget-wrapper.rojo:not([class*="-bg"]) [data-type*="article"] i[class*="play"]:hover {
    color: #d85454 !important; }

.widget-wrapper.rojo:not([class*="-bg"]) {
  /* Cabezales */
  /* Chapitas en los listados de notas */
  /* Icono de Play si la nota tiene video */ }
  .widget-wrapper.rojo:not([class*="-bg"]) .headline .obj-title, .widget-wrapper.rojo:not([class*="-bg"]) .most-read .obj-title, .widget-wrapper.rojo:not([class*="-bg"]) .note-by-author .obj-title {
    color: #d85454; }
    .widget-wrapper.rojo:not([class*="-bg"]) .headline .obj-title::first-letter, .widget-wrapper.rojo:not([class*="-bg"]) .most-read .obj-title::first-letter, .widget-wrapper.rojo:not([class*="-bg"]) .note-by-author .obj-title::first-letter {
      background-color: #d85454;
      color: #FFFFFF; }
  .widget-wrapper.rojo:not([class*="-bg"]) [class*='note']:not(.highlighted-portrait-note):not(.highlighted-note-overprinted-title) .article-kicker {
    color: #d85454 !important; }
  .widget-wrapper.rojo:not([class*="-bg"]) [class*='note'] .article-theme {
    background-color: rgba(216, 84, 84, 0.8) !important;
    color: #FFFFFF !important; }
  .widget-wrapper.rojo:not([class*="-bg"]) [class*='note'] .info-wrapper .preview:hover,
  .widget-wrapper.rojo:not([class*="-bg"]) [class*='note'] .info-wrapper .title:hover,
  .widget-wrapper.rojo:not([class*="-bg"]) [class*='note'] .info-wrapper .author:hover,
  .widget-wrapper.rojo:not([class*="-bg"]) [class*='note'] .info-wrapper .article-category-grouper:hover,
  .widget-wrapper.rojo:not([class*="-bg"]) [class*='note'] .info-wrapper .article-kicker:hover {
    color: #d85454 !important; }
  .widget-wrapper.rojo:not([class*="-bg"]) [class*='note'] .preview:hover,
  .widget-wrapper.rojo:not([class*="-bg"]) [class*='note'] .title:hover,
  .widget-wrapper.rojo:not([class*="-bg"]) [class*='note'] .author:hover {
    color: #d85454 !important; }
  .widget-wrapper.rojo:not([class*="-bg"]) [data-type*="article"] i[class*="play"]:hover {
    color: #d85454 !important; }

.widget-wrapper.rojo:not([class*="-bg"]) {
  /* Cabezales */
  /* Chapitas en los listados de notas */
  /* Icono de Play si la nota tiene video */ }
  .widget-wrapper.rojo:not([class*="-bg"]) .headline .obj-title, .widget-wrapper.rojo:not([class*="-bg"]) .most-read .obj-title, .widget-wrapper.rojo:not([class*="-bg"]) .note-by-author .obj-title {
    color: #d85454; }
    .widget-wrapper.rojo:not([class*="-bg"]) .headline .obj-title::first-letter, .widget-wrapper.rojo:not([class*="-bg"]) .most-read .obj-title::first-letter, .widget-wrapper.rojo:not([class*="-bg"]) .note-by-author .obj-title::first-letter {
      background-color: #d85454;
      color: #FFFFFF; }
  .widget-wrapper.rojo:not([class*="-bg"]) [class*='note']:not(.highlighted-portrait-note):not(.highlighted-note-overprinted-title) .article-kicker {
    color: #d85454 !important; }
  .widget-wrapper.rojo:not([class*="-bg"]) [class*='note'] .article-theme {
    background-color: rgba(216, 84, 84, 0.8) !important;
    color: #FFFFFF !important; }
  .widget-wrapper.rojo:not([class*="-bg"]) [class*='note'] .info-wrapper .preview:hover,
  .widget-wrapper.rojo:not([class*="-bg"]) [class*='note'] .info-wrapper .title:hover,
  .widget-wrapper.rojo:not([class*="-bg"]) [class*='note'] .info-wrapper .author:hover,
  .widget-wrapper.rojo:not([class*="-bg"]) [class*='note'] .info-wrapper .article-category-grouper:hover,
  .widget-wrapper.rojo:not([class*="-bg"]) [class*='note'] .info-wrapper .article-kicker:hover {
    color: #d85454 !important; }
  .widget-wrapper.rojo:not([class*="-bg"]) [class*='note'] .preview:hover,
  .widget-wrapper.rojo:not([class*="-bg"]) [class*='note'] .title:hover,
  .widget-wrapper.rojo:not([class*="-bg"]) [class*='note'] .author:hover {
    color: #d85454 !important; }
  .widget-wrapper.rojo:not([class*="-bg"]) [data-type*="article"] i[class*="play"]:hover {
    color: #d85454 !important; }

.widget-wrapper.rojo:not([class*="-bg"]) {
  /* Cabezales */
  /* Chapitas en los listados de notas */
  /* Icono de Play si la nota tiene video */ }
  .widget-wrapper.rojo:not([class*="-bg"]) .headline .obj-title, .widget-wrapper.rojo:not([class*="-bg"]) .most-read .obj-title, .widget-wrapper.rojo:not([class*="-bg"]) .note-by-author .obj-title {
    color: #d85454; }
    .widget-wrapper.rojo:not([class*="-bg"]) .headline .obj-title::first-letter, .widget-wrapper.rojo:not([class*="-bg"]) .most-read .obj-title::first-letter, .widget-wrapper.rojo:not([class*="-bg"]) .note-by-author .obj-title::first-letter {
      background-color: #d85454;
      color: #FFFFFF; }
  .widget-wrapper.rojo:not([class*="-bg"]) [class*='note']:not(.highlighted-portrait-note):not(.highlighted-note-overprinted-title) .article-kicker {
    color: #d85454 !important; }
  .widget-wrapper.rojo:not([class*="-bg"]) [class*='note'] .article-theme {
    background-color: rgba(216, 84, 84, 0.8) !important;
    color: #FFFFFF !important; }
  .widget-wrapper.rojo:not([class*="-bg"]) [class*='note'] .info-wrapper .preview:hover,
  .widget-wrapper.rojo:not([class*="-bg"]) [class*='note'] .info-wrapper .title:hover,
  .widget-wrapper.rojo:not([class*="-bg"]) [class*='note'] .info-wrapper .author:hover,
  .widget-wrapper.rojo:not([class*="-bg"]) [class*='note'] .info-wrapper .article-category-grouper:hover,
  .widget-wrapper.rojo:not([class*="-bg"]) [class*='note'] .info-wrapper .article-kicker:hover {
    color: #d85454 !important; }
  .widget-wrapper.rojo:not([class*="-bg"]) [class*='note'] .preview:hover,
  .widget-wrapper.rojo:not([class*="-bg"]) [class*='note'] .title:hover,
  .widget-wrapper.rojo:not([class*="-bg"]) [class*='note'] .author:hover {
    color: #d85454 !important; }
  .widget-wrapper.rojo:not([class*="-bg"]) [data-type*="article"] i[class*="play"]:hover {
    color: #d85454 !important; }

.widget-wrapper.rojo:not([class*="-bg"]) {
  /* Cabezales */
  /* Chapitas en los listados de notas */
  /* Icono de Play si la nota tiene video */ }
  .widget-wrapper.rojo:not([class*="-bg"]) .headline .obj-title, .widget-wrapper.rojo:not([class*="-bg"]) .most-read .obj-title, .widget-wrapper.rojo:not([class*="-bg"]) .note-by-author .obj-title {
    color: #d85454; }
    .widget-wrapper.rojo:not([class*="-bg"]) .headline .obj-title::first-letter, .widget-wrapper.rojo:not([class*="-bg"]) .most-read .obj-title::first-letter, .widget-wrapper.rojo:not([class*="-bg"]) .note-by-author .obj-title::first-letter {
      background-color: #d85454;
      color: #FFFFFF; }
  .widget-wrapper.rojo:not([class*="-bg"]) [class*='note']:not(.highlighted-portrait-note):not(.highlighted-note-overprinted-title) .article-kicker {
    color: #d85454 !important; }
  .widget-wrapper.rojo:not([class*="-bg"]) [class*='note'] .article-theme {
    background-color: rgba(216, 84, 84, 0.8) !important;
    color: #FFFFFF !important; }
  .widget-wrapper.rojo:not([class*="-bg"]) [class*='note'] .info-wrapper .preview:hover,
  .widget-wrapper.rojo:not([class*="-bg"]) [class*='note'] .info-wrapper .title:hover,
  .widget-wrapper.rojo:not([class*="-bg"]) [class*='note'] .info-wrapper .author:hover,
  .widget-wrapper.rojo:not([class*="-bg"]) [class*='note'] .info-wrapper .article-category-grouper:hover,
  .widget-wrapper.rojo:not([class*="-bg"]) [class*='note'] .info-wrapper .article-kicker:hover {
    color: #d85454 !important; }
  .widget-wrapper.rojo:not([class*="-bg"]) [class*='note'] .preview:hover,
  .widget-wrapper.rojo:not([class*="-bg"]) [class*='note'] .title:hover,
  .widget-wrapper.rojo:not([class*="-bg"]) [class*='note'] .author:hover {
    color: #d85454 !important; }
  .widget-wrapper.rojo:not([class*="-bg"]) [data-type*="article"] i[class*="play"]:hover {
    color: #d85454 !important; }

.widget-wrapper.rojo:not([class*="-bg"]) {
  /* Cabezales */
  /* Chapitas en los listados de notas */
  /* Icono de Play si la nota tiene video */ }
  .widget-wrapper.rojo:not([class*="-bg"]) .headline .obj-title, .widget-wrapper.rojo:not([class*="-bg"]) .most-read .obj-title, .widget-wrapper.rojo:not([class*="-bg"]) .note-by-author .obj-title {
    color: #d85454; }
    .widget-wrapper.rojo:not([class*="-bg"]) .headline .obj-title::first-letter, .widget-wrapper.rojo:not([class*="-bg"]) .most-read .obj-title::first-letter, .widget-wrapper.rojo:not([class*="-bg"]) .note-by-author .obj-title::first-letter {
      background-color: #d85454;
      color: #FFFFFF; }
  .widget-wrapper.rojo:not([class*="-bg"]) [class*='note']:not(.highlighted-portrait-note):not(.highlighted-note-overprinted-title) .article-kicker {
    color: #d85454 !important; }
  .widget-wrapper.rojo:not([class*="-bg"]) [class*='note'] .article-theme {
    background-color: rgba(216, 84, 84, 0.8) !important;
    color: #FFFFFF !important; }
  .widget-wrapper.rojo:not([class*="-bg"]) [class*='note'] .info-wrapper .preview:hover,
  .widget-wrapper.rojo:not([class*="-bg"]) [class*='note'] .info-wrapper .title:hover,
  .widget-wrapper.rojo:not([class*="-bg"]) [class*='note'] .info-wrapper .author:hover,
  .widget-wrapper.rojo:not([class*="-bg"]) [class*='note'] .info-wrapper .article-category-grouper:hover,
  .widget-wrapper.rojo:not([class*="-bg"]) [class*='note'] .info-wrapper .article-kicker:hover {
    color: #d85454 !important; }
  .widget-wrapper.rojo:not([class*="-bg"]) [class*='note'] .preview:hover,
  .widget-wrapper.rojo:not([class*="-bg"]) [class*='note'] .title:hover,
  .widget-wrapper.rojo:not([class*="-bg"]) [class*='note'] .author:hover {
    color: #d85454 !important; }
  .widget-wrapper.rojo:not([class*="-bg"]) [data-type*="article"] i[class*="play"]:hover {
    color: #d85454 !important; }

.widget-wrapper.rojo:not([class*="-bg"]) {
  /* Cabezales */
  /* Chapitas en los listados de notas */
  /* Icono de Play si la nota tiene video */ }
  .widget-wrapper.rojo:not([class*="-bg"]) .headline .obj-title, .widget-wrapper.rojo:not([class*="-bg"]) .most-read .obj-title, .widget-wrapper.rojo:not([class*="-bg"]) .note-by-author .obj-title {
    color: #d85454; }
    .widget-wrapper.rojo:not([class*="-bg"]) .headline .obj-title::first-letter, .widget-wrapper.rojo:not([class*="-bg"]) .most-read .obj-title::first-letter, .widget-wrapper.rojo:not([class*="-bg"]) .note-by-author .obj-title::first-letter {
      background-color: #d85454;
      color: #FFFFFF; }
  .widget-wrapper.rojo:not([class*="-bg"]) [class*='note']:not(.highlighted-portrait-note):not(.highlighted-note-overprinted-title) .article-kicker {
    color: #d85454 !important; }
  .widget-wrapper.rojo:not([class*="-bg"]) [class*='note'] .article-theme {
    background-color: rgba(216, 84, 84, 0.8) !important;
    color: #FFFFFF !important; }
  .widget-wrapper.rojo:not([class*="-bg"]) [class*='note'] .info-wrapper .preview:hover,
  .widget-wrapper.rojo:not([class*="-bg"]) [class*='note'] .info-wrapper .title:hover,
  .widget-wrapper.rojo:not([class*="-bg"]) [class*='note'] .info-wrapper .author:hover,
  .widget-wrapper.rojo:not([class*="-bg"]) [class*='note'] .info-wrapper .article-category-grouper:hover,
  .widget-wrapper.rojo:not([class*="-bg"]) [class*='note'] .info-wrapper .article-kicker:hover {
    color: #d85454 !important; }
  .widget-wrapper.rojo:not([class*="-bg"]) [class*='note'] .preview:hover,
  .widget-wrapper.rojo:not([class*="-bg"]) [class*='note'] .title:hover,
  .widget-wrapper.rojo:not([class*="-bg"]) [class*='note'] .author:hover {
    color: #d85454 !important; }
  .widget-wrapper.rojo:not([class*="-bg"]) [data-type*="article"] i[class*="play"]:hover {
    color: #d85454 !important; }

.widget-wrapper.rojo:not([class*="-bg"]) {
  /* Cabezales */
  /* Chapitas en los listados de notas */
  /* Icono de Play si la nota tiene video */ }
  .widget-wrapper.rojo:not([class*="-bg"]) .headline .obj-title, .widget-wrapper.rojo:not([class*="-bg"]) .most-read .obj-title, .widget-wrapper.rojo:not([class*="-bg"]) .note-by-author .obj-title {
    color: #d85454; }
    .widget-wrapper.rojo:not([class*="-bg"]) .headline .obj-title::first-letter, .widget-wrapper.rojo:not([class*="-bg"]) .most-read .obj-title::first-letter, .widget-wrapper.rojo:not([class*="-bg"]) .note-by-author .obj-title::first-letter {
      background-color: #d85454;
      color: #FFFFFF; }
  .widget-wrapper.rojo:not([class*="-bg"]) [class*='note']:not(.highlighted-portrait-note):not(.highlighted-note-overprinted-title) .article-kicker {
    color: #d85454 !important; }
  .widget-wrapper.rojo:not([class*="-bg"]) [class*='note'] .article-theme {
    background-color: rgba(216, 84, 84, 0.8) !important;
    color: #FFFFFF !important; }
  .widget-wrapper.rojo:not([class*="-bg"]) [class*='note'] .info-wrapper .preview:hover,
  .widget-wrapper.rojo:not([class*="-bg"]) [class*='note'] .info-wrapper .title:hover,
  .widget-wrapper.rojo:not([class*="-bg"]) [class*='note'] .info-wrapper .author:hover,
  .widget-wrapper.rojo:not([class*="-bg"]) [class*='note'] .info-wrapper .article-category-grouper:hover,
  .widget-wrapper.rojo:not([class*="-bg"]) [class*='note'] .info-wrapper .article-kicker:hover {
    color: #d85454 !important; }
  .widget-wrapper.rojo:not([class*="-bg"]) [class*='note'] .preview:hover,
  .widget-wrapper.rojo:not([class*="-bg"]) [class*='note'] .title:hover,
  .widget-wrapper.rojo:not([class*="-bg"]) [class*='note'] .author:hover {
    color: #d85454 !important; }
  .widget-wrapper.rojo:not([class*="-bg"]) [data-type*="article"] i[class*="play"]:hover {
    color: #d85454 !important; }

.widget-wrapper.rojo:not([class*="-bg"]) {
  /* Cabezales */
  /* Chapitas en los listados de notas */
  /* Icono de Play si la nota tiene video */ }
  .widget-wrapper.rojo:not([class*="-bg"]) .headline .obj-title, .widget-wrapper.rojo:not([class*="-bg"]) .most-read .obj-title, .widget-wrapper.rojo:not([class*="-bg"]) .note-by-author .obj-title {
    color: #d85454; }
    .widget-wrapper.rojo:not([class*="-bg"]) .headline .obj-title::first-letter, .widget-wrapper.rojo:not([class*="-bg"]) .most-read .obj-title::first-letter, .widget-wrapper.rojo:not([class*="-bg"]) .note-by-author .obj-title::first-letter {
      background-color: #d85454;
      color: #FFFFFF; }
  .widget-wrapper.rojo:not([class*="-bg"]) [class*='note']:not(.highlighted-portrait-note):not(.highlighted-note-overprinted-title) .article-kicker {
    color: #d85454 !important; }
  .widget-wrapper.rojo:not([class*="-bg"]) [class*='note'] .article-theme {
    background-color: rgba(216, 84, 84, 0.8) !important;
    color: #FFFFFF !important; }
  .widget-wrapper.rojo:not([class*="-bg"]) [class*='note'] .info-wrapper .preview:hover,
  .widget-wrapper.rojo:not([class*="-bg"]) [class*='note'] .info-wrapper .title:hover,
  .widget-wrapper.rojo:not([class*="-bg"]) [class*='note'] .info-wrapper .author:hover,
  .widget-wrapper.rojo:not([class*="-bg"]) [class*='note'] .info-wrapper .article-category-grouper:hover,
  .widget-wrapper.rojo:not([class*="-bg"]) [class*='note'] .info-wrapper .article-kicker:hover {
    color: #d85454 !important; }
  .widget-wrapper.rojo:not([class*="-bg"]) [class*='note'] .preview:hover,
  .widget-wrapper.rojo:not([class*="-bg"]) [class*='note'] .title:hover,
  .widget-wrapper.rojo:not([class*="-bg"]) [class*='note'] .author:hover {
    color: #d85454 !important; }
  .widget-wrapper.rojo:not([class*="-bg"]) [data-type*="article"] i[class*="play"]:hover {
    color: #d85454 !important; }

.widget-wrapper.rojo:not([class*="-bg"]) {
  /* Cabezales */
  /* Chapitas en los listados de notas */
  /* Icono de Play si la nota tiene video */ }
  .widget-wrapper.rojo:not([class*="-bg"]) .headline .obj-title, .widget-wrapper.rojo:not([class*="-bg"]) .most-read .obj-title, .widget-wrapper.rojo:not([class*="-bg"]) .note-by-author .obj-title {
    color: #d85454; }
    .widget-wrapper.rojo:not([class*="-bg"]) .headline .obj-title::first-letter, .widget-wrapper.rojo:not([class*="-bg"]) .most-read .obj-title::first-letter, .widget-wrapper.rojo:not([class*="-bg"]) .note-by-author .obj-title::first-letter {
      background-color: #d85454;
      color: #FFFFFF; }
  .widget-wrapper.rojo:not([class*="-bg"]) [class*='note']:not(.highlighted-portrait-note):not(.highlighted-note-overprinted-title) .article-kicker {
    color: #d85454 !important; }
  .widget-wrapper.rojo:not([class*="-bg"]) [class*='note'] .article-theme {
    background-color: rgba(216, 84, 84, 0.8) !important;
    color: #FFFFFF !important; }
  .widget-wrapper.rojo:not([class*="-bg"]) [class*='note'] .info-wrapper .preview:hover,
  .widget-wrapper.rojo:not([class*="-bg"]) [class*='note'] .info-wrapper .title:hover,
  .widget-wrapper.rojo:not([class*="-bg"]) [class*='note'] .info-wrapper .author:hover,
  .widget-wrapper.rojo:not([class*="-bg"]) [class*='note'] .info-wrapper .article-category-grouper:hover,
  .widget-wrapper.rojo:not([class*="-bg"]) [class*='note'] .info-wrapper .article-kicker:hover {
    color: #d85454 !important; }
  .widget-wrapper.rojo:not([class*="-bg"]) [class*='note'] .preview:hover,
  .widget-wrapper.rojo:not([class*="-bg"]) [class*='note'] .title:hover,
  .widget-wrapper.rojo:not([class*="-bg"]) [class*='note'] .author:hover {
    color: #d85454 !important; }
  .widget-wrapper.rojo:not([class*="-bg"]) [data-type*="article"] i[class*="play"]:hover {
    color: #d85454 !important; }

.widget-wrapper.rojo:not([class*="-bg"]) {
  /* Cabezales */
  /* Chapitas en los listados de notas */
  /* Icono de Play si la nota tiene video */ }
  .widget-wrapper.rojo:not([class*="-bg"]) .headline .obj-title, .widget-wrapper.rojo:not([class*="-bg"]) .most-read .obj-title, .widget-wrapper.rojo:not([class*="-bg"]) .note-by-author .obj-title {
    color: #d85454; }
    .widget-wrapper.rojo:not([class*="-bg"]) .headline .obj-title::first-letter, .widget-wrapper.rojo:not([class*="-bg"]) .most-read .obj-title::first-letter, .widget-wrapper.rojo:not([class*="-bg"]) .note-by-author .obj-title::first-letter {
      background-color: #d85454;
      color: #FFFFFF; }
  .widget-wrapper.rojo:not([class*="-bg"]) [class*='note']:not(.highlighted-portrait-note):not(.highlighted-note-overprinted-title) .article-kicker {
    color: #d85454 !important; }
  .widget-wrapper.rojo:not([class*="-bg"]) [class*='note'] .article-theme {
    background-color: rgba(216, 84, 84, 0.8) !important;
    color: #FFFFFF !important; }
  .widget-wrapper.rojo:not([class*="-bg"]) [class*='note'] .info-wrapper .preview:hover,
  .widget-wrapper.rojo:not([class*="-bg"]) [class*='note'] .info-wrapper .title:hover,
  .widget-wrapper.rojo:not([class*="-bg"]) [class*='note'] .info-wrapper .author:hover,
  .widget-wrapper.rojo:not([class*="-bg"]) [class*='note'] .info-wrapper .article-category-grouper:hover,
  .widget-wrapper.rojo:not([class*="-bg"]) [class*='note'] .info-wrapper .article-kicker:hover {
    color: #d85454 !important; }
  .widget-wrapper.rojo:not([class*="-bg"]) [class*='note'] .preview:hover,
  .widget-wrapper.rojo:not([class*="-bg"]) [class*='note'] .title:hover,
  .widget-wrapper.rojo:not([class*="-bg"]) [class*='note'] .author:hover {
    color: #d85454 !important; }
  .widget-wrapper.rojo:not([class*="-bg"]) [data-type*="article"] i[class*="play"]:hover {
    color: #d85454 !important; }

.widget-wrapper.rojo:not([class*="-bg"]) {
  /* Cabezales */
  /* Chapitas en los listados de notas */
  /* Icono de Play si la nota tiene video */ }
  .widget-wrapper.rojo:not([class*="-bg"]) .headline .obj-title, .widget-wrapper.rojo:not([class*="-bg"]) .most-read .obj-title, .widget-wrapper.rojo:not([class*="-bg"]) .note-by-author .obj-title {
    color: #d85454; }
    .widget-wrapper.rojo:not([class*="-bg"]) .headline .obj-title::first-letter, .widget-wrapper.rojo:not([class*="-bg"]) .most-read .obj-title::first-letter, .widget-wrapper.rojo:not([class*="-bg"]) .note-by-author .obj-title::first-letter {
      background-color: #d85454;
      color: #FFFFFF; }
  .widget-wrapper.rojo:not([class*="-bg"]) [class*='note']:not(.highlighted-portrait-note):not(.highlighted-note-overprinted-title) .article-kicker {
    color: #d85454 !important; }
  .widget-wrapper.rojo:not([class*="-bg"]) [class*='note'] .article-theme {
    background-color: rgba(216, 84, 84, 0.8) !important;
    color: #FFFFFF !important; }
  .widget-wrapper.rojo:not([class*="-bg"]) [class*='note'] .info-wrapper .preview:hover,
  .widget-wrapper.rojo:not([class*="-bg"]) [class*='note'] .info-wrapper .title:hover,
  .widget-wrapper.rojo:not([class*="-bg"]) [class*='note'] .info-wrapper .author:hover,
  .widget-wrapper.rojo:not([class*="-bg"]) [class*='note'] .info-wrapper .article-category-grouper:hover,
  .widget-wrapper.rojo:not([class*="-bg"]) [class*='note'] .info-wrapper .article-kicker:hover {
    color: #d85454 !important; }
  .widget-wrapper.rojo:not([class*="-bg"]) [class*='note'] .preview:hover,
  .widget-wrapper.rojo:not([class*="-bg"]) [class*='note'] .title:hover,
  .widget-wrapper.rojo:not([class*="-bg"]) [class*='note'] .author:hover {
    color: #d85454 !important; }
  .widget-wrapper.rojo:not([class*="-bg"]) [data-type*="article"] i[class*="play"]:hover {
    color: #d85454 !important; }

.widget-wrapper.rojo:not([class*="-bg"]) {
  /* Cabezales */
  /* Chapitas en los listados de notas */
  /* Icono de Play si la nota tiene video */ }
  .widget-wrapper.rojo:not([class*="-bg"]) .headline .obj-title, .widget-wrapper.rojo:not([class*="-bg"]) .most-read .obj-title, .widget-wrapper.rojo:not([class*="-bg"]) .note-by-author .obj-title {
    color: #d85454; }
    .widget-wrapper.rojo:not([class*="-bg"]) .headline .obj-title::first-letter, .widget-wrapper.rojo:not([class*="-bg"]) .most-read .obj-title::first-letter, .widget-wrapper.rojo:not([class*="-bg"]) .note-by-author .obj-title::first-letter {
      background-color: #d85454;
      color: #FFFFFF; }
  .widget-wrapper.rojo:not([class*="-bg"]) [class*='note']:not(.highlighted-portrait-note):not(.highlighted-note-overprinted-title) .article-kicker {
    color: #d85454 !important; }
  .widget-wrapper.rojo:not([class*="-bg"]) [class*='note'] .article-theme {
    background-color: rgba(216, 84, 84, 0.8) !important;
    color: #FFFFFF !important; }
  .widget-wrapper.rojo:not([class*="-bg"]) [class*='note'] .info-wrapper .preview:hover,
  .widget-wrapper.rojo:not([class*="-bg"]) [class*='note'] .info-wrapper .title:hover,
  .widget-wrapper.rojo:not([class*="-bg"]) [class*='note'] .info-wrapper .author:hover,
  .widget-wrapper.rojo:not([class*="-bg"]) [class*='note'] .info-wrapper .article-category-grouper:hover,
  .widget-wrapper.rojo:not([class*="-bg"]) [class*='note'] .info-wrapper .article-kicker:hover {
    color: #d85454 !important; }
  .widget-wrapper.rojo:not([class*="-bg"]) [class*='note'] .preview:hover,
  .widget-wrapper.rojo:not([class*="-bg"]) [class*='note'] .title:hover,
  .widget-wrapper.rojo:not([class*="-bg"]) [class*='note'] .author:hover {
    color: #d85454 !important; }
  .widget-wrapper.rojo:not([class*="-bg"]) [data-type*="article"] i[class*="play"]:hover {
    color: #d85454 !important; }

.widget-wrapper.rojo:not([class*="-bg"]) {
  /* Cabezales */
  /* Chapitas en los listados de notas */
  /* Icono de Play si la nota tiene video */ }
  .widget-wrapper.rojo:not([class*="-bg"]) .headline .obj-title, .widget-wrapper.rojo:not([class*="-bg"]) .most-read .obj-title, .widget-wrapper.rojo:not([class*="-bg"]) .note-by-author .obj-title {
    color: #d85454; }
    .widget-wrapper.rojo:not([class*="-bg"]) .headline .obj-title::first-letter, .widget-wrapper.rojo:not([class*="-bg"]) .most-read .obj-title::first-letter, .widget-wrapper.rojo:not([class*="-bg"]) .note-by-author .obj-title::first-letter {
      background-color: #d85454;
      color: #FFFFFF; }
  .widget-wrapper.rojo:not([class*="-bg"]) [class*='note']:not(.highlighted-portrait-note):not(.highlighted-note-overprinted-title) .article-kicker {
    color: #d85454 !important; }
  .widget-wrapper.rojo:not([class*="-bg"]) [class*='note'] .article-theme {
    background-color: rgba(216, 84, 84, 0.8) !important;
    color: #FFFFFF !important; }
  .widget-wrapper.rojo:not([class*="-bg"]) [class*='note'] .info-wrapper .preview:hover,
  .widget-wrapper.rojo:not([class*="-bg"]) [class*='note'] .info-wrapper .title:hover,
  .widget-wrapper.rojo:not([class*="-bg"]) [class*='note'] .info-wrapper .author:hover,
  .widget-wrapper.rojo:not([class*="-bg"]) [class*='note'] .info-wrapper .article-category-grouper:hover,
  .widget-wrapper.rojo:not([class*="-bg"]) [class*='note'] .info-wrapper .article-kicker:hover {
    color: #d85454 !important; }
  .widget-wrapper.rojo:not([class*="-bg"]) [class*='note'] .preview:hover,
  .widget-wrapper.rojo:not([class*="-bg"]) [class*='note'] .title:hover,
  .widget-wrapper.rojo:not([class*="-bg"]) [class*='note'] .author:hover {
    color: #d85454 !important; }
  .widget-wrapper.rojo:not([class*="-bg"]) [data-type*="article"] i[class*="play"]:hover {
    color: #d85454 !important; }

.widget-wrapper.rojo:not([class*="-bg"]) {
  /* Cabezales */
  /* Chapitas en los listados de notas */
  /* Icono de Play si la nota tiene video */ }
  .widget-wrapper.rojo:not([class*="-bg"]) .headline .obj-title, .widget-wrapper.rojo:not([class*="-bg"]) .most-read .obj-title, .widget-wrapper.rojo:not([class*="-bg"]) .note-by-author .obj-title {
    color: #d85454; }
    .widget-wrapper.rojo:not([class*="-bg"]) .headline .obj-title::first-letter, .widget-wrapper.rojo:not([class*="-bg"]) .most-read .obj-title::first-letter, .widget-wrapper.rojo:not([class*="-bg"]) .note-by-author .obj-title::first-letter {
      background-color: #d85454;
      color: #FFFFFF; }
  .widget-wrapper.rojo:not([class*="-bg"]) [class*='note']:not(.highlighted-portrait-note):not(.highlighted-note-overprinted-title) .article-kicker {
    color: #d85454 !important; }
  .widget-wrapper.rojo:not([class*="-bg"]) [class*='note'] .article-theme {
    background-color: rgba(216, 84, 84, 0.8) !important;
    color: #FFFFFF !important; }
  .widget-wrapper.rojo:not([class*="-bg"]) [class*='note'] .info-wrapper .preview:hover,
  .widget-wrapper.rojo:not([class*="-bg"]) [class*='note'] .info-wrapper .title:hover,
  .widget-wrapper.rojo:not([class*="-bg"]) [class*='note'] .info-wrapper .author:hover,
  .widget-wrapper.rojo:not([class*="-bg"]) [class*='note'] .info-wrapper .article-category-grouper:hover,
  .widget-wrapper.rojo:not([class*="-bg"]) [class*='note'] .info-wrapper .article-kicker:hover {
    color: #d85454 !important; }
  .widget-wrapper.rojo:not([class*="-bg"]) [class*='note'] .preview:hover,
  .widget-wrapper.rojo:not([class*="-bg"]) [class*='note'] .title:hover,
  .widget-wrapper.rojo:not([class*="-bg"]) [class*='note'] .author:hover {
    color: #d85454 !important; }
  .widget-wrapper.rojo:not([class*="-bg"]) [data-type*="article"] i[class*="play"]:hover {
    color: #d85454 !important; }

.widget-wrapper.rojo:not([class*="-bg"]) {
  /* Cabezales */
  /* Chapitas en los listados de notas */
  /* Icono de Play si la nota tiene video */ }
  .widget-wrapper.rojo:not([class*="-bg"]) .headline .obj-title, .widget-wrapper.rojo:not([class*="-bg"]) .most-read .obj-title, .widget-wrapper.rojo:not([class*="-bg"]) .note-by-author .obj-title {
    color: #d85454; }
    .widget-wrapper.rojo:not([class*="-bg"]) .headline .obj-title::first-letter, .widget-wrapper.rojo:not([class*="-bg"]) .most-read .obj-title::first-letter, .widget-wrapper.rojo:not([class*="-bg"]) .note-by-author .obj-title::first-letter {
      background-color: #d85454;
      color: #FFFFFF; }
  .widget-wrapper.rojo:not([class*="-bg"]) [class*='note']:not(.highlighted-portrait-note):not(.highlighted-note-overprinted-title) .article-kicker {
    color: #d85454 !important; }
  .widget-wrapper.rojo:not([class*="-bg"]) [class*='note'] .article-theme {
    background-color: rgba(216, 84, 84, 0.8) !important;
    color: #FFFFFF !important; }
  .widget-wrapper.rojo:not([class*="-bg"]) [class*='note'] .info-wrapper .preview:hover,
  .widget-wrapper.rojo:not([class*="-bg"]) [class*='note'] .info-wrapper .title:hover,
  .widget-wrapper.rojo:not([class*="-bg"]) [class*='note'] .info-wrapper .author:hover,
  .widget-wrapper.rojo:not([class*="-bg"]) [class*='note'] .info-wrapper .article-category-grouper:hover,
  .widget-wrapper.rojo:not([class*="-bg"]) [class*='note'] .info-wrapper .article-kicker:hover {
    color: #d85454 !important; }
  .widget-wrapper.rojo:not([class*="-bg"]) [class*='note'] .preview:hover,
  .widget-wrapper.rojo:not([class*="-bg"]) [class*='note'] .title:hover,
  .widget-wrapper.rojo:not([class*="-bg"]) [class*='note'] .author:hover {
    color: #d85454 !important; }
  .widget-wrapper.rojo:not([class*="-bg"]) [data-type*="article"] i[class*="play"]:hover {
    color: #d85454 !important; }

.widget-wrapper.rojo:not([class*="-bg"]) {
  /* Cabezales */
  /* Chapitas en los listados de notas */
  /* Icono de Play si la nota tiene video */ }
  .widget-wrapper.rojo:not([class*="-bg"]) .headline .obj-title, .widget-wrapper.rojo:not([class*="-bg"]) .most-read .obj-title, .widget-wrapper.rojo:not([class*="-bg"]) .note-by-author .obj-title {
    color: #d85454; }
    .widget-wrapper.rojo:not([class*="-bg"]) .headline .obj-title::first-letter, .widget-wrapper.rojo:not([class*="-bg"]) .most-read .obj-title::first-letter, .widget-wrapper.rojo:not([class*="-bg"]) .note-by-author .obj-title::first-letter {
      background-color: #d85454;
      color: #FFFFFF; }
  .widget-wrapper.rojo:not([class*="-bg"]) [class*='note']:not(.highlighted-portrait-note):not(.highlighted-note-overprinted-title) .article-kicker {
    color: #d85454 !important; }
  .widget-wrapper.rojo:not([class*="-bg"]) [class*='note'] .article-theme {
    background-color: rgba(216, 84, 84, 0.8) !important;
    color: #FFFFFF !important; }
  .widget-wrapper.rojo:not([class*="-bg"]) [class*='note'] .info-wrapper .preview:hover,
  .widget-wrapper.rojo:not([class*="-bg"]) [class*='note'] .info-wrapper .title:hover,
  .widget-wrapper.rojo:not([class*="-bg"]) [class*='note'] .info-wrapper .author:hover,
  .widget-wrapper.rojo:not([class*="-bg"]) [class*='note'] .info-wrapper .article-category-grouper:hover,
  .widget-wrapper.rojo:not([class*="-bg"]) [class*='note'] .info-wrapper .article-kicker:hover {
    color: #d85454 !important; }
  .widget-wrapper.rojo:not([class*="-bg"]) [class*='note'] .preview:hover,
  .widget-wrapper.rojo:not([class*="-bg"]) [class*='note'] .title:hover,
  .widget-wrapper.rojo:not([class*="-bg"]) [class*='note'] .author:hover {
    color: #d85454 !important; }
  .widget-wrapper.rojo:not([class*="-bg"]) [data-type*="article"] i[class*="play"]:hover {
    color: #d85454 !important; }

.widget-wrapper.texto-blanco {
  color: #FFFFFF;
  /* Cabezales */ }
  .widget-wrapper.texto-blanco .headline .obj-title, .widget-wrapper.texto-blanco .most-read .obj-title, .widget-wrapper.texto-blanco .note-by-author .obj-title {
    color: #FFFFFF; }
  .widget-wrapper.texto-blanco .simple-list .simple-note:not(.no-media) .title, .widget-wrapper.texto-blanco .section-aside-single-article .simple-note:not(.no-media) .title {
    color: #FFFFFF; }
  .widget-wrapper.texto-blanco .simple-list-square-image .simple-note-square-image .title {
    color: #FFFFFF; }
  .widget-wrapper.texto-blanco .free-text .body-content {
    color: #FFFFFF; }
  .widget-wrapper.texto-blanco [data-type*="article"] .info-wrapper .article-kicker {
    color: #FFFFFF !important; }

/* Colores en Detalle Sección */
body.rojo main.container.note {
  /* Cabezales */
  /* Chapitas en los listados de notas */
  /* Icono de Play si la nota tiene video */
  /* Iconos de Share/Compartir */
  /* Listado Más Leídas */
  /* Paginador Listado Seccion */ }
  body.rojo main.container.note .headline .obj-title, body.rojo main.container.note .most-read .obj-title, body.rojo main.container.note .note-by-author .obj-title {
    color: #d85454; }
    body.rojo main.container.note .headline .obj-title::first-letter, body.rojo main.container.note .most-read .obj-title::first-letter, body.rojo main.container.note .note-by-author .obj-title::first-letter {
      background-color: #d85454;
      color: #FFFFFF; }
  body.rojo main.container.note [class*='note'] .article-theme {
    background-color: rgba(216, 84, 84, 0.8) !important;
    color: #FFFFFF !important; }
  body.rojo main.container.note [class*='note'] .info-wrapper .preview:hover,
  body.rojo main.container.note [class*='note'] .info-wrapper .title:hover,
  body.rojo main.container.note [class*='note'] .info-wrapper .author:hover {
    color: #d85454 !important; }
  body.rojo main.container.note [class*='note'] .preview:hover,
  body.rojo main.container.note [class*='note'] .title:hover,
  body.rojo main.container.note [class*='note'] .author:hover {
    color: #d85454 !important; }
  body.rojo main.container.note [data-type*="article"] i[class*="play"]:hover {
    color: #d85454 !important; }
  body.rojo main.container.note .socials-share li {
    background-color: #d85454; }
  body.rojo main.container.note .ranking-list {
    background-color: #d85454; }
    body.rojo main.container.note .ranking-list .article .number {
      background-color: #d33f3f; }
    body.rojo main.container.note .ranking-list .article .number,
    body.rojo main.container.note .ranking-list .article .title,
    body.rojo main.container.note .ranking-list .article .author {
      color: #FFFFFF; }
    body.rojo main.container.note .ranking-list .obj-title {
      color: #FFFFFF; }
  body.rojo main.container.note .list-articles .articles-pagination [class*="button"] {
    background-color: #d85454;
    color: #FFFFFF; }
    body.rojo main.container.note .list-articles .articles-pagination [class*="button"]:hover {
      background-color: #C82828; }

/* Colores en las chapitas */
.article-theme.celeste {
  color: #51a3ff !important; }

.article-kicker.celeste {
  color: #51a3ff !important; }

.article-category-grouper.celeste:hover {
  color: #51a3ff !important; }

/* Cabezales */
.headline.celeste .obj-title, .celeste.most-read .obj-title, .celeste.note-by-author .obj-title {
  color: #51a3ff; }
  .headline.celeste .obj-title::first-letter, .celeste.most-read .obj-title::first-letter, .celeste.note-by-author .obj-title::first-letter {
    background-color: #51a3ff;
    color: #FFFFFF; }

/* Widges con colores de fondo */
.celeste-bg {
  background-color: #51a3ff; }
  .celeste-bg.widget-wrapper {
    padding-top: 25px;
    margin-bottom: 25px; }
  .celeste-bg .highlighted-note-square-image .preview,
  .celeste-bg .highlighted-note-square-image .title,
  .celeste-bg .highlighted-note-square-image .author,
  .celeste-bg .highlighted-note-square-image .article-category-grouper,
  .celeste-bg .highlighted-note-square-image .article-kicker,
  .celeste-bg .simple-note .preview,
  .celeste-bg .simple-note .title,
  .celeste-bg .simple-note .author,
  .celeste-bg .simple-note .article-category-grouper,
  .celeste-bg .simple-note .article-kicker,
  .celeste-bg .simple-note-square-image .preview,
  .celeste-bg .simple-note-square-image .title,
  .celeste-bg .simple-note-square-image .author,
  .celeste-bg .simple-note-square-image .article-category-grouper,
  .celeste-bg .simple-note-square-image .article-kicker {
    color: #FFFFFF !important; }
  .celeste-bg .headline, .celeste-bg .most-read, .celeste-bg .note-by-author {
    margin-top: 0;
    padding-top: 8px; }
    .celeste-bg .headline .obj-title, .celeste-bg .most-read .obj-title, .celeste-bg .note-by-author .obj-title {
      color: #FFFFFF !important; }
      .celeste-bg .headline .obj-title::first-letter, .celeste-bg .most-read .obj-title::first-letter, .celeste-bg .note-by-author .obj-title::first-letter {
        background-color: #FFFFFF;
        color: #51a3ff !important; }
  .celeste-bg.celeste-vivo {
    /* Chapitas en los listados de notas */
    /* Icono de Play si la nota tiene video */ }
    .celeste-bg.celeste-vivo [class*='note'] .article-theme {
      background-color: rgba(68, 201, 246, 0.8) !important;
      color: #FFFFFF !important; }
    .celeste-bg.celeste-vivo [data-type*="article"] i[class*="play"]:hover {
      color: #44c9f6 !important; }
  .celeste-bg.copa-america {
    /* Chapitas en los listados de notas */
    /* Icono de Play si la nota tiene video */ }
    .celeste-bg.copa-america [class*='note'] .article-theme {
      background-color: rgba(32, 138, 200, 0.8) !important;
      color: #FFFFFF !important; }
    .celeste-bg.copa-america [data-type*="article"] i[class*="play"]:hover {
      color: #208ac8 !important; }
  .celeste-bg.fucsia {
    /* Chapitas en los listados de notas */
    /* Icono de Play si la nota tiene video */ }
    .celeste-bg.fucsia [class*='note'] .article-theme {
      background-color: rgba(182, 11, 124, 0.8) !important;
      color: #FFFFFF !important; }
    .celeste-bg.fucsia [data-type*="article"] i[class*="play"]:hover {
      color: #b60b7c !important; }
  .celeste-bg.gris {
    /* Chapitas en los listados de notas */
    /* Icono de Play si la nota tiene video */ }
    .celeste-bg.gris [class*='note'] .article-theme {
      background-color: rgba(109, 123, 140, 0.8) !important;
      color: #FFFFFF !important; }
    .celeste-bg.gris [data-type*="article"] i[class*="play"]:hover {
      color: #6d7b8c !important; }
  .celeste-bg.naranja {
    /* Chapitas en los listados de notas */
    /* Icono de Play si la nota tiene video */ }
    .celeste-bg.naranja [class*='note'] .article-theme {
      background-color: rgba(227, 123, 87, 0.8) !important;
      color: #FFFFFF !important; }
    .celeste-bg.naranja [data-type*="article"] i[class*="play"]:hover {
      color: #e37b57 !important; }
  .celeste-bg.naranja_fuerte {
    /* Chapitas en los listados de notas */
    /* Icono de Play si la nota tiene video */ }
    .celeste-bg.naranja_fuerte [class*='note'] .article-theme {
      background-color: rgba(217, 56, 0, 0.8) !important;
      color: #FFFFFF !important; }
    .celeste-bg.naranja_fuerte [data-type*="article"] i[class*="play"]:hover {
      color: #D93800 !important; }
  .celeste-bg.rating-cero {
    /* Chapitas en los listados de notas */
    /* Icono de Play si la nota tiene video */ }
    .celeste-bg.rating-cero [class*='note'] .article-theme {
      background-color: rgba(218, 44, 41, 0.8) !important;
      color: #FFFFFF !important; }
    .celeste-bg.rating-cero [data-type*="article"] i[class*="play"]:hover {
      color: #da2c29 !important; }
  .celeste-bg.texto-blanco .article-shouts .info-wrapper .preview,
  .celeste-bg.texto-blanco .article-shouts .info-wrapper .title,
  .celeste-bg.texto-blanco .article-shouts .info-wrapper .author,
  .celeste-bg.texto-blanco .article-shouts .info-wrapper .article-kicker,
  .celeste-bg.texto-blanco .highlighted-note-square-image .info-wrapper .preview,
  .celeste-bg.texto-blanco .highlighted-note-square-image .info-wrapper .title,
  .celeste-bg.texto-blanco .highlighted-note-square-image .info-wrapper .author,
  .celeste-bg.texto-blanco .highlighted-note-square-image .info-wrapper .article-kicker,
  .celeste-bg.texto-blanco .simple-list .info-wrapper .preview,
  .celeste-bg.texto-blanco .section-aside-single-article .info-wrapper .preview,
  .celeste-bg.texto-blanco .simple-list .info-wrapper .title,
  .celeste-bg.texto-blanco .section-aside-single-article .info-wrapper .title,
  .celeste-bg.texto-blanco .simple-list .info-wrapper .author,
  .celeste-bg.texto-blanco .section-aside-single-article .info-wrapper .author,
  .celeste-bg.texto-blanco .simple-list .info-wrapper .article-kicker,
  .celeste-bg.texto-blanco .section-aside-single-article .info-wrapper .article-kicker,
  .celeste-bg.texto-blanco .simple-list-square-image .info-wrapper .preview,
  .celeste-bg.texto-blanco .simple-list-square-image .info-wrapper .title,
  .celeste-bg.texto-blanco .simple-list-square-image .info-wrapper .author,
  .celeste-bg.texto-blanco .simple-list-square-image .info-wrapper .article-kicker {
    color: #FFFFFF !important; }
    .celeste-bg.texto-blanco .article-shouts .info-wrapper .preview:hover,
    .celeste-bg.texto-blanco .article-shouts .info-wrapper .title:hover,
    .celeste-bg.texto-blanco .article-shouts .info-wrapper .author:hover,
    .celeste-bg.texto-blanco .article-shouts .info-wrapper .article-kicker:hover,
    .celeste-bg.texto-blanco .highlighted-note-square-image .info-wrapper .preview:hover,
    .celeste-bg.texto-blanco .highlighted-note-square-image .info-wrapper .title:hover,
    .celeste-bg.texto-blanco .highlighted-note-square-image .info-wrapper .author:hover,
    .celeste-bg.texto-blanco .highlighted-note-square-image .info-wrapper .article-kicker:hover,
    .celeste-bg.texto-blanco .simple-list .info-wrapper .preview:hover,
    .celeste-bg.texto-blanco .section-aside-single-article .info-wrapper .preview:hover,
    .celeste-bg.texto-blanco .simple-list .info-wrapper .title:hover,
    .celeste-bg.texto-blanco .section-aside-single-article .info-wrapper .title:hover,
    .celeste-bg.texto-blanco .simple-list .info-wrapper .author:hover,
    .celeste-bg.texto-blanco .section-aside-single-article .info-wrapper .author:hover,
    .celeste-bg.texto-blanco .simple-list .info-wrapper .article-kicker:hover,
    .celeste-bg.texto-blanco .section-aside-single-article .info-wrapper .article-kicker:hover,
    .celeste-bg.texto-blanco .simple-list-square-image .info-wrapper .preview:hover,
    .celeste-bg.texto-blanco .simple-list-square-image .info-wrapper .title:hover,
    .celeste-bg.texto-blanco .simple-list-square-image .info-wrapper .author:hover,
    .celeste-bg.texto-blanco .simple-list-square-image .info-wrapper .article-kicker:hover {
      color: #FFFFFF !important; }
  .celeste-bg.texto-blanco .article-shouts .preview,
  .celeste-bg.texto-blanco .article-shouts .title,
  .celeste-bg.texto-blanco .article-shouts .author,
  .celeste-bg.texto-blanco .highlighted-note-square-image .preview,
  .celeste-bg.texto-blanco .highlighted-note-square-image .title,
  .celeste-bg.texto-blanco .highlighted-note-square-image .author,
  .celeste-bg.texto-blanco .simple-list .preview,
  .celeste-bg.texto-blanco .section-aside-single-article .preview,
  .celeste-bg.texto-blanco .simple-list .title,
  .celeste-bg.texto-blanco .section-aside-single-article .title,
  .celeste-bg.texto-blanco .simple-list .author,
  .celeste-bg.texto-blanco .section-aside-single-article .author,
  .celeste-bg.texto-blanco .simple-list-square-image .preview,
  .celeste-bg.texto-blanco .simple-list-square-image .title,
  .celeste-bg.texto-blanco .simple-list-square-image .author {
    color: #FFFFFF !important; }
    .celeste-bg.texto-blanco .article-shouts .preview:hover,
    .celeste-bg.texto-blanco .article-shouts .title:hover,
    .celeste-bg.texto-blanco .article-shouts .author:hover,
    .celeste-bg.texto-blanco .highlighted-note-square-image .preview:hover,
    .celeste-bg.texto-blanco .highlighted-note-square-image .title:hover,
    .celeste-bg.texto-blanco .highlighted-note-square-image .author:hover,
    .celeste-bg.texto-blanco .simple-list .preview:hover,
    .celeste-bg.texto-blanco .section-aside-single-article .preview:hover,
    .celeste-bg.texto-blanco .simple-list .title:hover,
    .celeste-bg.texto-blanco .section-aside-single-article .title:hover,
    .celeste-bg.texto-blanco .simple-list .author:hover,
    .celeste-bg.texto-blanco .section-aside-single-article .author:hover,
    .celeste-bg.texto-blanco .simple-list-square-image .preview:hover,
    .celeste-bg.texto-blanco .simple-list-square-image .title:hover,
    .celeste-bg.texto-blanco .simple-list-square-image .author:hover {
      color: #FFFFFF !important; }
  .celeste-bg.texto-blanco [class*='note'] .article-theme {
    color: #FFFFFF !important; }
  .celeste-bg.texto-blanco .headline, .celeste-bg.texto-blanco .most-read, .celeste-bg.texto-blanco .note-by-author {
    margin-top: 0;
    padding-top: 8px; }
    .celeste-bg.texto-blanco .headline .obj-title, .celeste-bg.texto-blanco .most-read .obj-title, .celeste-bg.texto-blanco .note-by-author .obj-title {
      color: #FFFFFF !important; }
      .celeste-bg.texto-blanco .headline .obj-title::first-letter, .celeste-bg.texto-blanco .most-read .obj-title::first-letter, .celeste-bg.texto-blanco .note-by-author .obj-title::first-letter {
        background-color: #FFFFFF;
        color: #51a3ff !important; }
  .celeste-bg.tipo-blanca {
    /* Chapitas en los listados de notas */
    /* Icono de Play si la nota tiene video */ }
    .celeste-bg.tipo-blanca [class*='note'] .article-theme {
      background-color: rgba(0, 0, 0, 0) !important;
      color: #FFFFFF !important; }
    .celeste-bg.tipo-blanca [data-type*="article"] i[class*="play"]:hover {
      color: transparent !important; }
  .celeste-bg.verde-doc {
    /* Chapitas en los listados de notas */
    /* Icono de Play si la nota tiene video */ }
    .celeste-bg.verde-doc [class*='note'] .article-theme {
      background-color: rgba(0, 153, 153, 0.8) !important;
      color: #FFFFFF !important; }
    .celeste-bg.verde-doc [data-type*="article"] i[class*="play"]:hover {
      color: #099 !important; }
  .celeste-bg.verde_oscuro {
    /* Chapitas en los listados de notas */
    /* Icono de Play si la nota tiene video */ }
    .celeste-bg.verde_oscuro [class*='note'] .article-theme {
      background-color: rgba(74, 122, 80, 0.8) !important;
      color: #FFFFFF !important; }
    .celeste-bg.verde_oscuro [data-type*="article"] i[class*="play"]:hover {
      color: #4a7a50 !important; }
  .celeste-bg.violeta {
    /* Chapitas en los listados de notas */
    /* Icono de Play si la nota tiene video */ }
    .celeste-bg.violeta [class*='note'] .article-theme {
      background-color: rgba(86, 0, 141, 0.8) !important;
      color: #FFFFFF !important; }
    .celeste-bg.violeta [data-type*="article"] i[class*="play"]:hover {
      color: #56008D !important; }
  .celeste-bg.beige {
    /* Chapitas en los listados de notas */
    /* Icono de Play si la nota tiene video */ }
    .celeste-bg.beige [class*='note'] .article-theme {
      background-color: rgba(247, 239, 228, 0.8) !important;
      color: #000000 !important; }
    .celeste-bg.beige [data-type*="article"] i[class*="play"]:hover {
      color: #f7efe4 !important; }
  .celeste-bg.bordo {
    /* Chapitas en los listados de notas */
    /* Icono de Play si la nota tiene video */ }
    .celeste-bg.bordo [class*='note'] .article-theme {
      background-color: rgba(64, 37, 34, 0.8) !important;
      color: #FFFFFF !important; }
    .celeste-bg.bordo [data-type*="article"] i[class*="play"]:hover {
      color: #402522 !important; }
  .celeste-bg.verde-limon {
    /* Chapitas en los listados de notas */
    /* Icono de Play si la nota tiene video */ }
    .celeste-bg.verde-limon [class*='note'] .article-theme {
      background-color: rgba(239, 255, 211, 0.8) !important;
      color: #000000 !important; }
    .celeste-bg.verde-limon [data-type*="article"] i[class*="play"]:hover {
      color: #efffd3 !important; }
  .celeste-bg.rojo {
    /* Chapitas en los listados de notas */
    /* Icono de Play si la nota tiene video */ }
    .celeste-bg.rojo [class*='note'] .article-theme {
      background-color: rgba(216, 84, 84, 0.8) !important;
      color: #FFFFFF !important; }
    .celeste-bg.rojo [data-type*="article"] i[class*="play"]:hover {
      color: #d85454 !important; }
  .celeste-bg.celeste {
    /* Chapitas en los listados de notas */
    /* Icono de Play si la nota tiene video */ }
    .celeste-bg.celeste [class*='note'] .article-theme {
      background-color: rgba(81, 163, 255, 0.8) !important;
      color: #FFFFFF !important; }
    .celeste-bg.celeste [data-type*="article"] i[class*="play"]:hover {
      color: #51a3ff !important; }
  .celeste-bg.amarillo {
    /* Chapitas en los listados de notas */
    /* Icono de Play si la nota tiene video */ }
    .celeste-bg.amarillo [class*='note'] .article-theme {
      background-color: rgba(212, 202, 86, 0.8) !important;
      color: #000000 !important; }
    .celeste-bg.amarillo [data-type*="article"] i[class*="play"]:hover {
      color: #d4ca56 !important; }
  .celeste-bg.magent {
    /* Chapitas en los listados de notas */
    /* Icono de Play si la nota tiene video */ }
    .celeste-bg.magent [class*='note'] .article-theme {
      background-color: rgba(204, 98, 200, 0.8) !important;
      color: #FFFFFF !important; }
    .celeste-bg.magent [data-type*="article"] i[class*="play"]:hover {
      color: #cc62c8 !important; }
  .celeste-bg.azul {
    /* Chapitas en los listados de notas */
    /* Icono de Play si la nota tiene video */ }
    .celeste-bg.azul [class*='note'] .article-theme {
      background-color: rgba(96, 129, 166, 0.8) !important;
      color: #FFFFFF !important; }
    .celeste-bg.azul [data-type*="article"] i[class*="play"]:hover {
      color: #6081a6 !important; }
  .celeste-bg.verde {
    /* Chapitas en los listados de notas */
    /* Icono de Play si la nota tiene video */ }
    .celeste-bg.verde [class*='note'] .article-theme {
      background-color: rgba(93, 200, 102, 0.8) !important;
      color: #FFFFFF !important; }
    .celeste-bg.verde [data-type*="article"] i[class*="play"]:hover {
      color: #5dc866 !important; }
  .celeste-bg.cyan {
    /* Chapitas en los listados de notas */
    /* Icono de Play si la nota tiene video */ }
    .celeste-bg.cyan [class*='note'] .article-theme {
      background-color: rgba(0, 188, 212, 0.8) !important;
      color: #000000 !important; }
    .celeste-bg.cyan [data-type*="article"] i[class*="play"]:hover {
      color: #00BCD4 !important; }
  .celeste-bg.negro {
    /* Chapitas en los listados de notas */
    /* Icono de Play si la nota tiene video */ }
    .celeste-bg.negro [class*='note'] .article-theme {
      background-color: rgba(29, 29, 32, 0.8) !important;
      color: #FFFFFF !important; }
    .celeste-bg.negro [data-type*="article"] i[class*="play"]:hover {
      color: #1d1d20 !important; }

/* Widgets con color relacionado */
.widget-wrapper.celeste:not([class*="-bg"]) {
  /* Cabezales */
  /* Chapitas en los listados de notas */
  /* Icono de Play si la nota tiene video */ }
  .widget-wrapper.celeste:not([class*="-bg"]) .headline .obj-title, .widget-wrapper.celeste:not([class*="-bg"]) .most-read .obj-title, .widget-wrapper.celeste:not([class*="-bg"]) .note-by-author .obj-title {
    color: #51a3ff; }
    .widget-wrapper.celeste:not([class*="-bg"]) .headline .obj-title::first-letter, .widget-wrapper.celeste:not([class*="-bg"]) .most-read .obj-title::first-letter, .widget-wrapper.celeste:not([class*="-bg"]) .note-by-author .obj-title::first-letter {
      background-color: #51a3ff;
      color: #FFFFFF; }
  .widget-wrapper.celeste:not([class*="-bg"]) [class*='note']:not(.highlighted-portrait-note):not(.highlighted-note-overprinted-title) .article-kicker {
    color: #51a3ff !important; }
  .widget-wrapper.celeste:not([class*="-bg"]) [class*='note'] .article-theme {
    background-color: rgba(81, 163, 255, 0.8) !important;
    color: #FFFFFF !important; }
  .widget-wrapper.celeste:not([class*="-bg"]) [class*='note'] .info-wrapper .preview:hover,
  .widget-wrapper.celeste:not([class*="-bg"]) [class*='note'] .info-wrapper .title:hover,
  .widget-wrapper.celeste:not([class*="-bg"]) [class*='note'] .info-wrapper .author:hover,
  .widget-wrapper.celeste:not([class*="-bg"]) [class*='note'] .info-wrapper .article-category-grouper:hover,
  .widget-wrapper.celeste:not([class*="-bg"]) [class*='note'] .info-wrapper .article-kicker:hover {
    color: #51a3ff !important; }
  .widget-wrapper.celeste:not([class*="-bg"]) [class*='note'] .preview:hover,
  .widget-wrapper.celeste:not([class*="-bg"]) [class*='note'] .title:hover,
  .widget-wrapper.celeste:not([class*="-bg"]) [class*='note'] .author:hover {
    color: #51a3ff !important; }
  .widget-wrapper.celeste:not([class*="-bg"]) [data-type*="article"] i[class*="play"]:hover {
    color: #51a3ff !important; }

.widget-wrapper.celeste:not([class*="-bg"]) {
  /* Cabezales */
  /* Chapitas en los listados de notas */
  /* Icono de Play si la nota tiene video */ }
  .widget-wrapper.celeste:not([class*="-bg"]) .headline .obj-title, .widget-wrapper.celeste:not([class*="-bg"]) .most-read .obj-title, .widget-wrapper.celeste:not([class*="-bg"]) .note-by-author .obj-title {
    color: #51a3ff; }
    .widget-wrapper.celeste:not([class*="-bg"]) .headline .obj-title::first-letter, .widget-wrapper.celeste:not([class*="-bg"]) .most-read .obj-title::first-letter, .widget-wrapper.celeste:not([class*="-bg"]) .note-by-author .obj-title::first-letter {
      background-color: #51a3ff;
      color: #FFFFFF; }
  .widget-wrapper.celeste:not([class*="-bg"]) [class*='note']:not(.highlighted-portrait-note):not(.highlighted-note-overprinted-title) .article-kicker {
    color: #51a3ff !important; }
  .widget-wrapper.celeste:not([class*="-bg"]) [class*='note'] .article-theme {
    background-color: rgba(81, 163, 255, 0.8) !important;
    color: #FFFFFF !important; }
  .widget-wrapper.celeste:not([class*="-bg"]) [class*='note'] .info-wrapper .preview:hover,
  .widget-wrapper.celeste:not([class*="-bg"]) [class*='note'] .info-wrapper .title:hover,
  .widget-wrapper.celeste:not([class*="-bg"]) [class*='note'] .info-wrapper .author:hover,
  .widget-wrapper.celeste:not([class*="-bg"]) [class*='note'] .info-wrapper .article-category-grouper:hover,
  .widget-wrapper.celeste:not([class*="-bg"]) [class*='note'] .info-wrapper .article-kicker:hover {
    color: #51a3ff !important; }
  .widget-wrapper.celeste:not([class*="-bg"]) [class*='note'] .preview:hover,
  .widget-wrapper.celeste:not([class*="-bg"]) [class*='note'] .title:hover,
  .widget-wrapper.celeste:not([class*="-bg"]) [class*='note'] .author:hover {
    color: #51a3ff !important; }
  .widget-wrapper.celeste:not([class*="-bg"]) [data-type*="article"] i[class*="play"]:hover {
    color: #51a3ff !important; }

.widget-wrapper.celeste:not([class*="-bg"]) {
  /* Cabezales */
  /* Chapitas en los listados de notas */
  /* Icono de Play si la nota tiene video */ }
  .widget-wrapper.celeste:not([class*="-bg"]) .headline .obj-title, .widget-wrapper.celeste:not([class*="-bg"]) .most-read .obj-title, .widget-wrapper.celeste:not([class*="-bg"]) .note-by-author .obj-title {
    color: #51a3ff; }
    .widget-wrapper.celeste:not([class*="-bg"]) .headline .obj-title::first-letter, .widget-wrapper.celeste:not([class*="-bg"]) .most-read .obj-title::first-letter, .widget-wrapper.celeste:not([class*="-bg"]) .note-by-author .obj-title::first-letter {
      background-color: #51a3ff;
      color: #FFFFFF; }
  .widget-wrapper.celeste:not([class*="-bg"]) [class*='note']:not(.highlighted-portrait-note):not(.highlighted-note-overprinted-title) .article-kicker {
    color: #51a3ff !important; }
  .widget-wrapper.celeste:not([class*="-bg"]) [class*='note'] .article-theme {
    background-color: rgba(81, 163, 255, 0.8) !important;
    color: #FFFFFF !important; }
  .widget-wrapper.celeste:not([class*="-bg"]) [class*='note'] .info-wrapper .preview:hover,
  .widget-wrapper.celeste:not([class*="-bg"]) [class*='note'] .info-wrapper .title:hover,
  .widget-wrapper.celeste:not([class*="-bg"]) [class*='note'] .info-wrapper .author:hover,
  .widget-wrapper.celeste:not([class*="-bg"]) [class*='note'] .info-wrapper .article-category-grouper:hover,
  .widget-wrapper.celeste:not([class*="-bg"]) [class*='note'] .info-wrapper .article-kicker:hover {
    color: #51a3ff !important; }
  .widget-wrapper.celeste:not([class*="-bg"]) [class*='note'] .preview:hover,
  .widget-wrapper.celeste:not([class*="-bg"]) [class*='note'] .title:hover,
  .widget-wrapper.celeste:not([class*="-bg"]) [class*='note'] .author:hover {
    color: #51a3ff !important; }
  .widget-wrapper.celeste:not([class*="-bg"]) [data-type*="article"] i[class*="play"]:hover {
    color: #51a3ff !important; }

.widget-wrapper.celeste:not([class*="-bg"]) {
  /* Cabezales */
  /* Chapitas en los listados de notas */
  /* Icono de Play si la nota tiene video */ }
  .widget-wrapper.celeste:not([class*="-bg"]) .headline .obj-title, .widget-wrapper.celeste:not([class*="-bg"]) .most-read .obj-title, .widget-wrapper.celeste:not([class*="-bg"]) .note-by-author .obj-title {
    color: #51a3ff; }
    .widget-wrapper.celeste:not([class*="-bg"]) .headline .obj-title::first-letter, .widget-wrapper.celeste:not([class*="-bg"]) .most-read .obj-title::first-letter, .widget-wrapper.celeste:not([class*="-bg"]) .note-by-author .obj-title::first-letter {
      background-color: #51a3ff;
      color: #FFFFFF; }
  .widget-wrapper.celeste:not([class*="-bg"]) [class*='note']:not(.highlighted-portrait-note):not(.highlighted-note-overprinted-title) .article-kicker {
    color: #51a3ff !important; }
  .widget-wrapper.celeste:not([class*="-bg"]) [class*='note'] .article-theme {
    background-color: rgba(81, 163, 255, 0.8) !important;
    color: #FFFFFF !important; }
  .widget-wrapper.celeste:not([class*="-bg"]) [class*='note'] .info-wrapper .preview:hover,
  .widget-wrapper.celeste:not([class*="-bg"]) [class*='note'] .info-wrapper .title:hover,
  .widget-wrapper.celeste:not([class*="-bg"]) [class*='note'] .info-wrapper .author:hover,
  .widget-wrapper.celeste:not([class*="-bg"]) [class*='note'] .info-wrapper .article-category-grouper:hover,
  .widget-wrapper.celeste:not([class*="-bg"]) [class*='note'] .info-wrapper .article-kicker:hover {
    color: #51a3ff !important; }
  .widget-wrapper.celeste:not([class*="-bg"]) [class*='note'] .preview:hover,
  .widget-wrapper.celeste:not([class*="-bg"]) [class*='note'] .title:hover,
  .widget-wrapper.celeste:not([class*="-bg"]) [class*='note'] .author:hover {
    color: #51a3ff !important; }
  .widget-wrapper.celeste:not([class*="-bg"]) [data-type*="article"] i[class*="play"]:hover {
    color: #51a3ff !important; }

.widget-wrapper.celeste:not([class*="-bg"]) {
  /* Cabezales */
  /* Chapitas en los listados de notas */
  /* Icono de Play si la nota tiene video */ }
  .widget-wrapper.celeste:not([class*="-bg"]) .headline .obj-title, .widget-wrapper.celeste:not([class*="-bg"]) .most-read .obj-title, .widget-wrapper.celeste:not([class*="-bg"]) .note-by-author .obj-title {
    color: #51a3ff; }
    .widget-wrapper.celeste:not([class*="-bg"]) .headline .obj-title::first-letter, .widget-wrapper.celeste:not([class*="-bg"]) .most-read .obj-title::first-letter, .widget-wrapper.celeste:not([class*="-bg"]) .note-by-author .obj-title::first-letter {
      background-color: #51a3ff;
      color: #FFFFFF; }
  .widget-wrapper.celeste:not([class*="-bg"]) [class*='note']:not(.highlighted-portrait-note):not(.highlighted-note-overprinted-title) .article-kicker {
    color: #51a3ff !important; }
  .widget-wrapper.celeste:not([class*="-bg"]) [class*='note'] .article-theme {
    background-color: rgba(81, 163, 255, 0.8) !important;
    color: #FFFFFF !important; }
  .widget-wrapper.celeste:not([class*="-bg"]) [class*='note'] .info-wrapper .preview:hover,
  .widget-wrapper.celeste:not([class*="-bg"]) [class*='note'] .info-wrapper .title:hover,
  .widget-wrapper.celeste:not([class*="-bg"]) [class*='note'] .info-wrapper .author:hover,
  .widget-wrapper.celeste:not([class*="-bg"]) [class*='note'] .info-wrapper .article-category-grouper:hover,
  .widget-wrapper.celeste:not([class*="-bg"]) [class*='note'] .info-wrapper .article-kicker:hover {
    color: #51a3ff !important; }
  .widget-wrapper.celeste:not([class*="-bg"]) [class*='note'] .preview:hover,
  .widget-wrapper.celeste:not([class*="-bg"]) [class*='note'] .title:hover,
  .widget-wrapper.celeste:not([class*="-bg"]) [class*='note'] .author:hover {
    color: #51a3ff !important; }
  .widget-wrapper.celeste:not([class*="-bg"]) [data-type*="article"] i[class*="play"]:hover {
    color: #51a3ff !important; }

.widget-wrapper.celeste:not([class*="-bg"]) {
  /* Cabezales */
  /* Chapitas en los listados de notas */
  /* Icono de Play si la nota tiene video */ }
  .widget-wrapper.celeste:not([class*="-bg"]) .headline .obj-title, .widget-wrapper.celeste:not([class*="-bg"]) .most-read .obj-title, .widget-wrapper.celeste:not([class*="-bg"]) .note-by-author .obj-title {
    color: #51a3ff; }
    .widget-wrapper.celeste:not([class*="-bg"]) .headline .obj-title::first-letter, .widget-wrapper.celeste:not([class*="-bg"]) .most-read .obj-title::first-letter, .widget-wrapper.celeste:not([class*="-bg"]) .note-by-author .obj-title::first-letter {
      background-color: #51a3ff;
      color: #FFFFFF; }
  .widget-wrapper.celeste:not([class*="-bg"]) [class*='note']:not(.highlighted-portrait-note):not(.highlighted-note-overprinted-title) .article-kicker {
    color: #51a3ff !important; }
  .widget-wrapper.celeste:not([class*="-bg"]) [class*='note'] .article-theme {
    background-color: rgba(81, 163, 255, 0.8) !important;
    color: #FFFFFF !important; }
  .widget-wrapper.celeste:not([class*="-bg"]) [class*='note'] .info-wrapper .preview:hover,
  .widget-wrapper.celeste:not([class*="-bg"]) [class*='note'] .info-wrapper .title:hover,
  .widget-wrapper.celeste:not([class*="-bg"]) [class*='note'] .info-wrapper .author:hover,
  .widget-wrapper.celeste:not([class*="-bg"]) [class*='note'] .info-wrapper .article-category-grouper:hover,
  .widget-wrapper.celeste:not([class*="-bg"]) [class*='note'] .info-wrapper .article-kicker:hover {
    color: #51a3ff !important; }
  .widget-wrapper.celeste:not([class*="-bg"]) [class*='note'] .preview:hover,
  .widget-wrapper.celeste:not([class*="-bg"]) [class*='note'] .title:hover,
  .widget-wrapper.celeste:not([class*="-bg"]) [class*='note'] .author:hover {
    color: #51a3ff !important; }
  .widget-wrapper.celeste:not([class*="-bg"]) [data-type*="article"] i[class*="play"]:hover {
    color: #51a3ff !important; }

.widget-wrapper.celeste:not([class*="-bg"]) {
  /* Cabezales */
  /* Chapitas en los listados de notas */
  /* Icono de Play si la nota tiene video */ }
  .widget-wrapper.celeste:not([class*="-bg"]) .headline .obj-title, .widget-wrapper.celeste:not([class*="-bg"]) .most-read .obj-title, .widget-wrapper.celeste:not([class*="-bg"]) .note-by-author .obj-title {
    color: #51a3ff; }
    .widget-wrapper.celeste:not([class*="-bg"]) .headline .obj-title::first-letter, .widget-wrapper.celeste:not([class*="-bg"]) .most-read .obj-title::first-letter, .widget-wrapper.celeste:not([class*="-bg"]) .note-by-author .obj-title::first-letter {
      background-color: #51a3ff;
      color: #FFFFFF; }
  .widget-wrapper.celeste:not([class*="-bg"]) [class*='note']:not(.highlighted-portrait-note):not(.highlighted-note-overprinted-title) .article-kicker {
    color: #51a3ff !important; }
  .widget-wrapper.celeste:not([class*="-bg"]) [class*='note'] .article-theme {
    background-color: rgba(81, 163, 255, 0.8) !important;
    color: #FFFFFF !important; }
  .widget-wrapper.celeste:not([class*="-bg"]) [class*='note'] .info-wrapper .preview:hover,
  .widget-wrapper.celeste:not([class*="-bg"]) [class*='note'] .info-wrapper .title:hover,
  .widget-wrapper.celeste:not([class*="-bg"]) [class*='note'] .info-wrapper .author:hover,
  .widget-wrapper.celeste:not([class*="-bg"]) [class*='note'] .info-wrapper .article-category-grouper:hover,
  .widget-wrapper.celeste:not([class*="-bg"]) [class*='note'] .info-wrapper .article-kicker:hover {
    color: #51a3ff !important; }
  .widget-wrapper.celeste:not([class*="-bg"]) [class*='note'] .preview:hover,
  .widget-wrapper.celeste:not([class*="-bg"]) [class*='note'] .title:hover,
  .widget-wrapper.celeste:not([class*="-bg"]) [class*='note'] .author:hover {
    color: #51a3ff !important; }
  .widget-wrapper.celeste:not([class*="-bg"]) [data-type*="article"] i[class*="play"]:hover {
    color: #51a3ff !important; }

.widget-wrapper.celeste:not([class*="-bg"]) {
  /* Cabezales */
  /* Chapitas en los listados de notas */
  /* Icono de Play si la nota tiene video */ }
  .widget-wrapper.celeste:not([class*="-bg"]) .headline .obj-title, .widget-wrapper.celeste:not([class*="-bg"]) .most-read .obj-title, .widget-wrapper.celeste:not([class*="-bg"]) .note-by-author .obj-title {
    color: #51a3ff; }
    .widget-wrapper.celeste:not([class*="-bg"]) .headline .obj-title::first-letter, .widget-wrapper.celeste:not([class*="-bg"]) .most-read .obj-title::first-letter, .widget-wrapper.celeste:not([class*="-bg"]) .note-by-author .obj-title::first-letter {
      background-color: #51a3ff;
      color: #FFFFFF; }
  .widget-wrapper.celeste:not([class*="-bg"]) [class*='note']:not(.highlighted-portrait-note):not(.highlighted-note-overprinted-title) .article-kicker {
    color: #51a3ff !important; }
  .widget-wrapper.celeste:not([class*="-bg"]) [class*='note'] .article-theme {
    background-color: rgba(81, 163, 255, 0.8) !important;
    color: #FFFFFF !important; }
  .widget-wrapper.celeste:not([class*="-bg"]) [class*='note'] .info-wrapper .preview:hover,
  .widget-wrapper.celeste:not([class*="-bg"]) [class*='note'] .info-wrapper .title:hover,
  .widget-wrapper.celeste:not([class*="-bg"]) [class*='note'] .info-wrapper .author:hover,
  .widget-wrapper.celeste:not([class*="-bg"]) [class*='note'] .info-wrapper .article-category-grouper:hover,
  .widget-wrapper.celeste:not([class*="-bg"]) [class*='note'] .info-wrapper .article-kicker:hover {
    color: #51a3ff !important; }
  .widget-wrapper.celeste:not([class*="-bg"]) [class*='note'] .preview:hover,
  .widget-wrapper.celeste:not([class*="-bg"]) [class*='note'] .title:hover,
  .widget-wrapper.celeste:not([class*="-bg"]) [class*='note'] .author:hover {
    color: #51a3ff !important; }
  .widget-wrapper.celeste:not([class*="-bg"]) [data-type*="article"] i[class*="play"]:hover {
    color: #51a3ff !important; }

.widget-wrapper.celeste:not([class*="-bg"]) {
  /* Cabezales */
  /* Chapitas en los listados de notas */
  /* Icono de Play si la nota tiene video */ }
  .widget-wrapper.celeste:not([class*="-bg"]) .headline .obj-title, .widget-wrapper.celeste:not([class*="-bg"]) .most-read .obj-title, .widget-wrapper.celeste:not([class*="-bg"]) .note-by-author .obj-title {
    color: #51a3ff; }
    .widget-wrapper.celeste:not([class*="-bg"]) .headline .obj-title::first-letter, .widget-wrapper.celeste:not([class*="-bg"]) .most-read .obj-title::first-letter, .widget-wrapper.celeste:not([class*="-bg"]) .note-by-author .obj-title::first-letter {
      background-color: #51a3ff;
      color: #FFFFFF; }
  .widget-wrapper.celeste:not([class*="-bg"]) [class*='note']:not(.highlighted-portrait-note):not(.highlighted-note-overprinted-title) .article-kicker {
    color: #51a3ff !important; }
  .widget-wrapper.celeste:not([class*="-bg"]) [class*='note'] .article-theme {
    background-color: rgba(81, 163, 255, 0.8) !important;
    color: #FFFFFF !important; }
  .widget-wrapper.celeste:not([class*="-bg"]) [class*='note'] .info-wrapper .preview:hover,
  .widget-wrapper.celeste:not([class*="-bg"]) [class*='note'] .info-wrapper .title:hover,
  .widget-wrapper.celeste:not([class*="-bg"]) [class*='note'] .info-wrapper .author:hover,
  .widget-wrapper.celeste:not([class*="-bg"]) [class*='note'] .info-wrapper .article-category-grouper:hover,
  .widget-wrapper.celeste:not([class*="-bg"]) [class*='note'] .info-wrapper .article-kicker:hover {
    color: #51a3ff !important; }
  .widget-wrapper.celeste:not([class*="-bg"]) [class*='note'] .preview:hover,
  .widget-wrapper.celeste:not([class*="-bg"]) [class*='note'] .title:hover,
  .widget-wrapper.celeste:not([class*="-bg"]) [class*='note'] .author:hover {
    color: #51a3ff !important; }
  .widget-wrapper.celeste:not([class*="-bg"]) [data-type*="article"] i[class*="play"]:hover {
    color: #51a3ff !important; }

.widget-wrapper.celeste:not([class*="-bg"]) {
  /* Cabezales */
  /* Chapitas en los listados de notas */
  /* Icono de Play si la nota tiene video */ }
  .widget-wrapper.celeste:not([class*="-bg"]) .headline .obj-title, .widget-wrapper.celeste:not([class*="-bg"]) .most-read .obj-title, .widget-wrapper.celeste:not([class*="-bg"]) .note-by-author .obj-title {
    color: #51a3ff; }
    .widget-wrapper.celeste:not([class*="-bg"]) .headline .obj-title::first-letter, .widget-wrapper.celeste:not([class*="-bg"]) .most-read .obj-title::first-letter, .widget-wrapper.celeste:not([class*="-bg"]) .note-by-author .obj-title::first-letter {
      background-color: #51a3ff;
      color: #FFFFFF; }
  .widget-wrapper.celeste:not([class*="-bg"]) [class*='note']:not(.highlighted-portrait-note):not(.highlighted-note-overprinted-title) .article-kicker {
    color: #51a3ff !important; }
  .widget-wrapper.celeste:not([class*="-bg"]) [class*='note'] .article-theme {
    background-color: rgba(81, 163, 255, 0.8) !important;
    color: #FFFFFF !important; }
  .widget-wrapper.celeste:not([class*="-bg"]) [class*='note'] .info-wrapper .preview:hover,
  .widget-wrapper.celeste:not([class*="-bg"]) [class*='note'] .info-wrapper .title:hover,
  .widget-wrapper.celeste:not([class*="-bg"]) [class*='note'] .info-wrapper .author:hover,
  .widget-wrapper.celeste:not([class*="-bg"]) [class*='note'] .info-wrapper .article-category-grouper:hover,
  .widget-wrapper.celeste:not([class*="-bg"]) [class*='note'] .info-wrapper .article-kicker:hover {
    color: #51a3ff !important; }
  .widget-wrapper.celeste:not([class*="-bg"]) [class*='note'] .preview:hover,
  .widget-wrapper.celeste:not([class*="-bg"]) [class*='note'] .title:hover,
  .widget-wrapper.celeste:not([class*="-bg"]) [class*='note'] .author:hover {
    color: #51a3ff !important; }
  .widget-wrapper.celeste:not([class*="-bg"]) [data-type*="article"] i[class*="play"]:hover {
    color: #51a3ff !important; }

.widget-wrapper.celeste:not([class*="-bg"]) {
  /* Cabezales */
  /* Chapitas en los listados de notas */
  /* Icono de Play si la nota tiene video */ }
  .widget-wrapper.celeste:not([class*="-bg"]) .headline .obj-title, .widget-wrapper.celeste:not([class*="-bg"]) .most-read .obj-title, .widget-wrapper.celeste:not([class*="-bg"]) .note-by-author .obj-title {
    color: #51a3ff; }
    .widget-wrapper.celeste:not([class*="-bg"]) .headline .obj-title::first-letter, .widget-wrapper.celeste:not([class*="-bg"]) .most-read .obj-title::first-letter, .widget-wrapper.celeste:not([class*="-bg"]) .note-by-author .obj-title::first-letter {
      background-color: #51a3ff;
      color: #FFFFFF; }
  .widget-wrapper.celeste:not([class*="-bg"]) [class*='note']:not(.highlighted-portrait-note):not(.highlighted-note-overprinted-title) .article-kicker {
    color: #51a3ff !important; }
  .widget-wrapper.celeste:not([class*="-bg"]) [class*='note'] .article-theme {
    background-color: rgba(81, 163, 255, 0.8) !important;
    color: #FFFFFF !important; }
  .widget-wrapper.celeste:not([class*="-bg"]) [class*='note'] .info-wrapper .preview:hover,
  .widget-wrapper.celeste:not([class*="-bg"]) [class*='note'] .info-wrapper .title:hover,
  .widget-wrapper.celeste:not([class*="-bg"]) [class*='note'] .info-wrapper .author:hover,
  .widget-wrapper.celeste:not([class*="-bg"]) [class*='note'] .info-wrapper .article-category-grouper:hover,
  .widget-wrapper.celeste:not([class*="-bg"]) [class*='note'] .info-wrapper .article-kicker:hover {
    color: #51a3ff !important; }
  .widget-wrapper.celeste:not([class*="-bg"]) [class*='note'] .preview:hover,
  .widget-wrapper.celeste:not([class*="-bg"]) [class*='note'] .title:hover,
  .widget-wrapper.celeste:not([class*="-bg"]) [class*='note'] .author:hover {
    color: #51a3ff !important; }
  .widget-wrapper.celeste:not([class*="-bg"]) [data-type*="article"] i[class*="play"]:hover {
    color: #51a3ff !important; }

.widget-wrapper.celeste:not([class*="-bg"]) {
  /* Cabezales */
  /* Chapitas en los listados de notas */
  /* Icono de Play si la nota tiene video */ }
  .widget-wrapper.celeste:not([class*="-bg"]) .headline .obj-title, .widget-wrapper.celeste:not([class*="-bg"]) .most-read .obj-title, .widget-wrapper.celeste:not([class*="-bg"]) .note-by-author .obj-title {
    color: #51a3ff; }
    .widget-wrapper.celeste:not([class*="-bg"]) .headline .obj-title::first-letter, .widget-wrapper.celeste:not([class*="-bg"]) .most-read .obj-title::first-letter, .widget-wrapper.celeste:not([class*="-bg"]) .note-by-author .obj-title::first-letter {
      background-color: #51a3ff;
      color: #FFFFFF; }
  .widget-wrapper.celeste:not([class*="-bg"]) [class*='note']:not(.highlighted-portrait-note):not(.highlighted-note-overprinted-title) .article-kicker {
    color: #51a3ff !important; }
  .widget-wrapper.celeste:not([class*="-bg"]) [class*='note'] .article-theme {
    background-color: rgba(81, 163, 255, 0.8) !important;
    color: #FFFFFF !important; }
  .widget-wrapper.celeste:not([class*="-bg"]) [class*='note'] .info-wrapper .preview:hover,
  .widget-wrapper.celeste:not([class*="-bg"]) [class*='note'] .info-wrapper .title:hover,
  .widget-wrapper.celeste:not([class*="-bg"]) [class*='note'] .info-wrapper .author:hover,
  .widget-wrapper.celeste:not([class*="-bg"]) [class*='note'] .info-wrapper .article-category-grouper:hover,
  .widget-wrapper.celeste:not([class*="-bg"]) [class*='note'] .info-wrapper .article-kicker:hover {
    color: #51a3ff !important; }
  .widget-wrapper.celeste:not([class*="-bg"]) [class*='note'] .preview:hover,
  .widget-wrapper.celeste:not([class*="-bg"]) [class*='note'] .title:hover,
  .widget-wrapper.celeste:not([class*="-bg"]) [class*='note'] .author:hover {
    color: #51a3ff !important; }
  .widget-wrapper.celeste:not([class*="-bg"]) [data-type*="article"] i[class*="play"]:hover {
    color: #51a3ff !important; }

.widget-wrapper.celeste:not([class*="-bg"]) {
  /* Cabezales */
  /* Chapitas en los listados de notas */
  /* Icono de Play si la nota tiene video */ }
  .widget-wrapper.celeste:not([class*="-bg"]) .headline .obj-title, .widget-wrapper.celeste:not([class*="-bg"]) .most-read .obj-title, .widget-wrapper.celeste:not([class*="-bg"]) .note-by-author .obj-title {
    color: #51a3ff; }
    .widget-wrapper.celeste:not([class*="-bg"]) .headline .obj-title::first-letter, .widget-wrapper.celeste:not([class*="-bg"]) .most-read .obj-title::first-letter, .widget-wrapper.celeste:not([class*="-bg"]) .note-by-author .obj-title::first-letter {
      background-color: #51a3ff;
      color: #FFFFFF; }
  .widget-wrapper.celeste:not([class*="-bg"]) [class*='note']:not(.highlighted-portrait-note):not(.highlighted-note-overprinted-title) .article-kicker {
    color: #51a3ff !important; }
  .widget-wrapper.celeste:not([class*="-bg"]) [class*='note'] .article-theme {
    background-color: rgba(81, 163, 255, 0.8) !important;
    color: #FFFFFF !important; }
  .widget-wrapper.celeste:not([class*="-bg"]) [class*='note'] .info-wrapper .preview:hover,
  .widget-wrapper.celeste:not([class*="-bg"]) [class*='note'] .info-wrapper .title:hover,
  .widget-wrapper.celeste:not([class*="-bg"]) [class*='note'] .info-wrapper .author:hover,
  .widget-wrapper.celeste:not([class*="-bg"]) [class*='note'] .info-wrapper .article-category-grouper:hover,
  .widget-wrapper.celeste:not([class*="-bg"]) [class*='note'] .info-wrapper .article-kicker:hover {
    color: #51a3ff !important; }
  .widget-wrapper.celeste:not([class*="-bg"]) [class*='note'] .preview:hover,
  .widget-wrapper.celeste:not([class*="-bg"]) [class*='note'] .title:hover,
  .widget-wrapper.celeste:not([class*="-bg"]) [class*='note'] .author:hover {
    color: #51a3ff !important; }
  .widget-wrapper.celeste:not([class*="-bg"]) [data-type*="article"] i[class*="play"]:hover {
    color: #51a3ff !important; }

.widget-wrapper.celeste:not([class*="-bg"]) {
  /* Cabezales */
  /* Chapitas en los listados de notas */
  /* Icono de Play si la nota tiene video */ }
  .widget-wrapper.celeste:not([class*="-bg"]) .headline .obj-title, .widget-wrapper.celeste:not([class*="-bg"]) .most-read .obj-title, .widget-wrapper.celeste:not([class*="-bg"]) .note-by-author .obj-title {
    color: #51a3ff; }
    .widget-wrapper.celeste:not([class*="-bg"]) .headline .obj-title::first-letter, .widget-wrapper.celeste:not([class*="-bg"]) .most-read .obj-title::first-letter, .widget-wrapper.celeste:not([class*="-bg"]) .note-by-author .obj-title::first-letter {
      background-color: #51a3ff;
      color: #FFFFFF; }
  .widget-wrapper.celeste:not([class*="-bg"]) [class*='note']:not(.highlighted-portrait-note):not(.highlighted-note-overprinted-title) .article-kicker {
    color: #51a3ff !important; }
  .widget-wrapper.celeste:not([class*="-bg"]) [class*='note'] .article-theme {
    background-color: rgba(81, 163, 255, 0.8) !important;
    color: #FFFFFF !important; }
  .widget-wrapper.celeste:not([class*="-bg"]) [class*='note'] .info-wrapper .preview:hover,
  .widget-wrapper.celeste:not([class*="-bg"]) [class*='note'] .info-wrapper .title:hover,
  .widget-wrapper.celeste:not([class*="-bg"]) [class*='note'] .info-wrapper .author:hover,
  .widget-wrapper.celeste:not([class*="-bg"]) [class*='note'] .info-wrapper .article-category-grouper:hover,
  .widget-wrapper.celeste:not([class*="-bg"]) [class*='note'] .info-wrapper .article-kicker:hover {
    color: #51a3ff !important; }
  .widget-wrapper.celeste:not([class*="-bg"]) [class*='note'] .preview:hover,
  .widget-wrapper.celeste:not([class*="-bg"]) [class*='note'] .title:hover,
  .widget-wrapper.celeste:not([class*="-bg"]) [class*='note'] .author:hover {
    color: #51a3ff !important; }
  .widget-wrapper.celeste:not([class*="-bg"]) [data-type*="article"] i[class*="play"]:hover {
    color: #51a3ff !important; }

.widget-wrapper.celeste:not([class*="-bg"]) {
  /* Cabezales */
  /* Chapitas en los listados de notas */
  /* Icono de Play si la nota tiene video */ }
  .widget-wrapper.celeste:not([class*="-bg"]) .headline .obj-title, .widget-wrapper.celeste:not([class*="-bg"]) .most-read .obj-title, .widget-wrapper.celeste:not([class*="-bg"]) .note-by-author .obj-title {
    color: #51a3ff; }
    .widget-wrapper.celeste:not([class*="-bg"]) .headline .obj-title::first-letter, .widget-wrapper.celeste:not([class*="-bg"]) .most-read .obj-title::first-letter, .widget-wrapper.celeste:not([class*="-bg"]) .note-by-author .obj-title::first-letter {
      background-color: #51a3ff;
      color: #FFFFFF; }
  .widget-wrapper.celeste:not([class*="-bg"]) [class*='note']:not(.highlighted-portrait-note):not(.highlighted-note-overprinted-title) .article-kicker {
    color: #51a3ff !important; }
  .widget-wrapper.celeste:not([class*="-bg"]) [class*='note'] .article-theme {
    background-color: rgba(81, 163, 255, 0.8) !important;
    color: #FFFFFF !important; }
  .widget-wrapper.celeste:not([class*="-bg"]) [class*='note'] .info-wrapper .preview:hover,
  .widget-wrapper.celeste:not([class*="-bg"]) [class*='note'] .info-wrapper .title:hover,
  .widget-wrapper.celeste:not([class*="-bg"]) [class*='note'] .info-wrapper .author:hover,
  .widget-wrapper.celeste:not([class*="-bg"]) [class*='note'] .info-wrapper .article-category-grouper:hover,
  .widget-wrapper.celeste:not([class*="-bg"]) [class*='note'] .info-wrapper .article-kicker:hover {
    color: #51a3ff !important; }
  .widget-wrapper.celeste:not([class*="-bg"]) [class*='note'] .preview:hover,
  .widget-wrapper.celeste:not([class*="-bg"]) [class*='note'] .title:hover,
  .widget-wrapper.celeste:not([class*="-bg"]) [class*='note'] .author:hover {
    color: #51a3ff !important; }
  .widget-wrapper.celeste:not([class*="-bg"]) [data-type*="article"] i[class*="play"]:hover {
    color: #51a3ff !important; }

.widget-wrapper.celeste:not([class*="-bg"]) {
  /* Cabezales */
  /* Chapitas en los listados de notas */
  /* Icono de Play si la nota tiene video */ }
  .widget-wrapper.celeste:not([class*="-bg"]) .headline .obj-title, .widget-wrapper.celeste:not([class*="-bg"]) .most-read .obj-title, .widget-wrapper.celeste:not([class*="-bg"]) .note-by-author .obj-title {
    color: #51a3ff; }
    .widget-wrapper.celeste:not([class*="-bg"]) .headline .obj-title::first-letter, .widget-wrapper.celeste:not([class*="-bg"]) .most-read .obj-title::first-letter, .widget-wrapper.celeste:not([class*="-bg"]) .note-by-author .obj-title::first-letter {
      background-color: #51a3ff;
      color: #FFFFFF; }
  .widget-wrapper.celeste:not([class*="-bg"]) [class*='note']:not(.highlighted-portrait-note):not(.highlighted-note-overprinted-title) .article-kicker {
    color: #51a3ff !important; }
  .widget-wrapper.celeste:not([class*="-bg"]) [class*='note'] .article-theme {
    background-color: rgba(81, 163, 255, 0.8) !important;
    color: #FFFFFF !important; }
  .widget-wrapper.celeste:not([class*="-bg"]) [class*='note'] .info-wrapper .preview:hover,
  .widget-wrapper.celeste:not([class*="-bg"]) [class*='note'] .info-wrapper .title:hover,
  .widget-wrapper.celeste:not([class*="-bg"]) [class*='note'] .info-wrapper .author:hover,
  .widget-wrapper.celeste:not([class*="-bg"]) [class*='note'] .info-wrapper .article-category-grouper:hover,
  .widget-wrapper.celeste:not([class*="-bg"]) [class*='note'] .info-wrapper .article-kicker:hover {
    color: #51a3ff !important; }
  .widget-wrapper.celeste:not([class*="-bg"]) [class*='note'] .preview:hover,
  .widget-wrapper.celeste:not([class*="-bg"]) [class*='note'] .title:hover,
  .widget-wrapper.celeste:not([class*="-bg"]) [class*='note'] .author:hover {
    color: #51a3ff !important; }
  .widget-wrapper.celeste:not([class*="-bg"]) [data-type*="article"] i[class*="play"]:hover {
    color: #51a3ff !important; }

.widget-wrapper.celeste:not([class*="-bg"]) {
  /* Cabezales */
  /* Chapitas en los listados de notas */
  /* Icono de Play si la nota tiene video */ }
  .widget-wrapper.celeste:not([class*="-bg"]) .headline .obj-title, .widget-wrapper.celeste:not([class*="-bg"]) .most-read .obj-title, .widget-wrapper.celeste:not([class*="-bg"]) .note-by-author .obj-title {
    color: #51a3ff; }
    .widget-wrapper.celeste:not([class*="-bg"]) .headline .obj-title::first-letter, .widget-wrapper.celeste:not([class*="-bg"]) .most-read .obj-title::first-letter, .widget-wrapper.celeste:not([class*="-bg"]) .note-by-author .obj-title::first-letter {
      background-color: #51a3ff;
      color: #FFFFFF; }
  .widget-wrapper.celeste:not([class*="-bg"]) [class*='note']:not(.highlighted-portrait-note):not(.highlighted-note-overprinted-title) .article-kicker {
    color: #51a3ff !important; }
  .widget-wrapper.celeste:not([class*="-bg"]) [class*='note'] .article-theme {
    background-color: rgba(81, 163, 255, 0.8) !important;
    color: #FFFFFF !important; }
  .widget-wrapper.celeste:not([class*="-bg"]) [class*='note'] .info-wrapper .preview:hover,
  .widget-wrapper.celeste:not([class*="-bg"]) [class*='note'] .info-wrapper .title:hover,
  .widget-wrapper.celeste:not([class*="-bg"]) [class*='note'] .info-wrapper .author:hover,
  .widget-wrapper.celeste:not([class*="-bg"]) [class*='note'] .info-wrapper .article-category-grouper:hover,
  .widget-wrapper.celeste:not([class*="-bg"]) [class*='note'] .info-wrapper .article-kicker:hover {
    color: #51a3ff !important; }
  .widget-wrapper.celeste:not([class*="-bg"]) [class*='note'] .preview:hover,
  .widget-wrapper.celeste:not([class*="-bg"]) [class*='note'] .title:hover,
  .widget-wrapper.celeste:not([class*="-bg"]) [class*='note'] .author:hover {
    color: #51a3ff !important; }
  .widget-wrapper.celeste:not([class*="-bg"]) [data-type*="article"] i[class*="play"]:hover {
    color: #51a3ff !important; }

.widget-wrapper.celeste:not([class*="-bg"]) {
  /* Cabezales */
  /* Chapitas en los listados de notas */
  /* Icono de Play si la nota tiene video */ }
  .widget-wrapper.celeste:not([class*="-bg"]) .headline .obj-title, .widget-wrapper.celeste:not([class*="-bg"]) .most-read .obj-title, .widget-wrapper.celeste:not([class*="-bg"]) .note-by-author .obj-title {
    color: #51a3ff; }
    .widget-wrapper.celeste:not([class*="-bg"]) .headline .obj-title::first-letter, .widget-wrapper.celeste:not([class*="-bg"]) .most-read .obj-title::first-letter, .widget-wrapper.celeste:not([class*="-bg"]) .note-by-author .obj-title::first-letter {
      background-color: #51a3ff;
      color: #FFFFFF; }
  .widget-wrapper.celeste:not([class*="-bg"]) [class*='note']:not(.highlighted-portrait-note):not(.highlighted-note-overprinted-title) .article-kicker {
    color: #51a3ff !important; }
  .widget-wrapper.celeste:not([class*="-bg"]) [class*='note'] .article-theme {
    background-color: rgba(81, 163, 255, 0.8) !important;
    color: #FFFFFF !important; }
  .widget-wrapper.celeste:not([class*="-bg"]) [class*='note'] .info-wrapper .preview:hover,
  .widget-wrapper.celeste:not([class*="-bg"]) [class*='note'] .info-wrapper .title:hover,
  .widget-wrapper.celeste:not([class*="-bg"]) [class*='note'] .info-wrapper .author:hover,
  .widget-wrapper.celeste:not([class*="-bg"]) [class*='note'] .info-wrapper .article-category-grouper:hover,
  .widget-wrapper.celeste:not([class*="-bg"]) [class*='note'] .info-wrapper .article-kicker:hover {
    color: #51a3ff !important; }
  .widget-wrapper.celeste:not([class*="-bg"]) [class*='note'] .preview:hover,
  .widget-wrapper.celeste:not([class*="-bg"]) [class*='note'] .title:hover,
  .widget-wrapper.celeste:not([class*="-bg"]) [class*='note'] .author:hover {
    color: #51a3ff !important; }
  .widget-wrapper.celeste:not([class*="-bg"]) [data-type*="article"] i[class*="play"]:hover {
    color: #51a3ff !important; }

.widget-wrapper.celeste:not([class*="-bg"]) {
  /* Cabezales */
  /* Chapitas en los listados de notas */
  /* Icono de Play si la nota tiene video */ }
  .widget-wrapper.celeste:not([class*="-bg"]) .headline .obj-title, .widget-wrapper.celeste:not([class*="-bg"]) .most-read .obj-title, .widget-wrapper.celeste:not([class*="-bg"]) .note-by-author .obj-title {
    color: #51a3ff; }
    .widget-wrapper.celeste:not([class*="-bg"]) .headline .obj-title::first-letter, .widget-wrapper.celeste:not([class*="-bg"]) .most-read .obj-title::first-letter, .widget-wrapper.celeste:not([class*="-bg"]) .note-by-author .obj-title::first-letter {
      background-color: #51a3ff;
      color: #FFFFFF; }
  .widget-wrapper.celeste:not([class*="-bg"]) [class*='note']:not(.highlighted-portrait-note):not(.highlighted-note-overprinted-title) .article-kicker {
    color: #51a3ff !important; }
  .widget-wrapper.celeste:not([class*="-bg"]) [class*='note'] .article-theme {
    background-color: rgba(81, 163, 255, 0.8) !important;
    color: #FFFFFF !important; }
  .widget-wrapper.celeste:not([class*="-bg"]) [class*='note'] .info-wrapper .preview:hover,
  .widget-wrapper.celeste:not([class*="-bg"]) [class*='note'] .info-wrapper .title:hover,
  .widget-wrapper.celeste:not([class*="-bg"]) [class*='note'] .info-wrapper .author:hover,
  .widget-wrapper.celeste:not([class*="-bg"]) [class*='note'] .info-wrapper .article-category-grouper:hover,
  .widget-wrapper.celeste:not([class*="-bg"]) [class*='note'] .info-wrapper .article-kicker:hover {
    color: #51a3ff !important; }
  .widget-wrapper.celeste:not([class*="-bg"]) [class*='note'] .preview:hover,
  .widget-wrapper.celeste:not([class*="-bg"]) [class*='note'] .title:hover,
  .widget-wrapper.celeste:not([class*="-bg"]) [class*='note'] .author:hover {
    color: #51a3ff !important; }
  .widget-wrapper.celeste:not([class*="-bg"]) [data-type*="article"] i[class*="play"]:hover {
    color: #51a3ff !important; }

.widget-wrapper.celeste:not([class*="-bg"]) {
  /* Cabezales */
  /* Chapitas en los listados de notas */
  /* Icono de Play si la nota tiene video */ }
  .widget-wrapper.celeste:not([class*="-bg"]) .headline .obj-title, .widget-wrapper.celeste:not([class*="-bg"]) .most-read .obj-title, .widget-wrapper.celeste:not([class*="-bg"]) .note-by-author .obj-title {
    color: #51a3ff; }
    .widget-wrapper.celeste:not([class*="-bg"]) .headline .obj-title::first-letter, .widget-wrapper.celeste:not([class*="-bg"]) .most-read .obj-title::first-letter, .widget-wrapper.celeste:not([class*="-bg"]) .note-by-author .obj-title::first-letter {
      background-color: #51a3ff;
      color: #FFFFFF; }
  .widget-wrapper.celeste:not([class*="-bg"]) [class*='note']:not(.highlighted-portrait-note):not(.highlighted-note-overprinted-title) .article-kicker {
    color: #51a3ff !important; }
  .widget-wrapper.celeste:not([class*="-bg"]) [class*='note'] .article-theme {
    background-color: rgba(81, 163, 255, 0.8) !important;
    color: #FFFFFF !important; }
  .widget-wrapper.celeste:not([class*="-bg"]) [class*='note'] .info-wrapper .preview:hover,
  .widget-wrapper.celeste:not([class*="-bg"]) [class*='note'] .info-wrapper .title:hover,
  .widget-wrapper.celeste:not([class*="-bg"]) [class*='note'] .info-wrapper .author:hover,
  .widget-wrapper.celeste:not([class*="-bg"]) [class*='note'] .info-wrapper .article-category-grouper:hover,
  .widget-wrapper.celeste:not([class*="-bg"]) [class*='note'] .info-wrapper .article-kicker:hover {
    color: #51a3ff !important; }
  .widget-wrapper.celeste:not([class*="-bg"]) [class*='note'] .preview:hover,
  .widget-wrapper.celeste:not([class*="-bg"]) [class*='note'] .title:hover,
  .widget-wrapper.celeste:not([class*="-bg"]) [class*='note'] .author:hover {
    color: #51a3ff !important; }
  .widget-wrapper.celeste:not([class*="-bg"]) [data-type*="article"] i[class*="play"]:hover {
    color: #51a3ff !important; }

.widget-wrapper.celeste:not([class*="-bg"]) {
  /* Cabezales */
  /* Chapitas en los listados de notas */
  /* Icono de Play si la nota tiene video */ }
  .widget-wrapper.celeste:not([class*="-bg"]) .headline .obj-title, .widget-wrapper.celeste:not([class*="-bg"]) .most-read .obj-title, .widget-wrapper.celeste:not([class*="-bg"]) .note-by-author .obj-title {
    color: #51a3ff; }
    .widget-wrapper.celeste:not([class*="-bg"]) .headline .obj-title::first-letter, .widget-wrapper.celeste:not([class*="-bg"]) .most-read .obj-title::first-letter, .widget-wrapper.celeste:not([class*="-bg"]) .note-by-author .obj-title::first-letter {
      background-color: #51a3ff;
      color: #FFFFFF; }
  .widget-wrapper.celeste:not([class*="-bg"]) [class*='note']:not(.highlighted-portrait-note):not(.highlighted-note-overprinted-title) .article-kicker {
    color: #51a3ff !important; }
  .widget-wrapper.celeste:not([class*="-bg"]) [class*='note'] .article-theme {
    background-color: rgba(81, 163, 255, 0.8) !important;
    color: #FFFFFF !important; }
  .widget-wrapper.celeste:not([class*="-bg"]) [class*='note'] .info-wrapper .preview:hover,
  .widget-wrapper.celeste:not([class*="-bg"]) [class*='note'] .info-wrapper .title:hover,
  .widget-wrapper.celeste:not([class*="-bg"]) [class*='note'] .info-wrapper .author:hover,
  .widget-wrapper.celeste:not([class*="-bg"]) [class*='note'] .info-wrapper .article-category-grouper:hover,
  .widget-wrapper.celeste:not([class*="-bg"]) [class*='note'] .info-wrapper .article-kicker:hover {
    color: #51a3ff !important; }
  .widget-wrapper.celeste:not([class*="-bg"]) [class*='note'] .preview:hover,
  .widget-wrapper.celeste:not([class*="-bg"]) [class*='note'] .title:hover,
  .widget-wrapper.celeste:not([class*="-bg"]) [class*='note'] .author:hover {
    color: #51a3ff !important; }
  .widget-wrapper.celeste:not([class*="-bg"]) [data-type*="article"] i[class*="play"]:hover {
    color: #51a3ff !important; }

.widget-wrapper.celeste:not([class*="-bg"]) {
  /* Cabezales */
  /* Chapitas en los listados de notas */
  /* Icono de Play si la nota tiene video */ }
  .widget-wrapper.celeste:not([class*="-bg"]) .headline .obj-title, .widget-wrapper.celeste:not([class*="-bg"]) .most-read .obj-title, .widget-wrapper.celeste:not([class*="-bg"]) .note-by-author .obj-title {
    color: #51a3ff; }
    .widget-wrapper.celeste:not([class*="-bg"]) .headline .obj-title::first-letter, .widget-wrapper.celeste:not([class*="-bg"]) .most-read .obj-title::first-letter, .widget-wrapper.celeste:not([class*="-bg"]) .note-by-author .obj-title::first-letter {
      background-color: #51a3ff;
      color: #FFFFFF; }
  .widget-wrapper.celeste:not([class*="-bg"]) [class*='note']:not(.highlighted-portrait-note):not(.highlighted-note-overprinted-title) .article-kicker {
    color: #51a3ff !important; }
  .widget-wrapper.celeste:not([class*="-bg"]) [class*='note'] .article-theme {
    background-color: rgba(81, 163, 255, 0.8) !important;
    color: #FFFFFF !important; }
  .widget-wrapper.celeste:not([class*="-bg"]) [class*='note'] .info-wrapper .preview:hover,
  .widget-wrapper.celeste:not([class*="-bg"]) [class*='note'] .info-wrapper .title:hover,
  .widget-wrapper.celeste:not([class*="-bg"]) [class*='note'] .info-wrapper .author:hover,
  .widget-wrapper.celeste:not([class*="-bg"]) [class*='note'] .info-wrapper .article-category-grouper:hover,
  .widget-wrapper.celeste:not([class*="-bg"]) [class*='note'] .info-wrapper .article-kicker:hover {
    color: #51a3ff !important; }
  .widget-wrapper.celeste:not([class*="-bg"]) [class*='note'] .preview:hover,
  .widget-wrapper.celeste:not([class*="-bg"]) [class*='note'] .title:hover,
  .widget-wrapper.celeste:not([class*="-bg"]) [class*='note'] .author:hover {
    color: #51a3ff !important; }
  .widget-wrapper.celeste:not([class*="-bg"]) [data-type*="article"] i[class*="play"]:hover {
    color: #51a3ff !important; }

.widget-wrapper.celeste:not([class*="-bg"]) {
  /* Cabezales */
  /* Chapitas en los listados de notas */
  /* Icono de Play si la nota tiene video */ }
  .widget-wrapper.celeste:not([class*="-bg"]) .headline .obj-title, .widget-wrapper.celeste:not([class*="-bg"]) .most-read .obj-title, .widget-wrapper.celeste:not([class*="-bg"]) .note-by-author .obj-title {
    color: #51a3ff; }
    .widget-wrapper.celeste:not([class*="-bg"]) .headline .obj-title::first-letter, .widget-wrapper.celeste:not([class*="-bg"]) .most-read .obj-title::first-letter, .widget-wrapper.celeste:not([class*="-bg"]) .note-by-author .obj-title::first-letter {
      background-color: #51a3ff;
      color: #FFFFFF; }
  .widget-wrapper.celeste:not([class*="-bg"]) [class*='note']:not(.highlighted-portrait-note):not(.highlighted-note-overprinted-title) .article-kicker {
    color: #51a3ff !important; }
  .widget-wrapper.celeste:not([class*="-bg"]) [class*='note'] .article-theme {
    background-color: rgba(81, 163, 255, 0.8) !important;
    color: #FFFFFF !important; }
  .widget-wrapper.celeste:not([class*="-bg"]) [class*='note'] .info-wrapper .preview:hover,
  .widget-wrapper.celeste:not([class*="-bg"]) [class*='note'] .info-wrapper .title:hover,
  .widget-wrapper.celeste:not([class*="-bg"]) [class*='note'] .info-wrapper .author:hover,
  .widget-wrapper.celeste:not([class*="-bg"]) [class*='note'] .info-wrapper .article-category-grouper:hover,
  .widget-wrapper.celeste:not([class*="-bg"]) [class*='note'] .info-wrapper .article-kicker:hover {
    color: #51a3ff !important; }
  .widget-wrapper.celeste:not([class*="-bg"]) [class*='note'] .preview:hover,
  .widget-wrapper.celeste:not([class*="-bg"]) [class*='note'] .title:hover,
  .widget-wrapper.celeste:not([class*="-bg"]) [class*='note'] .author:hover {
    color: #51a3ff !important; }
  .widget-wrapper.celeste:not([class*="-bg"]) [data-type*="article"] i[class*="play"]:hover {
    color: #51a3ff !important; }

.widget-wrapper.texto-blanco {
  color: #FFFFFF;
  /* Cabezales */ }
  .widget-wrapper.texto-blanco .headline .obj-title, .widget-wrapper.texto-blanco .most-read .obj-title, .widget-wrapper.texto-blanco .note-by-author .obj-title {
    color: #FFFFFF; }
  .widget-wrapper.texto-blanco .simple-list .simple-note:not(.no-media) .title, .widget-wrapper.texto-blanco .section-aside-single-article .simple-note:not(.no-media) .title {
    color: #FFFFFF; }
  .widget-wrapper.texto-blanco .simple-list-square-image .simple-note-square-image .title {
    color: #FFFFFF; }
  .widget-wrapper.texto-blanco .free-text .body-content {
    color: #FFFFFF; }
  .widget-wrapper.texto-blanco [data-type*="article"] .info-wrapper .article-kicker {
    color: #FFFFFF !important; }

/* Colores en Detalle Sección */
body.celeste main.container.note {
  /* Cabezales */
  /* Chapitas en los listados de notas */
  /* Icono de Play si la nota tiene video */
  /* Iconos de Share/Compartir */
  /* Listado Más Leídas */
  /* Paginador Listado Seccion */ }
  body.celeste main.container.note .headline .obj-title, body.celeste main.container.note .most-read .obj-title, body.celeste main.container.note .note-by-author .obj-title {
    color: #51a3ff; }
    body.celeste main.container.note .headline .obj-title::first-letter, body.celeste main.container.note .most-read .obj-title::first-letter, body.celeste main.container.note .note-by-author .obj-title::first-letter {
      background-color: #51a3ff;
      color: #FFFFFF; }
  body.celeste main.container.note [class*='note'] .article-theme {
    background-color: rgba(81, 163, 255, 0.8) !important;
    color: #FFFFFF !important; }
  body.celeste main.container.note [class*='note'] .info-wrapper .preview:hover,
  body.celeste main.container.note [class*='note'] .info-wrapper .title:hover,
  body.celeste main.container.note [class*='note'] .info-wrapper .author:hover {
    color: #51a3ff !important; }
  body.celeste main.container.note [class*='note'] .preview:hover,
  body.celeste main.container.note [class*='note'] .title:hover,
  body.celeste main.container.note [class*='note'] .author:hover {
    color: #51a3ff !important; }
  body.celeste main.container.note [data-type*="article"] i[class*="play"]:hover {
    color: #51a3ff !important; }
  body.celeste main.container.note .socials-share li {
    background-color: #51a3ff; }
  body.celeste main.container.note .ranking-list {
    background-color: #51a3ff; }
    body.celeste main.container.note .ranking-list .article .number {
      background-color: #3896ff; }
    body.celeste main.container.note .ranking-list .article .number,
    body.celeste main.container.note .ranking-list .article .title,
    body.celeste main.container.note .ranking-list .article .author {
      color: #FFFFFF; }
    body.celeste main.container.note .ranking-list .obj-title {
      color: #FFFFFF; }
  body.celeste main.container.note .list-articles .articles-pagination [class*="button"] {
    background-color: #51a3ff;
    color: #FFFFFF; }
    body.celeste main.container.note .list-articles .articles-pagination [class*="button"]:hover {
      background-color: #C82828; }

/* Colores en las chapitas */
.article-theme.amarillo {
  color: #d4ca56 !important; }

.article-kicker.amarillo {
  color: #d4ca56 !important; }

.article-category-grouper.amarillo:hover {
  color: #d4ca56 !important; }

/* Cabezales */
.headline.amarillo .obj-title, .amarillo.most-read .obj-title, .amarillo.note-by-author .obj-title {
  color: #d4ca56; }
  .headline.amarillo .obj-title::first-letter, .amarillo.most-read .obj-title::first-letter, .amarillo.note-by-author .obj-title::first-letter {
    background-color: #d4ca56;
    color: #000000; }

/* Widges con colores de fondo */
.amarillo-bg {
  background-color: #d4ca56; }
  .amarillo-bg.widget-wrapper {
    padding-top: 25px;
    margin-bottom: 25px; }
  .amarillo-bg .highlighted-note-square-image .preview,
  .amarillo-bg .highlighted-note-square-image .title,
  .amarillo-bg .highlighted-note-square-image .author,
  .amarillo-bg .highlighted-note-square-image .article-category-grouper,
  .amarillo-bg .highlighted-note-square-image .article-kicker,
  .amarillo-bg .simple-note .preview,
  .amarillo-bg .simple-note .title,
  .amarillo-bg .simple-note .author,
  .amarillo-bg .simple-note .article-category-grouper,
  .amarillo-bg .simple-note .article-kicker,
  .amarillo-bg .simple-note-square-image .preview,
  .amarillo-bg .simple-note-square-image .title,
  .amarillo-bg .simple-note-square-image .author,
  .amarillo-bg .simple-note-square-image .article-category-grouper,
  .amarillo-bg .simple-note-square-image .article-kicker {
    color: #000000 !important; }
  .amarillo-bg .headline, .amarillo-bg .most-read, .amarillo-bg .note-by-author {
    margin-top: 0;
    padding-top: 8px; }
    .amarillo-bg .headline .obj-title, .amarillo-bg .most-read .obj-title, .amarillo-bg .note-by-author .obj-title {
      color: #000000 !important; }
      .amarillo-bg .headline .obj-title::first-letter, .amarillo-bg .most-read .obj-title::first-letter, .amarillo-bg .note-by-author .obj-title::first-letter {
        background-color: #000000;
        color: #d4ca56 !important; }
  .amarillo-bg.celeste-vivo {
    /* Chapitas en los listados de notas */
    /* Icono de Play si la nota tiene video */ }
    .amarillo-bg.celeste-vivo [class*='note'] .article-theme {
      background-color: rgba(68, 201, 246, 0.8) !important;
      color: #FFFFFF !important; }
    .amarillo-bg.celeste-vivo [data-type*="article"] i[class*="play"]:hover {
      color: #44c9f6 !important; }
  .amarillo-bg.copa-america {
    /* Chapitas en los listados de notas */
    /* Icono de Play si la nota tiene video */ }
    .amarillo-bg.copa-america [class*='note'] .article-theme {
      background-color: rgba(32, 138, 200, 0.8) !important;
      color: #FFFFFF !important; }
    .amarillo-bg.copa-america [data-type*="article"] i[class*="play"]:hover {
      color: #208ac8 !important; }
  .amarillo-bg.fucsia {
    /* Chapitas en los listados de notas */
    /* Icono de Play si la nota tiene video */ }
    .amarillo-bg.fucsia [class*='note'] .article-theme {
      background-color: rgba(182, 11, 124, 0.8) !important;
      color: #FFFFFF !important; }
    .amarillo-bg.fucsia [data-type*="article"] i[class*="play"]:hover {
      color: #b60b7c !important; }
  .amarillo-bg.gris {
    /* Chapitas en los listados de notas */
    /* Icono de Play si la nota tiene video */ }
    .amarillo-bg.gris [class*='note'] .article-theme {
      background-color: rgba(109, 123, 140, 0.8) !important;
      color: #FFFFFF !important; }
    .amarillo-bg.gris [data-type*="article"] i[class*="play"]:hover {
      color: #6d7b8c !important; }
  .amarillo-bg.naranja {
    /* Chapitas en los listados de notas */
    /* Icono de Play si la nota tiene video */ }
    .amarillo-bg.naranja [class*='note'] .article-theme {
      background-color: rgba(227, 123, 87, 0.8) !important;
      color: #FFFFFF !important; }
    .amarillo-bg.naranja [data-type*="article"] i[class*="play"]:hover {
      color: #e37b57 !important; }
  .amarillo-bg.naranja_fuerte {
    /* Chapitas en los listados de notas */
    /* Icono de Play si la nota tiene video */ }
    .amarillo-bg.naranja_fuerte [class*='note'] .article-theme {
      background-color: rgba(217, 56, 0, 0.8) !important;
      color: #FFFFFF !important; }
    .amarillo-bg.naranja_fuerte [data-type*="article"] i[class*="play"]:hover {
      color: #D93800 !important; }
  .amarillo-bg.rating-cero {
    /* Chapitas en los listados de notas */
    /* Icono de Play si la nota tiene video */ }
    .amarillo-bg.rating-cero [class*='note'] .article-theme {
      background-color: rgba(218, 44, 41, 0.8) !important;
      color: #FFFFFF !important; }
    .amarillo-bg.rating-cero [data-type*="article"] i[class*="play"]:hover {
      color: #da2c29 !important; }
  .amarillo-bg.texto-blanco .article-shouts .info-wrapper .preview,
  .amarillo-bg.texto-blanco .article-shouts .info-wrapper .title,
  .amarillo-bg.texto-blanco .article-shouts .info-wrapper .author,
  .amarillo-bg.texto-blanco .article-shouts .info-wrapper .article-kicker,
  .amarillo-bg.texto-blanco .highlighted-note-square-image .info-wrapper .preview,
  .amarillo-bg.texto-blanco .highlighted-note-square-image .info-wrapper .title,
  .amarillo-bg.texto-blanco .highlighted-note-square-image .info-wrapper .author,
  .amarillo-bg.texto-blanco .highlighted-note-square-image .info-wrapper .article-kicker,
  .amarillo-bg.texto-blanco .simple-list .info-wrapper .preview,
  .amarillo-bg.texto-blanco .section-aside-single-article .info-wrapper .preview,
  .amarillo-bg.texto-blanco .simple-list .info-wrapper .title,
  .amarillo-bg.texto-blanco .section-aside-single-article .info-wrapper .title,
  .amarillo-bg.texto-blanco .simple-list .info-wrapper .author,
  .amarillo-bg.texto-blanco .section-aside-single-article .info-wrapper .author,
  .amarillo-bg.texto-blanco .simple-list .info-wrapper .article-kicker,
  .amarillo-bg.texto-blanco .section-aside-single-article .info-wrapper .article-kicker,
  .amarillo-bg.texto-blanco .simple-list-square-image .info-wrapper .preview,
  .amarillo-bg.texto-blanco .simple-list-square-image .info-wrapper .title,
  .amarillo-bg.texto-blanco .simple-list-square-image .info-wrapper .author,
  .amarillo-bg.texto-blanco .simple-list-square-image .info-wrapper .article-kicker {
    color: #FFFFFF !important; }
    .amarillo-bg.texto-blanco .article-shouts .info-wrapper .preview:hover,
    .amarillo-bg.texto-blanco .article-shouts .info-wrapper .title:hover,
    .amarillo-bg.texto-blanco .article-shouts .info-wrapper .author:hover,
    .amarillo-bg.texto-blanco .article-shouts .info-wrapper .article-kicker:hover,
    .amarillo-bg.texto-blanco .highlighted-note-square-image .info-wrapper .preview:hover,
    .amarillo-bg.texto-blanco .highlighted-note-square-image .info-wrapper .title:hover,
    .amarillo-bg.texto-blanco .highlighted-note-square-image .info-wrapper .author:hover,
    .amarillo-bg.texto-blanco .highlighted-note-square-image .info-wrapper .article-kicker:hover,
    .amarillo-bg.texto-blanco .simple-list .info-wrapper .preview:hover,
    .amarillo-bg.texto-blanco .section-aside-single-article .info-wrapper .preview:hover,
    .amarillo-bg.texto-blanco .simple-list .info-wrapper .title:hover,
    .amarillo-bg.texto-blanco .section-aside-single-article .info-wrapper .title:hover,
    .amarillo-bg.texto-blanco .simple-list .info-wrapper .author:hover,
    .amarillo-bg.texto-blanco .section-aside-single-article .info-wrapper .author:hover,
    .amarillo-bg.texto-blanco .simple-list .info-wrapper .article-kicker:hover,
    .amarillo-bg.texto-blanco .section-aside-single-article .info-wrapper .article-kicker:hover,
    .amarillo-bg.texto-blanco .simple-list-square-image .info-wrapper .preview:hover,
    .amarillo-bg.texto-blanco .simple-list-square-image .info-wrapper .title:hover,
    .amarillo-bg.texto-blanco .simple-list-square-image .info-wrapper .author:hover,
    .amarillo-bg.texto-blanco .simple-list-square-image .info-wrapper .article-kicker:hover {
      color: #FFFFFF !important; }
  .amarillo-bg.texto-blanco .article-shouts .preview,
  .amarillo-bg.texto-blanco .article-shouts .title,
  .amarillo-bg.texto-blanco .article-shouts .author,
  .amarillo-bg.texto-blanco .highlighted-note-square-image .preview,
  .amarillo-bg.texto-blanco .highlighted-note-square-image .title,
  .amarillo-bg.texto-blanco .highlighted-note-square-image .author,
  .amarillo-bg.texto-blanco .simple-list .preview,
  .amarillo-bg.texto-blanco .section-aside-single-article .preview,
  .amarillo-bg.texto-blanco .simple-list .title,
  .amarillo-bg.texto-blanco .section-aside-single-article .title,
  .amarillo-bg.texto-blanco .simple-list .author,
  .amarillo-bg.texto-blanco .section-aside-single-article .author,
  .amarillo-bg.texto-blanco .simple-list-square-image .preview,
  .amarillo-bg.texto-blanco .simple-list-square-image .title,
  .amarillo-bg.texto-blanco .simple-list-square-image .author {
    color: #FFFFFF !important; }
    .amarillo-bg.texto-blanco .article-shouts .preview:hover,
    .amarillo-bg.texto-blanco .article-shouts .title:hover,
    .amarillo-bg.texto-blanco .article-shouts .author:hover,
    .amarillo-bg.texto-blanco .highlighted-note-square-image .preview:hover,
    .amarillo-bg.texto-blanco .highlighted-note-square-image .title:hover,
    .amarillo-bg.texto-blanco .highlighted-note-square-image .author:hover,
    .amarillo-bg.texto-blanco .simple-list .preview:hover,
    .amarillo-bg.texto-blanco .section-aside-single-article .preview:hover,
    .amarillo-bg.texto-blanco .simple-list .title:hover,
    .amarillo-bg.texto-blanco .section-aside-single-article .title:hover,
    .amarillo-bg.texto-blanco .simple-list .author:hover,
    .amarillo-bg.texto-blanco .section-aside-single-article .author:hover,
    .amarillo-bg.texto-blanco .simple-list-square-image .preview:hover,
    .amarillo-bg.texto-blanco .simple-list-square-image .title:hover,
    .amarillo-bg.texto-blanco .simple-list-square-image .author:hover {
      color: #FFFFFF !important; }
  .amarillo-bg.texto-blanco [class*='note'] .article-theme {
    color: #FFFFFF !important; }
  .amarillo-bg.texto-blanco .headline, .amarillo-bg.texto-blanco .most-read, .amarillo-bg.texto-blanco .note-by-author {
    margin-top: 0;
    padding-top: 8px; }
    .amarillo-bg.texto-blanco .headline .obj-title, .amarillo-bg.texto-blanco .most-read .obj-title, .amarillo-bg.texto-blanco .note-by-author .obj-title {
      color: #FFFFFF !important; }
      .amarillo-bg.texto-blanco .headline .obj-title::first-letter, .amarillo-bg.texto-blanco .most-read .obj-title::first-letter, .amarillo-bg.texto-blanco .note-by-author .obj-title::first-letter {
        background-color: #FFFFFF;
        color: #d4ca56 !important; }
  .amarillo-bg.tipo-blanca {
    /* Chapitas en los listados de notas */
    /* Icono de Play si la nota tiene video */ }
    .amarillo-bg.tipo-blanca [class*='note'] .article-theme {
      background-color: rgba(0, 0, 0, 0) !important;
      color: #FFFFFF !important; }
    .amarillo-bg.tipo-blanca [data-type*="article"] i[class*="play"]:hover {
      color: transparent !important; }
  .amarillo-bg.verde-doc {
    /* Chapitas en los listados de notas */
    /* Icono de Play si la nota tiene video */ }
    .amarillo-bg.verde-doc [class*='note'] .article-theme {
      background-color: rgba(0, 153, 153, 0.8) !important;
      color: #FFFFFF !important; }
    .amarillo-bg.verde-doc [data-type*="article"] i[class*="play"]:hover {
      color: #099 !important; }
  .amarillo-bg.verde_oscuro {
    /* Chapitas en los listados de notas */
    /* Icono de Play si la nota tiene video */ }
    .amarillo-bg.verde_oscuro [class*='note'] .article-theme {
      background-color: rgba(74, 122, 80, 0.8) !important;
      color: #FFFFFF !important; }
    .amarillo-bg.verde_oscuro [data-type*="article"] i[class*="play"]:hover {
      color: #4a7a50 !important; }
  .amarillo-bg.violeta {
    /* Chapitas en los listados de notas */
    /* Icono de Play si la nota tiene video */ }
    .amarillo-bg.violeta [class*='note'] .article-theme {
      background-color: rgba(86, 0, 141, 0.8) !important;
      color: #FFFFFF !important; }
    .amarillo-bg.violeta [data-type*="article"] i[class*="play"]:hover {
      color: #56008D !important; }
  .amarillo-bg.beige {
    /* Chapitas en los listados de notas */
    /* Icono de Play si la nota tiene video */ }
    .amarillo-bg.beige [class*='note'] .article-theme {
      background-color: rgba(247, 239, 228, 0.8) !important;
      color: #000000 !important; }
    .amarillo-bg.beige [data-type*="article"] i[class*="play"]:hover {
      color: #f7efe4 !important; }
  .amarillo-bg.bordo {
    /* Chapitas en los listados de notas */
    /* Icono de Play si la nota tiene video */ }
    .amarillo-bg.bordo [class*='note'] .article-theme {
      background-color: rgba(64, 37, 34, 0.8) !important;
      color: #FFFFFF !important; }
    .amarillo-bg.bordo [data-type*="article"] i[class*="play"]:hover {
      color: #402522 !important; }
  .amarillo-bg.verde-limon {
    /* Chapitas en los listados de notas */
    /* Icono de Play si la nota tiene video */ }
    .amarillo-bg.verde-limon [class*='note'] .article-theme {
      background-color: rgba(239, 255, 211, 0.8) !important;
      color: #000000 !important; }
    .amarillo-bg.verde-limon [data-type*="article"] i[class*="play"]:hover {
      color: #efffd3 !important; }
  .amarillo-bg.rojo {
    /* Chapitas en los listados de notas */
    /* Icono de Play si la nota tiene video */ }
    .amarillo-bg.rojo [class*='note'] .article-theme {
      background-color: rgba(216, 84, 84, 0.8) !important;
      color: #FFFFFF !important; }
    .amarillo-bg.rojo [data-type*="article"] i[class*="play"]:hover {
      color: #d85454 !important; }
  .amarillo-bg.celeste {
    /* Chapitas en los listados de notas */
    /* Icono de Play si la nota tiene video */ }
    .amarillo-bg.celeste [class*='note'] .article-theme {
      background-color: rgba(81, 163, 255, 0.8) !important;
      color: #FFFFFF !important; }
    .amarillo-bg.celeste [data-type*="article"] i[class*="play"]:hover {
      color: #51a3ff !important; }
  .amarillo-bg.amarillo {
    /* Chapitas en los listados de notas */
    /* Icono de Play si la nota tiene video */ }
    .amarillo-bg.amarillo [class*='note'] .article-theme {
      background-color: rgba(212, 202, 86, 0.8) !important;
      color: #000000 !important; }
    .amarillo-bg.amarillo [data-type*="article"] i[class*="play"]:hover {
      color: #d4ca56 !important; }
  .amarillo-bg.magent {
    /* Chapitas en los listados de notas */
    /* Icono de Play si la nota tiene video */ }
    .amarillo-bg.magent [class*='note'] .article-theme {
      background-color: rgba(204, 98, 200, 0.8) !important;
      color: #FFFFFF !important; }
    .amarillo-bg.magent [data-type*="article"] i[class*="play"]:hover {
      color: #cc62c8 !important; }
  .amarillo-bg.azul {
    /* Chapitas en los listados de notas */
    /* Icono de Play si la nota tiene video */ }
    .amarillo-bg.azul [class*='note'] .article-theme {
      background-color: rgba(96, 129, 166, 0.8) !important;
      color: #FFFFFF !important; }
    .amarillo-bg.azul [data-type*="article"] i[class*="play"]:hover {
      color: #6081a6 !important; }
  .amarillo-bg.verde {
    /* Chapitas en los listados de notas */
    /* Icono de Play si la nota tiene video */ }
    .amarillo-bg.verde [class*='note'] .article-theme {
      background-color: rgba(93, 200, 102, 0.8) !important;
      color: #FFFFFF !important; }
    .amarillo-bg.verde [data-type*="article"] i[class*="play"]:hover {
      color: #5dc866 !important; }
  .amarillo-bg.cyan {
    /* Chapitas en los listados de notas */
    /* Icono de Play si la nota tiene video */ }
    .amarillo-bg.cyan [class*='note'] .article-theme {
      background-color: rgba(0, 188, 212, 0.8) !important;
      color: #000000 !important; }
    .amarillo-bg.cyan [data-type*="article"] i[class*="play"]:hover {
      color: #00BCD4 !important; }
  .amarillo-bg.negro {
    /* Chapitas en los listados de notas */
    /* Icono de Play si la nota tiene video */ }
    .amarillo-bg.negro [class*='note'] .article-theme {
      background-color: rgba(29, 29, 32, 0.8) !important;
      color: #FFFFFF !important; }
    .amarillo-bg.negro [data-type*="article"] i[class*="play"]:hover {
      color: #1d1d20 !important; }

/* Widgets con color relacionado */
.widget-wrapper.amarillo:not([class*="-bg"]) {
  /* Cabezales */
  /* Chapitas en los listados de notas */
  /* Icono de Play si la nota tiene video */ }
  .widget-wrapper.amarillo:not([class*="-bg"]) .headline .obj-title, .widget-wrapper.amarillo:not([class*="-bg"]) .most-read .obj-title, .widget-wrapper.amarillo:not([class*="-bg"]) .note-by-author .obj-title {
    color: #d4ca56; }
    .widget-wrapper.amarillo:not([class*="-bg"]) .headline .obj-title::first-letter, .widget-wrapper.amarillo:not([class*="-bg"]) .most-read .obj-title::first-letter, .widget-wrapper.amarillo:not([class*="-bg"]) .note-by-author .obj-title::first-letter {
      background-color: #d4ca56;
      color: #000000; }
  .widget-wrapper.amarillo:not([class*="-bg"]) [class*='note']:not(.highlighted-portrait-note):not(.highlighted-note-overprinted-title) .article-kicker {
    color: #d4ca56 !important; }
  .widget-wrapper.amarillo:not([class*="-bg"]) [class*='note'] .article-theme {
    background-color: rgba(212, 202, 86, 0.8) !important;
    color: #000000 !important; }
  .widget-wrapper.amarillo:not([class*="-bg"]) [class*='note'] .info-wrapper .preview:hover,
  .widget-wrapper.amarillo:not([class*="-bg"]) [class*='note'] .info-wrapper .title:hover,
  .widget-wrapper.amarillo:not([class*="-bg"]) [class*='note'] .info-wrapper .author:hover,
  .widget-wrapper.amarillo:not([class*="-bg"]) [class*='note'] .info-wrapper .article-category-grouper:hover,
  .widget-wrapper.amarillo:not([class*="-bg"]) [class*='note'] .info-wrapper .article-kicker:hover {
    color: #d4ca56 !important; }
  .widget-wrapper.amarillo:not([class*="-bg"]) [class*='note'] .preview:hover,
  .widget-wrapper.amarillo:not([class*="-bg"]) [class*='note'] .title:hover,
  .widget-wrapper.amarillo:not([class*="-bg"]) [class*='note'] .author:hover {
    color: #d4ca56 !important; }
  .widget-wrapper.amarillo:not([class*="-bg"]) [data-type*="article"] i[class*="play"]:hover {
    color: #d4ca56 !important; }

.widget-wrapper.amarillo:not([class*="-bg"]) {
  /* Cabezales */
  /* Chapitas en los listados de notas */
  /* Icono de Play si la nota tiene video */ }
  .widget-wrapper.amarillo:not([class*="-bg"]) .headline .obj-title, .widget-wrapper.amarillo:not([class*="-bg"]) .most-read .obj-title, .widget-wrapper.amarillo:not([class*="-bg"]) .note-by-author .obj-title {
    color: #d4ca56; }
    .widget-wrapper.amarillo:not([class*="-bg"]) .headline .obj-title::first-letter, .widget-wrapper.amarillo:not([class*="-bg"]) .most-read .obj-title::first-letter, .widget-wrapper.amarillo:not([class*="-bg"]) .note-by-author .obj-title::first-letter {
      background-color: #d4ca56;
      color: #000000; }
  .widget-wrapper.amarillo:not([class*="-bg"]) [class*='note']:not(.highlighted-portrait-note):not(.highlighted-note-overprinted-title) .article-kicker {
    color: #d4ca56 !important; }
  .widget-wrapper.amarillo:not([class*="-bg"]) [class*='note'] .article-theme {
    background-color: rgba(212, 202, 86, 0.8) !important;
    color: #000000 !important; }
  .widget-wrapper.amarillo:not([class*="-bg"]) [class*='note'] .info-wrapper .preview:hover,
  .widget-wrapper.amarillo:not([class*="-bg"]) [class*='note'] .info-wrapper .title:hover,
  .widget-wrapper.amarillo:not([class*="-bg"]) [class*='note'] .info-wrapper .author:hover,
  .widget-wrapper.amarillo:not([class*="-bg"]) [class*='note'] .info-wrapper .article-category-grouper:hover,
  .widget-wrapper.amarillo:not([class*="-bg"]) [class*='note'] .info-wrapper .article-kicker:hover {
    color: #d4ca56 !important; }
  .widget-wrapper.amarillo:not([class*="-bg"]) [class*='note'] .preview:hover,
  .widget-wrapper.amarillo:not([class*="-bg"]) [class*='note'] .title:hover,
  .widget-wrapper.amarillo:not([class*="-bg"]) [class*='note'] .author:hover {
    color: #d4ca56 !important; }
  .widget-wrapper.amarillo:not([class*="-bg"]) [data-type*="article"] i[class*="play"]:hover {
    color: #d4ca56 !important; }

.widget-wrapper.amarillo:not([class*="-bg"]) {
  /* Cabezales */
  /* Chapitas en los listados de notas */
  /* Icono de Play si la nota tiene video */ }
  .widget-wrapper.amarillo:not([class*="-bg"]) .headline .obj-title, .widget-wrapper.amarillo:not([class*="-bg"]) .most-read .obj-title, .widget-wrapper.amarillo:not([class*="-bg"]) .note-by-author .obj-title {
    color: #d4ca56; }
    .widget-wrapper.amarillo:not([class*="-bg"]) .headline .obj-title::first-letter, .widget-wrapper.amarillo:not([class*="-bg"]) .most-read .obj-title::first-letter, .widget-wrapper.amarillo:not([class*="-bg"]) .note-by-author .obj-title::first-letter {
      background-color: #d4ca56;
      color: #000000; }
  .widget-wrapper.amarillo:not([class*="-bg"]) [class*='note']:not(.highlighted-portrait-note):not(.highlighted-note-overprinted-title) .article-kicker {
    color: #d4ca56 !important; }
  .widget-wrapper.amarillo:not([class*="-bg"]) [class*='note'] .article-theme {
    background-color: rgba(212, 202, 86, 0.8) !important;
    color: #000000 !important; }
  .widget-wrapper.amarillo:not([class*="-bg"]) [class*='note'] .info-wrapper .preview:hover,
  .widget-wrapper.amarillo:not([class*="-bg"]) [class*='note'] .info-wrapper .title:hover,
  .widget-wrapper.amarillo:not([class*="-bg"]) [class*='note'] .info-wrapper .author:hover,
  .widget-wrapper.amarillo:not([class*="-bg"]) [class*='note'] .info-wrapper .article-category-grouper:hover,
  .widget-wrapper.amarillo:not([class*="-bg"]) [class*='note'] .info-wrapper .article-kicker:hover {
    color: #d4ca56 !important; }
  .widget-wrapper.amarillo:not([class*="-bg"]) [class*='note'] .preview:hover,
  .widget-wrapper.amarillo:not([class*="-bg"]) [class*='note'] .title:hover,
  .widget-wrapper.amarillo:not([class*="-bg"]) [class*='note'] .author:hover {
    color: #d4ca56 !important; }
  .widget-wrapper.amarillo:not([class*="-bg"]) [data-type*="article"] i[class*="play"]:hover {
    color: #d4ca56 !important; }

.widget-wrapper.amarillo:not([class*="-bg"]) {
  /* Cabezales */
  /* Chapitas en los listados de notas */
  /* Icono de Play si la nota tiene video */ }
  .widget-wrapper.amarillo:not([class*="-bg"]) .headline .obj-title, .widget-wrapper.amarillo:not([class*="-bg"]) .most-read .obj-title, .widget-wrapper.amarillo:not([class*="-bg"]) .note-by-author .obj-title {
    color: #d4ca56; }
    .widget-wrapper.amarillo:not([class*="-bg"]) .headline .obj-title::first-letter, .widget-wrapper.amarillo:not([class*="-bg"]) .most-read .obj-title::first-letter, .widget-wrapper.amarillo:not([class*="-bg"]) .note-by-author .obj-title::first-letter {
      background-color: #d4ca56;
      color: #000000; }
  .widget-wrapper.amarillo:not([class*="-bg"]) [class*='note']:not(.highlighted-portrait-note):not(.highlighted-note-overprinted-title) .article-kicker {
    color: #d4ca56 !important; }
  .widget-wrapper.amarillo:not([class*="-bg"]) [class*='note'] .article-theme {
    background-color: rgba(212, 202, 86, 0.8) !important;
    color: #000000 !important; }
  .widget-wrapper.amarillo:not([class*="-bg"]) [class*='note'] .info-wrapper .preview:hover,
  .widget-wrapper.amarillo:not([class*="-bg"]) [class*='note'] .info-wrapper .title:hover,
  .widget-wrapper.amarillo:not([class*="-bg"]) [class*='note'] .info-wrapper .author:hover,
  .widget-wrapper.amarillo:not([class*="-bg"]) [class*='note'] .info-wrapper .article-category-grouper:hover,
  .widget-wrapper.amarillo:not([class*="-bg"]) [class*='note'] .info-wrapper .article-kicker:hover {
    color: #d4ca56 !important; }
  .widget-wrapper.amarillo:not([class*="-bg"]) [class*='note'] .preview:hover,
  .widget-wrapper.amarillo:not([class*="-bg"]) [class*='note'] .title:hover,
  .widget-wrapper.amarillo:not([class*="-bg"]) [class*='note'] .author:hover {
    color: #d4ca56 !important; }
  .widget-wrapper.amarillo:not([class*="-bg"]) [data-type*="article"] i[class*="play"]:hover {
    color: #d4ca56 !important; }

.widget-wrapper.amarillo:not([class*="-bg"]) {
  /* Cabezales */
  /* Chapitas en los listados de notas */
  /* Icono de Play si la nota tiene video */ }
  .widget-wrapper.amarillo:not([class*="-bg"]) .headline .obj-title, .widget-wrapper.amarillo:not([class*="-bg"]) .most-read .obj-title, .widget-wrapper.amarillo:not([class*="-bg"]) .note-by-author .obj-title {
    color: #d4ca56; }
    .widget-wrapper.amarillo:not([class*="-bg"]) .headline .obj-title::first-letter, .widget-wrapper.amarillo:not([class*="-bg"]) .most-read .obj-title::first-letter, .widget-wrapper.amarillo:not([class*="-bg"]) .note-by-author .obj-title::first-letter {
      background-color: #d4ca56;
      color: #000000; }
  .widget-wrapper.amarillo:not([class*="-bg"]) [class*='note']:not(.highlighted-portrait-note):not(.highlighted-note-overprinted-title) .article-kicker {
    color: #d4ca56 !important; }
  .widget-wrapper.amarillo:not([class*="-bg"]) [class*='note'] .article-theme {
    background-color: rgba(212, 202, 86, 0.8) !important;
    color: #000000 !important; }
  .widget-wrapper.amarillo:not([class*="-bg"]) [class*='note'] .info-wrapper .preview:hover,
  .widget-wrapper.amarillo:not([class*="-bg"]) [class*='note'] .info-wrapper .title:hover,
  .widget-wrapper.amarillo:not([class*="-bg"]) [class*='note'] .info-wrapper .author:hover,
  .widget-wrapper.amarillo:not([class*="-bg"]) [class*='note'] .info-wrapper .article-category-grouper:hover,
  .widget-wrapper.amarillo:not([class*="-bg"]) [class*='note'] .info-wrapper .article-kicker:hover {
    color: #d4ca56 !important; }
  .widget-wrapper.amarillo:not([class*="-bg"]) [class*='note'] .preview:hover,
  .widget-wrapper.amarillo:not([class*="-bg"]) [class*='note'] .title:hover,
  .widget-wrapper.amarillo:not([class*="-bg"]) [class*='note'] .author:hover {
    color: #d4ca56 !important; }
  .widget-wrapper.amarillo:not([class*="-bg"]) [data-type*="article"] i[class*="play"]:hover {
    color: #d4ca56 !important; }

.widget-wrapper.amarillo:not([class*="-bg"]) {
  /* Cabezales */
  /* Chapitas en los listados de notas */
  /* Icono de Play si la nota tiene video */ }
  .widget-wrapper.amarillo:not([class*="-bg"]) .headline .obj-title, .widget-wrapper.amarillo:not([class*="-bg"]) .most-read .obj-title, .widget-wrapper.amarillo:not([class*="-bg"]) .note-by-author .obj-title {
    color: #d4ca56; }
    .widget-wrapper.amarillo:not([class*="-bg"]) .headline .obj-title::first-letter, .widget-wrapper.amarillo:not([class*="-bg"]) .most-read .obj-title::first-letter, .widget-wrapper.amarillo:not([class*="-bg"]) .note-by-author .obj-title::first-letter {
      background-color: #d4ca56;
      color: #000000; }
  .widget-wrapper.amarillo:not([class*="-bg"]) [class*='note']:not(.highlighted-portrait-note):not(.highlighted-note-overprinted-title) .article-kicker {
    color: #d4ca56 !important; }
  .widget-wrapper.amarillo:not([class*="-bg"]) [class*='note'] .article-theme {
    background-color: rgba(212, 202, 86, 0.8) !important;
    color: #000000 !important; }
  .widget-wrapper.amarillo:not([class*="-bg"]) [class*='note'] .info-wrapper .preview:hover,
  .widget-wrapper.amarillo:not([class*="-bg"]) [class*='note'] .info-wrapper .title:hover,
  .widget-wrapper.amarillo:not([class*="-bg"]) [class*='note'] .info-wrapper .author:hover,
  .widget-wrapper.amarillo:not([class*="-bg"]) [class*='note'] .info-wrapper .article-category-grouper:hover,
  .widget-wrapper.amarillo:not([class*="-bg"]) [class*='note'] .info-wrapper .article-kicker:hover {
    color: #d4ca56 !important; }
  .widget-wrapper.amarillo:not([class*="-bg"]) [class*='note'] .preview:hover,
  .widget-wrapper.amarillo:not([class*="-bg"]) [class*='note'] .title:hover,
  .widget-wrapper.amarillo:not([class*="-bg"]) [class*='note'] .author:hover {
    color: #d4ca56 !important; }
  .widget-wrapper.amarillo:not([class*="-bg"]) [data-type*="article"] i[class*="play"]:hover {
    color: #d4ca56 !important; }

.widget-wrapper.amarillo:not([class*="-bg"]) {
  /* Cabezales */
  /* Chapitas en los listados de notas */
  /* Icono de Play si la nota tiene video */ }
  .widget-wrapper.amarillo:not([class*="-bg"]) .headline .obj-title, .widget-wrapper.amarillo:not([class*="-bg"]) .most-read .obj-title, .widget-wrapper.amarillo:not([class*="-bg"]) .note-by-author .obj-title {
    color: #d4ca56; }
    .widget-wrapper.amarillo:not([class*="-bg"]) .headline .obj-title::first-letter, .widget-wrapper.amarillo:not([class*="-bg"]) .most-read .obj-title::first-letter, .widget-wrapper.amarillo:not([class*="-bg"]) .note-by-author .obj-title::first-letter {
      background-color: #d4ca56;
      color: #000000; }
  .widget-wrapper.amarillo:not([class*="-bg"]) [class*='note']:not(.highlighted-portrait-note):not(.highlighted-note-overprinted-title) .article-kicker {
    color: #d4ca56 !important; }
  .widget-wrapper.amarillo:not([class*="-bg"]) [class*='note'] .article-theme {
    background-color: rgba(212, 202, 86, 0.8) !important;
    color: #000000 !important; }
  .widget-wrapper.amarillo:not([class*="-bg"]) [class*='note'] .info-wrapper .preview:hover,
  .widget-wrapper.amarillo:not([class*="-bg"]) [class*='note'] .info-wrapper .title:hover,
  .widget-wrapper.amarillo:not([class*="-bg"]) [class*='note'] .info-wrapper .author:hover,
  .widget-wrapper.amarillo:not([class*="-bg"]) [class*='note'] .info-wrapper .article-category-grouper:hover,
  .widget-wrapper.amarillo:not([class*="-bg"]) [class*='note'] .info-wrapper .article-kicker:hover {
    color: #d4ca56 !important; }
  .widget-wrapper.amarillo:not([class*="-bg"]) [class*='note'] .preview:hover,
  .widget-wrapper.amarillo:not([class*="-bg"]) [class*='note'] .title:hover,
  .widget-wrapper.amarillo:not([class*="-bg"]) [class*='note'] .author:hover {
    color: #d4ca56 !important; }
  .widget-wrapper.amarillo:not([class*="-bg"]) [data-type*="article"] i[class*="play"]:hover {
    color: #d4ca56 !important; }

.widget-wrapper.amarillo:not([class*="-bg"]) {
  /* Cabezales */
  /* Chapitas en los listados de notas */
  /* Icono de Play si la nota tiene video */ }
  .widget-wrapper.amarillo:not([class*="-bg"]) .headline .obj-title, .widget-wrapper.amarillo:not([class*="-bg"]) .most-read .obj-title, .widget-wrapper.amarillo:not([class*="-bg"]) .note-by-author .obj-title {
    color: #d4ca56; }
    .widget-wrapper.amarillo:not([class*="-bg"]) .headline .obj-title::first-letter, .widget-wrapper.amarillo:not([class*="-bg"]) .most-read .obj-title::first-letter, .widget-wrapper.amarillo:not([class*="-bg"]) .note-by-author .obj-title::first-letter {
      background-color: #d4ca56;
      color: #000000; }
  .widget-wrapper.amarillo:not([class*="-bg"]) [class*='note']:not(.highlighted-portrait-note):not(.highlighted-note-overprinted-title) .article-kicker {
    color: #d4ca56 !important; }
  .widget-wrapper.amarillo:not([class*="-bg"]) [class*='note'] .article-theme {
    background-color: rgba(212, 202, 86, 0.8) !important;
    color: #000000 !important; }
  .widget-wrapper.amarillo:not([class*="-bg"]) [class*='note'] .info-wrapper .preview:hover,
  .widget-wrapper.amarillo:not([class*="-bg"]) [class*='note'] .info-wrapper .title:hover,
  .widget-wrapper.amarillo:not([class*="-bg"]) [class*='note'] .info-wrapper .author:hover,
  .widget-wrapper.amarillo:not([class*="-bg"]) [class*='note'] .info-wrapper .article-category-grouper:hover,
  .widget-wrapper.amarillo:not([class*="-bg"]) [class*='note'] .info-wrapper .article-kicker:hover {
    color: #d4ca56 !important; }
  .widget-wrapper.amarillo:not([class*="-bg"]) [class*='note'] .preview:hover,
  .widget-wrapper.amarillo:not([class*="-bg"]) [class*='note'] .title:hover,
  .widget-wrapper.amarillo:not([class*="-bg"]) [class*='note'] .author:hover {
    color: #d4ca56 !important; }
  .widget-wrapper.amarillo:not([class*="-bg"]) [data-type*="article"] i[class*="play"]:hover {
    color: #d4ca56 !important; }

.widget-wrapper.amarillo:not([class*="-bg"]) {
  /* Cabezales */
  /* Chapitas en los listados de notas */
  /* Icono de Play si la nota tiene video */ }
  .widget-wrapper.amarillo:not([class*="-bg"]) .headline .obj-title, .widget-wrapper.amarillo:not([class*="-bg"]) .most-read .obj-title, .widget-wrapper.amarillo:not([class*="-bg"]) .note-by-author .obj-title {
    color: #d4ca56; }
    .widget-wrapper.amarillo:not([class*="-bg"]) .headline .obj-title::first-letter, .widget-wrapper.amarillo:not([class*="-bg"]) .most-read .obj-title::first-letter, .widget-wrapper.amarillo:not([class*="-bg"]) .note-by-author .obj-title::first-letter {
      background-color: #d4ca56;
      color: #000000; }
  .widget-wrapper.amarillo:not([class*="-bg"]) [class*='note']:not(.highlighted-portrait-note):not(.highlighted-note-overprinted-title) .article-kicker {
    color: #d4ca56 !important; }
  .widget-wrapper.amarillo:not([class*="-bg"]) [class*='note'] .article-theme {
    background-color: rgba(212, 202, 86, 0.8) !important;
    color: #000000 !important; }
  .widget-wrapper.amarillo:not([class*="-bg"]) [class*='note'] .info-wrapper .preview:hover,
  .widget-wrapper.amarillo:not([class*="-bg"]) [class*='note'] .info-wrapper .title:hover,
  .widget-wrapper.amarillo:not([class*="-bg"]) [class*='note'] .info-wrapper .author:hover,
  .widget-wrapper.amarillo:not([class*="-bg"]) [class*='note'] .info-wrapper .article-category-grouper:hover,
  .widget-wrapper.amarillo:not([class*="-bg"]) [class*='note'] .info-wrapper .article-kicker:hover {
    color: #d4ca56 !important; }
  .widget-wrapper.amarillo:not([class*="-bg"]) [class*='note'] .preview:hover,
  .widget-wrapper.amarillo:not([class*="-bg"]) [class*='note'] .title:hover,
  .widget-wrapper.amarillo:not([class*="-bg"]) [class*='note'] .author:hover {
    color: #d4ca56 !important; }
  .widget-wrapper.amarillo:not([class*="-bg"]) [data-type*="article"] i[class*="play"]:hover {
    color: #d4ca56 !important; }

.widget-wrapper.amarillo:not([class*="-bg"]) {
  /* Cabezales */
  /* Chapitas en los listados de notas */
  /* Icono de Play si la nota tiene video */ }
  .widget-wrapper.amarillo:not([class*="-bg"]) .headline .obj-title, .widget-wrapper.amarillo:not([class*="-bg"]) .most-read .obj-title, .widget-wrapper.amarillo:not([class*="-bg"]) .note-by-author .obj-title {
    color: #d4ca56; }
    .widget-wrapper.amarillo:not([class*="-bg"]) .headline .obj-title::first-letter, .widget-wrapper.amarillo:not([class*="-bg"]) .most-read .obj-title::first-letter, .widget-wrapper.amarillo:not([class*="-bg"]) .note-by-author .obj-title::first-letter {
      background-color: #d4ca56;
      color: #000000; }
  .widget-wrapper.amarillo:not([class*="-bg"]) [class*='note']:not(.highlighted-portrait-note):not(.highlighted-note-overprinted-title) .article-kicker {
    color: #d4ca56 !important; }
  .widget-wrapper.amarillo:not([class*="-bg"]) [class*='note'] .article-theme {
    background-color: rgba(212, 202, 86, 0.8) !important;
    color: #000000 !important; }
  .widget-wrapper.amarillo:not([class*="-bg"]) [class*='note'] .info-wrapper .preview:hover,
  .widget-wrapper.amarillo:not([class*="-bg"]) [class*='note'] .info-wrapper .title:hover,
  .widget-wrapper.amarillo:not([class*="-bg"]) [class*='note'] .info-wrapper .author:hover,
  .widget-wrapper.amarillo:not([class*="-bg"]) [class*='note'] .info-wrapper .article-category-grouper:hover,
  .widget-wrapper.amarillo:not([class*="-bg"]) [class*='note'] .info-wrapper .article-kicker:hover {
    color: #d4ca56 !important; }
  .widget-wrapper.amarillo:not([class*="-bg"]) [class*='note'] .preview:hover,
  .widget-wrapper.amarillo:not([class*="-bg"]) [class*='note'] .title:hover,
  .widget-wrapper.amarillo:not([class*="-bg"]) [class*='note'] .author:hover {
    color: #d4ca56 !important; }
  .widget-wrapper.amarillo:not([class*="-bg"]) [data-type*="article"] i[class*="play"]:hover {
    color: #d4ca56 !important; }

.widget-wrapper.amarillo:not([class*="-bg"]) {
  /* Cabezales */
  /* Chapitas en los listados de notas */
  /* Icono de Play si la nota tiene video */ }
  .widget-wrapper.amarillo:not([class*="-bg"]) .headline .obj-title, .widget-wrapper.amarillo:not([class*="-bg"]) .most-read .obj-title, .widget-wrapper.amarillo:not([class*="-bg"]) .note-by-author .obj-title {
    color: #d4ca56; }
    .widget-wrapper.amarillo:not([class*="-bg"]) .headline .obj-title::first-letter, .widget-wrapper.amarillo:not([class*="-bg"]) .most-read .obj-title::first-letter, .widget-wrapper.amarillo:not([class*="-bg"]) .note-by-author .obj-title::first-letter {
      background-color: #d4ca56;
      color: #000000; }
  .widget-wrapper.amarillo:not([class*="-bg"]) [class*='note']:not(.highlighted-portrait-note):not(.highlighted-note-overprinted-title) .article-kicker {
    color: #d4ca56 !important; }
  .widget-wrapper.amarillo:not([class*="-bg"]) [class*='note'] .article-theme {
    background-color: rgba(212, 202, 86, 0.8) !important;
    color: #000000 !important; }
  .widget-wrapper.amarillo:not([class*="-bg"]) [class*='note'] .info-wrapper .preview:hover,
  .widget-wrapper.amarillo:not([class*="-bg"]) [class*='note'] .info-wrapper .title:hover,
  .widget-wrapper.amarillo:not([class*="-bg"]) [class*='note'] .info-wrapper .author:hover,
  .widget-wrapper.amarillo:not([class*="-bg"]) [class*='note'] .info-wrapper .article-category-grouper:hover,
  .widget-wrapper.amarillo:not([class*="-bg"]) [class*='note'] .info-wrapper .article-kicker:hover {
    color: #d4ca56 !important; }
  .widget-wrapper.amarillo:not([class*="-bg"]) [class*='note'] .preview:hover,
  .widget-wrapper.amarillo:not([class*="-bg"]) [class*='note'] .title:hover,
  .widget-wrapper.amarillo:not([class*="-bg"]) [class*='note'] .author:hover {
    color: #d4ca56 !important; }
  .widget-wrapper.amarillo:not([class*="-bg"]) [data-type*="article"] i[class*="play"]:hover {
    color: #d4ca56 !important; }

.widget-wrapper.amarillo:not([class*="-bg"]) {
  /* Cabezales */
  /* Chapitas en los listados de notas */
  /* Icono de Play si la nota tiene video */ }
  .widget-wrapper.amarillo:not([class*="-bg"]) .headline .obj-title, .widget-wrapper.amarillo:not([class*="-bg"]) .most-read .obj-title, .widget-wrapper.amarillo:not([class*="-bg"]) .note-by-author .obj-title {
    color: #d4ca56; }
    .widget-wrapper.amarillo:not([class*="-bg"]) .headline .obj-title::first-letter, .widget-wrapper.amarillo:not([class*="-bg"]) .most-read .obj-title::first-letter, .widget-wrapper.amarillo:not([class*="-bg"]) .note-by-author .obj-title::first-letter {
      background-color: #d4ca56;
      color: #000000; }
  .widget-wrapper.amarillo:not([class*="-bg"]) [class*='note']:not(.highlighted-portrait-note):not(.highlighted-note-overprinted-title) .article-kicker {
    color: #d4ca56 !important; }
  .widget-wrapper.amarillo:not([class*="-bg"]) [class*='note'] .article-theme {
    background-color: rgba(212, 202, 86, 0.8) !important;
    color: #000000 !important; }
  .widget-wrapper.amarillo:not([class*="-bg"]) [class*='note'] .info-wrapper .preview:hover,
  .widget-wrapper.amarillo:not([class*="-bg"]) [class*='note'] .info-wrapper .title:hover,
  .widget-wrapper.amarillo:not([class*="-bg"]) [class*='note'] .info-wrapper .author:hover,
  .widget-wrapper.amarillo:not([class*="-bg"]) [class*='note'] .info-wrapper .article-category-grouper:hover,
  .widget-wrapper.amarillo:not([class*="-bg"]) [class*='note'] .info-wrapper .article-kicker:hover {
    color: #d4ca56 !important; }
  .widget-wrapper.amarillo:not([class*="-bg"]) [class*='note'] .preview:hover,
  .widget-wrapper.amarillo:not([class*="-bg"]) [class*='note'] .title:hover,
  .widget-wrapper.amarillo:not([class*="-bg"]) [class*='note'] .author:hover {
    color: #d4ca56 !important; }
  .widget-wrapper.amarillo:not([class*="-bg"]) [data-type*="article"] i[class*="play"]:hover {
    color: #d4ca56 !important; }

.widget-wrapper.amarillo:not([class*="-bg"]) {
  /* Cabezales */
  /* Chapitas en los listados de notas */
  /* Icono de Play si la nota tiene video */ }
  .widget-wrapper.amarillo:not([class*="-bg"]) .headline .obj-title, .widget-wrapper.amarillo:not([class*="-bg"]) .most-read .obj-title, .widget-wrapper.amarillo:not([class*="-bg"]) .note-by-author .obj-title {
    color: #d4ca56; }
    .widget-wrapper.amarillo:not([class*="-bg"]) .headline .obj-title::first-letter, .widget-wrapper.amarillo:not([class*="-bg"]) .most-read .obj-title::first-letter, .widget-wrapper.amarillo:not([class*="-bg"]) .note-by-author .obj-title::first-letter {
      background-color: #d4ca56;
      color: #000000; }
  .widget-wrapper.amarillo:not([class*="-bg"]) [class*='note']:not(.highlighted-portrait-note):not(.highlighted-note-overprinted-title) .article-kicker {
    color: #d4ca56 !important; }
  .widget-wrapper.amarillo:not([class*="-bg"]) [class*='note'] .article-theme {
    background-color: rgba(212, 202, 86, 0.8) !important;
    color: #000000 !important; }
  .widget-wrapper.amarillo:not([class*="-bg"]) [class*='note'] .info-wrapper .preview:hover,
  .widget-wrapper.amarillo:not([class*="-bg"]) [class*='note'] .info-wrapper .title:hover,
  .widget-wrapper.amarillo:not([class*="-bg"]) [class*='note'] .info-wrapper .author:hover,
  .widget-wrapper.amarillo:not([class*="-bg"]) [class*='note'] .info-wrapper .article-category-grouper:hover,
  .widget-wrapper.amarillo:not([class*="-bg"]) [class*='note'] .info-wrapper .article-kicker:hover {
    color: #d4ca56 !important; }
  .widget-wrapper.amarillo:not([class*="-bg"]) [class*='note'] .preview:hover,
  .widget-wrapper.amarillo:not([class*="-bg"]) [class*='note'] .title:hover,
  .widget-wrapper.amarillo:not([class*="-bg"]) [class*='note'] .author:hover {
    color: #d4ca56 !important; }
  .widget-wrapper.amarillo:not([class*="-bg"]) [data-type*="article"] i[class*="play"]:hover {
    color: #d4ca56 !important; }

.widget-wrapper.amarillo:not([class*="-bg"]) {
  /* Cabezales */
  /* Chapitas en los listados de notas */
  /* Icono de Play si la nota tiene video */ }
  .widget-wrapper.amarillo:not([class*="-bg"]) .headline .obj-title, .widget-wrapper.amarillo:not([class*="-bg"]) .most-read .obj-title, .widget-wrapper.amarillo:not([class*="-bg"]) .note-by-author .obj-title {
    color: #d4ca56; }
    .widget-wrapper.amarillo:not([class*="-bg"]) .headline .obj-title::first-letter, .widget-wrapper.amarillo:not([class*="-bg"]) .most-read .obj-title::first-letter, .widget-wrapper.amarillo:not([class*="-bg"]) .note-by-author .obj-title::first-letter {
      background-color: #d4ca56;
      color: #000000; }
  .widget-wrapper.amarillo:not([class*="-bg"]) [class*='note']:not(.highlighted-portrait-note):not(.highlighted-note-overprinted-title) .article-kicker {
    color: #d4ca56 !important; }
  .widget-wrapper.amarillo:not([class*="-bg"]) [class*='note'] .article-theme {
    background-color: rgba(212, 202, 86, 0.8) !important;
    color: #000000 !important; }
  .widget-wrapper.amarillo:not([class*="-bg"]) [class*='note'] .info-wrapper .preview:hover,
  .widget-wrapper.amarillo:not([class*="-bg"]) [class*='note'] .info-wrapper .title:hover,
  .widget-wrapper.amarillo:not([class*="-bg"]) [class*='note'] .info-wrapper .author:hover,
  .widget-wrapper.amarillo:not([class*="-bg"]) [class*='note'] .info-wrapper .article-category-grouper:hover,
  .widget-wrapper.amarillo:not([class*="-bg"]) [class*='note'] .info-wrapper .article-kicker:hover {
    color: #d4ca56 !important; }
  .widget-wrapper.amarillo:not([class*="-bg"]) [class*='note'] .preview:hover,
  .widget-wrapper.amarillo:not([class*="-bg"]) [class*='note'] .title:hover,
  .widget-wrapper.amarillo:not([class*="-bg"]) [class*='note'] .author:hover {
    color: #d4ca56 !important; }
  .widget-wrapper.amarillo:not([class*="-bg"]) [data-type*="article"] i[class*="play"]:hover {
    color: #d4ca56 !important; }

.widget-wrapper.amarillo:not([class*="-bg"]) {
  /* Cabezales */
  /* Chapitas en los listados de notas */
  /* Icono de Play si la nota tiene video */ }
  .widget-wrapper.amarillo:not([class*="-bg"]) .headline .obj-title, .widget-wrapper.amarillo:not([class*="-bg"]) .most-read .obj-title, .widget-wrapper.amarillo:not([class*="-bg"]) .note-by-author .obj-title {
    color: #d4ca56; }
    .widget-wrapper.amarillo:not([class*="-bg"]) .headline .obj-title::first-letter, .widget-wrapper.amarillo:not([class*="-bg"]) .most-read .obj-title::first-letter, .widget-wrapper.amarillo:not([class*="-bg"]) .note-by-author .obj-title::first-letter {
      background-color: #d4ca56;
      color: #000000; }
  .widget-wrapper.amarillo:not([class*="-bg"]) [class*='note']:not(.highlighted-portrait-note):not(.highlighted-note-overprinted-title) .article-kicker {
    color: #d4ca56 !important; }
  .widget-wrapper.amarillo:not([class*="-bg"]) [class*='note'] .article-theme {
    background-color: rgba(212, 202, 86, 0.8) !important;
    color: #000000 !important; }
  .widget-wrapper.amarillo:not([class*="-bg"]) [class*='note'] .info-wrapper .preview:hover,
  .widget-wrapper.amarillo:not([class*="-bg"]) [class*='note'] .info-wrapper .title:hover,
  .widget-wrapper.amarillo:not([class*="-bg"]) [class*='note'] .info-wrapper .author:hover,
  .widget-wrapper.amarillo:not([class*="-bg"]) [class*='note'] .info-wrapper .article-category-grouper:hover,
  .widget-wrapper.amarillo:not([class*="-bg"]) [class*='note'] .info-wrapper .article-kicker:hover {
    color: #d4ca56 !important; }
  .widget-wrapper.amarillo:not([class*="-bg"]) [class*='note'] .preview:hover,
  .widget-wrapper.amarillo:not([class*="-bg"]) [class*='note'] .title:hover,
  .widget-wrapper.amarillo:not([class*="-bg"]) [class*='note'] .author:hover {
    color: #d4ca56 !important; }
  .widget-wrapper.amarillo:not([class*="-bg"]) [data-type*="article"] i[class*="play"]:hover {
    color: #d4ca56 !important; }

.widget-wrapper.amarillo:not([class*="-bg"]) {
  /* Cabezales */
  /* Chapitas en los listados de notas */
  /* Icono de Play si la nota tiene video */ }
  .widget-wrapper.amarillo:not([class*="-bg"]) .headline .obj-title, .widget-wrapper.amarillo:not([class*="-bg"]) .most-read .obj-title, .widget-wrapper.amarillo:not([class*="-bg"]) .note-by-author .obj-title {
    color: #d4ca56; }
    .widget-wrapper.amarillo:not([class*="-bg"]) .headline .obj-title::first-letter, .widget-wrapper.amarillo:not([class*="-bg"]) .most-read .obj-title::first-letter, .widget-wrapper.amarillo:not([class*="-bg"]) .note-by-author .obj-title::first-letter {
      background-color: #d4ca56;
      color: #000000; }
  .widget-wrapper.amarillo:not([class*="-bg"]) [class*='note']:not(.highlighted-portrait-note):not(.highlighted-note-overprinted-title) .article-kicker {
    color: #d4ca56 !important; }
  .widget-wrapper.amarillo:not([class*="-bg"]) [class*='note'] .article-theme {
    background-color: rgba(212, 202, 86, 0.8) !important;
    color: #000000 !important; }
  .widget-wrapper.amarillo:not([class*="-bg"]) [class*='note'] .info-wrapper .preview:hover,
  .widget-wrapper.amarillo:not([class*="-bg"]) [class*='note'] .info-wrapper .title:hover,
  .widget-wrapper.amarillo:not([class*="-bg"]) [class*='note'] .info-wrapper .author:hover,
  .widget-wrapper.amarillo:not([class*="-bg"]) [class*='note'] .info-wrapper .article-category-grouper:hover,
  .widget-wrapper.amarillo:not([class*="-bg"]) [class*='note'] .info-wrapper .article-kicker:hover {
    color: #d4ca56 !important; }
  .widget-wrapper.amarillo:not([class*="-bg"]) [class*='note'] .preview:hover,
  .widget-wrapper.amarillo:not([class*="-bg"]) [class*='note'] .title:hover,
  .widget-wrapper.amarillo:not([class*="-bg"]) [class*='note'] .author:hover {
    color: #d4ca56 !important; }
  .widget-wrapper.amarillo:not([class*="-bg"]) [data-type*="article"] i[class*="play"]:hover {
    color: #d4ca56 !important; }

.widget-wrapper.amarillo:not([class*="-bg"]) {
  /* Cabezales */
  /* Chapitas en los listados de notas */
  /* Icono de Play si la nota tiene video */ }
  .widget-wrapper.amarillo:not([class*="-bg"]) .headline .obj-title, .widget-wrapper.amarillo:not([class*="-bg"]) .most-read .obj-title, .widget-wrapper.amarillo:not([class*="-bg"]) .note-by-author .obj-title {
    color: #d4ca56; }
    .widget-wrapper.amarillo:not([class*="-bg"]) .headline .obj-title::first-letter, .widget-wrapper.amarillo:not([class*="-bg"]) .most-read .obj-title::first-letter, .widget-wrapper.amarillo:not([class*="-bg"]) .note-by-author .obj-title::first-letter {
      background-color: #d4ca56;
      color: #000000; }
  .widget-wrapper.amarillo:not([class*="-bg"]) [class*='note']:not(.highlighted-portrait-note):not(.highlighted-note-overprinted-title) .article-kicker {
    color: #d4ca56 !important; }
  .widget-wrapper.amarillo:not([class*="-bg"]) [class*='note'] .article-theme {
    background-color: rgba(212, 202, 86, 0.8) !important;
    color: #000000 !important; }
  .widget-wrapper.amarillo:not([class*="-bg"]) [class*='note'] .info-wrapper .preview:hover,
  .widget-wrapper.amarillo:not([class*="-bg"]) [class*='note'] .info-wrapper .title:hover,
  .widget-wrapper.amarillo:not([class*="-bg"]) [class*='note'] .info-wrapper .author:hover,
  .widget-wrapper.amarillo:not([class*="-bg"]) [class*='note'] .info-wrapper .article-category-grouper:hover,
  .widget-wrapper.amarillo:not([class*="-bg"]) [class*='note'] .info-wrapper .article-kicker:hover {
    color: #d4ca56 !important; }
  .widget-wrapper.amarillo:not([class*="-bg"]) [class*='note'] .preview:hover,
  .widget-wrapper.amarillo:not([class*="-bg"]) [class*='note'] .title:hover,
  .widget-wrapper.amarillo:not([class*="-bg"]) [class*='note'] .author:hover {
    color: #d4ca56 !important; }
  .widget-wrapper.amarillo:not([class*="-bg"]) [data-type*="article"] i[class*="play"]:hover {
    color: #d4ca56 !important; }

.widget-wrapper.amarillo:not([class*="-bg"]) {
  /* Cabezales */
  /* Chapitas en los listados de notas */
  /* Icono de Play si la nota tiene video */ }
  .widget-wrapper.amarillo:not([class*="-bg"]) .headline .obj-title, .widget-wrapper.amarillo:not([class*="-bg"]) .most-read .obj-title, .widget-wrapper.amarillo:not([class*="-bg"]) .note-by-author .obj-title {
    color: #d4ca56; }
    .widget-wrapper.amarillo:not([class*="-bg"]) .headline .obj-title::first-letter, .widget-wrapper.amarillo:not([class*="-bg"]) .most-read .obj-title::first-letter, .widget-wrapper.amarillo:not([class*="-bg"]) .note-by-author .obj-title::first-letter {
      background-color: #d4ca56;
      color: #000000; }
  .widget-wrapper.amarillo:not([class*="-bg"]) [class*='note']:not(.highlighted-portrait-note):not(.highlighted-note-overprinted-title) .article-kicker {
    color: #d4ca56 !important; }
  .widget-wrapper.amarillo:not([class*="-bg"]) [class*='note'] .article-theme {
    background-color: rgba(212, 202, 86, 0.8) !important;
    color: #000000 !important; }
  .widget-wrapper.amarillo:not([class*="-bg"]) [class*='note'] .info-wrapper .preview:hover,
  .widget-wrapper.amarillo:not([class*="-bg"]) [class*='note'] .info-wrapper .title:hover,
  .widget-wrapper.amarillo:not([class*="-bg"]) [class*='note'] .info-wrapper .author:hover,
  .widget-wrapper.amarillo:not([class*="-bg"]) [class*='note'] .info-wrapper .article-category-grouper:hover,
  .widget-wrapper.amarillo:not([class*="-bg"]) [class*='note'] .info-wrapper .article-kicker:hover {
    color: #d4ca56 !important; }
  .widget-wrapper.amarillo:not([class*="-bg"]) [class*='note'] .preview:hover,
  .widget-wrapper.amarillo:not([class*="-bg"]) [class*='note'] .title:hover,
  .widget-wrapper.amarillo:not([class*="-bg"]) [class*='note'] .author:hover {
    color: #d4ca56 !important; }
  .widget-wrapper.amarillo:not([class*="-bg"]) [data-type*="article"] i[class*="play"]:hover {
    color: #d4ca56 !important; }

.widget-wrapper.amarillo:not([class*="-bg"]) {
  /* Cabezales */
  /* Chapitas en los listados de notas */
  /* Icono de Play si la nota tiene video */ }
  .widget-wrapper.amarillo:not([class*="-bg"]) .headline .obj-title, .widget-wrapper.amarillo:not([class*="-bg"]) .most-read .obj-title, .widget-wrapper.amarillo:not([class*="-bg"]) .note-by-author .obj-title {
    color: #d4ca56; }
    .widget-wrapper.amarillo:not([class*="-bg"]) .headline .obj-title::first-letter, .widget-wrapper.amarillo:not([class*="-bg"]) .most-read .obj-title::first-letter, .widget-wrapper.amarillo:not([class*="-bg"]) .note-by-author .obj-title::first-letter {
      background-color: #d4ca56;
      color: #000000; }
  .widget-wrapper.amarillo:not([class*="-bg"]) [class*='note']:not(.highlighted-portrait-note):not(.highlighted-note-overprinted-title) .article-kicker {
    color: #d4ca56 !important; }
  .widget-wrapper.amarillo:not([class*="-bg"]) [class*='note'] .article-theme {
    background-color: rgba(212, 202, 86, 0.8) !important;
    color: #000000 !important; }
  .widget-wrapper.amarillo:not([class*="-bg"]) [class*='note'] .info-wrapper .preview:hover,
  .widget-wrapper.amarillo:not([class*="-bg"]) [class*='note'] .info-wrapper .title:hover,
  .widget-wrapper.amarillo:not([class*="-bg"]) [class*='note'] .info-wrapper .author:hover,
  .widget-wrapper.amarillo:not([class*="-bg"]) [class*='note'] .info-wrapper .article-category-grouper:hover,
  .widget-wrapper.amarillo:not([class*="-bg"]) [class*='note'] .info-wrapper .article-kicker:hover {
    color: #d4ca56 !important; }
  .widget-wrapper.amarillo:not([class*="-bg"]) [class*='note'] .preview:hover,
  .widget-wrapper.amarillo:not([class*="-bg"]) [class*='note'] .title:hover,
  .widget-wrapper.amarillo:not([class*="-bg"]) [class*='note'] .author:hover {
    color: #d4ca56 !important; }
  .widget-wrapper.amarillo:not([class*="-bg"]) [data-type*="article"] i[class*="play"]:hover {
    color: #d4ca56 !important; }

.widget-wrapper.amarillo:not([class*="-bg"]) {
  /* Cabezales */
  /* Chapitas en los listados de notas */
  /* Icono de Play si la nota tiene video */ }
  .widget-wrapper.amarillo:not([class*="-bg"]) .headline .obj-title, .widget-wrapper.amarillo:not([class*="-bg"]) .most-read .obj-title, .widget-wrapper.amarillo:not([class*="-bg"]) .note-by-author .obj-title {
    color: #d4ca56; }
    .widget-wrapper.amarillo:not([class*="-bg"]) .headline .obj-title::first-letter, .widget-wrapper.amarillo:not([class*="-bg"]) .most-read .obj-title::first-letter, .widget-wrapper.amarillo:not([class*="-bg"]) .note-by-author .obj-title::first-letter {
      background-color: #d4ca56;
      color: #000000; }
  .widget-wrapper.amarillo:not([class*="-bg"]) [class*='note']:not(.highlighted-portrait-note):not(.highlighted-note-overprinted-title) .article-kicker {
    color: #d4ca56 !important; }
  .widget-wrapper.amarillo:not([class*="-bg"]) [class*='note'] .article-theme {
    background-color: rgba(212, 202, 86, 0.8) !important;
    color: #000000 !important; }
  .widget-wrapper.amarillo:not([class*="-bg"]) [class*='note'] .info-wrapper .preview:hover,
  .widget-wrapper.amarillo:not([class*="-bg"]) [class*='note'] .info-wrapper .title:hover,
  .widget-wrapper.amarillo:not([class*="-bg"]) [class*='note'] .info-wrapper .author:hover,
  .widget-wrapper.amarillo:not([class*="-bg"]) [class*='note'] .info-wrapper .article-category-grouper:hover,
  .widget-wrapper.amarillo:not([class*="-bg"]) [class*='note'] .info-wrapper .article-kicker:hover {
    color: #d4ca56 !important; }
  .widget-wrapper.amarillo:not([class*="-bg"]) [class*='note'] .preview:hover,
  .widget-wrapper.amarillo:not([class*="-bg"]) [class*='note'] .title:hover,
  .widget-wrapper.amarillo:not([class*="-bg"]) [class*='note'] .author:hover {
    color: #d4ca56 !important; }
  .widget-wrapper.amarillo:not([class*="-bg"]) [data-type*="article"] i[class*="play"]:hover {
    color: #d4ca56 !important; }

.widget-wrapper.amarillo:not([class*="-bg"]) {
  /* Cabezales */
  /* Chapitas en los listados de notas */
  /* Icono de Play si la nota tiene video */ }
  .widget-wrapper.amarillo:not([class*="-bg"]) .headline .obj-title, .widget-wrapper.amarillo:not([class*="-bg"]) .most-read .obj-title, .widget-wrapper.amarillo:not([class*="-bg"]) .note-by-author .obj-title {
    color: #d4ca56; }
    .widget-wrapper.amarillo:not([class*="-bg"]) .headline .obj-title::first-letter, .widget-wrapper.amarillo:not([class*="-bg"]) .most-read .obj-title::first-letter, .widget-wrapper.amarillo:not([class*="-bg"]) .note-by-author .obj-title::first-letter {
      background-color: #d4ca56;
      color: #000000; }
  .widget-wrapper.amarillo:not([class*="-bg"]) [class*='note']:not(.highlighted-portrait-note):not(.highlighted-note-overprinted-title) .article-kicker {
    color: #d4ca56 !important; }
  .widget-wrapper.amarillo:not([class*="-bg"]) [class*='note'] .article-theme {
    background-color: rgba(212, 202, 86, 0.8) !important;
    color: #000000 !important; }
  .widget-wrapper.amarillo:not([class*="-bg"]) [class*='note'] .info-wrapper .preview:hover,
  .widget-wrapper.amarillo:not([class*="-bg"]) [class*='note'] .info-wrapper .title:hover,
  .widget-wrapper.amarillo:not([class*="-bg"]) [class*='note'] .info-wrapper .author:hover,
  .widget-wrapper.amarillo:not([class*="-bg"]) [class*='note'] .info-wrapper .article-category-grouper:hover,
  .widget-wrapper.amarillo:not([class*="-bg"]) [class*='note'] .info-wrapper .article-kicker:hover {
    color: #d4ca56 !important; }
  .widget-wrapper.amarillo:not([class*="-bg"]) [class*='note'] .preview:hover,
  .widget-wrapper.amarillo:not([class*="-bg"]) [class*='note'] .title:hover,
  .widget-wrapper.amarillo:not([class*="-bg"]) [class*='note'] .author:hover {
    color: #d4ca56 !important; }
  .widget-wrapper.amarillo:not([class*="-bg"]) [data-type*="article"] i[class*="play"]:hover {
    color: #d4ca56 !important; }

.widget-wrapper.amarillo:not([class*="-bg"]) {
  /* Cabezales */
  /* Chapitas en los listados de notas */
  /* Icono de Play si la nota tiene video */ }
  .widget-wrapper.amarillo:not([class*="-bg"]) .headline .obj-title, .widget-wrapper.amarillo:not([class*="-bg"]) .most-read .obj-title, .widget-wrapper.amarillo:not([class*="-bg"]) .note-by-author .obj-title {
    color: #d4ca56; }
    .widget-wrapper.amarillo:not([class*="-bg"]) .headline .obj-title::first-letter, .widget-wrapper.amarillo:not([class*="-bg"]) .most-read .obj-title::first-letter, .widget-wrapper.amarillo:not([class*="-bg"]) .note-by-author .obj-title::first-letter {
      background-color: #d4ca56;
      color: #000000; }
  .widget-wrapper.amarillo:not([class*="-bg"]) [class*='note']:not(.highlighted-portrait-note):not(.highlighted-note-overprinted-title) .article-kicker {
    color: #d4ca56 !important; }
  .widget-wrapper.amarillo:not([class*="-bg"]) [class*='note'] .article-theme {
    background-color: rgba(212, 202, 86, 0.8) !important;
    color: #000000 !important; }
  .widget-wrapper.amarillo:not([class*="-bg"]) [class*='note'] .info-wrapper .preview:hover,
  .widget-wrapper.amarillo:not([class*="-bg"]) [class*='note'] .info-wrapper .title:hover,
  .widget-wrapper.amarillo:not([class*="-bg"]) [class*='note'] .info-wrapper .author:hover,
  .widget-wrapper.amarillo:not([class*="-bg"]) [class*='note'] .info-wrapper .article-category-grouper:hover,
  .widget-wrapper.amarillo:not([class*="-bg"]) [class*='note'] .info-wrapper .article-kicker:hover {
    color: #d4ca56 !important; }
  .widget-wrapper.amarillo:not([class*="-bg"]) [class*='note'] .preview:hover,
  .widget-wrapper.amarillo:not([class*="-bg"]) [class*='note'] .title:hover,
  .widget-wrapper.amarillo:not([class*="-bg"]) [class*='note'] .author:hover {
    color: #d4ca56 !important; }
  .widget-wrapper.amarillo:not([class*="-bg"]) [data-type*="article"] i[class*="play"]:hover {
    color: #d4ca56 !important; }

.widget-wrapper.amarillo:not([class*="-bg"]) {
  /* Cabezales */
  /* Chapitas en los listados de notas */
  /* Icono de Play si la nota tiene video */ }
  .widget-wrapper.amarillo:not([class*="-bg"]) .headline .obj-title, .widget-wrapper.amarillo:not([class*="-bg"]) .most-read .obj-title, .widget-wrapper.amarillo:not([class*="-bg"]) .note-by-author .obj-title {
    color: #d4ca56; }
    .widget-wrapper.amarillo:not([class*="-bg"]) .headline .obj-title::first-letter, .widget-wrapper.amarillo:not([class*="-bg"]) .most-read .obj-title::first-letter, .widget-wrapper.amarillo:not([class*="-bg"]) .note-by-author .obj-title::first-letter {
      background-color: #d4ca56;
      color: #000000; }
  .widget-wrapper.amarillo:not([class*="-bg"]) [class*='note']:not(.highlighted-portrait-note):not(.highlighted-note-overprinted-title) .article-kicker {
    color: #d4ca56 !important; }
  .widget-wrapper.amarillo:not([class*="-bg"]) [class*='note'] .article-theme {
    background-color: rgba(212, 202, 86, 0.8) !important;
    color: #000000 !important; }
  .widget-wrapper.amarillo:not([class*="-bg"]) [class*='note'] .info-wrapper .preview:hover,
  .widget-wrapper.amarillo:not([class*="-bg"]) [class*='note'] .info-wrapper .title:hover,
  .widget-wrapper.amarillo:not([class*="-bg"]) [class*='note'] .info-wrapper .author:hover,
  .widget-wrapper.amarillo:not([class*="-bg"]) [class*='note'] .info-wrapper .article-category-grouper:hover,
  .widget-wrapper.amarillo:not([class*="-bg"]) [class*='note'] .info-wrapper .article-kicker:hover {
    color: #d4ca56 !important; }
  .widget-wrapper.amarillo:not([class*="-bg"]) [class*='note'] .preview:hover,
  .widget-wrapper.amarillo:not([class*="-bg"]) [class*='note'] .title:hover,
  .widget-wrapper.amarillo:not([class*="-bg"]) [class*='note'] .author:hover {
    color: #d4ca56 !important; }
  .widget-wrapper.amarillo:not([class*="-bg"]) [data-type*="article"] i[class*="play"]:hover {
    color: #d4ca56 !important; }

.widget-wrapper.texto-blanco {
  color: #FFFFFF;
  /* Cabezales */ }
  .widget-wrapper.texto-blanco .headline .obj-title, .widget-wrapper.texto-blanco .most-read .obj-title, .widget-wrapper.texto-blanco .note-by-author .obj-title {
    color: #FFFFFF; }
  .widget-wrapper.texto-blanco .simple-list .simple-note:not(.no-media) .title, .widget-wrapper.texto-blanco .section-aside-single-article .simple-note:not(.no-media) .title {
    color: #FFFFFF; }
  .widget-wrapper.texto-blanco .simple-list-square-image .simple-note-square-image .title {
    color: #FFFFFF; }
  .widget-wrapper.texto-blanco .free-text .body-content {
    color: #000000; }
  .widget-wrapper.texto-blanco [data-type*="article"] .info-wrapper .article-kicker {
    color: #FFFFFF !important; }

/* Colores en Detalle Sección */
body.amarillo main.container.note {
  /* Cabezales */
  /* Chapitas en los listados de notas */
  /* Icono de Play si la nota tiene video */
  /* Iconos de Share/Compartir */
  /* Listado Más Leídas */
  /* Paginador Listado Seccion */ }
  body.amarillo main.container.note .headline .obj-title, body.amarillo main.container.note .most-read .obj-title, body.amarillo main.container.note .note-by-author .obj-title {
    color: #d4ca56; }
    body.amarillo main.container.note .headline .obj-title::first-letter, body.amarillo main.container.note .most-read .obj-title::first-letter, body.amarillo main.container.note .note-by-author .obj-title::first-letter {
      background-color: #d4ca56;
      color: #000000; }
  body.amarillo main.container.note [class*='note'] .article-theme {
    background-color: rgba(212, 202, 86, 0.8) !important;
    color: #000000 !important; }
  body.amarillo main.container.note [class*='note'] .info-wrapper .preview:hover,
  body.amarillo main.container.note [class*='note'] .info-wrapper .title:hover,
  body.amarillo main.container.note [class*='note'] .info-wrapper .author:hover {
    color: #d4ca56 !important; }
  body.amarillo main.container.note [class*='note'] .preview:hover,
  body.amarillo main.container.note [class*='note'] .title:hover,
  body.amarillo main.container.note [class*='note'] .author:hover {
    color: #d4ca56 !important; }
  body.amarillo main.container.note [data-type*="article"] i[class*="play"]:hover {
    color: #d4ca56 !important; }
  body.amarillo main.container.note .socials-share li {
    background-color: #d4ca56; }
  body.amarillo main.container.note .ranking-list {
    background-color: #d4ca56; }
    body.amarillo main.container.note .ranking-list .article .number {
      background-color: #cfc442; }
    body.amarillo main.container.note .ranking-list .article .number,
    body.amarillo main.container.note .ranking-list .article .title,
    body.amarillo main.container.note .ranking-list .article .author {
      color: #000000; }
    body.amarillo main.container.note .ranking-list .obj-title {
      color: #000000; }
  body.amarillo main.container.note .list-articles .articles-pagination [class*="button"] {
    background-color: #d4ca56;
    color: #000000; }
    body.amarillo main.container.note .list-articles .articles-pagination [class*="button"]:hover {
      background-color: #C82828; }

/* Colores en las chapitas */
.article-theme.magent {
  color: #cc62c8 !important; }

.article-kicker.magent {
  color: #cc62c8 !important; }

.article-category-grouper.magent:hover {
  color: #cc62c8 !important; }

/* Cabezales */
.headline.magent .obj-title, .magent.most-read .obj-title, .magent.note-by-author .obj-title {
  color: #cc62c8; }
  .headline.magent .obj-title::first-letter, .magent.most-read .obj-title::first-letter, .magent.note-by-author .obj-title::first-letter {
    background-color: #cc62c8;
    color: #FFFFFF; }

/* Widges con colores de fondo */
.magent-bg {
  background-color: #cc62c8; }
  .magent-bg.widget-wrapper {
    padding-top: 25px;
    margin-bottom: 25px; }
  .magent-bg .highlighted-note-square-image .preview,
  .magent-bg .highlighted-note-square-image .title,
  .magent-bg .highlighted-note-square-image .author,
  .magent-bg .highlighted-note-square-image .article-category-grouper,
  .magent-bg .highlighted-note-square-image .article-kicker,
  .magent-bg .simple-note .preview,
  .magent-bg .simple-note .title,
  .magent-bg .simple-note .author,
  .magent-bg .simple-note .article-category-grouper,
  .magent-bg .simple-note .article-kicker,
  .magent-bg .simple-note-square-image .preview,
  .magent-bg .simple-note-square-image .title,
  .magent-bg .simple-note-square-image .author,
  .magent-bg .simple-note-square-image .article-category-grouper,
  .magent-bg .simple-note-square-image .article-kicker {
    color: #FFFFFF !important; }
  .magent-bg .headline, .magent-bg .most-read, .magent-bg .note-by-author {
    margin-top: 0;
    padding-top: 8px; }
    .magent-bg .headline .obj-title, .magent-bg .most-read .obj-title, .magent-bg .note-by-author .obj-title {
      color: #FFFFFF !important; }
      .magent-bg .headline .obj-title::first-letter, .magent-bg .most-read .obj-title::first-letter, .magent-bg .note-by-author .obj-title::first-letter {
        background-color: #FFFFFF;
        color: #cc62c8 !important; }
  .magent-bg.celeste-vivo {
    /* Chapitas en los listados de notas */
    /* Icono de Play si la nota tiene video */ }
    .magent-bg.celeste-vivo [class*='note'] .article-theme {
      background-color: rgba(68, 201, 246, 0.8) !important;
      color: #FFFFFF !important; }
    .magent-bg.celeste-vivo [data-type*="article"] i[class*="play"]:hover {
      color: #44c9f6 !important; }
  .magent-bg.copa-america {
    /* Chapitas en los listados de notas */
    /* Icono de Play si la nota tiene video */ }
    .magent-bg.copa-america [class*='note'] .article-theme {
      background-color: rgba(32, 138, 200, 0.8) !important;
      color: #FFFFFF !important; }
    .magent-bg.copa-america [data-type*="article"] i[class*="play"]:hover {
      color: #208ac8 !important; }
  .magent-bg.fucsia {
    /* Chapitas en los listados de notas */
    /* Icono de Play si la nota tiene video */ }
    .magent-bg.fucsia [class*='note'] .article-theme {
      background-color: rgba(182, 11, 124, 0.8) !important;
      color: #FFFFFF !important; }
    .magent-bg.fucsia [data-type*="article"] i[class*="play"]:hover {
      color: #b60b7c !important; }
  .magent-bg.gris {
    /* Chapitas en los listados de notas */
    /* Icono de Play si la nota tiene video */ }
    .magent-bg.gris [class*='note'] .article-theme {
      background-color: rgba(109, 123, 140, 0.8) !important;
      color: #FFFFFF !important; }
    .magent-bg.gris [data-type*="article"] i[class*="play"]:hover {
      color: #6d7b8c !important; }
  .magent-bg.naranja {
    /* Chapitas en los listados de notas */
    /* Icono de Play si la nota tiene video */ }
    .magent-bg.naranja [class*='note'] .article-theme {
      background-color: rgba(227, 123, 87, 0.8) !important;
      color: #FFFFFF !important; }
    .magent-bg.naranja [data-type*="article"] i[class*="play"]:hover {
      color: #e37b57 !important; }
  .magent-bg.naranja_fuerte {
    /* Chapitas en los listados de notas */
    /* Icono de Play si la nota tiene video */ }
    .magent-bg.naranja_fuerte [class*='note'] .article-theme {
      background-color: rgba(217, 56, 0, 0.8) !important;
      color: #FFFFFF !important; }
    .magent-bg.naranja_fuerte [data-type*="article"] i[class*="play"]:hover {
      color: #D93800 !important; }
  .magent-bg.rating-cero {
    /* Chapitas en los listados de notas */
    /* Icono de Play si la nota tiene video */ }
    .magent-bg.rating-cero [class*='note'] .article-theme {
      background-color: rgba(218, 44, 41, 0.8) !important;
      color: #FFFFFF !important; }
    .magent-bg.rating-cero [data-type*="article"] i[class*="play"]:hover {
      color: #da2c29 !important; }
  .magent-bg.texto-blanco .article-shouts .info-wrapper .preview,
  .magent-bg.texto-blanco .article-shouts .info-wrapper .title,
  .magent-bg.texto-blanco .article-shouts .info-wrapper .author,
  .magent-bg.texto-blanco .article-shouts .info-wrapper .article-kicker,
  .magent-bg.texto-blanco .highlighted-note-square-image .info-wrapper .preview,
  .magent-bg.texto-blanco .highlighted-note-square-image .info-wrapper .title,
  .magent-bg.texto-blanco .highlighted-note-square-image .info-wrapper .author,
  .magent-bg.texto-blanco .highlighted-note-square-image .info-wrapper .article-kicker,
  .magent-bg.texto-blanco .simple-list .info-wrapper .preview,
  .magent-bg.texto-blanco .section-aside-single-article .info-wrapper .preview,
  .magent-bg.texto-blanco .simple-list .info-wrapper .title,
  .magent-bg.texto-blanco .section-aside-single-article .info-wrapper .title,
  .magent-bg.texto-blanco .simple-list .info-wrapper .author,
  .magent-bg.texto-blanco .section-aside-single-article .info-wrapper .author,
  .magent-bg.texto-blanco .simple-list .info-wrapper .article-kicker,
  .magent-bg.texto-blanco .section-aside-single-article .info-wrapper .article-kicker,
  .magent-bg.texto-blanco .simple-list-square-image .info-wrapper .preview,
  .magent-bg.texto-blanco .simple-list-square-image .info-wrapper .title,
  .magent-bg.texto-blanco .simple-list-square-image .info-wrapper .author,
  .magent-bg.texto-blanco .simple-list-square-image .info-wrapper .article-kicker {
    color: #FFFFFF !important; }
    .magent-bg.texto-blanco .article-shouts .info-wrapper .preview:hover,
    .magent-bg.texto-blanco .article-shouts .info-wrapper .title:hover,
    .magent-bg.texto-blanco .article-shouts .info-wrapper .author:hover,
    .magent-bg.texto-blanco .article-shouts .info-wrapper .article-kicker:hover,
    .magent-bg.texto-blanco .highlighted-note-square-image .info-wrapper .preview:hover,
    .magent-bg.texto-blanco .highlighted-note-square-image .info-wrapper .title:hover,
    .magent-bg.texto-blanco .highlighted-note-square-image .info-wrapper .author:hover,
    .magent-bg.texto-blanco .highlighted-note-square-image .info-wrapper .article-kicker:hover,
    .magent-bg.texto-blanco .simple-list .info-wrapper .preview:hover,
    .magent-bg.texto-blanco .section-aside-single-article .info-wrapper .preview:hover,
    .magent-bg.texto-blanco .simple-list .info-wrapper .title:hover,
    .magent-bg.texto-blanco .section-aside-single-article .info-wrapper .title:hover,
    .magent-bg.texto-blanco .simple-list .info-wrapper .author:hover,
    .magent-bg.texto-blanco .section-aside-single-article .info-wrapper .author:hover,
    .magent-bg.texto-blanco .simple-list .info-wrapper .article-kicker:hover,
    .magent-bg.texto-blanco .section-aside-single-article .info-wrapper .article-kicker:hover,
    .magent-bg.texto-blanco .simple-list-square-image .info-wrapper .preview:hover,
    .magent-bg.texto-blanco .simple-list-square-image .info-wrapper .title:hover,
    .magent-bg.texto-blanco .simple-list-square-image .info-wrapper .author:hover,
    .magent-bg.texto-blanco .simple-list-square-image .info-wrapper .article-kicker:hover {
      color: #FFFFFF !important; }
  .magent-bg.texto-blanco .article-shouts .preview,
  .magent-bg.texto-blanco .article-shouts .title,
  .magent-bg.texto-blanco .article-shouts .author,
  .magent-bg.texto-blanco .highlighted-note-square-image .preview,
  .magent-bg.texto-blanco .highlighted-note-square-image .title,
  .magent-bg.texto-blanco .highlighted-note-square-image .author,
  .magent-bg.texto-blanco .simple-list .preview,
  .magent-bg.texto-blanco .section-aside-single-article .preview,
  .magent-bg.texto-blanco .simple-list .title,
  .magent-bg.texto-blanco .section-aside-single-article .title,
  .magent-bg.texto-blanco .simple-list .author,
  .magent-bg.texto-blanco .section-aside-single-article .author,
  .magent-bg.texto-blanco .simple-list-square-image .preview,
  .magent-bg.texto-blanco .simple-list-square-image .title,
  .magent-bg.texto-blanco .simple-list-square-image .author {
    color: #FFFFFF !important; }
    .magent-bg.texto-blanco .article-shouts .preview:hover,
    .magent-bg.texto-blanco .article-shouts .title:hover,
    .magent-bg.texto-blanco .article-shouts .author:hover,
    .magent-bg.texto-blanco .highlighted-note-square-image .preview:hover,
    .magent-bg.texto-blanco .highlighted-note-square-image .title:hover,
    .magent-bg.texto-blanco .highlighted-note-square-image .author:hover,
    .magent-bg.texto-blanco .simple-list .preview:hover,
    .magent-bg.texto-blanco .section-aside-single-article .preview:hover,
    .magent-bg.texto-blanco .simple-list .title:hover,
    .magent-bg.texto-blanco .section-aside-single-article .title:hover,
    .magent-bg.texto-blanco .simple-list .author:hover,
    .magent-bg.texto-blanco .section-aside-single-article .author:hover,
    .magent-bg.texto-blanco .simple-list-square-image .preview:hover,
    .magent-bg.texto-blanco .simple-list-square-image .title:hover,
    .magent-bg.texto-blanco .simple-list-square-image .author:hover {
      color: #FFFFFF !important; }
  .magent-bg.texto-blanco [class*='note'] .article-theme {
    color: #FFFFFF !important; }
  .magent-bg.texto-blanco .headline, .magent-bg.texto-blanco .most-read, .magent-bg.texto-blanco .note-by-author {
    margin-top: 0;
    padding-top: 8px; }
    .magent-bg.texto-blanco .headline .obj-title, .magent-bg.texto-blanco .most-read .obj-title, .magent-bg.texto-blanco .note-by-author .obj-title {
      color: #FFFFFF !important; }
      .magent-bg.texto-blanco .headline .obj-title::first-letter, .magent-bg.texto-blanco .most-read .obj-title::first-letter, .magent-bg.texto-blanco .note-by-author .obj-title::first-letter {
        background-color: #FFFFFF;
        color: #cc62c8 !important; }
  .magent-bg.tipo-blanca {
    /* Chapitas en los listados de notas */
    /* Icono de Play si la nota tiene video */ }
    .magent-bg.tipo-blanca [class*='note'] .article-theme {
      background-color: rgba(0, 0, 0, 0) !important;
      color: #FFFFFF !important; }
    .magent-bg.tipo-blanca [data-type*="article"] i[class*="play"]:hover {
      color: transparent !important; }
  .magent-bg.verde-doc {
    /* Chapitas en los listados de notas */
    /* Icono de Play si la nota tiene video */ }
    .magent-bg.verde-doc [class*='note'] .article-theme {
      background-color: rgba(0, 153, 153, 0.8) !important;
      color: #FFFFFF !important; }
    .magent-bg.verde-doc [data-type*="article"] i[class*="play"]:hover {
      color: #099 !important; }
  .magent-bg.verde_oscuro {
    /* Chapitas en los listados de notas */
    /* Icono de Play si la nota tiene video */ }
    .magent-bg.verde_oscuro [class*='note'] .article-theme {
      background-color: rgba(74, 122, 80, 0.8) !important;
      color: #FFFFFF !important; }
    .magent-bg.verde_oscuro [data-type*="article"] i[class*="play"]:hover {
      color: #4a7a50 !important; }
  .magent-bg.violeta {
    /* Chapitas en los listados de notas */
    /* Icono de Play si la nota tiene video */ }
    .magent-bg.violeta [class*='note'] .article-theme {
      background-color: rgba(86, 0, 141, 0.8) !important;
      color: #FFFFFF !important; }
    .magent-bg.violeta [data-type*="article"] i[class*="play"]:hover {
      color: #56008D !important; }
  .magent-bg.beige {
    /* Chapitas en los listados de notas */
    /* Icono de Play si la nota tiene video */ }
    .magent-bg.beige [class*='note'] .article-theme {
      background-color: rgba(247, 239, 228, 0.8) !important;
      color: #000000 !important; }
    .magent-bg.beige [data-type*="article"] i[class*="play"]:hover {
      color: #f7efe4 !important; }
  .magent-bg.bordo {
    /* Chapitas en los listados de notas */
    /* Icono de Play si la nota tiene video */ }
    .magent-bg.bordo [class*='note'] .article-theme {
      background-color: rgba(64, 37, 34, 0.8) !important;
      color: #FFFFFF !important; }
    .magent-bg.bordo [data-type*="article"] i[class*="play"]:hover {
      color: #402522 !important; }
  .magent-bg.verde-limon {
    /* Chapitas en los listados de notas */
    /* Icono de Play si la nota tiene video */ }
    .magent-bg.verde-limon [class*='note'] .article-theme {
      background-color: rgba(239, 255, 211, 0.8) !important;
      color: #000000 !important; }
    .magent-bg.verde-limon [data-type*="article"] i[class*="play"]:hover {
      color: #efffd3 !important; }
  .magent-bg.rojo {
    /* Chapitas en los listados de notas */
    /* Icono de Play si la nota tiene video */ }
    .magent-bg.rojo [class*='note'] .article-theme {
      background-color: rgba(216, 84, 84, 0.8) !important;
      color: #FFFFFF !important; }
    .magent-bg.rojo [data-type*="article"] i[class*="play"]:hover {
      color: #d85454 !important; }
  .magent-bg.celeste {
    /* Chapitas en los listados de notas */
    /* Icono de Play si la nota tiene video */ }
    .magent-bg.celeste [class*='note'] .article-theme {
      background-color: rgba(81, 163, 255, 0.8) !important;
      color: #FFFFFF !important; }
    .magent-bg.celeste [data-type*="article"] i[class*="play"]:hover {
      color: #51a3ff !important; }
  .magent-bg.amarillo {
    /* Chapitas en los listados de notas */
    /* Icono de Play si la nota tiene video */ }
    .magent-bg.amarillo [class*='note'] .article-theme {
      background-color: rgba(212, 202, 86, 0.8) !important;
      color: #000000 !important; }
    .magent-bg.amarillo [data-type*="article"] i[class*="play"]:hover {
      color: #d4ca56 !important; }
  .magent-bg.magent {
    /* Chapitas en los listados de notas */
    /* Icono de Play si la nota tiene video */ }
    .magent-bg.magent [class*='note'] .article-theme {
      background-color: rgba(204, 98, 200, 0.8) !important;
      color: #FFFFFF !important; }
    .magent-bg.magent [data-type*="article"] i[class*="play"]:hover {
      color: #cc62c8 !important; }
  .magent-bg.azul {
    /* Chapitas en los listados de notas */
    /* Icono de Play si la nota tiene video */ }
    .magent-bg.azul [class*='note'] .article-theme {
      background-color: rgba(96, 129, 166, 0.8) !important;
      color: #FFFFFF !important; }
    .magent-bg.azul [data-type*="article"] i[class*="play"]:hover {
      color: #6081a6 !important; }
  .magent-bg.verde {
    /* Chapitas en los listados de notas */
    /* Icono de Play si la nota tiene video */ }
    .magent-bg.verde [class*='note'] .article-theme {
      background-color: rgba(93, 200, 102, 0.8) !important;
      color: #FFFFFF !important; }
    .magent-bg.verde [data-type*="article"] i[class*="play"]:hover {
      color: #5dc866 !important; }
  .magent-bg.cyan {
    /* Chapitas en los listados de notas */
    /* Icono de Play si la nota tiene video */ }
    .magent-bg.cyan [class*='note'] .article-theme {
      background-color: rgba(0, 188, 212, 0.8) !important;
      color: #000000 !important; }
    .magent-bg.cyan [data-type*="article"] i[class*="play"]:hover {
      color: #00BCD4 !important; }
  .magent-bg.negro {
    /* Chapitas en los listados de notas */
    /* Icono de Play si la nota tiene video */ }
    .magent-bg.negro [class*='note'] .article-theme {
      background-color: rgba(29, 29, 32, 0.8) !important;
      color: #FFFFFF !important; }
    .magent-bg.negro [data-type*="article"] i[class*="play"]:hover {
      color: #1d1d20 !important; }

/* Widgets con color relacionado */
.widget-wrapper.magent:not([class*="-bg"]) {
  /* Cabezales */
  /* Chapitas en los listados de notas */
  /* Icono de Play si la nota tiene video */ }
  .widget-wrapper.magent:not([class*="-bg"]) .headline .obj-title, .widget-wrapper.magent:not([class*="-bg"]) .most-read .obj-title, .widget-wrapper.magent:not([class*="-bg"]) .note-by-author .obj-title {
    color: #cc62c8; }
    .widget-wrapper.magent:not([class*="-bg"]) .headline .obj-title::first-letter, .widget-wrapper.magent:not([class*="-bg"]) .most-read .obj-title::first-letter, .widget-wrapper.magent:not([class*="-bg"]) .note-by-author .obj-title::first-letter {
      background-color: #cc62c8;
      color: #FFFFFF; }
  .widget-wrapper.magent:not([class*="-bg"]) [class*='note']:not(.highlighted-portrait-note):not(.highlighted-note-overprinted-title) .article-kicker {
    color: #cc62c8 !important; }
  .widget-wrapper.magent:not([class*="-bg"]) [class*='note'] .article-theme {
    background-color: rgba(204, 98, 200, 0.8) !important;
    color: #FFFFFF !important; }
  .widget-wrapper.magent:not([class*="-bg"]) [class*='note'] .info-wrapper .preview:hover,
  .widget-wrapper.magent:not([class*="-bg"]) [class*='note'] .info-wrapper .title:hover,
  .widget-wrapper.magent:not([class*="-bg"]) [class*='note'] .info-wrapper .author:hover,
  .widget-wrapper.magent:not([class*="-bg"]) [class*='note'] .info-wrapper .article-category-grouper:hover,
  .widget-wrapper.magent:not([class*="-bg"]) [class*='note'] .info-wrapper .article-kicker:hover {
    color: #cc62c8 !important; }
  .widget-wrapper.magent:not([class*="-bg"]) [class*='note'] .preview:hover,
  .widget-wrapper.magent:not([class*="-bg"]) [class*='note'] .title:hover,
  .widget-wrapper.magent:not([class*="-bg"]) [class*='note'] .author:hover {
    color: #cc62c8 !important; }
  .widget-wrapper.magent:not([class*="-bg"]) [data-type*="article"] i[class*="play"]:hover {
    color: #cc62c8 !important; }

.widget-wrapper.magent:not([class*="-bg"]) {
  /* Cabezales */
  /* Chapitas en los listados de notas */
  /* Icono de Play si la nota tiene video */ }
  .widget-wrapper.magent:not([class*="-bg"]) .headline .obj-title, .widget-wrapper.magent:not([class*="-bg"]) .most-read .obj-title, .widget-wrapper.magent:not([class*="-bg"]) .note-by-author .obj-title {
    color: #cc62c8; }
    .widget-wrapper.magent:not([class*="-bg"]) .headline .obj-title::first-letter, .widget-wrapper.magent:not([class*="-bg"]) .most-read .obj-title::first-letter, .widget-wrapper.magent:not([class*="-bg"]) .note-by-author .obj-title::first-letter {
      background-color: #cc62c8;
      color: #FFFFFF; }
  .widget-wrapper.magent:not([class*="-bg"]) [class*='note']:not(.highlighted-portrait-note):not(.highlighted-note-overprinted-title) .article-kicker {
    color: #cc62c8 !important; }
  .widget-wrapper.magent:not([class*="-bg"]) [class*='note'] .article-theme {
    background-color: rgba(204, 98, 200, 0.8) !important;
    color: #FFFFFF !important; }
  .widget-wrapper.magent:not([class*="-bg"]) [class*='note'] .info-wrapper .preview:hover,
  .widget-wrapper.magent:not([class*="-bg"]) [class*='note'] .info-wrapper .title:hover,
  .widget-wrapper.magent:not([class*="-bg"]) [class*='note'] .info-wrapper .author:hover,
  .widget-wrapper.magent:not([class*="-bg"]) [class*='note'] .info-wrapper .article-category-grouper:hover,
  .widget-wrapper.magent:not([class*="-bg"]) [class*='note'] .info-wrapper .article-kicker:hover {
    color: #cc62c8 !important; }
  .widget-wrapper.magent:not([class*="-bg"]) [class*='note'] .preview:hover,
  .widget-wrapper.magent:not([class*="-bg"]) [class*='note'] .title:hover,
  .widget-wrapper.magent:not([class*="-bg"]) [class*='note'] .author:hover {
    color: #cc62c8 !important; }
  .widget-wrapper.magent:not([class*="-bg"]) [data-type*="article"] i[class*="play"]:hover {
    color: #cc62c8 !important; }

.widget-wrapper.magent:not([class*="-bg"]) {
  /* Cabezales */
  /* Chapitas en los listados de notas */
  /* Icono de Play si la nota tiene video */ }
  .widget-wrapper.magent:not([class*="-bg"]) .headline .obj-title, .widget-wrapper.magent:not([class*="-bg"]) .most-read .obj-title, .widget-wrapper.magent:not([class*="-bg"]) .note-by-author .obj-title {
    color: #cc62c8; }
    .widget-wrapper.magent:not([class*="-bg"]) .headline .obj-title::first-letter, .widget-wrapper.magent:not([class*="-bg"]) .most-read .obj-title::first-letter, .widget-wrapper.magent:not([class*="-bg"]) .note-by-author .obj-title::first-letter {
      background-color: #cc62c8;
      color: #FFFFFF; }
  .widget-wrapper.magent:not([class*="-bg"]) [class*='note']:not(.highlighted-portrait-note):not(.highlighted-note-overprinted-title) .article-kicker {
    color: #cc62c8 !important; }
  .widget-wrapper.magent:not([class*="-bg"]) [class*='note'] .article-theme {
    background-color: rgba(204, 98, 200, 0.8) !important;
    color: #FFFFFF !important; }
  .widget-wrapper.magent:not([class*="-bg"]) [class*='note'] .info-wrapper .preview:hover,
  .widget-wrapper.magent:not([class*="-bg"]) [class*='note'] .info-wrapper .title:hover,
  .widget-wrapper.magent:not([class*="-bg"]) [class*='note'] .info-wrapper .author:hover,
  .widget-wrapper.magent:not([class*="-bg"]) [class*='note'] .info-wrapper .article-category-grouper:hover,
  .widget-wrapper.magent:not([class*="-bg"]) [class*='note'] .info-wrapper .article-kicker:hover {
    color: #cc62c8 !important; }
  .widget-wrapper.magent:not([class*="-bg"]) [class*='note'] .preview:hover,
  .widget-wrapper.magent:not([class*="-bg"]) [class*='note'] .title:hover,
  .widget-wrapper.magent:not([class*="-bg"]) [class*='note'] .author:hover {
    color: #cc62c8 !important; }
  .widget-wrapper.magent:not([class*="-bg"]) [data-type*="article"] i[class*="play"]:hover {
    color: #cc62c8 !important; }

.widget-wrapper.magent:not([class*="-bg"]) {
  /* Cabezales */
  /* Chapitas en los listados de notas */
  /* Icono de Play si la nota tiene video */ }
  .widget-wrapper.magent:not([class*="-bg"]) .headline .obj-title, .widget-wrapper.magent:not([class*="-bg"]) .most-read .obj-title, .widget-wrapper.magent:not([class*="-bg"]) .note-by-author .obj-title {
    color: #cc62c8; }
    .widget-wrapper.magent:not([class*="-bg"]) .headline .obj-title::first-letter, .widget-wrapper.magent:not([class*="-bg"]) .most-read .obj-title::first-letter, .widget-wrapper.magent:not([class*="-bg"]) .note-by-author .obj-title::first-letter {
      background-color: #cc62c8;
      color: #FFFFFF; }
  .widget-wrapper.magent:not([class*="-bg"]) [class*='note']:not(.highlighted-portrait-note):not(.highlighted-note-overprinted-title) .article-kicker {
    color: #cc62c8 !important; }
  .widget-wrapper.magent:not([class*="-bg"]) [class*='note'] .article-theme {
    background-color: rgba(204, 98, 200, 0.8) !important;
    color: #FFFFFF !important; }
  .widget-wrapper.magent:not([class*="-bg"]) [class*='note'] .info-wrapper .preview:hover,
  .widget-wrapper.magent:not([class*="-bg"]) [class*='note'] .info-wrapper .title:hover,
  .widget-wrapper.magent:not([class*="-bg"]) [class*='note'] .info-wrapper .author:hover,
  .widget-wrapper.magent:not([class*="-bg"]) [class*='note'] .info-wrapper .article-category-grouper:hover,
  .widget-wrapper.magent:not([class*="-bg"]) [class*='note'] .info-wrapper .article-kicker:hover {
    color: #cc62c8 !important; }
  .widget-wrapper.magent:not([class*="-bg"]) [class*='note'] .preview:hover,
  .widget-wrapper.magent:not([class*="-bg"]) [class*='note'] .title:hover,
  .widget-wrapper.magent:not([class*="-bg"]) [class*='note'] .author:hover {
    color: #cc62c8 !important; }
  .widget-wrapper.magent:not([class*="-bg"]) [data-type*="article"] i[class*="play"]:hover {
    color: #cc62c8 !important; }

.widget-wrapper.magent:not([class*="-bg"]) {
  /* Cabezales */
  /* Chapitas en los listados de notas */
  /* Icono de Play si la nota tiene video */ }
  .widget-wrapper.magent:not([class*="-bg"]) .headline .obj-title, .widget-wrapper.magent:not([class*="-bg"]) .most-read .obj-title, .widget-wrapper.magent:not([class*="-bg"]) .note-by-author .obj-title {
    color: #cc62c8; }
    .widget-wrapper.magent:not([class*="-bg"]) .headline .obj-title::first-letter, .widget-wrapper.magent:not([class*="-bg"]) .most-read .obj-title::first-letter, .widget-wrapper.magent:not([class*="-bg"]) .note-by-author .obj-title::first-letter {
      background-color: #cc62c8;
      color: #FFFFFF; }
  .widget-wrapper.magent:not([class*="-bg"]) [class*='note']:not(.highlighted-portrait-note):not(.highlighted-note-overprinted-title) .article-kicker {
    color: #cc62c8 !important; }
  .widget-wrapper.magent:not([class*="-bg"]) [class*='note'] .article-theme {
    background-color: rgba(204, 98, 200, 0.8) !important;
    color: #FFFFFF !important; }
  .widget-wrapper.magent:not([class*="-bg"]) [class*='note'] .info-wrapper .preview:hover,
  .widget-wrapper.magent:not([class*="-bg"]) [class*='note'] .info-wrapper .title:hover,
  .widget-wrapper.magent:not([class*="-bg"]) [class*='note'] .info-wrapper .author:hover,
  .widget-wrapper.magent:not([class*="-bg"]) [class*='note'] .info-wrapper .article-category-grouper:hover,
  .widget-wrapper.magent:not([class*="-bg"]) [class*='note'] .info-wrapper .article-kicker:hover {
    color: #cc62c8 !important; }
  .widget-wrapper.magent:not([class*="-bg"]) [class*='note'] .preview:hover,
  .widget-wrapper.magent:not([class*="-bg"]) [class*='note'] .title:hover,
  .widget-wrapper.magent:not([class*="-bg"]) [class*='note'] .author:hover {
    color: #cc62c8 !important; }
  .widget-wrapper.magent:not([class*="-bg"]) [data-type*="article"] i[class*="play"]:hover {
    color: #cc62c8 !important; }

.widget-wrapper.magent:not([class*="-bg"]) {
  /* Cabezales */
  /* Chapitas en los listados de notas */
  /* Icono de Play si la nota tiene video */ }
  .widget-wrapper.magent:not([class*="-bg"]) .headline .obj-title, .widget-wrapper.magent:not([class*="-bg"]) .most-read .obj-title, .widget-wrapper.magent:not([class*="-bg"]) .note-by-author .obj-title {
    color: #cc62c8; }
    .widget-wrapper.magent:not([class*="-bg"]) .headline .obj-title::first-letter, .widget-wrapper.magent:not([class*="-bg"]) .most-read .obj-title::first-letter, .widget-wrapper.magent:not([class*="-bg"]) .note-by-author .obj-title::first-letter {
      background-color: #cc62c8;
      color: #FFFFFF; }
  .widget-wrapper.magent:not([class*="-bg"]) [class*='note']:not(.highlighted-portrait-note):not(.highlighted-note-overprinted-title) .article-kicker {
    color: #cc62c8 !important; }
  .widget-wrapper.magent:not([class*="-bg"]) [class*='note'] .article-theme {
    background-color: rgba(204, 98, 200, 0.8) !important;
    color: #FFFFFF !important; }
  .widget-wrapper.magent:not([class*="-bg"]) [class*='note'] .info-wrapper .preview:hover,
  .widget-wrapper.magent:not([class*="-bg"]) [class*='note'] .info-wrapper .title:hover,
  .widget-wrapper.magent:not([class*="-bg"]) [class*='note'] .info-wrapper .author:hover,
  .widget-wrapper.magent:not([class*="-bg"]) [class*='note'] .info-wrapper .article-category-grouper:hover,
  .widget-wrapper.magent:not([class*="-bg"]) [class*='note'] .info-wrapper .article-kicker:hover {
    color: #cc62c8 !important; }
  .widget-wrapper.magent:not([class*="-bg"]) [class*='note'] .preview:hover,
  .widget-wrapper.magent:not([class*="-bg"]) [class*='note'] .title:hover,
  .widget-wrapper.magent:not([class*="-bg"]) [class*='note'] .author:hover {
    color: #cc62c8 !important; }
  .widget-wrapper.magent:not([class*="-bg"]) [data-type*="article"] i[class*="play"]:hover {
    color: #cc62c8 !important; }

.widget-wrapper.magent:not([class*="-bg"]) {
  /* Cabezales */
  /* Chapitas en los listados de notas */
  /* Icono de Play si la nota tiene video */ }
  .widget-wrapper.magent:not([class*="-bg"]) .headline .obj-title, .widget-wrapper.magent:not([class*="-bg"]) .most-read .obj-title, .widget-wrapper.magent:not([class*="-bg"]) .note-by-author .obj-title {
    color: #cc62c8; }
    .widget-wrapper.magent:not([class*="-bg"]) .headline .obj-title::first-letter, .widget-wrapper.magent:not([class*="-bg"]) .most-read .obj-title::first-letter, .widget-wrapper.magent:not([class*="-bg"]) .note-by-author .obj-title::first-letter {
      background-color: #cc62c8;
      color: #FFFFFF; }
  .widget-wrapper.magent:not([class*="-bg"]) [class*='note']:not(.highlighted-portrait-note):not(.highlighted-note-overprinted-title) .article-kicker {
    color: #cc62c8 !important; }
  .widget-wrapper.magent:not([class*="-bg"]) [class*='note'] .article-theme {
    background-color: rgba(204, 98, 200, 0.8) !important;
    color: #FFFFFF !important; }
  .widget-wrapper.magent:not([class*="-bg"]) [class*='note'] .info-wrapper .preview:hover,
  .widget-wrapper.magent:not([class*="-bg"]) [class*='note'] .info-wrapper .title:hover,
  .widget-wrapper.magent:not([class*="-bg"]) [class*='note'] .info-wrapper .author:hover,
  .widget-wrapper.magent:not([class*="-bg"]) [class*='note'] .info-wrapper .article-category-grouper:hover,
  .widget-wrapper.magent:not([class*="-bg"]) [class*='note'] .info-wrapper .article-kicker:hover {
    color: #cc62c8 !important; }
  .widget-wrapper.magent:not([class*="-bg"]) [class*='note'] .preview:hover,
  .widget-wrapper.magent:not([class*="-bg"]) [class*='note'] .title:hover,
  .widget-wrapper.magent:not([class*="-bg"]) [class*='note'] .author:hover {
    color: #cc62c8 !important; }
  .widget-wrapper.magent:not([class*="-bg"]) [data-type*="article"] i[class*="play"]:hover {
    color: #cc62c8 !important; }

.widget-wrapper.magent:not([class*="-bg"]) {
  /* Cabezales */
  /* Chapitas en los listados de notas */
  /* Icono de Play si la nota tiene video */ }
  .widget-wrapper.magent:not([class*="-bg"]) .headline .obj-title, .widget-wrapper.magent:not([class*="-bg"]) .most-read .obj-title, .widget-wrapper.magent:not([class*="-bg"]) .note-by-author .obj-title {
    color: #cc62c8; }
    .widget-wrapper.magent:not([class*="-bg"]) .headline .obj-title::first-letter, .widget-wrapper.magent:not([class*="-bg"]) .most-read .obj-title::first-letter, .widget-wrapper.magent:not([class*="-bg"]) .note-by-author .obj-title::first-letter {
      background-color: #cc62c8;
      color: #FFFFFF; }
  .widget-wrapper.magent:not([class*="-bg"]) [class*='note']:not(.highlighted-portrait-note):not(.highlighted-note-overprinted-title) .article-kicker {
    color: #cc62c8 !important; }
  .widget-wrapper.magent:not([class*="-bg"]) [class*='note'] .article-theme {
    background-color: rgba(204, 98, 200, 0.8) !important;
    color: #FFFFFF !important; }
  .widget-wrapper.magent:not([class*="-bg"]) [class*='note'] .info-wrapper .preview:hover,
  .widget-wrapper.magent:not([class*="-bg"]) [class*='note'] .info-wrapper .title:hover,
  .widget-wrapper.magent:not([class*="-bg"]) [class*='note'] .info-wrapper .author:hover,
  .widget-wrapper.magent:not([class*="-bg"]) [class*='note'] .info-wrapper .article-category-grouper:hover,
  .widget-wrapper.magent:not([class*="-bg"]) [class*='note'] .info-wrapper .article-kicker:hover {
    color: #cc62c8 !important; }
  .widget-wrapper.magent:not([class*="-bg"]) [class*='note'] .preview:hover,
  .widget-wrapper.magent:not([class*="-bg"]) [class*='note'] .title:hover,
  .widget-wrapper.magent:not([class*="-bg"]) [class*='note'] .author:hover {
    color: #cc62c8 !important; }
  .widget-wrapper.magent:not([class*="-bg"]) [data-type*="article"] i[class*="play"]:hover {
    color: #cc62c8 !important; }

.widget-wrapper.magent:not([class*="-bg"]) {
  /* Cabezales */
  /* Chapitas en los listados de notas */
  /* Icono de Play si la nota tiene video */ }
  .widget-wrapper.magent:not([class*="-bg"]) .headline .obj-title, .widget-wrapper.magent:not([class*="-bg"]) .most-read .obj-title, .widget-wrapper.magent:not([class*="-bg"]) .note-by-author .obj-title {
    color: #cc62c8; }
    .widget-wrapper.magent:not([class*="-bg"]) .headline .obj-title::first-letter, .widget-wrapper.magent:not([class*="-bg"]) .most-read .obj-title::first-letter, .widget-wrapper.magent:not([class*="-bg"]) .note-by-author .obj-title::first-letter {
      background-color: #cc62c8;
      color: #FFFFFF; }
  .widget-wrapper.magent:not([class*="-bg"]) [class*='note']:not(.highlighted-portrait-note):not(.highlighted-note-overprinted-title) .article-kicker {
    color: #cc62c8 !important; }
  .widget-wrapper.magent:not([class*="-bg"]) [class*='note'] .article-theme {
    background-color: rgba(204, 98, 200, 0.8) !important;
    color: #FFFFFF !important; }
  .widget-wrapper.magent:not([class*="-bg"]) [class*='note'] .info-wrapper .preview:hover,
  .widget-wrapper.magent:not([class*="-bg"]) [class*='note'] .info-wrapper .title:hover,
  .widget-wrapper.magent:not([class*="-bg"]) [class*='note'] .info-wrapper .author:hover,
  .widget-wrapper.magent:not([class*="-bg"]) [class*='note'] .info-wrapper .article-category-grouper:hover,
  .widget-wrapper.magent:not([class*="-bg"]) [class*='note'] .info-wrapper .article-kicker:hover {
    color: #cc62c8 !important; }
  .widget-wrapper.magent:not([class*="-bg"]) [class*='note'] .preview:hover,
  .widget-wrapper.magent:not([class*="-bg"]) [class*='note'] .title:hover,
  .widget-wrapper.magent:not([class*="-bg"]) [class*='note'] .author:hover {
    color: #cc62c8 !important; }
  .widget-wrapper.magent:not([class*="-bg"]) [data-type*="article"] i[class*="play"]:hover {
    color: #cc62c8 !important; }

.widget-wrapper.magent:not([class*="-bg"]) {
  /* Cabezales */
  /* Chapitas en los listados de notas */
  /* Icono de Play si la nota tiene video */ }
  .widget-wrapper.magent:not([class*="-bg"]) .headline .obj-title, .widget-wrapper.magent:not([class*="-bg"]) .most-read .obj-title, .widget-wrapper.magent:not([class*="-bg"]) .note-by-author .obj-title {
    color: #cc62c8; }
    .widget-wrapper.magent:not([class*="-bg"]) .headline .obj-title::first-letter, .widget-wrapper.magent:not([class*="-bg"]) .most-read .obj-title::first-letter, .widget-wrapper.magent:not([class*="-bg"]) .note-by-author .obj-title::first-letter {
      background-color: #cc62c8;
      color: #FFFFFF; }
  .widget-wrapper.magent:not([class*="-bg"]) [class*='note']:not(.highlighted-portrait-note):not(.highlighted-note-overprinted-title) .article-kicker {
    color: #cc62c8 !important; }
  .widget-wrapper.magent:not([class*="-bg"]) [class*='note'] .article-theme {
    background-color: rgba(204, 98, 200, 0.8) !important;
    color: #FFFFFF !important; }
  .widget-wrapper.magent:not([class*="-bg"]) [class*='note'] .info-wrapper .preview:hover,
  .widget-wrapper.magent:not([class*="-bg"]) [class*='note'] .info-wrapper .title:hover,
  .widget-wrapper.magent:not([class*="-bg"]) [class*='note'] .info-wrapper .author:hover,
  .widget-wrapper.magent:not([class*="-bg"]) [class*='note'] .info-wrapper .article-category-grouper:hover,
  .widget-wrapper.magent:not([class*="-bg"]) [class*='note'] .info-wrapper .article-kicker:hover {
    color: #cc62c8 !important; }
  .widget-wrapper.magent:not([class*="-bg"]) [class*='note'] .preview:hover,
  .widget-wrapper.magent:not([class*="-bg"]) [class*='note'] .title:hover,
  .widget-wrapper.magent:not([class*="-bg"]) [class*='note'] .author:hover {
    color: #cc62c8 !important; }
  .widget-wrapper.magent:not([class*="-bg"]) [data-type*="article"] i[class*="play"]:hover {
    color: #cc62c8 !important; }

.widget-wrapper.magent:not([class*="-bg"]) {
  /* Cabezales */
  /* Chapitas en los listados de notas */
  /* Icono de Play si la nota tiene video */ }
  .widget-wrapper.magent:not([class*="-bg"]) .headline .obj-title, .widget-wrapper.magent:not([class*="-bg"]) .most-read .obj-title, .widget-wrapper.magent:not([class*="-bg"]) .note-by-author .obj-title {
    color: #cc62c8; }
    .widget-wrapper.magent:not([class*="-bg"]) .headline .obj-title::first-letter, .widget-wrapper.magent:not([class*="-bg"]) .most-read .obj-title::first-letter, .widget-wrapper.magent:not([class*="-bg"]) .note-by-author .obj-title::first-letter {
      background-color: #cc62c8;
      color: #FFFFFF; }
  .widget-wrapper.magent:not([class*="-bg"]) [class*='note']:not(.highlighted-portrait-note):not(.highlighted-note-overprinted-title) .article-kicker {
    color: #cc62c8 !important; }
  .widget-wrapper.magent:not([class*="-bg"]) [class*='note'] .article-theme {
    background-color: rgba(204, 98, 200, 0.8) !important;
    color: #FFFFFF !important; }
  .widget-wrapper.magent:not([class*="-bg"]) [class*='note'] .info-wrapper .preview:hover,
  .widget-wrapper.magent:not([class*="-bg"]) [class*='note'] .info-wrapper .title:hover,
  .widget-wrapper.magent:not([class*="-bg"]) [class*='note'] .info-wrapper .author:hover,
  .widget-wrapper.magent:not([class*="-bg"]) [class*='note'] .info-wrapper .article-category-grouper:hover,
  .widget-wrapper.magent:not([class*="-bg"]) [class*='note'] .info-wrapper .article-kicker:hover {
    color: #cc62c8 !important; }
  .widget-wrapper.magent:not([class*="-bg"]) [class*='note'] .preview:hover,
  .widget-wrapper.magent:not([class*="-bg"]) [class*='note'] .title:hover,
  .widget-wrapper.magent:not([class*="-bg"]) [class*='note'] .author:hover {
    color: #cc62c8 !important; }
  .widget-wrapper.magent:not([class*="-bg"]) [data-type*="article"] i[class*="play"]:hover {
    color: #cc62c8 !important; }

.widget-wrapper.magent:not([class*="-bg"]) {
  /* Cabezales */
  /* Chapitas en los listados de notas */
  /* Icono de Play si la nota tiene video */ }
  .widget-wrapper.magent:not([class*="-bg"]) .headline .obj-title, .widget-wrapper.magent:not([class*="-bg"]) .most-read .obj-title, .widget-wrapper.magent:not([class*="-bg"]) .note-by-author .obj-title {
    color: #cc62c8; }
    .widget-wrapper.magent:not([class*="-bg"]) .headline .obj-title::first-letter, .widget-wrapper.magent:not([class*="-bg"]) .most-read .obj-title::first-letter, .widget-wrapper.magent:not([class*="-bg"]) .note-by-author .obj-title::first-letter {
      background-color: #cc62c8;
      color: #FFFFFF; }
  .widget-wrapper.magent:not([class*="-bg"]) [class*='note']:not(.highlighted-portrait-note):not(.highlighted-note-overprinted-title) .article-kicker {
    color: #cc62c8 !important; }
  .widget-wrapper.magent:not([class*="-bg"]) [class*='note'] .article-theme {
    background-color: rgba(204, 98, 200, 0.8) !important;
    color: #FFFFFF !important; }
  .widget-wrapper.magent:not([class*="-bg"]) [class*='note'] .info-wrapper .preview:hover,
  .widget-wrapper.magent:not([class*="-bg"]) [class*='note'] .info-wrapper .title:hover,
  .widget-wrapper.magent:not([class*="-bg"]) [class*='note'] .info-wrapper .author:hover,
  .widget-wrapper.magent:not([class*="-bg"]) [class*='note'] .info-wrapper .article-category-grouper:hover,
  .widget-wrapper.magent:not([class*="-bg"]) [class*='note'] .info-wrapper .article-kicker:hover {
    color: #cc62c8 !important; }
  .widget-wrapper.magent:not([class*="-bg"]) [class*='note'] .preview:hover,
  .widget-wrapper.magent:not([class*="-bg"]) [class*='note'] .title:hover,
  .widget-wrapper.magent:not([class*="-bg"]) [class*='note'] .author:hover {
    color: #cc62c8 !important; }
  .widget-wrapper.magent:not([class*="-bg"]) [data-type*="article"] i[class*="play"]:hover {
    color: #cc62c8 !important; }

.widget-wrapper.magent:not([class*="-bg"]) {
  /* Cabezales */
  /* Chapitas en los listados de notas */
  /* Icono de Play si la nota tiene video */ }
  .widget-wrapper.magent:not([class*="-bg"]) .headline .obj-title, .widget-wrapper.magent:not([class*="-bg"]) .most-read .obj-title, .widget-wrapper.magent:not([class*="-bg"]) .note-by-author .obj-title {
    color: #cc62c8; }
    .widget-wrapper.magent:not([class*="-bg"]) .headline .obj-title::first-letter, .widget-wrapper.magent:not([class*="-bg"]) .most-read .obj-title::first-letter, .widget-wrapper.magent:not([class*="-bg"]) .note-by-author .obj-title::first-letter {
      background-color: #cc62c8;
      color: #FFFFFF; }
  .widget-wrapper.magent:not([class*="-bg"]) [class*='note']:not(.highlighted-portrait-note):not(.highlighted-note-overprinted-title) .article-kicker {
    color: #cc62c8 !important; }
  .widget-wrapper.magent:not([class*="-bg"]) [class*='note'] .article-theme {
    background-color: rgba(204, 98, 200, 0.8) !important;
    color: #FFFFFF !important; }
  .widget-wrapper.magent:not([class*="-bg"]) [class*='note'] .info-wrapper .preview:hover,
  .widget-wrapper.magent:not([class*="-bg"]) [class*='note'] .info-wrapper .title:hover,
  .widget-wrapper.magent:not([class*="-bg"]) [class*='note'] .info-wrapper .author:hover,
  .widget-wrapper.magent:not([class*="-bg"]) [class*='note'] .info-wrapper .article-category-grouper:hover,
  .widget-wrapper.magent:not([class*="-bg"]) [class*='note'] .info-wrapper .article-kicker:hover {
    color: #cc62c8 !important; }
  .widget-wrapper.magent:not([class*="-bg"]) [class*='note'] .preview:hover,
  .widget-wrapper.magent:not([class*="-bg"]) [class*='note'] .title:hover,
  .widget-wrapper.magent:not([class*="-bg"]) [class*='note'] .author:hover {
    color: #cc62c8 !important; }
  .widget-wrapper.magent:not([class*="-bg"]) [data-type*="article"] i[class*="play"]:hover {
    color: #cc62c8 !important; }

.widget-wrapper.magent:not([class*="-bg"]) {
  /* Cabezales */
  /* Chapitas en los listados de notas */
  /* Icono de Play si la nota tiene video */ }
  .widget-wrapper.magent:not([class*="-bg"]) .headline .obj-title, .widget-wrapper.magent:not([class*="-bg"]) .most-read .obj-title, .widget-wrapper.magent:not([class*="-bg"]) .note-by-author .obj-title {
    color: #cc62c8; }
    .widget-wrapper.magent:not([class*="-bg"]) .headline .obj-title::first-letter, .widget-wrapper.magent:not([class*="-bg"]) .most-read .obj-title::first-letter, .widget-wrapper.magent:not([class*="-bg"]) .note-by-author .obj-title::first-letter {
      background-color: #cc62c8;
      color: #FFFFFF; }
  .widget-wrapper.magent:not([class*="-bg"]) [class*='note']:not(.highlighted-portrait-note):not(.highlighted-note-overprinted-title) .article-kicker {
    color: #cc62c8 !important; }
  .widget-wrapper.magent:not([class*="-bg"]) [class*='note'] .article-theme {
    background-color: rgba(204, 98, 200, 0.8) !important;
    color: #FFFFFF !important; }
  .widget-wrapper.magent:not([class*="-bg"]) [class*='note'] .info-wrapper .preview:hover,
  .widget-wrapper.magent:not([class*="-bg"]) [class*='note'] .info-wrapper .title:hover,
  .widget-wrapper.magent:not([class*="-bg"]) [class*='note'] .info-wrapper .author:hover,
  .widget-wrapper.magent:not([class*="-bg"]) [class*='note'] .info-wrapper .article-category-grouper:hover,
  .widget-wrapper.magent:not([class*="-bg"]) [class*='note'] .info-wrapper .article-kicker:hover {
    color: #cc62c8 !important; }
  .widget-wrapper.magent:not([class*="-bg"]) [class*='note'] .preview:hover,
  .widget-wrapper.magent:not([class*="-bg"]) [class*='note'] .title:hover,
  .widget-wrapper.magent:not([class*="-bg"]) [class*='note'] .author:hover {
    color: #cc62c8 !important; }
  .widget-wrapper.magent:not([class*="-bg"]) [data-type*="article"] i[class*="play"]:hover {
    color: #cc62c8 !important; }

.widget-wrapper.magent:not([class*="-bg"]) {
  /* Cabezales */
  /* Chapitas en los listados de notas */
  /* Icono de Play si la nota tiene video */ }
  .widget-wrapper.magent:not([class*="-bg"]) .headline .obj-title, .widget-wrapper.magent:not([class*="-bg"]) .most-read .obj-title, .widget-wrapper.magent:not([class*="-bg"]) .note-by-author .obj-title {
    color: #cc62c8; }
    .widget-wrapper.magent:not([class*="-bg"]) .headline .obj-title::first-letter, .widget-wrapper.magent:not([class*="-bg"]) .most-read .obj-title::first-letter, .widget-wrapper.magent:not([class*="-bg"]) .note-by-author .obj-title::first-letter {
      background-color: #cc62c8;
      color: #FFFFFF; }
  .widget-wrapper.magent:not([class*="-bg"]) [class*='note']:not(.highlighted-portrait-note):not(.highlighted-note-overprinted-title) .article-kicker {
    color: #cc62c8 !important; }
  .widget-wrapper.magent:not([class*="-bg"]) [class*='note'] .article-theme {
    background-color: rgba(204, 98, 200, 0.8) !important;
    color: #FFFFFF !important; }
  .widget-wrapper.magent:not([class*="-bg"]) [class*='note'] .info-wrapper .preview:hover,
  .widget-wrapper.magent:not([class*="-bg"]) [class*='note'] .info-wrapper .title:hover,
  .widget-wrapper.magent:not([class*="-bg"]) [class*='note'] .info-wrapper .author:hover,
  .widget-wrapper.magent:not([class*="-bg"]) [class*='note'] .info-wrapper .article-category-grouper:hover,
  .widget-wrapper.magent:not([class*="-bg"]) [class*='note'] .info-wrapper .article-kicker:hover {
    color: #cc62c8 !important; }
  .widget-wrapper.magent:not([class*="-bg"]) [class*='note'] .preview:hover,
  .widget-wrapper.magent:not([class*="-bg"]) [class*='note'] .title:hover,
  .widget-wrapper.magent:not([class*="-bg"]) [class*='note'] .author:hover {
    color: #cc62c8 !important; }
  .widget-wrapper.magent:not([class*="-bg"]) [data-type*="article"] i[class*="play"]:hover {
    color: #cc62c8 !important; }

.widget-wrapper.magent:not([class*="-bg"]) {
  /* Cabezales */
  /* Chapitas en los listados de notas */
  /* Icono de Play si la nota tiene video */ }
  .widget-wrapper.magent:not([class*="-bg"]) .headline .obj-title, .widget-wrapper.magent:not([class*="-bg"]) .most-read .obj-title, .widget-wrapper.magent:not([class*="-bg"]) .note-by-author .obj-title {
    color: #cc62c8; }
    .widget-wrapper.magent:not([class*="-bg"]) .headline .obj-title::first-letter, .widget-wrapper.magent:not([class*="-bg"]) .most-read .obj-title::first-letter, .widget-wrapper.magent:not([class*="-bg"]) .note-by-author .obj-title::first-letter {
      background-color: #cc62c8;
      color: #FFFFFF; }
  .widget-wrapper.magent:not([class*="-bg"]) [class*='note']:not(.highlighted-portrait-note):not(.highlighted-note-overprinted-title) .article-kicker {
    color: #cc62c8 !important; }
  .widget-wrapper.magent:not([class*="-bg"]) [class*='note'] .article-theme {
    background-color: rgba(204, 98, 200, 0.8) !important;
    color: #FFFFFF !important; }
  .widget-wrapper.magent:not([class*="-bg"]) [class*='note'] .info-wrapper .preview:hover,
  .widget-wrapper.magent:not([class*="-bg"]) [class*='note'] .info-wrapper .title:hover,
  .widget-wrapper.magent:not([class*="-bg"]) [class*='note'] .info-wrapper .author:hover,
  .widget-wrapper.magent:not([class*="-bg"]) [class*='note'] .info-wrapper .article-category-grouper:hover,
  .widget-wrapper.magent:not([class*="-bg"]) [class*='note'] .info-wrapper .article-kicker:hover {
    color: #cc62c8 !important; }
  .widget-wrapper.magent:not([class*="-bg"]) [class*='note'] .preview:hover,
  .widget-wrapper.magent:not([class*="-bg"]) [class*='note'] .title:hover,
  .widget-wrapper.magent:not([class*="-bg"]) [class*='note'] .author:hover {
    color: #cc62c8 !important; }
  .widget-wrapper.magent:not([class*="-bg"]) [data-type*="article"] i[class*="play"]:hover {
    color: #cc62c8 !important; }

.widget-wrapper.magent:not([class*="-bg"]) {
  /* Cabezales */
  /* Chapitas en los listados de notas */
  /* Icono de Play si la nota tiene video */ }
  .widget-wrapper.magent:not([class*="-bg"]) .headline .obj-title, .widget-wrapper.magent:not([class*="-bg"]) .most-read .obj-title, .widget-wrapper.magent:not([class*="-bg"]) .note-by-author .obj-title {
    color: #cc62c8; }
    .widget-wrapper.magent:not([class*="-bg"]) .headline .obj-title::first-letter, .widget-wrapper.magent:not([class*="-bg"]) .most-read .obj-title::first-letter, .widget-wrapper.magent:not([class*="-bg"]) .note-by-author .obj-title::first-letter {
      background-color: #cc62c8;
      color: #FFFFFF; }
  .widget-wrapper.magent:not([class*="-bg"]) [class*='note']:not(.highlighted-portrait-note):not(.highlighted-note-overprinted-title) .article-kicker {
    color: #cc62c8 !important; }
  .widget-wrapper.magent:not([class*="-bg"]) [class*='note'] .article-theme {
    background-color: rgba(204, 98, 200, 0.8) !important;
    color: #FFFFFF !important; }
  .widget-wrapper.magent:not([class*="-bg"]) [class*='note'] .info-wrapper .preview:hover,
  .widget-wrapper.magent:not([class*="-bg"]) [class*='note'] .info-wrapper .title:hover,
  .widget-wrapper.magent:not([class*="-bg"]) [class*='note'] .info-wrapper .author:hover,
  .widget-wrapper.magent:not([class*="-bg"]) [class*='note'] .info-wrapper .article-category-grouper:hover,
  .widget-wrapper.magent:not([class*="-bg"]) [class*='note'] .info-wrapper .article-kicker:hover {
    color: #cc62c8 !important; }
  .widget-wrapper.magent:not([class*="-bg"]) [class*='note'] .preview:hover,
  .widget-wrapper.magent:not([class*="-bg"]) [class*='note'] .title:hover,
  .widget-wrapper.magent:not([class*="-bg"]) [class*='note'] .author:hover {
    color: #cc62c8 !important; }
  .widget-wrapper.magent:not([class*="-bg"]) [data-type*="article"] i[class*="play"]:hover {
    color: #cc62c8 !important; }

.widget-wrapper.magent:not([class*="-bg"]) {
  /* Cabezales */
  /* Chapitas en los listados de notas */
  /* Icono de Play si la nota tiene video */ }
  .widget-wrapper.magent:not([class*="-bg"]) .headline .obj-title, .widget-wrapper.magent:not([class*="-bg"]) .most-read .obj-title, .widget-wrapper.magent:not([class*="-bg"]) .note-by-author .obj-title {
    color: #cc62c8; }
    .widget-wrapper.magent:not([class*="-bg"]) .headline .obj-title::first-letter, .widget-wrapper.magent:not([class*="-bg"]) .most-read .obj-title::first-letter, .widget-wrapper.magent:not([class*="-bg"]) .note-by-author .obj-title::first-letter {
      background-color: #cc62c8;
      color: #FFFFFF; }
  .widget-wrapper.magent:not([class*="-bg"]) [class*='note']:not(.highlighted-portrait-note):not(.highlighted-note-overprinted-title) .article-kicker {
    color: #cc62c8 !important; }
  .widget-wrapper.magent:not([class*="-bg"]) [class*='note'] .article-theme {
    background-color: rgba(204, 98, 200, 0.8) !important;
    color: #FFFFFF !important; }
  .widget-wrapper.magent:not([class*="-bg"]) [class*='note'] .info-wrapper .preview:hover,
  .widget-wrapper.magent:not([class*="-bg"]) [class*='note'] .info-wrapper .title:hover,
  .widget-wrapper.magent:not([class*="-bg"]) [class*='note'] .info-wrapper .author:hover,
  .widget-wrapper.magent:not([class*="-bg"]) [class*='note'] .info-wrapper .article-category-grouper:hover,
  .widget-wrapper.magent:not([class*="-bg"]) [class*='note'] .info-wrapper .article-kicker:hover {
    color: #cc62c8 !important; }
  .widget-wrapper.magent:not([class*="-bg"]) [class*='note'] .preview:hover,
  .widget-wrapper.magent:not([class*="-bg"]) [class*='note'] .title:hover,
  .widget-wrapper.magent:not([class*="-bg"]) [class*='note'] .author:hover {
    color: #cc62c8 !important; }
  .widget-wrapper.magent:not([class*="-bg"]) [data-type*="article"] i[class*="play"]:hover {
    color: #cc62c8 !important; }

.widget-wrapper.magent:not([class*="-bg"]) {
  /* Cabezales */
  /* Chapitas en los listados de notas */
  /* Icono de Play si la nota tiene video */ }
  .widget-wrapper.magent:not([class*="-bg"]) .headline .obj-title, .widget-wrapper.magent:not([class*="-bg"]) .most-read .obj-title, .widget-wrapper.magent:not([class*="-bg"]) .note-by-author .obj-title {
    color: #cc62c8; }
    .widget-wrapper.magent:not([class*="-bg"]) .headline .obj-title::first-letter, .widget-wrapper.magent:not([class*="-bg"]) .most-read .obj-title::first-letter, .widget-wrapper.magent:not([class*="-bg"]) .note-by-author .obj-title::first-letter {
      background-color: #cc62c8;
      color: #FFFFFF; }
  .widget-wrapper.magent:not([class*="-bg"]) [class*='note']:not(.highlighted-portrait-note):not(.highlighted-note-overprinted-title) .article-kicker {
    color: #cc62c8 !important; }
  .widget-wrapper.magent:not([class*="-bg"]) [class*='note'] .article-theme {
    background-color: rgba(204, 98, 200, 0.8) !important;
    color: #FFFFFF !important; }
  .widget-wrapper.magent:not([class*="-bg"]) [class*='note'] .info-wrapper .preview:hover,
  .widget-wrapper.magent:not([class*="-bg"]) [class*='note'] .info-wrapper .title:hover,
  .widget-wrapper.magent:not([class*="-bg"]) [class*='note'] .info-wrapper .author:hover,
  .widget-wrapper.magent:not([class*="-bg"]) [class*='note'] .info-wrapper .article-category-grouper:hover,
  .widget-wrapper.magent:not([class*="-bg"]) [class*='note'] .info-wrapper .article-kicker:hover {
    color: #cc62c8 !important; }
  .widget-wrapper.magent:not([class*="-bg"]) [class*='note'] .preview:hover,
  .widget-wrapper.magent:not([class*="-bg"]) [class*='note'] .title:hover,
  .widget-wrapper.magent:not([class*="-bg"]) [class*='note'] .author:hover {
    color: #cc62c8 !important; }
  .widget-wrapper.magent:not([class*="-bg"]) [data-type*="article"] i[class*="play"]:hover {
    color: #cc62c8 !important; }

.widget-wrapper.magent:not([class*="-bg"]) {
  /* Cabezales */
  /* Chapitas en los listados de notas */
  /* Icono de Play si la nota tiene video */ }
  .widget-wrapper.magent:not([class*="-bg"]) .headline .obj-title, .widget-wrapper.magent:not([class*="-bg"]) .most-read .obj-title, .widget-wrapper.magent:not([class*="-bg"]) .note-by-author .obj-title {
    color: #cc62c8; }
    .widget-wrapper.magent:not([class*="-bg"]) .headline .obj-title::first-letter, .widget-wrapper.magent:not([class*="-bg"]) .most-read .obj-title::first-letter, .widget-wrapper.magent:not([class*="-bg"]) .note-by-author .obj-title::first-letter {
      background-color: #cc62c8;
      color: #FFFFFF; }
  .widget-wrapper.magent:not([class*="-bg"]) [class*='note']:not(.highlighted-portrait-note):not(.highlighted-note-overprinted-title) .article-kicker {
    color: #cc62c8 !important; }
  .widget-wrapper.magent:not([class*="-bg"]) [class*='note'] .article-theme {
    background-color: rgba(204, 98, 200, 0.8) !important;
    color: #FFFFFF !important; }
  .widget-wrapper.magent:not([class*="-bg"]) [class*='note'] .info-wrapper .preview:hover,
  .widget-wrapper.magent:not([class*="-bg"]) [class*='note'] .info-wrapper .title:hover,
  .widget-wrapper.magent:not([class*="-bg"]) [class*='note'] .info-wrapper .author:hover,
  .widget-wrapper.magent:not([class*="-bg"]) [class*='note'] .info-wrapper .article-category-grouper:hover,
  .widget-wrapper.magent:not([class*="-bg"]) [class*='note'] .info-wrapper .article-kicker:hover {
    color: #cc62c8 !important; }
  .widget-wrapper.magent:not([class*="-bg"]) [class*='note'] .preview:hover,
  .widget-wrapper.magent:not([class*="-bg"]) [class*='note'] .title:hover,
  .widget-wrapper.magent:not([class*="-bg"]) [class*='note'] .author:hover {
    color: #cc62c8 !important; }
  .widget-wrapper.magent:not([class*="-bg"]) [data-type*="article"] i[class*="play"]:hover {
    color: #cc62c8 !important; }

.widget-wrapper.magent:not([class*="-bg"]) {
  /* Cabezales */
  /* Chapitas en los listados de notas */
  /* Icono de Play si la nota tiene video */ }
  .widget-wrapper.magent:not([class*="-bg"]) .headline .obj-title, .widget-wrapper.magent:not([class*="-bg"]) .most-read .obj-title, .widget-wrapper.magent:not([class*="-bg"]) .note-by-author .obj-title {
    color: #cc62c8; }
    .widget-wrapper.magent:not([class*="-bg"]) .headline .obj-title::first-letter, .widget-wrapper.magent:not([class*="-bg"]) .most-read .obj-title::first-letter, .widget-wrapper.magent:not([class*="-bg"]) .note-by-author .obj-title::first-letter {
      background-color: #cc62c8;
      color: #FFFFFF; }
  .widget-wrapper.magent:not([class*="-bg"]) [class*='note']:not(.highlighted-portrait-note):not(.highlighted-note-overprinted-title) .article-kicker {
    color: #cc62c8 !important; }
  .widget-wrapper.magent:not([class*="-bg"]) [class*='note'] .article-theme {
    background-color: rgba(204, 98, 200, 0.8) !important;
    color: #FFFFFF !important; }
  .widget-wrapper.magent:not([class*="-bg"]) [class*='note'] .info-wrapper .preview:hover,
  .widget-wrapper.magent:not([class*="-bg"]) [class*='note'] .info-wrapper .title:hover,
  .widget-wrapper.magent:not([class*="-bg"]) [class*='note'] .info-wrapper .author:hover,
  .widget-wrapper.magent:not([class*="-bg"]) [class*='note'] .info-wrapper .article-category-grouper:hover,
  .widget-wrapper.magent:not([class*="-bg"]) [class*='note'] .info-wrapper .article-kicker:hover {
    color: #cc62c8 !important; }
  .widget-wrapper.magent:not([class*="-bg"]) [class*='note'] .preview:hover,
  .widget-wrapper.magent:not([class*="-bg"]) [class*='note'] .title:hover,
  .widget-wrapper.magent:not([class*="-bg"]) [class*='note'] .author:hover {
    color: #cc62c8 !important; }
  .widget-wrapper.magent:not([class*="-bg"]) [data-type*="article"] i[class*="play"]:hover {
    color: #cc62c8 !important; }

.widget-wrapper.magent:not([class*="-bg"]) {
  /* Cabezales */
  /* Chapitas en los listados de notas */
  /* Icono de Play si la nota tiene video */ }
  .widget-wrapper.magent:not([class*="-bg"]) .headline .obj-title, .widget-wrapper.magent:not([class*="-bg"]) .most-read .obj-title, .widget-wrapper.magent:not([class*="-bg"]) .note-by-author .obj-title {
    color: #cc62c8; }
    .widget-wrapper.magent:not([class*="-bg"]) .headline .obj-title::first-letter, .widget-wrapper.magent:not([class*="-bg"]) .most-read .obj-title::first-letter, .widget-wrapper.magent:not([class*="-bg"]) .note-by-author .obj-title::first-letter {
      background-color: #cc62c8;
      color: #FFFFFF; }
  .widget-wrapper.magent:not([class*="-bg"]) [class*='note']:not(.highlighted-portrait-note):not(.highlighted-note-overprinted-title) .article-kicker {
    color: #cc62c8 !important; }
  .widget-wrapper.magent:not([class*="-bg"]) [class*='note'] .article-theme {
    background-color: rgba(204, 98, 200, 0.8) !important;
    color: #FFFFFF !important; }
  .widget-wrapper.magent:not([class*="-bg"]) [class*='note'] .info-wrapper .preview:hover,
  .widget-wrapper.magent:not([class*="-bg"]) [class*='note'] .info-wrapper .title:hover,
  .widget-wrapper.magent:not([class*="-bg"]) [class*='note'] .info-wrapper .author:hover,
  .widget-wrapper.magent:not([class*="-bg"]) [class*='note'] .info-wrapper .article-category-grouper:hover,
  .widget-wrapper.magent:not([class*="-bg"]) [class*='note'] .info-wrapper .article-kicker:hover {
    color: #cc62c8 !important; }
  .widget-wrapper.magent:not([class*="-bg"]) [class*='note'] .preview:hover,
  .widget-wrapper.magent:not([class*="-bg"]) [class*='note'] .title:hover,
  .widget-wrapper.magent:not([class*="-bg"]) [class*='note'] .author:hover {
    color: #cc62c8 !important; }
  .widget-wrapper.magent:not([class*="-bg"]) [data-type*="article"] i[class*="play"]:hover {
    color: #cc62c8 !important; }

.widget-wrapper.magent:not([class*="-bg"]) {
  /* Cabezales */
  /* Chapitas en los listados de notas */
  /* Icono de Play si la nota tiene video */ }
  .widget-wrapper.magent:not([class*="-bg"]) .headline .obj-title, .widget-wrapper.magent:not([class*="-bg"]) .most-read .obj-title, .widget-wrapper.magent:not([class*="-bg"]) .note-by-author .obj-title {
    color: #cc62c8; }
    .widget-wrapper.magent:not([class*="-bg"]) .headline .obj-title::first-letter, .widget-wrapper.magent:not([class*="-bg"]) .most-read .obj-title::first-letter, .widget-wrapper.magent:not([class*="-bg"]) .note-by-author .obj-title::first-letter {
      background-color: #cc62c8;
      color: #FFFFFF; }
  .widget-wrapper.magent:not([class*="-bg"]) [class*='note']:not(.highlighted-portrait-note):not(.highlighted-note-overprinted-title) .article-kicker {
    color: #cc62c8 !important; }
  .widget-wrapper.magent:not([class*="-bg"]) [class*='note'] .article-theme {
    background-color: rgba(204, 98, 200, 0.8) !important;
    color: #FFFFFF !important; }
  .widget-wrapper.magent:not([class*="-bg"]) [class*='note'] .info-wrapper .preview:hover,
  .widget-wrapper.magent:not([class*="-bg"]) [class*='note'] .info-wrapper .title:hover,
  .widget-wrapper.magent:not([class*="-bg"]) [class*='note'] .info-wrapper .author:hover,
  .widget-wrapper.magent:not([class*="-bg"]) [class*='note'] .info-wrapper .article-category-grouper:hover,
  .widget-wrapper.magent:not([class*="-bg"]) [class*='note'] .info-wrapper .article-kicker:hover {
    color: #cc62c8 !important; }
  .widget-wrapper.magent:not([class*="-bg"]) [class*='note'] .preview:hover,
  .widget-wrapper.magent:not([class*="-bg"]) [class*='note'] .title:hover,
  .widget-wrapper.magent:not([class*="-bg"]) [class*='note'] .author:hover {
    color: #cc62c8 !important; }
  .widget-wrapper.magent:not([class*="-bg"]) [data-type*="article"] i[class*="play"]:hover {
    color: #cc62c8 !important; }

.widget-wrapper.texto-blanco {
  color: #FFFFFF;
  /* Cabezales */ }
  .widget-wrapper.texto-blanco .headline .obj-title, .widget-wrapper.texto-blanco .most-read .obj-title, .widget-wrapper.texto-blanco .note-by-author .obj-title {
    color: #FFFFFF; }
  .widget-wrapper.texto-blanco .simple-list .simple-note:not(.no-media) .title, .widget-wrapper.texto-blanco .section-aside-single-article .simple-note:not(.no-media) .title {
    color: #FFFFFF; }
  .widget-wrapper.texto-blanco .simple-list-square-image .simple-note-square-image .title {
    color: #FFFFFF; }
  .widget-wrapper.texto-blanco .free-text .body-content {
    color: #FFFFFF; }
  .widget-wrapper.texto-blanco [data-type*="article"] .info-wrapper .article-kicker {
    color: #FFFFFF !important; }

/* Colores en Detalle Sección */
body.magent main.container.note {
  /* Cabezales */
  /* Chapitas en los listados de notas */
  /* Icono de Play si la nota tiene video */
  /* Iconos de Share/Compartir */
  /* Listado Más Leídas */
  /* Paginador Listado Seccion */ }
  body.magent main.container.note .headline .obj-title, body.magent main.container.note .most-read .obj-title, body.magent main.container.note .note-by-author .obj-title {
    color: #cc62c8; }
    body.magent main.container.note .headline .obj-title::first-letter, body.magent main.container.note .most-read .obj-title::first-letter, body.magent main.container.note .note-by-author .obj-title::first-letter {
      background-color: #cc62c8;
      color: #FFFFFF; }
  body.magent main.container.note [class*='note'] .article-theme {
    background-color: rgba(204, 98, 200, 0.8) !important;
    color: #FFFFFF !important; }
  body.magent main.container.note [class*='note'] .info-wrapper .preview:hover,
  body.magent main.container.note [class*='note'] .info-wrapper .title:hover,
  body.magent main.container.note [class*='note'] .info-wrapper .author:hover {
    color: #cc62c8 !important; }
  body.magent main.container.note [class*='note'] .preview:hover,
  body.magent main.container.note [class*='note'] .title:hover,
  body.magent main.container.note [class*='note'] .author:hover {
    color: #cc62c8 !important; }
  body.magent main.container.note [data-type*="article"] i[class*="play"]:hover {
    color: #cc62c8 !important; }
  body.magent main.container.note .socials-share li {
    background-color: #cc62c8; }
  body.magent main.container.note .ranking-list {
    background-color: #cc62c8; }
    body.magent main.container.note .ranking-list .article .number {
      background-color: #c64fc1; }
    body.magent main.container.note .ranking-list .article .number,
    body.magent main.container.note .ranking-list .article .title,
    body.magent main.container.note .ranking-list .article .author {
      color: #FFFFFF; }
    body.magent main.container.note .ranking-list .obj-title {
      color: #FFFFFF; }
  body.magent main.container.note .list-articles .articles-pagination [class*="button"] {
    background-color: #cc62c8;
    color: #FFFFFF; }
    body.magent main.container.note .list-articles .articles-pagination [class*="button"]:hover {
      background-color: #C82828; }

/* Colores en las chapitas */
.article-theme.azul {
  color: #6081a6 !important; }

.article-kicker.azul {
  color: #6081a6 !important; }

.article-category-grouper.azul:hover {
  color: #6081a6 !important; }

/* Cabezales */
.headline.azul .obj-title, .azul.most-read .obj-title, .azul.note-by-author .obj-title {
  color: #6081a6; }
  .headline.azul .obj-title::first-letter, .azul.most-read .obj-title::first-letter, .azul.note-by-author .obj-title::first-letter {
    background-color: #6081a6;
    color: #FFFFFF; }

/* Widges con colores de fondo */
.azul-bg {
  background-color: #6081a6; }
  .azul-bg.widget-wrapper {
    padding-top: 25px;
    margin-bottom: 25px; }
  .azul-bg .highlighted-note-square-image .preview,
  .azul-bg .highlighted-note-square-image .title,
  .azul-bg .highlighted-note-square-image .author,
  .azul-bg .highlighted-note-square-image .article-category-grouper,
  .azul-bg .highlighted-note-square-image .article-kicker,
  .azul-bg .simple-note .preview,
  .azul-bg .simple-note .title,
  .azul-bg .simple-note .author,
  .azul-bg .simple-note .article-category-grouper,
  .azul-bg .simple-note .article-kicker,
  .azul-bg .simple-note-square-image .preview,
  .azul-bg .simple-note-square-image .title,
  .azul-bg .simple-note-square-image .author,
  .azul-bg .simple-note-square-image .article-category-grouper,
  .azul-bg .simple-note-square-image .article-kicker {
    color: #FFFFFF !important; }
  .azul-bg .headline, .azul-bg .most-read, .azul-bg .note-by-author {
    margin-top: 0;
    padding-top: 8px; }
    .azul-bg .headline .obj-title, .azul-bg .most-read .obj-title, .azul-bg .note-by-author .obj-title {
      color: #FFFFFF !important; }
      .azul-bg .headline .obj-title::first-letter, .azul-bg .most-read .obj-title::first-letter, .azul-bg .note-by-author .obj-title::first-letter {
        background-color: #FFFFFF;
        color: #6081a6 !important; }
  .azul-bg.celeste-vivo {
    /* Chapitas en los listados de notas */
    /* Icono de Play si la nota tiene video */ }
    .azul-bg.celeste-vivo [class*='note'] .article-theme {
      background-color: rgba(68, 201, 246, 0.8) !important;
      color: #FFFFFF !important; }
    .azul-bg.celeste-vivo [data-type*="article"] i[class*="play"]:hover {
      color: #44c9f6 !important; }
  .azul-bg.copa-america {
    /* Chapitas en los listados de notas */
    /* Icono de Play si la nota tiene video */ }
    .azul-bg.copa-america [class*='note'] .article-theme {
      background-color: rgba(32, 138, 200, 0.8) !important;
      color: #FFFFFF !important; }
    .azul-bg.copa-america [data-type*="article"] i[class*="play"]:hover {
      color: #208ac8 !important; }
  .azul-bg.fucsia {
    /* Chapitas en los listados de notas */
    /* Icono de Play si la nota tiene video */ }
    .azul-bg.fucsia [class*='note'] .article-theme {
      background-color: rgba(182, 11, 124, 0.8) !important;
      color: #FFFFFF !important; }
    .azul-bg.fucsia [data-type*="article"] i[class*="play"]:hover {
      color: #b60b7c !important; }
  .azul-bg.gris {
    /* Chapitas en los listados de notas */
    /* Icono de Play si la nota tiene video */ }
    .azul-bg.gris [class*='note'] .article-theme {
      background-color: rgba(109, 123, 140, 0.8) !important;
      color: #FFFFFF !important; }
    .azul-bg.gris [data-type*="article"] i[class*="play"]:hover {
      color: #6d7b8c !important; }
  .azul-bg.naranja {
    /* Chapitas en los listados de notas */
    /* Icono de Play si la nota tiene video */ }
    .azul-bg.naranja [class*='note'] .article-theme {
      background-color: rgba(227, 123, 87, 0.8) !important;
      color: #FFFFFF !important; }
    .azul-bg.naranja [data-type*="article"] i[class*="play"]:hover {
      color: #e37b57 !important; }
  .azul-bg.naranja_fuerte {
    /* Chapitas en los listados de notas */
    /* Icono de Play si la nota tiene video */ }
    .azul-bg.naranja_fuerte [class*='note'] .article-theme {
      background-color: rgba(217, 56, 0, 0.8) !important;
      color: #FFFFFF !important; }
    .azul-bg.naranja_fuerte [data-type*="article"] i[class*="play"]:hover {
      color: #D93800 !important; }
  .azul-bg.rating-cero {
    /* Chapitas en los listados de notas */
    /* Icono de Play si la nota tiene video */ }
    .azul-bg.rating-cero [class*='note'] .article-theme {
      background-color: rgba(218, 44, 41, 0.8) !important;
      color: #FFFFFF !important; }
    .azul-bg.rating-cero [data-type*="article"] i[class*="play"]:hover {
      color: #da2c29 !important; }
  .azul-bg.texto-blanco .article-shouts .info-wrapper .preview,
  .azul-bg.texto-blanco .article-shouts .info-wrapper .title,
  .azul-bg.texto-blanco .article-shouts .info-wrapper .author,
  .azul-bg.texto-blanco .article-shouts .info-wrapper .article-kicker,
  .azul-bg.texto-blanco .highlighted-note-square-image .info-wrapper .preview,
  .azul-bg.texto-blanco .highlighted-note-square-image .info-wrapper .title,
  .azul-bg.texto-blanco .highlighted-note-square-image .info-wrapper .author,
  .azul-bg.texto-blanco .highlighted-note-square-image .info-wrapper .article-kicker,
  .azul-bg.texto-blanco .simple-list .info-wrapper .preview,
  .azul-bg.texto-blanco .section-aside-single-article .info-wrapper .preview,
  .azul-bg.texto-blanco .simple-list .info-wrapper .title,
  .azul-bg.texto-blanco .section-aside-single-article .info-wrapper .title,
  .azul-bg.texto-blanco .simple-list .info-wrapper .author,
  .azul-bg.texto-blanco .section-aside-single-article .info-wrapper .author,
  .azul-bg.texto-blanco .simple-list .info-wrapper .article-kicker,
  .azul-bg.texto-blanco .section-aside-single-article .info-wrapper .article-kicker,
  .azul-bg.texto-blanco .simple-list-square-image .info-wrapper .preview,
  .azul-bg.texto-blanco .simple-list-square-image .info-wrapper .title,
  .azul-bg.texto-blanco .simple-list-square-image .info-wrapper .author,
  .azul-bg.texto-blanco .simple-list-square-image .info-wrapper .article-kicker {
    color: #FFFFFF !important; }
    .azul-bg.texto-blanco .article-shouts .info-wrapper .preview:hover,
    .azul-bg.texto-blanco .article-shouts .info-wrapper .title:hover,
    .azul-bg.texto-blanco .article-shouts .info-wrapper .author:hover,
    .azul-bg.texto-blanco .article-shouts .info-wrapper .article-kicker:hover,
    .azul-bg.texto-blanco .highlighted-note-square-image .info-wrapper .preview:hover,
    .azul-bg.texto-blanco .highlighted-note-square-image .info-wrapper .title:hover,
    .azul-bg.texto-blanco .highlighted-note-square-image .info-wrapper .author:hover,
    .azul-bg.texto-blanco .highlighted-note-square-image .info-wrapper .article-kicker:hover,
    .azul-bg.texto-blanco .simple-list .info-wrapper .preview:hover,
    .azul-bg.texto-blanco .section-aside-single-article .info-wrapper .preview:hover,
    .azul-bg.texto-blanco .simple-list .info-wrapper .title:hover,
    .azul-bg.texto-blanco .section-aside-single-article .info-wrapper .title:hover,
    .azul-bg.texto-blanco .simple-list .info-wrapper .author:hover,
    .azul-bg.texto-blanco .section-aside-single-article .info-wrapper .author:hover,
    .azul-bg.texto-blanco .simple-list .info-wrapper .article-kicker:hover,
    .azul-bg.texto-blanco .section-aside-single-article .info-wrapper .article-kicker:hover,
    .azul-bg.texto-blanco .simple-list-square-image .info-wrapper .preview:hover,
    .azul-bg.texto-blanco .simple-list-square-image .info-wrapper .title:hover,
    .azul-bg.texto-blanco .simple-list-square-image .info-wrapper .author:hover,
    .azul-bg.texto-blanco .simple-list-square-image .info-wrapper .article-kicker:hover {
      color: #FFFFFF !important; }
  .azul-bg.texto-blanco .article-shouts .preview,
  .azul-bg.texto-blanco .article-shouts .title,
  .azul-bg.texto-blanco .article-shouts .author,
  .azul-bg.texto-blanco .highlighted-note-square-image .preview,
  .azul-bg.texto-blanco .highlighted-note-square-image .title,
  .azul-bg.texto-blanco .highlighted-note-square-image .author,
  .azul-bg.texto-blanco .simple-list .preview,
  .azul-bg.texto-blanco .section-aside-single-article .preview,
  .azul-bg.texto-blanco .simple-list .title,
  .azul-bg.texto-blanco .section-aside-single-article .title,
  .azul-bg.texto-blanco .simple-list .author,
  .azul-bg.texto-blanco .section-aside-single-article .author,
  .azul-bg.texto-blanco .simple-list-square-image .preview,
  .azul-bg.texto-blanco .simple-list-square-image .title,
  .azul-bg.texto-blanco .simple-list-square-image .author {
    color: #FFFFFF !important; }
    .azul-bg.texto-blanco .article-shouts .preview:hover,
    .azul-bg.texto-blanco .article-shouts .title:hover,
    .azul-bg.texto-blanco .article-shouts .author:hover,
    .azul-bg.texto-blanco .highlighted-note-square-image .preview:hover,
    .azul-bg.texto-blanco .highlighted-note-square-image .title:hover,
    .azul-bg.texto-blanco .highlighted-note-square-image .author:hover,
    .azul-bg.texto-blanco .simple-list .preview:hover,
    .azul-bg.texto-blanco .section-aside-single-article .preview:hover,
    .azul-bg.texto-blanco .simple-list .title:hover,
    .azul-bg.texto-blanco .section-aside-single-article .title:hover,
    .azul-bg.texto-blanco .simple-list .author:hover,
    .azul-bg.texto-blanco .section-aside-single-article .author:hover,
    .azul-bg.texto-blanco .simple-list-square-image .preview:hover,
    .azul-bg.texto-blanco .simple-list-square-image .title:hover,
    .azul-bg.texto-blanco .simple-list-square-image .author:hover {
      color: #FFFFFF !important; }
  .azul-bg.texto-blanco [class*='note'] .article-theme {
    color: #FFFFFF !important; }
  .azul-bg.texto-blanco .headline, .azul-bg.texto-blanco .most-read, .azul-bg.texto-blanco .note-by-author {
    margin-top: 0;
    padding-top: 8px; }
    .azul-bg.texto-blanco .headline .obj-title, .azul-bg.texto-blanco .most-read .obj-title, .azul-bg.texto-blanco .note-by-author .obj-title {
      color: #FFFFFF !important; }
      .azul-bg.texto-blanco .headline .obj-title::first-letter, .azul-bg.texto-blanco .most-read .obj-title::first-letter, .azul-bg.texto-blanco .note-by-author .obj-title::first-letter {
        background-color: #FFFFFF;
        color: #6081a6 !important; }
  .azul-bg.tipo-blanca {
    /* Chapitas en los listados de notas */
    /* Icono de Play si la nota tiene video */ }
    .azul-bg.tipo-blanca [class*='note'] .article-theme {
      background-color: rgba(0, 0, 0, 0) !important;
      color: #FFFFFF !important; }
    .azul-bg.tipo-blanca [data-type*="article"] i[class*="play"]:hover {
      color: transparent !important; }
  .azul-bg.verde-doc {
    /* Chapitas en los listados de notas */
    /* Icono de Play si la nota tiene video */ }
    .azul-bg.verde-doc [class*='note'] .article-theme {
      background-color: rgba(0, 153, 153, 0.8) !important;
      color: #FFFFFF !important; }
    .azul-bg.verde-doc [data-type*="article"] i[class*="play"]:hover {
      color: #099 !important; }
  .azul-bg.verde_oscuro {
    /* Chapitas en los listados de notas */
    /* Icono de Play si la nota tiene video */ }
    .azul-bg.verde_oscuro [class*='note'] .article-theme {
      background-color: rgba(74, 122, 80, 0.8) !important;
      color: #FFFFFF !important; }
    .azul-bg.verde_oscuro [data-type*="article"] i[class*="play"]:hover {
      color: #4a7a50 !important; }
  .azul-bg.violeta {
    /* Chapitas en los listados de notas */
    /* Icono de Play si la nota tiene video */ }
    .azul-bg.violeta [class*='note'] .article-theme {
      background-color: rgba(86, 0, 141, 0.8) !important;
      color: #FFFFFF !important; }
    .azul-bg.violeta [data-type*="article"] i[class*="play"]:hover {
      color: #56008D !important; }
  .azul-bg.beige {
    /* Chapitas en los listados de notas */
    /* Icono de Play si la nota tiene video */ }
    .azul-bg.beige [class*='note'] .article-theme {
      background-color: rgba(247, 239, 228, 0.8) !important;
      color: #000000 !important; }
    .azul-bg.beige [data-type*="article"] i[class*="play"]:hover {
      color: #f7efe4 !important; }
  .azul-bg.bordo {
    /* Chapitas en los listados de notas */
    /* Icono de Play si la nota tiene video */ }
    .azul-bg.bordo [class*='note'] .article-theme {
      background-color: rgba(64, 37, 34, 0.8) !important;
      color: #FFFFFF !important; }
    .azul-bg.bordo [data-type*="article"] i[class*="play"]:hover {
      color: #402522 !important; }
  .azul-bg.verde-limon {
    /* Chapitas en los listados de notas */
    /* Icono de Play si la nota tiene video */ }
    .azul-bg.verde-limon [class*='note'] .article-theme {
      background-color: rgba(239, 255, 211, 0.8) !important;
      color: #000000 !important; }
    .azul-bg.verde-limon [data-type*="article"] i[class*="play"]:hover {
      color: #efffd3 !important; }
  .azul-bg.rojo {
    /* Chapitas en los listados de notas */
    /* Icono de Play si la nota tiene video */ }
    .azul-bg.rojo [class*='note'] .article-theme {
      background-color: rgba(216, 84, 84, 0.8) !important;
      color: #FFFFFF !important; }
    .azul-bg.rojo [data-type*="article"] i[class*="play"]:hover {
      color: #d85454 !important; }
  .azul-bg.celeste {
    /* Chapitas en los listados de notas */
    /* Icono de Play si la nota tiene video */ }
    .azul-bg.celeste [class*='note'] .article-theme {
      background-color: rgba(81, 163, 255, 0.8) !important;
      color: #FFFFFF !important; }
    .azul-bg.celeste [data-type*="article"] i[class*="play"]:hover {
      color: #51a3ff !important; }
  .azul-bg.amarillo {
    /* Chapitas en los listados de notas */
    /* Icono de Play si la nota tiene video */ }
    .azul-bg.amarillo [class*='note'] .article-theme {
      background-color: rgba(212, 202, 86, 0.8) !important;
      color: #000000 !important; }
    .azul-bg.amarillo [data-type*="article"] i[class*="play"]:hover {
      color: #d4ca56 !important; }
  .azul-bg.magent {
    /* Chapitas en los listados de notas */
    /* Icono de Play si la nota tiene video */ }
    .azul-bg.magent [class*='note'] .article-theme {
      background-color: rgba(204, 98, 200, 0.8) !important;
      color: #FFFFFF !important; }
    .azul-bg.magent [data-type*="article"] i[class*="play"]:hover {
      color: #cc62c8 !important; }
  .azul-bg.azul {
    /* Chapitas en los listados de notas */
    /* Icono de Play si la nota tiene video */ }
    .azul-bg.azul [class*='note'] .article-theme {
      background-color: rgba(96, 129, 166, 0.8) !important;
      color: #FFFFFF !important; }
    .azul-bg.azul [data-type*="article"] i[class*="play"]:hover {
      color: #6081a6 !important; }
  .azul-bg.verde {
    /* Chapitas en los listados de notas */
    /* Icono de Play si la nota tiene video */ }
    .azul-bg.verde [class*='note'] .article-theme {
      background-color: rgba(93, 200, 102, 0.8) !important;
      color: #FFFFFF !important; }
    .azul-bg.verde [data-type*="article"] i[class*="play"]:hover {
      color: #5dc866 !important; }
  .azul-bg.cyan {
    /* Chapitas en los listados de notas */
    /* Icono de Play si la nota tiene video */ }
    .azul-bg.cyan [class*='note'] .article-theme {
      background-color: rgba(0, 188, 212, 0.8) !important;
      color: #000000 !important; }
    .azul-bg.cyan [data-type*="article"] i[class*="play"]:hover {
      color: #00BCD4 !important; }
  .azul-bg.negro {
    /* Chapitas en los listados de notas */
    /* Icono de Play si la nota tiene video */ }
    .azul-bg.negro [class*='note'] .article-theme {
      background-color: rgba(29, 29, 32, 0.8) !important;
      color: #FFFFFF !important; }
    .azul-bg.negro [data-type*="article"] i[class*="play"]:hover {
      color: #1d1d20 !important; }

/* Widgets con color relacionado */
.widget-wrapper.azul:not([class*="-bg"]) {
  /* Cabezales */
  /* Chapitas en los listados de notas */
  /* Icono de Play si la nota tiene video */ }
  .widget-wrapper.azul:not([class*="-bg"]) .headline .obj-title, .widget-wrapper.azul:not([class*="-bg"]) .most-read .obj-title, .widget-wrapper.azul:not([class*="-bg"]) .note-by-author .obj-title {
    color: #6081a6; }
    .widget-wrapper.azul:not([class*="-bg"]) .headline .obj-title::first-letter, .widget-wrapper.azul:not([class*="-bg"]) .most-read .obj-title::first-letter, .widget-wrapper.azul:not([class*="-bg"]) .note-by-author .obj-title::first-letter {
      background-color: #6081a6;
      color: #FFFFFF; }
  .widget-wrapper.azul:not([class*="-bg"]) [class*='note']:not(.highlighted-portrait-note):not(.highlighted-note-overprinted-title) .article-kicker {
    color: #6081a6 !important; }
  .widget-wrapper.azul:not([class*="-bg"]) [class*='note'] .article-theme {
    background-color: rgba(96, 129, 166, 0.8) !important;
    color: #FFFFFF !important; }
  .widget-wrapper.azul:not([class*="-bg"]) [class*='note'] .info-wrapper .preview:hover,
  .widget-wrapper.azul:not([class*="-bg"]) [class*='note'] .info-wrapper .title:hover,
  .widget-wrapper.azul:not([class*="-bg"]) [class*='note'] .info-wrapper .author:hover,
  .widget-wrapper.azul:not([class*="-bg"]) [class*='note'] .info-wrapper .article-category-grouper:hover,
  .widget-wrapper.azul:not([class*="-bg"]) [class*='note'] .info-wrapper .article-kicker:hover {
    color: #6081a6 !important; }
  .widget-wrapper.azul:not([class*="-bg"]) [class*='note'] .preview:hover,
  .widget-wrapper.azul:not([class*="-bg"]) [class*='note'] .title:hover,
  .widget-wrapper.azul:not([class*="-bg"]) [class*='note'] .author:hover {
    color: #6081a6 !important; }
  .widget-wrapper.azul:not([class*="-bg"]) [data-type*="article"] i[class*="play"]:hover {
    color: #6081a6 !important; }

.widget-wrapper.azul:not([class*="-bg"]) {
  /* Cabezales */
  /* Chapitas en los listados de notas */
  /* Icono de Play si la nota tiene video */ }
  .widget-wrapper.azul:not([class*="-bg"]) .headline .obj-title, .widget-wrapper.azul:not([class*="-bg"]) .most-read .obj-title, .widget-wrapper.azul:not([class*="-bg"]) .note-by-author .obj-title {
    color: #6081a6; }
    .widget-wrapper.azul:not([class*="-bg"]) .headline .obj-title::first-letter, .widget-wrapper.azul:not([class*="-bg"]) .most-read .obj-title::first-letter, .widget-wrapper.azul:not([class*="-bg"]) .note-by-author .obj-title::first-letter {
      background-color: #6081a6;
      color: #FFFFFF; }
  .widget-wrapper.azul:not([class*="-bg"]) [class*='note']:not(.highlighted-portrait-note):not(.highlighted-note-overprinted-title) .article-kicker {
    color: #6081a6 !important; }
  .widget-wrapper.azul:not([class*="-bg"]) [class*='note'] .article-theme {
    background-color: rgba(96, 129, 166, 0.8) !important;
    color: #FFFFFF !important; }
  .widget-wrapper.azul:not([class*="-bg"]) [class*='note'] .info-wrapper .preview:hover,
  .widget-wrapper.azul:not([class*="-bg"]) [class*='note'] .info-wrapper .title:hover,
  .widget-wrapper.azul:not([class*="-bg"]) [class*='note'] .info-wrapper .author:hover,
  .widget-wrapper.azul:not([class*="-bg"]) [class*='note'] .info-wrapper .article-category-grouper:hover,
  .widget-wrapper.azul:not([class*="-bg"]) [class*='note'] .info-wrapper .article-kicker:hover {
    color: #6081a6 !important; }
  .widget-wrapper.azul:not([class*="-bg"]) [class*='note'] .preview:hover,
  .widget-wrapper.azul:not([class*="-bg"]) [class*='note'] .title:hover,
  .widget-wrapper.azul:not([class*="-bg"]) [class*='note'] .author:hover {
    color: #6081a6 !important; }
  .widget-wrapper.azul:not([class*="-bg"]) [data-type*="article"] i[class*="play"]:hover {
    color: #6081a6 !important; }

.widget-wrapper.azul:not([class*="-bg"]) {
  /* Cabezales */
  /* Chapitas en los listados de notas */
  /* Icono de Play si la nota tiene video */ }
  .widget-wrapper.azul:not([class*="-bg"]) .headline .obj-title, .widget-wrapper.azul:not([class*="-bg"]) .most-read .obj-title, .widget-wrapper.azul:not([class*="-bg"]) .note-by-author .obj-title {
    color: #6081a6; }
    .widget-wrapper.azul:not([class*="-bg"]) .headline .obj-title::first-letter, .widget-wrapper.azul:not([class*="-bg"]) .most-read .obj-title::first-letter, .widget-wrapper.azul:not([class*="-bg"]) .note-by-author .obj-title::first-letter {
      background-color: #6081a6;
      color: #FFFFFF; }
  .widget-wrapper.azul:not([class*="-bg"]) [class*='note']:not(.highlighted-portrait-note):not(.highlighted-note-overprinted-title) .article-kicker {
    color: #6081a6 !important; }
  .widget-wrapper.azul:not([class*="-bg"]) [class*='note'] .article-theme {
    background-color: rgba(96, 129, 166, 0.8) !important;
    color: #FFFFFF !important; }
  .widget-wrapper.azul:not([class*="-bg"]) [class*='note'] .info-wrapper .preview:hover,
  .widget-wrapper.azul:not([class*="-bg"]) [class*='note'] .info-wrapper .title:hover,
  .widget-wrapper.azul:not([class*="-bg"]) [class*='note'] .info-wrapper .author:hover,
  .widget-wrapper.azul:not([class*="-bg"]) [class*='note'] .info-wrapper .article-category-grouper:hover,
  .widget-wrapper.azul:not([class*="-bg"]) [class*='note'] .info-wrapper .article-kicker:hover {
    color: #6081a6 !important; }
  .widget-wrapper.azul:not([class*="-bg"]) [class*='note'] .preview:hover,
  .widget-wrapper.azul:not([class*="-bg"]) [class*='note'] .title:hover,
  .widget-wrapper.azul:not([class*="-bg"]) [class*='note'] .author:hover {
    color: #6081a6 !important; }
  .widget-wrapper.azul:not([class*="-bg"]) [data-type*="article"] i[class*="play"]:hover {
    color: #6081a6 !important; }

.widget-wrapper.azul:not([class*="-bg"]) {
  /* Cabezales */
  /* Chapitas en los listados de notas */
  /* Icono de Play si la nota tiene video */ }
  .widget-wrapper.azul:not([class*="-bg"]) .headline .obj-title, .widget-wrapper.azul:not([class*="-bg"]) .most-read .obj-title, .widget-wrapper.azul:not([class*="-bg"]) .note-by-author .obj-title {
    color: #6081a6; }
    .widget-wrapper.azul:not([class*="-bg"]) .headline .obj-title::first-letter, .widget-wrapper.azul:not([class*="-bg"]) .most-read .obj-title::first-letter, .widget-wrapper.azul:not([class*="-bg"]) .note-by-author .obj-title::first-letter {
      background-color: #6081a6;
      color: #FFFFFF; }
  .widget-wrapper.azul:not([class*="-bg"]) [class*='note']:not(.highlighted-portrait-note):not(.highlighted-note-overprinted-title) .article-kicker {
    color: #6081a6 !important; }
  .widget-wrapper.azul:not([class*="-bg"]) [class*='note'] .article-theme {
    background-color: rgba(96, 129, 166, 0.8) !important;
    color: #FFFFFF !important; }
  .widget-wrapper.azul:not([class*="-bg"]) [class*='note'] .info-wrapper .preview:hover,
  .widget-wrapper.azul:not([class*="-bg"]) [class*='note'] .info-wrapper .title:hover,
  .widget-wrapper.azul:not([class*="-bg"]) [class*='note'] .info-wrapper .author:hover,
  .widget-wrapper.azul:not([class*="-bg"]) [class*='note'] .info-wrapper .article-category-grouper:hover,
  .widget-wrapper.azul:not([class*="-bg"]) [class*='note'] .info-wrapper .article-kicker:hover {
    color: #6081a6 !important; }
  .widget-wrapper.azul:not([class*="-bg"]) [class*='note'] .preview:hover,
  .widget-wrapper.azul:not([class*="-bg"]) [class*='note'] .title:hover,
  .widget-wrapper.azul:not([class*="-bg"]) [class*='note'] .author:hover {
    color: #6081a6 !important; }
  .widget-wrapper.azul:not([class*="-bg"]) [data-type*="article"] i[class*="play"]:hover {
    color: #6081a6 !important; }

.widget-wrapper.azul:not([class*="-bg"]) {
  /* Cabezales */
  /* Chapitas en los listados de notas */
  /* Icono de Play si la nota tiene video */ }
  .widget-wrapper.azul:not([class*="-bg"]) .headline .obj-title, .widget-wrapper.azul:not([class*="-bg"]) .most-read .obj-title, .widget-wrapper.azul:not([class*="-bg"]) .note-by-author .obj-title {
    color: #6081a6; }
    .widget-wrapper.azul:not([class*="-bg"]) .headline .obj-title::first-letter, .widget-wrapper.azul:not([class*="-bg"]) .most-read .obj-title::first-letter, .widget-wrapper.azul:not([class*="-bg"]) .note-by-author .obj-title::first-letter {
      background-color: #6081a6;
      color: #FFFFFF; }
  .widget-wrapper.azul:not([class*="-bg"]) [class*='note']:not(.highlighted-portrait-note):not(.highlighted-note-overprinted-title) .article-kicker {
    color: #6081a6 !important; }
  .widget-wrapper.azul:not([class*="-bg"]) [class*='note'] .article-theme {
    background-color: rgba(96, 129, 166, 0.8) !important;
    color: #FFFFFF !important; }
  .widget-wrapper.azul:not([class*="-bg"]) [class*='note'] .info-wrapper .preview:hover,
  .widget-wrapper.azul:not([class*="-bg"]) [class*='note'] .info-wrapper .title:hover,
  .widget-wrapper.azul:not([class*="-bg"]) [class*='note'] .info-wrapper .author:hover,
  .widget-wrapper.azul:not([class*="-bg"]) [class*='note'] .info-wrapper .article-category-grouper:hover,
  .widget-wrapper.azul:not([class*="-bg"]) [class*='note'] .info-wrapper .article-kicker:hover {
    color: #6081a6 !important; }
  .widget-wrapper.azul:not([class*="-bg"]) [class*='note'] .preview:hover,
  .widget-wrapper.azul:not([class*="-bg"]) [class*='note'] .title:hover,
  .widget-wrapper.azul:not([class*="-bg"]) [class*='note'] .author:hover {
    color: #6081a6 !important; }
  .widget-wrapper.azul:not([class*="-bg"]) [data-type*="article"] i[class*="play"]:hover {
    color: #6081a6 !important; }

.widget-wrapper.azul:not([class*="-bg"]) {
  /* Cabezales */
  /* Chapitas en los listados de notas */
  /* Icono de Play si la nota tiene video */ }
  .widget-wrapper.azul:not([class*="-bg"]) .headline .obj-title, .widget-wrapper.azul:not([class*="-bg"]) .most-read .obj-title, .widget-wrapper.azul:not([class*="-bg"]) .note-by-author .obj-title {
    color: #6081a6; }
    .widget-wrapper.azul:not([class*="-bg"]) .headline .obj-title::first-letter, .widget-wrapper.azul:not([class*="-bg"]) .most-read .obj-title::first-letter, .widget-wrapper.azul:not([class*="-bg"]) .note-by-author .obj-title::first-letter {
      background-color: #6081a6;
      color: #FFFFFF; }
  .widget-wrapper.azul:not([class*="-bg"]) [class*='note']:not(.highlighted-portrait-note):not(.highlighted-note-overprinted-title) .article-kicker {
    color: #6081a6 !important; }
  .widget-wrapper.azul:not([class*="-bg"]) [class*='note'] .article-theme {
    background-color: rgba(96, 129, 166, 0.8) !important;
    color: #FFFFFF !important; }
  .widget-wrapper.azul:not([class*="-bg"]) [class*='note'] .info-wrapper .preview:hover,
  .widget-wrapper.azul:not([class*="-bg"]) [class*='note'] .info-wrapper .title:hover,
  .widget-wrapper.azul:not([class*="-bg"]) [class*='note'] .info-wrapper .author:hover,
  .widget-wrapper.azul:not([class*="-bg"]) [class*='note'] .info-wrapper .article-category-grouper:hover,
  .widget-wrapper.azul:not([class*="-bg"]) [class*='note'] .info-wrapper .article-kicker:hover {
    color: #6081a6 !important; }
  .widget-wrapper.azul:not([class*="-bg"]) [class*='note'] .preview:hover,
  .widget-wrapper.azul:not([class*="-bg"]) [class*='note'] .title:hover,
  .widget-wrapper.azul:not([class*="-bg"]) [class*='note'] .author:hover {
    color: #6081a6 !important; }
  .widget-wrapper.azul:not([class*="-bg"]) [data-type*="article"] i[class*="play"]:hover {
    color: #6081a6 !important; }

.widget-wrapper.azul:not([class*="-bg"]) {
  /* Cabezales */
  /* Chapitas en los listados de notas */
  /* Icono de Play si la nota tiene video */ }
  .widget-wrapper.azul:not([class*="-bg"]) .headline .obj-title, .widget-wrapper.azul:not([class*="-bg"]) .most-read .obj-title, .widget-wrapper.azul:not([class*="-bg"]) .note-by-author .obj-title {
    color: #6081a6; }
    .widget-wrapper.azul:not([class*="-bg"]) .headline .obj-title::first-letter, .widget-wrapper.azul:not([class*="-bg"]) .most-read .obj-title::first-letter, .widget-wrapper.azul:not([class*="-bg"]) .note-by-author .obj-title::first-letter {
      background-color: #6081a6;
      color: #FFFFFF; }
  .widget-wrapper.azul:not([class*="-bg"]) [class*='note']:not(.highlighted-portrait-note):not(.highlighted-note-overprinted-title) .article-kicker {
    color: #6081a6 !important; }
  .widget-wrapper.azul:not([class*="-bg"]) [class*='note'] .article-theme {
    background-color: rgba(96, 129, 166, 0.8) !important;
    color: #FFFFFF !important; }
  .widget-wrapper.azul:not([class*="-bg"]) [class*='note'] .info-wrapper .preview:hover,
  .widget-wrapper.azul:not([class*="-bg"]) [class*='note'] .info-wrapper .title:hover,
  .widget-wrapper.azul:not([class*="-bg"]) [class*='note'] .info-wrapper .author:hover,
  .widget-wrapper.azul:not([class*="-bg"]) [class*='note'] .info-wrapper .article-category-grouper:hover,
  .widget-wrapper.azul:not([class*="-bg"]) [class*='note'] .info-wrapper .article-kicker:hover {
    color: #6081a6 !important; }
  .widget-wrapper.azul:not([class*="-bg"]) [class*='note'] .preview:hover,
  .widget-wrapper.azul:not([class*="-bg"]) [class*='note'] .title:hover,
  .widget-wrapper.azul:not([class*="-bg"]) [class*='note'] .author:hover {
    color: #6081a6 !important; }
  .widget-wrapper.azul:not([class*="-bg"]) [data-type*="article"] i[class*="play"]:hover {
    color: #6081a6 !important; }

.widget-wrapper.azul:not([class*="-bg"]) {
  /* Cabezales */
  /* Chapitas en los listados de notas */
  /* Icono de Play si la nota tiene video */ }
  .widget-wrapper.azul:not([class*="-bg"]) .headline .obj-title, .widget-wrapper.azul:not([class*="-bg"]) .most-read .obj-title, .widget-wrapper.azul:not([class*="-bg"]) .note-by-author .obj-title {
    color: #6081a6; }
    .widget-wrapper.azul:not([class*="-bg"]) .headline .obj-title::first-letter, .widget-wrapper.azul:not([class*="-bg"]) .most-read .obj-title::first-letter, .widget-wrapper.azul:not([class*="-bg"]) .note-by-author .obj-title::first-letter {
      background-color: #6081a6;
      color: #FFFFFF; }
  .widget-wrapper.azul:not([class*="-bg"]) [class*='note']:not(.highlighted-portrait-note):not(.highlighted-note-overprinted-title) .article-kicker {
    color: #6081a6 !important; }
  .widget-wrapper.azul:not([class*="-bg"]) [class*='note'] .article-theme {
    background-color: rgba(96, 129, 166, 0.8) !important;
    color: #FFFFFF !important; }
  .widget-wrapper.azul:not([class*="-bg"]) [class*='note'] .info-wrapper .preview:hover,
  .widget-wrapper.azul:not([class*="-bg"]) [class*='note'] .info-wrapper .title:hover,
  .widget-wrapper.azul:not([class*="-bg"]) [class*='note'] .info-wrapper .author:hover,
  .widget-wrapper.azul:not([class*="-bg"]) [class*='note'] .info-wrapper .article-category-grouper:hover,
  .widget-wrapper.azul:not([class*="-bg"]) [class*='note'] .info-wrapper .article-kicker:hover {
    color: #6081a6 !important; }
  .widget-wrapper.azul:not([class*="-bg"]) [class*='note'] .preview:hover,
  .widget-wrapper.azul:not([class*="-bg"]) [class*='note'] .title:hover,
  .widget-wrapper.azul:not([class*="-bg"]) [class*='note'] .author:hover {
    color: #6081a6 !important; }
  .widget-wrapper.azul:not([class*="-bg"]) [data-type*="article"] i[class*="play"]:hover {
    color: #6081a6 !important; }

.widget-wrapper.azul:not([class*="-bg"]) {
  /* Cabezales */
  /* Chapitas en los listados de notas */
  /* Icono de Play si la nota tiene video */ }
  .widget-wrapper.azul:not([class*="-bg"]) .headline .obj-title, .widget-wrapper.azul:not([class*="-bg"]) .most-read .obj-title, .widget-wrapper.azul:not([class*="-bg"]) .note-by-author .obj-title {
    color: #6081a6; }
    .widget-wrapper.azul:not([class*="-bg"]) .headline .obj-title::first-letter, .widget-wrapper.azul:not([class*="-bg"]) .most-read .obj-title::first-letter, .widget-wrapper.azul:not([class*="-bg"]) .note-by-author .obj-title::first-letter {
      background-color: #6081a6;
      color: #FFFFFF; }
  .widget-wrapper.azul:not([class*="-bg"]) [class*='note']:not(.highlighted-portrait-note):not(.highlighted-note-overprinted-title) .article-kicker {
    color: #6081a6 !important; }
  .widget-wrapper.azul:not([class*="-bg"]) [class*='note'] .article-theme {
    background-color: rgba(96, 129, 166, 0.8) !important;
    color: #FFFFFF !important; }
  .widget-wrapper.azul:not([class*="-bg"]) [class*='note'] .info-wrapper .preview:hover,
  .widget-wrapper.azul:not([class*="-bg"]) [class*='note'] .info-wrapper .title:hover,
  .widget-wrapper.azul:not([class*="-bg"]) [class*='note'] .info-wrapper .author:hover,
  .widget-wrapper.azul:not([class*="-bg"]) [class*='note'] .info-wrapper .article-category-grouper:hover,
  .widget-wrapper.azul:not([class*="-bg"]) [class*='note'] .info-wrapper .article-kicker:hover {
    color: #6081a6 !important; }
  .widget-wrapper.azul:not([class*="-bg"]) [class*='note'] .preview:hover,
  .widget-wrapper.azul:not([class*="-bg"]) [class*='note'] .title:hover,
  .widget-wrapper.azul:not([class*="-bg"]) [class*='note'] .author:hover {
    color: #6081a6 !important; }
  .widget-wrapper.azul:not([class*="-bg"]) [data-type*="article"] i[class*="play"]:hover {
    color: #6081a6 !important; }

.widget-wrapper.azul:not([class*="-bg"]) {
  /* Cabezales */
  /* Chapitas en los listados de notas */
  /* Icono de Play si la nota tiene video */ }
  .widget-wrapper.azul:not([class*="-bg"]) .headline .obj-title, .widget-wrapper.azul:not([class*="-bg"]) .most-read .obj-title, .widget-wrapper.azul:not([class*="-bg"]) .note-by-author .obj-title {
    color: #6081a6; }
    .widget-wrapper.azul:not([class*="-bg"]) .headline .obj-title::first-letter, .widget-wrapper.azul:not([class*="-bg"]) .most-read .obj-title::first-letter, .widget-wrapper.azul:not([class*="-bg"]) .note-by-author .obj-title::first-letter {
      background-color: #6081a6;
      color: #FFFFFF; }
  .widget-wrapper.azul:not([class*="-bg"]) [class*='note']:not(.highlighted-portrait-note):not(.highlighted-note-overprinted-title) .article-kicker {
    color: #6081a6 !important; }
  .widget-wrapper.azul:not([class*="-bg"]) [class*='note'] .article-theme {
    background-color: rgba(96, 129, 166, 0.8) !important;
    color: #FFFFFF !important; }
  .widget-wrapper.azul:not([class*="-bg"]) [class*='note'] .info-wrapper .preview:hover,
  .widget-wrapper.azul:not([class*="-bg"]) [class*='note'] .info-wrapper .title:hover,
  .widget-wrapper.azul:not([class*="-bg"]) [class*='note'] .info-wrapper .author:hover,
  .widget-wrapper.azul:not([class*="-bg"]) [class*='note'] .info-wrapper .article-category-grouper:hover,
  .widget-wrapper.azul:not([class*="-bg"]) [class*='note'] .info-wrapper .article-kicker:hover {
    color: #6081a6 !important; }
  .widget-wrapper.azul:not([class*="-bg"]) [class*='note'] .preview:hover,
  .widget-wrapper.azul:not([class*="-bg"]) [class*='note'] .title:hover,
  .widget-wrapper.azul:not([class*="-bg"]) [class*='note'] .author:hover {
    color: #6081a6 !important; }
  .widget-wrapper.azul:not([class*="-bg"]) [data-type*="article"] i[class*="play"]:hover {
    color: #6081a6 !important; }

.widget-wrapper.azul:not([class*="-bg"]) {
  /* Cabezales */
  /* Chapitas en los listados de notas */
  /* Icono de Play si la nota tiene video */ }
  .widget-wrapper.azul:not([class*="-bg"]) .headline .obj-title, .widget-wrapper.azul:not([class*="-bg"]) .most-read .obj-title, .widget-wrapper.azul:not([class*="-bg"]) .note-by-author .obj-title {
    color: #6081a6; }
    .widget-wrapper.azul:not([class*="-bg"]) .headline .obj-title::first-letter, .widget-wrapper.azul:not([class*="-bg"]) .most-read .obj-title::first-letter, .widget-wrapper.azul:not([class*="-bg"]) .note-by-author .obj-title::first-letter {
      background-color: #6081a6;
      color: #FFFFFF; }
  .widget-wrapper.azul:not([class*="-bg"]) [class*='note']:not(.highlighted-portrait-note):not(.highlighted-note-overprinted-title) .article-kicker {
    color: #6081a6 !important; }
  .widget-wrapper.azul:not([class*="-bg"]) [class*='note'] .article-theme {
    background-color: rgba(96, 129, 166, 0.8) !important;
    color: #FFFFFF !important; }
  .widget-wrapper.azul:not([class*="-bg"]) [class*='note'] .info-wrapper .preview:hover,
  .widget-wrapper.azul:not([class*="-bg"]) [class*='note'] .info-wrapper .title:hover,
  .widget-wrapper.azul:not([class*="-bg"]) [class*='note'] .info-wrapper .author:hover,
  .widget-wrapper.azul:not([class*="-bg"]) [class*='note'] .info-wrapper .article-category-grouper:hover,
  .widget-wrapper.azul:not([class*="-bg"]) [class*='note'] .info-wrapper .article-kicker:hover {
    color: #6081a6 !important; }
  .widget-wrapper.azul:not([class*="-bg"]) [class*='note'] .preview:hover,
  .widget-wrapper.azul:not([class*="-bg"]) [class*='note'] .title:hover,
  .widget-wrapper.azul:not([class*="-bg"]) [class*='note'] .author:hover {
    color: #6081a6 !important; }
  .widget-wrapper.azul:not([class*="-bg"]) [data-type*="article"] i[class*="play"]:hover {
    color: #6081a6 !important; }

.widget-wrapper.azul:not([class*="-bg"]) {
  /* Cabezales */
  /* Chapitas en los listados de notas */
  /* Icono de Play si la nota tiene video */ }
  .widget-wrapper.azul:not([class*="-bg"]) .headline .obj-title, .widget-wrapper.azul:not([class*="-bg"]) .most-read .obj-title, .widget-wrapper.azul:not([class*="-bg"]) .note-by-author .obj-title {
    color: #6081a6; }
    .widget-wrapper.azul:not([class*="-bg"]) .headline .obj-title::first-letter, .widget-wrapper.azul:not([class*="-bg"]) .most-read .obj-title::first-letter, .widget-wrapper.azul:not([class*="-bg"]) .note-by-author .obj-title::first-letter {
      background-color: #6081a6;
      color: #FFFFFF; }
  .widget-wrapper.azul:not([class*="-bg"]) [class*='note']:not(.highlighted-portrait-note):not(.highlighted-note-overprinted-title) .article-kicker {
    color: #6081a6 !important; }
  .widget-wrapper.azul:not([class*="-bg"]) [class*='note'] .article-theme {
    background-color: rgba(96, 129, 166, 0.8) !important;
    color: #FFFFFF !important; }
  .widget-wrapper.azul:not([class*="-bg"]) [class*='note'] .info-wrapper .preview:hover,
  .widget-wrapper.azul:not([class*="-bg"]) [class*='note'] .info-wrapper .title:hover,
  .widget-wrapper.azul:not([class*="-bg"]) [class*='note'] .info-wrapper .author:hover,
  .widget-wrapper.azul:not([class*="-bg"]) [class*='note'] .info-wrapper .article-category-grouper:hover,
  .widget-wrapper.azul:not([class*="-bg"]) [class*='note'] .info-wrapper .article-kicker:hover {
    color: #6081a6 !important; }
  .widget-wrapper.azul:not([class*="-bg"]) [class*='note'] .preview:hover,
  .widget-wrapper.azul:not([class*="-bg"]) [class*='note'] .title:hover,
  .widget-wrapper.azul:not([class*="-bg"]) [class*='note'] .author:hover {
    color: #6081a6 !important; }
  .widget-wrapper.azul:not([class*="-bg"]) [data-type*="article"] i[class*="play"]:hover {
    color: #6081a6 !important; }

.widget-wrapper.azul:not([class*="-bg"]) {
  /* Cabezales */
  /* Chapitas en los listados de notas */
  /* Icono de Play si la nota tiene video */ }
  .widget-wrapper.azul:not([class*="-bg"]) .headline .obj-title, .widget-wrapper.azul:not([class*="-bg"]) .most-read .obj-title, .widget-wrapper.azul:not([class*="-bg"]) .note-by-author .obj-title {
    color: #6081a6; }
    .widget-wrapper.azul:not([class*="-bg"]) .headline .obj-title::first-letter, .widget-wrapper.azul:not([class*="-bg"]) .most-read .obj-title::first-letter, .widget-wrapper.azul:not([class*="-bg"]) .note-by-author .obj-title::first-letter {
      background-color: #6081a6;
      color: #FFFFFF; }
  .widget-wrapper.azul:not([class*="-bg"]) [class*='note']:not(.highlighted-portrait-note):not(.highlighted-note-overprinted-title) .article-kicker {
    color: #6081a6 !important; }
  .widget-wrapper.azul:not([class*="-bg"]) [class*='note'] .article-theme {
    background-color: rgba(96, 129, 166, 0.8) !important;
    color: #FFFFFF !important; }
  .widget-wrapper.azul:not([class*="-bg"]) [class*='note'] .info-wrapper .preview:hover,
  .widget-wrapper.azul:not([class*="-bg"]) [class*='note'] .info-wrapper .title:hover,
  .widget-wrapper.azul:not([class*="-bg"]) [class*='note'] .info-wrapper .author:hover,
  .widget-wrapper.azul:not([class*="-bg"]) [class*='note'] .info-wrapper .article-category-grouper:hover,
  .widget-wrapper.azul:not([class*="-bg"]) [class*='note'] .info-wrapper .article-kicker:hover {
    color: #6081a6 !important; }
  .widget-wrapper.azul:not([class*="-bg"]) [class*='note'] .preview:hover,
  .widget-wrapper.azul:not([class*="-bg"]) [class*='note'] .title:hover,
  .widget-wrapper.azul:not([class*="-bg"]) [class*='note'] .author:hover {
    color: #6081a6 !important; }
  .widget-wrapper.azul:not([class*="-bg"]) [data-type*="article"] i[class*="play"]:hover {
    color: #6081a6 !important; }

.widget-wrapper.azul:not([class*="-bg"]) {
  /* Cabezales */
  /* Chapitas en los listados de notas */
  /* Icono de Play si la nota tiene video */ }
  .widget-wrapper.azul:not([class*="-bg"]) .headline .obj-title, .widget-wrapper.azul:not([class*="-bg"]) .most-read .obj-title, .widget-wrapper.azul:not([class*="-bg"]) .note-by-author .obj-title {
    color: #6081a6; }
    .widget-wrapper.azul:not([class*="-bg"]) .headline .obj-title::first-letter, .widget-wrapper.azul:not([class*="-bg"]) .most-read .obj-title::first-letter, .widget-wrapper.azul:not([class*="-bg"]) .note-by-author .obj-title::first-letter {
      background-color: #6081a6;
      color: #FFFFFF; }
  .widget-wrapper.azul:not([class*="-bg"]) [class*='note']:not(.highlighted-portrait-note):not(.highlighted-note-overprinted-title) .article-kicker {
    color: #6081a6 !important; }
  .widget-wrapper.azul:not([class*="-bg"]) [class*='note'] .article-theme {
    background-color: rgba(96, 129, 166, 0.8) !important;
    color: #FFFFFF !important; }
  .widget-wrapper.azul:not([class*="-bg"]) [class*='note'] .info-wrapper .preview:hover,
  .widget-wrapper.azul:not([class*="-bg"]) [class*='note'] .info-wrapper .title:hover,
  .widget-wrapper.azul:not([class*="-bg"]) [class*='note'] .info-wrapper .author:hover,
  .widget-wrapper.azul:not([class*="-bg"]) [class*='note'] .info-wrapper .article-category-grouper:hover,
  .widget-wrapper.azul:not([class*="-bg"]) [class*='note'] .info-wrapper .article-kicker:hover {
    color: #6081a6 !important; }
  .widget-wrapper.azul:not([class*="-bg"]) [class*='note'] .preview:hover,
  .widget-wrapper.azul:not([class*="-bg"]) [class*='note'] .title:hover,
  .widget-wrapper.azul:not([class*="-bg"]) [class*='note'] .author:hover {
    color: #6081a6 !important; }
  .widget-wrapper.azul:not([class*="-bg"]) [data-type*="article"] i[class*="play"]:hover {
    color: #6081a6 !important; }

.widget-wrapper.azul:not([class*="-bg"]) {
  /* Cabezales */
  /* Chapitas en los listados de notas */
  /* Icono de Play si la nota tiene video */ }
  .widget-wrapper.azul:not([class*="-bg"]) .headline .obj-title, .widget-wrapper.azul:not([class*="-bg"]) .most-read .obj-title, .widget-wrapper.azul:not([class*="-bg"]) .note-by-author .obj-title {
    color: #6081a6; }
    .widget-wrapper.azul:not([class*="-bg"]) .headline .obj-title::first-letter, .widget-wrapper.azul:not([class*="-bg"]) .most-read .obj-title::first-letter, .widget-wrapper.azul:not([class*="-bg"]) .note-by-author .obj-title::first-letter {
      background-color: #6081a6;
      color: #FFFFFF; }
  .widget-wrapper.azul:not([class*="-bg"]) [class*='note']:not(.highlighted-portrait-note):not(.highlighted-note-overprinted-title) .article-kicker {
    color: #6081a6 !important; }
  .widget-wrapper.azul:not([class*="-bg"]) [class*='note'] .article-theme {
    background-color: rgba(96, 129, 166, 0.8) !important;
    color: #FFFFFF !important; }
  .widget-wrapper.azul:not([class*="-bg"]) [class*='note'] .info-wrapper .preview:hover,
  .widget-wrapper.azul:not([class*="-bg"]) [class*='note'] .info-wrapper .title:hover,
  .widget-wrapper.azul:not([class*="-bg"]) [class*='note'] .info-wrapper .author:hover,
  .widget-wrapper.azul:not([class*="-bg"]) [class*='note'] .info-wrapper .article-category-grouper:hover,
  .widget-wrapper.azul:not([class*="-bg"]) [class*='note'] .info-wrapper .article-kicker:hover {
    color: #6081a6 !important; }
  .widget-wrapper.azul:not([class*="-bg"]) [class*='note'] .preview:hover,
  .widget-wrapper.azul:not([class*="-bg"]) [class*='note'] .title:hover,
  .widget-wrapper.azul:not([class*="-bg"]) [class*='note'] .author:hover {
    color: #6081a6 !important; }
  .widget-wrapper.azul:not([class*="-bg"]) [data-type*="article"] i[class*="play"]:hover {
    color: #6081a6 !important; }

.widget-wrapper.azul:not([class*="-bg"]) {
  /* Cabezales */
  /* Chapitas en los listados de notas */
  /* Icono de Play si la nota tiene video */ }
  .widget-wrapper.azul:not([class*="-bg"]) .headline .obj-title, .widget-wrapper.azul:not([class*="-bg"]) .most-read .obj-title, .widget-wrapper.azul:not([class*="-bg"]) .note-by-author .obj-title {
    color: #6081a6; }
    .widget-wrapper.azul:not([class*="-bg"]) .headline .obj-title::first-letter, .widget-wrapper.azul:not([class*="-bg"]) .most-read .obj-title::first-letter, .widget-wrapper.azul:not([class*="-bg"]) .note-by-author .obj-title::first-letter {
      background-color: #6081a6;
      color: #FFFFFF; }
  .widget-wrapper.azul:not([class*="-bg"]) [class*='note']:not(.highlighted-portrait-note):not(.highlighted-note-overprinted-title) .article-kicker {
    color: #6081a6 !important; }
  .widget-wrapper.azul:not([class*="-bg"]) [class*='note'] .article-theme {
    background-color: rgba(96, 129, 166, 0.8) !important;
    color: #FFFFFF !important; }
  .widget-wrapper.azul:not([class*="-bg"]) [class*='note'] .info-wrapper .preview:hover,
  .widget-wrapper.azul:not([class*="-bg"]) [class*='note'] .info-wrapper .title:hover,
  .widget-wrapper.azul:not([class*="-bg"]) [class*='note'] .info-wrapper .author:hover,
  .widget-wrapper.azul:not([class*="-bg"]) [class*='note'] .info-wrapper .article-category-grouper:hover,
  .widget-wrapper.azul:not([class*="-bg"]) [class*='note'] .info-wrapper .article-kicker:hover {
    color: #6081a6 !important; }
  .widget-wrapper.azul:not([class*="-bg"]) [class*='note'] .preview:hover,
  .widget-wrapper.azul:not([class*="-bg"]) [class*='note'] .title:hover,
  .widget-wrapper.azul:not([class*="-bg"]) [class*='note'] .author:hover {
    color: #6081a6 !important; }
  .widget-wrapper.azul:not([class*="-bg"]) [data-type*="article"] i[class*="play"]:hover {
    color: #6081a6 !important; }

.widget-wrapper.azul:not([class*="-bg"]) {
  /* Cabezales */
  /* Chapitas en los listados de notas */
  /* Icono de Play si la nota tiene video */ }
  .widget-wrapper.azul:not([class*="-bg"]) .headline .obj-title, .widget-wrapper.azul:not([class*="-bg"]) .most-read .obj-title, .widget-wrapper.azul:not([class*="-bg"]) .note-by-author .obj-title {
    color: #6081a6; }
    .widget-wrapper.azul:not([class*="-bg"]) .headline .obj-title::first-letter, .widget-wrapper.azul:not([class*="-bg"]) .most-read .obj-title::first-letter, .widget-wrapper.azul:not([class*="-bg"]) .note-by-author .obj-title::first-letter {
      background-color: #6081a6;
      color: #FFFFFF; }
  .widget-wrapper.azul:not([class*="-bg"]) [class*='note']:not(.highlighted-portrait-note):not(.highlighted-note-overprinted-title) .article-kicker {
    color: #6081a6 !important; }
  .widget-wrapper.azul:not([class*="-bg"]) [class*='note'] .article-theme {
    background-color: rgba(96, 129, 166, 0.8) !important;
    color: #FFFFFF !important; }
  .widget-wrapper.azul:not([class*="-bg"]) [class*='note'] .info-wrapper .preview:hover,
  .widget-wrapper.azul:not([class*="-bg"]) [class*='note'] .info-wrapper .title:hover,
  .widget-wrapper.azul:not([class*="-bg"]) [class*='note'] .info-wrapper .author:hover,
  .widget-wrapper.azul:not([class*="-bg"]) [class*='note'] .info-wrapper .article-category-grouper:hover,
  .widget-wrapper.azul:not([class*="-bg"]) [class*='note'] .info-wrapper .article-kicker:hover {
    color: #6081a6 !important; }
  .widget-wrapper.azul:not([class*="-bg"]) [class*='note'] .preview:hover,
  .widget-wrapper.azul:not([class*="-bg"]) [class*='note'] .title:hover,
  .widget-wrapper.azul:not([class*="-bg"]) [class*='note'] .author:hover {
    color: #6081a6 !important; }
  .widget-wrapper.azul:not([class*="-bg"]) [data-type*="article"] i[class*="play"]:hover {
    color: #6081a6 !important; }

.widget-wrapper.azul:not([class*="-bg"]) {
  /* Cabezales */
  /* Chapitas en los listados de notas */
  /* Icono de Play si la nota tiene video */ }
  .widget-wrapper.azul:not([class*="-bg"]) .headline .obj-title, .widget-wrapper.azul:not([class*="-bg"]) .most-read .obj-title, .widget-wrapper.azul:not([class*="-bg"]) .note-by-author .obj-title {
    color: #6081a6; }
    .widget-wrapper.azul:not([class*="-bg"]) .headline .obj-title::first-letter, .widget-wrapper.azul:not([class*="-bg"]) .most-read .obj-title::first-letter, .widget-wrapper.azul:not([class*="-bg"]) .note-by-author .obj-title::first-letter {
      background-color: #6081a6;
      color: #FFFFFF; }
  .widget-wrapper.azul:not([class*="-bg"]) [class*='note']:not(.highlighted-portrait-note):not(.highlighted-note-overprinted-title) .article-kicker {
    color: #6081a6 !important; }
  .widget-wrapper.azul:not([class*="-bg"]) [class*='note'] .article-theme {
    background-color: rgba(96, 129, 166, 0.8) !important;
    color: #FFFFFF !important; }
  .widget-wrapper.azul:not([class*="-bg"]) [class*='note'] .info-wrapper .preview:hover,
  .widget-wrapper.azul:not([class*="-bg"]) [class*='note'] .info-wrapper .title:hover,
  .widget-wrapper.azul:not([class*="-bg"]) [class*='note'] .info-wrapper .author:hover,
  .widget-wrapper.azul:not([class*="-bg"]) [class*='note'] .info-wrapper .article-category-grouper:hover,
  .widget-wrapper.azul:not([class*="-bg"]) [class*='note'] .info-wrapper .article-kicker:hover {
    color: #6081a6 !important; }
  .widget-wrapper.azul:not([class*="-bg"]) [class*='note'] .preview:hover,
  .widget-wrapper.azul:not([class*="-bg"]) [class*='note'] .title:hover,
  .widget-wrapper.azul:not([class*="-bg"]) [class*='note'] .author:hover {
    color: #6081a6 !important; }
  .widget-wrapper.azul:not([class*="-bg"]) [data-type*="article"] i[class*="play"]:hover {
    color: #6081a6 !important; }

.widget-wrapper.azul:not([class*="-bg"]) {
  /* Cabezales */
  /* Chapitas en los listados de notas */
  /* Icono de Play si la nota tiene video */ }
  .widget-wrapper.azul:not([class*="-bg"]) .headline .obj-title, .widget-wrapper.azul:not([class*="-bg"]) .most-read .obj-title, .widget-wrapper.azul:not([class*="-bg"]) .note-by-author .obj-title {
    color: #6081a6; }
    .widget-wrapper.azul:not([class*="-bg"]) .headline .obj-title::first-letter, .widget-wrapper.azul:not([class*="-bg"]) .most-read .obj-title::first-letter, .widget-wrapper.azul:not([class*="-bg"]) .note-by-author .obj-title::first-letter {
      background-color: #6081a6;
      color: #FFFFFF; }
  .widget-wrapper.azul:not([class*="-bg"]) [class*='note']:not(.highlighted-portrait-note):not(.highlighted-note-overprinted-title) .article-kicker {
    color: #6081a6 !important; }
  .widget-wrapper.azul:not([class*="-bg"]) [class*='note'] .article-theme {
    background-color: rgba(96, 129, 166, 0.8) !important;
    color: #FFFFFF !important; }
  .widget-wrapper.azul:not([class*="-bg"]) [class*='note'] .info-wrapper .preview:hover,
  .widget-wrapper.azul:not([class*="-bg"]) [class*='note'] .info-wrapper .title:hover,
  .widget-wrapper.azul:not([class*="-bg"]) [class*='note'] .info-wrapper .author:hover,
  .widget-wrapper.azul:not([class*="-bg"]) [class*='note'] .info-wrapper .article-category-grouper:hover,
  .widget-wrapper.azul:not([class*="-bg"]) [class*='note'] .info-wrapper .article-kicker:hover {
    color: #6081a6 !important; }
  .widget-wrapper.azul:not([class*="-bg"]) [class*='note'] .preview:hover,
  .widget-wrapper.azul:not([class*="-bg"]) [class*='note'] .title:hover,
  .widget-wrapper.azul:not([class*="-bg"]) [class*='note'] .author:hover {
    color: #6081a6 !important; }
  .widget-wrapper.azul:not([class*="-bg"]) [data-type*="article"] i[class*="play"]:hover {
    color: #6081a6 !important; }

.widget-wrapper.azul:not([class*="-bg"]) {
  /* Cabezales */
  /* Chapitas en los listados de notas */
  /* Icono de Play si la nota tiene video */ }
  .widget-wrapper.azul:not([class*="-bg"]) .headline .obj-title, .widget-wrapper.azul:not([class*="-bg"]) .most-read .obj-title, .widget-wrapper.azul:not([class*="-bg"]) .note-by-author .obj-title {
    color: #6081a6; }
    .widget-wrapper.azul:not([class*="-bg"]) .headline .obj-title::first-letter, .widget-wrapper.azul:not([class*="-bg"]) .most-read .obj-title::first-letter, .widget-wrapper.azul:not([class*="-bg"]) .note-by-author .obj-title::first-letter {
      background-color: #6081a6;
      color: #FFFFFF; }
  .widget-wrapper.azul:not([class*="-bg"]) [class*='note']:not(.highlighted-portrait-note):not(.highlighted-note-overprinted-title) .article-kicker {
    color: #6081a6 !important; }
  .widget-wrapper.azul:not([class*="-bg"]) [class*='note'] .article-theme {
    background-color: rgba(96, 129, 166, 0.8) !important;
    color: #FFFFFF !important; }
  .widget-wrapper.azul:not([class*="-bg"]) [class*='note'] .info-wrapper .preview:hover,
  .widget-wrapper.azul:not([class*="-bg"]) [class*='note'] .info-wrapper .title:hover,
  .widget-wrapper.azul:not([class*="-bg"]) [class*='note'] .info-wrapper .author:hover,
  .widget-wrapper.azul:not([class*="-bg"]) [class*='note'] .info-wrapper .article-category-grouper:hover,
  .widget-wrapper.azul:not([class*="-bg"]) [class*='note'] .info-wrapper .article-kicker:hover {
    color: #6081a6 !important; }
  .widget-wrapper.azul:not([class*="-bg"]) [class*='note'] .preview:hover,
  .widget-wrapper.azul:not([class*="-bg"]) [class*='note'] .title:hover,
  .widget-wrapper.azul:not([class*="-bg"]) [class*='note'] .author:hover {
    color: #6081a6 !important; }
  .widget-wrapper.azul:not([class*="-bg"]) [data-type*="article"] i[class*="play"]:hover {
    color: #6081a6 !important; }

.widget-wrapper.azul:not([class*="-bg"]) {
  /* Cabezales */
  /* Chapitas en los listados de notas */
  /* Icono de Play si la nota tiene video */ }
  .widget-wrapper.azul:not([class*="-bg"]) .headline .obj-title, .widget-wrapper.azul:not([class*="-bg"]) .most-read .obj-title, .widget-wrapper.azul:not([class*="-bg"]) .note-by-author .obj-title {
    color: #6081a6; }
    .widget-wrapper.azul:not([class*="-bg"]) .headline .obj-title::first-letter, .widget-wrapper.azul:not([class*="-bg"]) .most-read .obj-title::first-letter, .widget-wrapper.azul:not([class*="-bg"]) .note-by-author .obj-title::first-letter {
      background-color: #6081a6;
      color: #FFFFFF; }
  .widget-wrapper.azul:not([class*="-bg"]) [class*='note']:not(.highlighted-portrait-note):not(.highlighted-note-overprinted-title) .article-kicker {
    color: #6081a6 !important; }
  .widget-wrapper.azul:not([class*="-bg"]) [class*='note'] .article-theme {
    background-color: rgba(96, 129, 166, 0.8) !important;
    color: #FFFFFF !important; }
  .widget-wrapper.azul:not([class*="-bg"]) [class*='note'] .info-wrapper .preview:hover,
  .widget-wrapper.azul:not([class*="-bg"]) [class*='note'] .info-wrapper .title:hover,
  .widget-wrapper.azul:not([class*="-bg"]) [class*='note'] .info-wrapper .author:hover,
  .widget-wrapper.azul:not([class*="-bg"]) [class*='note'] .info-wrapper .article-category-grouper:hover,
  .widget-wrapper.azul:not([class*="-bg"]) [class*='note'] .info-wrapper .article-kicker:hover {
    color: #6081a6 !important; }
  .widget-wrapper.azul:not([class*="-bg"]) [class*='note'] .preview:hover,
  .widget-wrapper.azul:not([class*="-bg"]) [class*='note'] .title:hover,
  .widget-wrapper.azul:not([class*="-bg"]) [class*='note'] .author:hover {
    color: #6081a6 !important; }
  .widget-wrapper.azul:not([class*="-bg"]) [data-type*="article"] i[class*="play"]:hover {
    color: #6081a6 !important; }

.widget-wrapper.azul:not([class*="-bg"]) {
  /* Cabezales */
  /* Chapitas en los listados de notas */
  /* Icono de Play si la nota tiene video */ }
  .widget-wrapper.azul:not([class*="-bg"]) .headline .obj-title, .widget-wrapper.azul:not([class*="-bg"]) .most-read .obj-title, .widget-wrapper.azul:not([class*="-bg"]) .note-by-author .obj-title {
    color: #6081a6; }
    .widget-wrapper.azul:not([class*="-bg"]) .headline .obj-title::first-letter, .widget-wrapper.azul:not([class*="-bg"]) .most-read .obj-title::first-letter, .widget-wrapper.azul:not([class*="-bg"]) .note-by-author .obj-title::first-letter {
      background-color: #6081a6;
      color: #FFFFFF; }
  .widget-wrapper.azul:not([class*="-bg"]) [class*='note']:not(.highlighted-portrait-note):not(.highlighted-note-overprinted-title) .article-kicker {
    color: #6081a6 !important; }
  .widget-wrapper.azul:not([class*="-bg"]) [class*='note'] .article-theme {
    background-color: rgba(96, 129, 166, 0.8) !important;
    color: #FFFFFF !important; }
  .widget-wrapper.azul:not([class*="-bg"]) [class*='note'] .info-wrapper .preview:hover,
  .widget-wrapper.azul:not([class*="-bg"]) [class*='note'] .info-wrapper .title:hover,
  .widget-wrapper.azul:not([class*="-bg"]) [class*='note'] .info-wrapper .author:hover,
  .widget-wrapper.azul:not([class*="-bg"]) [class*='note'] .info-wrapper .article-category-grouper:hover,
  .widget-wrapper.azul:not([class*="-bg"]) [class*='note'] .info-wrapper .article-kicker:hover {
    color: #6081a6 !important; }
  .widget-wrapper.azul:not([class*="-bg"]) [class*='note'] .preview:hover,
  .widget-wrapper.azul:not([class*="-bg"]) [class*='note'] .title:hover,
  .widget-wrapper.azul:not([class*="-bg"]) [class*='note'] .author:hover {
    color: #6081a6 !important; }
  .widget-wrapper.azul:not([class*="-bg"]) [data-type*="article"] i[class*="play"]:hover {
    color: #6081a6 !important; }

.widget-wrapper.azul:not([class*="-bg"]) {
  /* Cabezales */
  /* Chapitas en los listados de notas */
  /* Icono de Play si la nota tiene video */ }
  .widget-wrapper.azul:not([class*="-bg"]) .headline .obj-title, .widget-wrapper.azul:not([class*="-bg"]) .most-read .obj-title, .widget-wrapper.azul:not([class*="-bg"]) .note-by-author .obj-title {
    color: #6081a6; }
    .widget-wrapper.azul:not([class*="-bg"]) .headline .obj-title::first-letter, .widget-wrapper.azul:not([class*="-bg"]) .most-read .obj-title::first-letter, .widget-wrapper.azul:not([class*="-bg"]) .note-by-author .obj-title::first-letter {
      background-color: #6081a6;
      color: #FFFFFF; }
  .widget-wrapper.azul:not([class*="-bg"]) [class*='note']:not(.highlighted-portrait-note):not(.highlighted-note-overprinted-title) .article-kicker {
    color: #6081a6 !important; }
  .widget-wrapper.azul:not([class*="-bg"]) [class*='note'] .article-theme {
    background-color: rgba(96, 129, 166, 0.8) !important;
    color: #FFFFFF !important; }
  .widget-wrapper.azul:not([class*="-bg"]) [class*='note'] .info-wrapper .preview:hover,
  .widget-wrapper.azul:not([class*="-bg"]) [class*='note'] .info-wrapper .title:hover,
  .widget-wrapper.azul:not([class*="-bg"]) [class*='note'] .info-wrapper .author:hover,
  .widget-wrapper.azul:not([class*="-bg"]) [class*='note'] .info-wrapper .article-category-grouper:hover,
  .widget-wrapper.azul:not([class*="-bg"]) [class*='note'] .info-wrapper .article-kicker:hover {
    color: #6081a6 !important; }
  .widget-wrapper.azul:not([class*="-bg"]) [class*='note'] .preview:hover,
  .widget-wrapper.azul:not([class*="-bg"]) [class*='note'] .title:hover,
  .widget-wrapper.azul:not([class*="-bg"]) [class*='note'] .author:hover {
    color: #6081a6 !important; }
  .widget-wrapper.azul:not([class*="-bg"]) [data-type*="article"] i[class*="play"]:hover {
    color: #6081a6 !important; }

.widget-wrapper.texto-blanco {
  color: #FFFFFF;
  /* Cabezales */ }
  .widget-wrapper.texto-blanco .headline .obj-title, .widget-wrapper.texto-blanco .most-read .obj-title, .widget-wrapper.texto-blanco .note-by-author .obj-title {
    color: #FFFFFF; }
  .widget-wrapper.texto-blanco .simple-list .simple-note:not(.no-media) .title, .widget-wrapper.texto-blanco .section-aside-single-article .simple-note:not(.no-media) .title {
    color: #FFFFFF; }
  .widget-wrapper.texto-blanco .simple-list-square-image .simple-note-square-image .title {
    color: #FFFFFF; }
  .widget-wrapper.texto-blanco .free-text .body-content {
    color: #FFFFFF; }
  .widget-wrapper.texto-blanco [data-type*="article"] .info-wrapper .article-kicker {
    color: #FFFFFF !important; }

/* Colores en Detalle Sección */
body.azul main.container.note {
  /* Cabezales */
  /* Chapitas en los listados de notas */
  /* Icono de Play si la nota tiene video */
  /* Iconos de Share/Compartir */
  /* Listado Más Leídas */
  /* Paginador Listado Seccion */ }
  body.azul main.container.note .headline .obj-title, body.azul main.container.note .most-read .obj-title, body.azul main.container.note .note-by-author .obj-title {
    color: #6081a6; }
    body.azul main.container.note .headline .obj-title::first-letter, body.azul main.container.note .most-read .obj-title::first-letter, body.azul main.container.note .note-by-author .obj-title::first-letter {
      background-color: #6081a6;
      color: #FFFFFF; }
  body.azul main.container.note [class*='note'] .article-theme {
    background-color: rgba(96, 129, 166, 0.8) !important;
    color: #FFFFFF !important; }
  body.azul main.container.note [class*='note'] .info-wrapper .preview:hover,
  body.azul main.container.note [class*='note'] .info-wrapper .title:hover,
  body.azul main.container.note [class*='note'] .info-wrapper .author:hover {
    color: #6081a6 !important; }
  body.azul main.container.note [class*='note'] .preview:hover,
  body.azul main.container.note [class*='note'] .title:hover,
  body.azul main.container.note [class*='note'] .author:hover {
    color: #6081a6 !important; }
  body.azul main.container.note [data-type*="article"] i[class*="play"]:hover {
    color: #6081a6 !important; }
  body.azul main.container.note .socials-share li {
    background-color: #6081a6; }
  body.azul main.container.note .ranking-list {
    background-color: #6081a6; }
    body.azul main.container.note .ranking-list .article .number {
      background-color: #557498; }
    body.azul main.container.note .ranking-list .article .number,
    body.azul main.container.note .ranking-list .article .title,
    body.azul main.container.note .ranking-list .article .author {
      color: #FFFFFF; }
    body.azul main.container.note .ranking-list .obj-title {
      color: #FFFFFF; }
  body.azul main.container.note .list-articles .articles-pagination [class*="button"] {
    background-color: #6081a6;
    color: #FFFFFF; }
    body.azul main.container.note .list-articles .articles-pagination [class*="button"]:hover {
      background-color: #C82828; }

/* Colores en las chapitas */
.article-theme.verde {
  color: #5dc866 !important; }

.article-kicker.verde {
  color: #5dc866 !important; }

.article-category-grouper.verde:hover {
  color: #5dc866 !important; }

/* Cabezales */
.headline.verde .obj-title, .verde.most-read .obj-title, .verde.note-by-author .obj-title {
  color: #5dc866; }
  .headline.verde .obj-title::first-letter, .verde.most-read .obj-title::first-letter, .verde.note-by-author .obj-title::first-letter {
    background-color: #5dc866;
    color: #FFFFFF; }

/* Widges con colores de fondo */
.verde-bg {
  background-color: #5dc866; }
  .verde-bg.widget-wrapper {
    padding-top: 25px;
    margin-bottom: 25px; }
  .verde-bg .highlighted-note-square-image .preview,
  .verde-bg .highlighted-note-square-image .title,
  .verde-bg .highlighted-note-square-image .author,
  .verde-bg .highlighted-note-square-image .article-category-grouper,
  .verde-bg .highlighted-note-square-image .article-kicker,
  .verde-bg .simple-note .preview,
  .verde-bg .simple-note .title,
  .verde-bg .simple-note .author,
  .verde-bg .simple-note .article-category-grouper,
  .verde-bg .simple-note .article-kicker,
  .verde-bg .simple-note-square-image .preview,
  .verde-bg .simple-note-square-image .title,
  .verde-bg .simple-note-square-image .author,
  .verde-bg .simple-note-square-image .article-category-grouper,
  .verde-bg .simple-note-square-image .article-kicker {
    color: #FFFFFF !important; }
  .verde-bg .headline, .verde-bg .most-read, .verde-bg .note-by-author {
    margin-top: 0;
    padding-top: 8px; }
    .verde-bg .headline .obj-title, .verde-bg .most-read .obj-title, .verde-bg .note-by-author .obj-title {
      color: #FFFFFF !important; }
      .verde-bg .headline .obj-title::first-letter, .verde-bg .most-read .obj-title::first-letter, .verde-bg .note-by-author .obj-title::first-letter {
        background-color: #FFFFFF;
        color: #5dc866 !important; }
  .verde-bg.celeste-vivo {
    /* Chapitas en los listados de notas */
    /* Icono de Play si la nota tiene video */ }
    .verde-bg.celeste-vivo [class*='note'] .article-theme {
      background-color: rgba(68, 201, 246, 0.8) !important;
      color: #FFFFFF !important; }
    .verde-bg.celeste-vivo [data-type*="article"] i[class*="play"]:hover {
      color: #44c9f6 !important; }
  .verde-bg.copa-america {
    /* Chapitas en los listados de notas */
    /* Icono de Play si la nota tiene video */ }
    .verde-bg.copa-america [class*='note'] .article-theme {
      background-color: rgba(32, 138, 200, 0.8) !important;
      color: #FFFFFF !important; }
    .verde-bg.copa-america [data-type*="article"] i[class*="play"]:hover {
      color: #208ac8 !important; }
  .verde-bg.fucsia {
    /* Chapitas en los listados de notas */
    /* Icono de Play si la nota tiene video */ }
    .verde-bg.fucsia [class*='note'] .article-theme {
      background-color: rgba(182, 11, 124, 0.8) !important;
      color: #FFFFFF !important; }
    .verde-bg.fucsia [data-type*="article"] i[class*="play"]:hover {
      color: #b60b7c !important; }
  .verde-bg.gris {
    /* Chapitas en los listados de notas */
    /* Icono de Play si la nota tiene video */ }
    .verde-bg.gris [class*='note'] .article-theme {
      background-color: rgba(109, 123, 140, 0.8) !important;
      color: #FFFFFF !important; }
    .verde-bg.gris [data-type*="article"] i[class*="play"]:hover {
      color: #6d7b8c !important; }
  .verde-bg.naranja {
    /* Chapitas en los listados de notas */
    /* Icono de Play si la nota tiene video */ }
    .verde-bg.naranja [class*='note'] .article-theme {
      background-color: rgba(227, 123, 87, 0.8) !important;
      color: #FFFFFF !important; }
    .verde-bg.naranja [data-type*="article"] i[class*="play"]:hover {
      color: #e37b57 !important; }
  .verde-bg.naranja_fuerte {
    /* Chapitas en los listados de notas */
    /* Icono de Play si la nota tiene video */ }
    .verde-bg.naranja_fuerte [class*='note'] .article-theme {
      background-color: rgba(217, 56, 0, 0.8) !important;
      color: #FFFFFF !important; }
    .verde-bg.naranja_fuerte [data-type*="article"] i[class*="play"]:hover {
      color: #D93800 !important; }
  .verde-bg.rating-cero {
    /* Chapitas en los listados de notas */
    /* Icono de Play si la nota tiene video */ }
    .verde-bg.rating-cero [class*='note'] .article-theme {
      background-color: rgba(218, 44, 41, 0.8) !important;
      color: #FFFFFF !important; }
    .verde-bg.rating-cero [data-type*="article"] i[class*="play"]:hover {
      color: #da2c29 !important; }
  .verde-bg.texto-blanco .article-shouts .info-wrapper .preview,
  .verde-bg.texto-blanco .article-shouts .info-wrapper .title,
  .verde-bg.texto-blanco .article-shouts .info-wrapper .author,
  .verde-bg.texto-blanco .article-shouts .info-wrapper .article-kicker,
  .verde-bg.texto-blanco .highlighted-note-square-image .info-wrapper .preview,
  .verde-bg.texto-blanco .highlighted-note-square-image .info-wrapper .title,
  .verde-bg.texto-blanco .highlighted-note-square-image .info-wrapper .author,
  .verde-bg.texto-blanco .highlighted-note-square-image .info-wrapper .article-kicker,
  .verde-bg.texto-blanco .simple-list .info-wrapper .preview,
  .verde-bg.texto-blanco .section-aside-single-article .info-wrapper .preview,
  .verde-bg.texto-blanco .simple-list .info-wrapper .title,
  .verde-bg.texto-blanco .section-aside-single-article .info-wrapper .title,
  .verde-bg.texto-blanco .simple-list .info-wrapper .author,
  .verde-bg.texto-blanco .section-aside-single-article .info-wrapper .author,
  .verde-bg.texto-blanco .simple-list .info-wrapper .article-kicker,
  .verde-bg.texto-blanco .section-aside-single-article .info-wrapper .article-kicker,
  .verde-bg.texto-blanco .simple-list-square-image .info-wrapper .preview,
  .verde-bg.texto-blanco .simple-list-square-image .info-wrapper .title,
  .verde-bg.texto-blanco .simple-list-square-image .info-wrapper .author,
  .verde-bg.texto-blanco .simple-list-square-image .info-wrapper .article-kicker {
    color: #FFFFFF !important; }
    .verde-bg.texto-blanco .article-shouts .info-wrapper .preview:hover,
    .verde-bg.texto-blanco .article-shouts .info-wrapper .title:hover,
    .verde-bg.texto-blanco .article-shouts .info-wrapper .author:hover,
    .verde-bg.texto-blanco .article-shouts .info-wrapper .article-kicker:hover,
    .verde-bg.texto-blanco .highlighted-note-square-image .info-wrapper .preview:hover,
    .verde-bg.texto-blanco .highlighted-note-square-image .info-wrapper .title:hover,
    .verde-bg.texto-blanco .highlighted-note-square-image .info-wrapper .author:hover,
    .verde-bg.texto-blanco .highlighted-note-square-image .info-wrapper .article-kicker:hover,
    .verde-bg.texto-blanco .simple-list .info-wrapper .preview:hover,
    .verde-bg.texto-blanco .section-aside-single-article .info-wrapper .preview:hover,
    .verde-bg.texto-blanco .simple-list .info-wrapper .title:hover,
    .verde-bg.texto-blanco .section-aside-single-article .info-wrapper .title:hover,
    .verde-bg.texto-blanco .simple-list .info-wrapper .author:hover,
    .verde-bg.texto-blanco .section-aside-single-article .info-wrapper .author:hover,
    .verde-bg.texto-blanco .simple-list .info-wrapper .article-kicker:hover,
    .verde-bg.texto-blanco .section-aside-single-article .info-wrapper .article-kicker:hover,
    .verde-bg.texto-blanco .simple-list-square-image .info-wrapper .preview:hover,
    .verde-bg.texto-blanco .simple-list-square-image .info-wrapper .title:hover,
    .verde-bg.texto-blanco .simple-list-square-image .info-wrapper .author:hover,
    .verde-bg.texto-blanco .simple-list-square-image .info-wrapper .article-kicker:hover {
      color: #FFFFFF !important; }
  .verde-bg.texto-blanco .article-shouts .preview,
  .verde-bg.texto-blanco .article-shouts .title,
  .verde-bg.texto-blanco .article-shouts .author,
  .verde-bg.texto-blanco .highlighted-note-square-image .preview,
  .verde-bg.texto-blanco .highlighted-note-square-image .title,
  .verde-bg.texto-blanco .highlighted-note-square-image .author,
  .verde-bg.texto-blanco .simple-list .preview,
  .verde-bg.texto-blanco .section-aside-single-article .preview,
  .verde-bg.texto-blanco .simple-list .title,
  .verde-bg.texto-blanco .section-aside-single-article .title,
  .verde-bg.texto-blanco .simple-list .author,
  .verde-bg.texto-blanco .section-aside-single-article .author,
  .verde-bg.texto-blanco .simple-list-square-image .preview,
  .verde-bg.texto-blanco .simple-list-square-image .title,
  .verde-bg.texto-blanco .simple-list-square-image .author {
    color: #FFFFFF !important; }
    .verde-bg.texto-blanco .article-shouts .preview:hover,
    .verde-bg.texto-blanco .article-shouts .title:hover,
    .verde-bg.texto-blanco .article-shouts .author:hover,
    .verde-bg.texto-blanco .highlighted-note-square-image .preview:hover,
    .verde-bg.texto-blanco .highlighted-note-square-image .title:hover,
    .verde-bg.texto-blanco .highlighted-note-square-image .author:hover,
    .verde-bg.texto-blanco .simple-list .preview:hover,
    .verde-bg.texto-blanco .section-aside-single-article .preview:hover,
    .verde-bg.texto-blanco .simple-list .title:hover,
    .verde-bg.texto-blanco .section-aside-single-article .title:hover,
    .verde-bg.texto-blanco .simple-list .author:hover,
    .verde-bg.texto-blanco .section-aside-single-article .author:hover,
    .verde-bg.texto-blanco .simple-list-square-image .preview:hover,
    .verde-bg.texto-blanco .simple-list-square-image .title:hover,
    .verde-bg.texto-blanco .simple-list-square-image .author:hover {
      color: #FFFFFF !important; }
  .verde-bg.texto-blanco [class*='note'] .article-theme {
    color: #FFFFFF !important; }
  .verde-bg.texto-blanco .headline, .verde-bg.texto-blanco .most-read, .verde-bg.texto-blanco .note-by-author {
    margin-top: 0;
    padding-top: 8px; }
    .verde-bg.texto-blanco .headline .obj-title, .verde-bg.texto-blanco .most-read .obj-title, .verde-bg.texto-blanco .note-by-author .obj-title {
      color: #FFFFFF !important; }
      .verde-bg.texto-blanco .headline .obj-title::first-letter, .verde-bg.texto-blanco .most-read .obj-title::first-letter, .verde-bg.texto-blanco .note-by-author .obj-title::first-letter {
        background-color: #FFFFFF;
        color: #5dc866 !important; }
  .verde-bg.tipo-blanca {
    /* Chapitas en los listados de notas */
    /* Icono de Play si la nota tiene video */ }
    .verde-bg.tipo-blanca [class*='note'] .article-theme {
      background-color: rgba(0, 0, 0, 0) !important;
      color: #FFFFFF !important; }
    .verde-bg.tipo-blanca [data-type*="article"] i[class*="play"]:hover {
      color: transparent !important; }
  .verde-bg.verde-doc {
    /* Chapitas en los listados de notas */
    /* Icono de Play si la nota tiene video */ }
    .verde-bg.verde-doc [class*='note'] .article-theme {
      background-color: rgba(0, 153, 153, 0.8) !important;
      color: #FFFFFF !important; }
    .verde-bg.verde-doc [data-type*="article"] i[class*="play"]:hover {
      color: #099 !important; }
  .verde-bg.verde_oscuro {
    /* Chapitas en los listados de notas */
    /* Icono de Play si la nota tiene video */ }
    .verde-bg.verde_oscuro [class*='note'] .article-theme {
      background-color: rgba(74, 122, 80, 0.8) !important;
      color: #FFFFFF !important; }
    .verde-bg.verde_oscuro [data-type*="article"] i[class*="play"]:hover {
      color: #4a7a50 !important; }
  .verde-bg.violeta {
    /* Chapitas en los listados de notas */
    /* Icono de Play si la nota tiene video */ }
    .verde-bg.violeta [class*='note'] .article-theme {
      background-color: rgba(86, 0, 141, 0.8) !important;
      color: #FFFFFF !important; }
    .verde-bg.violeta [data-type*="article"] i[class*="play"]:hover {
      color: #56008D !important; }
  .verde-bg.beige {
    /* Chapitas en los listados de notas */
    /* Icono de Play si la nota tiene video */ }
    .verde-bg.beige [class*='note'] .article-theme {
      background-color: rgba(247, 239, 228, 0.8) !important;
      color: #000000 !important; }
    .verde-bg.beige [data-type*="article"] i[class*="play"]:hover {
      color: #f7efe4 !important; }
  .verde-bg.bordo {
    /* Chapitas en los listados de notas */
    /* Icono de Play si la nota tiene video */ }
    .verde-bg.bordo [class*='note'] .article-theme {
      background-color: rgba(64, 37, 34, 0.8) !important;
      color: #FFFFFF !important; }
    .verde-bg.bordo [data-type*="article"] i[class*="play"]:hover {
      color: #402522 !important; }
  .verde-bg.verde-limon {
    /* Chapitas en los listados de notas */
    /* Icono de Play si la nota tiene video */ }
    .verde-bg.verde-limon [class*='note'] .article-theme {
      background-color: rgba(239, 255, 211, 0.8) !important;
      color: #000000 !important; }
    .verde-bg.verde-limon [data-type*="article"] i[class*="play"]:hover {
      color: #efffd3 !important; }
  .verde-bg.rojo {
    /* Chapitas en los listados de notas */
    /* Icono de Play si la nota tiene video */ }
    .verde-bg.rojo [class*='note'] .article-theme {
      background-color: rgba(216, 84, 84, 0.8) !important;
      color: #FFFFFF !important; }
    .verde-bg.rojo [data-type*="article"] i[class*="play"]:hover {
      color: #d85454 !important; }
  .verde-bg.celeste {
    /* Chapitas en los listados de notas */
    /* Icono de Play si la nota tiene video */ }
    .verde-bg.celeste [class*='note'] .article-theme {
      background-color: rgba(81, 163, 255, 0.8) !important;
      color: #FFFFFF !important; }
    .verde-bg.celeste [data-type*="article"] i[class*="play"]:hover {
      color: #51a3ff !important; }
  .verde-bg.amarillo {
    /* Chapitas en los listados de notas */
    /* Icono de Play si la nota tiene video */ }
    .verde-bg.amarillo [class*='note'] .article-theme {
      background-color: rgba(212, 202, 86, 0.8) !important;
      color: #000000 !important; }
    .verde-bg.amarillo [data-type*="article"] i[class*="play"]:hover {
      color: #d4ca56 !important; }
  .verde-bg.magent {
    /* Chapitas en los listados de notas */
    /* Icono de Play si la nota tiene video */ }
    .verde-bg.magent [class*='note'] .article-theme {
      background-color: rgba(204, 98, 200, 0.8) !important;
      color: #FFFFFF !important; }
    .verde-bg.magent [data-type*="article"] i[class*="play"]:hover {
      color: #cc62c8 !important; }
  .verde-bg.azul {
    /* Chapitas en los listados de notas */
    /* Icono de Play si la nota tiene video */ }
    .verde-bg.azul [class*='note'] .article-theme {
      background-color: rgba(96, 129, 166, 0.8) !important;
      color: #FFFFFF !important; }
    .verde-bg.azul [data-type*="article"] i[class*="play"]:hover {
      color: #6081a6 !important; }
  .verde-bg.verde {
    /* Chapitas en los listados de notas */
    /* Icono de Play si la nota tiene video */ }
    .verde-bg.verde [class*='note'] .article-theme {
      background-color: rgba(93, 200, 102, 0.8) !important;
      color: #FFFFFF !important; }
    .verde-bg.verde [data-type*="article"] i[class*="play"]:hover {
      color: #5dc866 !important; }
  .verde-bg.cyan {
    /* Chapitas en los listados de notas */
    /* Icono de Play si la nota tiene video */ }
    .verde-bg.cyan [class*='note'] .article-theme {
      background-color: rgba(0, 188, 212, 0.8) !important;
      color: #000000 !important; }
    .verde-bg.cyan [data-type*="article"] i[class*="play"]:hover {
      color: #00BCD4 !important; }
  .verde-bg.negro {
    /* Chapitas en los listados de notas */
    /* Icono de Play si la nota tiene video */ }
    .verde-bg.negro [class*='note'] .article-theme {
      background-color: rgba(29, 29, 32, 0.8) !important;
      color: #FFFFFF !important; }
    .verde-bg.negro [data-type*="article"] i[class*="play"]:hover {
      color: #1d1d20 !important; }

/* Widgets con color relacionado */
.widget-wrapper.verde:not([class*="-bg"]) {
  /* Cabezales */
  /* Chapitas en los listados de notas */
  /* Icono de Play si la nota tiene video */ }
  .widget-wrapper.verde:not([class*="-bg"]) .headline .obj-title, .widget-wrapper.verde:not([class*="-bg"]) .most-read .obj-title, .widget-wrapper.verde:not([class*="-bg"]) .note-by-author .obj-title {
    color: #5dc866; }
    .widget-wrapper.verde:not([class*="-bg"]) .headline .obj-title::first-letter, .widget-wrapper.verde:not([class*="-bg"]) .most-read .obj-title::first-letter, .widget-wrapper.verde:not([class*="-bg"]) .note-by-author .obj-title::first-letter {
      background-color: #5dc866;
      color: #FFFFFF; }
  .widget-wrapper.verde:not([class*="-bg"]) [class*='note']:not(.highlighted-portrait-note):not(.highlighted-note-overprinted-title) .article-kicker {
    color: #5dc866 !important; }
  .widget-wrapper.verde:not([class*="-bg"]) [class*='note'] .article-theme {
    background-color: rgba(93, 200, 102, 0.8) !important;
    color: #FFFFFF !important; }
  .widget-wrapper.verde:not([class*="-bg"]) [class*='note'] .info-wrapper .preview:hover,
  .widget-wrapper.verde:not([class*="-bg"]) [class*='note'] .info-wrapper .title:hover,
  .widget-wrapper.verde:not([class*="-bg"]) [class*='note'] .info-wrapper .author:hover,
  .widget-wrapper.verde:not([class*="-bg"]) [class*='note'] .info-wrapper .article-category-grouper:hover,
  .widget-wrapper.verde:not([class*="-bg"]) [class*='note'] .info-wrapper .article-kicker:hover {
    color: #5dc866 !important; }
  .widget-wrapper.verde:not([class*="-bg"]) [class*='note'] .preview:hover,
  .widget-wrapper.verde:not([class*="-bg"]) [class*='note'] .title:hover,
  .widget-wrapper.verde:not([class*="-bg"]) [class*='note'] .author:hover {
    color: #5dc866 !important; }
  .widget-wrapper.verde:not([class*="-bg"]) [data-type*="article"] i[class*="play"]:hover {
    color: #5dc866 !important; }

.widget-wrapper.verde:not([class*="-bg"]) {
  /* Cabezales */
  /* Chapitas en los listados de notas */
  /* Icono de Play si la nota tiene video */ }
  .widget-wrapper.verde:not([class*="-bg"]) .headline .obj-title, .widget-wrapper.verde:not([class*="-bg"]) .most-read .obj-title, .widget-wrapper.verde:not([class*="-bg"]) .note-by-author .obj-title {
    color: #5dc866; }
    .widget-wrapper.verde:not([class*="-bg"]) .headline .obj-title::first-letter, .widget-wrapper.verde:not([class*="-bg"]) .most-read .obj-title::first-letter, .widget-wrapper.verde:not([class*="-bg"]) .note-by-author .obj-title::first-letter {
      background-color: #5dc866;
      color: #FFFFFF; }
  .widget-wrapper.verde:not([class*="-bg"]) [class*='note']:not(.highlighted-portrait-note):not(.highlighted-note-overprinted-title) .article-kicker {
    color: #5dc866 !important; }
  .widget-wrapper.verde:not([class*="-bg"]) [class*='note'] .article-theme {
    background-color: rgba(93, 200, 102, 0.8) !important;
    color: #FFFFFF !important; }
  .widget-wrapper.verde:not([class*="-bg"]) [class*='note'] .info-wrapper .preview:hover,
  .widget-wrapper.verde:not([class*="-bg"]) [class*='note'] .info-wrapper .title:hover,
  .widget-wrapper.verde:not([class*="-bg"]) [class*='note'] .info-wrapper .author:hover,
  .widget-wrapper.verde:not([class*="-bg"]) [class*='note'] .info-wrapper .article-category-grouper:hover,
  .widget-wrapper.verde:not([class*="-bg"]) [class*='note'] .info-wrapper .article-kicker:hover {
    color: #5dc866 !important; }
  .widget-wrapper.verde:not([class*="-bg"]) [class*='note'] .preview:hover,
  .widget-wrapper.verde:not([class*="-bg"]) [class*='note'] .title:hover,
  .widget-wrapper.verde:not([class*="-bg"]) [class*='note'] .author:hover {
    color: #5dc866 !important; }
  .widget-wrapper.verde:not([class*="-bg"]) [data-type*="article"] i[class*="play"]:hover {
    color: #5dc866 !important; }

.widget-wrapper.verde:not([class*="-bg"]) {
  /* Cabezales */
  /* Chapitas en los listados de notas */
  /* Icono de Play si la nota tiene video */ }
  .widget-wrapper.verde:not([class*="-bg"]) .headline .obj-title, .widget-wrapper.verde:not([class*="-bg"]) .most-read .obj-title, .widget-wrapper.verde:not([class*="-bg"]) .note-by-author .obj-title {
    color: #5dc866; }
    .widget-wrapper.verde:not([class*="-bg"]) .headline .obj-title::first-letter, .widget-wrapper.verde:not([class*="-bg"]) .most-read .obj-title::first-letter, .widget-wrapper.verde:not([class*="-bg"]) .note-by-author .obj-title::first-letter {
      background-color: #5dc866;
      color: #FFFFFF; }
  .widget-wrapper.verde:not([class*="-bg"]) [class*='note']:not(.highlighted-portrait-note):not(.highlighted-note-overprinted-title) .article-kicker {
    color: #5dc866 !important; }
  .widget-wrapper.verde:not([class*="-bg"]) [class*='note'] .article-theme {
    background-color: rgba(93, 200, 102, 0.8) !important;
    color: #FFFFFF !important; }
  .widget-wrapper.verde:not([class*="-bg"]) [class*='note'] .info-wrapper .preview:hover,
  .widget-wrapper.verde:not([class*="-bg"]) [class*='note'] .info-wrapper .title:hover,
  .widget-wrapper.verde:not([class*="-bg"]) [class*='note'] .info-wrapper .author:hover,
  .widget-wrapper.verde:not([class*="-bg"]) [class*='note'] .info-wrapper .article-category-grouper:hover,
  .widget-wrapper.verde:not([class*="-bg"]) [class*='note'] .info-wrapper .article-kicker:hover {
    color: #5dc866 !important; }
  .widget-wrapper.verde:not([class*="-bg"]) [class*='note'] .preview:hover,
  .widget-wrapper.verde:not([class*="-bg"]) [class*='note'] .title:hover,
  .widget-wrapper.verde:not([class*="-bg"]) [class*='note'] .author:hover {
    color: #5dc866 !important; }
  .widget-wrapper.verde:not([class*="-bg"]) [data-type*="article"] i[class*="play"]:hover {
    color: #5dc866 !important; }

.widget-wrapper.verde:not([class*="-bg"]) {
  /* Cabezales */
  /* Chapitas en los listados de notas */
  /* Icono de Play si la nota tiene video */ }
  .widget-wrapper.verde:not([class*="-bg"]) .headline .obj-title, .widget-wrapper.verde:not([class*="-bg"]) .most-read .obj-title, .widget-wrapper.verde:not([class*="-bg"]) .note-by-author .obj-title {
    color: #5dc866; }
    .widget-wrapper.verde:not([class*="-bg"]) .headline .obj-title::first-letter, .widget-wrapper.verde:not([class*="-bg"]) .most-read .obj-title::first-letter, .widget-wrapper.verde:not([class*="-bg"]) .note-by-author .obj-title::first-letter {
      background-color: #5dc866;
      color: #FFFFFF; }
  .widget-wrapper.verde:not([class*="-bg"]) [class*='note']:not(.highlighted-portrait-note):not(.highlighted-note-overprinted-title) .article-kicker {
    color: #5dc866 !important; }
  .widget-wrapper.verde:not([class*="-bg"]) [class*='note'] .article-theme {
    background-color: rgba(93, 200, 102, 0.8) !important;
    color: #FFFFFF !important; }
  .widget-wrapper.verde:not([class*="-bg"]) [class*='note'] .info-wrapper .preview:hover,
  .widget-wrapper.verde:not([class*="-bg"]) [class*='note'] .info-wrapper .title:hover,
  .widget-wrapper.verde:not([class*="-bg"]) [class*='note'] .info-wrapper .author:hover,
  .widget-wrapper.verde:not([class*="-bg"]) [class*='note'] .info-wrapper .article-category-grouper:hover,
  .widget-wrapper.verde:not([class*="-bg"]) [class*='note'] .info-wrapper .article-kicker:hover {
    color: #5dc866 !important; }
  .widget-wrapper.verde:not([class*="-bg"]) [class*='note'] .preview:hover,
  .widget-wrapper.verde:not([class*="-bg"]) [class*='note'] .title:hover,
  .widget-wrapper.verde:not([class*="-bg"]) [class*='note'] .author:hover {
    color: #5dc866 !important; }
  .widget-wrapper.verde:not([class*="-bg"]) [data-type*="article"] i[class*="play"]:hover {
    color: #5dc866 !important; }

.widget-wrapper.verde:not([class*="-bg"]) {
  /* Cabezales */
  /* Chapitas en los listados de notas */
  /* Icono de Play si la nota tiene video */ }
  .widget-wrapper.verde:not([class*="-bg"]) .headline .obj-title, .widget-wrapper.verde:not([class*="-bg"]) .most-read .obj-title, .widget-wrapper.verde:not([class*="-bg"]) .note-by-author .obj-title {
    color: #5dc866; }
    .widget-wrapper.verde:not([class*="-bg"]) .headline .obj-title::first-letter, .widget-wrapper.verde:not([class*="-bg"]) .most-read .obj-title::first-letter, .widget-wrapper.verde:not([class*="-bg"]) .note-by-author .obj-title::first-letter {
      background-color: #5dc866;
      color: #FFFFFF; }
  .widget-wrapper.verde:not([class*="-bg"]) [class*='note']:not(.highlighted-portrait-note):not(.highlighted-note-overprinted-title) .article-kicker {
    color: #5dc866 !important; }
  .widget-wrapper.verde:not([class*="-bg"]) [class*='note'] .article-theme {
    background-color: rgba(93, 200, 102, 0.8) !important;
    color: #FFFFFF !important; }
  .widget-wrapper.verde:not([class*="-bg"]) [class*='note'] .info-wrapper .preview:hover,
  .widget-wrapper.verde:not([class*="-bg"]) [class*='note'] .info-wrapper .title:hover,
  .widget-wrapper.verde:not([class*="-bg"]) [class*='note'] .info-wrapper .author:hover,
  .widget-wrapper.verde:not([class*="-bg"]) [class*='note'] .info-wrapper .article-category-grouper:hover,
  .widget-wrapper.verde:not([class*="-bg"]) [class*='note'] .info-wrapper .article-kicker:hover {
    color: #5dc866 !important; }
  .widget-wrapper.verde:not([class*="-bg"]) [class*='note'] .preview:hover,
  .widget-wrapper.verde:not([class*="-bg"]) [class*='note'] .title:hover,
  .widget-wrapper.verde:not([class*="-bg"]) [class*='note'] .author:hover {
    color: #5dc866 !important; }
  .widget-wrapper.verde:not([class*="-bg"]) [data-type*="article"] i[class*="play"]:hover {
    color: #5dc866 !important; }

.widget-wrapper.verde:not([class*="-bg"]) {
  /* Cabezales */
  /* Chapitas en los listados de notas */
  /* Icono de Play si la nota tiene video */ }
  .widget-wrapper.verde:not([class*="-bg"]) .headline .obj-title, .widget-wrapper.verde:not([class*="-bg"]) .most-read .obj-title, .widget-wrapper.verde:not([class*="-bg"]) .note-by-author .obj-title {
    color: #5dc866; }
    .widget-wrapper.verde:not([class*="-bg"]) .headline .obj-title::first-letter, .widget-wrapper.verde:not([class*="-bg"]) .most-read .obj-title::first-letter, .widget-wrapper.verde:not([class*="-bg"]) .note-by-author .obj-title::first-letter {
      background-color: #5dc866;
      color: #FFFFFF; }
  .widget-wrapper.verde:not([class*="-bg"]) [class*='note']:not(.highlighted-portrait-note):not(.highlighted-note-overprinted-title) .article-kicker {
    color: #5dc866 !important; }
  .widget-wrapper.verde:not([class*="-bg"]) [class*='note'] .article-theme {
    background-color: rgba(93, 200, 102, 0.8) !important;
    color: #FFFFFF !important; }
  .widget-wrapper.verde:not([class*="-bg"]) [class*='note'] .info-wrapper .preview:hover,
  .widget-wrapper.verde:not([class*="-bg"]) [class*='note'] .info-wrapper .title:hover,
  .widget-wrapper.verde:not([class*="-bg"]) [class*='note'] .info-wrapper .author:hover,
  .widget-wrapper.verde:not([class*="-bg"]) [class*='note'] .info-wrapper .article-category-grouper:hover,
  .widget-wrapper.verde:not([class*="-bg"]) [class*='note'] .info-wrapper .article-kicker:hover {
    color: #5dc866 !important; }
  .widget-wrapper.verde:not([class*="-bg"]) [class*='note'] .preview:hover,
  .widget-wrapper.verde:not([class*="-bg"]) [class*='note'] .title:hover,
  .widget-wrapper.verde:not([class*="-bg"]) [class*='note'] .author:hover {
    color: #5dc866 !important; }
  .widget-wrapper.verde:not([class*="-bg"]) [data-type*="article"] i[class*="play"]:hover {
    color: #5dc866 !important; }

.widget-wrapper.verde:not([class*="-bg"]) {
  /* Cabezales */
  /* Chapitas en los listados de notas */
  /* Icono de Play si la nota tiene video */ }
  .widget-wrapper.verde:not([class*="-bg"]) .headline .obj-title, .widget-wrapper.verde:not([class*="-bg"]) .most-read .obj-title, .widget-wrapper.verde:not([class*="-bg"]) .note-by-author .obj-title {
    color: #5dc866; }
    .widget-wrapper.verde:not([class*="-bg"]) .headline .obj-title::first-letter, .widget-wrapper.verde:not([class*="-bg"]) .most-read .obj-title::first-letter, .widget-wrapper.verde:not([class*="-bg"]) .note-by-author .obj-title::first-letter {
      background-color: #5dc866;
      color: #FFFFFF; }
  .widget-wrapper.verde:not([class*="-bg"]) [class*='note']:not(.highlighted-portrait-note):not(.highlighted-note-overprinted-title) .article-kicker {
    color: #5dc866 !important; }
  .widget-wrapper.verde:not([class*="-bg"]) [class*='note'] .article-theme {
    background-color: rgba(93, 200, 102, 0.8) !important;
    color: #FFFFFF !important; }
  .widget-wrapper.verde:not([class*="-bg"]) [class*='note'] .info-wrapper .preview:hover,
  .widget-wrapper.verde:not([class*="-bg"]) [class*='note'] .info-wrapper .title:hover,
  .widget-wrapper.verde:not([class*="-bg"]) [class*='note'] .info-wrapper .author:hover,
  .widget-wrapper.verde:not([class*="-bg"]) [class*='note'] .info-wrapper .article-category-grouper:hover,
  .widget-wrapper.verde:not([class*="-bg"]) [class*='note'] .info-wrapper .article-kicker:hover {
    color: #5dc866 !important; }
  .widget-wrapper.verde:not([class*="-bg"]) [class*='note'] .preview:hover,
  .widget-wrapper.verde:not([class*="-bg"]) [class*='note'] .title:hover,
  .widget-wrapper.verde:not([class*="-bg"]) [class*='note'] .author:hover {
    color: #5dc866 !important; }
  .widget-wrapper.verde:not([class*="-bg"]) [data-type*="article"] i[class*="play"]:hover {
    color: #5dc866 !important; }

.widget-wrapper.verde:not([class*="-bg"]) {
  /* Cabezales */
  /* Chapitas en los listados de notas */
  /* Icono de Play si la nota tiene video */ }
  .widget-wrapper.verde:not([class*="-bg"]) .headline .obj-title, .widget-wrapper.verde:not([class*="-bg"]) .most-read .obj-title, .widget-wrapper.verde:not([class*="-bg"]) .note-by-author .obj-title {
    color: #5dc866; }
    .widget-wrapper.verde:not([class*="-bg"]) .headline .obj-title::first-letter, .widget-wrapper.verde:not([class*="-bg"]) .most-read .obj-title::first-letter, .widget-wrapper.verde:not([class*="-bg"]) .note-by-author .obj-title::first-letter {
      background-color: #5dc866;
      color: #FFFFFF; }
  .widget-wrapper.verde:not([class*="-bg"]) [class*='note']:not(.highlighted-portrait-note):not(.highlighted-note-overprinted-title) .article-kicker {
    color: #5dc866 !important; }
  .widget-wrapper.verde:not([class*="-bg"]) [class*='note'] .article-theme {
    background-color: rgba(93, 200, 102, 0.8) !important;
    color: #FFFFFF !important; }
  .widget-wrapper.verde:not([class*="-bg"]) [class*='note'] .info-wrapper .preview:hover,
  .widget-wrapper.verde:not([class*="-bg"]) [class*='note'] .info-wrapper .title:hover,
  .widget-wrapper.verde:not([class*="-bg"]) [class*='note'] .info-wrapper .author:hover,
  .widget-wrapper.verde:not([class*="-bg"]) [class*='note'] .info-wrapper .article-category-grouper:hover,
  .widget-wrapper.verde:not([class*="-bg"]) [class*='note'] .info-wrapper .article-kicker:hover {
    color: #5dc866 !important; }
  .widget-wrapper.verde:not([class*="-bg"]) [class*='note'] .preview:hover,
  .widget-wrapper.verde:not([class*="-bg"]) [class*='note'] .title:hover,
  .widget-wrapper.verde:not([class*="-bg"]) [class*='note'] .author:hover {
    color: #5dc866 !important; }
  .widget-wrapper.verde:not([class*="-bg"]) [data-type*="article"] i[class*="play"]:hover {
    color: #5dc866 !important; }

.widget-wrapper.verde:not([class*="-bg"]) {
  /* Cabezales */
  /* Chapitas en los listados de notas */
  /* Icono de Play si la nota tiene video */ }
  .widget-wrapper.verde:not([class*="-bg"]) .headline .obj-title, .widget-wrapper.verde:not([class*="-bg"]) .most-read .obj-title, .widget-wrapper.verde:not([class*="-bg"]) .note-by-author .obj-title {
    color: #5dc866; }
    .widget-wrapper.verde:not([class*="-bg"]) .headline .obj-title::first-letter, .widget-wrapper.verde:not([class*="-bg"]) .most-read .obj-title::first-letter, .widget-wrapper.verde:not([class*="-bg"]) .note-by-author .obj-title::first-letter {
      background-color: #5dc866;
      color: #FFFFFF; }
  .widget-wrapper.verde:not([class*="-bg"]) [class*='note']:not(.highlighted-portrait-note):not(.highlighted-note-overprinted-title) .article-kicker {
    color: #5dc866 !important; }
  .widget-wrapper.verde:not([class*="-bg"]) [class*='note'] .article-theme {
    background-color: rgba(93, 200, 102, 0.8) !important;
    color: #FFFFFF !important; }
  .widget-wrapper.verde:not([class*="-bg"]) [class*='note'] .info-wrapper .preview:hover,
  .widget-wrapper.verde:not([class*="-bg"]) [class*='note'] .info-wrapper .title:hover,
  .widget-wrapper.verde:not([class*="-bg"]) [class*='note'] .info-wrapper .author:hover,
  .widget-wrapper.verde:not([class*="-bg"]) [class*='note'] .info-wrapper .article-category-grouper:hover,
  .widget-wrapper.verde:not([class*="-bg"]) [class*='note'] .info-wrapper .article-kicker:hover {
    color: #5dc866 !important; }
  .widget-wrapper.verde:not([class*="-bg"]) [class*='note'] .preview:hover,
  .widget-wrapper.verde:not([class*="-bg"]) [class*='note'] .title:hover,
  .widget-wrapper.verde:not([class*="-bg"]) [class*='note'] .author:hover {
    color: #5dc866 !important; }
  .widget-wrapper.verde:not([class*="-bg"]) [data-type*="article"] i[class*="play"]:hover {
    color: #5dc866 !important; }

.widget-wrapper.verde:not([class*="-bg"]) {
  /* Cabezales */
  /* Chapitas en los listados de notas */
  /* Icono de Play si la nota tiene video */ }
  .widget-wrapper.verde:not([class*="-bg"]) .headline .obj-title, .widget-wrapper.verde:not([class*="-bg"]) .most-read .obj-title, .widget-wrapper.verde:not([class*="-bg"]) .note-by-author .obj-title {
    color: #5dc866; }
    .widget-wrapper.verde:not([class*="-bg"]) .headline .obj-title::first-letter, .widget-wrapper.verde:not([class*="-bg"]) .most-read .obj-title::first-letter, .widget-wrapper.verde:not([class*="-bg"]) .note-by-author .obj-title::first-letter {
      background-color: #5dc866;
      color: #FFFFFF; }
  .widget-wrapper.verde:not([class*="-bg"]) [class*='note']:not(.highlighted-portrait-note):not(.highlighted-note-overprinted-title) .article-kicker {
    color: #5dc866 !important; }
  .widget-wrapper.verde:not([class*="-bg"]) [class*='note'] .article-theme {
    background-color: rgba(93, 200, 102, 0.8) !important;
    color: #FFFFFF !important; }
  .widget-wrapper.verde:not([class*="-bg"]) [class*='note'] .info-wrapper .preview:hover,
  .widget-wrapper.verde:not([class*="-bg"]) [class*='note'] .info-wrapper .title:hover,
  .widget-wrapper.verde:not([class*="-bg"]) [class*='note'] .info-wrapper .author:hover,
  .widget-wrapper.verde:not([class*="-bg"]) [class*='note'] .info-wrapper .article-category-grouper:hover,
  .widget-wrapper.verde:not([class*="-bg"]) [class*='note'] .info-wrapper .article-kicker:hover {
    color: #5dc866 !important; }
  .widget-wrapper.verde:not([class*="-bg"]) [class*='note'] .preview:hover,
  .widget-wrapper.verde:not([class*="-bg"]) [class*='note'] .title:hover,
  .widget-wrapper.verde:not([class*="-bg"]) [class*='note'] .author:hover {
    color: #5dc866 !important; }
  .widget-wrapper.verde:not([class*="-bg"]) [data-type*="article"] i[class*="play"]:hover {
    color: #5dc866 !important; }

.widget-wrapper.verde:not([class*="-bg"]) {
  /* Cabezales */
  /* Chapitas en los listados de notas */
  /* Icono de Play si la nota tiene video */ }
  .widget-wrapper.verde:not([class*="-bg"]) .headline .obj-title, .widget-wrapper.verde:not([class*="-bg"]) .most-read .obj-title, .widget-wrapper.verde:not([class*="-bg"]) .note-by-author .obj-title {
    color: #5dc866; }
    .widget-wrapper.verde:not([class*="-bg"]) .headline .obj-title::first-letter, .widget-wrapper.verde:not([class*="-bg"]) .most-read .obj-title::first-letter, .widget-wrapper.verde:not([class*="-bg"]) .note-by-author .obj-title::first-letter {
      background-color: #5dc866;
      color: #FFFFFF; }
  .widget-wrapper.verde:not([class*="-bg"]) [class*='note']:not(.highlighted-portrait-note):not(.highlighted-note-overprinted-title) .article-kicker {
    color: #5dc866 !important; }
  .widget-wrapper.verde:not([class*="-bg"]) [class*='note'] .article-theme {
    background-color: rgba(93, 200, 102, 0.8) !important;
    color: #FFFFFF !important; }
  .widget-wrapper.verde:not([class*="-bg"]) [class*='note'] .info-wrapper .preview:hover,
  .widget-wrapper.verde:not([class*="-bg"]) [class*='note'] .info-wrapper .title:hover,
  .widget-wrapper.verde:not([class*="-bg"]) [class*='note'] .info-wrapper .author:hover,
  .widget-wrapper.verde:not([class*="-bg"]) [class*='note'] .info-wrapper .article-category-grouper:hover,
  .widget-wrapper.verde:not([class*="-bg"]) [class*='note'] .info-wrapper .article-kicker:hover {
    color: #5dc866 !important; }
  .widget-wrapper.verde:not([class*="-bg"]) [class*='note'] .preview:hover,
  .widget-wrapper.verde:not([class*="-bg"]) [class*='note'] .title:hover,
  .widget-wrapper.verde:not([class*="-bg"]) [class*='note'] .author:hover {
    color: #5dc866 !important; }
  .widget-wrapper.verde:not([class*="-bg"]) [data-type*="article"] i[class*="play"]:hover {
    color: #5dc866 !important; }

.widget-wrapper.verde:not([class*="-bg"]) {
  /* Cabezales */
  /* Chapitas en los listados de notas */
  /* Icono de Play si la nota tiene video */ }
  .widget-wrapper.verde:not([class*="-bg"]) .headline .obj-title, .widget-wrapper.verde:not([class*="-bg"]) .most-read .obj-title, .widget-wrapper.verde:not([class*="-bg"]) .note-by-author .obj-title {
    color: #5dc866; }
    .widget-wrapper.verde:not([class*="-bg"]) .headline .obj-title::first-letter, .widget-wrapper.verde:not([class*="-bg"]) .most-read .obj-title::first-letter, .widget-wrapper.verde:not([class*="-bg"]) .note-by-author .obj-title::first-letter {
      background-color: #5dc866;
      color: #FFFFFF; }
  .widget-wrapper.verde:not([class*="-bg"]) [class*='note']:not(.highlighted-portrait-note):not(.highlighted-note-overprinted-title) .article-kicker {
    color: #5dc866 !important; }
  .widget-wrapper.verde:not([class*="-bg"]) [class*='note'] .article-theme {
    background-color: rgba(93, 200, 102, 0.8) !important;
    color: #FFFFFF !important; }
  .widget-wrapper.verde:not([class*="-bg"]) [class*='note'] .info-wrapper .preview:hover,
  .widget-wrapper.verde:not([class*="-bg"]) [class*='note'] .info-wrapper .title:hover,
  .widget-wrapper.verde:not([class*="-bg"]) [class*='note'] .info-wrapper .author:hover,
  .widget-wrapper.verde:not([class*="-bg"]) [class*='note'] .info-wrapper .article-category-grouper:hover,
  .widget-wrapper.verde:not([class*="-bg"]) [class*='note'] .info-wrapper .article-kicker:hover {
    color: #5dc866 !important; }
  .widget-wrapper.verde:not([class*="-bg"]) [class*='note'] .preview:hover,
  .widget-wrapper.verde:not([class*="-bg"]) [class*='note'] .title:hover,
  .widget-wrapper.verde:not([class*="-bg"]) [class*='note'] .author:hover {
    color: #5dc866 !important; }
  .widget-wrapper.verde:not([class*="-bg"]) [data-type*="article"] i[class*="play"]:hover {
    color: #5dc866 !important; }

.widget-wrapper.verde:not([class*="-bg"]) {
  /* Cabezales */
  /* Chapitas en los listados de notas */
  /* Icono de Play si la nota tiene video */ }
  .widget-wrapper.verde:not([class*="-bg"]) .headline .obj-title, .widget-wrapper.verde:not([class*="-bg"]) .most-read .obj-title, .widget-wrapper.verde:not([class*="-bg"]) .note-by-author .obj-title {
    color: #5dc866; }
    .widget-wrapper.verde:not([class*="-bg"]) .headline .obj-title::first-letter, .widget-wrapper.verde:not([class*="-bg"]) .most-read .obj-title::first-letter, .widget-wrapper.verde:not([class*="-bg"]) .note-by-author .obj-title::first-letter {
      background-color: #5dc866;
      color: #FFFFFF; }
  .widget-wrapper.verde:not([class*="-bg"]) [class*='note']:not(.highlighted-portrait-note):not(.highlighted-note-overprinted-title) .article-kicker {
    color: #5dc866 !important; }
  .widget-wrapper.verde:not([class*="-bg"]) [class*='note'] .article-theme {
    background-color: rgba(93, 200, 102, 0.8) !important;
    color: #FFFFFF !important; }
  .widget-wrapper.verde:not([class*="-bg"]) [class*='note'] .info-wrapper .preview:hover,
  .widget-wrapper.verde:not([class*="-bg"]) [class*='note'] .info-wrapper .title:hover,
  .widget-wrapper.verde:not([class*="-bg"]) [class*='note'] .info-wrapper .author:hover,
  .widget-wrapper.verde:not([class*="-bg"]) [class*='note'] .info-wrapper .article-category-grouper:hover,
  .widget-wrapper.verde:not([class*="-bg"]) [class*='note'] .info-wrapper .article-kicker:hover {
    color: #5dc866 !important; }
  .widget-wrapper.verde:not([class*="-bg"]) [class*='note'] .preview:hover,
  .widget-wrapper.verde:not([class*="-bg"]) [class*='note'] .title:hover,
  .widget-wrapper.verde:not([class*="-bg"]) [class*='note'] .author:hover {
    color: #5dc866 !important; }
  .widget-wrapper.verde:not([class*="-bg"]) [data-type*="article"] i[class*="play"]:hover {
    color: #5dc866 !important; }

.widget-wrapper.verde:not([class*="-bg"]) {
  /* Cabezales */
  /* Chapitas en los listados de notas */
  /* Icono de Play si la nota tiene video */ }
  .widget-wrapper.verde:not([class*="-bg"]) .headline .obj-title, .widget-wrapper.verde:not([class*="-bg"]) .most-read .obj-title, .widget-wrapper.verde:not([class*="-bg"]) .note-by-author .obj-title {
    color: #5dc866; }
    .widget-wrapper.verde:not([class*="-bg"]) .headline .obj-title::first-letter, .widget-wrapper.verde:not([class*="-bg"]) .most-read .obj-title::first-letter, .widget-wrapper.verde:not([class*="-bg"]) .note-by-author .obj-title::first-letter {
      background-color: #5dc866;
      color: #FFFFFF; }
  .widget-wrapper.verde:not([class*="-bg"]) [class*='note']:not(.highlighted-portrait-note):not(.highlighted-note-overprinted-title) .article-kicker {
    color: #5dc866 !important; }
  .widget-wrapper.verde:not([class*="-bg"]) [class*='note'] .article-theme {
    background-color: rgba(93, 200, 102, 0.8) !important;
    color: #FFFFFF !important; }
  .widget-wrapper.verde:not([class*="-bg"]) [class*='note'] .info-wrapper .preview:hover,
  .widget-wrapper.verde:not([class*="-bg"]) [class*='note'] .info-wrapper .title:hover,
  .widget-wrapper.verde:not([class*="-bg"]) [class*='note'] .info-wrapper .author:hover,
  .widget-wrapper.verde:not([class*="-bg"]) [class*='note'] .info-wrapper .article-category-grouper:hover,
  .widget-wrapper.verde:not([class*="-bg"]) [class*='note'] .info-wrapper .article-kicker:hover {
    color: #5dc866 !important; }
  .widget-wrapper.verde:not([class*="-bg"]) [class*='note'] .preview:hover,
  .widget-wrapper.verde:not([class*="-bg"]) [class*='note'] .title:hover,
  .widget-wrapper.verde:not([class*="-bg"]) [class*='note'] .author:hover {
    color: #5dc866 !important; }
  .widget-wrapper.verde:not([class*="-bg"]) [data-type*="article"] i[class*="play"]:hover {
    color: #5dc866 !important; }

.widget-wrapper.verde:not([class*="-bg"]) {
  /* Cabezales */
  /* Chapitas en los listados de notas */
  /* Icono de Play si la nota tiene video */ }
  .widget-wrapper.verde:not([class*="-bg"]) .headline .obj-title, .widget-wrapper.verde:not([class*="-bg"]) .most-read .obj-title, .widget-wrapper.verde:not([class*="-bg"]) .note-by-author .obj-title {
    color: #5dc866; }
    .widget-wrapper.verde:not([class*="-bg"]) .headline .obj-title::first-letter, .widget-wrapper.verde:not([class*="-bg"]) .most-read .obj-title::first-letter, .widget-wrapper.verde:not([class*="-bg"]) .note-by-author .obj-title::first-letter {
      background-color: #5dc866;
      color: #FFFFFF; }
  .widget-wrapper.verde:not([class*="-bg"]) [class*='note']:not(.highlighted-portrait-note):not(.highlighted-note-overprinted-title) .article-kicker {
    color: #5dc866 !important; }
  .widget-wrapper.verde:not([class*="-bg"]) [class*='note'] .article-theme {
    background-color: rgba(93, 200, 102, 0.8) !important;
    color: #FFFFFF !important; }
  .widget-wrapper.verde:not([class*="-bg"]) [class*='note'] .info-wrapper .preview:hover,
  .widget-wrapper.verde:not([class*="-bg"]) [class*='note'] .info-wrapper .title:hover,
  .widget-wrapper.verde:not([class*="-bg"]) [class*='note'] .info-wrapper .author:hover,
  .widget-wrapper.verde:not([class*="-bg"]) [class*='note'] .info-wrapper .article-category-grouper:hover,
  .widget-wrapper.verde:not([class*="-bg"]) [class*='note'] .info-wrapper .article-kicker:hover {
    color: #5dc866 !important; }
  .widget-wrapper.verde:not([class*="-bg"]) [class*='note'] .preview:hover,
  .widget-wrapper.verde:not([class*="-bg"]) [class*='note'] .title:hover,
  .widget-wrapper.verde:not([class*="-bg"]) [class*='note'] .author:hover {
    color: #5dc866 !important; }
  .widget-wrapper.verde:not([class*="-bg"]) [data-type*="article"] i[class*="play"]:hover {
    color: #5dc866 !important; }

.widget-wrapper.verde:not([class*="-bg"]) {
  /* Cabezales */
  /* Chapitas en los listados de notas */
  /* Icono de Play si la nota tiene video */ }
  .widget-wrapper.verde:not([class*="-bg"]) .headline .obj-title, .widget-wrapper.verde:not([class*="-bg"]) .most-read .obj-title, .widget-wrapper.verde:not([class*="-bg"]) .note-by-author .obj-title {
    color: #5dc866; }
    .widget-wrapper.verde:not([class*="-bg"]) .headline .obj-title::first-letter, .widget-wrapper.verde:not([class*="-bg"]) .most-read .obj-title::first-letter, .widget-wrapper.verde:not([class*="-bg"]) .note-by-author .obj-title::first-letter {
      background-color: #5dc866;
      color: #FFFFFF; }
  .widget-wrapper.verde:not([class*="-bg"]) [class*='note']:not(.highlighted-portrait-note):not(.highlighted-note-overprinted-title) .article-kicker {
    color: #5dc866 !important; }
  .widget-wrapper.verde:not([class*="-bg"]) [class*='note'] .article-theme {
    background-color: rgba(93, 200, 102, 0.8) !important;
    color: #FFFFFF !important; }
  .widget-wrapper.verde:not([class*="-bg"]) [class*='note'] .info-wrapper .preview:hover,
  .widget-wrapper.verde:not([class*="-bg"]) [class*='note'] .info-wrapper .title:hover,
  .widget-wrapper.verde:not([class*="-bg"]) [class*='note'] .info-wrapper .author:hover,
  .widget-wrapper.verde:not([class*="-bg"]) [class*='note'] .info-wrapper .article-category-grouper:hover,
  .widget-wrapper.verde:not([class*="-bg"]) [class*='note'] .info-wrapper .article-kicker:hover {
    color: #5dc866 !important; }
  .widget-wrapper.verde:not([class*="-bg"]) [class*='note'] .preview:hover,
  .widget-wrapper.verde:not([class*="-bg"]) [class*='note'] .title:hover,
  .widget-wrapper.verde:not([class*="-bg"]) [class*='note'] .author:hover {
    color: #5dc866 !important; }
  .widget-wrapper.verde:not([class*="-bg"]) [data-type*="article"] i[class*="play"]:hover {
    color: #5dc866 !important; }

.widget-wrapper.verde:not([class*="-bg"]) {
  /* Cabezales */
  /* Chapitas en los listados de notas */
  /* Icono de Play si la nota tiene video */ }
  .widget-wrapper.verde:not([class*="-bg"]) .headline .obj-title, .widget-wrapper.verde:not([class*="-bg"]) .most-read .obj-title, .widget-wrapper.verde:not([class*="-bg"]) .note-by-author .obj-title {
    color: #5dc866; }
    .widget-wrapper.verde:not([class*="-bg"]) .headline .obj-title::first-letter, .widget-wrapper.verde:not([class*="-bg"]) .most-read .obj-title::first-letter, .widget-wrapper.verde:not([class*="-bg"]) .note-by-author .obj-title::first-letter {
      background-color: #5dc866;
      color: #FFFFFF; }
  .widget-wrapper.verde:not([class*="-bg"]) [class*='note']:not(.highlighted-portrait-note):not(.highlighted-note-overprinted-title) .article-kicker {
    color: #5dc866 !important; }
  .widget-wrapper.verde:not([class*="-bg"]) [class*='note'] .article-theme {
    background-color: rgba(93, 200, 102, 0.8) !important;
    color: #FFFFFF !important; }
  .widget-wrapper.verde:not([class*="-bg"]) [class*='note'] .info-wrapper .preview:hover,
  .widget-wrapper.verde:not([class*="-bg"]) [class*='note'] .info-wrapper .title:hover,
  .widget-wrapper.verde:not([class*="-bg"]) [class*='note'] .info-wrapper .author:hover,
  .widget-wrapper.verde:not([class*="-bg"]) [class*='note'] .info-wrapper .article-category-grouper:hover,
  .widget-wrapper.verde:not([class*="-bg"]) [class*='note'] .info-wrapper .article-kicker:hover {
    color: #5dc866 !important; }
  .widget-wrapper.verde:not([class*="-bg"]) [class*='note'] .preview:hover,
  .widget-wrapper.verde:not([class*="-bg"]) [class*='note'] .title:hover,
  .widget-wrapper.verde:not([class*="-bg"]) [class*='note'] .author:hover {
    color: #5dc866 !important; }
  .widget-wrapper.verde:not([class*="-bg"]) [data-type*="article"] i[class*="play"]:hover {
    color: #5dc866 !important; }

.widget-wrapper.verde:not([class*="-bg"]) {
  /* Cabezales */
  /* Chapitas en los listados de notas */
  /* Icono de Play si la nota tiene video */ }
  .widget-wrapper.verde:not([class*="-bg"]) .headline .obj-title, .widget-wrapper.verde:not([class*="-bg"]) .most-read .obj-title, .widget-wrapper.verde:not([class*="-bg"]) .note-by-author .obj-title {
    color: #5dc866; }
    .widget-wrapper.verde:not([class*="-bg"]) .headline .obj-title::first-letter, .widget-wrapper.verde:not([class*="-bg"]) .most-read .obj-title::first-letter, .widget-wrapper.verde:not([class*="-bg"]) .note-by-author .obj-title::first-letter {
      background-color: #5dc866;
      color: #FFFFFF; }
  .widget-wrapper.verde:not([class*="-bg"]) [class*='note']:not(.highlighted-portrait-note):not(.highlighted-note-overprinted-title) .article-kicker {
    color: #5dc866 !important; }
  .widget-wrapper.verde:not([class*="-bg"]) [class*='note'] .article-theme {
    background-color: rgba(93, 200, 102, 0.8) !important;
    color: #FFFFFF !important; }
  .widget-wrapper.verde:not([class*="-bg"]) [class*='note'] .info-wrapper .preview:hover,
  .widget-wrapper.verde:not([class*="-bg"]) [class*='note'] .info-wrapper .title:hover,
  .widget-wrapper.verde:not([class*="-bg"]) [class*='note'] .info-wrapper .author:hover,
  .widget-wrapper.verde:not([class*="-bg"]) [class*='note'] .info-wrapper .article-category-grouper:hover,
  .widget-wrapper.verde:not([class*="-bg"]) [class*='note'] .info-wrapper .article-kicker:hover {
    color: #5dc866 !important; }
  .widget-wrapper.verde:not([class*="-bg"]) [class*='note'] .preview:hover,
  .widget-wrapper.verde:not([class*="-bg"]) [class*='note'] .title:hover,
  .widget-wrapper.verde:not([class*="-bg"]) [class*='note'] .author:hover {
    color: #5dc866 !important; }
  .widget-wrapper.verde:not([class*="-bg"]) [data-type*="article"] i[class*="play"]:hover {
    color: #5dc866 !important; }

.widget-wrapper.verde:not([class*="-bg"]) {
  /* Cabezales */
  /* Chapitas en los listados de notas */
  /* Icono de Play si la nota tiene video */ }
  .widget-wrapper.verde:not([class*="-bg"]) .headline .obj-title, .widget-wrapper.verde:not([class*="-bg"]) .most-read .obj-title, .widget-wrapper.verde:not([class*="-bg"]) .note-by-author .obj-title {
    color: #5dc866; }
    .widget-wrapper.verde:not([class*="-bg"]) .headline .obj-title::first-letter, .widget-wrapper.verde:not([class*="-bg"]) .most-read .obj-title::first-letter, .widget-wrapper.verde:not([class*="-bg"]) .note-by-author .obj-title::first-letter {
      background-color: #5dc866;
      color: #FFFFFF; }
  .widget-wrapper.verde:not([class*="-bg"]) [class*='note']:not(.highlighted-portrait-note):not(.highlighted-note-overprinted-title) .article-kicker {
    color: #5dc866 !important; }
  .widget-wrapper.verde:not([class*="-bg"]) [class*='note'] .article-theme {
    background-color: rgba(93, 200, 102, 0.8) !important;
    color: #FFFFFF !important; }
  .widget-wrapper.verde:not([class*="-bg"]) [class*='note'] .info-wrapper .preview:hover,
  .widget-wrapper.verde:not([class*="-bg"]) [class*='note'] .info-wrapper .title:hover,
  .widget-wrapper.verde:not([class*="-bg"]) [class*='note'] .info-wrapper .author:hover,
  .widget-wrapper.verde:not([class*="-bg"]) [class*='note'] .info-wrapper .article-category-grouper:hover,
  .widget-wrapper.verde:not([class*="-bg"]) [class*='note'] .info-wrapper .article-kicker:hover {
    color: #5dc866 !important; }
  .widget-wrapper.verde:not([class*="-bg"]) [class*='note'] .preview:hover,
  .widget-wrapper.verde:not([class*="-bg"]) [class*='note'] .title:hover,
  .widget-wrapper.verde:not([class*="-bg"]) [class*='note'] .author:hover {
    color: #5dc866 !important; }
  .widget-wrapper.verde:not([class*="-bg"]) [data-type*="article"] i[class*="play"]:hover {
    color: #5dc866 !important; }

.widget-wrapper.verde:not([class*="-bg"]) {
  /* Cabezales */
  /* Chapitas en los listados de notas */
  /* Icono de Play si la nota tiene video */ }
  .widget-wrapper.verde:not([class*="-bg"]) .headline .obj-title, .widget-wrapper.verde:not([class*="-bg"]) .most-read .obj-title, .widget-wrapper.verde:not([class*="-bg"]) .note-by-author .obj-title {
    color: #5dc866; }
    .widget-wrapper.verde:not([class*="-bg"]) .headline .obj-title::first-letter, .widget-wrapper.verde:not([class*="-bg"]) .most-read .obj-title::first-letter, .widget-wrapper.verde:not([class*="-bg"]) .note-by-author .obj-title::first-letter {
      background-color: #5dc866;
      color: #FFFFFF; }
  .widget-wrapper.verde:not([class*="-bg"]) [class*='note']:not(.highlighted-portrait-note):not(.highlighted-note-overprinted-title) .article-kicker {
    color: #5dc866 !important; }
  .widget-wrapper.verde:not([class*="-bg"]) [class*='note'] .article-theme {
    background-color: rgba(93, 200, 102, 0.8) !important;
    color: #FFFFFF !important; }
  .widget-wrapper.verde:not([class*="-bg"]) [class*='note'] .info-wrapper .preview:hover,
  .widget-wrapper.verde:not([class*="-bg"]) [class*='note'] .info-wrapper .title:hover,
  .widget-wrapper.verde:not([class*="-bg"]) [class*='note'] .info-wrapper .author:hover,
  .widget-wrapper.verde:not([class*="-bg"]) [class*='note'] .info-wrapper .article-category-grouper:hover,
  .widget-wrapper.verde:not([class*="-bg"]) [class*='note'] .info-wrapper .article-kicker:hover {
    color: #5dc866 !important; }
  .widget-wrapper.verde:not([class*="-bg"]) [class*='note'] .preview:hover,
  .widget-wrapper.verde:not([class*="-bg"]) [class*='note'] .title:hover,
  .widget-wrapper.verde:not([class*="-bg"]) [class*='note'] .author:hover {
    color: #5dc866 !important; }
  .widget-wrapper.verde:not([class*="-bg"]) [data-type*="article"] i[class*="play"]:hover {
    color: #5dc866 !important; }

.widget-wrapper.verde:not([class*="-bg"]) {
  /* Cabezales */
  /* Chapitas en los listados de notas */
  /* Icono de Play si la nota tiene video */ }
  .widget-wrapper.verde:not([class*="-bg"]) .headline .obj-title, .widget-wrapper.verde:not([class*="-bg"]) .most-read .obj-title, .widget-wrapper.verde:not([class*="-bg"]) .note-by-author .obj-title {
    color: #5dc866; }
    .widget-wrapper.verde:not([class*="-bg"]) .headline .obj-title::first-letter, .widget-wrapper.verde:not([class*="-bg"]) .most-read .obj-title::first-letter, .widget-wrapper.verde:not([class*="-bg"]) .note-by-author .obj-title::first-letter {
      background-color: #5dc866;
      color: #FFFFFF; }
  .widget-wrapper.verde:not([class*="-bg"]) [class*='note']:not(.highlighted-portrait-note):not(.highlighted-note-overprinted-title) .article-kicker {
    color: #5dc866 !important; }
  .widget-wrapper.verde:not([class*="-bg"]) [class*='note'] .article-theme {
    background-color: rgba(93, 200, 102, 0.8) !important;
    color: #FFFFFF !important; }
  .widget-wrapper.verde:not([class*="-bg"]) [class*='note'] .info-wrapper .preview:hover,
  .widget-wrapper.verde:not([class*="-bg"]) [class*='note'] .info-wrapper .title:hover,
  .widget-wrapper.verde:not([class*="-bg"]) [class*='note'] .info-wrapper .author:hover,
  .widget-wrapper.verde:not([class*="-bg"]) [class*='note'] .info-wrapper .article-category-grouper:hover,
  .widget-wrapper.verde:not([class*="-bg"]) [class*='note'] .info-wrapper .article-kicker:hover {
    color: #5dc866 !important; }
  .widget-wrapper.verde:not([class*="-bg"]) [class*='note'] .preview:hover,
  .widget-wrapper.verde:not([class*="-bg"]) [class*='note'] .title:hover,
  .widget-wrapper.verde:not([class*="-bg"]) [class*='note'] .author:hover {
    color: #5dc866 !important; }
  .widget-wrapper.verde:not([class*="-bg"]) [data-type*="article"] i[class*="play"]:hover {
    color: #5dc866 !important; }

.widget-wrapper.verde:not([class*="-bg"]) {
  /* Cabezales */
  /* Chapitas en los listados de notas */
  /* Icono de Play si la nota tiene video */ }
  .widget-wrapper.verde:not([class*="-bg"]) .headline .obj-title, .widget-wrapper.verde:not([class*="-bg"]) .most-read .obj-title, .widget-wrapper.verde:not([class*="-bg"]) .note-by-author .obj-title {
    color: #5dc866; }
    .widget-wrapper.verde:not([class*="-bg"]) .headline .obj-title::first-letter, .widget-wrapper.verde:not([class*="-bg"]) .most-read .obj-title::first-letter, .widget-wrapper.verde:not([class*="-bg"]) .note-by-author .obj-title::first-letter {
      background-color: #5dc866;
      color: #FFFFFF; }
  .widget-wrapper.verde:not([class*="-bg"]) [class*='note']:not(.highlighted-portrait-note):not(.highlighted-note-overprinted-title) .article-kicker {
    color: #5dc866 !important; }
  .widget-wrapper.verde:not([class*="-bg"]) [class*='note'] .article-theme {
    background-color: rgba(93, 200, 102, 0.8) !important;
    color: #FFFFFF !important; }
  .widget-wrapper.verde:not([class*="-bg"]) [class*='note'] .info-wrapper .preview:hover,
  .widget-wrapper.verde:not([class*="-bg"]) [class*='note'] .info-wrapper .title:hover,
  .widget-wrapper.verde:not([class*="-bg"]) [class*='note'] .info-wrapper .author:hover,
  .widget-wrapper.verde:not([class*="-bg"]) [class*='note'] .info-wrapper .article-category-grouper:hover,
  .widget-wrapper.verde:not([class*="-bg"]) [class*='note'] .info-wrapper .article-kicker:hover {
    color: #5dc866 !important; }
  .widget-wrapper.verde:not([class*="-bg"]) [class*='note'] .preview:hover,
  .widget-wrapper.verde:not([class*="-bg"]) [class*='note'] .title:hover,
  .widget-wrapper.verde:not([class*="-bg"]) [class*='note'] .author:hover {
    color: #5dc866 !important; }
  .widget-wrapper.verde:not([class*="-bg"]) [data-type*="article"] i[class*="play"]:hover {
    color: #5dc866 !important; }

.widget-wrapper.verde:not([class*="-bg"]) {
  /* Cabezales */
  /* Chapitas en los listados de notas */
  /* Icono de Play si la nota tiene video */ }
  .widget-wrapper.verde:not([class*="-bg"]) .headline .obj-title, .widget-wrapper.verde:not([class*="-bg"]) .most-read .obj-title, .widget-wrapper.verde:not([class*="-bg"]) .note-by-author .obj-title {
    color: #5dc866; }
    .widget-wrapper.verde:not([class*="-bg"]) .headline .obj-title::first-letter, .widget-wrapper.verde:not([class*="-bg"]) .most-read .obj-title::first-letter, .widget-wrapper.verde:not([class*="-bg"]) .note-by-author .obj-title::first-letter {
      background-color: #5dc866;
      color: #FFFFFF; }
  .widget-wrapper.verde:not([class*="-bg"]) [class*='note']:not(.highlighted-portrait-note):not(.highlighted-note-overprinted-title) .article-kicker {
    color: #5dc866 !important; }
  .widget-wrapper.verde:not([class*="-bg"]) [class*='note'] .article-theme {
    background-color: rgba(93, 200, 102, 0.8) !important;
    color: #FFFFFF !important; }
  .widget-wrapper.verde:not([class*="-bg"]) [class*='note'] .info-wrapper .preview:hover,
  .widget-wrapper.verde:not([class*="-bg"]) [class*='note'] .info-wrapper .title:hover,
  .widget-wrapper.verde:not([class*="-bg"]) [class*='note'] .info-wrapper .author:hover,
  .widget-wrapper.verde:not([class*="-bg"]) [class*='note'] .info-wrapper .article-category-grouper:hover,
  .widget-wrapper.verde:not([class*="-bg"]) [class*='note'] .info-wrapper .article-kicker:hover {
    color: #5dc866 !important; }
  .widget-wrapper.verde:not([class*="-bg"]) [class*='note'] .preview:hover,
  .widget-wrapper.verde:not([class*="-bg"]) [class*='note'] .title:hover,
  .widget-wrapper.verde:not([class*="-bg"]) [class*='note'] .author:hover {
    color: #5dc866 !important; }
  .widget-wrapper.verde:not([class*="-bg"]) [data-type*="article"] i[class*="play"]:hover {
    color: #5dc866 !important; }

.widget-wrapper.texto-blanco {
  color: #FFFFFF;
  /* Cabezales */ }
  .widget-wrapper.texto-blanco .headline .obj-title, .widget-wrapper.texto-blanco .most-read .obj-title, .widget-wrapper.texto-blanco .note-by-author .obj-title {
    color: #FFFFFF; }
  .widget-wrapper.texto-blanco .simple-list .simple-note:not(.no-media) .title, .widget-wrapper.texto-blanco .section-aside-single-article .simple-note:not(.no-media) .title {
    color: #FFFFFF; }
  .widget-wrapper.texto-blanco .simple-list-square-image .simple-note-square-image .title {
    color: #FFFFFF; }
  .widget-wrapper.texto-blanco .free-text .body-content {
    color: #FFFFFF; }
  .widget-wrapper.texto-blanco [data-type*="article"] .info-wrapper .article-kicker {
    color: #FFFFFF !important; }

/* Colores en Detalle Sección */
body.verde main.container.note {
  /* Cabezales */
  /* Chapitas en los listados de notas */
  /* Icono de Play si la nota tiene video */
  /* Iconos de Share/Compartir */
  /* Listado Más Leídas */
  /* Paginador Listado Seccion */ }
  body.verde main.container.note .headline .obj-title, body.verde main.container.note .most-read .obj-title, body.verde main.container.note .note-by-author .obj-title {
    color: #5dc866; }
    body.verde main.container.note .headline .obj-title::first-letter, body.verde main.container.note .most-read .obj-title::first-letter, body.verde main.container.note .note-by-author .obj-title::first-letter {
      background-color: #5dc866;
      color: #FFFFFF; }
  body.verde main.container.note [class*='note'] .article-theme {
    background-color: rgba(93, 200, 102, 0.8) !important;
    color: #FFFFFF !important; }
  body.verde main.container.note [class*='note'] .info-wrapper .preview:hover,
  body.verde main.container.note [class*='note'] .info-wrapper .title:hover,
  body.verde main.container.note [class*='note'] .info-wrapper .author:hover {
    color: #5dc866 !important; }
  body.verde main.container.note [class*='note'] .preview:hover,
  body.verde main.container.note [class*='note'] .title:hover,
  body.verde main.container.note [class*='note'] .author:hover {
    color: #5dc866 !important; }
  body.verde main.container.note [data-type*="article"] i[class*="play"]:hover {
    color: #5dc866 !important; }
  body.verde main.container.note .socials-share li {
    background-color: #5dc866; }
  body.verde main.container.note .ranking-list {
    background-color: #5dc866; }
    body.verde main.container.note .ranking-list .article .number {
      background-color: #4ac254; }
    body.verde main.container.note .ranking-list .article .number,
    body.verde main.container.note .ranking-list .article .title,
    body.verde main.container.note .ranking-list .article .author {
      color: #FFFFFF; }
    body.verde main.container.note .ranking-list .obj-title {
      color: #FFFFFF; }
  body.verde main.container.note .list-articles .articles-pagination [class*="button"] {
    background-color: #5dc866;
    color: #FFFFFF; }
    body.verde main.container.note .list-articles .articles-pagination [class*="button"]:hover {
      background-color: #C82828; }

/* Colores en las chapitas */
.article-theme.cyan {
  color: #00BCD4 !important; }

.article-kicker.cyan {
  color: #00BCD4 !important; }

.article-category-grouper.cyan:hover {
  color: #00BCD4 !important; }

/* Cabezales */
.headline.cyan .obj-title, .cyan.most-read .obj-title, .cyan.note-by-author .obj-title {
  color: #00BCD4; }
  .headline.cyan .obj-title::first-letter, .cyan.most-read .obj-title::first-letter, .cyan.note-by-author .obj-title::first-letter {
    background-color: #00BCD4;
    color: #000000; }

/* Widges con colores de fondo */
.cyan-bg {
  background-color: #00BCD4; }
  .cyan-bg.widget-wrapper {
    padding-top: 25px;
    margin-bottom: 25px; }
  .cyan-bg .highlighted-note-square-image .preview,
  .cyan-bg .highlighted-note-square-image .title,
  .cyan-bg .highlighted-note-square-image .author,
  .cyan-bg .highlighted-note-square-image .article-category-grouper,
  .cyan-bg .highlighted-note-square-image .article-kicker,
  .cyan-bg .simple-note .preview,
  .cyan-bg .simple-note .title,
  .cyan-bg .simple-note .author,
  .cyan-bg .simple-note .article-category-grouper,
  .cyan-bg .simple-note .article-kicker,
  .cyan-bg .simple-note-square-image .preview,
  .cyan-bg .simple-note-square-image .title,
  .cyan-bg .simple-note-square-image .author,
  .cyan-bg .simple-note-square-image .article-category-grouper,
  .cyan-bg .simple-note-square-image .article-kicker {
    color: #000000 !important; }
  .cyan-bg .headline, .cyan-bg .most-read, .cyan-bg .note-by-author {
    margin-top: 0;
    padding-top: 8px; }
    .cyan-bg .headline .obj-title, .cyan-bg .most-read .obj-title, .cyan-bg .note-by-author .obj-title {
      color: #000000 !important; }
      .cyan-bg .headline .obj-title::first-letter, .cyan-bg .most-read .obj-title::first-letter, .cyan-bg .note-by-author .obj-title::first-letter {
        background-color: #000000;
        color: #00BCD4 !important; }
  .cyan-bg.celeste-vivo {
    /* Chapitas en los listados de notas */
    /* Icono de Play si la nota tiene video */ }
    .cyan-bg.celeste-vivo [class*='note'] .article-theme {
      background-color: rgba(68, 201, 246, 0.8) !important;
      color: #FFFFFF !important; }
    .cyan-bg.celeste-vivo [data-type*="article"] i[class*="play"]:hover {
      color: #44c9f6 !important; }
  .cyan-bg.copa-america {
    /* Chapitas en los listados de notas */
    /* Icono de Play si la nota tiene video */ }
    .cyan-bg.copa-america [class*='note'] .article-theme {
      background-color: rgba(32, 138, 200, 0.8) !important;
      color: #FFFFFF !important; }
    .cyan-bg.copa-america [data-type*="article"] i[class*="play"]:hover {
      color: #208ac8 !important; }
  .cyan-bg.fucsia {
    /* Chapitas en los listados de notas */
    /* Icono de Play si la nota tiene video */ }
    .cyan-bg.fucsia [class*='note'] .article-theme {
      background-color: rgba(182, 11, 124, 0.8) !important;
      color: #FFFFFF !important; }
    .cyan-bg.fucsia [data-type*="article"] i[class*="play"]:hover {
      color: #b60b7c !important; }
  .cyan-bg.gris {
    /* Chapitas en los listados de notas */
    /* Icono de Play si la nota tiene video */ }
    .cyan-bg.gris [class*='note'] .article-theme {
      background-color: rgba(109, 123, 140, 0.8) !important;
      color: #FFFFFF !important; }
    .cyan-bg.gris [data-type*="article"] i[class*="play"]:hover {
      color: #6d7b8c !important; }
  .cyan-bg.naranja {
    /* Chapitas en los listados de notas */
    /* Icono de Play si la nota tiene video */ }
    .cyan-bg.naranja [class*='note'] .article-theme {
      background-color: rgba(227, 123, 87, 0.8) !important;
      color: #FFFFFF !important; }
    .cyan-bg.naranja [data-type*="article"] i[class*="play"]:hover {
      color: #e37b57 !important; }
  .cyan-bg.naranja_fuerte {
    /* Chapitas en los listados de notas */
    /* Icono de Play si la nota tiene video */ }
    .cyan-bg.naranja_fuerte [class*='note'] .article-theme {
      background-color: rgba(217, 56, 0, 0.8) !important;
      color: #FFFFFF !important; }
    .cyan-bg.naranja_fuerte [data-type*="article"] i[class*="play"]:hover {
      color: #D93800 !important; }
  .cyan-bg.rating-cero {
    /* Chapitas en los listados de notas */
    /* Icono de Play si la nota tiene video */ }
    .cyan-bg.rating-cero [class*='note'] .article-theme {
      background-color: rgba(218, 44, 41, 0.8) !important;
      color: #FFFFFF !important; }
    .cyan-bg.rating-cero [data-type*="article"] i[class*="play"]:hover {
      color: #da2c29 !important; }
  .cyan-bg.texto-blanco .article-shouts .info-wrapper .preview,
  .cyan-bg.texto-blanco .article-shouts .info-wrapper .title,
  .cyan-bg.texto-blanco .article-shouts .info-wrapper .author,
  .cyan-bg.texto-blanco .article-shouts .info-wrapper .article-kicker,
  .cyan-bg.texto-blanco .highlighted-note-square-image .info-wrapper .preview,
  .cyan-bg.texto-blanco .highlighted-note-square-image .info-wrapper .title,
  .cyan-bg.texto-blanco .highlighted-note-square-image .info-wrapper .author,
  .cyan-bg.texto-blanco .highlighted-note-square-image .info-wrapper .article-kicker,
  .cyan-bg.texto-blanco .simple-list .info-wrapper .preview,
  .cyan-bg.texto-blanco .section-aside-single-article .info-wrapper .preview,
  .cyan-bg.texto-blanco .simple-list .info-wrapper .title,
  .cyan-bg.texto-blanco .section-aside-single-article .info-wrapper .title,
  .cyan-bg.texto-blanco .simple-list .info-wrapper .author,
  .cyan-bg.texto-blanco .section-aside-single-article .info-wrapper .author,
  .cyan-bg.texto-blanco .simple-list .info-wrapper .article-kicker,
  .cyan-bg.texto-blanco .section-aside-single-article .info-wrapper .article-kicker,
  .cyan-bg.texto-blanco .simple-list-square-image .info-wrapper .preview,
  .cyan-bg.texto-blanco .simple-list-square-image .info-wrapper .title,
  .cyan-bg.texto-blanco .simple-list-square-image .info-wrapper .author,
  .cyan-bg.texto-blanco .simple-list-square-image .info-wrapper .article-kicker {
    color: #FFFFFF !important; }
    .cyan-bg.texto-blanco .article-shouts .info-wrapper .preview:hover,
    .cyan-bg.texto-blanco .article-shouts .info-wrapper .title:hover,
    .cyan-bg.texto-blanco .article-shouts .info-wrapper .author:hover,
    .cyan-bg.texto-blanco .article-shouts .info-wrapper .article-kicker:hover,
    .cyan-bg.texto-blanco .highlighted-note-square-image .info-wrapper .preview:hover,
    .cyan-bg.texto-blanco .highlighted-note-square-image .info-wrapper .title:hover,
    .cyan-bg.texto-blanco .highlighted-note-square-image .info-wrapper .author:hover,
    .cyan-bg.texto-blanco .highlighted-note-square-image .info-wrapper .article-kicker:hover,
    .cyan-bg.texto-blanco .simple-list .info-wrapper .preview:hover,
    .cyan-bg.texto-blanco .section-aside-single-article .info-wrapper .preview:hover,
    .cyan-bg.texto-blanco .simple-list .info-wrapper .title:hover,
    .cyan-bg.texto-blanco .section-aside-single-article .info-wrapper .title:hover,
    .cyan-bg.texto-blanco .simple-list .info-wrapper .author:hover,
    .cyan-bg.texto-blanco .section-aside-single-article .info-wrapper .author:hover,
    .cyan-bg.texto-blanco .simple-list .info-wrapper .article-kicker:hover,
    .cyan-bg.texto-blanco .section-aside-single-article .info-wrapper .article-kicker:hover,
    .cyan-bg.texto-blanco .simple-list-square-image .info-wrapper .preview:hover,
    .cyan-bg.texto-blanco .simple-list-square-image .info-wrapper .title:hover,
    .cyan-bg.texto-blanco .simple-list-square-image .info-wrapper .author:hover,
    .cyan-bg.texto-blanco .simple-list-square-image .info-wrapper .article-kicker:hover {
      color: #FFFFFF !important; }
  .cyan-bg.texto-blanco .article-shouts .preview,
  .cyan-bg.texto-blanco .article-shouts .title,
  .cyan-bg.texto-blanco .article-shouts .author,
  .cyan-bg.texto-blanco .highlighted-note-square-image .preview,
  .cyan-bg.texto-blanco .highlighted-note-square-image .title,
  .cyan-bg.texto-blanco .highlighted-note-square-image .author,
  .cyan-bg.texto-blanco .simple-list .preview,
  .cyan-bg.texto-blanco .section-aside-single-article .preview,
  .cyan-bg.texto-blanco .simple-list .title,
  .cyan-bg.texto-blanco .section-aside-single-article .title,
  .cyan-bg.texto-blanco .simple-list .author,
  .cyan-bg.texto-blanco .section-aside-single-article .author,
  .cyan-bg.texto-blanco .simple-list-square-image .preview,
  .cyan-bg.texto-blanco .simple-list-square-image .title,
  .cyan-bg.texto-blanco .simple-list-square-image .author {
    color: #FFFFFF !important; }
    .cyan-bg.texto-blanco .article-shouts .preview:hover,
    .cyan-bg.texto-blanco .article-shouts .title:hover,
    .cyan-bg.texto-blanco .article-shouts .author:hover,
    .cyan-bg.texto-blanco .highlighted-note-square-image .preview:hover,
    .cyan-bg.texto-blanco .highlighted-note-square-image .title:hover,
    .cyan-bg.texto-blanco .highlighted-note-square-image .author:hover,
    .cyan-bg.texto-blanco .simple-list .preview:hover,
    .cyan-bg.texto-blanco .section-aside-single-article .preview:hover,
    .cyan-bg.texto-blanco .simple-list .title:hover,
    .cyan-bg.texto-blanco .section-aside-single-article .title:hover,
    .cyan-bg.texto-blanco .simple-list .author:hover,
    .cyan-bg.texto-blanco .section-aside-single-article .author:hover,
    .cyan-bg.texto-blanco .simple-list-square-image .preview:hover,
    .cyan-bg.texto-blanco .simple-list-square-image .title:hover,
    .cyan-bg.texto-blanco .simple-list-square-image .author:hover {
      color: #FFFFFF !important; }
  .cyan-bg.texto-blanco [class*='note'] .article-theme {
    color: #FFFFFF !important; }
  .cyan-bg.texto-blanco .headline, .cyan-bg.texto-blanco .most-read, .cyan-bg.texto-blanco .note-by-author {
    margin-top: 0;
    padding-top: 8px; }
    .cyan-bg.texto-blanco .headline .obj-title, .cyan-bg.texto-blanco .most-read .obj-title, .cyan-bg.texto-blanco .note-by-author .obj-title {
      color: #FFFFFF !important; }
      .cyan-bg.texto-blanco .headline .obj-title::first-letter, .cyan-bg.texto-blanco .most-read .obj-title::first-letter, .cyan-bg.texto-blanco .note-by-author .obj-title::first-letter {
        background-color: #FFFFFF;
        color: #00BCD4 !important; }
  .cyan-bg.tipo-blanca {
    /* Chapitas en los listados de notas */
    /* Icono de Play si la nota tiene video */ }
    .cyan-bg.tipo-blanca [class*='note'] .article-theme {
      background-color: rgba(0, 0, 0, 0) !important;
      color: #FFFFFF !important; }
    .cyan-bg.tipo-blanca [data-type*="article"] i[class*="play"]:hover {
      color: transparent !important; }
  .cyan-bg.verde-doc {
    /* Chapitas en los listados de notas */
    /* Icono de Play si la nota tiene video */ }
    .cyan-bg.verde-doc [class*='note'] .article-theme {
      background-color: rgba(0, 153, 153, 0.8) !important;
      color: #FFFFFF !important; }
    .cyan-bg.verde-doc [data-type*="article"] i[class*="play"]:hover {
      color: #099 !important; }
  .cyan-bg.verde_oscuro {
    /* Chapitas en los listados de notas */
    /* Icono de Play si la nota tiene video */ }
    .cyan-bg.verde_oscuro [class*='note'] .article-theme {
      background-color: rgba(74, 122, 80, 0.8) !important;
      color: #FFFFFF !important; }
    .cyan-bg.verde_oscuro [data-type*="article"] i[class*="play"]:hover {
      color: #4a7a50 !important; }
  .cyan-bg.violeta {
    /* Chapitas en los listados de notas */
    /* Icono de Play si la nota tiene video */ }
    .cyan-bg.violeta [class*='note'] .article-theme {
      background-color: rgba(86, 0, 141, 0.8) !important;
      color: #FFFFFF !important; }
    .cyan-bg.violeta [data-type*="article"] i[class*="play"]:hover {
      color: #56008D !important; }
  .cyan-bg.beige {
    /* Chapitas en los listados de notas */
    /* Icono de Play si la nota tiene video */ }
    .cyan-bg.beige [class*='note'] .article-theme {
      background-color: rgba(247, 239, 228, 0.8) !important;
      color: #000000 !important; }
    .cyan-bg.beige [data-type*="article"] i[class*="play"]:hover {
      color: #f7efe4 !important; }
  .cyan-bg.bordo {
    /* Chapitas en los listados de notas */
    /* Icono de Play si la nota tiene video */ }
    .cyan-bg.bordo [class*='note'] .article-theme {
      background-color: rgba(64, 37, 34, 0.8) !important;
      color: #FFFFFF !important; }
    .cyan-bg.bordo [data-type*="article"] i[class*="play"]:hover {
      color: #402522 !important; }
  .cyan-bg.verde-limon {
    /* Chapitas en los listados de notas */
    /* Icono de Play si la nota tiene video */ }
    .cyan-bg.verde-limon [class*='note'] .article-theme {
      background-color: rgba(239, 255, 211, 0.8) !important;
      color: #000000 !important; }
    .cyan-bg.verde-limon [data-type*="article"] i[class*="play"]:hover {
      color: #efffd3 !important; }
  .cyan-bg.rojo {
    /* Chapitas en los listados de notas */
    /* Icono de Play si la nota tiene video */ }
    .cyan-bg.rojo [class*='note'] .article-theme {
      background-color: rgba(216, 84, 84, 0.8) !important;
      color: #FFFFFF !important; }
    .cyan-bg.rojo [data-type*="article"] i[class*="play"]:hover {
      color: #d85454 !important; }
  .cyan-bg.celeste {
    /* Chapitas en los listados de notas */
    /* Icono de Play si la nota tiene video */ }
    .cyan-bg.celeste [class*='note'] .article-theme {
      background-color: rgba(81, 163, 255, 0.8) !important;
      color: #FFFFFF !important; }
    .cyan-bg.celeste [data-type*="article"] i[class*="play"]:hover {
      color: #51a3ff !important; }
  .cyan-bg.amarillo {
    /* Chapitas en los listados de notas */
    /* Icono de Play si la nota tiene video */ }
    .cyan-bg.amarillo [class*='note'] .article-theme {
      background-color: rgba(212, 202, 86, 0.8) !important;
      color: #000000 !important; }
    .cyan-bg.amarillo [data-type*="article"] i[class*="play"]:hover {
      color: #d4ca56 !important; }
  .cyan-bg.magent {
    /* Chapitas en los listados de notas */
    /* Icono de Play si la nota tiene video */ }
    .cyan-bg.magent [class*='note'] .article-theme {
      background-color: rgba(204, 98, 200, 0.8) !important;
      color: #FFFFFF !important; }
    .cyan-bg.magent [data-type*="article"] i[class*="play"]:hover {
      color: #cc62c8 !important; }
  .cyan-bg.azul {
    /* Chapitas en los listados de notas */
    /* Icono de Play si la nota tiene video */ }
    .cyan-bg.azul [class*='note'] .article-theme {
      background-color: rgba(96, 129, 166, 0.8) !important;
      color: #FFFFFF !important; }
    .cyan-bg.azul [data-type*="article"] i[class*="play"]:hover {
      color: #6081a6 !important; }
  .cyan-bg.verde {
    /* Chapitas en los listados de notas */
    /* Icono de Play si la nota tiene video */ }
    .cyan-bg.verde [class*='note'] .article-theme {
      background-color: rgba(93, 200, 102, 0.8) !important;
      color: #FFFFFF !important; }
    .cyan-bg.verde [data-type*="article"] i[class*="play"]:hover {
      color: #5dc866 !important; }
  .cyan-bg.cyan {
    /* Chapitas en los listados de notas */
    /* Icono de Play si la nota tiene video */ }
    .cyan-bg.cyan [class*='note'] .article-theme {
      background-color: rgba(0, 188, 212, 0.8) !important;
      color: #000000 !important; }
    .cyan-bg.cyan [data-type*="article"] i[class*="play"]:hover {
      color: #00BCD4 !important; }
  .cyan-bg.negro {
    /* Chapitas en los listados de notas */
    /* Icono de Play si la nota tiene video */ }
    .cyan-bg.negro [class*='note'] .article-theme {
      background-color: rgba(29, 29, 32, 0.8) !important;
      color: #FFFFFF !important; }
    .cyan-bg.negro [data-type*="article"] i[class*="play"]:hover {
      color: #1d1d20 !important; }

/* Widgets con color relacionado */
.widget-wrapper.cyan:not([class*="-bg"]) {
  /* Cabezales */
  /* Chapitas en los listados de notas */
  /* Icono de Play si la nota tiene video */ }
  .widget-wrapper.cyan:not([class*="-bg"]) .headline .obj-title, .widget-wrapper.cyan:not([class*="-bg"]) .most-read .obj-title, .widget-wrapper.cyan:not([class*="-bg"]) .note-by-author .obj-title {
    color: #00BCD4; }
    .widget-wrapper.cyan:not([class*="-bg"]) .headline .obj-title::first-letter, .widget-wrapper.cyan:not([class*="-bg"]) .most-read .obj-title::first-letter, .widget-wrapper.cyan:not([class*="-bg"]) .note-by-author .obj-title::first-letter {
      background-color: #00BCD4;
      color: #000000; }
  .widget-wrapper.cyan:not([class*="-bg"]) [class*='note']:not(.highlighted-portrait-note):not(.highlighted-note-overprinted-title) .article-kicker {
    color: #00BCD4 !important; }
  .widget-wrapper.cyan:not([class*="-bg"]) [class*='note'] .article-theme {
    background-color: rgba(0, 188, 212, 0.8) !important;
    color: #000000 !important; }
  .widget-wrapper.cyan:not([class*="-bg"]) [class*='note'] .info-wrapper .preview:hover,
  .widget-wrapper.cyan:not([class*="-bg"]) [class*='note'] .info-wrapper .title:hover,
  .widget-wrapper.cyan:not([class*="-bg"]) [class*='note'] .info-wrapper .author:hover,
  .widget-wrapper.cyan:not([class*="-bg"]) [class*='note'] .info-wrapper .article-category-grouper:hover,
  .widget-wrapper.cyan:not([class*="-bg"]) [class*='note'] .info-wrapper .article-kicker:hover {
    color: #00BCD4 !important; }
  .widget-wrapper.cyan:not([class*="-bg"]) [class*='note'] .preview:hover,
  .widget-wrapper.cyan:not([class*="-bg"]) [class*='note'] .title:hover,
  .widget-wrapper.cyan:not([class*="-bg"]) [class*='note'] .author:hover {
    color: #00BCD4 !important; }
  .widget-wrapper.cyan:not([class*="-bg"]) [data-type*="article"] i[class*="play"]:hover {
    color: #00BCD4 !important; }

.widget-wrapper.cyan:not([class*="-bg"]) {
  /* Cabezales */
  /* Chapitas en los listados de notas */
  /* Icono de Play si la nota tiene video */ }
  .widget-wrapper.cyan:not([class*="-bg"]) .headline .obj-title, .widget-wrapper.cyan:not([class*="-bg"]) .most-read .obj-title, .widget-wrapper.cyan:not([class*="-bg"]) .note-by-author .obj-title {
    color: #00BCD4; }
    .widget-wrapper.cyan:not([class*="-bg"]) .headline .obj-title::first-letter, .widget-wrapper.cyan:not([class*="-bg"]) .most-read .obj-title::first-letter, .widget-wrapper.cyan:not([class*="-bg"]) .note-by-author .obj-title::first-letter {
      background-color: #00BCD4;
      color: #000000; }
  .widget-wrapper.cyan:not([class*="-bg"]) [class*='note']:not(.highlighted-portrait-note):not(.highlighted-note-overprinted-title) .article-kicker {
    color: #00BCD4 !important; }
  .widget-wrapper.cyan:not([class*="-bg"]) [class*='note'] .article-theme {
    background-color: rgba(0, 188, 212, 0.8) !important;
    color: #000000 !important; }
  .widget-wrapper.cyan:not([class*="-bg"]) [class*='note'] .info-wrapper .preview:hover,
  .widget-wrapper.cyan:not([class*="-bg"]) [class*='note'] .info-wrapper .title:hover,
  .widget-wrapper.cyan:not([class*="-bg"]) [class*='note'] .info-wrapper .author:hover,
  .widget-wrapper.cyan:not([class*="-bg"]) [class*='note'] .info-wrapper .article-category-grouper:hover,
  .widget-wrapper.cyan:not([class*="-bg"]) [class*='note'] .info-wrapper .article-kicker:hover {
    color: #00BCD4 !important; }
  .widget-wrapper.cyan:not([class*="-bg"]) [class*='note'] .preview:hover,
  .widget-wrapper.cyan:not([class*="-bg"]) [class*='note'] .title:hover,
  .widget-wrapper.cyan:not([class*="-bg"]) [class*='note'] .author:hover {
    color: #00BCD4 !important; }
  .widget-wrapper.cyan:not([class*="-bg"]) [data-type*="article"] i[class*="play"]:hover {
    color: #00BCD4 !important; }

.widget-wrapper.cyan:not([class*="-bg"]) {
  /* Cabezales */
  /* Chapitas en los listados de notas */
  /* Icono de Play si la nota tiene video */ }
  .widget-wrapper.cyan:not([class*="-bg"]) .headline .obj-title, .widget-wrapper.cyan:not([class*="-bg"]) .most-read .obj-title, .widget-wrapper.cyan:not([class*="-bg"]) .note-by-author .obj-title {
    color: #00BCD4; }
    .widget-wrapper.cyan:not([class*="-bg"]) .headline .obj-title::first-letter, .widget-wrapper.cyan:not([class*="-bg"]) .most-read .obj-title::first-letter, .widget-wrapper.cyan:not([class*="-bg"]) .note-by-author .obj-title::first-letter {
      background-color: #00BCD4;
      color: #000000; }
  .widget-wrapper.cyan:not([class*="-bg"]) [class*='note']:not(.highlighted-portrait-note):not(.highlighted-note-overprinted-title) .article-kicker {
    color: #00BCD4 !important; }
  .widget-wrapper.cyan:not([class*="-bg"]) [class*='note'] .article-theme {
    background-color: rgba(0, 188, 212, 0.8) !important;
    color: #000000 !important; }
  .widget-wrapper.cyan:not([class*="-bg"]) [class*='note'] .info-wrapper .preview:hover,
  .widget-wrapper.cyan:not([class*="-bg"]) [class*='note'] .info-wrapper .title:hover,
  .widget-wrapper.cyan:not([class*="-bg"]) [class*='note'] .info-wrapper .author:hover,
  .widget-wrapper.cyan:not([class*="-bg"]) [class*='note'] .info-wrapper .article-category-grouper:hover,
  .widget-wrapper.cyan:not([class*="-bg"]) [class*='note'] .info-wrapper .article-kicker:hover {
    color: #00BCD4 !important; }
  .widget-wrapper.cyan:not([class*="-bg"]) [class*='note'] .preview:hover,
  .widget-wrapper.cyan:not([class*="-bg"]) [class*='note'] .title:hover,
  .widget-wrapper.cyan:not([class*="-bg"]) [class*='note'] .author:hover {
    color: #00BCD4 !important; }
  .widget-wrapper.cyan:not([class*="-bg"]) [data-type*="article"] i[class*="play"]:hover {
    color: #00BCD4 !important; }

.widget-wrapper.cyan:not([class*="-bg"]) {
  /* Cabezales */
  /* Chapitas en los listados de notas */
  /* Icono de Play si la nota tiene video */ }
  .widget-wrapper.cyan:not([class*="-bg"]) .headline .obj-title, .widget-wrapper.cyan:not([class*="-bg"]) .most-read .obj-title, .widget-wrapper.cyan:not([class*="-bg"]) .note-by-author .obj-title {
    color: #00BCD4; }
    .widget-wrapper.cyan:not([class*="-bg"]) .headline .obj-title::first-letter, .widget-wrapper.cyan:not([class*="-bg"]) .most-read .obj-title::first-letter, .widget-wrapper.cyan:not([class*="-bg"]) .note-by-author .obj-title::first-letter {
      background-color: #00BCD4;
      color: #000000; }
  .widget-wrapper.cyan:not([class*="-bg"]) [class*='note']:not(.highlighted-portrait-note):not(.highlighted-note-overprinted-title) .article-kicker {
    color: #00BCD4 !important; }
  .widget-wrapper.cyan:not([class*="-bg"]) [class*='note'] .article-theme {
    background-color: rgba(0, 188, 212, 0.8) !important;
    color: #000000 !important; }
  .widget-wrapper.cyan:not([class*="-bg"]) [class*='note'] .info-wrapper .preview:hover,
  .widget-wrapper.cyan:not([class*="-bg"]) [class*='note'] .info-wrapper .title:hover,
  .widget-wrapper.cyan:not([class*="-bg"]) [class*='note'] .info-wrapper .author:hover,
  .widget-wrapper.cyan:not([class*="-bg"]) [class*='note'] .info-wrapper .article-category-grouper:hover,
  .widget-wrapper.cyan:not([class*="-bg"]) [class*='note'] .info-wrapper .article-kicker:hover {
    color: #00BCD4 !important; }
  .widget-wrapper.cyan:not([class*="-bg"]) [class*='note'] .preview:hover,
  .widget-wrapper.cyan:not([class*="-bg"]) [class*='note'] .title:hover,
  .widget-wrapper.cyan:not([class*="-bg"]) [class*='note'] .author:hover {
    color: #00BCD4 !important; }
  .widget-wrapper.cyan:not([class*="-bg"]) [data-type*="article"] i[class*="play"]:hover {
    color: #00BCD4 !important; }

.widget-wrapper.cyan:not([class*="-bg"]) {
  /* Cabezales */
  /* Chapitas en los listados de notas */
  /* Icono de Play si la nota tiene video */ }
  .widget-wrapper.cyan:not([class*="-bg"]) .headline .obj-title, .widget-wrapper.cyan:not([class*="-bg"]) .most-read .obj-title, .widget-wrapper.cyan:not([class*="-bg"]) .note-by-author .obj-title {
    color: #00BCD4; }
    .widget-wrapper.cyan:not([class*="-bg"]) .headline .obj-title::first-letter, .widget-wrapper.cyan:not([class*="-bg"]) .most-read .obj-title::first-letter, .widget-wrapper.cyan:not([class*="-bg"]) .note-by-author .obj-title::first-letter {
      background-color: #00BCD4;
      color: #000000; }
  .widget-wrapper.cyan:not([class*="-bg"]) [class*='note']:not(.highlighted-portrait-note):not(.highlighted-note-overprinted-title) .article-kicker {
    color: #00BCD4 !important; }
  .widget-wrapper.cyan:not([class*="-bg"]) [class*='note'] .article-theme {
    background-color: rgba(0, 188, 212, 0.8) !important;
    color: #000000 !important; }
  .widget-wrapper.cyan:not([class*="-bg"]) [class*='note'] .info-wrapper .preview:hover,
  .widget-wrapper.cyan:not([class*="-bg"]) [class*='note'] .info-wrapper .title:hover,
  .widget-wrapper.cyan:not([class*="-bg"]) [class*='note'] .info-wrapper .author:hover,
  .widget-wrapper.cyan:not([class*="-bg"]) [class*='note'] .info-wrapper .article-category-grouper:hover,
  .widget-wrapper.cyan:not([class*="-bg"]) [class*='note'] .info-wrapper .article-kicker:hover {
    color: #00BCD4 !important; }
  .widget-wrapper.cyan:not([class*="-bg"]) [class*='note'] .preview:hover,
  .widget-wrapper.cyan:not([class*="-bg"]) [class*='note'] .title:hover,
  .widget-wrapper.cyan:not([class*="-bg"]) [class*='note'] .author:hover {
    color: #00BCD4 !important; }
  .widget-wrapper.cyan:not([class*="-bg"]) [data-type*="article"] i[class*="play"]:hover {
    color: #00BCD4 !important; }

.widget-wrapper.cyan:not([class*="-bg"]) {
  /* Cabezales */
  /* Chapitas en los listados de notas */
  /* Icono de Play si la nota tiene video */ }
  .widget-wrapper.cyan:not([class*="-bg"]) .headline .obj-title, .widget-wrapper.cyan:not([class*="-bg"]) .most-read .obj-title, .widget-wrapper.cyan:not([class*="-bg"]) .note-by-author .obj-title {
    color: #00BCD4; }
    .widget-wrapper.cyan:not([class*="-bg"]) .headline .obj-title::first-letter, .widget-wrapper.cyan:not([class*="-bg"]) .most-read .obj-title::first-letter, .widget-wrapper.cyan:not([class*="-bg"]) .note-by-author .obj-title::first-letter {
      background-color: #00BCD4;
      color: #000000; }
  .widget-wrapper.cyan:not([class*="-bg"]) [class*='note']:not(.highlighted-portrait-note):not(.highlighted-note-overprinted-title) .article-kicker {
    color: #00BCD4 !important; }
  .widget-wrapper.cyan:not([class*="-bg"]) [class*='note'] .article-theme {
    background-color: rgba(0, 188, 212, 0.8) !important;
    color: #000000 !important; }
  .widget-wrapper.cyan:not([class*="-bg"]) [class*='note'] .info-wrapper .preview:hover,
  .widget-wrapper.cyan:not([class*="-bg"]) [class*='note'] .info-wrapper .title:hover,
  .widget-wrapper.cyan:not([class*="-bg"]) [class*='note'] .info-wrapper .author:hover,
  .widget-wrapper.cyan:not([class*="-bg"]) [class*='note'] .info-wrapper .article-category-grouper:hover,
  .widget-wrapper.cyan:not([class*="-bg"]) [class*='note'] .info-wrapper .article-kicker:hover {
    color: #00BCD4 !important; }
  .widget-wrapper.cyan:not([class*="-bg"]) [class*='note'] .preview:hover,
  .widget-wrapper.cyan:not([class*="-bg"]) [class*='note'] .title:hover,
  .widget-wrapper.cyan:not([class*="-bg"]) [class*='note'] .author:hover {
    color: #00BCD4 !important; }
  .widget-wrapper.cyan:not([class*="-bg"]) [data-type*="article"] i[class*="play"]:hover {
    color: #00BCD4 !important; }

.widget-wrapper.cyan:not([class*="-bg"]) {
  /* Cabezales */
  /* Chapitas en los listados de notas */
  /* Icono de Play si la nota tiene video */ }
  .widget-wrapper.cyan:not([class*="-bg"]) .headline .obj-title, .widget-wrapper.cyan:not([class*="-bg"]) .most-read .obj-title, .widget-wrapper.cyan:not([class*="-bg"]) .note-by-author .obj-title {
    color: #00BCD4; }
    .widget-wrapper.cyan:not([class*="-bg"]) .headline .obj-title::first-letter, .widget-wrapper.cyan:not([class*="-bg"]) .most-read .obj-title::first-letter, .widget-wrapper.cyan:not([class*="-bg"]) .note-by-author .obj-title::first-letter {
      background-color: #00BCD4;
      color: #000000; }
  .widget-wrapper.cyan:not([class*="-bg"]) [class*='note']:not(.highlighted-portrait-note):not(.highlighted-note-overprinted-title) .article-kicker {
    color: #00BCD4 !important; }
  .widget-wrapper.cyan:not([class*="-bg"]) [class*='note'] .article-theme {
    background-color: rgba(0, 188, 212, 0.8) !important;
    color: #000000 !important; }
  .widget-wrapper.cyan:not([class*="-bg"]) [class*='note'] .info-wrapper .preview:hover,
  .widget-wrapper.cyan:not([class*="-bg"]) [class*='note'] .info-wrapper .title:hover,
  .widget-wrapper.cyan:not([class*="-bg"]) [class*='note'] .info-wrapper .author:hover,
  .widget-wrapper.cyan:not([class*="-bg"]) [class*='note'] .info-wrapper .article-category-grouper:hover,
  .widget-wrapper.cyan:not([class*="-bg"]) [class*='note'] .info-wrapper .article-kicker:hover {
    color: #00BCD4 !important; }
  .widget-wrapper.cyan:not([class*="-bg"]) [class*='note'] .preview:hover,
  .widget-wrapper.cyan:not([class*="-bg"]) [class*='note'] .title:hover,
  .widget-wrapper.cyan:not([class*="-bg"]) [class*='note'] .author:hover {
    color: #00BCD4 !important; }
  .widget-wrapper.cyan:not([class*="-bg"]) [data-type*="article"] i[class*="play"]:hover {
    color: #00BCD4 !important; }

.widget-wrapper.cyan:not([class*="-bg"]) {
  /* Cabezales */
  /* Chapitas en los listados de notas */
  /* Icono de Play si la nota tiene video */ }
  .widget-wrapper.cyan:not([class*="-bg"]) .headline .obj-title, .widget-wrapper.cyan:not([class*="-bg"]) .most-read .obj-title, .widget-wrapper.cyan:not([class*="-bg"]) .note-by-author .obj-title {
    color: #00BCD4; }
    .widget-wrapper.cyan:not([class*="-bg"]) .headline .obj-title::first-letter, .widget-wrapper.cyan:not([class*="-bg"]) .most-read .obj-title::first-letter, .widget-wrapper.cyan:not([class*="-bg"]) .note-by-author .obj-title::first-letter {
      background-color: #00BCD4;
      color: #000000; }
  .widget-wrapper.cyan:not([class*="-bg"]) [class*='note']:not(.highlighted-portrait-note):not(.highlighted-note-overprinted-title) .article-kicker {
    color: #00BCD4 !important; }
  .widget-wrapper.cyan:not([class*="-bg"]) [class*='note'] .article-theme {
    background-color: rgba(0, 188, 212, 0.8) !important;
    color: #000000 !important; }
  .widget-wrapper.cyan:not([class*="-bg"]) [class*='note'] .info-wrapper .preview:hover,
  .widget-wrapper.cyan:not([class*="-bg"]) [class*='note'] .info-wrapper .title:hover,
  .widget-wrapper.cyan:not([class*="-bg"]) [class*='note'] .info-wrapper .author:hover,
  .widget-wrapper.cyan:not([class*="-bg"]) [class*='note'] .info-wrapper .article-category-grouper:hover,
  .widget-wrapper.cyan:not([class*="-bg"]) [class*='note'] .info-wrapper .article-kicker:hover {
    color: #00BCD4 !important; }
  .widget-wrapper.cyan:not([class*="-bg"]) [class*='note'] .preview:hover,
  .widget-wrapper.cyan:not([class*="-bg"]) [class*='note'] .title:hover,
  .widget-wrapper.cyan:not([class*="-bg"]) [class*='note'] .author:hover {
    color: #00BCD4 !important; }
  .widget-wrapper.cyan:not([class*="-bg"]) [data-type*="article"] i[class*="play"]:hover {
    color: #00BCD4 !important; }

.widget-wrapper.cyan:not([class*="-bg"]) {
  /* Cabezales */
  /* Chapitas en los listados de notas */
  /* Icono de Play si la nota tiene video */ }
  .widget-wrapper.cyan:not([class*="-bg"]) .headline .obj-title, .widget-wrapper.cyan:not([class*="-bg"]) .most-read .obj-title, .widget-wrapper.cyan:not([class*="-bg"]) .note-by-author .obj-title {
    color: #00BCD4; }
    .widget-wrapper.cyan:not([class*="-bg"]) .headline .obj-title::first-letter, .widget-wrapper.cyan:not([class*="-bg"]) .most-read .obj-title::first-letter, .widget-wrapper.cyan:not([class*="-bg"]) .note-by-author .obj-title::first-letter {
      background-color: #00BCD4;
      color: #000000; }
  .widget-wrapper.cyan:not([class*="-bg"]) [class*='note']:not(.highlighted-portrait-note):not(.highlighted-note-overprinted-title) .article-kicker {
    color: #00BCD4 !important; }
  .widget-wrapper.cyan:not([class*="-bg"]) [class*='note'] .article-theme {
    background-color: rgba(0, 188, 212, 0.8) !important;
    color: #000000 !important; }
  .widget-wrapper.cyan:not([class*="-bg"]) [class*='note'] .info-wrapper .preview:hover,
  .widget-wrapper.cyan:not([class*="-bg"]) [class*='note'] .info-wrapper .title:hover,
  .widget-wrapper.cyan:not([class*="-bg"]) [class*='note'] .info-wrapper .author:hover,
  .widget-wrapper.cyan:not([class*="-bg"]) [class*='note'] .info-wrapper .article-category-grouper:hover,
  .widget-wrapper.cyan:not([class*="-bg"]) [class*='note'] .info-wrapper .article-kicker:hover {
    color: #00BCD4 !important; }
  .widget-wrapper.cyan:not([class*="-bg"]) [class*='note'] .preview:hover,
  .widget-wrapper.cyan:not([class*="-bg"]) [class*='note'] .title:hover,
  .widget-wrapper.cyan:not([class*="-bg"]) [class*='note'] .author:hover {
    color: #00BCD4 !important; }
  .widget-wrapper.cyan:not([class*="-bg"]) [data-type*="article"] i[class*="play"]:hover {
    color: #00BCD4 !important; }

.widget-wrapper.cyan:not([class*="-bg"]) {
  /* Cabezales */
  /* Chapitas en los listados de notas */
  /* Icono de Play si la nota tiene video */ }
  .widget-wrapper.cyan:not([class*="-bg"]) .headline .obj-title, .widget-wrapper.cyan:not([class*="-bg"]) .most-read .obj-title, .widget-wrapper.cyan:not([class*="-bg"]) .note-by-author .obj-title {
    color: #00BCD4; }
    .widget-wrapper.cyan:not([class*="-bg"]) .headline .obj-title::first-letter, .widget-wrapper.cyan:not([class*="-bg"]) .most-read .obj-title::first-letter, .widget-wrapper.cyan:not([class*="-bg"]) .note-by-author .obj-title::first-letter {
      background-color: #00BCD4;
      color: #000000; }
  .widget-wrapper.cyan:not([class*="-bg"]) [class*='note']:not(.highlighted-portrait-note):not(.highlighted-note-overprinted-title) .article-kicker {
    color: #00BCD4 !important; }
  .widget-wrapper.cyan:not([class*="-bg"]) [class*='note'] .article-theme {
    background-color: rgba(0, 188, 212, 0.8) !important;
    color: #000000 !important; }
  .widget-wrapper.cyan:not([class*="-bg"]) [class*='note'] .info-wrapper .preview:hover,
  .widget-wrapper.cyan:not([class*="-bg"]) [class*='note'] .info-wrapper .title:hover,
  .widget-wrapper.cyan:not([class*="-bg"]) [class*='note'] .info-wrapper .author:hover,
  .widget-wrapper.cyan:not([class*="-bg"]) [class*='note'] .info-wrapper .article-category-grouper:hover,
  .widget-wrapper.cyan:not([class*="-bg"]) [class*='note'] .info-wrapper .article-kicker:hover {
    color: #00BCD4 !important; }
  .widget-wrapper.cyan:not([class*="-bg"]) [class*='note'] .preview:hover,
  .widget-wrapper.cyan:not([class*="-bg"]) [class*='note'] .title:hover,
  .widget-wrapper.cyan:not([class*="-bg"]) [class*='note'] .author:hover {
    color: #00BCD4 !important; }
  .widget-wrapper.cyan:not([class*="-bg"]) [data-type*="article"] i[class*="play"]:hover {
    color: #00BCD4 !important; }

.widget-wrapper.cyan:not([class*="-bg"]) {
  /* Cabezales */
  /* Chapitas en los listados de notas */
  /* Icono de Play si la nota tiene video */ }
  .widget-wrapper.cyan:not([class*="-bg"]) .headline .obj-title, .widget-wrapper.cyan:not([class*="-bg"]) .most-read .obj-title, .widget-wrapper.cyan:not([class*="-bg"]) .note-by-author .obj-title {
    color: #00BCD4; }
    .widget-wrapper.cyan:not([class*="-bg"]) .headline .obj-title::first-letter, .widget-wrapper.cyan:not([class*="-bg"]) .most-read .obj-title::first-letter, .widget-wrapper.cyan:not([class*="-bg"]) .note-by-author .obj-title::first-letter {
      background-color: #00BCD4;
      color: #000000; }
  .widget-wrapper.cyan:not([class*="-bg"]) [class*='note']:not(.highlighted-portrait-note):not(.highlighted-note-overprinted-title) .article-kicker {
    color: #00BCD4 !important; }
  .widget-wrapper.cyan:not([class*="-bg"]) [class*='note'] .article-theme {
    background-color: rgba(0, 188, 212, 0.8) !important;
    color: #000000 !important; }
  .widget-wrapper.cyan:not([class*="-bg"]) [class*='note'] .info-wrapper .preview:hover,
  .widget-wrapper.cyan:not([class*="-bg"]) [class*='note'] .info-wrapper .title:hover,
  .widget-wrapper.cyan:not([class*="-bg"]) [class*='note'] .info-wrapper .author:hover,
  .widget-wrapper.cyan:not([class*="-bg"]) [class*='note'] .info-wrapper .article-category-grouper:hover,
  .widget-wrapper.cyan:not([class*="-bg"]) [class*='note'] .info-wrapper .article-kicker:hover {
    color: #00BCD4 !important; }
  .widget-wrapper.cyan:not([class*="-bg"]) [class*='note'] .preview:hover,
  .widget-wrapper.cyan:not([class*="-bg"]) [class*='note'] .title:hover,
  .widget-wrapper.cyan:not([class*="-bg"]) [class*='note'] .author:hover {
    color: #00BCD4 !important; }
  .widget-wrapper.cyan:not([class*="-bg"]) [data-type*="article"] i[class*="play"]:hover {
    color: #00BCD4 !important; }

.widget-wrapper.cyan:not([class*="-bg"]) {
  /* Cabezales */
  /* Chapitas en los listados de notas */
  /* Icono de Play si la nota tiene video */ }
  .widget-wrapper.cyan:not([class*="-bg"]) .headline .obj-title, .widget-wrapper.cyan:not([class*="-bg"]) .most-read .obj-title, .widget-wrapper.cyan:not([class*="-bg"]) .note-by-author .obj-title {
    color: #00BCD4; }
    .widget-wrapper.cyan:not([class*="-bg"]) .headline .obj-title::first-letter, .widget-wrapper.cyan:not([class*="-bg"]) .most-read .obj-title::first-letter, .widget-wrapper.cyan:not([class*="-bg"]) .note-by-author .obj-title::first-letter {
      background-color: #00BCD4;
      color: #000000; }
  .widget-wrapper.cyan:not([class*="-bg"]) [class*='note']:not(.highlighted-portrait-note):not(.highlighted-note-overprinted-title) .article-kicker {
    color: #00BCD4 !important; }
  .widget-wrapper.cyan:not([class*="-bg"]) [class*='note'] .article-theme {
    background-color: rgba(0, 188, 212, 0.8) !important;
    color: #000000 !important; }
  .widget-wrapper.cyan:not([class*="-bg"]) [class*='note'] .info-wrapper .preview:hover,
  .widget-wrapper.cyan:not([class*="-bg"]) [class*='note'] .info-wrapper .title:hover,
  .widget-wrapper.cyan:not([class*="-bg"]) [class*='note'] .info-wrapper .author:hover,
  .widget-wrapper.cyan:not([class*="-bg"]) [class*='note'] .info-wrapper .article-category-grouper:hover,
  .widget-wrapper.cyan:not([class*="-bg"]) [class*='note'] .info-wrapper .article-kicker:hover {
    color: #00BCD4 !important; }
  .widget-wrapper.cyan:not([class*="-bg"]) [class*='note'] .preview:hover,
  .widget-wrapper.cyan:not([class*="-bg"]) [class*='note'] .title:hover,
  .widget-wrapper.cyan:not([class*="-bg"]) [class*='note'] .author:hover {
    color: #00BCD4 !important; }
  .widget-wrapper.cyan:not([class*="-bg"]) [data-type*="article"] i[class*="play"]:hover {
    color: #00BCD4 !important; }

.widget-wrapper.cyan:not([class*="-bg"]) {
  /* Cabezales */
  /* Chapitas en los listados de notas */
  /* Icono de Play si la nota tiene video */ }
  .widget-wrapper.cyan:not([class*="-bg"]) .headline .obj-title, .widget-wrapper.cyan:not([class*="-bg"]) .most-read .obj-title, .widget-wrapper.cyan:not([class*="-bg"]) .note-by-author .obj-title {
    color: #00BCD4; }
    .widget-wrapper.cyan:not([class*="-bg"]) .headline .obj-title::first-letter, .widget-wrapper.cyan:not([class*="-bg"]) .most-read .obj-title::first-letter, .widget-wrapper.cyan:not([class*="-bg"]) .note-by-author .obj-title::first-letter {
      background-color: #00BCD4;
      color: #000000; }
  .widget-wrapper.cyan:not([class*="-bg"]) [class*='note']:not(.highlighted-portrait-note):not(.highlighted-note-overprinted-title) .article-kicker {
    color: #00BCD4 !important; }
  .widget-wrapper.cyan:not([class*="-bg"]) [class*='note'] .article-theme {
    background-color: rgba(0, 188, 212, 0.8) !important;
    color: #000000 !important; }
  .widget-wrapper.cyan:not([class*="-bg"]) [class*='note'] .info-wrapper .preview:hover,
  .widget-wrapper.cyan:not([class*="-bg"]) [class*='note'] .info-wrapper .title:hover,
  .widget-wrapper.cyan:not([class*="-bg"]) [class*='note'] .info-wrapper .author:hover,
  .widget-wrapper.cyan:not([class*="-bg"]) [class*='note'] .info-wrapper .article-category-grouper:hover,
  .widget-wrapper.cyan:not([class*="-bg"]) [class*='note'] .info-wrapper .article-kicker:hover {
    color: #00BCD4 !important; }
  .widget-wrapper.cyan:not([class*="-bg"]) [class*='note'] .preview:hover,
  .widget-wrapper.cyan:not([class*="-bg"]) [class*='note'] .title:hover,
  .widget-wrapper.cyan:not([class*="-bg"]) [class*='note'] .author:hover {
    color: #00BCD4 !important; }
  .widget-wrapper.cyan:not([class*="-bg"]) [data-type*="article"] i[class*="play"]:hover {
    color: #00BCD4 !important; }

.widget-wrapper.cyan:not([class*="-bg"]) {
  /* Cabezales */
  /* Chapitas en los listados de notas */
  /* Icono de Play si la nota tiene video */ }
  .widget-wrapper.cyan:not([class*="-bg"]) .headline .obj-title, .widget-wrapper.cyan:not([class*="-bg"]) .most-read .obj-title, .widget-wrapper.cyan:not([class*="-bg"]) .note-by-author .obj-title {
    color: #00BCD4; }
    .widget-wrapper.cyan:not([class*="-bg"]) .headline .obj-title::first-letter, .widget-wrapper.cyan:not([class*="-bg"]) .most-read .obj-title::first-letter, .widget-wrapper.cyan:not([class*="-bg"]) .note-by-author .obj-title::first-letter {
      background-color: #00BCD4;
      color: #000000; }
  .widget-wrapper.cyan:not([class*="-bg"]) [class*='note']:not(.highlighted-portrait-note):not(.highlighted-note-overprinted-title) .article-kicker {
    color: #00BCD4 !important; }
  .widget-wrapper.cyan:not([class*="-bg"]) [class*='note'] .article-theme {
    background-color: rgba(0, 188, 212, 0.8) !important;
    color: #000000 !important; }
  .widget-wrapper.cyan:not([class*="-bg"]) [class*='note'] .info-wrapper .preview:hover,
  .widget-wrapper.cyan:not([class*="-bg"]) [class*='note'] .info-wrapper .title:hover,
  .widget-wrapper.cyan:not([class*="-bg"]) [class*='note'] .info-wrapper .author:hover,
  .widget-wrapper.cyan:not([class*="-bg"]) [class*='note'] .info-wrapper .article-category-grouper:hover,
  .widget-wrapper.cyan:not([class*="-bg"]) [class*='note'] .info-wrapper .article-kicker:hover {
    color: #00BCD4 !important; }
  .widget-wrapper.cyan:not([class*="-bg"]) [class*='note'] .preview:hover,
  .widget-wrapper.cyan:not([class*="-bg"]) [class*='note'] .title:hover,
  .widget-wrapper.cyan:not([class*="-bg"]) [class*='note'] .author:hover {
    color: #00BCD4 !important; }
  .widget-wrapper.cyan:not([class*="-bg"]) [data-type*="article"] i[class*="play"]:hover {
    color: #00BCD4 !important; }

.widget-wrapper.cyan:not([class*="-bg"]) {
  /* Cabezales */
  /* Chapitas en los listados de notas */
  /* Icono de Play si la nota tiene video */ }
  .widget-wrapper.cyan:not([class*="-bg"]) .headline .obj-title, .widget-wrapper.cyan:not([class*="-bg"]) .most-read .obj-title, .widget-wrapper.cyan:not([class*="-bg"]) .note-by-author .obj-title {
    color: #00BCD4; }
    .widget-wrapper.cyan:not([class*="-bg"]) .headline .obj-title::first-letter, .widget-wrapper.cyan:not([class*="-bg"]) .most-read .obj-title::first-letter, .widget-wrapper.cyan:not([class*="-bg"]) .note-by-author .obj-title::first-letter {
      background-color: #00BCD4;
      color: #000000; }
  .widget-wrapper.cyan:not([class*="-bg"]) [class*='note']:not(.highlighted-portrait-note):not(.highlighted-note-overprinted-title) .article-kicker {
    color: #00BCD4 !important; }
  .widget-wrapper.cyan:not([class*="-bg"]) [class*='note'] .article-theme {
    background-color: rgba(0, 188, 212, 0.8) !important;
    color: #000000 !important; }
  .widget-wrapper.cyan:not([class*="-bg"]) [class*='note'] .info-wrapper .preview:hover,
  .widget-wrapper.cyan:not([class*="-bg"]) [class*='note'] .info-wrapper .title:hover,
  .widget-wrapper.cyan:not([class*="-bg"]) [class*='note'] .info-wrapper .author:hover,
  .widget-wrapper.cyan:not([class*="-bg"]) [class*='note'] .info-wrapper .article-category-grouper:hover,
  .widget-wrapper.cyan:not([class*="-bg"]) [class*='note'] .info-wrapper .article-kicker:hover {
    color: #00BCD4 !important; }
  .widget-wrapper.cyan:not([class*="-bg"]) [class*='note'] .preview:hover,
  .widget-wrapper.cyan:not([class*="-bg"]) [class*='note'] .title:hover,
  .widget-wrapper.cyan:not([class*="-bg"]) [class*='note'] .author:hover {
    color: #00BCD4 !important; }
  .widget-wrapper.cyan:not([class*="-bg"]) [data-type*="article"] i[class*="play"]:hover {
    color: #00BCD4 !important; }

.widget-wrapper.cyan:not([class*="-bg"]) {
  /* Cabezales */
  /* Chapitas en los listados de notas */
  /* Icono de Play si la nota tiene video */ }
  .widget-wrapper.cyan:not([class*="-bg"]) .headline .obj-title, .widget-wrapper.cyan:not([class*="-bg"]) .most-read .obj-title, .widget-wrapper.cyan:not([class*="-bg"]) .note-by-author .obj-title {
    color: #00BCD4; }
    .widget-wrapper.cyan:not([class*="-bg"]) .headline .obj-title::first-letter, .widget-wrapper.cyan:not([class*="-bg"]) .most-read .obj-title::first-letter, .widget-wrapper.cyan:not([class*="-bg"]) .note-by-author .obj-title::first-letter {
      background-color: #00BCD4;
      color: #000000; }
  .widget-wrapper.cyan:not([class*="-bg"]) [class*='note']:not(.highlighted-portrait-note):not(.highlighted-note-overprinted-title) .article-kicker {
    color: #00BCD4 !important; }
  .widget-wrapper.cyan:not([class*="-bg"]) [class*='note'] .article-theme {
    background-color: rgba(0, 188, 212, 0.8) !important;
    color: #000000 !important; }
  .widget-wrapper.cyan:not([class*="-bg"]) [class*='note'] .info-wrapper .preview:hover,
  .widget-wrapper.cyan:not([class*="-bg"]) [class*='note'] .info-wrapper .title:hover,
  .widget-wrapper.cyan:not([class*="-bg"]) [class*='note'] .info-wrapper .author:hover,
  .widget-wrapper.cyan:not([class*="-bg"]) [class*='note'] .info-wrapper .article-category-grouper:hover,
  .widget-wrapper.cyan:not([class*="-bg"]) [class*='note'] .info-wrapper .article-kicker:hover {
    color: #00BCD4 !important; }
  .widget-wrapper.cyan:not([class*="-bg"]) [class*='note'] .preview:hover,
  .widget-wrapper.cyan:not([class*="-bg"]) [class*='note'] .title:hover,
  .widget-wrapper.cyan:not([class*="-bg"]) [class*='note'] .author:hover {
    color: #00BCD4 !important; }
  .widget-wrapper.cyan:not([class*="-bg"]) [data-type*="article"] i[class*="play"]:hover {
    color: #00BCD4 !important; }

.widget-wrapper.cyan:not([class*="-bg"]) {
  /* Cabezales */
  /* Chapitas en los listados de notas */
  /* Icono de Play si la nota tiene video */ }
  .widget-wrapper.cyan:not([class*="-bg"]) .headline .obj-title, .widget-wrapper.cyan:not([class*="-bg"]) .most-read .obj-title, .widget-wrapper.cyan:not([class*="-bg"]) .note-by-author .obj-title {
    color: #00BCD4; }
    .widget-wrapper.cyan:not([class*="-bg"]) .headline .obj-title::first-letter, .widget-wrapper.cyan:not([class*="-bg"]) .most-read .obj-title::first-letter, .widget-wrapper.cyan:not([class*="-bg"]) .note-by-author .obj-title::first-letter {
      background-color: #00BCD4;
      color: #000000; }
  .widget-wrapper.cyan:not([class*="-bg"]) [class*='note']:not(.highlighted-portrait-note):not(.highlighted-note-overprinted-title) .article-kicker {
    color: #00BCD4 !important; }
  .widget-wrapper.cyan:not([class*="-bg"]) [class*='note'] .article-theme {
    background-color: rgba(0, 188, 212, 0.8) !important;
    color: #000000 !important; }
  .widget-wrapper.cyan:not([class*="-bg"]) [class*='note'] .info-wrapper .preview:hover,
  .widget-wrapper.cyan:not([class*="-bg"]) [class*='note'] .info-wrapper .title:hover,
  .widget-wrapper.cyan:not([class*="-bg"]) [class*='note'] .info-wrapper .author:hover,
  .widget-wrapper.cyan:not([class*="-bg"]) [class*='note'] .info-wrapper .article-category-grouper:hover,
  .widget-wrapper.cyan:not([class*="-bg"]) [class*='note'] .info-wrapper .article-kicker:hover {
    color: #00BCD4 !important; }
  .widget-wrapper.cyan:not([class*="-bg"]) [class*='note'] .preview:hover,
  .widget-wrapper.cyan:not([class*="-bg"]) [class*='note'] .title:hover,
  .widget-wrapper.cyan:not([class*="-bg"]) [class*='note'] .author:hover {
    color: #00BCD4 !important; }
  .widget-wrapper.cyan:not([class*="-bg"]) [data-type*="article"] i[class*="play"]:hover {
    color: #00BCD4 !important; }

.widget-wrapper.cyan:not([class*="-bg"]) {
  /* Cabezales */
  /* Chapitas en los listados de notas */
  /* Icono de Play si la nota tiene video */ }
  .widget-wrapper.cyan:not([class*="-bg"]) .headline .obj-title, .widget-wrapper.cyan:not([class*="-bg"]) .most-read .obj-title, .widget-wrapper.cyan:not([class*="-bg"]) .note-by-author .obj-title {
    color: #00BCD4; }
    .widget-wrapper.cyan:not([class*="-bg"]) .headline .obj-title::first-letter, .widget-wrapper.cyan:not([class*="-bg"]) .most-read .obj-title::first-letter, .widget-wrapper.cyan:not([class*="-bg"]) .note-by-author .obj-title::first-letter {
      background-color: #00BCD4;
      color: #000000; }
  .widget-wrapper.cyan:not([class*="-bg"]) [class*='note']:not(.highlighted-portrait-note):not(.highlighted-note-overprinted-title) .article-kicker {
    color: #00BCD4 !important; }
  .widget-wrapper.cyan:not([class*="-bg"]) [class*='note'] .article-theme {
    background-color: rgba(0, 188, 212, 0.8) !important;
    color: #000000 !important; }
  .widget-wrapper.cyan:not([class*="-bg"]) [class*='note'] .info-wrapper .preview:hover,
  .widget-wrapper.cyan:not([class*="-bg"]) [class*='note'] .info-wrapper .title:hover,
  .widget-wrapper.cyan:not([class*="-bg"]) [class*='note'] .info-wrapper .author:hover,
  .widget-wrapper.cyan:not([class*="-bg"]) [class*='note'] .info-wrapper .article-category-grouper:hover,
  .widget-wrapper.cyan:not([class*="-bg"]) [class*='note'] .info-wrapper .article-kicker:hover {
    color: #00BCD4 !important; }
  .widget-wrapper.cyan:not([class*="-bg"]) [class*='note'] .preview:hover,
  .widget-wrapper.cyan:not([class*="-bg"]) [class*='note'] .title:hover,
  .widget-wrapper.cyan:not([class*="-bg"]) [class*='note'] .author:hover {
    color: #00BCD4 !important; }
  .widget-wrapper.cyan:not([class*="-bg"]) [data-type*="article"] i[class*="play"]:hover {
    color: #00BCD4 !important; }

.widget-wrapper.cyan:not([class*="-bg"]) {
  /* Cabezales */
  /* Chapitas en los listados de notas */
  /* Icono de Play si la nota tiene video */ }
  .widget-wrapper.cyan:not([class*="-bg"]) .headline .obj-title, .widget-wrapper.cyan:not([class*="-bg"]) .most-read .obj-title, .widget-wrapper.cyan:not([class*="-bg"]) .note-by-author .obj-title {
    color: #00BCD4; }
    .widget-wrapper.cyan:not([class*="-bg"]) .headline .obj-title::first-letter, .widget-wrapper.cyan:not([class*="-bg"]) .most-read .obj-title::first-letter, .widget-wrapper.cyan:not([class*="-bg"]) .note-by-author .obj-title::first-letter {
      background-color: #00BCD4;
      color: #000000; }
  .widget-wrapper.cyan:not([class*="-bg"]) [class*='note']:not(.highlighted-portrait-note):not(.highlighted-note-overprinted-title) .article-kicker {
    color: #00BCD4 !important; }
  .widget-wrapper.cyan:not([class*="-bg"]) [class*='note'] .article-theme {
    background-color: rgba(0, 188, 212, 0.8) !important;
    color: #000000 !important; }
  .widget-wrapper.cyan:not([class*="-bg"]) [class*='note'] .info-wrapper .preview:hover,
  .widget-wrapper.cyan:not([class*="-bg"]) [class*='note'] .info-wrapper .title:hover,
  .widget-wrapper.cyan:not([class*="-bg"]) [class*='note'] .info-wrapper .author:hover,
  .widget-wrapper.cyan:not([class*="-bg"]) [class*='note'] .info-wrapper .article-category-grouper:hover,
  .widget-wrapper.cyan:not([class*="-bg"]) [class*='note'] .info-wrapper .article-kicker:hover {
    color: #00BCD4 !important; }
  .widget-wrapper.cyan:not([class*="-bg"]) [class*='note'] .preview:hover,
  .widget-wrapper.cyan:not([class*="-bg"]) [class*='note'] .title:hover,
  .widget-wrapper.cyan:not([class*="-bg"]) [class*='note'] .author:hover {
    color: #00BCD4 !important; }
  .widget-wrapper.cyan:not([class*="-bg"]) [data-type*="article"] i[class*="play"]:hover {
    color: #00BCD4 !important; }

.widget-wrapper.cyan:not([class*="-bg"]) {
  /* Cabezales */
  /* Chapitas en los listados de notas */
  /* Icono de Play si la nota tiene video */ }
  .widget-wrapper.cyan:not([class*="-bg"]) .headline .obj-title, .widget-wrapper.cyan:not([class*="-bg"]) .most-read .obj-title, .widget-wrapper.cyan:not([class*="-bg"]) .note-by-author .obj-title {
    color: #00BCD4; }
    .widget-wrapper.cyan:not([class*="-bg"]) .headline .obj-title::first-letter, .widget-wrapper.cyan:not([class*="-bg"]) .most-read .obj-title::first-letter, .widget-wrapper.cyan:not([class*="-bg"]) .note-by-author .obj-title::first-letter {
      background-color: #00BCD4;
      color: #000000; }
  .widget-wrapper.cyan:not([class*="-bg"]) [class*='note']:not(.highlighted-portrait-note):not(.highlighted-note-overprinted-title) .article-kicker {
    color: #00BCD4 !important; }
  .widget-wrapper.cyan:not([class*="-bg"]) [class*='note'] .article-theme {
    background-color: rgba(0, 188, 212, 0.8) !important;
    color: #000000 !important; }
  .widget-wrapper.cyan:not([class*="-bg"]) [class*='note'] .info-wrapper .preview:hover,
  .widget-wrapper.cyan:not([class*="-bg"]) [class*='note'] .info-wrapper .title:hover,
  .widget-wrapper.cyan:not([class*="-bg"]) [class*='note'] .info-wrapper .author:hover,
  .widget-wrapper.cyan:not([class*="-bg"]) [class*='note'] .info-wrapper .article-category-grouper:hover,
  .widget-wrapper.cyan:not([class*="-bg"]) [class*='note'] .info-wrapper .article-kicker:hover {
    color: #00BCD4 !important; }
  .widget-wrapper.cyan:not([class*="-bg"]) [class*='note'] .preview:hover,
  .widget-wrapper.cyan:not([class*="-bg"]) [class*='note'] .title:hover,
  .widget-wrapper.cyan:not([class*="-bg"]) [class*='note'] .author:hover {
    color: #00BCD4 !important; }
  .widget-wrapper.cyan:not([class*="-bg"]) [data-type*="article"] i[class*="play"]:hover {
    color: #00BCD4 !important; }

.widget-wrapper.cyan:not([class*="-bg"]) {
  /* Cabezales */
  /* Chapitas en los listados de notas */
  /* Icono de Play si la nota tiene video */ }
  .widget-wrapper.cyan:not([class*="-bg"]) .headline .obj-title, .widget-wrapper.cyan:not([class*="-bg"]) .most-read .obj-title, .widget-wrapper.cyan:not([class*="-bg"]) .note-by-author .obj-title {
    color: #00BCD4; }
    .widget-wrapper.cyan:not([class*="-bg"]) .headline .obj-title::first-letter, .widget-wrapper.cyan:not([class*="-bg"]) .most-read .obj-title::first-letter, .widget-wrapper.cyan:not([class*="-bg"]) .note-by-author .obj-title::first-letter {
      background-color: #00BCD4;
      color: #000000; }
  .widget-wrapper.cyan:not([class*="-bg"]) [class*='note']:not(.highlighted-portrait-note):not(.highlighted-note-overprinted-title) .article-kicker {
    color: #00BCD4 !important; }
  .widget-wrapper.cyan:not([class*="-bg"]) [class*='note'] .article-theme {
    background-color: rgba(0, 188, 212, 0.8) !important;
    color: #000000 !important; }
  .widget-wrapper.cyan:not([class*="-bg"]) [class*='note'] .info-wrapper .preview:hover,
  .widget-wrapper.cyan:not([class*="-bg"]) [class*='note'] .info-wrapper .title:hover,
  .widget-wrapper.cyan:not([class*="-bg"]) [class*='note'] .info-wrapper .author:hover,
  .widget-wrapper.cyan:not([class*="-bg"]) [class*='note'] .info-wrapper .article-category-grouper:hover,
  .widget-wrapper.cyan:not([class*="-bg"]) [class*='note'] .info-wrapper .article-kicker:hover {
    color: #00BCD4 !important; }
  .widget-wrapper.cyan:not([class*="-bg"]) [class*='note'] .preview:hover,
  .widget-wrapper.cyan:not([class*="-bg"]) [class*='note'] .title:hover,
  .widget-wrapper.cyan:not([class*="-bg"]) [class*='note'] .author:hover {
    color: #00BCD4 !important; }
  .widget-wrapper.cyan:not([class*="-bg"]) [data-type*="article"] i[class*="play"]:hover {
    color: #00BCD4 !important; }

.widget-wrapper.cyan:not([class*="-bg"]) {
  /* Cabezales */
  /* Chapitas en los listados de notas */
  /* Icono de Play si la nota tiene video */ }
  .widget-wrapper.cyan:not([class*="-bg"]) .headline .obj-title, .widget-wrapper.cyan:not([class*="-bg"]) .most-read .obj-title, .widget-wrapper.cyan:not([class*="-bg"]) .note-by-author .obj-title {
    color: #00BCD4; }
    .widget-wrapper.cyan:not([class*="-bg"]) .headline .obj-title::first-letter, .widget-wrapper.cyan:not([class*="-bg"]) .most-read .obj-title::first-letter, .widget-wrapper.cyan:not([class*="-bg"]) .note-by-author .obj-title::first-letter {
      background-color: #00BCD4;
      color: #000000; }
  .widget-wrapper.cyan:not([class*="-bg"]) [class*='note']:not(.highlighted-portrait-note):not(.highlighted-note-overprinted-title) .article-kicker {
    color: #00BCD4 !important; }
  .widget-wrapper.cyan:not([class*="-bg"]) [class*='note'] .article-theme {
    background-color: rgba(0, 188, 212, 0.8) !important;
    color: #000000 !important; }
  .widget-wrapper.cyan:not([class*="-bg"]) [class*='note'] .info-wrapper .preview:hover,
  .widget-wrapper.cyan:not([class*="-bg"]) [class*='note'] .info-wrapper .title:hover,
  .widget-wrapper.cyan:not([class*="-bg"]) [class*='note'] .info-wrapper .author:hover,
  .widget-wrapper.cyan:not([class*="-bg"]) [class*='note'] .info-wrapper .article-category-grouper:hover,
  .widget-wrapper.cyan:not([class*="-bg"]) [class*='note'] .info-wrapper .article-kicker:hover {
    color: #00BCD4 !important; }
  .widget-wrapper.cyan:not([class*="-bg"]) [class*='note'] .preview:hover,
  .widget-wrapper.cyan:not([class*="-bg"]) [class*='note'] .title:hover,
  .widget-wrapper.cyan:not([class*="-bg"]) [class*='note'] .author:hover {
    color: #00BCD4 !important; }
  .widget-wrapper.cyan:not([class*="-bg"]) [data-type*="article"] i[class*="play"]:hover {
    color: #00BCD4 !important; }

.widget-wrapper.cyan:not([class*="-bg"]) {
  /* Cabezales */
  /* Chapitas en los listados de notas */
  /* Icono de Play si la nota tiene video */ }
  .widget-wrapper.cyan:not([class*="-bg"]) .headline .obj-title, .widget-wrapper.cyan:not([class*="-bg"]) .most-read .obj-title, .widget-wrapper.cyan:not([class*="-bg"]) .note-by-author .obj-title {
    color: #00BCD4; }
    .widget-wrapper.cyan:not([class*="-bg"]) .headline .obj-title::first-letter, .widget-wrapper.cyan:not([class*="-bg"]) .most-read .obj-title::first-letter, .widget-wrapper.cyan:not([class*="-bg"]) .note-by-author .obj-title::first-letter {
      background-color: #00BCD4;
      color: #000000; }
  .widget-wrapper.cyan:not([class*="-bg"]) [class*='note']:not(.highlighted-portrait-note):not(.highlighted-note-overprinted-title) .article-kicker {
    color: #00BCD4 !important; }
  .widget-wrapper.cyan:not([class*="-bg"]) [class*='note'] .article-theme {
    background-color: rgba(0, 188, 212, 0.8) !important;
    color: #000000 !important; }
  .widget-wrapper.cyan:not([class*="-bg"]) [class*='note'] .info-wrapper .preview:hover,
  .widget-wrapper.cyan:not([class*="-bg"]) [class*='note'] .info-wrapper .title:hover,
  .widget-wrapper.cyan:not([class*="-bg"]) [class*='note'] .info-wrapper .author:hover,
  .widget-wrapper.cyan:not([class*="-bg"]) [class*='note'] .info-wrapper .article-category-grouper:hover,
  .widget-wrapper.cyan:not([class*="-bg"]) [class*='note'] .info-wrapper .article-kicker:hover {
    color: #00BCD4 !important; }
  .widget-wrapper.cyan:not([class*="-bg"]) [class*='note'] .preview:hover,
  .widget-wrapper.cyan:not([class*="-bg"]) [class*='note'] .title:hover,
  .widget-wrapper.cyan:not([class*="-bg"]) [class*='note'] .author:hover {
    color: #00BCD4 !important; }
  .widget-wrapper.cyan:not([class*="-bg"]) [data-type*="article"] i[class*="play"]:hover {
    color: #00BCD4 !important; }

.widget-wrapper.texto-blanco {
  color: #FFFFFF;
  /* Cabezales */ }
  .widget-wrapper.texto-blanco .headline .obj-title, .widget-wrapper.texto-blanco .most-read .obj-title, .widget-wrapper.texto-blanco .note-by-author .obj-title {
    color: #FFFFFF; }
  .widget-wrapper.texto-blanco .simple-list .simple-note:not(.no-media) .title, .widget-wrapper.texto-blanco .section-aside-single-article .simple-note:not(.no-media) .title {
    color: #FFFFFF; }
  .widget-wrapper.texto-blanco .simple-list-square-image .simple-note-square-image .title {
    color: #FFFFFF; }
  .widget-wrapper.texto-blanco .free-text .body-content {
    color: #000000; }
  .widget-wrapper.texto-blanco [data-type*="article"] .info-wrapper .article-kicker {
    color: #FFFFFF !important; }

/* Colores en Detalle Sección */
body.cyan main.container.note {
  /* Cabezales */
  /* Chapitas en los listados de notas */
  /* Icono de Play si la nota tiene video */
  /* Iconos de Share/Compartir */
  /* Listado Más Leídas */
  /* Paginador Listado Seccion */ }
  body.cyan main.container.note .headline .obj-title, body.cyan main.container.note .most-read .obj-title, body.cyan main.container.note .note-by-author .obj-title {
    color: #00BCD4; }
    body.cyan main.container.note .headline .obj-title::first-letter, body.cyan main.container.note .most-read .obj-title::first-letter, body.cyan main.container.note .note-by-author .obj-title::first-letter {
      background-color: #00BCD4;
      color: #000000; }
  body.cyan main.container.note [class*='note'] .article-theme {
    background-color: rgba(0, 188, 212, 0.8) !important;
    color: #000000 !important; }
  body.cyan main.container.note [class*='note'] .info-wrapper .preview:hover,
  body.cyan main.container.note [class*='note'] .info-wrapper .title:hover,
  body.cyan main.container.note [class*='note'] .info-wrapper .author:hover {
    color: #00BCD4 !important; }
  body.cyan main.container.note [class*='note'] .preview:hover,
  body.cyan main.container.note [class*='note'] .title:hover,
  body.cyan main.container.note [class*='note'] .author:hover {
    color: #00BCD4 !important; }
  body.cyan main.container.note [data-type*="article"] i[class*="play"]:hover {
    color: #00BCD4 !important; }
  body.cyan main.container.note .socials-share li {
    background-color: #00BCD4; }
  body.cyan main.container.note .ranking-list {
    background-color: #00BCD4; }
    body.cyan main.container.note .ranking-list .article .number {
      background-color: #00a5bb; }
    body.cyan main.container.note .ranking-list .article .number,
    body.cyan main.container.note .ranking-list .article .title,
    body.cyan main.container.note .ranking-list .article .author {
      color: #000000; }
    body.cyan main.container.note .ranking-list .obj-title {
      color: #000000; }
  body.cyan main.container.note .list-articles .articles-pagination [class*="button"] {
    background-color: #00BCD4;
    color: #000000; }
    body.cyan main.container.note .list-articles .articles-pagination [class*="button"]:hover {
      background-color: #C82828; }

/* Colores en las chapitas */
.article-theme.negro {
  color: #1d1d20 !important; }

.article-kicker.negro {
  color: #1d1d20 !important; }

.article-category-grouper.negro:hover {
  color: #1d1d20 !important; }

/* Cabezales */
.headline.negro .obj-title, .negro.most-read .obj-title, .negro.note-by-author .obj-title {
  color: #1d1d20; }
  .headline.negro .obj-title::first-letter, .negro.most-read .obj-title::first-letter, .negro.note-by-author .obj-title::first-letter {
    background-color: #1d1d20;
    color: #FFFFFF; }

/* Widges con colores de fondo */
.negro-bg {
  background-color: #1d1d20; }
  .negro-bg.widget-wrapper {
    padding-top: 25px;
    margin-bottom: 25px; }
  .negro-bg .highlighted-note-square-image .preview,
  .negro-bg .highlighted-note-square-image .title,
  .negro-bg .highlighted-note-square-image .author,
  .negro-bg .highlighted-note-square-image .article-category-grouper,
  .negro-bg .highlighted-note-square-image .article-kicker,
  .negro-bg .simple-note .preview,
  .negro-bg .simple-note .title,
  .negro-bg .simple-note .author,
  .negro-bg .simple-note .article-category-grouper,
  .negro-bg .simple-note .article-kicker,
  .negro-bg .simple-note-square-image .preview,
  .negro-bg .simple-note-square-image .title,
  .negro-bg .simple-note-square-image .author,
  .negro-bg .simple-note-square-image .article-category-grouper,
  .negro-bg .simple-note-square-image .article-kicker {
    color: #FFFFFF !important; }
  .negro-bg .headline, .negro-bg .most-read, .negro-bg .note-by-author {
    margin-top: 0;
    padding-top: 8px; }
    .negro-bg .headline .obj-title, .negro-bg .most-read .obj-title, .negro-bg .note-by-author .obj-title {
      color: #FFFFFF !important; }
      .negro-bg .headline .obj-title::first-letter, .negro-bg .most-read .obj-title::first-letter, .negro-bg .note-by-author .obj-title::first-letter {
        background-color: #FFFFFF;
        color: #1d1d20 !important; }
  .negro-bg.celeste-vivo {
    /* Chapitas en los listados de notas */
    /* Icono de Play si la nota tiene video */ }
    .negro-bg.celeste-vivo [class*='note'] .article-theme {
      background-color: rgba(68, 201, 246, 0.8) !important;
      color: #FFFFFF !important; }
    .negro-bg.celeste-vivo [data-type*="article"] i[class*="play"]:hover {
      color: #44c9f6 !important; }
  .negro-bg.copa-america {
    /* Chapitas en los listados de notas */
    /* Icono de Play si la nota tiene video */ }
    .negro-bg.copa-america [class*='note'] .article-theme {
      background-color: rgba(32, 138, 200, 0.8) !important;
      color: #FFFFFF !important; }
    .negro-bg.copa-america [data-type*="article"] i[class*="play"]:hover {
      color: #208ac8 !important; }
  .negro-bg.fucsia {
    /* Chapitas en los listados de notas */
    /* Icono de Play si la nota tiene video */ }
    .negro-bg.fucsia [class*='note'] .article-theme {
      background-color: rgba(182, 11, 124, 0.8) !important;
      color: #FFFFFF !important; }
    .negro-bg.fucsia [data-type*="article"] i[class*="play"]:hover {
      color: #b60b7c !important; }
  .negro-bg.gris {
    /* Chapitas en los listados de notas */
    /* Icono de Play si la nota tiene video */ }
    .negro-bg.gris [class*='note'] .article-theme {
      background-color: rgba(109, 123, 140, 0.8) !important;
      color: #FFFFFF !important; }
    .negro-bg.gris [data-type*="article"] i[class*="play"]:hover {
      color: #6d7b8c !important; }
  .negro-bg.naranja {
    /* Chapitas en los listados de notas */
    /* Icono de Play si la nota tiene video */ }
    .negro-bg.naranja [class*='note'] .article-theme {
      background-color: rgba(227, 123, 87, 0.8) !important;
      color: #FFFFFF !important; }
    .negro-bg.naranja [data-type*="article"] i[class*="play"]:hover {
      color: #e37b57 !important; }
  .negro-bg.naranja_fuerte {
    /* Chapitas en los listados de notas */
    /* Icono de Play si la nota tiene video */ }
    .negro-bg.naranja_fuerte [class*='note'] .article-theme {
      background-color: rgba(217, 56, 0, 0.8) !important;
      color: #FFFFFF !important; }
    .negro-bg.naranja_fuerte [data-type*="article"] i[class*="play"]:hover {
      color: #D93800 !important; }
  .negro-bg.rating-cero {
    /* Chapitas en los listados de notas */
    /* Icono de Play si la nota tiene video */ }
    .negro-bg.rating-cero [class*='note'] .article-theme {
      background-color: rgba(218, 44, 41, 0.8) !important;
      color: #FFFFFF !important; }
    .negro-bg.rating-cero [data-type*="article"] i[class*="play"]:hover {
      color: #da2c29 !important; }
  .negro-bg.texto-blanco .article-shouts .info-wrapper .preview,
  .negro-bg.texto-blanco .article-shouts .info-wrapper .title,
  .negro-bg.texto-blanco .article-shouts .info-wrapper .author,
  .negro-bg.texto-blanco .article-shouts .info-wrapper .article-kicker,
  .negro-bg.texto-blanco .highlighted-note-square-image .info-wrapper .preview,
  .negro-bg.texto-blanco .highlighted-note-square-image .info-wrapper .title,
  .negro-bg.texto-blanco .highlighted-note-square-image .info-wrapper .author,
  .negro-bg.texto-blanco .highlighted-note-square-image .info-wrapper .article-kicker,
  .negro-bg.texto-blanco .simple-list .info-wrapper .preview,
  .negro-bg.texto-blanco .section-aside-single-article .info-wrapper .preview,
  .negro-bg.texto-blanco .simple-list .info-wrapper .title,
  .negro-bg.texto-blanco .section-aside-single-article .info-wrapper .title,
  .negro-bg.texto-blanco .simple-list .info-wrapper .author,
  .negro-bg.texto-blanco .section-aside-single-article .info-wrapper .author,
  .negro-bg.texto-blanco .simple-list .info-wrapper .article-kicker,
  .negro-bg.texto-blanco .section-aside-single-article .info-wrapper .article-kicker,
  .negro-bg.texto-blanco .simple-list-square-image .info-wrapper .preview,
  .negro-bg.texto-blanco .simple-list-square-image .info-wrapper .title,
  .negro-bg.texto-blanco .simple-list-square-image .info-wrapper .author,
  .negro-bg.texto-blanco .simple-list-square-image .info-wrapper .article-kicker {
    color: #FFFFFF !important; }
    .negro-bg.texto-blanco .article-shouts .info-wrapper .preview:hover,
    .negro-bg.texto-blanco .article-shouts .info-wrapper .title:hover,
    .negro-bg.texto-blanco .article-shouts .info-wrapper .author:hover,
    .negro-bg.texto-blanco .article-shouts .info-wrapper .article-kicker:hover,
    .negro-bg.texto-blanco .highlighted-note-square-image .info-wrapper .preview:hover,
    .negro-bg.texto-blanco .highlighted-note-square-image .info-wrapper .title:hover,
    .negro-bg.texto-blanco .highlighted-note-square-image .info-wrapper .author:hover,
    .negro-bg.texto-blanco .highlighted-note-square-image .info-wrapper .article-kicker:hover,
    .negro-bg.texto-blanco .simple-list .info-wrapper .preview:hover,
    .negro-bg.texto-blanco .section-aside-single-article .info-wrapper .preview:hover,
    .negro-bg.texto-blanco .simple-list .info-wrapper .title:hover,
    .negro-bg.texto-blanco .section-aside-single-article .info-wrapper .title:hover,
    .negro-bg.texto-blanco .simple-list .info-wrapper .author:hover,
    .negro-bg.texto-blanco .section-aside-single-article .info-wrapper .author:hover,
    .negro-bg.texto-blanco .simple-list .info-wrapper .article-kicker:hover,
    .negro-bg.texto-blanco .section-aside-single-article .info-wrapper .article-kicker:hover,
    .negro-bg.texto-blanco .simple-list-square-image .info-wrapper .preview:hover,
    .negro-bg.texto-blanco .simple-list-square-image .info-wrapper .title:hover,
    .negro-bg.texto-blanco .simple-list-square-image .info-wrapper .author:hover,
    .negro-bg.texto-blanco .simple-list-square-image .info-wrapper .article-kicker:hover {
      color: #FFFFFF !important; }
  .negro-bg.texto-blanco .article-shouts .preview,
  .negro-bg.texto-blanco .article-shouts .title,
  .negro-bg.texto-blanco .article-shouts .author,
  .negro-bg.texto-blanco .highlighted-note-square-image .preview,
  .negro-bg.texto-blanco .highlighted-note-square-image .title,
  .negro-bg.texto-blanco .highlighted-note-square-image .author,
  .negro-bg.texto-blanco .simple-list .preview,
  .negro-bg.texto-blanco .section-aside-single-article .preview,
  .negro-bg.texto-blanco .simple-list .title,
  .negro-bg.texto-blanco .section-aside-single-article .title,
  .negro-bg.texto-blanco .simple-list .author,
  .negro-bg.texto-blanco .section-aside-single-article .author,
  .negro-bg.texto-blanco .simple-list-square-image .preview,
  .negro-bg.texto-blanco .simple-list-square-image .title,
  .negro-bg.texto-blanco .simple-list-square-image .author {
    color: #FFFFFF !important; }
    .negro-bg.texto-blanco .article-shouts .preview:hover,
    .negro-bg.texto-blanco .article-shouts .title:hover,
    .negro-bg.texto-blanco .article-shouts .author:hover,
    .negro-bg.texto-blanco .highlighted-note-square-image .preview:hover,
    .negro-bg.texto-blanco .highlighted-note-square-image .title:hover,
    .negro-bg.texto-blanco .highlighted-note-square-image .author:hover,
    .negro-bg.texto-blanco .simple-list .preview:hover,
    .negro-bg.texto-blanco .section-aside-single-article .preview:hover,
    .negro-bg.texto-blanco .simple-list .title:hover,
    .negro-bg.texto-blanco .section-aside-single-article .title:hover,
    .negro-bg.texto-blanco .simple-list .author:hover,
    .negro-bg.texto-blanco .section-aside-single-article .author:hover,
    .negro-bg.texto-blanco .simple-list-square-image .preview:hover,
    .negro-bg.texto-blanco .simple-list-square-image .title:hover,
    .negro-bg.texto-blanco .simple-list-square-image .author:hover {
      color: #FFFFFF !important; }
  .negro-bg.texto-blanco [class*='note'] .article-theme {
    color: #FFFFFF !important; }
  .negro-bg.texto-blanco .headline, .negro-bg.texto-blanco .most-read, .negro-bg.texto-blanco .note-by-author {
    margin-top: 0;
    padding-top: 8px; }
    .negro-bg.texto-blanco .headline .obj-title, .negro-bg.texto-blanco .most-read .obj-title, .negro-bg.texto-blanco .note-by-author .obj-title {
      color: #FFFFFF !important; }
      .negro-bg.texto-blanco .headline .obj-title::first-letter, .negro-bg.texto-blanco .most-read .obj-title::first-letter, .negro-bg.texto-blanco .note-by-author .obj-title::first-letter {
        background-color: #FFFFFF;
        color: #1d1d20 !important; }
  .negro-bg.tipo-blanca {
    /* Chapitas en los listados de notas */
    /* Icono de Play si la nota tiene video */ }
    .negro-bg.tipo-blanca [class*='note'] .article-theme {
      background-color: rgba(0, 0, 0, 0) !important;
      color: #FFFFFF !important; }
    .negro-bg.tipo-blanca [data-type*="article"] i[class*="play"]:hover {
      color: transparent !important; }
  .negro-bg.verde-doc {
    /* Chapitas en los listados de notas */
    /* Icono de Play si la nota tiene video */ }
    .negro-bg.verde-doc [class*='note'] .article-theme {
      background-color: rgba(0, 153, 153, 0.8) !important;
      color: #FFFFFF !important; }
    .negro-bg.verde-doc [data-type*="article"] i[class*="play"]:hover {
      color: #099 !important; }
  .negro-bg.verde_oscuro {
    /* Chapitas en los listados de notas */
    /* Icono de Play si la nota tiene video */ }
    .negro-bg.verde_oscuro [class*='note'] .article-theme {
      background-color: rgba(74, 122, 80, 0.8) !important;
      color: #FFFFFF !important; }
    .negro-bg.verde_oscuro [data-type*="article"] i[class*="play"]:hover {
      color: #4a7a50 !important; }
  .negro-bg.violeta {
    /* Chapitas en los listados de notas */
    /* Icono de Play si la nota tiene video */ }
    .negro-bg.violeta [class*='note'] .article-theme {
      background-color: rgba(86, 0, 141, 0.8) !important;
      color: #FFFFFF !important; }
    .negro-bg.violeta [data-type*="article"] i[class*="play"]:hover {
      color: #56008D !important; }
  .negro-bg.beige {
    /* Chapitas en los listados de notas */
    /* Icono de Play si la nota tiene video */ }
    .negro-bg.beige [class*='note'] .article-theme {
      background-color: rgba(247, 239, 228, 0.8) !important;
      color: #000000 !important; }
    .negro-bg.beige [data-type*="article"] i[class*="play"]:hover {
      color: #f7efe4 !important; }
  .negro-bg.bordo {
    /* Chapitas en los listados de notas */
    /* Icono de Play si la nota tiene video */ }
    .negro-bg.bordo [class*='note'] .article-theme {
      background-color: rgba(64, 37, 34, 0.8) !important;
      color: #FFFFFF !important; }
    .negro-bg.bordo [data-type*="article"] i[class*="play"]:hover {
      color: #402522 !important; }
  .negro-bg.verde-limon {
    /* Chapitas en los listados de notas */
    /* Icono de Play si la nota tiene video */ }
    .negro-bg.verde-limon [class*='note'] .article-theme {
      background-color: rgba(239, 255, 211, 0.8) !important;
      color: #000000 !important; }
    .negro-bg.verde-limon [data-type*="article"] i[class*="play"]:hover {
      color: #efffd3 !important; }
  .negro-bg.rojo {
    /* Chapitas en los listados de notas */
    /* Icono de Play si la nota tiene video */ }
    .negro-bg.rojo [class*='note'] .article-theme {
      background-color: rgba(216, 84, 84, 0.8) !important;
      color: #FFFFFF !important; }
    .negro-bg.rojo [data-type*="article"] i[class*="play"]:hover {
      color: #d85454 !important; }
  .negro-bg.celeste {
    /* Chapitas en los listados de notas */
    /* Icono de Play si la nota tiene video */ }
    .negro-bg.celeste [class*='note'] .article-theme {
      background-color: rgba(81, 163, 255, 0.8) !important;
      color: #FFFFFF !important; }
    .negro-bg.celeste [data-type*="article"] i[class*="play"]:hover {
      color: #51a3ff !important; }
  .negro-bg.amarillo {
    /* Chapitas en los listados de notas */
    /* Icono de Play si la nota tiene video */ }
    .negro-bg.amarillo [class*='note'] .article-theme {
      background-color: rgba(212, 202, 86, 0.8) !important;
      color: #000000 !important; }
    .negro-bg.amarillo [data-type*="article"] i[class*="play"]:hover {
      color: #d4ca56 !important; }
  .negro-bg.magent {
    /* Chapitas en los listados de notas */
    /* Icono de Play si la nota tiene video */ }
    .negro-bg.magent [class*='note'] .article-theme {
      background-color: rgba(204, 98, 200, 0.8) !important;
      color: #FFFFFF !important; }
    .negro-bg.magent [data-type*="article"] i[class*="play"]:hover {
      color: #cc62c8 !important; }
  .negro-bg.azul {
    /* Chapitas en los listados de notas */
    /* Icono de Play si la nota tiene video */ }
    .negro-bg.azul [class*='note'] .article-theme {
      background-color: rgba(96, 129, 166, 0.8) !important;
      color: #FFFFFF !important; }
    .negro-bg.azul [data-type*="article"] i[class*="play"]:hover {
      color: #6081a6 !important; }
  .negro-bg.verde {
    /* Chapitas en los listados de notas */
    /* Icono de Play si la nota tiene video */ }
    .negro-bg.verde [class*='note'] .article-theme {
      background-color: rgba(93, 200, 102, 0.8) !important;
      color: #FFFFFF !important; }
    .negro-bg.verde [data-type*="article"] i[class*="play"]:hover {
      color: #5dc866 !important; }
  .negro-bg.cyan {
    /* Chapitas en los listados de notas */
    /* Icono de Play si la nota tiene video */ }
    .negro-bg.cyan [class*='note'] .article-theme {
      background-color: rgba(0, 188, 212, 0.8) !important;
      color: #000000 !important; }
    .negro-bg.cyan [data-type*="article"] i[class*="play"]:hover {
      color: #00BCD4 !important; }
  .negro-bg.negro {
    /* Chapitas en los listados de notas */
    /* Icono de Play si la nota tiene video */ }
    .negro-bg.negro [class*='note'] .article-theme {
      background-color: rgba(29, 29, 32, 0.8) !important;
      color: #FFFFFF !important; }
    .negro-bg.negro [data-type*="article"] i[class*="play"]:hover {
      color: #1d1d20 !important; }

/* Widgets con color relacionado */
.widget-wrapper.negro:not([class*="-bg"]) {
  /* Cabezales */
  /* Chapitas en los listados de notas */
  /* Icono de Play si la nota tiene video */ }
  .widget-wrapper.negro:not([class*="-bg"]) .headline .obj-title, .widget-wrapper.negro:not([class*="-bg"]) .most-read .obj-title, .widget-wrapper.negro:not([class*="-bg"]) .note-by-author .obj-title {
    color: #1d1d20; }
    .widget-wrapper.negro:not([class*="-bg"]) .headline .obj-title::first-letter, .widget-wrapper.negro:not([class*="-bg"]) .most-read .obj-title::first-letter, .widget-wrapper.negro:not([class*="-bg"]) .note-by-author .obj-title::first-letter {
      background-color: #1d1d20;
      color: #FFFFFF; }
  .widget-wrapper.negro:not([class*="-bg"]) [class*='note']:not(.highlighted-portrait-note):not(.highlighted-note-overprinted-title) .article-kicker {
    color: #1d1d20 !important; }
  .widget-wrapper.negro:not([class*="-bg"]) [class*='note'] .article-theme {
    background-color: rgba(29, 29, 32, 0.8) !important;
    color: #FFFFFF !important; }
  .widget-wrapper.negro:not([class*="-bg"]) [class*='note'] .info-wrapper .preview:hover,
  .widget-wrapper.negro:not([class*="-bg"]) [class*='note'] .info-wrapper .title:hover,
  .widget-wrapper.negro:not([class*="-bg"]) [class*='note'] .info-wrapper .author:hover,
  .widget-wrapper.negro:not([class*="-bg"]) [class*='note'] .info-wrapper .article-category-grouper:hover,
  .widget-wrapper.negro:not([class*="-bg"]) [class*='note'] .info-wrapper .article-kicker:hover {
    color: #1d1d20 !important; }
  .widget-wrapper.negro:not([class*="-bg"]) [class*='note'] .preview:hover,
  .widget-wrapper.negro:not([class*="-bg"]) [class*='note'] .title:hover,
  .widget-wrapper.negro:not([class*="-bg"]) [class*='note'] .author:hover {
    color: #1d1d20 !important; }
  .widget-wrapper.negro:not([class*="-bg"]) [data-type*="article"] i[class*="play"]:hover {
    color: #1d1d20 !important; }

.widget-wrapper.negro:not([class*="-bg"]) {
  /* Cabezales */
  /* Chapitas en los listados de notas */
  /* Icono de Play si la nota tiene video */ }
  .widget-wrapper.negro:not([class*="-bg"]) .headline .obj-title, .widget-wrapper.negro:not([class*="-bg"]) .most-read .obj-title, .widget-wrapper.negro:not([class*="-bg"]) .note-by-author .obj-title {
    color: #1d1d20; }
    .widget-wrapper.negro:not([class*="-bg"]) .headline .obj-title::first-letter, .widget-wrapper.negro:not([class*="-bg"]) .most-read .obj-title::first-letter, .widget-wrapper.negro:not([class*="-bg"]) .note-by-author .obj-title::first-letter {
      background-color: #1d1d20;
      color: #FFFFFF; }
  .widget-wrapper.negro:not([class*="-bg"]) [class*='note']:not(.highlighted-portrait-note):not(.highlighted-note-overprinted-title) .article-kicker {
    color: #1d1d20 !important; }
  .widget-wrapper.negro:not([class*="-bg"]) [class*='note'] .article-theme {
    background-color: rgba(29, 29, 32, 0.8) !important;
    color: #FFFFFF !important; }
  .widget-wrapper.negro:not([class*="-bg"]) [class*='note'] .info-wrapper .preview:hover,
  .widget-wrapper.negro:not([class*="-bg"]) [class*='note'] .info-wrapper .title:hover,
  .widget-wrapper.negro:not([class*="-bg"]) [class*='note'] .info-wrapper .author:hover,
  .widget-wrapper.negro:not([class*="-bg"]) [class*='note'] .info-wrapper .article-category-grouper:hover,
  .widget-wrapper.negro:not([class*="-bg"]) [class*='note'] .info-wrapper .article-kicker:hover {
    color: #1d1d20 !important; }
  .widget-wrapper.negro:not([class*="-bg"]) [class*='note'] .preview:hover,
  .widget-wrapper.negro:not([class*="-bg"]) [class*='note'] .title:hover,
  .widget-wrapper.negro:not([class*="-bg"]) [class*='note'] .author:hover {
    color: #1d1d20 !important; }
  .widget-wrapper.negro:not([class*="-bg"]) [data-type*="article"] i[class*="play"]:hover {
    color: #1d1d20 !important; }

.widget-wrapper.negro:not([class*="-bg"]) {
  /* Cabezales */
  /* Chapitas en los listados de notas */
  /* Icono de Play si la nota tiene video */ }
  .widget-wrapper.negro:not([class*="-bg"]) .headline .obj-title, .widget-wrapper.negro:not([class*="-bg"]) .most-read .obj-title, .widget-wrapper.negro:not([class*="-bg"]) .note-by-author .obj-title {
    color: #1d1d20; }
    .widget-wrapper.negro:not([class*="-bg"]) .headline .obj-title::first-letter, .widget-wrapper.negro:not([class*="-bg"]) .most-read .obj-title::first-letter, .widget-wrapper.negro:not([class*="-bg"]) .note-by-author .obj-title::first-letter {
      background-color: #1d1d20;
      color: #FFFFFF; }
  .widget-wrapper.negro:not([class*="-bg"]) [class*='note']:not(.highlighted-portrait-note):not(.highlighted-note-overprinted-title) .article-kicker {
    color: #1d1d20 !important; }
  .widget-wrapper.negro:not([class*="-bg"]) [class*='note'] .article-theme {
    background-color: rgba(29, 29, 32, 0.8) !important;
    color: #FFFFFF !important; }
  .widget-wrapper.negro:not([class*="-bg"]) [class*='note'] .info-wrapper .preview:hover,
  .widget-wrapper.negro:not([class*="-bg"]) [class*='note'] .info-wrapper .title:hover,
  .widget-wrapper.negro:not([class*="-bg"]) [class*='note'] .info-wrapper .author:hover,
  .widget-wrapper.negro:not([class*="-bg"]) [class*='note'] .info-wrapper .article-category-grouper:hover,
  .widget-wrapper.negro:not([class*="-bg"]) [class*='note'] .info-wrapper .article-kicker:hover {
    color: #1d1d20 !important; }
  .widget-wrapper.negro:not([class*="-bg"]) [class*='note'] .preview:hover,
  .widget-wrapper.negro:not([class*="-bg"]) [class*='note'] .title:hover,
  .widget-wrapper.negro:not([class*="-bg"]) [class*='note'] .author:hover {
    color: #1d1d20 !important; }
  .widget-wrapper.negro:not([class*="-bg"]) [data-type*="article"] i[class*="play"]:hover {
    color: #1d1d20 !important; }

.widget-wrapper.negro:not([class*="-bg"]) {
  /* Cabezales */
  /* Chapitas en los listados de notas */
  /* Icono de Play si la nota tiene video */ }
  .widget-wrapper.negro:not([class*="-bg"]) .headline .obj-title, .widget-wrapper.negro:not([class*="-bg"]) .most-read .obj-title, .widget-wrapper.negro:not([class*="-bg"]) .note-by-author .obj-title {
    color: #1d1d20; }
    .widget-wrapper.negro:not([class*="-bg"]) .headline .obj-title::first-letter, .widget-wrapper.negro:not([class*="-bg"]) .most-read .obj-title::first-letter, .widget-wrapper.negro:not([class*="-bg"]) .note-by-author .obj-title::first-letter {
      background-color: #1d1d20;
      color: #FFFFFF; }
  .widget-wrapper.negro:not([class*="-bg"]) [class*='note']:not(.highlighted-portrait-note):not(.highlighted-note-overprinted-title) .article-kicker {
    color: #1d1d20 !important; }
  .widget-wrapper.negro:not([class*="-bg"]) [class*='note'] .article-theme {
    background-color: rgba(29, 29, 32, 0.8) !important;
    color: #FFFFFF !important; }
  .widget-wrapper.negro:not([class*="-bg"]) [class*='note'] .info-wrapper .preview:hover,
  .widget-wrapper.negro:not([class*="-bg"]) [class*='note'] .info-wrapper .title:hover,
  .widget-wrapper.negro:not([class*="-bg"]) [class*='note'] .info-wrapper .author:hover,
  .widget-wrapper.negro:not([class*="-bg"]) [class*='note'] .info-wrapper .article-category-grouper:hover,
  .widget-wrapper.negro:not([class*="-bg"]) [class*='note'] .info-wrapper .article-kicker:hover {
    color: #1d1d20 !important; }
  .widget-wrapper.negro:not([class*="-bg"]) [class*='note'] .preview:hover,
  .widget-wrapper.negro:not([class*="-bg"]) [class*='note'] .title:hover,
  .widget-wrapper.negro:not([class*="-bg"]) [class*='note'] .author:hover {
    color: #1d1d20 !important; }
  .widget-wrapper.negro:not([class*="-bg"]) [data-type*="article"] i[class*="play"]:hover {
    color: #1d1d20 !important; }

.widget-wrapper.negro:not([class*="-bg"]) {
  /* Cabezales */
  /* Chapitas en los listados de notas */
  /* Icono de Play si la nota tiene video */ }
  .widget-wrapper.negro:not([class*="-bg"]) .headline .obj-title, .widget-wrapper.negro:not([class*="-bg"]) .most-read .obj-title, .widget-wrapper.negro:not([class*="-bg"]) .note-by-author .obj-title {
    color: #1d1d20; }
    .widget-wrapper.negro:not([class*="-bg"]) .headline .obj-title::first-letter, .widget-wrapper.negro:not([class*="-bg"]) .most-read .obj-title::first-letter, .widget-wrapper.negro:not([class*="-bg"]) .note-by-author .obj-title::first-letter {
      background-color: #1d1d20;
      color: #FFFFFF; }
  .widget-wrapper.negro:not([class*="-bg"]) [class*='note']:not(.highlighted-portrait-note):not(.highlighted-note-overprinted-title) .article-kicker {
    color: #1d1d20 !important; }
  .widget-wrapper.negro:not([class*="-bg"]) [class*='note'] .article-theme {
    background-color: rgba(29, 29, 32, 0.8) !important;
    color: #FFFFFF !important; }
  .widget-wrapper.negro:not([class*="-bg"]) [class*='note'] .info-wrapper .preview:hover,
  .widget-wrapper.negro:not([class*="-bg"]) [class*='note'] .info-wrapper .title:hover,
  .widget-wrapper.negro:not([class*="-bg"]) [class*='note'] .info-wrapper .author:hover,
  .widget-wrapper.negro:not([class*="-bg"]) [class*='note'] .info-wrapper .article-category-grouper:hover,
  .widget-wrapper.negro:not([class*="-bg"]) [class*='note'] .info-wrapper .article-kicker:hover {
    color: #1d1d20 !important; }
  .widget-wrapper.negro:not([class*="-bg"]) [class*='note'] .preview:hover,
  .widget-wrapper.negro:not([class*="-bg"]) [class*='note'] .title:hover,
  .widget-wrapper.negro:not([class*="-bg"]) [class*='note'] .author:hover {
    color: #1d1d20 !important; }
  .widget-wrapper.negro:not([class*="-bg"]) [data-type*="article"] i[class*="play"]:hover {
    color: #1d1d20 !important; }

.widget-wrapper.negro:not([class*="-bg"]) {
  /* Cabezales */
  /* Chapitas en los listados de notas */
  /* Icono de Play si la nota tiene video */ }
  .widget-wrapper.negro:not([class*="-bg"]) .headline .obj-title, .widget-wrapper.negro:not([class*="-bg"]) .most-read .obj-title, .widget-wrapper.negro:not([class*="-bg"]) .note-by-author .obj-title {
    color: #1d1d20; }
    .widget-wrapper.negro:not([class*="-bg"]) .headline .obj-title::first-letter, .widget-wrapper.negro:not([class*="-bg"]) .most-read .obj-title::first-letter, .widget-wrapper.negro:not([class*="-bg"]) .note-by-author .obj-title::first-letter {
      background-color: #1d1d20;
      color: #FFFFFF; }
  .widget-wrapper.negro:not([class*="-bg"]) [class*='note']:not(.highlighted-portrait-note):not(.highlighted-note-overprinted-title) .article-kicker {
    color: #1d1d20 !important; }
  .widget-wrapper.negro:not([class*="-bg"]) [class*='note'] .article-theme {
    background-color: rgba(29, 29, 32, 0.8) !important;
    color: #FFFFFF !important; }
  .widget-wrapper.negro:not([class*="-bg"]) [class*='note'] .info-wrapper .preview:hover,
  .widget-wrapper.negro:not([class*="-bg"]) [class*='note'] .info-wrapper .title:hover,
  .widget-wrapper.negro:not([class*="-bg"]) [class*='note'] .info-wrapper .author:hover,
  .widget-wrapper.negro:not([class*="-bg"]) [class*='note'] .info-wrapper .article-category-grouper:hover,
  .widget-wrapper.negro:not([class*="-bg"]) [class*='note'] .info-wrapper .article-kicker:hover {
    color: #1d1d20 !important; }
  .widget-wrapper.negro:not([class*="-bg"]) [class*='note'] .preview:hover,
  .widget-wrapper.negro:not([class*="-bg"]) [class*='note'] .title:hover,
  .widget-wrapper.negro:not([class*="-bg"]) [class*='note'] .author:hover {
    color: #1d1d20 !important; }
  .widget-wrapper.negro:not([class*="-bg"]) [data-type*="article"] i[class*="play"]:hover {
    color: #1d1d20 !important; }

.widget-wrapper.negro:not([class*="-bg"]) {
  /* Cabezales */
  /* Chapitas en los listados de notas */
  /* Icono de Play si la nota tiene video */ }
  .widget-wrapper.negro:not([class*="-bg"]) .headline .obj-title, .widget-wrapper.negro:not([class*="-bg"]) .most-read .obj-title, .widget-wrapper.negro:not([class*="-bg"]) .note-by-author .obj-title {
    color: #1d1d20; }
    .widget-wrapper.negro:not([class*="-bg"]) .headline .obj-title::first-letter, .widget-wrapper.negro:not([class*="-bg"]) .most-read .obj-title::first-letter, .widget-wrapper.negro:not([class*="-bg"]) .note-by-author .obj-title::first-letter {
      background-color: #1d1d20;
      color: #FFFFFF; }
  .widget-wrapper.negro:not([class*="-bg"]) [class*='note']:not(.highlighted-portrait-note):not(.highlighted-note-overprinted-title) .article-kicker {
    color: #1d1d20 !important; }
  .widget-wrapper.negro:not([class*="-bg"]) [class*='note'] .article-theme {
    background-color: rgba(29, 29, 32, 0.8) !important;
    color: #FFFFFF !important; }
  .widget-wrapper.negro:not([class*="-bg"]) [class*='note'] .info-wrapper .preview:hover,
  .widget-wrapper.negro:not([class*="-bg"]) [class*='note'] .info-wrapper .title:hover,
  .widget-wrapper.negro:not([class*="-bg"]) [class*='note'] .info-wrapper .author:hover,
  .widget-wrapper.negro:not([class*="-bg"]) [class*='note'] .info-wrapper .article-category-grouper:hover,
  .widget-wrapper.negro:not([class*="-bg"]) [class*='note'] .info-wrapper .article-kicker:hover {
    color: #1d1d20 !important; }
  .widget-wrapper.negro:not([class*="-bg"]) [class*='note'] .preview:hover,
  .widget-wrapper.negro:not([class*="-bg"]) [class*='note'] .title:hover,
  .widget-wrapper.negro:not([class*="-bg"]) [class*='note'] .author:hover {
    color: #1d1d20 !important; }
  .widget-wrapper.negro:not([class*="-bg"]) [data-type*="article"] i[class*="play"]:hover {
    color: #1d1d20 !important; }

.widget-wrapper.negro:not([class*="-bg"]) {
  /* Cabezales */
  /* Chapitas en los listados de notas */
  /* Icono de Play si la nota tiene video */ }
  .widget-wrapper.negro:not([class*="-bg"]) .headline .obj-title, .widget-wrapper.negro:not([class*="-bg"]) .most-read .obj-title, .widget-wrapper.negro:not([class*="-bg"]) .note-by-author .obj-title {
    color: #1d1d20; }
    .widget-wrapper.negro:not([class*="-bg"]) .headline .obj-title::first-letter, .widget-wrapper.negro:not([class*="-bg"]) .most-read .obj-title::first-letter, .widget-wrapper.negro:not([class*="-bg"]) .note-by-author .obj-title::first-letter {
      background-color: #1d1d20;
      color: #FFFFFF; }
  .widget-wrapper.negro:not([class*="-bg"]) [class*='note']:not(.highlighted-portrait-note):not(.highlighted-note-overprinted-title) .article-kicker {
    color: #1d1d20 !important; }
  .widget-wrapper.negro:not([class*="-bg"]) [class*='note'] .article-theme {
    background-color: rgba(29, 29, 32, 0.8) !important;
    color: #FFFFFF !important; }
  .widget-wrapper.negro:not([class*="-bg"]) [class*='note'] .info-wrapper .preview:hover,
  .widget-wrapper.negro:not([class*="-bg"]) [class*='note'] .info-wrapper .title:hover,
  .widget-wrapper.negro:not([class*="-bg"]) [class*='note'] .info-wrapper .author:hover,
  .widget-wrapper.negro:not([class*="-bg"]) [class*='note'] .info-wrapper .article-category-grouper:hover,
  .widget-wrapper.negro:not([class*="-bg"]) [class*='note'] .info-wrapper .article-kicker:hover {
    color: #1d1d20 !important; }
  .widget-wrapper.negro:not([class*="-bg"]) [class*='note'] .preview:hover,
  .widget-wrapper.negro:not([class*="-bg"]) [class*='note'] .title:hover,
  .widget-wrapper.negro:not([class*="-bg"]) [class*='note'] .author:hover {
    color: #1d1d20 !important; }
  .widget-wrapper.negro:not([class*="-bg"]) [data-type*="article"] i[class*="play"]:hover {
    color: #1d1d20 !important; }

.widget-wrapper.negro:not([class*="-bg"]) {
  /* Cabezales */
  /* Chapitas en los listados de notas */
  /* Icono de Play si la nota tiene video */ }
  .widget-wrapper.negro:not([class*="-bg"]) .headline .obj-title, .widget-wrapper.negro:not([class*="-bg"]) .most-read .obj-title, .widget-wrapper.negro:not([class*="-bg"]) .note-by-author .obj-title {
    color: #1d1d20; }
    .widget-wrapper.negro:not([class*="-bg"]) .headline .obj-title::first-letter, .widget-wrapper.negro:not([class*="-bg"]) .most-read .obj-title::first-letter, .widget-wrapper.negro:not([class*="-bg"]) .note-by-author .obj-title::first-letter {
      background-color: #1d1d20;
      color: #FFFFFF; }
  .widget-wrapper.negro:not([class*="-bg"]) [class*='note']:not(.highlighted-portrait-note):not(.highlighted-note-overprinted-title) .article-kicker {
    color: #1d1d20 !important; }
  .widget-wrapper.negro:not([class*="-bg"]) [class*='note'] .article-theme {
    background-color: rgba(29, 29, 32, 0.8) !important;
    color: #FFFFFF !important; }
  .widget-wrapper.negro:not([class*="-bg"]) [class*='note'] .info-wrapper .preview:hover,
  .widget-wrapper.negro:not([class*="-bg"]) [class*='note'] .info-wrapper .title:hover,
  .widget-wrapper.negro:not([class*="-bg"]) [class*='note'] .info-wrapper .author:hover,
  .widget-wrapper.negro:not([class*="-bg"]) [class*='note'] .info-wrapper .article-category-grouper:hover,
  .widget-wrapper.negro:not([class*="-bg"]) [class*='note'] .info-wrapper .article-kicker:hover {
    color: #1d1d20 !important; }
  .widget-wrapper.negro:not([class*="-bg"]) [class*='note'] .preview:hover,
  .widget-wrapper.negro:not([class*="-bg"]) [class*='note'] .title:hover,
  .widget-wrapper.negro:not([class*="-bg"]) [class*='note'] .author:hover {
    color: #1d1d20 !important; }
  .widget-wrapper.negro:not([class*="-bg"]) [data-type*="article"] i[class*="play"]:hover {
    color: #1d1d20 !important; }

.widget-wrapper.negro:not([class*="-bg"]) {
  /* Cabezales */
  /* Chapitas en los listados de notas */
  /* Icono de Play si la nota tiene video */ }
  .widget-wrapper.negro:not([class*="-bg"]) .headline .obj-title, .widget-wrapper.negro:not([class*="-bg"]) .most-read .obj-title, .widget-wrapper.negro:not([class*="-bg"]) .note-by-author .obj-title {
    color: #1d1d20; }
    .widget-wrapper.negro:not([class*="-bg"]) .headline .obj-title::first-letter, .widget-wrapper.negro:not([class*="-bg"]) .most-read .obj-title::first-letter, .widget-wrapper.negro:not([class*="-bg"]) .note-by-author .obj-title::first-letter {
      background-color: #1d1d20;
      color: #FFFFFF; }
  .widget-wrapper.negro:not([class*="-bg"]) [class*='note']:not(.highlighted-portrait-note):not(.highlighted-note-overprinted-title) .article-kicker {
    color: #1d1d20 !important; }
  .widget-wrapper.negro:not([class*="-bg"]) [class*='note'] .article-theme {
    background-color: rgba(29, 29, 32, 0.8) !important;
    color: #FFFFFF !important; }
  .widget-wrapper.negro:not([class*="-bg"]) [class*='note'] .info-wrapper .preview:hover,
  .widget-wrapper.negro:not([class*="-bg"]) [class*='note'] .info-wrapper .title:hover,
  .widget-wrapper.negro:not([class*="-bg"]) [class*='note'] .info-wrapper .author:hover,
  .widget-wrapper.negro:not([class*="-bg"]) [class*='note'] .info-wrapper .article-category-grouper:hover,
  .widget-wrapper.negro:not([class*="-bg"]) [class*='note'] .info-wrapper .article-kicker:hover {
    color: #1d1d20 !important; }
  .widget-wrapper.negro:not([class*="-bg"]) [class*='note'] .preview:hover,
  .widget-wrapper.negro:not([class*="-bg"]) [class*='note'] .title:hover,
  .widget-wrapper.negro:not([class*="-bg"]) [class*='note'] .author:hover {
    color: #1d1d20 !important; }
  .widget-wrapper.negro:not([class*="-bg"]) [data-type*="article"] i[class*="play"]:hover {
    color: #1d1d20 !important; }

.widget-wrapper.negro:not([class*="-bg"]) {
  /* Cabezales */
  /* Chapitas en los listados de notas */
  /* Icono de Play si la nota tiene video */ }
  .widget-wrapper.negro:not([class*="-bg"]) .headline .obj-title, .widget-wrapper.negro:not([class*="-bg"]) .most-read .obj-title, .widget-wrapper.negro:not([class*="-bg"]) .note-by-author .obj-title {
    color: #1d1d20; }
    .widget-wrapper.negro:not([class*="-bg"]) .headline .obj-title::first-letter, .widget-wrapper.negro:not([class*="-bg"]) .most-read .obj-title::first-letter, .widget-wrapper.negro:not([class*="-bg"]) .note-by-author .obj-title::first-letter {
      background-color: #1d1d20;
      color: #FFFFFF; }
  .widget-wrapper.negro:not([class*="-bg"]) [class*='note']:not(.highlighted-portrait-note):not(.highlighted-note-overprinted-title) .article-kicker {
    color: #1d1d20 !important; }
  .widget-wrapper.negro:not([class*="-bg"]) [class*='note'] .article-theme {
    background-color: rgba(29, 29, 32, 0.8) !important;
    color: #FFFFFF !important; }
  .widget-wrapper.negro:not([class*="-bg"]) [class*='note'] .info-wrapper .preview:hover,
  .widget-wrapper.negro:not([class*="-bg"]) [class*='note'] .info-wrapper .title:hover,
  .widget-wrapper.negro:not([class*="-bg"]) [class*='note'] .info-wrapper .author:hover,
  .widget-wrapper.negro:not([class*="-bg"]) [class*='note'] .info-wrapper .article-category-grouper:hover,
  .widget-wrapper.negro:not([class*="-bg"]) [class*='note'] .info-wrapper .article-kicker:hover {
    color: #1d1d20 !important; }
  .widget-wrapper.negro:not([class*="-bg"]) [class*='note'] .preview:hover,
  .widget-wrapper.negro:not([class*="-bg"]) [class*='note'] .title:hover,
  .widget-wrapper.negro:not([class*="-bg"]) [class*='note'] .author:hover {
    color: #1d1d20 !important; }
  .widget-wrapper.negro:not([class*="-bg"]) [data-type*="article"] i[class*="play"]:hover {
    color: #1d1d20 !important; }

.widget-wrapper.negro:not([class*="-bg"]) {
  /* Cabezales */
  /* Chapitas en los listados de notas */
  /* Icono de Play si la nota tiene video */ }
  .widget-wrapper.negro:not([class*="-bg"]) .headline .obj-title, .widget-wrapper.negro:not([class*="-bg"]) .most-read .obj-title, .widget-wrapper.negro:not([class*="-bg"]) .note-by-author .obj-title {
    color: #1d1d20; }
    .widget-wrapper.negro:not([class*="-bg"]) .headline .obj-title::first-letter, .widget-wrapper.negro:not([class*="-bg"]) .most-read .obj-title::first-letter, .widget-wrapper.negro:not([class*="-bg"]) .note-by-author .obj-title::first-letter {
      background-color: #1d1d20;
      color: #FFFFFF; }
  .widget-wrapper.negro:not([class*="-bg"]) [class*='note']:not(.highlighted-portrait-note):not(.highlighted-note-overprinted-title) .article-kicker {
    color: #1d1d20 !important; }
  .widget-wrapper.negro:not([class*="-bg"]) [class*='note'] .article-theme {
    background-color: rgba(29, 29, 32, 0.8) !important;
    color: #FFFFFF !important; }
  .widget-wrapper.negro:not([class*="-bg"]) [class*='note'] .info-wrapper .preview:hover,
  .widget-wrapper.negro:not([class*="-bg"]) [class*='note'] .info-wrapper .title:hover,
  .widget-wrapper.negro:not([class*="-bg"]) [class*='note'] .info-wrapper .author:hover,
  .widget-wrapper.negro:not([class*="-bg"]) [class*='note'] .info-wrapper .article-category-grouper:hover,
  .widget-wrapper.negro:not([class*="-bg"]) [class*='note'] .info-wrapper .article-kicker:hover {
    color: #1d1d20 !important; }
  .widget-wrapper.negro:not([class*="-bg"]) [class*='note'] .preview:hover,
  .widget-wrapper.negro:not([class*="-bg"]) [class*='note'] .title:hover,
  .widget-wrapper.negro:not([class*="-bg"]) [class*='note'] .author:hover {
    color: #1d1d20 !important; }
  .widget-wrapper.negro:not([class*="-bg"]) [data-type*="article"] i[class*="play"]:hover {
    color: #1d1d20 !important; }

.widget-wrapper.negro:not([class*="-bg"]) {
  /* Cabezales */
  /* Chapitas en los listados de notas */
  /* Icono de Play si la nota tiene video */ }
  .widget-wrapper.negro:not([class*="-bg"]) .headline .obj-title, .widget-wrapper.negro:not([class*="-bg"]) .most-read .obj-title, .widget-wrapper.negro:not([class*="-bg"]) .note-by-author .obj-title {
    color: #1d1d20; }
    .widget-wrapper.negro:not([class*="-bg"]) .headline .obj-title::first-letter, .widget-wrapper.negro:not([class*="-bg"]) .most-read .obj-title::first-letter, .widget-wrapper.negro:not([class*="-bg"]) .note-by-author .obj-title::first-letter {
      background-color: #1d1d20;
      color: #FFFFFF; }
  .widget-wrapper.negro:not([class*="-bg"]) [class*='note']:not(.highlighted-portrait-note):not(.highlighted-note-overprinted-title) .article-kicker {
    color: #1d1d20 !important; }
  .widget-wrapper.negro:not([class*="-bg"]) [class*='note'] .article-theme {
    background-color: rgba(29, 29, 32, 0.8) !important;
    color: #FFFFFF !important; }
  .widget-wrapper.negro:not([class*="-bg"]) [class*='note'] .info-wrapper .preview:hover,
  .widget-wrapper.negro:not([class*="-bg"]) [class*='note'] .info-wrapper .title:hover,
  .widget-wrapper.negro:not([class*="-bg"]) [class*='note'] .info-wrapper .author:hover,
  .widget-wrapper.negro:not([class*="-bg"]) [class*='note'] .info-wrapper .article-category-grouper:hover,
  .widget-wrapper.negro:not([class*="-bg"]) [class*='note'] .info-wrapper .article-kicker:hover {
    color: #1d1d20 !important; }
  .widget-wrapper.negro:not([class*="-bg"]) [class*='note'] .preview:hover,
  .widget-wrapper.negro:not([class*="-bg"]) [class*='note'] .title:hover,
  .widget-wrapper.negro:not([class*="-bg"]) [class*='note'] .author:hover {
    color: #1d1d20 !important; }
  .widget-wrapper.negro:not([class*="-bg"]) [data-type*="article"] i[class*="play"]:hover {
    color: #1d1d20 !important; }

.widget-wrapper.negro:not([class*="-bg"]) {
  /* Cabezales */
  /* Chapitas en los listados de notas */
  /* Icono de Play si la nota tiene video */ }
  .widget-wrapper.negro:not([class*="-bg"]) .headline .obj-title, .widget-wrapper.negro:not([class*="-bg"]) .most-read .obj-title, .widget-wrapper.negro:not([class*="-bg"]) .note-by-author .obj-title {
    color: #1d1d20; }
    .widget-wrapper.negro:not([class*="-bg"]) .headline .obj-title::first-letter, .widget-wrapper.negro:not([class*="-bg"]) .most-read .obj-title::first-letter, .widget-wrapper.negro:not([class*="-bg"]) .note-by-author .obj-title::first-letter {
      background-color: #1d1d20;
      color: #FFFFFF; }
  .widget-wrapper.negro:not([class*="-bg"]) [class*='note']:not(.highlighted-portrait-note):not(.highlighted-note-overprinted-title) .article-kicker {
    color: #1d1d20 !important; }
  .widget-wrapper.negro:not([class*="-bg"]) [class*='note'] .article-theme {
    background-color: rgba(29, 29, 32, 0.8) !important;
    color: #FFFFFF !important; }
  .widget-wrapper.negro:not([class*="-bg"]) [class*='note'] .info-wrapper .preview:hover,
  .widget-wrapper.negro:not([class*="-bg"]) [class*='note'] .info-wrapper .title:hover,
  .widget-wrapper.negro:not([class*="-bg"]) [class*='note'] .info-wrapper .author:hover,
  .widget-wrapper.negro:not([class*="-bg"]) [class*='note'] .info-wrapper .article-category-grouper:hover,
  .widget-wrapper.negro:not([class*="-bg"]) [class*='note'] .info-wrapper .article-kicker:hover {
    color: #1d1d20 !important; }
  .widget-wrapper.negro:not([class*="-bg"]) [class*='note'] .preview:hover,
  .widget-wrapper.negro:not([class*="-bg"]) [class*='note'] .title:hover,
  .widget-wrapper.negro:not([class*="-bg"]) [class*='note'] .author:hover {
    color: #1d1d20 !important; }
  .widget-wrapper.negro:not([class*="-bg"]) [data-type*="article"] i[class*="play"]:hover {
    color: #1d1d20 !important; }

.widget-wrapper.negro:not([class*="-bg"]) {
  /* Cabezales */
  /* Chapitas en los listados de notas */
  /* Icono de Play si la nota tiene video */ }
  .widget-wrapper.negro:not([class*="-bg"]) .headline .obj-title, .widget-wrapper.negro:not([class*="-bg"]) .most-read .obj-title, .widget-wrapper.negro:not([class*="-bg"]) .note-by-author .obj-title {
    color: #1d1d20; }
    .widget-wrapper.negro:not([class*="-bg"]) .headline .obj-title::first-letter, .widget-wrapper.negro:not([class*="-bg"]) .most-read .obj-title::first-letter, .widget-wrapper.negro:not([class*="-bg"]) .note-by-author .obj-title::first-letter {
      background-color: #1d1d20;
      color: #FFFFFF; }
  .widget-wrapper.negro:not([class*="-bg"]) [class*='note']:not(.highlighted-portrait-note):not(.highlighted-note-overprinted-title) .article-kicker {
    color: #1d1d20 !important; }
  .widget-wrapper.negro:not([class*="-bg"]) [class*='note'] .article-theme {
    background-color: rgba(29, 29, 32, 0.8) !important;
    color: #FFFFFF !important; }
  .widget-wrapper.negro:not([class*="-bg"]) [class*='note'] .info-wrapper .preview:hover,
  .widget-wrapper.negro:not([class*="-bg"]) [class*='note'] .info-wrapper .title:hover,
  .widget-wrapper.negro:not([class*="-bg"]) [class*='note'] .info-wrapper .author:hover,
  .widget-wrapper.negro:not([class*="-bg"]) [class*='note'] .info-wrapper .article-category-grouper:hover,
  .widget-wrapper.negro:not([class*="-bg"]) [class*='note'] .info-wrapper .article-kicker:hover {
    color: #1d1d20 !important; }
  .widget-wrapper.negro:not([class*="-bg"]) [class*='note'] .preview:hover,
  .widget-wrapper.negro:not([class*="-bg"]) [class*='note'] .title:hover,
  .widget-wrapper.negro:not([class*="-bg"]) [class*='note'] .author:hover {
    color: #1d1d20 !important; }
  .widget-wrapper.negro:not([class*="-bg"]) [data-type*="article"] i[class*="play"]:hover {
    color: #1d1d20 !important; }

.widget-wrapper.negro:not([class*="-bg"]) {
  /* Cabezales */
  /* Chapitas en los listados de notas */
  /* Icono de Play si la nota tiene video */ }
  .widget-wrapper.negro:not([class*="-bg"]) .headline .obj-title, .widget-wrapper.negro:not([class*="-bg"]) .most-read .obj-title, .widget-wrapper.negro:not([class*="-bg"]) .note-by-author .obj-title {
    color: #1d1d20; }
    .widget-wrapper.negro:not([class*="-bg"]) .headline .obj-title::first-letter, .widget-wrapper.negro:not([class*="-bg"]) .most-read .obj-title::first-letter, .widget-wrapper.negro:not([class*="-bg"]) .note-by-author .obj-title::first-letter {
      background-color: #1d1d20;
      color: #FFFFFF; }
  .widget-wrapper.negro:not([class*="-bg"]) [class*='note']:not(.highlighted-portrait-note):not(.highlighted-note-overprinted-title) .article-kicker {
    color: #1d1d20 !important; }
  .widget-wrapper.negro:not([class*="-bg"]) [class*='note'] .article-theme {
    background-color: rgba(29, 29, 32, 0.8) !important;
    color: #FFFFFF !important; }
  .widget-wrapper.negro:not([class*="-bg"]) [class*='note'] .info-wrapper .preview:hover,
  .widget-wrapper.negro:not([class*="-bg"]) [class*='note'] .info-wrapper .title:hover,
  .widget-wrapper.negro:not([class*="-bg"]) [class*='note'] .info-wrapper .author:hover,
  .widget-wrapper.negro:not([class*="-bg"]) [class*='note'] .info-wrapper .article-category-grouper:hover,
  .widget-wrapper.negro:not([class*="-bg"]) [class*='note'] .info-wrapper .article-kicker:hover {
    color: #1d1d20 !important; }
  .widget-wrapper.negro:not([class*="-bg"]) [class*='note'] .preview:hover,
  .widget-wrapper.negro:not([class*="-bg"]) [class*='note'] .title:hover,
  .widget-wrapper.negro:not([class*="-bg"]) [class*='note'] .author:hover {
    color: #1d1d20 !important; }
  .widget-wrapper.negro:not([class*="-bg"]) [data-type*="article"] i[class*="play"]:hover {
    color: #1d1d20 !important; }

.widget-wrapper.negro:not([class*="-bg"]) {
  /* Cabezales */
  /* Chapitas en los listados de notas */
  /* Icono de Play si la nota tiene video */ }
  .widget-wrapper.negro:not([class*="-bg"]) .headline .obj-title, .widget-wrapper.negro:not([class*="-bg"]) .most-read .obj-title, .widget-wrapper.negro:not([class*="-bg"]) .note-by-author .obj-title {
    color: #1d1d20; }
    .widget-wrapper.negro:not([class*="-bg"]) .headline .obj-title::first-letter, .widget-wrapper.negro:not([class*="-bg"]) .most-read .obj-title::first-letter, .widget-wrapper.negro:not([class*="-bg"]) .note-by-author .obj-title::first-letter {
      background-color: #1d1d20;
      color: #FFFFFF; }
  .widget-wrapper.negro:not([class*="-bg"]) [class*='note']:not(.highlighted-portrait-note):not(.highlighted-note-overprinted-title) .article-kicker {
    color: #1d1d20 !important; }
  .widget-wrapper.negro:not([class*="-bg"]) [class*='note'] .article-theme {
    background-color: rgba(29, 29, 32, 0.8) !important;
    color: #FFFFFF !important; }
  .widget-wrapper.negro:not([class*="-bg"]) [class*='note'] .info-wrapper .preview:hover,
  .widget-wrapper.negro:not([class*="-bg"]) [class*='note'] .info-wrapper .title:hover,
  .widget-wrapper.negro:not([class*="-bg"]) [class*='note'] .info-wrapper .author:hover,
  .widget-wrapper.negro:not([class*="-bg"]) [class*='note'] .info-wrapper .article-category-grouper:hover,
  .widget-wrapper.negro:not([class*="-bg"]) [class*='note'] .info-wrapper .article-kicker:hover {
    color: #1d1d20 !important; }
  .widget-wrapper.negro:not([class*="-bg"]) [class*='note'] .preview:hover,
  .widget-wrapper.negro:not([class*="-bg"]) [class*='note'] .title:hover,
  .widget-wrapper.negro:not([class*="-bg"]) [class*='note'] .author:hover {
    color: #1d1d20 !important; }
  .widget-wrapper.negro:not([class*="-bg"]) [data-type*="article"] i[class*="play"]:hover {
    color: #1d1d20 !important; }

.widget-wrapper.negro:not([class*="-bg"]) {
  /* Cabezales */
  /* Chapitas en los listados de notas */
  /* Icono de Play si la nota tiene video */ }
  .widget-wrapper.negro:not([class*="-bg"]) .headline .obj-title, .widget-wrapper.negro:not([class*="-bg"]) .most-read .obj-title, .widget-wrapper.negro:not([class*="-bg"]) .note-by-author .obj-title {
    color: #1d1d20; }
    .widget-wrapper.negro:not([class*="-bg"]) .headline .obj-title::first-letter, .widget-wrapper.negro:not([class*="-bg"]) .most-read .obj-title::first-letter, .widget-wrapper.negro:not([class*="-bg"]) .note-by-author .obj-title::first-letter {
      background-color: #1d1d20;
      color: #FFFFFF; }
  .widget-wrapper.negro:not([class*="-bg"]) [class*='note']:not(.highlighted-portrait-note):not(.highlighted-note-overprinted-title) .article-kicker {
    color: #1d1d20 !important; }
  .widget-wrapper.negro:not([class*="-bg"]) [class*='note'] .article-theme {
    background-color: rgba(29, 29, 32, 0.8) !important;
    color: #FFFFFF !important; }
  .widget-wrapper.negro:not([class*="-bg"]) [class*='note'] .info-wrapper .preview:hover,
  .widget-wrapper.negro:not([class*="-bg"]) [class*='note'] .info-wrapper .title:hover,
  .widget-wrapper.negro:not([class*="-bg"]) [class*='note'] .info-wrapper .author:hover,
  .widget-wrapper.negro:not([class*="-bg"]) [class*='note'] .info-wrapper .article-category-grouper:hover,
  .widget-wrapper.negro:not([class*="-bg"]) [class*='note'] .info-wrapper .article-kicker:hover {
    color: #1d1d20 !important; }
  .widget-wrapper.negro:not([class*="-bg"]) [class*='note'] .preview:hover,
  .widget-wrapper.negro:not([class*="-bg"]) [class*='note'] .title:hover,
  .widget-wrapper.negro:not([class*="-bg"]) [class*='note'] .author:hover {
    color: #1d1d20 !important; }
  .widget-wrapper.negro:not([class*="-bg"]) [data-type*="article"] i[class*="play"]:hover {
    color: #1d1d20 !important; }

.widget-wrapper.negro:not([class*="-bg"]) {
  /* Cabezales */
  /* Chapitas en los listados de notas */
  /* Icono de Play si la nota tiene video */ }
  .widget-wrapper.negro:not([class*="-bg"]) .headline .obj-title, .widget-wrapper.negro:not([class*="-bg"]) .most-read .obj-title, .widget-wrapper.negro:not([class*="-bg"]) .note-by-author .obj-title {
    color: #1d1d20; }
    .widget-wrapper.negro:not([class*="-bg"]) .headline .obj-title::first-letter, .widget-wrapper.negro:not([class*="-bg"]) .most-read .obj-title::first-letter, .widget-wrapper.negro:not([class*="-bg"]) .note-by-author .obj-title::first-letter {
      background-color: #1d1d20;
      color: #FFFFFF; }
  .widget-wrapper.negro:not([class*="-bg"]) [class*='note']:not(.highlighted-portrait-note):not(.highlighted-note-overprinted-title) .article-kicker {
    color: #1d1d20 !important; }
  .widget-wrapper.negro:not([class*="-bg"]) [class*='note'] .article-theme {
    background-color: rgba(29, 29, 32, 0.8) !important;
    color: #FFFFFF !important; }
  .widget-wrapper.negro:not([class*="-bg"]) [class*='note'] .info-wrapper .preview:hover,
  .widget-wrapper.negro:not([class*="-bg"]) [class*='note'] .info-wrapper .title:hover,
  .widget-wrapper.negro:not([class*="-bg"]) [class*='note'] .info-wrapper .author:hover,
  .widget-wrapper.negro:not([class*="-bg"]) [class*='note'] .info-wrapper .article-category-grouper:hover,
  .widget-wrapper.negro:not([class*="-bg"]) [class*='note'] .info-wrapper .article-kicker:hover {
    color: #1d1d20 !important; }
  .widget-wrapper.negro:not([class*="-bg"]) [class*='note'] .preview:hover,
  .widget-wrapper.negro:not([class*="-bg"]) [class*='note'] .title:hover,
  .widget-wrapper.negro:not([class*="-bg"]) [class*='note'] .author:hover {
    color: #1d1d20 !important; }
  .widget-wrapper.negro:not([class*="-bg"]) [data-type*="article"] i[class*="play"]:hover {
    color: #1d1d20 !important; }

.widget-wrapper.negro:not([class*="-bg"]) {
  /* Cabezales */
  /* Chapitas en los listados de notas */
  /* Icono de Play si la nota tiene video */ }
  .widget-wrapper.negro:not([class*="-bg"]) .headline .obj-title, .widget-wrapper.negro:not([class*="-bg"]) .most-read .obj-title, .widget-wrapper.negro:not([class*="-bg"]) .note-by-author .obj-title {
    color: #1d1d20; }
    .widget-wrapper.negro:not([class*="-bg"]) .headline .obj-title::first-letter, .widget-wrapper.negro:not([class*="-bg"]) .most-read .obj-title::first-letter, .widget-wrapper.negro:not([class*="-bg"]) .note-by-author .obj-title::first-letter {
      background-color: #1d1d20;
      color: #FFFFFF; }
  .widget-wrapper.negro:not([class*="-bg"]) [class*='note']:not(.highlighted-portrait-note):not(.highlighted-note-overprinted-title) .article-kicker {
    color: #1d1d20 !important; }
  .widget-wrapper.negro:not([class*="-bg"]) [class*='note'] .article-theme {
    background-color: rgba(29, 29, 32, 0.8) !important;
    color: #FFFFFF !important; }
  .widget-wrapper.negro:not([class*="-bg"]) [class*='note'] .info-wrapper .preview:hover,
  .widget-wrapper.negro:not([class*="-bg"]) [class*='note'] .info-wrapper .title:hover,
  .widget-wrapper.negro:not([class*="-bg"]) [class*='note'] .info-wrapper .author:hover,
  .widget-wrapper.negro:not([class*="-bg"]) [class*='note'] .info-wrapper .article-category-grouper:hover,
  .widget-wrapper.negro:not([class*="-bg"]) [class*='note'] .info-wrapper .article-kicker:hover {
    color: #1d1d20 !important; }
  .widget-wrapper.negro:not([class*="-bg"]) [class*='note'] .preview:hover,
  .widget-wrapper.negro:not([class*="-bg"]) [class*='note'] .title:hover,
  .widget-wrapper.negro:not([class*="-bg"]) [class*='note'] .author:hover {
    color: #1d1d20 !important; }
  .widget-wrapper.negro:not([class*="-bg"]) [data-type*="article"] i[class*="play"]:hover {
    color: #1d1d20 !important; }

.widget-wrapper.negro:not([class*="-bg"]) {
  /* Cabezales */
  /* Chapitas en los listados de notas */
  /* Icono de Play si la nota tiene video */ }
  .widget-wrapper.negro:not([class*="-bg"]) .headline .obj-title, .widget-wrapper.negro:not([class*="-bg"]) .most-read .obj-title, .widget-wrapper.negro:not([class*="-bg"]) .note-by-author .obj-title {
    color: #1d1d20; }
    .widget-wrapper.negro:not([class*="-bg"]) .headline .obj-title::first-letter, .widget-wrapper.negro:not([class*="-bg"]) .most-read .obj-title::first-letter, .widget-wrapper.negro:not([class*="-bg"]) .note-by-author .obj-title::first-letter {
      background-color: #1d1d20;
      color: #FFFFFF; }
  .widget-wrapper.negro:not([class*="-bg"]) [class*='note']:not(.highlighted-portrait-note):not(.highlighted-note-overprinted-title) .article-kicker {
    color: #1d1d20 !important; }
  .widget-wrapper.negro:not([class*="-bg"]) [class*='note'] .article-theme {
    background-color: rgba(29, 29, 32, 0.8) !important;
    color: #FFFFFF !important; }
  .widget-wrapper.negro:not([class*="-bg"]) [class*='note'] .info-wrapper .preview:hover,
  .widget-wrapper.negro:not([class*="-bg"]) [class*='note'] .info-wrapper .title:hover,
  .widget-wrapper.negro:not([class*="-bg"]) [class*='note'] .info-wrapper .author:hover,
  .widget-wrapper.negro:not([class*="-bg"]) [class*='note'] .info-wrapper .article-category-grouper:hover,
  .widget-wrapper.negro:not([class*="-bg"]) [class*='note'] .info-wrapper .article-kicker:hover {
    color: #1d1d20 !important; }
  .widget-wrapper.negro:not([class*="-bg"]) [class*='note'] .preview:hover,
  .widget-wrapper.negro:not([class*="-bg"]) [class*='note'] .title:hover,
  .widget-wrapper.negro:not([class*="-bg"]) [class*='note'] .author:hover {
    color: #1d1d20 !important; }
  .widget-wrapper.negro:not([class*="-bg"]) [data-type*="article"] i[class*="play"]:hover {
    color: #1d1d20 !important; }

.widget-wrapper.negro:not([class*="-bg"]) {
  /* Cabezales */
  /* Chapitas en los listados de notas */
  /* Icono de Play si la nota tiene video */ }
  .widget-wrapper.negro:not([class*="-bg"]) .headline .obj-title, .widget-wrapper.negro:not([class*="-bg"]) .most-read .obj-title, .widget-wrapper.negro:not([class*="-bg"]) .note-by-author .obj-title {
    color: #1d1d20; }
    .widget-wrapper.negro:not([class*="-bg"]) .headline .obj-title::first-letter, .widget-wrapper.negro:not([class*="-bg"]) .most-read .obj-title::first-letter, .widget-wrapper.negro:not([class*="-bg"]) .note-by-author .obj-title::first-letter {
      background-color: #1d1d20;
      color: #FFFFFF; }
  .widget-wrapper.negro:not([class*="-bg"]) [class*='note']:not(.highlighted-portrait-note):not(.highlighted-note-overprinted-title) .article-kicker {
    color: #1d1d20 !important; }
  .widget-wrapper.negro:not([class*="-bg"]) [class*='note'] .article-theme {
    background-color: rgba(29, 29, 32, 0.8) !important;
    color: #FFFFFF !important; }
  .widget-wrapper.negro:not([class*="-bg"]) [class*='note'] .info-wrapper .preview:hover,
  .widget-wrapper.negro:not([class*="-bg"]) [class*='note'] .info-wrapper .title:hover,
  .widget-wrapper.negro:not([class*="-bg"]) [class*='note'] .info-wrapper .author:hover,
  .widget-wrapper.negro:not([class*="-bg"]) [class*='note'] .info-wrapper .article-category-grouper:hover,
  .widget-wrapper.negro:not([class*="-bg"]) [class*='note'] .info-wrapper .article-kicker:hover {
    color: #1d1d20 !important; }
  .widget-wrapper.negro:not([class*="-bg"]) [class*='note'] .preview:hover,
  .widget-wrapper.negro:not([class*="-bg"]) [class*='note'] .title:hover,
  .widget-wrapper.negro:not([class*="-bg"]) [class*='note'] .author:hover {
    color: #1d1d20 !important; }
  .widget-wrapper.negro:not([class*="-bg"]) [data-type*="article"] i[class*="play"]:hover {
    color: #1d1d20 !important; }

.widget-wrapper.negro:not([class*="-bg"]) {
  /* Cabezales */
  /* Chapitas en los listados de notas */
  /* Icono de Play si la nota tiene video */ }
  .widget-wrapper.negro:not([class*="-bg"]) .headline .obj-title, .widget-wrapper.negro:not([class*="-bg"]) .most-read .obj-title, .widget-wrapper.negro:not([class*="-bg"]) .note-by-author .obj-title {
    color: #1d1d20; }
    .widget-wrapper.negro:not([class*="-bg"]) .headline .obj-title::first-letter, .widget-wrapper.negro:not([class*="-bg"]) .most-read .obj-title::first-letter, .widget-wrapper.negro:not([class*="-bg"]) .note-by-author .obj-title::first-letter {
      background-color: #1d1d20;
      color: #FFFFFF; }
  .widget-wrapper.negro:not([class*="-bg"]) [class*='note']:not(.highlighted-portrait-note):not(.highlighted-note-overprinted-title) .article-kicker {
    color: #1d1d20 !important; }
  .widget-wrapper.negro:not([class*="-bg"]) [class*='note'] .article-theme {
    background-color: rgba(29, 29, 32, 0.8) !important;
    color: #FFFFFF !important; }
  .widget-wrapper.negro:not([class*="-bg"]) [class*='note'] .info-wrapper .preview:hover,
  .widget-wrapper.negro:not([class*="-bg"]) [class*='note'] .info-wrapper .title:hover,
  .widget-wrapper.negro:not([class*="-bg"]) [class*='note'] .info-wrapper .author:hover,
  .widget-wrapper.negro:not([class*="-bg"]) [class*='note'] .info-wrapper .article-category-grouper:hover,
  .widget-wrapper.negro:not([class*="-bg"]) [class*='note'] .info-wrapper .article-kicker:hover {
    color: #1d1d20 !important; }
  .widget-wrapper.negro:not([class*="-bg"]) [class*='note'] .preview:hover,
  .widget-wrapper.negro:not([class*="-bg"]) [class*='note'] .title:hover,
  .widget-wrapper.negro:not([class*="-bg"]) [class*='note'] .author:hover {
    color: #1d1d20 !important; }
  .widget-wrapper.negro:not([class*="-bg"]) [data-type*="article"] i[class*="play"]:hover {
    color: #1d1d20 !important; }

.widget-wrapper.texto-blanco {
  color: #FFFFFF;
  /* Cabezales */ }
  .widget-wrapper.texto-blanco .headline .obj-title, .widget-wrapper.texto-blanco .most-read .obj-title, .widget-wrapper.texto-blanco .note-by-author .obj-title {
    color: #FFFFFF; }
  .widget-wrapper.texto-blanco .simple-list .simple-note:not(.no-media) .title, .widget-wrapper.texto-blanco .section-aside-single-article .simple-note:not(.no-media) .title {
    color: #FFFFFF; }
  .widget-wrapper.texto-blanco .simple-list-square-image .simple-note-square-image .title {
    color: #FFFFFF; }
  .widget-wrapper.texto-blanco .free-text .body-content {
    color: #FFFFFF; }
  .widget-wrapper.texto-blanco [data-type*="article"] .info-wrapper .article-kicker {
    color: #FFFFFF !important; }

/* Colores en Detalle Sección */
body.negro main.container.note {
  /* Cabezales */
  /* Chapitas en los listados de notas */
  /* Icono de Play si la nota tiene video */
  /* Iconos de Share/Compartir */
  /* Listado Más Leídas */
  /* Paginador Listado Seccion */ }
  body.negro main.container.note .headline .obj-title, body.negro main.container.note .most-read .obj-title, body.negro main.container.note .note-by-author .obj-title {
    color: #1d1d20; }
    body.negro main.container.note .headline .obj-title::first-letter, body.negro main.container.note .most-read .obj-title::first-letter, body.negro main.container.note .note-by-author .obj-title::first-letter {
      background-color: #1d1d20;
      color: #FFFFFF; }
  body.negro main.container.note [class*='note'] .article-theme {
    background-color: rgba(29, 29, 32, 0.8) !important;
    color: #FFFFFF !important; }
  body.negro main.container.note [class*='note'] .info-wrapper .preview:hover,
  body.negro main.container.note [class*='note'] .info-wrapper .title:hover,
  body.negro main.container.note [class*='note'] .info-wrapper .author:hover {
    color: #1d1d20 !important; }
  body.negro main.container.note [class*='note'] .preview:hover,
  body.negro main.container.note [class*='note'] .title:hover,
  body.negro main.container.note [class*='note'] .author:hover {
    color: #1d1d20 !important; }
  body.negro main.container.note [data-type*="article"] i[class*="play"]:hover {
    color: #1d1d20 !important; }
  body.negro main.container.note .socials-share li {
    background-color: #1d1d20; }
  body.negro main.container.note .ranking-list {
    background-color: #1d1d20; }
    body.negro main.container.note .ranking-list .article .number {
      background-color: #111113; }
    body.negro main.container.note .ranking-list .article .number,
    body.negro main.container.note .ranking-list .article .title,
    body.negro main.container.note .ranking-list .article .author {
      color: #FFFFFF; }
    body.negro main.container.note .ranking-list .obj-title {
      color: #FFFFFF; }
  body.negro main.container.note .list-articles .articles-pagination [class*="button"] {
    background-color: #1d1d20;
    color: #FFFFFF; }
    body.negro main.container.note .list-articles .articles-pagination [class*="button"]:hover {
      background-color: #C82828; }

.widget-wrapper[style*=".jpg"],
.widget-wrapper[style*=".png"] {
  background-size: cover;
  background-position-x: center;
  background-repeat: no-repeat;
  padding: 15px; }

/* purgecss end ignore */
.newsletter-subscription-link .nav-link {
  font-size: 0.75em !important;
  padding: 0 0 !important;
  color: #FFFFFF !important;
  font-weight: 700 !important;
  text-transform: uppercase;
  -webkit-transition: color 200ms ease-in;
  -moz-transition: color 200ms ease-in;
  -ms-transition: color 200ms ease-in;
  -o-transition: color 200ms ease-in;
  transition: color 200ms ease-in; }
  .newsletter-subscription-link .nav-link i {
    padding-left: 10px;
    font-size: 1.33333em; }
  .newsletter-subscription-link .nav-link:hover {
    color: #C82828; }

section[class*='footer'] .newsletter-subscription-link {
  padding-top: 20px; }

section[class*='header'] .newsletter-subscription-link {
  padding-right: 20px; }

.highlighted-menu {
  color: #FFFFFF !important; }
  .highlighted-menu .nav-item {
    font-size: 0.875em;
    padding: 0 15px;
    font-weight: 700; }
    .highlighted-menu .nav-item:first-of-type {
      padding-left: 0; }
    .highlighted-menu .nav-item:last-of-type {
      padding-right: 0; }
    .highlighted-menu .nav-item .nav-link {
      padding: 0; }

/* son los mismos iconos que en el footer pero con estilos ajustados para el header*/
header .socials {
  float: none; }
  header .socials .nav-link {
    padding: 0.5em; }
  header .socials a.nav-link .social-icon {
    font-size: 1.1em;
    color: #FFFFFF; }

/* purgecss start ignore */
.header-v3 .header-super .user-tools {
  color: #FFFFFF; }
  .header-v3 .header-super .user-tools button {
    margin-right: 20px; }
  .header-v3 .header-super .user-tools .subscribe-btn {
    font-size: 0.75em;
    font-weight: 700;
    overflow: hidden;
    padding: 0 0;
    color: #FFFFFF;
    background-color: rgba(255, 255, 255, 0);
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0; }
    .header-v3 .header-super .user-tools .subscribe-btn i[class^='fa'] {
      display: none; }
  .header-v3 .header-super .user-tools button.login {
    font-size: 1.625em; }
  .header-v3 .header-super .user-tools button.search {
    font-size: 1.5em; }
  .header-v3 .header-super .user-tools .TDuserLogued .fa-user-circle,
  .header-v3 .header-super .user-tools .TDuserNotLogued .fa-user-circle {
    min-width: 26px;
    min-height: 26px; }

/* purgecss end ignore */
/* purgecss start ignore */
.user-tools {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
  -ms-flex-align: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  min-height: 26px; }
  .user-tools i[class^='fa-'] {
    min-width: 26px;
    min-height: 26px; }
  .user-tools .subscribe-btn {
    font-size: 0.75em;
    font-weight: 500;
    padding: 13px;
    text-transform: uppercase;
    background-color: #b32424;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px; }
    .user-tools .subscribe-btn i[class^='fa'] {
      padding-left: 8px; }
  .user-tools button.login,
  .user-tools button.search {
    -webkit-transition: color 250ms ease;
    -moz-transition: color 250ms ease;
    -ms-transition: color 250ms ease;
    -o-transition: color 250ms ease;
    transition: color 250ms ease; }
    .user-tools button.login:hover,
    .user-tools button.search:hover {
      color: #C82828; }
  .user-tools button.login {
    font-size: 1.875em; }
  .user-tools button.search {
    font-size: 1.6875em; }
    .user-tools button.search .fa-search {
      min-width: 24px;
      min-height: 24px; }
  .user-tools button {
    margin-right: 15px; }
    .user-tools button:last-of-type {
      margin-right: 0; }
  .user-tools .TDuserLogued {
    position: relative;
    display: none !important;
    margin-right: 10px;
    cursor: pointer; }
    .user-tools .TDuserLogued .fa-user-circle {
      font-size: 1.875em;
      color: #C82828; }
    .user-tools .TDuserLogued .td-hover-user {
      position: absolute;
      z-index: 16;
      top: 110%;
      right: 0;
      display: block;
      overflow: hidden;
      max-height: 0;
      padding: 0;
      background: #E6E6E6;
      -webkit-transition: all 0.3s ease-in-out;
      -moz-transition: all 0.3s ease-in-out;
      -ms-transition: all 0.3s ease-in-out;
      -o-transition: all 0.3s ease-in-out;
      transition: all 0.3s ease-in-out; }
      .user-tools .TDuserLogued .td-hover-user div {
        line-height: 30px;
        padding: 10px;
        white-space: nowrap;
        color: #333;
        -webkit-transition: all 0.3s ease-in-out;
        -moz-transition: all 0.3s ease-in-out;
        -ms-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out; }
        .user-tools .TDuserLogued .td-hover-user div:hover {
          background-color: #D4D4D4; }
    .user-tools .TDuserLogued:hover .td-hover-user {
      max-height: 500px;
      padding: 0; }
  .user-tools .TDuserNotLogued {
    display: none;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center; }
    .user-tools .TDuserNotLogued .TDLoginContainer {
      margin-right: 10px; }
  .user-tools .TDuserLogued .fa-user-circle,
  .user-tools .TDuserNotLogued .fa-user-circle {
    min-width: 26px;
    min-height: 26px; }

/* SEARCH INPUT */
#search-form {
  position: fixed;
  z-index: 101;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: none;
  width: 100vw;
  height: 100vw;
  background-color: rgba(0, 0, 0, 0.85);
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  /* ANIMATIONS */ }

@-webkit-keyframes showSearch {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@-moz-keyframes showSearch {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@-ms-keyframes showSearch {
  #search-form 0% {
    opacity: 0; }
  #search-form 100% {
    opacity: 1; } }

@-o-keyframes showSearch {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@keyframes showSearch {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
  #search-form.opened-search-form {
    display: block;
    -webkit-animation: showSearch 400ms ease 1;
    -moz-animation: showSearch 400ms ease 1;
    -ms-animation: showSearch 400ms ease 1;
    -o-animation: showSearch 400ms ease 1;
    animation: showSearch 400ms ease 1; }
  #search-form input[type='search'],
  #search-form button[type='submit'] {
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    -ms-transform-style: preserve-3d;
    transform-style: preserve-3d; }
  #search-form input[type='search'] {
    font-size: 2.5em;
    line-height: 1;
    top: 50vh;
    width: 60%;
    min-height: 75px;
    padding: 10px;
    text-align: left;
    vertical-align: middle;
    color: #FFFFFF;
    border-top: 1px solid rgba(255, 255, 255, 0.5);
    border-right: 0 solid transparent;
    border-bottom: 1px solid rgba(255, 255, 255, 0.5);
    border-left: 0 solid transparent;
    background: transparent !important;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0; }
    #search-form input[type='search']::-webkit-input-placeholder {
      /* Chrome/Opera/Safari */
      text-align: center; }
    #search-form input[type='search']::-moz-placeholder {
      /* Firefox 19+ */
      text-align: center; }
    #search-form input[type='search']:-ms-input-placeholder {
      /* IE 10+ */
      text-align: center; }
    #search-form input[type='search']:-moz-placeholder {
      /* Firefox 18- */
      text-align: center; }
  #search-form label {
    font-size: 2.5em;
    position: relative;
    top: 42vh;
    left: 46%;
    padding: 10px;
    color: #FFF; }
  #search-form button[type='submit'] {
    font-size: 1.75em;
    top: calc(50vh + 90px);
    border: 0 none;
    background-color: #C82828;
    border-radius: 100%;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -webkit-transition: background 0.2s ease;
    -moz-transition: background 0.2s ease;
    -ms-transition: background 0.2s ease;
    -o-transition: background 0.2s ease;
    transition: background 0.2s ease; }
    #search-form button[type='submit']:hover {
      background-color: #881b1b; }
  #search-form .btn-close {
    font-size: 1.875em;
    line-height: 1;
    position: absolute;
    top: 20px;
    right: 20px;
    color: #FFFFFF;
    -webkit-transition: color 0.2s ease;
    -moz-transition: color 0.2s ease;
    -ms-transition: color 0.2s ease;
    -o-transition: color 0.2s ease;
    transition: color 0.2s ease; }
    #search-form .btn-close:hover {
      color: #C82333; }

.header-super .user-tools .subscribe-btn {
  white-space: nowrap;
  background-color: #C82828; }

.new-header .user-tools {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end; }
  .new-header .user-tools .TDuserLogued .fa-user-circle {
    color: #0087CD; }
  .new-header .user-tools .subscribe-btn {
    padding: 10px 13px; }

body.fixed-header .new-header .user-tools .TDuserLogued .fa-user-circle {
  color: #b32424; }

body.fixed-header .user-tools .TDuserLogued .td-hover-user {
  top: 140%;
  right: -90px;
  left: auto; }

/* purgecss end ignore */
.navbar-brand {
  margin: 0;
  padding: 15px 12.5px;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease; }
  .navbar-brand .brand-logo {
    max-width: 75px;
    width: 75px;
    height: auto; }
  .navbar-brand .brand-name {
    display: none; }

.will-be-fixed .navbar-brand {
  padding: 15px 0; }

body.fixed-header .will-be-fixed .navbar-brand {
  padding: 10px 0; }
  body.fixed-header .will-be-fixed .navbar-brand .brand-logo {
    max-width: 75px; }

.new-header .navbar-brand {
  padding: 10px 0; }

.header-v3 .navbar-brand {
  padding: 0 0; }
  .header-v3 .navbar-brand .brand-logo {
    max-width: 75px;
    width: 75px;
    height: 53px; }

.headline, .most-read, .note-by-author {
  margin-bottom: 33px;
  margin-top: 8px; }
  .headline .obj-title, .most-read .obj-title, .note-by-author .obj-title {
    font-family: "IBM Plex Sans Condensed", "Helvetica Neue", Arial, sans-serif;
    font-size: 2.5em;
    font-weight: 500;
    color: #b32424;
    display: inline-block;
    line-height: 1.2em; }
  .headline .obj-title::first-letter, .most-read .obj-title::first-letter, .note-by-author .obj-title::first-letter {
    padding: 0px 10px;
    background: #C82828;
    color: #FFFFFF;
    display: block;
    font-family: "IBM Plex Sans Condensed", "Helvetica Neue", Arial, sans-serif;
    font-size: 1.325em;
    font-weight: 700;
    margin: 0 5px 0 0; }

/* Cabezales Sección*/
.headline-section {
  margin-bottom: 33px; }
  .headline-section > .row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center; }
  .headline-section .headline, .headline-section .most-read, .headline-section .note-by-author {
    margin-bottom: 0;
    margin-top: 0; }
  .headline-section .socials-share {
    margin-bottom: 0 !important; }
    .headline-section .socials-share .socials {
      float: right !important; }
  .headline-section .obj-subtitle {
    font-family: "Roboto", "Helvetica Neue", Arial, sans-serif;
    font-size: 1em;
    padding-top: 25px;
    color: #666666;
    font-weight: 300; }

.survey {
  margin-bottom: 25px; }
  .survey .object-survey {
    background-color: #b32424;
    padding: 25px; }
  .survey .question {
    font-family: "IBM Plex Sans", "Helvetica Neue", Arial, sans-serif;
    font-size: 1.25em;
    color: #FFFFFF;
    font-weight: 500;
    text-align: center;
    margin-bottom: 25px;
    line-height: 1.2em; }
  .survey .percent-wrapper,
  .survey .poll-stats {
    display: none; }
  .survey input[type="radio"] {
    position: absolute;
    left: -9999px; }
  .survey .answer {
    display: block;
    font-family: "IBM Plex Sans", "Helvetica Neue", Arial, sans-serif;
    font-size: 1.125em;
    color: #FFFFFF;
    font-weight: 500;
    text-align: center;
    text-transform: uppercase;
    background-color: #13192C;
    line-height: 2.625em;
    border-bottom: none;
    margin-bottom: 10px;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out; }
    .survey .answer:hover {
      cursor: pointer;
      background-color: #731717;
      -webkit-transform: translate3d(0, -2px, 0);
      -moz-transform: translate3d(0, -2px, 0);
      -ms-transform: translate3d(0, -2px, 0);
      -o-transform: translate3d(0, -2px, 0);
      transform: translate3d(0, -2px, 0);
      -webkit-backface-visibility: hidden;
      -moz-backface-visibility: hidden;
      backface-visibility: hidden;
      -webkit-transform-style: preserve-3d;
      -moz-transform-style: preserve-3d;
      -ms-transform-style: preserve-3d;
      transform-style: preserve-3d; }
  .survey .all-options-wrapper > .poll-item:last-of-type .answer,
  .survey .all-options-wrapper > .poll-item:last-of-type .percent-wrapper {
    margin-bottom: 0; }
  .survey .show-results,
  .survey .voted {
    /* ANIMATIONS */ }
    .survey .show-results .answer,
    .survey .voted .answer {
      display: none; }
    .survey .show-results .percent-wrapper,
    .survey .show-results .poll-stats,
    .survey .voted .percent-wrapper,
    .survey .voted .poll-stats {
      display: block; }

@-webkit-keyframes percentageWidth {
  0% {
    width: 0; } }

@-moz-keyframes percentageWidth {
  0% {
    width: 0; } }

@-ms-keyframes percentageWidth {
  .survey .show-results 0%,
  .survey .voted 0% {
    width: 0; } }

@-o-keyframes percentageWidth {
  0% {
    width: 0; } }

@keyframes percentageWidth {
  0% {
    width: 0; } }
    .survey .show-results .option-percentage-graphic,
    .survey .voted .option-percentage-graphic {
      height: 100%;
      background-color: #23b7ff;
      -webkit-animation: percentageWidth 2s ease 1;
      -moz-animation: percentageWidth 2s ease 1;
      -ms-animation: percentageWidth 2s ease 1;
      -o-animation: percentageWidth 2s ease 1;
      animation: percentageWidth 2s ease 1; }
    .survey .show-results .poll-show-link,
    .survey .voted .poll-show-link {
      display: none; }
  .survey .vots {
    display: block;
    font-family: "IBM Plex Sans", "Helvetica Neue", Arial, sans-serif;
    font-size: 0.875em;
    line-height: 1.2em;
    color: #FFFFFF;
    font-weight: 300;
    text-align: right;
    text-transform: uppercase;
    margin-top: 20px; }
  .survey .percent-wrapper {
    margin-bottom: 20px; }
  .survey .option-percentage-number,
  .survey .vote-option {
    font-family: "IBM Plex Sans", "Helvetica Neue", Arial, sans-serif;
    font-size: 1.125em;
    line-height: 1.2em;
    color: #FFFFFF;
    font-weight: 500;
    text-align: left;
    text-transform: uppercase; }
  .survey .vote-option:after {
    content: '';
    margin-left: 5px; }
  .survey .percent-container {
    background-color: #b32424;
    width: 100%;
    height: 10px;
    margin-top: 5px;
    overflow: hidden; }
  .survey-sponsor {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 20px 20px 0 20px; }
    .survey-sponsor p {
      color: #FFFFFF;
      font-weight: lighter;
      padding-bottom: 5px;
      text-transform: uppercase; }
    .survey-sponsor img {
      width: 100%; }

.horizontal-note-title-side {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 25px; }
  .horizontal-note-title-side .left-side,
  .horizontal-note-title-side .right-side {
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    align-self: stretch;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center; }
  .horizontal-note-title-side .left-side {
    width: 54.79452%; }
  .horizontal-note-title-side .right-side {
    background-color: #C82828;
    width: calc(100% - 54.794520547945204%);
    padding: 0 30px; }
    .horizontal-note-title-side .right-side .info-wrapper .article-kicker,
    .horizontal-note-title-side .right-side .info-wrapper .article-category-grouper {
      color: #FFFFFF !important; }
      .horizontal-note-title-side .right-side .info-wrapper .article-kicker:hover,
      .horizontal-note-title-side .right-side .info-wrapper .article-category-grouper:hover {
        color: #FFFFFF; }
  .horizontal-note-title-side .figure {
    position: relative;
    display: block;
    width: 100%;
    height: 0;
    padding-bottom: 75%; }
    .horizontal-note-title-side .figure > a:first-of-type {
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      overflow: hidden; }
      .horizontal-note-title-side .figure > a:first-of-type img {
        position: absolute;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        transform: translateY(-50%);
        -webkit-backface-visibility: hidden;
        -moz-backface-visibility: hidden;
        backface-visibility: hidden;
        -webkit-transform-style: preserve-3d;
        -moz-transform-style: preserve-3d;
        -ms-transform-style: preserve-3d;
        transform-style: preserve-3d; }
    .horizontal-note-title-side .figure img {
      width: 100%; }
  .horizontal-note-title-side .article-theme {
    position: absolute;
    top: auto;
    right: auto;
    bottom: 0;
    left: -5px;
    background-color: rgba(200, 40, 40, 0.8);
    padding: 8px 10px;
    color: #FFFFFF;
    font-size: 0.875em;
    font-weight: 500; }
    .horizontal-note-title-side .article-theme:hover {
      left: 0; }
  .horizontal-note-title-side .article-kicker,
  .horizontal-note-title-side .article-category-grouper {
    color: #FFFFFF !important; }
  .horizontal-note-title-side .title {
    font-family: inherit;
    font-size: 1.75em;
    color: #FFFFFF;
    font-weight: 500;
    line-height: 1.1em; }
    .horizontal-note-title-side .title:hover {
      color: #13192C !important; }
  .horizontal-note-title-side.no-media {
    min-height: 300px; }
    .horizontal-note-title-side.no-media .right-side {
      width: 100%; }
    .horizontal-note-title-side.no-media .article-theme {
      position: static;
      display: inline-block;
      margin-bottom: 25px; }
    .horizontal-note-title-side.no-media .title {
      font-size: 2.1em;
      font-weight: 500; }
  .horizontal-note-title-side .author {
    color: #FFFFFF !important; }

.galeria-multimedia {
  padding: 0 !important;
  margin: 0 !important; }

.photo-gallery-container {
  background: #ffffff;
  position: relative;
  margin-bottom: 40px; }
  .photo-gallery-container .photo-gallery {
    padding: 40px 25px; }
  .photo-gallery-container.gallery-two-columns {
    padding: 0px 0px; }
  .photo-gallery-container.item-sidebar .photo-gallery {
    padding: 0; }
  .photo-gallery-container .photo-gallery-active {
    margin: 0; }
  .photo-gallery-container .photo-gallery-caption {
    display: none;
    color: #fff;
    font-size: 0.75em;
    line-height: 2em;
    margin-top: 1em; }
  .photo-gallery-container .photo-gallery-slider:after {
    clear: both;
    content: " ";
    display: block;
    float: none; }
  .photo-gallery-container .photo-gallery-title {
    color: #C82828;
    margin-top: 7px;
    margin-bottom: 20px;
    font-family: "IBM Plex Sans Condensed", "Helvetica Neue", Arial, sans-serif;
    font-size: 2.5em !important;
    font-weight: 500;
    display: inline-block;
    line-height: 1.3em;
    padding: 0;
    position: relative;
    -webkit-transition: color 0.2s ease-in-out;
    -moz-transition: color 0.2s ease-in-out;
    -ms-transition: color 0.2s ease-in-out;
    -o-transition: color 0.2s ease-in-out;
    transition: color 0.2s ease-in-out; }
    .photo-gallery-container .photo-gallery-title:before {
      content: "";
      width: 50px;
      height: 10px;
      background-color: #C82828;
      color: #C82828;
      font-family: 'FontAwesome';
      left: 0;
      position: absolute;
      top: -15px; }
    .photo-gallery-container .photo-gallery-title a {
      color: inherit; }
    .photo-gallery-container .photo-gallery-title .content {
      float: left; }
      .photo-gallery-container .photo-gallery-title .content.col-2-content {
        width: 85%; }
      .photo-gallery-container .photo-gallery-title .content::before {
        content: "\e060";
        width: 30px;
        color: #C82828;
        font-family: 'FontAwesome';
        font-size: 0.7em;
        left: 0;
        position: absolute;
        top: 18px;
        display: none; }
    .photo-gallery-container .photo-gallery-title [class^="fa-camera"],
    .photo-gallery-container .photo-gallery-title .fa-camera {
      padding-left: 1.5em;
      position: absolute;
      right: 0;
      top: 0; }
    .photo-gallery-container .photo-gallery-title [class^="fa-camera"],
    .photo-gallery-container .photo-gallery-title .fa-camera {
      right: 25px;
      padding-left: 0;
      top: 15px;
      font-size: 1em;
      -webkit-transform: translateY(-50%);
      -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      -o-transform: translateY(-50%);
      transform: translateY(-50%);
      -webkit-backface-visibility: hidden;
      -moz-backface-visibility: hidden;
      backface-visibility: hidden;
      -webkit-transform-style: preserve-3d;
      -moz-transform-style: preserve-3d;
      -ms-transform-style: preserve-3d;
      transform-style: preserve-3d; }
  .photo-gallery-container .photo-gallery-counter {
    display: none;
    /*&:before {
            border-radius: 100%;
            content: "\e046";
            font-family: 'FontAwesome';
            left: -3px;
            line-height: 1em;
            padding: 5px;
            position: absolute;
            top: 3px;
            -webkit-border-radius: 100%;
            -moz-border-radius: 100%;
            -ms-border-radius: 100%;
            -o-border-radius: 100%;
        }

        &:hover:before {
            -webkit-animation: cameraflash 150ms 1;
            animation: cameraflash 150ms 1;
        }*/ }
  .photo-gallery-container .photo-gallery-item {
    border-bottom: 3px solid transparent;
    margin: 0;
    float: left;
    overflow: hidden;
    width: 122px;
    display: block;
    position: relative;
    overflow: hidden;
    width: 122px;
    height: 91.5px; }
    .photo-gallery-container .photo-gallery-item:before {
      display: block;
      content: "";
      width: 122px;
      padding-top: 91.5px; }
    .photo-gallery-container .photo-gallery-item > * {
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0; }
    .photo-gallery-container .photo-gallery-item img {
      opacity: 0.5;
      -webkit-transition: all 200ms ease-in;
      -moz-transition: all 200ms ease-in;
      -ms-transition: all 200ms ease-in;
      -o-transition: all 200ms ease-in;
      transition: all 200ms ease-in;
      width: 100%;
      height: auto; }
    .photo-gallery-container .photo-gallery-item:hover img {
      opacity: 0.75; }
    .photo-gallery-container .photo-gallery-item.active img {
      opacity: 1; }

@media (min-width: 992px) {
  .photo-gallery-container.gallery-two-columns {
    margin: 30px 0px 30px; }
  .photo-gallery-container.gallery-three-columns {
    margin: 30px 0px 30px; } }

@media (min-width: 768px) and (max-width: 991px) {
  .photo-gallery-container .photo-gallery-title {
    padding: 0 1.8em; } }

[data-gallery] .slide-container {
  display: block;
  position: relative;
  text-align: left;
  transition: height 500ms ease;
  overflow: hidden; }
  [data-gallery] .slide-container:before {
    display: block;
    content: "";
    width: 100%;
    padding-top: 56.25%; }
  [data-gallery] .slide-container > .slide {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0; }
    [data-gallery] .slide-container > .slide[data-type="Imagen"] img {
      position: absolute;
      top: 50%;
      -webkit-transform: translateY(-50%);
      -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      -o-transform: translateY(-50%);
      transform: translateY(-50%);
      -webkit-backface-visibility: hidden;
      -moz-backface-visibility: hidden;
      backface-visibility: hidden;
      -webkit-transform-style: preserve-3d;
      -moz-transform-style: preserve-3d;
      -ms-transform-style: preserve-3d;
      transform-style: preserve-3d;
      width: 100%;
      height: auto; }

[data-gallery] .gallery-selector-slider {
  overflow: hidden;
  position: relative; }

[data-gallery] .slide {
  left: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  transition: opacity 500ms ease;
  width: 100%;
  z-index: 0; }
  [data-gallery] .slide.active {
    opacity: 1;
    z-index: 1; }
    [data-gallery] .slide.active img {
      width: 100%;
      height: auto; }
  [data-gallery] .slide.media {
    margin: 0; }
  [data-gallery] .slide .imgSized {
    width: 100% !important;
    height: auto !important; }
    @media (max-width: 767px) {
      [data-gallery] .slide .imgSized {
        height: 250px !important; } }
  [data-gallery] .slide video {
    width: 100% !important;
    height: 100% !important; }
    @media (max-width: 767px) {
      [data-gallery] .slide video {
        height: 250px !important; } }
  [data-gallery] .slide .video-js .vjs-big-play-button {
    left: 50%;
    top: 50%;
    -webkit-transform: translate3d(-50%, -50%, 0);
    -moz-transform: translate3d(-50%, -50%, 0);
    -ms-transform: translate3d(-50%, -50%, 0);
    -o-transform: translate3d(-50%, -50%, 0);
    transform: translate3d(-50%, -50%, 0);
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    -ms-transform-style: preserve-3d;
    transform-style: preserve-3d; }
  [data-gallery] .slide .crop-container,
  [data-gallery] .slide .media {
    /*width: 100%;
            overflow: hidden;
            text-align: center;*/
    /*img {
                margin-top: -10%;
                margin-bottom: -10%;
            }*/
    display: block;
    display: block;
    position: relative;
    overflow: hidden; }
    [data-gallery] .slide .crop-container:before,
    [data-gallery] .slide .media:before {
      display: block;
      content: "";
      width: 100%;
      padding-top: 56.25%; }
    [data-gallery] .slide .crop-container > *,
    [data-gallery] .slide .media > * {
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0; }
    [data-gallery] .slide .crop-container > *,
    [data-gallery] .slide .media > * {
      width: 100%;
      height: auto; }

[data-gallery] .thumbnails-wrapper {
  overflow: hidden;
  position: relative; }

[data-gallery] .thumbnails {
  position: relative;
  transition: left 250ms ease;
  left: 0px !important;
  margin-top: 5px; }

[data-gallery] .controller {
  color: #e3e3e3;
  display: table;
  font-size: 1.25em;
  font-weight: 400;
  height: 60px;
  padding: 0 15px;
  position: absolute;
  top: 45%;
  z-index: 2;
  -webkit-transition: color 0.2s ease-in-out;
  -moz-transition: color 0.2s ease-in-out;
  -ms-transition: color 0.2s ease-in-out;
  -o-transition: color 0.2s ease-in-out;
  transition: color 0.2s ease-in-out; }
  [data-gallery] .controller .icon-container {
    display: table-cell;
    vertical-align: middle; }
  [data-gallery] .controller.prev {
    padding-left: 10px; }
  [data-gallery] .controller.next {
    padding-right: 10px; }
  [data-gallery] .controller:hover {
    color: #383838; }

.photo-gallery-container.item-sidebar .glyphicon,
.photo-gallery-container.gallery-two-columns .glyphicon {
  font-size: 0.7em; }

[data-gallery] .controller.prev {
  left: 0px;
  border-radius: 0 50px 50px 0; }

[data-gallery] .controller.next {
  right: 0px;
  border-radius: 50px 0 0 50px; }

[data-gallery] .controller.main {
  background: rgba(227, 227, 227, 0.5);
  color: #383838; }

[data-gallery] .gallery-selector .controller.full {
  height: 126px;
  padding: 0 3px; }
  @media (max-width: 767px) {
    [data-gallery] .gallery-selector .controller.full {
      height: 126px;
      padding: 0 3px;
      top: 10%; } }

[data-gallery] .clear-me {
  opacity: 1;
  transition: opacity 500ms ease; }

[data-gallery].clear-viewport .clear-me {
  opacity: 0; }

[data-gallery].clear-viewport-full .clear-me-full {
  display: none; }

[data-gallery] .gallery-selector {
  background: #fff;
  border: 1px solid #e3e3e3;
  bottom: 0;
  left: 0;
  overflow: hidden;
  position: absolute;
  top: 0;
  width: 20%; }

[data-gallery] .gallery-selector-item {
  cursor: pointer;
  margin-bottom: 10px;
  padding: 0 10px; }

[data-gallery] .photo-gallery-selector-title {
  background: #ff9c00;
  color: #fff;
  font-size: 15px;
  line-height: 55px;
  margin: 0 0 25px;
  padding: 0 10px;
  position: relative;
  text-align: center;
  text-overflow: ellipsis;
  text-transform: uppercase;
  white-space: nowrap; }
  [data-gallery] .photo-gallery-selector-title:after {
    background: #ff9c00;
    border-radius: 100%;
    bottom: -0.75em;
    color: #fff;
    content: "\e114";
    font-family: 'FontAwesome';
    height: 25px;
    left: 84px;
    line-height: 25px;
    position: absolute;
    width: 25px; }

[data-gallery] .gallery-selector-media {
  height: auto;
  margin-bottom: 7px;
  overflow: hidden;
  text-align: center;
  width: 100%; }
  [data-gallery] .gallery-selector-media img {
    height: auto;
    position: static;
    width: 100%; }

[data-gallery] .gallery-title {
  font-family: "IBM Plex Sans", "Helvetica Neue", Arial, sans-serif;
  display: inline-block;
  color: #333333;
  font-size: 12px !important;
  font-weight: 900;
  line-height: 1.2em;
  margin: 0;
  max-height: 2.4em;
  overflow: hidden;
  text-align: left;
  text-transform: uppercase;
  padding: 0 0;
  -webkit-transition: color 0.2s ease-in-out;
  -moz-transition: color 0.2s ease-in-out;
  -ms-transition: color 0.2s ease-in-out;
  -o-transition: color 0.2s ease-in-out;
  transition: color 0.2s ease-in-out;
  line-height: 1.2em; }
  [data-gallery] .gallery-title:hover {
    color: #C82828; }

[data-gallery].has-gallery-selector {
  padding-left: 0;
  padding-top: 0;
  position: relative; }
  [data-gallery].has-gallery-selector .gallery-area {
    margin-left: 20%;
    width: 80%; }
  [data-gallery].has-gallery-selector:after {
    clear: both;
    content: " ";
    display: block;
    float: none; }

[data-gallery][data-gallery-size="medium"] .controller {
  color: #383838;
  top: 45%; }

[data-gallery][data-gallery-size="small"] {
  padding-bottom: 0; }
  [data-gallery][data-gallery-size="small"] .controller {
    top: 20%; }
  [data-gallery][data-gallery-size="small"] .thumbnails .item {
    width: 90px; }
  [data-gallery][data-gallery-size="small"] .gallery-area .controller {
    background: rgba(227, 227, 227, 0.5);
    color: #383838;
    top: 40%; }
  [data-gallery][data-gallery-size="small"] .photo-gallery-title {
    color: #C82828;
    margin: 20px 0px;
    font-family: "IBM Plex Sans Condensed", "Helvetica Neue", Arial, sans-serif;
    font-size: 1.25em !important;
    font-weight: 500;
    display: inline-block;
    line-height: 1.2em;
    max-height: 2.4em;
    overflow: hidden;
    padding: 0;
    position: relative;
    -webkit-transition: color 0.2s ease-in-out;
    -moz-transition: color 0.2s ease-in-out;
    -ms-transition: color 0.2s ease-in-out;
    -o-transition: color 0.2s ease-in-out;
    transition: color 0.2s ease-in-out; }
    [data-gallery][data-gallery-size="small"] .photo-gallery-title:before {
      content: "";
      width: 10px;
      height: 50px;
      background-color: #C82828;
      color: #C82828;
      font-family: 'FontAwesome';
      left: 0px;
      position: absolute;
      top: 0px; }
    [data-gallery][data-gallery-size="small"] .photo-gallery-title .content {
      margin-left: 15px; }

[data-gallery] .gallery-selector-wrapper {
  position: relative;
  transition: all 500ms ease; }

[data-gallery][data-gallery-position="horizontal"] {
  padding-bottom: 0;
  padding-right: 0; }
  [data-gallery][data-gallery-position="horizontal"] .gallery-selector {
    background: #fff;
    min-width: 100%;
    position: relative;
    padding: 0px 20px; }
    @media (max-width: 767px) {
      [data-gallery][data-gallery-position="horizontal"] .gallery-selector {
        display: block; } }
  [data-gallery][data-gallery-position="horizontal"] .gallery-selector-item {
    float: left;
    margin: 0;
    padding-bottom: 13px;
    padding-top: 13px;
    width: 180px; }
  [data-gallery][data-gallery-position="horizontal"] .gallery-selector-media {
    border: 0;
    margin: 0; }
  [data-gallery][data-gallery-position="horizontal"] .gallery-area {
    background-color: #ffffff;
    margin-left: 0;
    border: 1px solid #e3e3e3;
    width: 100%; }
    [data-gallery][data-gallery-position="horizontal"] .gallery-area .fa-camera {
      color: #fff;
      right: 25px;
      padding-left: 0;
      top: 15px;
      font-size: 1.3em; }
    [data-gallery][data-gallery-position="horizontal"] .gallery-area .photo-gallery-counter {
      display: none;
      /*font-family: "Roboto Condensed", "Helvetica Neue", Arial, sans-serif;
                color: #666666;
                font-size: 1.2em;
                padding-left: 0.5em;
                position: relative;
                font-weight: bold;
                display: inline-block;
                margin: 3px 0px;*/ }
    [data-gallery][data-gallery-position="horizontal"] .gallery-area .photo-gallery-span-c {
      font-family: "Roboto Condensed", "Helvetica Neue", Arial, sans-serif;
      color: #666666;
      font-size: 1.2em;
      position: relative;
      font-weight: bold;
      display: inline-block;
      margin: 3px 0px; }
    [data-gallery][data-gallery-position="horizontal"] .gallery-area .photo-gallery-item {
      height: auto; }
  [data-gallery][data-gallery-position="horizontal"] .gallery-selector-slider {
    left: 0px; }

@media (max-width: 767px) {
  [data-gallery][data-gallery-size="medium"] .controller {
    top: 50px; } }

[data-gallery][data-gallery-position="vertical"] .gallery-selector-slider {
  bottom: 25px;
  position: absolute;
  top: 50px; }
  [data-gallery][data-gallery-position="vertical"] .gallery-selector-slider.col-2-sized {
    top: 35px; }

[data-gallery][data-gallery-position="vertical"] .gallery-selector .controller.full {
  background: none;
  bottom: auto;
  height: auto;
  line-height: 1em;
  padding: 0;
  text-align: center;
  top: auto;
  width: 100%; }

[data-gallery][data-gallery-position="vertical"] .gallery-selector .controller.prev {
  top: 15px; }

[data-gallery][data-gallery-position="vertical"] .gallery-selector .controller.next {
  bottom: 0px; }

[data-gallery].hide-gallery-selector .gallery-selector {
  display: none; }

[data-gallery].hide-gallery-selector[data-gallery-position="horizontal"] .gallery-area {
  padding-left: 0;
  padding-top: 0; }

@media (max-width: 767px) {
  [data-gallery][data-gallery-position="vertical"] {
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0; }
    [data-gallery][data-gallery-position="vertical"] .gallery-selector {
      background: #3F4042;
      min-width: 100%;
      position: relative; }
    [data-gallery][data-gallery-position="vertical"] .gallery-selector-item {
      float: left;
      margin: 0;
      padding-bottom: 13px;
      padding-top: 13px;
      width: 152px; }
    [data-gallery][data-gallery-position="vertical"] .photo-gallery-title {
      font-size: 1.1em; }
    [data-gallery][data-gallery-position="vertical"] .gallery-selector-media {
      border: 0;
      margin: 0; }
    [data-gallery][data-gallery-position="vertical"] .gallery-area {
      margin-left: 0;
      padding: 10px;
      width: 100%; }
    [data-gallery][data-gallery-position="vertical"] .photo-gallery-selector-title {
      display: none; }
    [data-gallery][data-gallery-position="vertical"] .controller {
      top: 30px; } }

.galeriamultimedia-doscolumnas.hide-gallery-selector {
  padding: 0; }

@media (max-width: 767px) {
  .galeriamultimedia-doscolumnas.hide-gallery-selector {
    padding: 0 0 25px; } }

.photo-gallery-container.with-color .photo-gallery {
  background: transparent; }

.photo-gallery-container.with-color .photo-gallery-title {
  color: #fff; }
  .photo-gallery-container.with-color .photo-gallery-title:hover {
    color: #fff; }
    .photo-gallery-container.with-color .photo-gallery-title:hover:before {
      color: #fff; }
  .photo-gallery-container.with-color .photo-gallery-title:before {
    color: #fff; }

.photo-gallery-container.with-color .photo-gallery-caption {
  display: none;
  background: transparent; }

.photo-gallery-container.cat-verde {
  background: #4f9157; }
  .photo-gallery-container.cat-verde .gallery-selector {
    background: #25662d; }
    .photo-gallery-container.cat-verde .gallery-selector .controller {
      background: #034d0c; }
      .photo-gallery-container.cat-verde .gallery-selector .controller.full {
        background: #034d0c; }
      .photo-gallery-container.cat-verde .gallery-selector .controller:hover, .photo-gallery-container.cat-verde .gallery-selector .controller.full:hover {
        background: #002905; }
  .photo-gallery-container.cat-verde .photo-gallery-item.active {
    border-bottom: #25662d; }

.photo-gallery-container.cat-azul {
  background: #346492;
  background: #346492; }
  .photo-gallery-container.cat-azul .gallery-selector {
    background: #204467; }
    .photo-gallery-container.cat-azul .gallery-selector .controller {
      background: #0d355a; }
      .photo-gallery-container.cat-azul .gallery-selector .controller.full {
        background: #0d355a; }
      .photo-gallery-container.cat-azul .gallery-selector .controller:hover, .photo-gallery-container.cat-azul .gallery-selector .controller.full:hover {
        background: #041f38; }
  .photo-gallery-container.cat-azul .photo-gallery-item.active {
    border-bottom: #204467; }

.photo-gallery-container.cat-gris {
  background: #6d7b8c; }
  .photo-gallery-container.cat-gris .gallery-selector {
    background: #4f5863; }
    .photo-gallery-container.cat-gris .gallery-selector .controller {
      background: #2a2d32; }
      .photo-gallery-container.cat-gris .gallery-selector .controller.full {
        background: #2a2d32; }
      .photo-gallery-container.cat-gris .gallery-selector .controller:hover, .photo-gallery-container.cat-gris .gallery-selector .controller.full:hover {
        background: #101011; }
  .photo-gallery-container.cat-gris .photo-gallery-item.active {
    border-bottom: #4f5863; }

.photo-gallery-container.cat-cyan {
  background: #1474cf; }
  .photo-gallery-container.cat-cyan .gallery-selector {
    background: #1e588e; }
    .photo-gallery-container.cat-cyan .gallery-selector .controller {
      background: #0b3760; }
      .photo-gallery-container.cat-cyan .gallery-selector .controller.full {
        background: #0b3760; }
      .photo-gallery-container.cat-cyan .gallery-selector .controller:hover, .photo-gallery-container.cat-cyan .gallery-selector .controller.full:hover {
        background: #03172b; }
  .photo-gallery-container.cat-cyan .photo-gallery-item.active {
    border-bottom: #1e588e; }

.photo-gallery-container.cat-celeste {
  background: #9ed0ff; }
  .photo-gallery-container.cat-celeste .gallery-selector {
    background: #3d8cd6; }
    .photo-gallery-container.cat-celeste .gallery-selector .controller {
      background: #0d5ca7; }
      .photo-gallery-container.cat-celeste .gallery-selector .controller.full {
        background: #0d5ca7; }
      .photo-gallery-container.cat-celeste .gallery-selector .controller:hover, .photo-gallery-container.cat-celeste .gallery-selector .controller.full:hover {
        background: #043664; }
  .photo-gallery-container.cat-celeste .photo-gallery-item.active {
    border-bottom: #3d8cd6; }
  .photo-gallery-container.cat-celeste.with-color .photo-gallery {
    background: transparent; }
  .photo-gallery-container.cat-celeste.with-color .photo-gallery-title {
    color: #000; }
    .photo-gallery-container.cat-celeste.with-color .photo-gallery-title:hover {
      color: #000; }
      .photo-gallery-container.cat-celeste.with-color .photo-gallery-title:hover:before {
        color: #000; }
    .photo-gallery-container.cat-celeste.with-color .photo-gallery-title:before {
      color: #000; }
  .photo-gallery-container.cat-celeste.with-color .photo-gallery-caption {
    display: none;
    background: transparent; }
  .photo-gallery-container.cat-celeste.with-color .photo-gallery-counter {
    /*color: #000;*/
    display: none; }

.photo-gallery-container.cat-magenta {
  background: #c61278; }
  .photo-gallery-container.cat-magenta .gallery-selector {
    background: #960658; }
    .photo-gallery-container.cat-magenta .gallery-selector .controller {
      background: #770043; }
      .photo-gallery-container.cat-magenta .gallery-selector .controller.full {
        background: #770043; }
      .photo-gallery-container.cat-magenta .gallery-selector .controller:hover, .photo-gallery-container.cat-magenta .gallery-selector .controller.full:hover {
        background: #420025; }
  .photo-gallery-container.cat-magenta .photo-gallery-item.active {
    border-bottom: #960658; }

.photo-gallery-container.cat-naranja {
  background: #e37b57; }
  .photo-gallery-container.cat-naranja .gallery-selector {
    background: #c65129; }
    .photo-gallery-container.cat-naranja .gallery-selector .controller {
      background: #9f3410; }
      .photo-gallery-container.cat-naranja .gallery-selector .controller.full {
        background: #9f3410; }
      .photo-gallery-container.cat-naranja .gallery-selector .controller:hover, .photo-gallery-container.cat-naranja .gallery-selector .controller.full:hover {
        background: #5d1b04; }
  .photo-gallery-container.cat-naranja .photo-gallery-item.active {
    border-bottom: #c65129; }

.photo-gallery-container.cat-violeta {
  background: #78419a; }
  .photo-gallery-container.cat-violeta .gallery-selector {
    background: #5b237e; }
    .photo-gallery-container.cat-violeta .gallery-selector .controller {
      background: #2f0449; }
      .photo-gallery-container.cat-violeta .gallery-selector .controller.full {
        background: #2f0449; }
      .photo-gallery-container.cat-violeta .gallery-selector .controller:hover, .photo-gallery-container.cat-violeta .gallery-selector .controller.full:hover {
        background: #0c0014; }
  .photo-gallery-container.cat-violeta .photo-gallery-item.active {
    border-bottom: #5b237e; }

.photo-gallery-container.cat-marron {
  background: #b09a6e; }
  .photo-gallery-container.cat-marron .gallery-selector {
    background: #937843; }
    .photo-gallery-container.cat-marron .gallery-selector .controller {
      background: #67490e; }
      .photo-gallery-container.cat-marron .gallery-selector .controller.full {
        background: #67490e; }
      .photo-gallery-container.cat-marron .gallery-selector .controller:hover, .photo-gallery-container.cat-marron .gallery-selector .controller.full:hover {
        background: #362502; }
  .photo-gallery-container.cat-marron .photo-gallery-item.active {
    border-bottom: #937843; }

.photo-gallery-container.cat-rojo {
  background: #bb3d41; }
  .photo-gallery-container.cat-rojo .gallery-selector {
    background: #88161a; }
    .photo-gallery-container.cat-rojo .gallery-selector .controller {
      background: #570407; }
      .photo-gallery-container.cat-rojo .gallery-selector .controller.full {
        background: #570407; }
      .photo-gallery-container.cat-rojo .gallery-selector .controller:hover, .photo-gallery-container.cat-rojo .gallery-selector .controller.full:hover {
        background: #260102; }
  .photo-gallery-container.cat-rojo .photo-gallery-item.active {
    border-bottom: #88161a; }

.photo-gallery-container.cat-amarillo {
  background: #cbbb61; }
  .photo-gallery-container.cat-amarillo .gallery-selector {
    background: #a3912f; }
    .photo-gallery-container.cat-amarillo .gallery-selector .controller {
      background: #7c6b0f; }
      .photo-gallery-container.cat-amarillo .gallery-selector .controller.full {
        background: #7c6b0f; }
      .photo-gallery-container.cat-amarillo .gallery-selector .controller:hover, .photo-gallery-container.cat-amarillo .gallery-selector .controller.full:hover {
        background: #524605; }
  .photo-gallery-container.cat-amarillo .photo-gallery-item.active {
    border-bottom: #a3912f; }

.note-by-author {
  margin-top: 0;
  margin-bottom: 25px !important; }
  .note-by-author .obj-title {
    color: #C82828;
    margin-top: 7px;
    margin-bottom: 20px; }
    .note-by-author .obj-title::first-letter {
      color: #FFFFFF;
      background: #C82828; }
  .note-by-author .containment {
    position: relative;
    max-height: 180px; }
  .note-by-author .swiper-slide {
    padding: 15px 20px;
    height: auto;
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    -ms-grid-row-align: stretch;
    align-self: stretch; }
  .note-by-author .note {
    line-height: 0;
    background-color: #FFFFFF;
    height: 100%;
    box-shadow: 0 3px 12px rgba(0, 0, 0, 0.23), 0 3px 12px rgba(0, 0, 0, 0.16);
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center; }
    .note-by-author .note + .note {
      margin-left: 10px; }
    .note-by-author .note .figure {
      width: 125px;
      vertical-align: bottom; }
      .note-by-author .note .figure img {
        vertical-align: bottom; }
    .note-by-author .note .info-wrapper {
      margin-left: 10px;
      padding-right: 15px;
      position: inherit; }
      .note-by-author .note .info-wrapper .title {
        font-family: "IBM Plex Sans", "Helvetica Neue", Arial, sans-serif;
        font-size: 1.0625em;
        font-weight: 500;
        color: #333333;
        line-height: 1.2em;
        min-height: 4.8em;
        max-height: 4.8em;
        overflow: hidden;
        margin-bottom: 15px;
        margin-top: 10px; }
      .note-by-author .note .info-wrapper .author {
        color: #C82828;
        font-family: "IBM Plex Sans Condensed", "Helvetica Neue", Arial, sans-serif;
        font-size: 1em;
        font-weight: 700;
        margin-bottom: 20px;
        display: inline-block;
        line-height: 1.2em; }
  .note-by-author .swiper-container {
    width: calc(100% - 20px);
    padding: 0 10px; }
  .note-by-author .swiper-button-next,
  .note-by-author .swiper-button-prev {
    background-image: none;
    width: 25px;
    font-size: 40px;
    height: 100%;
    top: 0;
    bottom: 0;
    margin-top: 0;
    text-align: center;
    line-height: 4.125em;
    color: #B6B6B6;
    outline: none;
    -webkit-transition: color 0.2s ease;
    -moz-transition: color 0.2s ease;
    -ms-transition: color 0.2s ease;
    -o-transition: color 0.2s ease;
    transition: color 0.2s ease;
    z-index: 2; }
    .note-by-author .swiper-button-next:hover,
    .note-by-author .swiper-button-prev:hover {
      color: #C82828; }
  .note-by-author .swiper-button-next {
    right: 0; }
  .note-by-author .swiper-button-prev {
    left: 0; }

.list-articles {
  margin-bottom: 25px; }
  .list-articles .article {
    margin-bottom: 25px; }
  .list-articles .figure {
    position: relative;
    display: block;
    width: 100%;
    height: 0;
    padding-bottom: 74.88789%; }
    .list-articles .figure > a:first-of-type {
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      overflow: hidden; }
      .list-articles .figure > a:first-of-type img {
        position: absolute;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        transform: translateY(-50%);
        -webkit-backface-visibility: hidden;
        -moz-backface-visibility: hidden;
        backface-visibility: hidden;
        -webkit-transform-style: preserve-3d;
        -moz-transform-style: preserve-3d;
        -ms-transform-style: preserve-3d;
        transform-style: preserve-3d; }
  .list-articles .article-theme {
    background-color: #C82828;
    font-family: "IBM Plex Sans Condensed", "Helvetica Neue", Arial, sans-serif;
    font-size: 0.875em;
    color: #fff;
    font-weight: 500;
    padding: 8px 10px;
    top: auto;
    right: auto;
    bottom: 0;
    left: -5px;
    white-space: nowrap;
    position: absolute; }
    .list-articles .article-theme:hover {
      left: 0; }
  .list-articles .title {
    font-family: "IBM Plex Sans", "Helvetica Neue", Arial, sans-serif;
    font-weight: 300;
    font-size: 1.875em;
    color: #353535;
    line-height: 1.2em;
    min-height: 0;
    margin-bottom: 25px; }
  .list-articles .preview {
    font-family: "Roboto", "Helvetica Neue", Arial, sans-serif;
    font-weight: 300;
    font-size: 1em;
    color: #353535;
    line-height: 1.2em;
    min-height: 0; }
    .list-articles .preview p {
      font-family: "Roboto", "Helvetica Neue", Arial, sans-serif;
      font-weight: 300;
      font-size: 1em;
      color: #353535; }
  .list-articles .articles-pagination [class*="button"] {
    background: #C82828;
    color: #FFFFFF;
    font-family: "IBM Plex Sans Condensed", "Helvetica Neue", Arial, sans-serif;
    font-weight: 500;
    font-size: 1em;
    padding: 20px 15px;
    display: inline-block;
    -webkit-transition: background 0.2s ease;
    -moz-transition: background 0.2s ease;
    -ms-transition: background 0.2s ease;
    -o-transition: background 0.2s ease;
    transition: background 0.2s ease;
    margin-right: 25px; }
    .list-articles .articles-pagination [class*="button"]:hover {
      cursor: pointer;
      background: #9e2020; }
    .list-articles .articles-pagination [class*="button"] i {
      padding-left: 10px;
      vertical-align: bottom; }
    .list-articles .articles-pagination [class*="button"].prev-button i {
      padding-left: 0;
      padding-right: 10px; }

/*# sourceMappingURL=detail-desktop.css.map */