.editorial-header {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  align-items: center;
  margin: 10px 0 10px; }
  .editorial-header h2, .editorial-header h4 {
    margin: 0;
    font-weight: 400; }
  .editorial-header a {
    position: relative;
    padding-right: 18px;
    font-weight: 600; }
    .editorial-header a i {
      position: absolute;
      right: 0;
      top: 5px; }

.card-slider {
  position: relative;
  margin-top: 25px; }
  .card-slider .slider-wrapper {
    overflow-x: hidden;
    margin: 0 -10px; }
  .card-slider-inner {
    display: flex;
    flex-flow: row nowrap;
    position: relative; }
  .card-slider-item {
    transform: translate3d(0, 0, 0);
    transition: none; }
    .card-slider-item:hover {
      text-decoration: none; }
    .card-slider-item.col-6 > a > .card-body {
      position: absolute;
      background: linear-gradient(0deg, black 0%, rgba(0, 0, 0, 0.5) 70%, rgba(0, 0, 0, 0) 100%);
      bottom: 0;
      width: 100%;
      padding-top: 80px;
      color: #fff; }
      .card-slider-item.col-6 > a > .card-body > .card-title {
        font-size: 24px;
        font-weight: 600; }
      .card-slider-item.col-6 > a > .card-body > .card-body-row > span {
        font-size: 14px;
        font-weight: 700; }
      .card-slider-item.col-6 > a > .card-body > .card-body-row > .card-date {
        font-size: 12px; }
  .card-slider .card {
    height: 100%;
    overflow: hidden;
    cursor: pointer; }
    .card-slider .card-title {
      max-height: 2.4em;
      overflow: hidden;
      font-size: 16px; }
    .card-slider .card-img-top {
      position: relative; }
      .card-slider .card-img-top > img {
        width: 100%; }
      .card-slider .card-img-top.video-overlay:before {
        content: '';
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        bottom: 0;
        background-image: url(cd3529b2eb779e02ab29.svg);
        background-repeat: no-repeat;
        background-size: 50px;
        background-position: center; }
      .card-slider .card-img-top.video-overlay.big:before {
        background-size: 84px; }
    .card-slider .card-sponsored-label {
      position: absolute;
      left: 0;
      bottom: 0;
      margin: 8px 16px;
      padding: 3px 9px;
      border-radius: 3px;
      font-size: 12px;
      text-transform: uppercase; }
    .card-slider .card-body {
      display: flex;
      flex-flow: column nowrap; }
      .card-slider .card-body .article-media {
        color: #6e6e6e; }
        .card-slider .card-body .article-media.right {
          margin-left: auto;
          color: #fff; }
        .card-slider .card-body .article-media span {
          display: inline-flex;
          flex-flow: row nowrap;
          align-items: center;
          font-size: 13px; }
          .card-slider .card-body .article-media span:not(:last-child) {
            margin-right: 10px; }
        .card-slider .card-body .article-media i {
          font-size: 14px;
          padding-right: 5px; }
      .card-slider .card-body-row {
        display: flex;
        flex-flow: row nowrap;
        align-items: center; }
        .card-slider .card-body-row > *:not(:last-child) {
          margin-right: 10px; }
      .card-slider .card-body > .card-date {
        margin-top: auto; }
      .card-slider .card-body span {
        font-size: 12px;
        font-weight: 600;
        text-transform: uppercase; }
        .card-slider .card-body span.carpool {
          color: #1b83c4; }
        .card-slider .card-body span.review {
          color: #4cc8e8; }
        .card-slider .card-body span.news, .card-slider .card-body span.actualidad {
          color: #ee3c27; }
        .card-slider .card-body span.advice {
          color: #5c9b1c; }
        .card-slider .card-body span.pruebas, .card-slider .card-body span.test-drive {
          color: #4a90e2; }
        .card-slider .card-body span.feature, .card-slider .card-body span.consejos {
          color: #e6176f; }
        .card-slider .card-body span.comparativas {
          color: #ff8a2a; }
    .card-slider .card-date {
      margin-top: auto; }
  .card-slider .col-3 .card-img-top {
    max-height: 172px; }
  .card-slider-prev, .card-slider-next {
    position: absolute;
    z-index: 999;
    cursor: pointer;
    width: 50px;
    height: 50px;
    border-radius: 100%;
    background: #fff;
    border: 1px solid #ddd;
    display: flex;
    align-items: center;
    justify-content: center;
    user-select: none; }
    .card-slider-prev:hover, .card-slider-next:hover {
      color: #BFBFBF;
      background: #f2f2f2;
      border-color: #BFBFBF; }
    .card-slider-prev:before, .card-slider-next:before {
      font-family: CSicons;
      font-size: 24px;
      font-weight: 600; }
  .card-slider-prev {
    left: -25px;
    transform: translatey(-50%);
    top: 50%; }
    @media (max-width: 1024px) {
      .card-slider-prev {
        top: 25%; } }
    .card-slider-prev:before {
      content: "\e904";
      font-size: 19px;
      margin: 0 16px 0 auto; }
  .card-slider-next {
    right: -25px;
    transform: translatey(-50%);
    top: 50%; }
    @media (max-width: 1024px) {
      .card-slider-next {
        top: 25%; } }
    .card-slider-next:before {
      content: "\e905";
      font-size: 19px;
      margin: 0 auto 0 16px; }

.slider-location {
  display: flex;
  justify-content: center;
  width: 100%;
  padding-top: 15px; }
  .slider-location-node {
    padding: 5px;
    cursor: pointer; }
    .slider-location-node span {
      display: block;
      border-radius: 100%;
      width: 8px;
      height: 8px;
      background: #ddd; }
    .slider-location-node:hover span {
      filter: brightness(0.75); }
    .slider-location-node:active span {
      filter: brightness(0.6); }

.csn-theme .card:hover {
  text-decoration: none; }


/*# sourceMappingURL=editorial-assets-a4368bccfbc366dee88c.css.map*/