* {
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
  scroll-padding-top: 200px;
}
body {
  background-color: #fff;
  color: #333;
  font-family: var(--font-source-sans-pro), "Helvetica Neue", Helvetica, Arial,
    sans-serif;
  font-size: 14px;
  line-height: 1.42857143;
  margin: 0;
}
body svg {
  fill: inherit;
  color: inherit;
}
body ul {
  margin-bottom: 10px;
  margin-top: 0;
}
body a {
  text-decoration: none;
}
body img {
  border: 0;
  vertical-align: middle;
}
body h1,
body h3 {
  margin-bottom: 10px;
  margin-top: 20px;
}
body h1,
body h3,
body h4 {
  color: inherit;
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
}
body h1 {
  font-size: 36px;
  margin: 0.67em 0;
}
body h3 {
  font-size: 24px;
}
body h4 {
  font-size: 18px;
}
body p {
  margin: 0 0 10px;
}
body button,
body textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}
body button {
  overflow: visible;
}
body button {
  text-transform: inherit;
}
body button {
  -webkit-appearance: button;
  -moz-appearance: button;
  appearance: button;
  cursor: pointer;
}
body button::-moz-focus-inner {
  border: 0;
  padding: 0;
}
body textarea {
  border: none;
  display: block;
  min-height: 50px;
  outline: 0;
  padding: 0.375rem 0.75rem;
}

:root {
  --font-source-sans-pro: Source Sans Pro;
  --font-source-serif-pro: Source Serif Pro;
  --color-milenio: #b10b1f;
  --color-primary: #b10b1f;
  --color-secondary: #f1f1f1;
  --color-accent: #d1d1d1;
  --color-base-light: #fff;
  --color-base-dark: #000;
  --color-background: #fff;
  --color-background-2: #ededed;
  --color-background-3: #f5f5f5;
  --color-urgent: #fde636;
}
body {
  font-family: var(--font-source-sans-pro);
  font-weight: 400;
}
* {
  color: inherit;
  font-family: inherit;
  font-size: inherit;
  font-style: inherit;
  font-weight: inherit;
  line-height: inherit;
  text-overflow: inherit;
  text-transform: inherit;
  white-space: inherit;
}
b,
strong {
  font-weight: 700;
}
a:hover {
  text-decoration: underline;
}
body,
html {
  height: 100%;
}
@media (max-width: 968px) {
  body::-webkit-scrollbar,
  body::-webkit-scrollbar-button {
    display: none;
  }
}
#root {
  min-height: 100vh;
}
#root > * {
  max-width: 100vw;
}
#root > header {
  order: 1;
}
#root > main {
  display: grid;
  grid-template-columns: auto;
  justify-items: center;
  order: 2;
  position: relative;
}
#root > main > .content {
  align-items: center;
  display: flex;
  flex-direction: column;
  gap: 10px;
  height: 100%;
  max-width: 100vw;
  order: 2;
  width: 100%;
}
#root > footer {
  order: 3;
  overflow-x: hidden;
  position: sticky;
  top: 100%;
}
@media (min-width: 1366px) {
  #root > main {
    gap: 10px;
    /* grid-template-columns: auto 1fr auto; */
  }
}
header#main-header {
  position: sticky;
  top: 0;
  z-index: 10;
}
.header-wrapper {
  display: flex;
  flex-direction: column;
}
.navbar {
  align-items: center;
  background-color: var(--color-primary, var(--color-milenio, #000));
  display: flex;
  height: 65px;
  justify-content: space-between;
  order: 2;
  padding: 0 15px;
  position: relative;
  transition: height 0.2s linear;
  z-index: 4;
}
.navbar > * {
  max-height: 70px;
}
.navbar > *,
.navbar > * > img {
  height: 100%;
}
.navbar__name {
  clip: rect(0 0 0 0);
  border: 0;
  height: 0.0625rem;
  margin: -0.0625rem;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 0.0625rem;
}
.navbar__logo {
  fill: var(--color-base-light, #fff);
  align-items: center;
  display: flex;
  left: 50%;
  position: absolute;
  transform: translateX(-50%);
}
.navbar__logo img {
  max-height: 80%;
  max-width: 240px;
  width: auto;
}
.navbar__left {
  align-items: center;
  color: var(--color-base-light, #fff);
  display: flex;
  height: 100%;
  justify-content: flex-start;
  left: 0;
}
.navbar__left .menu-button {
  align-items: center;
  cursor: pointer;
  display: inherit;
  position: relative;
  z-index: 1;
}
.navbar__left .menu-button .close-menu-icon {
  display: none;
}
.navbar__left .menu-button svg {
  fill: var(--color-base-light, #fff);
  stroke: var(--color-base-light, #fff);
  stroke-width: 1px;
}
.navbar__left .menu-button .label {
  display: none;
  font-size: 13px;
  font-weight: 600;
  margin: 0 18px 0 10px;
}
.navbar__left .menu-button .label-close {
  display: none;
}
.navbar__left .sections {
  display: none;
  height: 100%;
  text-align: left;
}
.navbar__left .sections .places {
  border-left: 1px solid var(--color-base-light, #fff);
  font-size: 14px;
  font-weight: 600;
  padding: 0 15px;
  position: relative;
  text-transform: uppercase;
  transition: width 0.2s linear;
}
.navbar__left .sections .places .selected {
  align-items: center;
  cursor: pointer;
  display: flex;
  height: inherit;
  justify-content: space-between;
  position: relative;
  white-space: nowrap;
}
.navbar__left .sections .places .selected .label {
  padding-right: 5px;
}
.navbar__left .sections .places .selected .label .close {
  color: var(--color-primary, var(--color-milenio, #000));
  display: none;
  font-size: 13px;
  text-transform: none;
}
.navbar__left .sections .places .selected .toggle-icon {
  fill: var(--color-base-light, #fff);
}
.navbar__right {
  align-items: center;
  display: flex;
  justify-content: flex-end;
  right: 0;
}
.navbar__right .controls {
  display: none;
}
.navbar__right .account-icon-mobile {
  fill: var(--color-base-light, #fff);
  cursor: pointer;
  margin-right: 15px;
}
header#main-header nav.nav-sections,
header#main-header nav.nav-today {
  align-items: center;
  background-color: var(--color-base-light, #fff);
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  font-family: var(--font-source-sans-pro);
  height: 50px;
  min-height: 50px;
  white-space: nowrap;
  z-index: 0;
}
header#main-header nav.nav-today > :not(:last-child) {
  padding-right: 7.5px;
}
header#main-header nav.nav-sections ul,
header#main-header nav.nav-today ul {
  margin: 0;
  overflow: auto;
  padding: 0;
}
header#main-header nav.nav-sections ul::-webkit-scrollbar,
header#main-header nav.nav-today ul::-webkit-scrollbar {
  display: none;
}
header#main-header nav.nav-sections li,
header#main-header nav.nav-today li {
  display: inline;
  text-decoration: none;
}
header#main-header nav.nav-today {
  font-size: 14px;
  order: 1;
  padding: 8px 15px;
  position: relative;
}
header#main-header nav.nav-today .account,
header#main-header nav.nav-today .date {
  display: none;
}
header#main-header nav.nav-today .account > * {
  align-items: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin: 4px 12px;
  padding: 0;
}
header#main-header nav.nav-today .date:first-child {
  padding-right: 15px;
}
header#main-header nav.nav-today .account:last-child {
  padding-left: 15px;
}
header#main-header nav.nav-today .account svg {
  fill: var(--color-primary, var(--color-milenio, #000));
}
header#main-header nav.nav-today .account .account-icon {
  background: none;
  border: none;
}
header#main-header nav.nav-today .navigation {
  align-items: center;
  color: #555;
  display: flex;
  overflow: auto;
}
header#main-header nav.nav-today .navigation > :first-child:not(:only-child) {
  padding-right: 7.5px;
}
header#main-header nav.nav-today .navigation li:not(:last-child):after {
  content: "•";
  margin: 0 2px;
}
header#main-header nav.nav-today .date {
  color: var(--color-base-dark, #000);
  text-transform: capitalize;
}
header#main-header nav.nav-sections {
  flex-direction: column;
  font-size: 18px;
  height: -moz-max-content;
  height: max-content;
  order: 4;
  z-index: 3;
}
header#main-header nav.nav-sections ul {
  gap: 8px;
  overflow: initial;
}
header#main-header nav.nav-sections a {
  text-decoration: none;
}
header#main-header nav.nav-sections .opinion {
  padding: 0 16px;
  text-transform: uppercase;
}
header#main-header nav.nav-sections .opinion:hover {
  color: var(--color-primary, var(--color-milenio, #000));
}
.nav-sections-container {
  position: relative;
  width: 100%;
}
.nav-sections-links {
  display: flex;
  gap: 16px;
  height: 50px;
  overflow: auto;
  width: 100%;
}
.nav-sections-links > * {
  align-items: center;
  display: inherit;
}
.nav-sections-links .opinion {
  font-weight: 600;
}
.nav-sections-links .section-links {
  gap: 16px;
}
.nav-sections-links .printed-toggle {
  fill: var(--color-base-dark, #000);
  cursor: pointer;
  font-weight: 600;
  height: 100%;
  justify-content: space-between;
  padding: 8px;
  text-align: center;
  text-transform: uppercase;
}
.printed-menu {
  background-color: #ededed;
  color: #555;
  display: none;
  justify-content: center;
  text-align: center;
  width: 100vw;
}
@media (min-width: 968px) {
  header#main-header nav.nav-today {
    font-size: 12px;
    justify-content: space-between;
  }
  header#main-header nav.nav-today .account,
  header#main-header nav.nav-today .date {
    align-items: center;
    display: flex;
    margin-right: 10px;
  }
  header#main-header nav.nav-today .navigation {
    left: 50%;
    max-width: 50%;
    position: absolute;
    transform: translateX(-50%);
  }
}
@media screen and (min-width: 968px) and (min-width: 1396px) {
  header#main-header .navbar,
  header#main-header nav.nav-sections,
  header#main-header nav.nav-today {
    padding: 0 calc(50% - 683px);
  }
}
@media (min-width: 968px) {
  .navbar {
    height: 70px;
  }
  .nav-sections-container {
    max-width: 960px;
  }
  .navbar__left .menu-button .label {
    display: initial;
  }
  .navbar__left .sections {
    align-items: center;
    display: inline-flex;
  }
  .navbar__right .controls {
    display: inherit;
    font-weight: 600;
  }
  .navbar__right .controls > :not(:last-child) {
    margin-right: 15px;
  }
  .navbar__right .controls .btn-live-tv {
    fill: var(--color-secondary, #000);
    align-items: center;
    background-color: var(--color-primary, var(--color-milenio, #000));
    border: 2px solid var(--color-secondary, #000);
    border-radius: 45px;
    color: var(--color-secondary, #000);
    display: inline-flex;
    height: 30px;
    padding: 4px 12px;
  }
  .navbar__right .controls .btn-register {
    fill: var(--color-primary, var(--color-milenio, #000));
    align-items: center;
    background-color: var(--color-secondary, #000);
    border: none;
    border-radius: 45px;
    color: var(--color-primary, var(--color-milenio, #000));
    display: inline-flex;
    height: 30px;
    padding: 4px 12px;
  }
  .navbar__right .account-icon-mobile {
    display: none;
  }
}
@media (min-width: 1440px) {
  header#main-header nav.nav-today .navigation {
    max-width: 968px;
  }
}
main .content {
  padding: 0 10px;
}
#main-content {
  margin-top: 10px;
  transition: all 0.3s ease-in-out;
}
#main-content > .content {
  padding: 0;
}
.social-media {
  color: #bababc;
  float: right;
}
@font-face {
  font-family: swiper-icons;
  font-style: normal;
  font-weight: 400;
  src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA")
    format("woff");
}
:root {
  --swiper-theme-color: #007aff;
}
:host(.swiper-horizontal.swiper-rtl)
  .swiper-pagination-bullets-dynamic
  .swiper-pagination-bullet {
  transition: transform 0.2s, right 0.2s;
}
.navbar__left .sections .places {
  border-left: 1px solid var(--color-base-light, #fff);
  font-size: 14px;
  font-weight: 600;
  padding: 0 15px;
  position: relative;
  text-transform: uppercase;
  transition: width 0.2s linear;
}
.printed-menu * {
  white-space: normal;
}
.printed-menu__grid {
  align-items: center;
  display: grid;
  gap: 10px;
  grid-template-areas: "head" "cover" "foot";
  max-width: 375px;
  padding: 22px 16px 27px;
}
.printed-menu__heading {
  grid-area: head;
}
.printed-menu__heading__title {
  display: block;
  font-family: var(--font-source-serif-pro);
  font-size: 24px;
  font-weight: 900;
  line-height: 26px;
}
.printed-menu__heading span {
  font-size: 18px;
  line-height: 26px;
}
.printed-menu__cover {
  cursor: pointer;
  display: flex;
  grid-area: cover;
  justify-content: center;
  position: relative;
}
.printed-menu__more-info {
  align-items: center;
  display: flex;
  flex-direction: column;
  gap: 5px;
  grid-area: foot;
  line-height: 24px;
}
.printed-menu__more-info * {
  font-size: 18px;
}
.printed-menu__more-info a {
  align-items: center;
  background-color: var(--color-primary, var(--color-milenio, #000));
  border-radius: 50px;
  color: var(--color-base-light, #fff);
  display: flex;
  font-size: 14px;
  height: 40px;
  justify-content: center;
  line-height: 17px;
  white-space: nowrap;
  width: 248px;
}
@media (min-width: 968px) {
  header#main-header nav.nav-sections {
    font-size: 14px;
    line-height: 17px;
    overflow: initial;
  }
  header#main-header nav.nav-sections ul {
    overflow: auto;
  }
  .nav-sections-links {
    justify-content: space-between;
  }
  .nav-sections-links .printed-toggle {
    font-weight: 400;
  }
  .nav-sections-links .printed-toggle:hover {
    color: var(--color-primary, var(--color-milenio, #000));
  }
  .printed-menu {
    height: 328px;
    position: absolute;
    right: 0;
    text-align: left;
    top: 100%;
    width: 505px;
  }
  .printed-menu__grid {
    align-items: start;
    gap: 8px;
    grid-template-areas: "head cover" "foot cover";
    max-width: none;
    padding: 15px 15px 20px 26px;
  }
  .printed-menu__heading {
    grid-area: head;
    width: 258px;
  }
  .printed-menu__heading span {
    font-size: 16px;
    line-height: 28px;
  }
  .printed-menu__heading span:first-child {
    font-size: 26px;
    line-height: 28px;
  }
  .printed-menu__more-info {
    align-items: flex-start;
    align-self: end;
    gap: 7px;
    line-height: 24px;
  }
  .printed-menu__more-info * {
    font-size: 16px;
  }
  .printed-menu__more-info a {
    font-size: 12px;
    font-weight: 700;
    height: 30px;
    width: 199px;
  }
  header#main-header
    .sections-menu
    nav.options
    > ul
    .father
    .children
    li::marker {
    font-size: 10px;
  }
}
footer#main-footer {
  background-color: var(--color-background, #000);
  display: grid;
  grid-template-rows: auto 1fr;
  overflow-y: hidden;
  z-index: 10;
}
footer#main-footer > * {
  max-width: 100vw;
  width: 100%;
}
footer#main-footer .head {
  background-color: var(--color-milenio, #000);
  display: flex;
  height: 55px;
  justify-content: space-between;
  order: 1;
}
footer#main-footer .head .left {
  display: flex;
  flex-grow: 1;
  height: 44px;
  justify-content: space-between;
  margin-bottom: 6px;
  margin-left: 15px;
  margin-top: 5px;
}
footer#main-footer .head .left .logos > * {
  height: 100%;
  width: auto;
}
footer#main-footer .head .left nav.sections {
  display: none;
}
footer#main-footer .content {
  align-items: center;
  color: #888;
  display: flex;
  flex-direction: column;
  font-family: var(--font-source-serif-pro);
  font-size: 12px;
  font-weight: 500;
  order: 2;
  text-transform: uppercase;
}
footer#main-footer
  .content
  > :not(:only-child):not(.eo-free):not(:first-child) {
  border-top: 1px solid #e9e9e9;
  margin-top: 9.5px;
  padding-top: 9.5px;
}
footer#main-footer .content > * {
  align-items: center;
  justify-content: center;
  width: 100%;
}
footer#main-footer .content .rights-reserved {
  line-height: 17px;
  padding: 15px 0 5px;
  text-align: center;
}
footer#main-footer .content .sections {
  -moz-column-count: 2;
  column-count: 2;
  -moz-column-gap: 42px;
  column-gap: 42px;
  -moz-column-rule: 2px dotted var(--color-accent, #000);
  column-rule: 2px dotted var(--color-accent, #000);
  font-size: 16px;
  font-weight: 700;
  line-height: 36px;
  padding-left: 41px;
  padding-right: 32px;
  text-decoration: none;
  text-transform: none;
}
footer#main-footer .content .sections .item-sec {
  list-style: none;
  margin-bottom: 8px;
}
footer#main-footer .content .sections .item-sec:before {
  content: "-";
}
footer#main-footer .content .sections .item-sec > a {
  padding: 15px 4px;
}
footer#main-footer .content .sections a:hover {
  text-decoration: none;
}
footer#main-footer .content .external-logos {
  display: flex;
  height: 55px;
  padding-left: 19px;
  padding-right: 15px;
}
footer#main-footer .content .external-logos img {
  height: 35px;
  width: auto;
}
footer#main-footer .content .social-media {
  display: flex;
  flex-direction: column;
  margin: 8px 0 20px;
}
footer#main-footer .content .social-media-header {
  line-height: 13px;
  margin-bottom: 16px;
}
footer#main-footer .content .social-media-links {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
  justify-content: center;
  width: 100%;
}
footer#main-footer .content .social-media-links a {
  align-items: center;
  background-color: #888;
  border-radius: 100px;
  display: flex;
  height: 45px;
  justify-content: center;
  width: 45px;
}
footer#main-footer .content .social-media-links a svg {
  fill: var(--color-base-light, #fff);
  scale: 1.4;
}
@media screen and (min-width: 1390px) {
  footer#main-footer .content,
  footer#main-footer .head {
    padding-left: calc(50% - 683px);
    padding-right: calc(50% - 683px);
  }
}
@media (min-width: 968px) {
  footer#main-footer .head .left {
    color: var(--color-base-light, #fff);
    font-family: var(--font-source-sans-pro);
    font-size: 14px;
    font-weight: 600;
    line-height: 17px;
    margin-right: 29px;
  }
  footer#main-footer .head .left nav.sections {
    align-items: center;
    display: flex;
    flex-direction: row;
    flex-grow: 1;
    flex-wrap: nowrap;
    justify-content: flex-end;
    margin-left: 12px;
    max-width: 70vw;
    white-space: nowrap;
  }
  footer#main-footer .head .left nav.sections ul {
    list-style: none;
    margin: 0;
    padding: 0;
  }
  footer#main-footer .head .left nav.sections ul li {
    display: inline;
  }
  footer#main-footer .head .left nav.sections ul li:not(:last-child) {
    padding-right: 12px;
  }
  footer#main-footer .head .left nav.sections ul li * {
    text-decoration: none;
  }
  footer#main-footer .content {
    flex-direction: row;
    height: 55px;
  }
  footer#main-footer
    .content
    > :not(:only-child):not(.eo-free):not(:first-child) {
    border-top: 0;
    margin-top: 0;
    padding-top: 0;
  }
  footer#main-footer .content .rights-reserved {
    font-family: var(--font-source-sans-pro);
    font-size: 14px;
    padding: 0;
  }
  footer#main-footer .content .sections {
    display: none;
  }
  footer#main-footer .content .external-logos {
    height: 39px;
    justify-content: flex-end;
    padding: 0 6px 0 0;
  }
  footer#main-footer .content .social-media {
    border-left: 1px solid var(--color-accent, #000);
    flex-direction: row;
    font-family: var(--font-source-sans-pro);
    font-size: 11px;
    gap: 12px;
    justify-content: flex-end;
    margin: 0;
    max-height: 55px;
    padding-left: 12px;
    padding-right: 9px;
    width: auto;
  }
  footer#main-footer .content .social-media-header {
    font-size: 10px;
    margin: 0;
  }
  footer#main-footer .content .social-media-links {
    flex-wrap: nowrap;
    gap: 11px;
    justify-content: normal;
  }
  footer#main-footer .content .social-media-links a {
    height: 35px;
    width: 35px;
  }
  footer#main-footer .content .social-media-links a svg {
    scale: 1;
  }
}
a {
  outline: none;
  cursor: pointer !important;
}

body {
  top: 0px;
  color: rgb(27, 53, 74);
  width: 100%;
  height: 100%;
  font-family: sans-serif;
  font-size: 18px;
  line-height: 1.4;
  margin: 0px auto;
  overflow-x: hidden;
  cursor: default;
}

.base {
  a {
    text-decoration: underline;
    color: rgb(0, 0, 255);
    cursor: auto;
  }

  a:hover {
    color: rgb(52, 52, 253);
    text-decoration: none;
  }
}

h1 {
  margin: 0px 0px 17px;
  font-family: sans-serif;
  font-size: 30px;
  line-height: 34px;
  color: rgb(27, 53, 74);
}

.base {
  ul li,
  ol li {
    font-size: 18px;
    line-height: 22px;
    margin-bottom: 10px;
  }
}

p {
  margin: 15px 0px;
}

.container {
  width: 1020px;
  position: relative;
  margin: 0px auto;
}

header {
  position: relative;
  width: 100%;
  background-color: rgb(255, 255, 255);
}

.text_section {
  position: relative;
  width: 100%;
  padding-bottom: 10px;
}

.white_base {
  position: relative;
}

.base {
  padding: 40px 40px 0px;
  max-width: 940px;
  width: 100%;
  background-color: rgb(255, 255, 255);
  overflow: hidden;
}

b {
  font-family: sans-serif;
}

@media screen and (max-width: 1019px) {
  img {
    max-width: 100%;
  }

  .base {
    padding-right: 10px;
    padding-left: 10px;
  }

  .container {
    width: 100% !important;
  }
}

@media screen and (max-width: 767px) {
  p {
    text-align: left;
  }
}

@media screen and (max-width: 480px) {
  .headline {
    font-size: 26px !important;
  }
}

body * {
  font-family: sans-serif !important;
}

.base {
  ul {
    padding-left: 10px;
  }
}

* {
  outline: 0px !important;
  appearance: none !important;
  -webkit-tap-highlight-color: transparent !important;
}

body {
  position: relative;
  animation-name: fadeInLoad;
  animation-duration: 1.4s;
}

@keyframes fadeInLoad {
  0% {
    opacity: 0;
  }

  25% {
    opacity: 0;
  }

  50% {
    opacity: 0;
  }

  75% {
    opacity: 0.9;
  }

  100% {
    opacity: 1;
  }
}

@keyframes fadeInLoad {
  0% {
    opacity: 0;
  }

  25% {
    opacity: 0;
  }

  50% {
    opacity: 0;
  }

  75% {
    opacity: 0.9;
  }

  100% {
    opacity: 1;
  }
}

* {
  margin: 0px;
  padding: 0px;
  outline: 0px !important;
  appearance: none !important;
  -webkit-tap-highlight-color: transparent !important;
}

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

:focus {
  outline: 0px;
}

.headline {
  font-weight: 700;
}

.base {
  padding-top: 0px !important;
}

.headline {
  font-size: 36px;
  line-height: 46px;
  margin: 20px 0px;
  text-align: center;
}

@media (max-width: 1019px) {
  .base {
    padding-top: 0px !important;
  }
}

@media (max-width: 767px) {
  .headline {
    font-size: 28px;
    line-height: 38px;
  }
}
/* form preloader - Begin */

/* form preloader - END */

.form-widget {
  max-width: 350px;
  width: 100%;
  box-shadow: 0 4px 20.9px 3.1px hsla(0, 0%, 5%, 0.3);
}

body,
button,
textarea {
  font-family: Poppins, sans-serif;
}

a,
button,
footer li {
  cursor: pointer;
}

.form-widget {
  margin: 0 auto;
}
[class*="_tab"] {
  display: none;
}
@media (min-width: 48em) {
  [class*="_tab"] {
    display: flex;
  }
}
@media (min-width: 64em) {
  [class*="_tab"] {
    display: none;
  }
}
.dialog::backdrop {
  background-color: var(--_background-dialog);
  opacity: 1;
}

a {
  color: inherit;
  text-decoration: none;
}
@media (min-width: 1024px) {
  a:hover {
    cursor: pointer;
    transition: all 0.2s ease-in-out;
  }
}
:root {
  --size-3xs: 0.25rem;
  --size-2xs: 0.5rem;
  --size-xs: 0.75rem;
  --size-sm: 1rem;
  --size-md: 1.5rem;
  --size-lg: 2rem;
  --size-xl: 2.5rem;
  --size-2xl: 4rem;
  --size-3xl: 5rem;
  --light-neutral-0: #fff;
  --light-neutral-50: #fefefe;
  --light-neutral-100: #f7f7f4;
  --light-neutral-200: #f2f2f2;
  --light-neutral-300: #e4e4e4;
  --light-neutral-400: #ccc;
  --light-neutral-500: #919191;
  --light-neutral-600: #5a5a5a;
  --light-neutral-700: #333;
  --light-neutral-800: #272727;
  --light-neutral-900: #1c1c1f;
  --dark-neutral-0: #000;
  --dark-neutral-50: #1c1c1f;
  --dark-neutral-100: #272727;
  --dark-neutral-200: #333;
  --dark-neutral-300: #5a5a5a;
  --dark-neutral-400: #919191;
  --dark-neutral-500: #adadad;
  --dark-neutral-600: #ccc;
  --dark-neutral-700: #e4e4e4;
  --dark-neutral-800: #f2f2f2;
  --dark-neutral-900: #fff;
  --neutral-light-1: #fefefe;
  --neutral-light-50: #f2f2f2;
  --neutral-light-100: #e6e6e6;
  --neutral-light-200: #ccc;
  --neutral-light-600: #666;
  --neutral-light-700: #4d4d4d;
  --neutral-light-800: #333;
  --neutral-light-900: #1a1a1a;
  --neutral-dark-1: #010101;
  --neutral-dark-50: #0d0d0d;
  --neutral-dark-300: #4d4d4d;
  --neutral-dark-999: #fefefe;
  --no-digital: #e6e6e6;
  --primary-ia: #27d2be;
  --primary-ia-30: #27d2be4d;
  --blue-100: #e7f0ff;
  --blue-200: #bcd6ff;
  --blue-300: #85b4fe;
  --blue-400: #126fff;
  --blue-500: #0250c9;
  --orange-200: #ffe8c0;
  --danger-600: #99151d;
  --danger-300: #e95e66;
  --red-700: #b40d15;
  --yellow-subscribe: #ffff24;
  --la-nacion: #006998;
  --ln-campo: #008561;
  --comunidad-negocios: #e2342d;
  --ln-movilidad: #c54f00;
  --ln-bienestar: #7267c3;
  --ln-propiedades: #0074c4;
  --ln-que-sale: #bb3b80;
  --ln-futuria: #e6232a;
  --hashtag: #dbff00;
  --hashtag-dark: #475300;
  --webstorys: #ffc6f9;
  --webstorys-dark: #88187c;
  --exclusivo-suscriptores: #fdb727;
  --bg-exclusivo-suscriptores: #272727;
  --subscriber-negative: #1e1d1d;
  --opinion: #0074c4;
  --ia-tools: #2d978a;
  --nunca-cuatro: #74d1e5;
  --criptograma: #a2ce40;
  --sudoku: #ee6ba9;
  --crucigrama: #e1435f;
  --palabras-cruzadas: #ca67d2;
  --sopa-de-letras: #ecb535;
  --el-telar: #5bbb87;
  --trivias: #69c7c3;
  --cruciexpres: #ff8ea9;
  --palabra-oculta: #97c7ff;
  --diferencias: #ed933f;
  --crucimini: #6781c8;
  --cruci-tematico: #b09c03;
  --panal-de-letras: #dce11f;
  --success-700: #008759;
  --warning-500: #ffc402;
  --danger-500: #c61b25;
  --info-700: #2f3a4e;
  --line-100: 100%;
  --line-110: 110%;
  --line-116: 116%;
  --line-120: 120%;
  --line-130: 130%;
  --gap-v: var(--size-sm);
  --cols: 8;
  --gap-img: 12px;
  --gap-badge: 8px;
  --header-outer-spacing: 2fr;
  --center-options-grid-column: left-start/center-end;
}
@media (min-width: 768px) {
  :root {
    --gap-v: var(--size-md);
    --cols: 12;
  }
}
@media (min-width: 1280px) {
  :root {
    --gap-v: var(--size-xs);
    --cols: 16;
    --center-options-grid-column: center-start/center-end;
  }
}
@media (min-width: 1360px) {
  :root {
    --gap-v: var(--size-lg);
  }
}
strong:not(.--font-primary) {
  font-weight: 700;
}
.marker-24 ::marker {
  font-size: 1.5rem;
}

:root {
  --newsletterbox-font-family: Prumo, georgia, serif;
  --newsletterbox-text-font-variation: "wght" 170;
  --newsletterbox-text-font-weight: 100;
  --newsletterbox-title-font-variation: "wght" 170;
  --newsletterbox-title-font-weight: 100;
  --newsletterbox-description-font-variation: "wght" 110, "opsz" 0;
  --newsletterbox-description-font-weight: 90;
  --newsletterbox-title-color: var(--blue-500);
  --newsletterbox-button-background-color: var(--blue-500);
  --newsletterbox-button-color: var(--light-neutral-50);
  --newsletterbox-button-radius: 0.25rem;
  --newsletterbox-button-font-family: Arial, roboto, serif;
  --newsletterbox-excusive-badge-font-family: Arial, roboto, serif;
  --newsletterbox-exclusive-badge-background-color: #010101;
  --newsletterbox-exlusive-badge-color: var(--light-neutral-50);
  --newsletterbox-exclusive-button-background-color: var(--blue-300);
  --newsletterbox-exclusive-button-color: var(--light-neutral-700);
}
:root {
  --notification-drawer-z-index: 15000;
  --notification-drawer-scrollbar-radius: 0.5rem;
  --notification-drawer-scrollbar-color: #0250c9;
  --notification-drawer-tooltip-background: #0250c9;
  --notification-drawer-tooltip-border-radius: 0.25rem;
  --notification-drawer-tooltip-z-index: 1000;
  --notification-card-border-radius: 0.25rem;
  --notification-header-font-family: Prumo, georgia, serif;
  --notification-header-line-height: 110%;
  --notification-header-font-weight: 100;
  --notification-header-font-variation: "wght" 150;
  --notification-card-title-font-size: 1rem;
  --notification-card-title-line-height: 150%;
  --notification-card-title-font-weight: 700;
  --notification-card-description-line-height: 130%;
  --notification-card-description-font-weight: 400;
  --notification-card-button-padding: 0.5rem 0.75rem;
  --notification-card-button-border-radius: 0.25rem;
  --notification-card-button-font-size: 0.75rem;
  --notification-card-button-line-height: 130%;
  --notification-card-button-font-weight: 700;
  --notification-card-time-font-size: 0.75rem;
  --notification-card-time-line-height: 130%;
  --notification-card-time-font-weight: 400;
  --notification-drawer-empty-state-title-font-family: Prumo, georgia, serif;
  --notification-drawer-empty-state-title-line-height: 110%;
  --notification-drawer-empty-state-title-font-weight: 100;
  --notification-drawer-empty-state-title-font-variation: "wght" 150;
  --notification-drawer-empty-state-title-letter-spacing: -0.04rem;
  --notification-drawer-empty-state-description-font-size: 1rem;
  --notification-drawer-empty-state-description-line-height: 140%;
  --notification-drawer-empty-state-description-font-weight: 400;
  --notification-drawer-empty-state-description-letter-spacing: -0.02rem;
  --notification-drawer-empty-state-illustration-width: 7.9375rem;
  --notification-drawer-empty-state-illustration-height: 9.4375rem;
  --notification-drawer-error-state-title-font-family: Prumo, georgia, serif;
  --notification-drawer-error-state-title-line-height: 110%;
  --notification-drawer-error-state-title-font-weight: 100;
  --notification-drawer-error-state-title-font-variation: "wght" 150;
  --notification-drawer-error-state-title-letter-spacing: -0.04rem;
  --notification-drawer-error-state-description-font-size: 1rem;
  --notification-drawer-error-state-description-line-height: 140%;
  --notification-drawer-error-state-description-font-weight: 400;
  --notification-drawer-error-state-description-letter-spacing: -0.02rem;
  --notification-drawer-error-state-illustration-width: 7.9375rem;
  --notification-drawer-error-state-illustration-height: 9.4375rem;
  --notification-drawer-error-state-button-line-height: 130%;
  --notification-drawer-error-state-button-font-weight: 700;
  --notification-drawer-error-state-button-padding: 0.75rem 1rem;
  --notification-drawer-error-state-button-border-radius: 0.25rem;
  --notification-drawer-error-state-button-bg-color: #0250c9;
  --notification-drawer-login-incentive-title-font-family: Prumo, georgia, serif;
  --notification-drawer-login-incentive-title-font-size: 1.5rem;
  --notification-drawer-login-incentive-title-line-height: 110%;
  --notification-drawer-login-incentive-title-font-weight: 100;
  --notification-drawer-login-incentive-title-letter-spacing: -0.04rem;
  --notification-drawer-login-incentive-title-font-variation: "wght" 150;
  --notification-drawer-login-incentive-description-line-height: 140%;
  --notification-drawer-login-incentive-description-font-weight: 400;
  --notification-drawer-login-incentive-description-letter-spacing: -0.02rem;
  --notification-drawer-login-incentive-button-line-height: 130%;
  --notification-drawer-login-incentive-button-font-weight: 700;
  --notification-drawer-login-incentive-button-padding: 0.75rem 1rem;
  --notification-drawer-login-incentive-button-border-radius: 0.25rem;
  --notification-drawer-login-incentive-button-bg-color: #0250c9;
  --notification-drawer-spinner-primary-color: #006998;
  --notification-drawer-spinner-secondary-color: #e6e6e6;
  --notification-drawer-spinner-logo-width: 2.125rem;
  --notification-drawer-spinner-logo-height: 1rem;
}
body:has(.disable-body-scroll) {
  overflow: hidden;
}
.viafoura.viafoura {
  font-family: Arial, "sans-serif";
  margin-bottom: 4rem;
}
.viafoura.viafoura.not-comment section div.vf-post-form__container {
  display: none;
}
.viafoura.viafoura .vf-content-actions__like.vf-content-actions__like,
.viafoura.viafoura .vf-content-actions__like.vf-content-actions__like:focus,
.viafoura.viafoura .vf-content-actions__like.vf-content-actions__like:hover {
  display: flex;
  gap: 5px;
}
.viafoura.viafoura
  .vf-button.vf-button.comment-nav-right__icon.comment-nav-right__icon.vf-button.vf-button.vf-no-outline.is-size-large.vf-tray-trigger {
  display: none;
}
.viafoura.viafoura .vf3-comments .vf3-comments__tabbed-nav .vf-tabbed-nav {
  position: relative;
}
.viafoura.viafoura
  .vf-comment__bottom-actions
  .vf-button.vf-button.is-link.is-link.is-accent-color.is-accent-color:not(
    .is-danger-color
  ),
.viafoura.viafoura
  .vf-comment__bottom-actions
  .vf-button.vf-button.is-link.is-link.is-accent-color.is-accent-color:not(
    .is-danger-color
  ):hover {
  color: rgba(0, 0, 0, 0.6);
}
::selection {
  background-color: #0250c9;
  color: #fff;
}
@media (min-width: 68.75em) {
  .sidebar__main {
    flex-basis: calc(100% - 316px);
    margin-right: 1rem;
  }
}
@media (min-width: 83.75em) {
  .sidebar__main {
    flex-basis: calc(100% - 340px);
    margin-right: 2.5rem;
  }
}
.viafoura {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}
.viafoura *,
.viafoura :after,
.viafoura :before {
  box-sizing: inherit;
}
.viafoura article,
.viafoura nav,
.viafoura section {
  display: block;
  margin: 0;
  padding: 0;
}
.viafoura h3,
.viafoura h4,
.viafoura ol,
.viafoura p,
.viafoura ul {
  margin: 0;
  padding: 0;
}
.viafoura ol,
.viafoura ul {
  list-style-type: none;
}
.viafoura svg:not(:root) {
  overflow: hidden;
}
.viafoura button,
.viafoura textarea {
  font-family: inherit;
  font-size: 16px !important;
  margin: 0;
  vertical-align: baseline;
}
.viafoura button {
  background: none;
  border: none;
  box-shadow: none;
  color: inherit;
  padding: 0;
  text-transform: inherit;
}
.viafoura button:active {
  color: inherit;
}
.viafoura button {
  -webkit-appearance: button;
  cursor: pointer;
  overflow: visible;
}
.viafoura textarea {
  overflow: auto;
  resize: vertical;
  vertical-align: top;
}
.viafoura textarea:invalid {
  background-color: #f0dddd;
}
.viafoura div,
.viafoura textarea {
  margin: 0;
  padding: 0;
}
.viafoura {
  --background-color: var(--default-color, #fff);
  --light-text-on-background-color: var(
    --light-text-on-default-color,
    rgba(0, 0, 0, 0.6)
  );
  --dark-text-on-background-color: var(--dark-text-on-default-color, #000);
  background-color: #fff;
  background-color: var(--background-color, #fff);
}

.viafoura {
  color: #000;
  color: var(--dark-text-on-background-color, #000);
  font-family: Inter, sans-serif;
  font-family: var(--primary-font, Inter, sans-serif);
  font-size: 87.5%;
  font-weight: 400;
  line-height: 1.3;
}
.viafoura h3,
.viafoura h4 {
  font-weight: 400;
}
.viafoura h3 {
  font-size: 1.43em;
  font-weight: 300;
}
.viafoura h4 {
  font-size: 1.14em;
}
.viafoura .vf-content {
  line-height: 1.8;
}
.viafoura .vf-label {
  font-size: 14px !important;
}
.viafoura .vf-label.vf-label-upper {
  text-transform: uppercase;
}
.viafoura .vf-secondary-text {
  font-size: calc(var(--base-font-size, 0.625rem) * var(--small-font, 1.2));
}
@media only screen and (max-width: 640px) {
  .viafoura .vf-secondary-text {
    font-size: calc(
      var(--base-font-size, 0.625rem) * var(--small-mobile-font, 1.2)
    );
  }
}
.viafoura .vf-label-text {
  font-size: 16px;
}
@media only screen and (max-width: 640px) {
  .viafoura .vf-label-text {
    font-size: 16px;
  }
}
.viafoura .vf-body-text--deprecated {
  font-size: 16px;
}
.viafoura .vf-label-text {
  text-transform: uppercase;
}
.viafoura .vf-button {
  padding: 0.9em 1.3em;
  word-break: keep-all;
}
.viafoura .vf-button {
  border: none;
  border-radius: 3px;
}
.viafoura .vf-button:focus .vf-icon,
.viafoura .vf-button:hover .vf-icon {
  fill-opacity: 1;
}
.viafoura .vf-expanding-hover-light:before {
  border-bottom-style: solid;
  border-bottom-width: 2px;
  border-color: #007fff;
  border-color: var(--accent-color-light, #007fff);
  bottom: 0;
  content: "";
  left: 50%;
  position: absolute;
  transform: translate(-50%, 50%);
  transition: width 0.2s;
  width: 0;
}
.viafoura .vf-expanding-hover-light.vf-active:before,
.viafoura .vf-expanding-hover-light:focus-within:before,
.viafoura .vf-expanding-hover-light:focus:before,
.viafoura .vf-expanding-hover-light:hover:before {
  width: 100% !important;
}
.viafoura .vf-no-outline {
  outline: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.viafoura .vf-no-outline::-moz-focus-inner {
  border: 0;
}
.viafoura .vf-label-with-dot {
  margin-left: 8px;
  position: relative;
  white-space: nowrap;
}
.viafoura .vf-label-with-dot:before {
  background-color: rgba(0, 0, 0, 0.6);
  background-color: var(--primary-color-60, rgba(0, 0, 0, 0.6));
  border-radius: 50%;
  content: " ";
  display: inline-block;
  height: 2px;
  left: -6px;
  position: absolute;
  top: calc(50% - 2px);
  width: 2px;
}
.viafoura .vf-avatar {
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}
.viafoura button {
  display: inline-block;
}
.viafoura .vf-icon {
  display: inline-block;
  text-align: center;
}
.viafoura .vf-icon.vf-icon-small {
  font-size: 6px;
  height: 12px;
  line-height: 12px;
  width: 12px;
}
.viafoura .vf-icon.vf-icon-medium {
  font-size: 9px;
  height: 18px;
  line-height: 18px;
  width: 18px;
}
.viafoura .vf-icon {
  font-weight: 500;
  text-transform: uppercase;
}
.viafoura div,
.viafoura p {
  word-wrap: break-word;
  word-break: break-word;
}
.viafoura ul {
  margin: 0;
  padding: 0;
  width: auto;
}
.viafoura .vf-accent-border-colour {
  border-color: #007fff;
  border-color: var(--accent-color-light, #007fff);
}
.viafoura .vf-offscreen-text {
  border: 0;
  height: 1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  white-space: nowrap;
  width: 1px;
  clip: rect(1px 1px 1px);
  clip: rect(1px, 1px, 1px, 1px);
}
.viafoura .vf-horiz-list {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
}
@media only screen and (max-width: 640px) {
  @supports (-webkit-overflow-scrolling: touch) {
  }
}
.viafoura .vf-tabbed-nav {
  height: 50px;
}
@media only screen and (max-width: 640px) {
  .viafoura .vf-tabbed-nav {
    height: 35px;
  }
}
.viafoura .vf-tray-trigger {
  align-items: center;
  display: flex;
  height: 40px;
  justify-content: center;
  outline: none;
  overflow: visible;
  padding: 0;
  position: relative;
  width: 40px;
}
.viafoura .vf-tray-trigger:focus,
.viafoura .vf-tray-trigger:hover {
  color: #0074e8;
  color: var(--accent-color, #0074e8);
}
.viafoura .vf-tray-trigger:active {
  color: #004e9c;
  color: var(--accent-color-dark, #004e9c);
}
.viafoura .vf-expanding-hover-light[data-v-35fff156]:before {
  border-width: 3px;
}
.viafoura .vf-flex-nav {
  display: flex;
}
.viafoura .vf-flex-nav .vf-nav-label {
  align-self: center;
  text-align: center;
  width: 100%;
}
.viafoura .vf-tabbed-nav {
  display: flex;
  width: 100%;
}
.viafoura .vf-tabbed-nav .vf-nav-button {
  height: 100%;
  padding-left: 1.1em;
  padding-right: 1.1em;
  position: relative;
  width: 100%;
}
.viafoura .vf-tabbed-nav .vf-nav-label {
  backface-visibility: hidden;
  color: rgba(0, 0, 0, 0.6);
  color: var(--light-text-on-background-color, rgba(0, 0, 0, 0.6));
  font-size: 1.14em;
  font-weight: 300;
  transition: color 0.2s;
}
@media only screen and (max-width: 640px) {
  .viafoura .vf-tabbed-nav .vf-nav-label {
    font-size: 1em;
  }
}
.viafoura .vf-tabbed-nav > * {
  height: 100%;
  justify-content: center;
}
.viafoura .vf-tabbed-nav > .vf-horiz-list {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
}
.viafoura .vf-active .vf-nav-label,
.viafoura .vf-nav-button:focus .vf-nav-label,
.viafoura .vf-nav-button:hover .vf-nav-label {
  color: #000;
  color: var(--primary-color-100, #000);
  font-weight: 400;
}
.viafoura .vf-default-avatar {
  border-radius: 50%;
  min-height: 100%;
  min-width: 100%;
  --default-avatar-color-0: #d4145a;
  --default-avatar-color-1: #8e78ff;
  --default-avatar-color-2: #ff7300;
  --default-avatar-color-3: #fbb03b;
  --default-avatar-color-4: #ed1e79;
  --default-avatar-color-5: #009244;
  --default-avatar-color-6: #ed1c24;
  --default-avatar-color-7: #2e3192;
  --default-avatar-color-8: #fc7d7b;
  --default-avatar-color-9: #fc0;
  --default-avatar-color-10: #3aa17e;
  --default-avatar-color-11: #4f00bc;
  --default-avatar-color-12: #09c9be;
  --default-avatar-color-13: #662d8c;
  --default-avatar-color-14: #00a8c5;
  --default-avatar-color-15: #0053ae;
}
.viafoura .vf-default-avatar,
.viafoura .vf-image-wrapper {
  height: 100%;
  position: relative;
  width: 100%;
}
.viafoura .vf-image-wrapper.vf-crop {
  align-content: stretch;
  align-items: center;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: center;
  overflow: hidden;
}
.viafoura .vf-image-wrapper.vf-image-round {
  border-radius: 50%;
  clip-path: circle(50%);
}
.viafoura .vf-button.is-link[data-v-7870d8ba] {
  border: 1px solid transparent;
}
.viafoura .vf-button.is-link[data-v-7870d8ba]:focus:not([disabled]),
.viafoura .vf-button.is-link[data-v-7870d8ba]:hover:not([disabled]) {
  text-decoration: underline;
}
.viafoura .vf-button.is-link.is-accent-color[data-v-7870d8ba]:not([disabled]) {
  color: #0074e8;
  color: var(--accent-color, #0074e8);
}
.viafoura
  .vf-button.is-link.is-accent-color[data-v-7870d8ba]:not(
    [disabled]
  ):active:not([disabled]) {
  color: #004e9c;
  color: var(--accent-color-dark, #004e9c);
}
.viafoura
  .vf-button.is-link.is-inverted.is-accent-color[data-v-7870d8ba]:not(
    [disabled]
  ) {
  color: rgba(0, 0, 0, 0.6);
  color: var(--light-text-on-background-color, rgba(0, 0, 0, 0.6));
}
.viafoura
  .vf-button.is-link.is-inverted.is-accent-color[data-v-7870d8ba]:not(
    [disabled]
  ):focus:not([disabled]),
.viafoura
  .vf-button.is-link.is-inverted.is-accent-color[data-v-7870d8ba]:not(
    [disabled]
  ):hover:not([disabled]) {
  color: #0074e8;
  color: var(--accent-color, #0074e8);
}
.viafoura
  .vf-button.is-link.is-inverted.is-accent-color[data-v-7870d8ba]:not(
    [disabled]
  ):active:not([disabled]) {
  color: #004e9c;
  color: var(--accent-color-dark, #004e9c);
}
.viafoura .vf-button.is-size-inline[data-v-7870d8ba] {
  padding: 0 0.4em;
}
.viafoura .vf-icon {
  display: inline-block;
  text-align: center;
}
.viafoura .vf-icon.vf-icon-small {
  font-size: 6px;
  height: 12px;
  line-height: 12px;
  width: 12px;
}
.viafoura .vf-icon.vf-icon-medium {
  font-size: 9px;
  height: 18px;
  line-height: 18px;
  width: 18px;
}
.viafoura .vf-default-avatar__name[data-v-95c7f054] {
  align-items: center;
  color: #fff;
  color: var(--text-on-primary-color, #fff);
  display: flex;
  height: 100%;
  justify-content: center;
  left: 0;
  min-height: 100%;
  min-width: 100%;
  padding-top: 1px;
  position: absolute;
  text-shadow: 0 0 1.43em rgba(0, 0, 0, 0.6);
  text-shadow: 0 0 1.43em var(--primary-color-60, rgba(0, 0, 0, 0.6));
  text-transform: uppercase;
  top: 0;
  white-space: nowrap;
  width: 100%;
}
.viafoura .vf-avatar[data-v-95c7f054] {
  margin: 3px;
  position: relative;
}
.viafoura .vf-avatar > [data-v-95c7f054] {
  z-index: 2;
}
.viafoura .vf-avatar[data-v-95c7f054]:after,
.viafoura .vf-avatar[data-v-95c7f054]:before {
  border-radius: 50%;
  content: "";
  display: block;
  height: calc(100% + 6px);
  left: -3px;
  min-height: calc(100% + 6px);
  min-width: calc(100% + 6px);
  position: absolute;
  top: -3px;
  width: calc(100% + 6px);
  z-index: 1;
}
.viafoura .vf-avatar[data-v-95c7f054]:before {
  background: transparent;
}
.vf-avatar__inner {
  display: flex;
}
.viafoura .vf-avatar[data-v-95c7f054]:after {
  background-color: rgba(0, 116, 232, 0);
  background-color: var(--accent-color-0, rgba(0, 116, 232, 0));
  border: 0 solid transparent;
}
.viafoura .vf-avatar > .vf-avatar__inner[data-v-95c7f054],
.viafoura .vf-avatar[data-v-95c7f054]:after {
  transition: border-width 0.1s ease, border-color 0.1s ease,
    transform 0.1s ease, background-color 0.1s ease;
}
.viafoura .vf-avatar--clickable[data-v-95c7f054]:focus:before,
.viafoura .vf-avatar--clickable[data-v-95c7f054]:hover:before {
  background: #fff;
}
.viafoura .vf-avatar--clickable[data-v-95c7f054]:focus:after,
.viafoura .vf-avatar--clickable[data-v-95c7f054]:hover:after {
  background-color: #fff;
  background-color: var(--background-color, #fff);
}
.viafoura .vf-avatar:focus > [data-v-95c7f054],
.viafoura .vf-avatar:hover > [data-v-95c7f054],
.viafoura .vf-avatar[data-v-95c7f054]:focus:after,
.viafoura .vf-avatar[data-v-95c7f054]:hover:after {
  transition: border-width 0.1s ease, border-color 0.1s ease,
    transform 0.2s ease, background-color 0.1s ease;
}
.viafoura .vf-avatar--clickable[data-v-95c7f054]:hover:after {
  border-width: 2px;
}
.viafoura .vf-avatar--clickable[data-v-95c7f054]:focus:after {
  border-width: 3px;
}
.viafoura .vf-avatar--medium[data-v-95c7f054] {
  font-size: 0.857em;
  height: 40px;
  min-height: 40px;
  min-width: 40px;
  width: 40px;
}
.viafoura
  .vf-avatar--medium.vf-avatar--clickable:hover
  > .vf-avatar__inner[data-v-95c7f054] {
  transform: scale(0.95);
}
.viafoura
  .vf-avatar--medium.vf-avatar--clickable:focus
  > .vf-avatar__inner[data-v-95c7f054] {
  transform: scale(0.9);
}
.viafoura .vf-avatar--clickable[data-v-95c7f054]:focus:after,
.viafoura .vf-avatar--clickable[data-v-95c7f054]:hover:after {
  border-color: #0074e8;
  border-color: var(--accent-color, #0074e8);
}
.viafoura .vf-icon-svg {
  display: inline-block;
  text-align: center;
  fill: none;
  stroke: none;
}
.viafoura .vf-icon-svg--fill {
  fill: currentcolor;
}
.viafoura .vf-icon-svg--stroke {
  stroke: currentcolor;
}
.viafoura .vf-button.is-link {
  border: 1px solid transparent;
}
.viafoura .vf-button.is-link:focus:not([disabled]),
.viafoura .vf-button.is-link:hover:not([disabled]) {
  text-decoration: underline;
}
.viafoura .vf-button.is-link.is-accent-color:not([disabled]) {
  color: #0074e8;
  color: var(--accent-color, #0074e8);
}
.viafoura
  .vf-button.is-link.is-accent-color:not([disabled]):active:not([disabled]) {
  color: #004e9c;
  color: var(--accent-color-dark, #004e9c);
}
.viafoura .vf-button.is-link.is-inverted.is-accent-color:not([disabled]) {
  color: rgba(0, 0, 0, 0.6);
  color: var(--light-text-on-background-color, rgba(0, 0, 0, 0.6));
}
.viafoura
  .vf-button.is-link.is-inverted.is-accent-color:not([disabled]):focus:not(
    [disabled]
  ),
.viafoura
  .vf-button.is-link.is-inverted.is-accent-color:not([disabled]):hover:not(
    [disabled]
  ) {
  color: #0074e8;
  color: var(--accent-color, #0074e8);
}
.viafoura
  .vf-button.is-link.is-inverted.is-accent-color:not([disabled]):active:not(
    [disabled]
  ) {
  color: #004e9c;
  color: var(--accent-color-dark, #004e9c);
}
.viafoura .vf-button.is-size-inline {
  padding: 0 0.4em;
}
.viafoura .vf-post-name-button[data-v-cd0a3c1a] {
  border: 0 !important;
  max-width: 100%;
  padding: 0;
}
.viafoura .vf-post-name-button__username[data-v-cd0a3c1a] {
  display: block;
  font-size: 1em;
  font-weight: 600;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 100%;
}
.viafoura .vf-post-name-button[data-v-cd0a3c1a]:not(:hover):not(:focus) {
  color: #000;
  color: var(--dark-text-on-background-color, #000);
}
.viafoura .vf-content-text > * + [data-v-4ca2631c] {
  margin-top: 10px;
  margin-top: calc(var(--base-font-size, 0.625rem) * 1);
}
.viafoura .vf-content-layout[data-v-2396f95c] {
  display: flex;
  padding: 15px 10px;
  position: relative;
}
.viafoura .vf-content-layout__left[data-v-2396f95c] {
  align-items: center;
  display: flex;
  flex-direction: column;
  margin-right: 20px;
  min-width: 40px;
  position: relative;
  width: 40px;
}
@media (max-width: 480px) {
  .viafoura .vf-content-layout__left[data-v-2396f95c] {
    margin-right: 10px;
    min-width: 30px;
    width: 30px;
  }
}
.viafoura .vf-content-layout__right[data-v-2396f95c] {
  display: flex;
  flex: 1;
  flex-direction: column;
  justify-content: center;
  min-width: 0;
}
.viafoura .vf-expanding-hover-light:before {
  border-bottom-style: solid;
  border-bottom-width: 2px;
  border-color: #007fff;
  border-color: var(--accent-color-light, #007fff);
  bottom: 0;
  content: "";
  left: 50%;
  position: absolute;
  transform: translate(-50%, 50%);
  transition: width 0.2s;
  width: 0;
}
.viafoura .vf-expanding-hover-light.vf-active:before,
.viafoura .vf-expanding-hover-light:focus-within:before,
.viafoura .vf-expanding-hover-light:focus:before,
.viafoura .vf-expanding-hover-light:hover:before {
  width: 100% !important;
}
.viafoura .vf-dropdown-trigger {
  padding: 1em 0;
}
.viafoura .vf-dropdown {
  display: inline-block;
  position: relative;
}
.viafoura .vf-dropdown:before {
  height: 10px;
  opacity: 0;
  transition: opacity 0s, visibility 0s 0s;
  visibility: hidden;
  width: 10px;
  z-index: 2;
}
.viafoura .vf-dropdown:before {
  --background-color: var(--default-color, #fff);
  --light-text-on-background-color: var(
    --light-text-on-default-color,
    rgba(0, 0, 0, 0.6)
  );
  --dark-text-on-background-color: var(--dark-text-on-default-color, #000);
}
.viafoura .vf-dropdown__text-trigger {
  border-radius: 3px;
  padding: 5px;
  transition: background-color 0.2s ease;
}
.viafoura .vf-dropdown__text-trigger:not([disabled]):focus,
.viafoura .vf-dropdown__text-trigger:not([disabled]):hover {
  background-color: rgba(0, 116, 232, 0.1);
  background-color: var(--accent-color-10, rgba(0, 116, 232, 0.1));
}
.viafoura .vf-dropdown:before {
  background-color: #fff;
  background-color: var(--background-color, #fff);
}
.viafoura .vf-dropdown:before {
  border-left: 1px solid rgba(0, 0, 0, 0.1);
  border-left-color: var(--primary-color-10, rgba(0, 0, 0, 0.1));
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  border-top-color: var(--primary-color-10, rgba(0, 0, 0, 0.1));
  content: " ";
  position: absolute;
  z-index: 3;
}
.viafoura .vf-badge[data-v-2c5d8df2] {
  border: 1px solid transparent;
  display: inline-block;
  line-height: 1;
  min-width: auto;
  text-align: center;
  text-transform: uppercase;
  white-space: nowrap;
}
.viafoura .vf-badge--accent-color[data-v-2c5d8df2] {
  background-color: #0074e8;
  background-color: var(--accent-color, #0074e8);
  color: #fff;
  color: var(--text-on-accent-color, #fff);
}
.viafoura .vf-badge--disabled[data-v-2c5d8df2] {
  background-color: rgba(0, 0, 0, 0.1);
  background-color: var(--primary-color-10, rgba(0, 0, 0, 0.1));
  color: rgba(0, 0, 0, 0.6);
  color: var(--light-text-on-background-color, rgba(0, 0, 0, 0.6));
}
.viafoura .vf-dropdown-button[data-v-606f25f2] {
  align-items: center;
  border-radius: 2px;
  border-style: solid;
  border-width: 2px;
  display: flex;
  min-height: 26px;
  min-height: calc(var(--base-font-size, 0.625rem) * 2.6);
  transition: border-color 0.15s, background-color 0.15s, fill 0.15s,
    stroke 0.15s;
  white-space: nowrap;
}
.viafoura .vf-dropdown-button--small[data-v-606f25f2] {
  padding: 2px;
  padding: calc(var(--base-font-size, 0.625rem) * 0.2);
}
.viafoura .vf-dropdown-button__text[data-v-606f25f2] {
  flex-grow: 1;
  margin: 0 5px;
  margin: 0 calc(var(--base-font-size, 0.625rem) * 0.5);
  position: relative;
  text-align: left;
}
.viafoura .vf-dropdown-button[data-v-606f25f2] .vf-dropdown-button__icon {
  height: 18px;
  height: calc(var(--base-font-size, 0.625rem) * 1.8);
  margin-right: 7px;
  margin-right: calc(var(--base-font-size, 0.625rem) * 0.7);
  width: 18px;
  width: calc(var(--base-font-size, 0.625rem) * 1.8);
}
.viafoura
  .vf-dropdown-button--icon-right[data-v-606f25f2]
  .vf-dropdown-button__icon {
  margin-left: 7px;
  margin-left: calc(var(--base-font-size, 0.625rem) * 0.7);
  margin-right: 0;
}
.viafoura
  .vf-dropdown-button--small[data-v-606f25f2]
  .vf-dropdown-button__icon {
  margin: 0;
}
.viafoura
  .vf-dropdown-button--icon-right[data-v-606f25f2]
  .vf-dropdown-button__text {
  order: -1;
  text-align: right;
}
.viafoura .vf-dropdown-button--accent[data-v-606f25f2] {
  background-color: #fff;
  background-color: var(--background-color, #fff);
  border-color: #fff;
  border-color: var(--background-color, #fff);
  color: #000;
  color: var(--dark-text-on-background-color, #000);
}
.viafoura .vf-dropdown-button--accent[data-v-606f25f2]:not([disabled]):focus,
.viafoura .vf-dropdown-button--accent[data-v-606f25f2]:not([disabled]):hover {
  background-color: rgba(0, 116, 232, 0.1);
  background-color: var(--accent-color-10, rgba(0, 116, 232, 0.1));
  border-color: transparent;
  color: #004e9c;
  color: var(--accent-color-dark, #004e9c);
}
.viafoura
  .vf-dropdown-button--accent[data-v-606f25f2]:not([disabled]):focus
  .vf-dropdown-button__icon,
.viafoura
  .vf-dropdown-button--accent[data-v-606f25f2]:not([disabled]):hover
  .vf-dropdown-button__icon {
  color: #0074e8;
  color: var(--accent-color, #0074e8);
}
.viafoura .vf-dropdown-button--accent[data-v-606f25f2]:not([disabled]):focus {
  border-color: #0074e8;
  border-color: var(--accent-color, #0074e8);
}
.viafoura .vf-select-dropdown__trigger {
  align-items: center;
  display: flex;
  justify-content: space-between;
}
.viafoura .vf-dropdown-tabs[data-v-4c13d62a] {
  white-space: nowrap;
}
.viafoura .vf-dropdown-tabs[data-v-4c13d62a] .vf-tabbed-nav__tabs {
  overflow: hidden;
  padding-bottom: 2px;
  position: relative;
}
.viafoura .vf-tabbed-views[data-v-215377dc] {
  display: flex;
  flex-direction: column;
}
.viafoura .vf-square-badge {
  border-radius: 3px;
  border-radius: calc(var(--base-font-size, 0.625rem) * 0.3);
}
.viafoura .vf-square-badge--small {
  padding: 3px 5px;
  padding: calc(var(--base-font-size, 0.625rem) * 0.3)
    calc(var(--base-font-size, 0.625rem) * 0.5);
}
.viafoura .vf-post-details[data-v-61f51bf7] {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  line-height: 20px;
  line-height: calc(var(--base-font-size, 0.625rem) * 2);
  min-width: 0;
}
.viafoura .vf-post-details > [data-v-61f51bf7] {
  margin-right: 3px;
}
.viafoura .vf-post-details__name[data-v-61f51bf7] {
  align-items: baseline;
  display: flex;
}
.viafoura .vf-post-details__time[data-v-61f51bf7] {
  color: rgba(0, 0, 0, 0.6);
  color: var(--light-text-on-background-color, rgba(0, 0, 0, 0.6));
}
@media only screen and (max-width: 640px) {
  @supports (-webkit-overflow-scrolling: touch) {
  }
}
@media only screen and (max-width: 640px) {
  @supports (-webkit-overflow-scrolling: touch) {
  }
}
.viafoura .vf-toggle input:checked:not(:indeterminate) + .vf-slider {
  background-color: #0074e8;
  background-color: var(--accent-color, #0074e8);
  border-color: #0074e8;
  border-color: var(--accent-color, #0074e8);
}
.viafoura .vf-toggle input:checked:not(:indeterminate) + .vf-slider:before {
  background-color: #fff;
  background-color: var(--background-color, #fff);
  right: -12px;
  transform: translateX(5px);
}
.viafoura .vf-content-focus-container[data-v-2917e5f4] {
  margin: -1px;
  position: relative;
}
.viafoura .vf-content-focus-container--default[data-v-2917e5f4] {
  border: 1px solid transparent;
  border-radius: 4px;
  transition: all 0.4s ease;
}

.viafoura .vf-content-editor-form .vf-content-editor-input {
  min-height: 24px;
}
.viafoura .vf-content-editor-form .vf-editor-area {
  position: relative;
}
@media (max-width: 480px) {
  .viafoura .vf-content-editor-form .vf-content-editor-input {
    min-height: 25px;
  }
}
.viafoura .vf-content-editor-input.vf-content {
  line-height: 1.8;
}
.viafoura .vf-content-editor-form__textarea {
  background-color: transparent;
  border: none;
  color: #000;
  color: var(--dark-text-on-background-color, #000);
  font-weight: 400;
  height: 24px;
  overflow: hidden;
  padding-top: 0 !important;
  resize: none;
  text-overflow: ellipsis;
  width: 100%;
}
.viafoura .vf-content-editor-form__textarea:focus,
.viafoura .vf-content-editor-form__textarea:hover {
  border-color: #007fff;
  border-color: var(--accent-color-light, #007fff);
  outline: none;
}
@media only screen and (max-width: 640px) {
  @supports (-webkit-overflow-scrolling: touch) {
    .viafoura .vf-content-editor-form__textarea {
      font-size: 16px;
    }
  }
}
.viafoura .vf-content-editor-form__textarea::-moz-placeholder {
  color: rgba(0, 0, 0, 0.6);
  color: var(--light-text-on-background-color, rgba(0, 0, 0, 0.6));
  overflow: hidden;
  text-overflow: ellipsis;
}
.viafoura .vf-editor-area--with-limit {
  padding-right: 2em;
}
.viafoura .pin-line[data-v-dddb053c] {
  border-left: 1px solid transparent;
  left: calc(50% - 1px);
  position: absolute;
  transition: border height 0.4s ease ease 1s;
}
.viafoura .pin-line--bottom[data-v-dddb053c] {
  height: calc(100% + 8px);
  top: 26px;
}
@media (max-width: 480px) {
  .viafoura .vf-new-content--single[data-v-2cf896d2] {
    padding-bottom: 10px;
    padding-top: 10px;
  }
}
.viafoura .vf-new-content__content-editor-wrapper[data-v-2cf896d2] {
  display: flex;
  flex-direction: row;
}
.viafoura .vf-new-content__content-editor[data-v-2cf896d2] {
  align-self: center;
  flex-grow: 1;
}
.viafoura .vf-post-alert {
  height: 1px;
  overflow: hidden;
  width: 1px;
}
.viafoura .transition-wrapper[data-v-3f6168e0] {
  overflow: hidden;
}
.viafoura .realtime-bar[data-v-12ff1538] {
  display: flex;
  justify-content: center;
  left: 0;
  position: sticky;
  top: 0;
  top: var(--reserved-space-top, 0);
  width: 100%;
  z-index: 7;
}
.viafoura .vf-thread[data-v-e85106b2] {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  border-bottom-color: var(--primary-color-10, rgba(0, 0, 0, 0.1));
  position: relative;
}
.viafoura .top-typing-indicator[data-v-9a7a0df6] {
  max-height: 0;
  transition: margin 0.4s;
}
.viafoura .top-typing-indicator__internal[data-v-9a7a0df6] {
  display: flex;
  padding-bottom: 0;
  padding-top: 0;
}
.viafoura .vf-content-actions[data-v-2cf991b1] {
  align-items: baseline;
  display: flex;
}
.viafoura .vf-content-actions__like[data-v-2cf991b1] svg {
  bottom: 2px;
}
.viafoura .vf-content-actions__dislike[data-v-2cf991b1],
.viafoura .vf-content-actions__like[data-v-2cf991b1] {
  position: relative;
}
.viafoura .vf-content-actions__dislike[data-v-2cf991b1] svg,
.viafoura .vf-content-actions__like[data-v-2cf991b1] svg {
  position: relative;
  vertical-align: bottom;
  fill: currentcolor;
}
.viafoura .vf-content-actions__dislike[data-v-2cf991b1]:focus:before,
.viafoura .vf-content-actions__dislike[data-v-2cf991b1]:hover:before,
.viafoura .vf-content-actions__like[data-v-2cf991b1]:focus:before,
.viafoura .vf-content-actions__like[data-v-2cf991b1]:hover:before {
  content: " ";
  left: 2px;
  letter-spacing: 15px;
  position: absolute;
  text-decoration: underline;
}
.viafoura .vf-content-actions__like[data-v-2cf991b1]:focus:first-child:before,
.viafoura .vf-content-actions__like[data-v-2cf991b1]:hover:first-child:before {
  left: -1px;
}
.viafoura .vf-content-actions__left-action[data-v-2cf991b1] {
  line-height: 13px;
  margin-left: 5px;
}
.viafoura .vf-content-actions__left-actions > [data-v-2cf991b1]:first-child {
  border-left: none;
  margin-left: 0;
  padding-left: 0;
}
.viafoura
  .vf-content-actions:not(.vf-content-actions--entered)
  .vf-content-actions__left-action[data-v-2cf991b1] {
  opacity: 0.6;
}
.viafoura .vf-content-actions .vf-button[data-v-2cf991b1] {
  text-transform: uppercase;
}
.viafoura .vf3-conversations-list > * + * {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  border-top-color: var(--primary-color-10, rgba(0, 0, 0, 0.1));
}
.viafoura .vf3-conversations-list--empty {
  padding-top: 15px;
}
.viafoura .vf3-conversations-list--no-separator > * + * {
  border-top: none;
}
.viafoura .vf-report-content__link[data-v-fd4632a8]:focus-visible {
  color: #0074e8;
  color: var(--accent-color, #0074e8);
}
.viafoura .vf-post-form[data-v-6caf9c82] {
  margin-bottom: 15px;
  margin-right: 0;
  margin-top: 15px;
  position: relative;
}
.viafoura .vf-post-form__container[data-v-6caf9c82] {
  margin-top: 0;
}
.viafoura .vf-post-form__new-content[data-v-6caf9c82] {
  padding-right: 0;
}
.viafoura
  .vf-post-form__new-content[data-v-6caf9c82]
  .vf-new-content__content-editor-wrapper {
  align-items: center;
  min-height: 50px;
  padding-bottom: 12px;
  padding-left: 10px;
  padding-top: 12px;
}
.viafoura .vf-post-form__new-content[data-v-6caf9c82] .vf-content-layout__left {
  margin-right: 10px;
  padding-top: 5px;
}
.viafoura
  .vf-post-form__new-content[data-v-6caf9c82]
  .vf-content-layout__right {
  background-color: rgba(0, 0, 0, 0.02);
  background-color: var(--primary-color-02, rgba(0, 0, 0, 0.02));
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-color: var(--primary-color-10, rgba(0, 0, 0, 0.1));
  border-radius: 4px;
  position: relative;
  z-index: 1;
}
.viafoura
  .vf-post-form__new-content[data-v-6caf9c82]
  .vf-content-layout__right:after,
.viafoura
  .vf-post-form__new-content[data-v-6caf9c82]
  .vf-content-layout__right:before {
  content: " ";
  height: 10px;
  left: -6px;
  pointer-events: none;
  position: absolute;
  top: 18px;
  transform: rotate(45deg);
  width: 10px;
}
.viafoura
  .vf-post-form__new-content[data-v-6caf9c82]
  .vf-content-layout__right:before {
  background-color: #fff;
  background-color: var(--background-color, #fff);
  z-index: 2;
}
.viafoura
  .vf-post-form__new-content[data-v-6caf9c82]
  .vf-content-layout__right:after {
  background-color: rgba(0, 0, 0, 0.02);
  background-color: var(--primary-color-02, rgba(0, 0, 0, 0.02));
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  border-bottom-color: var(--primary-color-10, rgba(0, 0, 0, 0.1));
  border-left: 1px solid rgba(0, 0, 0, 0.1);
  border-left-color: var(--primary-color-10, rgba(0, 0, 0, 0.1));
  z-index: 3;
}
.viafoura
  .vf-post-form__new-content__disabled[data-v-6caf9c82]
  .vf-content-layout__right {
  background-color: rgba(0, 0, 0, 0.04);
  background-color: var(--primary-color-04, rgba(0, 0, 0, 0.04));
  border-color: transparent;
}
.viafoura
  .vf-post-form__new-content__disabled[data-v-6caf9c82]
  .vf-content-layout__right:after {
  background-color: rgba(0, 0, 0, 0.04);
  background-color: var(--primary-color-04, rgba(0, 0, 0, 0.04));
  border-bottom-color: transparent;
  border-left-color: transparent;
}
.viafoura .vf-post-form__avatar[data-v-6caf9c82] {
  margin: 0;
}
.viafoura .vf-nav-tab-button__text[data-v-5517aee9] {
  color: #000;
  color: var(--dark-text-on-background-color, #000);
  font-weight: 400;
}
.viafoura .vf-nav-tab-button__badge[data-v-5517aee9] {
  margin-left: 5px;
}
.viafoura .vf-no-outline {
  outline: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.viafoura .vf-no-outline::-moz-focus-inner {
  border: 0;
}
.viafoura .comment-nav-right[data-v-0970e46c] {
  align-items: center;
  display: flex;
  justify-content: flex-end;
  position: relative;
}
.viafoura .comment-nav-right > * + [data-v-0970e46c] {
  margin-left: 5px;
}
.viafoura .comment-nav-right__icon[data-v-0970e46c] svg {
  color: #000;
  color: var(--dark-text-on-background-color, #000);
  height: 14px;
  width: 14px;
}
.viafoura .comment-nav-right__settings-button[data-v-0970e46c] {
  position: relative;
}
.viafoura .comment-nav-right__settings-button[data-v-0970e46c]:before {
  background-color: #fff;
  background-color: var(--background-color, #fff);
  border-left: 1px solid rgba(0, 0, 0, 0.1);
  border-left-color: var(--primary-color-10, rgba(0, 0, 0, 0.1));
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  border-top-color: var(--primary-color-10, rgba(0, 0, 0, 0.1));
  content: "";
  display: block;
  height: 9px;
  left: auto;
  position: absolute;
  right: 50%;
  top: -9px;
  transform: translateX(50%) rotate(-135deg) scale(0);
  transition: transform 0.4s ease-in-out;
  width: 9px;
  z-index: 7;
}
.viafoura .vf-sort-actions[data-v-0970e46c] .vf-select-dropdown__trigger {
  align-items: center;
  color: #0074e8;
  color: var(--accent-color, #0074e8);
  display: flex;
  font-size: 0.857em;
  font-weight: 300;
  text-transform: uppercase;
}
.viafoura .vf3-comment[data-v-7861ada0] {
  position: relative;
}
.viafoura .vf-comment__bottom-actions[data-v-7861ada0] {
  padding-top: 5px;
}
@media (max-width: 480px) {
  .viafoura .vf-comment__bottom-actions[data-v-7861ada0] {
    padding-top: 8px;
  }
}
.viafoura .vf3-comment__header[data-v-7861ada0] {
  padding-bottom: 5px;
  position: relative;
}
.viafoura .vf-comment__content-editor[data-v-7861ada0] {
  line-height: 1.643em;
}
@media (max-width: 480px) {
  .viafoura .vf-comment__content-editor[data-v-7861ada0] {
    line-height: 1.286em;
  }
}
.viafoura .vf3-comment__avatar[data-v-7861ada0] {
  margin: 0;
}
.viafoura .vf3-content-with-reply-form[data-v-3a551d26] {
  position: relative;
}
.viafoura .bottom-rt-bar[data-v-5ce821cf] {
  bottom: 0;
  top: 0;
}
.viafoura .all-comments[data-v-5ce821cf] {
  position: relative;
}
.viafoura .all-comments__top-rt-bar-container[data-v-5ce821cf] {
  max-height: 0;
  position: sticky;
  top: 36px;
  top: calc(36px + var(--reserved-space-top, 0rem));
  transition: margin 0.4s;
  z-index: 5 !important;
}
@media only screen and (max-width: 640px) {
  .viafoura .all-comments__top-rt-bar-container[data-v-5ce821cf] {
    top: 35px;
    top: calc(35px + var(--reserved-space-top, 0rem));
  }
}
.viafoura .all-comments__typing-indicator[data-v-5ce821cf] {
  padding-top: 10px;
}
.viafoura
  .vf3-conversations-list--comments[data-v-5ce821cf]
  .vf3-conversations-list--comments--list {
  position: relative;
  will-change: height, padding;
}
.viafoura .vf-conversations-list__pinned-comments--empty[data-v-5ce821cf] {
  padding-top: 0;
}
.viafoura .vf-feedback-survey__link[data-v-20f0c242]:focus-visible {
  color: #0074e8;
  color: var(--accent-color, #0074e8);
}
.viafoura .vf3-comments[data-v-66fa0041] {
  --background-color: var(--default-color, #fff);
  --light-text-on-background-color: var(
    --light-text-on-default-color,
    rgba(0, 0, 0, 0.6)
  );
  --dark-text-on-background-color: var(--dark-text-on-default-color, #000);
  background-color: #fff;
  background-color: var(--background-color, #fff);
  color: #000;
  color: var(--dark-text-on-background-color, #000);
  position: relative;
}
.viafoura .vf3-comments__tabbed-nav__right[data-v-66fa0041] {
  margin-left: auto;
}
.viafoura .vf3-comments__tabbed-nav[data-v-66fa0041] .vf-tabbed-nav {
  background-color: #fff;
  background-color: var(--background-color, #fff);
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  border-bottom-color: var(--primary-color-10, rgba(0, 0, 0, 0.1));
  height: 36px;
  opacity: 1;
  position: sticky;
  top: 0;
  top: var(--reserved-space-top, 0);
  transition: opacity 0.2s ease, box-shadow 0.2s;
  z-index: 6;
}
.viafoura .vf3-comments[data-v-66fa0041] .vf-tabbed-nav__tabs {
  bottom: -2px;
}
.viafoura
  .vf3-comments__last-child-no-ad[data-v-66fa0041]
  .vf-thread:last-child {
  border-bottom: none;
}
.viafoura .v3-comments__post-form[data-v-66fa0041] {
  z-index: 2;
}
.viafoura .all-comments-container[data-v-66fa0041] {
  position: relative;
}

.vf-icon-button {
  padding-right: 0 !important;
  margin-right: 0 !important;
  padding-left: 0 !important;
}

.goToForm:hover {
  background-color: #aa2f31;
  color: white;
}
.goToForm {
  padding: 10px 15px;
  width: 100%;
  font-size: 20px;
  font-weight: 600;
  background-color: #e91b1e;
  color: white;
  border: none;
  margin: 20px 0;
}

.cuerpo__nota img {
  width: 100%;
  margin: 15px 0;
}
.lr-list-row-row-bullet::marker {
  font-size: 24px;
}
@media (min-width: 968px) {
  .ctr-modules-more-content__container > :after {
    border-right: 1px solid #e9e9e9;
    content: "";
    height: 100%;
    position: absolute;
    right: -10px;
  }
}
@media (min-width: 968px) {
  .ctr-modules-brands__container > :after {
    border-right: 1px solid #e9e9e9;
    content: "";
    height: 100%;
    position: absolute;
    right: -10px;
    top: 0;
  }
}
:root {
  --color-primary: rgba(177, 11, 31, 1);
}

.form-wrapper {
  margin-block: 12px 16px;
}
.base .text-link,
.base .text-link a {
  color: #e91b1e;
  text-decoration: none;
}
.base .text-link:hover,
.base .text-link a:hover {
  color: #e91b1e;
  text-decoration: underline;
  text-decoration-style: dashed;
  text-underline-offset: 4px;
}
