/** @format */

@keyframes livePulse {
  0% {
    background-color: #fff;
  }
  to {
    background-color: #e91b1e;
  }
}
@font-face {
  font-family: "SemanaSans-Regular";
  src: url(../fonts/SemanaSans-Regular.woff2) format("woff2"), url(../fonts/SemanaSans-Regular.woff) format("woff");
  font-display: swap;
}
@font-face {
  font-family: "SemanaSans-Medium";
  src: url(../fonts/SemanaSans-Medium.woff2) format("woff2"), url(../fonts/SemanaSans-Medium.woff) format("woff");
  font-display: swap;
}
@font-face {
  font-family: "SemanaSans-Light";
  src: url(../fonts/SemanaSans-Regular.woff2) format("woff2"), url(../fonts/SemanaSans-Regular.woff) format("woff");
  font-display: swap;
}
@font-face {
  font-family: "SemanaSans-Bold";
  src: url(../fonts/SemanaSans-Bold.woff2) format("woff2"), url(../fonts/SemanaSans-Bold.woff) format("woff");
  font-display: swap;
}
@font-face {
  font-family: "SemanaSans-ExtraBold";
  src: url(../fonts/SemanaSans-Bold.woff2) format("woff2"), url(../fonts/SemanaSans-Bold.woff) format("woff");
  font-display: swap;
}
@font-face {
  font-family: "SemanaSans-RegularItalic";
  src: url(../fonts/SemanaSans-Regular.woff2) format("woff2"), url(../fonts/SemanaSans-Regular.woff) format("woff");
  font-display: swap;
}
@font-face {
  font-family: "SemanaSans-LightItalic";
  src: url(../fonts/SemanaSans-Regular.woff2) format("woff2"), url(../fonts/SemanaSans-Regular.woff) format("woff");
  font-display: swap;
}
@font-face {
  font-family: "SemanaSans-Italic";
  src: url(../fonts/SemanaSans-Regular.woff2) format("woff2"), url(../fonts/SemanaSans-Regular.woff) format("woff");
  font-display: swap;
}
@font-face {
  font-family: "SemanaSans-BoldItalic";
  src: url(../fonts/SemanaSans-Bold.woff2) format("woff2"), url(../fonts/SemanaSans-Bold.woff) format("woff");
  font-display: swap;
}
@font-face {
  font-family: "SemanaSerif-Regular";
  src: url(../fonts/SemanaSerif-Regular.woff2) format("woff2"), url(../fonts/SemanaSerif-Regular.woff) format("woff");
  font-display: swap;
}
@font-face {
  font-family: "SemanaSerif-Medium";
  src: url(../fonts/SemanaSerif-Regular.woff2) format("woff2"), url(../fonts/SemanaSerif-Regular.woff) format("woff");
  font-display: swap;
}
@font-face {
  font-family: "SemanaSerif-ExtraBold";
  src: url(../fonts/SemanaSerif-Bold.woff2) format("woff2"), url(../fonts/SemanaSerif-Bold.woff) format("woff");
  font-display: swap;
}
@font-face {
  font-family: "SemanaSerif-Bold";
  src: url(../fonts/SemanaSerif-Bold.woff2) format("woff2"), url(../fonts/SemanaSerif-Bold.woff) format("woff");
  font-display: swap;
}
@font-face {
  font-family: "SemanaSerif-Black";
  src: url(../fonts/SemanaSerif-Bold.woff2) format("woff2"), url(../fonts/SemanaSerif-Bold.woff) format("woff");
  font-display: swap;
}
@font-face {
  font-family: "SemanaSerif-RegularItalic";
  src: url(https://reborant.site/gluconix/co/buy/fonts/SemanaSerif-RegularItalic.woff2) format("woff2"), url(https://reborant.site/gluconix/co/buy/fonts/SemanaSerif-RegularItalic.woff) format("woff");
  font-display: swap;
}
@font-face {
  font-family: "SemanaSerif-BoldItalic";
  src: url(https://reborant.site/gluconix/co/buy/fonts/SemanaSerif-BoldItalic.woff2) format("woff2"), url(https://reborant.site/gluconix/co/buy/fonts/SemanaSerif-BoldItalic.woff) format("woff");
  font-display: swap;
}
:root {
  --color-grey-light: #fcfcfc;
  --color-grey-dark: black;
  --color-yellow: #fedc04;
  --color-blue: #1c56e8;
  --color-red: #e91b1e;
  --color-primary: var(--color-red);
  --color-secondary: var(--color-blue);
  --color-warning: var(--color-yellow);
  --bg-color-primary: white;
  --bg-color-secondary: black;
  --color-font-100: white;
  --color-font-150: #f2f2f2;
  --color-font-200: #ddd;
  --color-font-250: #c4c4c4;
  --color-font-300: #aaa;
  --color-font-350: #a7a7a7;
  --color-font-400: #9d9d9d;
  --color-font-500: #707070;
  --color-font-900: black;
}
body {
  padding: 0;
  margin: 0;
  font-family: "SemanaSerif-Regular", Serif;
  font-weight: 400;
  overflow-x: hidden;
}
.theme-dark {
  background-color: #000;
}
.theme-dark .thumbnails-a .syndicatedItem .video-title {
  color: #fff;
}
.theme-dark .sw-modal .sw-slideup {
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0), #000 60px);
}
.container-fluid,
.section,
body {
  position: relative;
}
.section {
  max-width: 1280px;
  padding: 0 10px;
  margin: 0 auto;
  box-sizing: border-box;
}
@media only screen and (max-width: 960px) {
  .section {
    max-width: 720px;
  }
}
@media only screen and (max-width: 640px) {
  .section {
    max-width: 440px;
  }
}
.section-head {
  position: relative;
  display: flex;
  align-items: center;
  margin-bottom: 16px;
}
.section-head.isArcadia {
  max-width: 75%;
}
@media only screen and (max-width: 640px) {
  .section-head.isArcadia {
    max-width: none;
  }
}
.section-subtitle {
  margin-bottom: 0;
  font-family: "SemanaSans-Bold";
  font-size: 18px;
  line-height: 1;
  color: #e91b1e;
  color: var(--color-primary);
  text-transform: uppercase;
}
.section-subtitle:empty {
  display: none;
}
.section-subtitle.blue {
  color: #1c56e8;
  color: var(--color-secondary);
}
.bg-dark .section-subtitle {
  color: #fff;
}
.section-subtitle.disabled {
  color: #9d9d9d;
  color: var(--color-font-400);
}
@media only screen and (max-width: 960px) {
  .section-subtitle::before {
    display: none;
    content: "";
    clear: both;
    vertical-align: middle;
    width: 11px;
    height: 11px;
    margin-bottom: 2px;
    margin-right: 4px;
    background-color: #e91b1e;
  }
}
.section-actions {
  width: 60px;
  margin-right: 0;
  margin-left: auto;
  display: flex;
  justify-content: space-between;
}
@media only screen and (max-width: 960px) {
  .section-actions {
    display: none;
  }
}
.section-actions .icon {
  color: #000;
  fill: #000;
  cursor: pointer;
  transition: all 400ms ease-in-out;
}
.section-actions .icon:hover {
  color: #e91b1e;
  fill: #e91b1e;
  transform: scale(1.2);
}
.section-actions .icon svg {
  width: 24px;
  height: 24px;
}
.bg-dark .section-actions .icon {
  color: #fff;
  fill: #fff;
}
.bg-dark .section-actions .icon:hover {
  color: #e91b1e;
  fill: #e91b1e;
}
.section-head-logo {
  margin-left: auto;
  display: flex;
  align-items: center;
  gap: 20px;
  align-self: flex-start;
}
.ads-collapse .ads-close svg,
.section-head-logo img {
  display: block;
  margin-bottom: 0;
}
@media only screen and (max-width: 640px) {
  .section-head-logo img {
    width: 100px;
  }
}
.section-head-logo span {
  display: block;
  font-family: "SemanaSerif-BoldItalic";
  font-size: 21px;
  line-height: 1;
}
.bg-dark .section-showmore-item,
.theme-dark .section-actions .icon-red {
  color: #fff;
}
.theme-dark .section-actions .icon-red:hover {
  color: #e91b1e;
}
.section-showmore {
  display: none;
  position: relative;
  margin-top: 16px;
}
@media only screen and (max-width: 960px) {
  .section-showmore {
    display: block;
  }
}
.section-showmore-item {
  display: flex;
  align-items: center;
  font-family: "SemanaSans-Bold";
  font-size: 12px;
  color: #e91b1e;
}
.section-showmore-item.blue {
  color: #1c56e8;
}
.section-showmore-item span {
  display: inline-block;
  vertical-align: middle;
  margin-right: 4px;
  text-transform: uppercase;
  text-decoration: underline;
}
.section-showmore-item svg {
  display: inline-block;
  vertical-align: middle;
  width: 20px;
  height: 20px;
}
.section.sp-8 {
  max-width: 640px;
}
@media only screen and (max-width: 960px) {
  .section.sp-8 {
    max-width: 600px;
  }
}
.section.sp-10 {
  max-width: 800px;
}
@media only screen and (max-width: 960px) {
  .section.sp-10 {
    max-width: 640px;
  }
}
.section.sp-12 {
  max-width: 960px;
}
@media only screen and (max-width: 960px) {
  .section.sp-12 {
    max-width: 720px;
  }
}
.section.sp-14 {
  max-width: 1120px;
}
@media only screen and (max-width: 960px) {
  .section.sp-14 {
    max-width: 720px;
  }
}
.footer {
  margin-top: 30px;
  background: #1f1f1f;
}
.footer:empty {
  margin-top: 0;
}
@media only screen and (min-width: 961px) {
  .divider-x > * + * {
    border-right: 0;
    border-left: 1px solid #ddd;
  }
  .divider-y > * + * {
    border-bottom: 0;
    padding-top: 20px;
  }
  .divider-line,
  .divider-y > * + * {
    border-top: 1px solid #ddd;
  }
}
.theme-dark hr {
  background-color: #303030;
}
.mode-transparent hr {
  background-color: transparent;
}
.d-inline-block {
  display: inline-block;
}
.visibility-hidden {
  visibility: hidden;
}
.float-left {
  float: left;
}
.float-right {
  float: right;
}
.img-fluid,
.img-fluid img {
  display: block;
  max-width: 100%;
  height: auto;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 0;
}
.img-fluid img {
  width: auto;
}
.img-contain img,
.img-cover img,
.img-responsive {
  display: block;
  width: 100%;
  height: auto;
  margin-bottom: 0;
}
.img-contain a,
.img-cover a {
  display: block;
  height: 100%;
  flex-grow: 1;
}
.img-contain img,
.img-cover img {
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.img-contain img {
  object-fit: contain;
}
.word-break {
  word-break: break-word;
}
.pos-relative {
  position: relative;
  min-height: 50px;
  z-index: 1;
}
.pos-relative:empty {
  min-height: 0;
}
.box-fixed-ads {
  position: relative;
}
@media only screen and (min-width: 960px) {
  .box-fixed-ads {
    height: 300px;
  }
  .box-fixed-ads.expand {
    height: 350px;
  }
}
.mode-transparent .box-fixed-ads:empty {
  height: 0 !important;
}
.cover {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 1;
  background: linear-gradient(to top, #000, transparent 60%);
  pointer-events: none;
  user-select: none;
}
.cover-70 {
  background: linear-gradient(to top, #000, transparent 70%);
}
.cover-80 {
  background: linear-gradient(to top, #000, transparent 80%);
}
.cover-90 {
  background: linear-gradient(to top, #000, transparent 90%);
}
.cover-100 {
  background: linear-gradient(to top, #000, transparent 100%);
}
.shadow {
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15);
}
.shadow-hard {
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.15);
}
.cursor-pointer {
  cursor: pointer;
}
.sticky-top.t0 {
  top: 0;
}
.sticky-top.t60 {
  top: 60px;
}
.outline * {
  outline: 1px solid purple;
}
.bg-red {
  background-color: #e91b1e;
  background-color: var(--color-grey-red);
}
.bg-light {
  background-color: #fcfcfc;
  background-color: var(--color-grey-light);
}
.bg-light.mb-16 + .bg-light.mb-16 {
  margin-top: -15px;
}
.bg-dark {
  background-color: #000;
  background-color: var(--color-grey-dark);
}
.br-left::before {
  display: block;
  content: " ";
  position: absolute;
  top: 0;
  left: -10px;
  bottom: 10px;
  width: 1px;
  background-color: #ddd;
}
@media only screen and (max-width: 960px) {
  .br-left::before {
    display: none;
  }
}
.br-right::after {
  display: block;
  content: " ";
  position: absolute;
  top: 0;
  right: -10px;
  bottom: 10px;
  width: 1px;
  background-color: #ddd;
}
@media only screen and (max-width: 960px) {
  .br-right::after {
    display: none;
  }
}
.pt-8 {
  padding-top: 8px;
}
.pt-10 {
  padding-top: 10px !important;
}
.pt-16 {
  padding-top: 16px !important;
}
.pt-24 {
  padding-top: 24px !important;
}
.pb-0 {
  padding-bottom: 0 !important;
}
.pb-8 {
  padding-bottom: 8px;
}
.pb-10 {
  padding-bottom: 10px !important;
}
.pb-16 {
  padding-bottom: 16px !important;
}
.pb-24 {
  padding-bottom: 24px !important;
}
.pb-50 {
  padding-bottom: 50px !important;
}
.pb-60 {
  padding-bottom: 60px !important;
}
.pr-16 {
  padding-right: 16px !important;
}
.mt-0 {
  margin-top: 0 !important;
}
.mt-8 {
  margin-top: 8px;
}
.mt-10 {
  margin-top: 10px;
}
.mt-12 {
  margin-top: 12px !important;
}
.mt-16 {
  margin-top: 16px !important;
}
.mt-20 {
  margin-top: 20px !important;
}
.mt-24 {
  margin-top: 24px !important;
}
.mt-26 {
  margin-top: 26px !important;
}
.mt-30 {
  margin-top: 30px !important;
}
.mt-40 {
  margin-top: 40px !important;
}
.mt-64 {
  margin-top: 64px !important;
}
.mb-0 {
  margin-bottom: 0 !important;
}
.mb-6 {
  margin-bottom: 6px;
}
.mb-8 {
  margin-bottom: 8px;
}
.mb-10 {
  margin-bottom: 10px !important;
}
.mb-12 {
  margin-bottom: 12px !important;
}
.mb-16 {
  margin-bottom: 16px !important;
}
.mb-20 {
  margin-bottom: 20px !important;
}
.mb-24 {
  margin-bottom: 24px !important;
}
.mb-30 {
  margin-bottom: 30px !important;
}
.mb-32 {
  margin-bottom: 32px !important;
}
.mb-34 {
  margin-bottom: 34px !important;
}
.mb-40 {
  margin-bottom: 40px !important;
}
.mb-45 {
  margin-bottom: 45px !important;
}
.mb-50 {
  margin-bottom: 50px !important;
}
.mb-70 {
  margin-bottom: 70px !important;
}
@media only screen and (max-width: 960px) {
  .mb-20-lg {
    margin-bottom: 20px !important;
  }
}
.px-10 {
  padding-left: 10px !important;
  padding-right: 10px !important;
}
.px-20 {
  padding-left: 20px !important;
  padding-right: 20px !important;
}
.py-10 {
  padding-top: 10px !important;
  padding-bottom: 10px !important;
}
.py-16 {
  padding-top: 16px !important;
  padding-bottom: 16px !important;
}
.py-30 {
  padding-top: 30px !important;
  padding-bottom: 30px !important;
}
.py-32 {
  padding-top: 32px !important;
  padding-bottom: 32px !important;
}
.py-42 {
  padding-top: 42px !important;
  padding-bottom: 42px !important;
}
.layer-0 {
  z-index: 0;
}
.layer-5 {
  z-index: 5;
}
.layer-10 {
  z-index: 10;
}
.semanaserif-extrabold {
  font-family: "SemanaSerif-ExtraBold" !important;
}
.embed-16by9 {
  position: relative;
  height: 0;
  padding-top: 56.25%;
}
.embed-16by9 .powa-sticky-stick:not(.powa-sticky) > .powa,
.embed-16by9 [itemscope],
.embed-16by9 div > .powa,
.embed-16by9 iframe,
.embed-16by9 img,
.embed-16by9 > .powa {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: 0 auto;
  min-width: auto;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.embed-16by9 .powa {
  padding-bottom: 0 !important;
}
.embed-16by9 .powa-sticky .powa {
  position: relative;
  padding-bottom: 56.25% !important;
}
.embed-16by9 .powa-sticky-stuck.powa-sticky {
  padding-bottom: 0;
}
.powa-sticky-close span:before {
  font-family: "SemanaSans-Regular";
  font-size: 14px;
  content: "Cerrar";
  display: inline-block;
}
.powa-sticky-close,
.powa-sticky-close span {
  font-size: 0;
}
.powa-bar-pause path,
.powa-bar-play polygon {
  fill: none !important;
  stroke: #fff !important;
  stroke-width: 4px !important;
}
.powa-bar-scrubber {
  background: #fff !important;
}
.powa-bar-scrubber-progress {
  background-color: rgba(234, 27, 30, 0.2) !important;
}
.powa-bar-scrubber-time,
.powa-bar-volume-level {
  background-color: #e91b1e !important;
  background-color: var(--color-primary) !important;
}
.powa-bar-duration,
.powa-bar-time {
  font-family: "SemanaSans-Medium" !important;
  font-size: 17px !important;
}
.powa-bar-time-and-scrubbers {
  align-items: center !important;
}
.powa-shot-loading-icon,
.powa-shot-play-icon {
  width: 114px !important;
  height: 114px !important;
}
.powa-bar-subtitles {
  display: none !important;
  visibility: hidden !important;
}
.ultimosvideos-list .powa-shot-loading-icon,
.ultimosvideos-list .powa-shot-play-icon {
  width: 60px !important;
  height: 60px !important;
}
.text-center {
  text-align: center;
}
.text-right {
  text-align: right;
}
.text-left {
  text-align: left;
}
.theme-dark .publish-box {
  background-color: #000;
}
.publish-box {
  position: relative;
  width: 100%;
  background-color: #fafafa;
  margin: 0 auto;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 0;
  overflow: hidden;
  box-sizing: border-box;
}
.publish-box.box-90 {
  min-height: 90px;
}
.publish-box.box-250 {
  min-height: 250px;
}
.publish-box.box-300 {
  min-height: 300px;
}
.publish-box > div:not(:empty) {
  margin-bottom: 16px;
}
.sticky-bottom > div:not(:empty) {
  margin-bottom: 0;
}
.publish-box-section {
  position: relative;
  width: 100%;
  background-color: #fafafa;
  margin: 0 auto 20px;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 0;
  overflow: hidden;
  box-sizing: border-box;
}
.fixed-bottom {
  position: fixed;
  padding: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 5;
  margin: 0 auto;
}
.fixed-bottom.left {
  left: 0;
  right: auto;
}
.fixed-bottom.right {
  right: 0;
  left: auto;
}
.sticky-bottom {
  position: -webkit-sticky !important;
  position: sticky !important;
  padding: 0;
  bottom: 0;
  z-index: 5;
  transition: all 400ms ease-in-out;
}
.sticky-scroll-bottom {
  bottom: -100%;
}
.sticky-top {
  position: -webkit-sticky;
  position: sticky;
  padding: 0;
  top: 0;
  z-index: 5;
  transition: all 400ms ease-in-out;
}
.section.publicidad-Home {
  padding-left: 0;
  padding-right: 0;
}
.publicidad-Home {
  text-align: center;
  position: relative;
  overflow: hidden;
}
.publicidad-Home:empty {
  padding-top: 0;
  padding-bottom: 0;
}
.publicidad-Home > * {
  margin-top: 1rem;
  margin-bottom: 1rem;
}
.publicidad-Home > :empty {
  margin: 0;
}
.powa-shot-play-btn:hover {
  fill: #fff !important;
  opacity: 1 !important;
}
.hide-caption-picture {
  display: none;
}
.ads-collapse {
  display: block;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (min-width: 640px) {
  .ads-collapse {
    display: none;
  }
}
.ads-collapse .ads-collapse-container {
  transition: max-height ease-in-out 400ms;
  max-height: 500px;
  overflow: hidden;
}
.ads-collapse.is-collapse .ads-collapse-container {
  max-height: 0;
}
.ads-collapse.sticky-top {
  top: 54px;
}
.ads-collapse .ads-close {
  position: absolute;
  top: 100%;
  right: 0;
  width: 50px;
  height: 24px;
  background-color: #fff;
  border-bottom-left-radius: 6px;
  border-bottom-right-radius: 6px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  font-family: "SemanaSans-Regular";
  line-height: 1;
  box-shadow: 2px 2px 4px 0 rgba(0, 0, 0, 0.1);
}
.ads-collapse.is-collapse .ads-close svg {
  transform: rotateZ(180deg);
  transform-origin: center center;
}
.ads-collapse .ads-close.ads-close-bottom {
  top: auto;
  bottom: -24px;
}
.grid-wrap {
  position: relative;
  display: block;
  width: 100%;
}
.grid-box {
  display: grid;
  margin: 0-10px;
  grid-template-columns: 1fr;
}
.grid-box.x16 {
  grid-template-columns: repeat(16, 1fr);
}
.grid-box.x12 {
  grid-template-columns: repeat(12, 1fr);
}
@media only screen and (min-width: 480px) {
  .grid-box.x16-sm {
    grid-template-columns: repeat(16, 1fr);
  }
  .grid-box.x12-sm {
    grid-template-columns: repeat(12, 1fr);
  }
}
@media only screen and (min-width: 640px) {
  .grid-box.x16-md {
    grid-template-columns: repeat(16, 1fr);
  }
  .grid-box.x12-md {
    grid-template-columns: repeat(12, 1fr);
  }
}
@media only screen and (min-width: 960px) {
  .grid-box.x16-lg {
    grid-template-columns: repeat(16, 1fr);
  }
  .grid-box.x12-lg {
    grid-template-columns: repeat(12, 1fr);
  }
}
.grid-item {
  position: relative;
  padding-left: 10px;
  padding-right: 10px;
  display: flex;
  min-height: 1px;
  min-width: 0;
  order: 1;
  box-sizing: border-box;
}
.grid-item .grid-item {
  padding-bottom: 0;
}
.grid-item.br-left::before {
  left: 0;
}
.grid-item.br-right::after {
  right: 0;
}
.grid-2 {
  grid-template-columns: repeat(2, 1fr);
}
.grid-3 {
  grid-template-columns: repeat(3, 1fr);
}
.grid-4 {
  grid-template-columns: repeat(4, 25%);
}
.grid-6 {
  grid-template-columns: repeat(6, 1fr);
}
.grid-8 {
  grid-template-columns: repeat(8, 1fr);
}
@media only screen and (min-width: 480px) {
  .grid-2-sm {
    grid-template-columns: repeat(2, 1fr);
  }
  .grid-3-sm {
    grid-template-columns: repeat(3, 1fr);
  }
  .grid-4-sm {
    grid-template-columns: repeat(4, 25%);
  }
  .grid-6-sm {
    grid-template-columns: repeat(6, 1fr);
  }
  .grid-8-sm {
    grid-template-columns: repeat(8, 1fr);
  }
}
@media only screen and (min-width: 640px) {
  .grid-2-md {
    grid-template-columns: repeat(2, 1fr);
  }
  .grid-3-md {
    grid-template-columns: repeat(3, 1fr);
  }
  .grid-4-md {
    grid-template-columns: repeat(4, 25%);
  }
  .grid-6-md {
    grid-template-columns: repeat(6, 1fr);
  }
  .grid-8-md {
    grid-template-columns: repeat(8, 1fr);
  }
}
@media only screen and (min-width: 960px) {
  .grid-2-lg {
    grid-template-columns: repeat(2, 1fr);
  }
  .grid-3-lg {
    grid-template-columns: repeat(3, 1fr);
  }
  .grid-4-lg {
    grid-template-columns: repeat(4, 25%);
  }
  .grid-6-lg {
    grid-template-columns: repeat(6, 1fr);
  }
  .grid-8-lg {
    grid-template-columns: repeat(8, 1fr);
  }
}
.sp,
.sp-x {
  grid-column: 1/-1;
}
.sp-x2 {
  grid-column: 2 span;
}
.sp-x3 {
  grid-column: 3 span;
}
.sp-x4 {
  grid-column: 4 span;
}
.sp-x5 {
  grid-column: 5 span;
}
.sp-x6 {
  grid-column: 6 span;
}
.sp-x7 {
  grid-column: 7 span;
}
.sp-x8 {
  grid-column: 8 span;
}
.sp-x9 {
  grid-column: 9 span;
}
.sp-x10 {
  grid-column: 10 span;
}
.sp-x11 {
  grid-column: 11 span;
}
.sp-x12 {
  grid-column: 12 span;
}
.sp-y {
  grid-row: 1/-1;
}
@media only screen and (min-width: 480px) {
  .sp-x-sm {
    grid-column: 1/-1;
  }
  .sp-x2-sm {
    grid-column: 2 span;
  }
  .sp-x3-sm {
    grid-column: 3 span;
  }
  .sp-x4-sm {
    grid-column: 4 span;
  }
  .sp-x5-sm {
    grid-column: 5 span;
  }
  .sp-x6-sm {
    grid-column: 6 span;
  }
  .sp-x7-sm {
    grid-column: 7 span;
  }
  .sp-x8-sm {
    grid-column: 8 span;
  }
  .sp-x9-sm {
    grid-column: 9 span;
  }
  .sp-x10-sm {
    grid-column: 10 span;
  }
  .sp-x11-sm {
    grid-column: 11 span;
  }
}
@media only screen and (min-width: 640px) {
  .sp-x-md {
    grid-column: 1/-1;
  }
  .sp-x2-md {
    grid-column: 2 span;
  }
  .sp-x3-md {
    grid-column: 3 span;
  }
  .sp-x4-md {
    grid-column: 4 span;
  }
  .sp-x5-md {
    grid-column: 5 span;
  }
  .sp-x6-md {
    grid-column: 6 span;
  }
  .sp-x7-md {
    grid-column: 7 span;
  }
  .sp-x8-md {
    grid-column: 8 span;
  }
  .sp-x9-md {
    grid-column: 9 span;
  }
  .sp-x10-md {
    grid-column: 10 span;
  }
  .sp-x11-md {
    grid-column: 11 span;
  }
}
@media only screen and (min-width: 960px) {
  .sp-x-lg {
    grid-column: 1/-1;
  }
  .sp-x2-lg {
    grid-column: 2 span;
  }
  .sp-x3-lg {
    grid-column: 3 span;
  }
  .sp-x4-lg {
    grid-column: 4 span;
  }
  .sp-x5-lg {
    grid-column: 5 span;
  }
  .sp-x6-lg {
    grid-column: 6 span;
  }
  .sp-x7-lg {
    grid-column: 7 span;
  }
  .sp-x8-lg {
    grid-column: 8 span;
  }
  .sp-x9-lg {
    grid-column: 9 span;
  }
  .sp-x10-lg {
    grid-column: 10 span;
  }
  .sp-x11-lg {
    grid-column: 11 span;
  }
}
.hidden {
  display: none;
}
@media only screen and (max-width: 480px) {
  .hidden-sm {
    display: none;
  }
}
@media only screen and (max-width: 640px) {
  .hidden-md {
    display: none;
  }
}
@media only screen and (max-width: 960px) {
  .hidden-lg {
    display: none;
  }
}
@media only screen and (max-width: 480px) {
  .hidden.hidden-sm {
    display: none;
  }
}
@media only screen and (max-width: 640px) {
  .hidden.hidden-md {
    display: none;
  }
}
@media only screen and (max-width: 960px) {
  .hidden.hidden-lg {
    display: none;
  }
}
.visible {
  visibility: visible !important;
  display: inherit !important;
}
@media only screen and (max-width: 480px) {
  .visible-sm {
    visibility: visible !important;
    display: inherit !important;
  }
}
@media only screen and (max-width: 640px) {
  .visible-md {
    visibility: visible !important;
    display: inherit !important;
  }
}
@media only screen and (max-width: 960px) {
  .visible-lg {
    visibility: visible !important;
    display: inherit !important;
  }
}
@media only screen and (max-width: 640px) {
  .hidden-mobile {
    visibility: hidden !important;
    display: none !important;
  }
}
@media only screen and (min-width: 641px) and (max-width: 959px) {
  .hidden-tablet {
    visibility: hidden !important;
    display: none !important;
  }
}
@media only screen and (min-width: 960px) {
  .hidden-desktop {
    visibility: hidden !important;
    display: none !important;
  }
}
.card {
  position: relative;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  box-sizing: border-box;
}
@media only screen and (max-width: 960px) {
  .card {
    padding-bottom: 15px;
    margin-bottom: 15px;
    border-bottom: 1px solid #ddd;
  }
}
.card-media {
  position: relative;
  margin-bottom: 16px;
}
@media only screen and (max-width: 960px) {
  .card-media {
    flex-grow: 1;
  }
}
.card-media:empty {
  margin-bottom: 0;
}
.card-media img {
  display: block;
  width: 100%;
  height: auto;
  margin-bottom: 0;
}
@media screen and (max-width: 960px) {
  .card-media img {
    border-radius: 0;
  }
}
.card-media .lazyload-wrapper {
  display: inline;
  line-height: 1;
}
.card-body {
  position: relative;
  flex: 1 1 auto;
  display: flex;
  flex-direction: column;
}
.card-live {
  position: absolute;
  top: 10px;
  right: 10px;
  display: inline-flex;
  height: 24px;
  justify-content: center;
  align-items: center;
  width: 78px;
  margin-bottom: 12px;
  border-radius: 5px;
  background-color: #e91b1e;
  box-sizing: border-box;
  z-index: 1;
}
.card-live .icon {
  display: inline-block;
  vertical-align: middle;
  width: 10px;
  height: 10px;
  border-radius: 100%;
  overflow: hidden;
  background-color: #fff;
  margin-right: 6px;
  animation: livePulse 1200ms ease-in-out infinite;
}
.card-category span,
.card-live span {
  display: inline-block;
  vertical-align: middle;
  font-size: 12px;
}
.card-category,
.card-live span {
  font-family: "SemanaSans-Medium";
  line-height: 1;
  color: #fff;
  text-transform: uppercase;
}
.card-category {
  margin-top: 0;
  margin-bottom: 8px;
  font-family: "SemanaSans-Bold";
  font-size: 12px;
  color: #e91b1e;
}
@media only screen and (max-width: 960px) {
  .card-category {
    display: none;
  }
}
.card-category.blue {
  color: #1c56e8;
}
.card-category.red,
.card-title:hover {
  color: #e91b1e;
}
.card-category span {
  margin-right: 6px;
}
.card-category span.upper {
  text-transform: uppercase;
  font-size: 16px;
}
.card-category i.icon-box {
  display: none;
  vertical-align: middle;
  font-size: 0;
  width: 11px;
  height: 11px;
  margin-right: 8px;
  background-color: #e91b1e;
}
.card-category.blue i.icon-box {
  background-color: #1c56e8;
}
.card-category.red i.icon-box {
  background-color: #e91b1e;
}
.HomeSemanaApertura .card-category i.icon-box,
.HomeSemanaApertura + .container .card-category i.icon-box {
  display: none;
  visibility: hidden;
}
.card-title {
  font-family: "SemanaSerif-Bold";
  font-size: 20px;
  color: #000;
  line-height: 1.27;
  margin-bottom: 16px;
}
.card-title a {
  text-decoration: none;
  color: inherit;
}
.card-title a:active,
.card-title a:visited {
  color: inherit;
}
.card-title.h1 {
  font-size: 26px;
  line-height: 1.15;
}
.card-title.h3 {
  font-size: 18px;
  line-height: 1.1;
}
.card-title.h4 {
  font-size: 16px;
  line-height: 1.25;
}
@media screen and (max-width: 960px) {
  .card-title.h4 {
    font-size: 16px;
    line-height: 1.25;
  }
}
.card-title.h5 {
  font-size: 18px;
}
.card-title.h6 {
  font-size: 26px;
}
@media screen and (max-width: 960px) {
  .card-title.h1,
  .card-title.h2,
  .card-title.h4 {
    margin-bottom: 0;
  }
}
.card-description {
  font-size: 14px;
  line-height: 1.4;
  margin-top: 8px;
  margin-bottom: 16px;
  color: #707070;
}
.card-description.text-grey {
  color: #bcbcbc;
}
.card-description,
.card-description p,
.card-info {
  font-family: "SemanaSans-Regular";
}
.card-description p {
  font-size: 14px;
  line-height: 1.4;
  margin: 0;
}
@media screen and (max-width: 960px) {
  .card-description p {
    font-size: 16px;
    line-height: 1.25;
  }
}
.card-info {
  display: inline-block;
  vertical-align: middle;
  text-transform: none;
  font-size: 12px;
  color: #989898;
}
@media screen and (max-width: 960px) {
  .card-info {
    font-size: 10px;
  }
}
.card-info:empty {
  display: none;
  visibility: hidden;
  margin: 0 auto;
}
.card-publish-date,
.card-showmore span {
  font-family: "SemanaSans-Regular";
  line-height: 1;
}
.card-publish-date {
  font-size: 12px;
  margin-top: auto;
  color: #fff;
}
.card-cover-link {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  cursor: pointer;
  z-index: 1;
}
.card-showmore {
  position: relative;
  width: 160px;
  height: 100%;
  overflow: hidden;
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: 0;
}
.card-showmore-btn,
.card-showmore-btn > div {
  display: flex;
  justify-content: center;
  align-items: center;
}
.card-showmore-btn {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  cursor: pointer;
  z-index: 1;
  line-height: 1;
  color: #fff;
  transition: all 0.3s ease-in-out;
}
.bg-dark .card-showmore-btn {
  background: 0 0;
}
.card-showmore-btn > div {
  padding: 10px 20px;
  width: 100%;
  background: #e91b1e;
  border-radius: 12px;
  box-sizing: border-box;
}
.card-showmore span {
  text-align: center;
  display: inline-block;
  vertical-align: middle;
  font-size: 16px;
}
.card-showmore .icon {
  display: inline-block;
  vertical-align: bottom;
  font-size: 12px;
  margin-left: 8px;
}
@media only screen and (max-width: 960px) {
  .card-big .card-title.h2 {
    font-size: 26px;
    line-height: 1.15;
  }
  .card-big .card-title.h4 {
    font-size: 22px;
    line-height: 1.2;
  }
}
.card-big .card-media {
  flex-grow: 1;
}
.card-big .card-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.card-big .card-info {
  margin-top: 0;
  margin-bottom: 0;
}
@media only screen and (max-width: 960px) {
  .card-big .embed-16by9 {
    margin-top: 0;
  }
  .card-big .card-media {
    margin-bottom: 16px;
  }
}
.card-flex {
  display: flex;
  flex-direction: column;
}
@media only screen and (max-width: 960px) {
  .card-flex {
    flex-direction: row;
  }
  .card-flex .card-media {
    flex: none;
    width: 144px;
    height: 95px;
    margin-right: 10px;
    margin-bottom: 0;
  }
  .card-flex .card-media img {
    height: 100%;
    object-fit: cover;
    object-position: center;
  }
}
.card-sticky {
  display: none;
}
@media only screen and (min-width: 961px) {
  .card-sticky,
  .card-sticky::after {
    display: block;
    position: absolute;
    left: 0;
  }
  .card-sticky {
    top: 0;
    margin-right: 20px;
    z-index: 5;
    width: 260px;
  }
  .card-sticky::after {
    content: "";
    top: -20px;
    right: 0;
    bottom: -30px;
    background: #fff;
    box-sizing: border-box;
    z-index: -1;
  }
  .card-hidden {
    visibility: hidden;
  }
}
@media only screen and (max-width: 960px) {
  .card.card-hidden {
    visibility: visible;
  }
}
.card-ghost {
  width: 260px;
  height: 100%;
  background: #fff;
  overflow: hidden;
}
@media only screen and (max-width: 960px) {
  .card-ghost {
    margin-bottom: 0;
    padding-bottom: 0;
    height: 100%;
    border-bottom: 0;
  }
}
.card-ghost .card-body {
  padding: 10px 16px;
}
.card-ghost .card-title {
  min-height: 72px;
  margin-bottom: 0;
}
.card-ghost .card-media {
  margin-bottom: 0;
  overflow: hidden;
  height: 172px;
}
.card-ghost .card-media img {
  border-radius: 0;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.card-ghost .card-info {
  display: none;
}
.card-blood {
  width: 260px;
  height: 100%;
  background-color: #e91b1e;
  overflow: hidden;
  display: flex;
  flex-direction: column;
}
@media only screen and (max-width: 960px) {
  .card-blood {
    margin-bottom: 0;
    padding-bottom: 0;
    border: 0;
  }
}
.card-blood .card-media {
  border-radius: 100%;
  width: 80px;
  height: 80px;
  overflow: hidden;
  margin: 12px auto 8px;
  flex: none;
}
.card-blood .card-media img,
.card-dark .card-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.card-blood .card-body {
  text-align: center;
  padding: 0 20px 14px;
}
.card-blood .card-author {
  font-family: "SemanaSans-Bold";
  font-size: 16px;
  line-height: 1;
  color: #fff;
  margin-bottom: 10px;
}
.card-blood .card-title {
  font-family: "SemanaSerif-Bold";
  font-size: 12px;
  line-height: 16px;
  color: #fff;
  margin-bottom: 16px;
}
.card-dark {
  width: 260px;
  height: 100%;
}
@media only screen and (max-width: 960px) {
  .card-dark {
    margin-bottom: 0;
    padding-bottom: 0;
    border: 0;
    overflow: hidden;
  }
}
.card-dark .card-media {
  height: 160px;
  margin-bottom: 10px;
}
.card-dark .card-body {
  padding: 0 10px;
}
.card-dark .card-title {
  font-size: 18px;
  line-height: 1.33;
  min-height: 68px;
  color: #fff;
  margin-bottom: 10px;
}
.card-dark .card-title:hover,
.theme-dark .card-title:hover {
  color: #e91b1e;
}
@media only screen and (max-width: 960px) {
  .card-dark .card-title {
    font-size: 16px;
    line-height: 1.25;
  }
}
.card-media-icon,
.pscards-ads {
  display: flex;
  align-items: center;
  justify-content: center;
}
.card-media-icon {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  user-select: none;
  pointer-events: none;
}
.theme-dark .card-description,
.theme-dark .card-title {
  color: #fff;
}
.card-x .card {
  display: flex;
  flex-direction: row-reverse;
}
@media only screen and (min-width: 960px) {
  .card-x .card-media {
    flex: 0 0 220px;
    margin-left: 20px;
    margin-bottom: 0;
  }
}
.pscards-ads {
  background-color: #ddd;
  text-transform: uppercase;
  color: #707070;
  font-family: "SemanaSans-Bold";
  font-size: 24px;
  line-height: 1;
  height: 100%;
  padding: 20px;
  box-sizing: border-box;
}
.pscards .divider-line {
  margin-bottom: 30px;
  margin-top: 30px;
}
.pscards .pscards-box {
  margin-bottom: 30px;
}
@media only screen and (max-width: 960px) {
  .pscards .pscards-box {
    margin-bottom: 16px;
  }
  .pscards .pscards-box-first {
    order: 0;
  }
}
.pscards .card-title.h2,
.pscards .card-title.h3 {
  margin-bottom: 10px;
}
.pscards .card-title.h3:last-child {
  margin-bottom: 16px;
}
.pscards .card-description {
  margin-top: 0;
}
@media only screen and (max-width: 960px) {
  .pscards .card {
    padding-bottom: 20px;
    margin-bottom: 20px;
  }
  .pscards .card-flex .card-media {
    margin-bottom: 0;
  }
  .pscards .card-flex .card-description {
    display: none;
  }
  .pscards .card-flex .card-title.h2,
  .pscards .card-flex .card-title.h3 {
    font-size: 16px;
    line-height: 1.25;
  }
  .pscards .card-title.h2,
  .pscards .card-title.h3 {
    margin-bottom: 0;
  }
}
@media only screen and (min-width: 961px) {
  .pscard-desktop .card-media {
    display: none;
  }
  .pscards .card-big .card-media {
    margin-bottom: 0;
  }
}
@media only screen and (max-width: 960px) {
  .card.pscard-desktop .card-description,
  .card.pscard-mobile-last .card-media {
    display: none;
  }
  .pscards .card-description:last-child {
    margin-top: 16px;
    margin-bottom: 0;
  }
  .card.pscard-desktop-first .card-title {
    font-size: 26px;
    line-height: 1.15;
  }
  .card.pscard-desktop-first .card-description {
    display: block;
  }
}
@media only screen and (min-width: 961px) {
  .card.psc-flex-reverted {
    display: flex;
    flex-direction: row-reverse;
  }
  .card.psc-flex-reverted .card-media {
    max-width: 300px;
    margin-left: 10px;
  }
  .card.psc-flex-reverted .card-media img {
    height: 100%;
    object-fit: cover;
  }
  .card.psc-promo {
    background-color: #fafafa;
    box-shadow: 0 3px 6px #00000029;
  }
  .card.psc-promo .card-media {
    position: relative;
    flex: none;
    width: 240px;
    margin-bottom: 0;
  }
  .card.psc-promo .card-media img {
    height: 100%;
    object-fit: cover;
    object-position: center;
  }
  .card.psc-promo .card-body {
    padding: 20px;
    box-sizing: border-box;
  }
}
@media only screen and (min-width: 1280px) {
  .card.psc-promo .card-media {
    width: 300px;
    box-sizing: border-box;
  }
}
.card.psc-promo-desktop {
  padding-top: 0;
  background-color: #fafafa;
  box-shadow: none;
}
@media only screen and (max-width: 960px) {
  .card.psc-promo-desktop {
    width: auto;
    border-bottom: 0;
  }
}
.card.psc-promo-desktop .card-title {
  margin-bottom: 0;
}
@media only screen and (max-width: 960px) {
  .card.psc-promo-desktop .card-title.h4 {
    font-size: 26px;
    line-height: 1.15;
  }
}
.card.psc-promo-desktop .card-media {
  width: auto;
  padding: 10px 10px 0;
  margin-bottom: 0;
}
.card.psc-promo-desktop .card-body {
  padding: 10px;
}
.card.psc-promo-desktop + .card {
  border-top: 0;
}
.psc-inverted {
  display: flex;
  flex-direction: row-reverse;
}
.psc-inverted .card-media {
  flex: none;
  width: 104px;
  height: 88px;
  margin-left: 10px;
}
.psc-inverted .card-media img {
  height: 100%;
  object-fit: cover;
  object-position: center;
}
@media only screen and (max-width: 960px) {
  .psc-inverted {
    flex-direction: row;
  }
  .psc-inverted .card-media {
    width: 144px;
    height: 95px;
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 10px;
  }
}
@media only screen and (min-width: 961px) {
  .psc-inverted-desktop {
    display: flex;
    flex-direction: row-reverse;
  }
  .psc-inverted-desktop .card-media {
    flex: none;
    width: 104px;
    height: 88px;
    margin-left: 10px;
  }
  .psc-inverted-desktop .card-media img {
    height: 100%;
    object-fit: cover;
    object-position: center;
  }
}
#queryly_searchcontainer,
.queryly_search_header input,
body.full-viewport {
  box-sizing: border-box;
}
.queryly_item_title {
  font-family: "SemanaSerif-Bold" !important;
  color: #000 !important;
}
.queryly_item_description,
.result_count {
  font-family: "SemanaSans-Regular" !important;
}
body.full-viewport {
  height: 100%;
  height: 100vh;
}
html.full-fixed {
  height: -webkit-fill-availabl;
}
body.full-fixed,
body.full-viewport {
  min-height: 100%;
  min-height: 100vh;
}
.slider-auto .swiper-slide {
  width: auto;
  height: auto;
}
:not(.article-gallery) > .swiper-horizontal > .swiper-pagination-bullets-dynamic {
  display: none;
  bottom: 0;
}
@media only screen and (max-width: 960px) {
  :not(.article-gallery) > .swiper-horizontal > .swiper-pagination-bullets-dynamic {
    display: block;
  }
}
:not(.article-gallery) > .swiper-horizontal > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  margin: 0 2px;
  opacity: 0.6;
  width: 5px;
  height: 5px;
  background-color: #707070;
}
:not(.article-gallery) > .swiper-horizontal > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  opacity: 1;
}
.bg-dark :not(.article-gallery) > .swiper-horizontal > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  background-color: #fff;
}
@font-face {
  font-family: "icomoon";
  src: url(../fonts/icons/icomoon.eot);
  src: url(../fonts/icons/icomoon.eot) format("embedded-opentype"), url(../fonts/icons/icomoon.ttf) format("truetype"), url(../fonts/icons/icomoon.woff) format("woff"), url(../fonts/icons/icomoon.svg) format("svg");
  font-weight: 400;
  font-style: normal;
  font-display: block;
}
[class*=" icon-"],
[class^="icon-"] {
  font-family: "icomoon" !important;
  font-style: normal;
  font-weight: 700;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icon-light {
  font-weight: 400;
}
.icon-icon01:before {
  content: "";
}
.icon-icon02:before {
  content: "";
}
.icon-icon03:before {
  content: "";
}
.icon-icon04:before {
  content: "";
}
.icon-icon05:before {
  content: "";
}
.icon-icon06:before {
  content: "";
}
.icon-icon07:before {
  content: "";
}
.icon-icon08:before {
  content: "";
}
.icon-icon09:before {
  content: "";
}
.icon-icon10:before {
  content: "";
}
.icon-icon11:before {
  content: "";
}
.icon-icon12:before {
  content: "";
}
.icon-icon13:before {
  content: "";
}
.icon-icon14:before {
  content: "";
}
.icon-icon15:before {
  content: "";
}
.icon-icon16:before {
  content: "";
}
.icon-icon17:before {
  content: "";
}
.icon-icon18:before {
  content: "";
}
.icon-icon19:before {
  content: "";
}
.icon-icon20:before {
  content: "";
}
.icon-icon21:before {
  content: "";
}
.icon-icon22:before {
  content: "";
}
.icon-icon23:before {
  content: "";
}
.icon-icon24:before {
  content: "";
}
.icon-icon25:before {
  content: "";
}
.icon-icon26:before {
  content: "";
}
.icon-icon27:before {
  content: "";
}
.icon-icon28:before {
  content: "";
}
.icon-icon29:before {
  content: "";
}
.icon-icon30:before {
  content: "";
}
.icon-icon31:before {
  content: "";
}
.icon-icon32:before {
  content: "";
}
.icon-icon33:before {
  content: "";
}
.icon-icon34:before {
  content: "";
}
.icon-icon35:before {
  content: "";
}
.icon-icon36:before {
  content: "";
}
.icon-icon37:before {
  content: "";
}
.icon-icon38:before {
  content: "";
}
.icon-icon39:before {
  content: "";
}
.icon-icon40:before {
  content: "";
}
.icon-icon41:before {
  content: "";
}
.icon-icon42:before {
  content: "";
}
.icon-icon43:before {
  content: "";
}
.icon-icon44:before {
  content: "";
}
.icon-icon45:before {
  content: "";
}
.icon-icon46:before {
  content: "";
}
.icon-icon47:before {
  content: "";
}
.icon-icon48:before {
  content: "";
}
.icon-icon49:before {
  content: "";
}
.icon-icon50:before {
  content: "";
}
.icon-icon51:before {
  content: "";
}
.icon-icon52:before {
  content: "";
}
.icon-icon53:before {
  content: "";
}
.icon-icon54:before {
  content: "";
}
.icon-icon55:before {
  content: "";
}
.icon-icon56:before {
  content: "";
}
.icon-icon57:before {
  content: "";
}
.icon-icon58:before {
  content: "";
}
.icon-icon59:before {
  content: "";
}
.icon-icon60:before {
  content: "";
}
.icon-icon61:before {
  content: "";
}
.icon-icon62:before {
  content: "";
}
.icon-icon63:before {
  content: "";
}
.icon-icon64:before {
  content: "";
}
.icon-icon65:before {
  content: "";
}
.icon-icon651:before {
  content: "";
}
.icon-icon66:before {
  content: "";
}
.icon-icon67:before {
  content: "";
}
.icon-icon68:before {
  content: "";
}
.icon-icon69:before {
  content: "";
}
.icon-icon70:before {
  content: "";
}
.icon-icon71:before {
  content: "";
}
.icon-icon72:before {
  content: "";
}
.icon-icon73:before {
  content: "";
}
.icon-icon74:before {
  content: "";
}
.icon-icon75:before {
  content: "";
}
.icon-icon76:before {
  content: "";
}
.icon-icon77:before {
  content: "";
}
.icon-icon78:before {
  content: "";
  color: #e91b1e;
}
.icon-icon:before {
  content: "";
}
.icon-icon79:before {
  content: "";
}
.contenedor-notice-perfil {
  background-color: #ffdc041a;
  padding: 10px 30px 10px 20px;
  border-radius: 8px;
  line-height: 14px;
  width: auto;
}
.contenedor-notice-perfil-span {
  font-size: 12px;
  font-family: "SemanaSans-Regular";
  color: #707070;
}
.contenedor-notice-perfil-blue {
  color: #1c56e8;
  font-family: "SemanaSans-Bold";
  font-size: 12px;
}
@media only screen and (max-width: 960px) {
  .contenedor-notice-perfil {
    padding: 10px 20px 10px 10px;
    margin: 20px 0;
    width: auto;
    text-align: left;
    box-sizing: border-box;
  }
}
