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

html {
  box-sizing: border-box;
  -ms-overflow-style: scrollbar;
}

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

.container {
  width: 100%;
  padding-right: 4px;
  padding-left: 4px;
}

@media (min-width: 1280px) {
  .container {
    max-width: 920px;
  }
}

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

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

.no-gutters {
  margin-right: 0;
  margin-left: 0;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.order-first {
  order: -1;
}

.order-last {
  order: 13;
}

.order-0 {
  order: 0;
}

.order-1 {
  order: 1;
}

.order-2 {
  order: 2;
}

.order-3 {
  order: 3;
}

.order-4 {
  order: 4;
}

.order-5 {
  order: 5;
}

.order-6 {
  order: 6;
}

.order-7 {
  order: 7;
}

.order-8 {
  order: 8;
}

.order-9 {
  order: 9;
}

.order-10 {
  order: 10;
}

.order-11 {
  order: 11;
}

.order-12 {
  order: 12;
}

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 768px) {
  .col-sm {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

  .order-sm-first {
    order: -1;
  }

  .order-sm-last {
    order: 13;
  }

  .order-sm-0 {
    order: 0;
  }

  .order-sm-1 {
    order: 1;
  }

  .order-sm-2 {
    order: 2;
  }

  .order-sm-3 {
    order: 3;
  }

  .order-sm-4 {
    order: 4;
  }

  .order-sm-5 {
    order: 5;
  }

  .order-sm-6 {
    order: 6;
  }

  .order-sm-7 {
    order: 7;
  }

  .order-sm-8 {
    order: 8;
  }

  .order-sm-9 {
    order: 9;
  }

  .order-sm-10 {
    order: 10;
  }

  .order-sm-11 {
    order: 11;
  }

  .order-sm-12 {
    order: 12;
  }

  .offset-sm-0 {
    margin-left: 0;
  }

  .offset-sm-1 {
    margin-left: 8.3333333333%;
  }

  .offset-sm-2 {
    margin-left: 16.6666666667%;
  }

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

  .offset-sm-4 {
    margin-left: 33.3333333333%;
  }

  .offset-sm-5 {
    margin-left: 41.6666666667%;
  }

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

  .offset-sm-7 {
    margin-left: 58.3333333333%;
  }

  .offset-sm-8 {
    margin-left: 66.6666666667%;
  }

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

  .offset-sm-10 {
    margin-left: 83.3333333333%;
  }

  .offset-sm-11 {
    margin-left: 91.6666666667%;
  }
}

@media (min-width: 1024px) {
  .col-md {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

  .order-md-first {
    order: -1;
  }

  .order-md-last {
    order: 13;
  }

  .order-md-0 {
    order: 0;
  }

  .order-md-1 {
    order: 1;
  }

  .order-md-2 {
    order: 2;
  }

  .order-md-3 {
    order: 3;
  }

  .order-md-4 {
    order: 4;
  }

  .order-md-5 {
    order: 5;
  }

  .order-md-6 {
    order: 6;
  }

  .order-md-7 {
    order: 7;
  }

  .order-md-8 {
    order: 8;
  }

  .order-md-9 {
    order: 9;
  }

  .order-md-10 {
    order: 10;
  }

  .order-md-11 {
    order: 11;
  }

  .order-md-12 {
    order: 12;
  }

  .offset-md-0 {
    margin-left: 0;
  }

  .offset-md-1 {
    margin-left: 8.3333333333%;
  }

  .offset-md-2 {
    margin-left: 16.6666666667%;
  }

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

  .offset-md-4 {
    margin-left: 33.3333333333%;
  }

  .offset-md-5 {
    margin-left: 41.6666666667%;
  }

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

  .offset-md-7 {
    margin-left: 58.3333333333%;
  }

  .offset-md-8 {
    margin-left: 66.6666666667%;
  }

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

  .offset-md-10 {
    margin-left: 83.3333333333%;
  }

  .offset-md-11 {
    margin-left: 91.6666666667%;
  }
}

@media (min-width: 1280px) {
  .col-lg {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

  .order-lg-first {
    order: -1;
  }

  .order-lg-last {
    order: 13;
  }

  .order-lg-0 {
    order: 0;
  }

  .order-lg-1 {
    order: 1;
  }

  .order-lg-2 {
    order: 2;
  }

  .order-lg-3 {
    order: 3;
  }

  .order-lg-4 {
    order: 4;
  }

  .order-lg-5 {
    order: 5;
  }

  .order-lg-6 {
    order: 6;
  }

  .order-lg-7 {
    order: 7;
  }

  .order-lg-8 {
    order: 8;
  }

  .order-lg-9 {
    order: 9;
  }

  .order-lg-10 {
    order: 10;
  }

  .order-lg-11 {
    order: 11;
  }

  .order-lg-12 {
    order: 12;
  }

  .offset-lg-0 {
    margin-left: 0;
  }

  .offset-lg-1 {
    margin-left: 8.3333333333%;
  }

  .offset-lg-2 {
    margin-left: 16.6666666667%;
  }

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

  .offset-lg-4 {
    margin-left: 33.3333333333%;
  }

  .offset-lg-5 {
    margin-left: 41.6666666667%;
  }

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

  .offset-lg-7 {
    margin-left: 58.3333333333%;
  }

  .offset-lg-8 {
    margin-left: 66.6666666667%;
  }

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

  .offset-lg-10 {
    margin-left: 83.3333333333%;
  }

  .offset-lg-11 {
    margin-left: 91.6666666667%;
  }
}

.d-none {
  display: none;
}

.d-inline {
  display: inline;
}

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

.d-block {
  display: block;
}

.d-table {
  display: table;
}

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

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

.d-flex {
  display: flex;
}

.d-inline-flex {
  display: inline-flex;
}

@media (min-width: 768px) {
  .d-sm-none {
    display: none;
  }

  .d-sm-inline {
    display: inline;
  }

  .d-sm-inline-block {
    display: inline-block;
  }

  .d-sm-block {
    display: block;
  }

  .d-sm-table {
    display: table;
  }

  .d-sm-table-row {
    display: table-row;
  }

  .d-sm-table-cell {
    display: table-cell;
  }

  .d-sm-flex {
    display: flex;
  }

  .d-sm-inline-flex {
    display: inline-flex;
  }
}

@media (min-width: 1024px) {
  .d-md-none {
    display: none;
  }

  .d-md-inline {
    display: inline;
  }

  .d-md-inline-block {
    display: inline-block;
  }

  .d-md-block {
    display: block;
  }

  .d-md-table {
    display: table;
  }

  .d-md-table-row {
    display: table-row;
  }

  .d-md-table-cell {
    display: table-cell;
  }

  .d-md-flex {
    display: flex;
  }

  .d-md-inline-flex {
    display: inline-flex;
  }
}

@media (min-width: 1280px) {
  .d-lg-none {
    display: none;
  }

  .d-lg-inline {
    display: inline;
  }

  .d-lg-inline-block {
    display: inline-block;
  }

  .d-lg-block {
    display: block;
  }

  .d-lg-table {
    display: table;
  }

  .d-lg-table-row {
    display: table-row;
  }

  .d-lg-table-cell {
    display: table-cell;
  }

  .d-lg-flex {
    display: flex;
  }

  .d-lg-inline-flex {
    display: inline-flex;
  }
}

@media print {
  .d-print-none {
    display: none;
  }

  .d-print-inline {
    display: inline;
  }

  .d-print-inline-block {
    display: inline-block;
  }

  .d-print-block {
    display: block;
  }

  .d-print-table {
    display: table;
  }

  .d-print-table-row {
    display: table-row;
  }

  .d-print-table-cell {
    display: table-cell;
  }

  .d-print-flex {
    display: flex;
  }

  .d-print-inline-flex {
    display: inline-flex;
  }
}

.flex-row {
  flex-direction: row;
}

.flex-column {
  flex-direction: column;
}

.flex-row-reverse {
  flex-direction: row-reverse;
}

.flex-column-reverse {
  flex-direction: column-reverse;
}

.flex-wrap {
  flex-wrap: wrap;
}

.flex-nowrap {
  flex-wrap: nowrap;
}

.flex-wrap-reverse {
  flex-wrap: wrap-reverse;
}

.justify-content-start {
  justify-content: flex-start;
}

.justify-content-end {
  justify-content: flex-end;
}

.justify-content-center {
  justify-content: center;
}

.justify-content-between {
  justify-content: space-between;
}

.justify-content-around {
  justify-content: space-around;
}

.align-items-start {
  align-items: flex-start;
}

.align-items-end {
  align-items: flex-end;
}

.align-items-center {
  align-items: center;
}

.align-items-baseline {
  align-items: baseline;
}

.align-items-stretch {
  align-items: stretch;
}

.align-content-start {
  align-content: flex-start;
}

.align-content-end {
  align-content: flex-end;
}

.align-content-center {
  align-content: center;
}

.align-content-between {
  align-content: space-between;
}

.align-content-around {
  align-content: space-around;
}

.align-content-stretch {
  align-content: stretch;
}

.align-self-auto {
  align-self: auto;
}

.align-self-start {
  align-self: flex-start;
}

.align-self-end {
  align-self: flex-end;
}

.align-self-center {
  align-self: center;
}

.align-self-baseline {
  align-self: baseline;
}

.align-self-stretch {
  align-self: stretch;
}

@media (min-width: 768px) {
  .flex-sm-row {
    flex-direction: row;
  }

  .flex-sm-column {
    flex-direction: column;
  }

  .flex-sm-row-reverse {
    flex-direction: row-reverse;
  }

  .flex-sm-column-reverse {
    flex-direction: column-reverse;
  }

  .flex-sm-wrap {
    flex-wrap: wrap;
  }

  .flex-sm-nowrap {
    flex-wrap: nowrap;
  }

  .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse;
  }

  .justify-content-sm-start {
    justify-content: flex-start;
  }

  .justify-content-sm-end {
    justify-content: flex-end;
  }

  .justify-content-sm-center {
    justify-content: center;
  }

  .justify-content-sm-between {
    justify-content: space-between;
  }

  .justify-content-sm-around {
    justify-content: space-around;
  }

  .align-items-sm-start {
    align-items: flex-start;
  }

  .align-items-sm-end {
    align-items: flex-end;
  }

  .align-items-sm-center {
    align-items: center;
  }

  .align-items-sm-baseline {
    align-items: baseline;
  }

  .align-items-sm-stretch {
    align-items: stretch;
  }

  .align-content-sm-start {
    align-content: flex-start;
  }

  .align-content-sm-end {
    align-content: flex-end;
  }

  .align-content-sm-center {
    align-content: center;
  }

  .align-content-sm-between {
    align-content: space-between;
  }

  .align-content-sm-around {
    align-content: space-around;
  }

  .align-content-sm-stretch {
    align-content: stretch;
  }

  .align-self-sm-auto {
    align-self: auto;
  }

  .align-self-sm-start {
    align-self: flex-start;
  }

  .align-self-sm-end {
    align-self: flex-end;
  }

  .align-self-sm-center {
    align-self: center;
  }

  .align-self-sm-baseline {
    align-self: baseline;
  }

  .align-self-sm-stretch {
    align-self: stretch;
  }
}

@media (min-width: 1024px) {
  .flex-md-row {
    flex-direction: row;
  }

  .flex-md-column {
    flex-direction: column;
  }

  .flex-md-row-reverse {
    flex-direction: row-reverse;
  }

  .flex-md-column-reverse {
    flex-direction: column-reverse;
  }

  .flex-md-wrap {
    flex-wrap: wrap;
  }

  .flex-md-nowrap {
    flex-wrap: nowrap;
  }

  .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse;
  }

  .justify-content-md-start {
    justify-content: flex-start;
  }

  .justify-content-md-end {
    justify-content: flex-end;
  }

  .justify-content-md-center {
    justify-content: center;
  }

  .justify-content-md-between {
    justify-content: space-between;
  }

  .justify-content-md-around {
    justify-content: space-around;
  }

  .align-items-md-start {
    align-items: flex-start;
  }

  .align-items-md-end {
    align-items: flex-end;
  }

  .align-items-md-center {
    align-items: center;
  }

  .align-items-md-baseline {
    align-items: baseline;
  }

  .align-items-md-stretch {
    align-items: stretch;
  }

  .align-content-md-start {
    align-content: flex-start;
  }

  .align-content-md-end {
    align-content: flex-end;
  }

  .align-content-md-center {
    align-content: center;
  }

  .align-content-md-between {
    align-content: space-between;
  }

  .align-content-md-around {
    align-content: space-around;
  }

  .align-content-md-stretch {
    align-content: stretch;
  }

  .align-self-md-auto {
    align-self: auto;
  }

  .align-self-md-start {
    align-self: flex-start;
  }

  .align-self-md-end {
    align-self: flex-end;
  }

  .align-self-md-center {
    align-self: center;
  }

  .align-self-md-baseline {
    align-self: baseline;
  }

  .align-self-md-stretch {
    align-self: stretch;
  }
}

@media (min-width: 1280px) {
  .flex-lg-row {
    flex-direction: row;
  }

  .flex-lg-column {
    flex-direction: column;
  }

  .flex-lg-row-reverse {
    flex-direction: row-reverse;
  }

  .flex-lg-column-reverse {
    flex-direction: column-reverse;
  }

  .flex-lg-wrap {
    flex-wrap: wrap;
  }

  .flex-lg-nowrap {
    flex-wrap: nowrap;
  }

  .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse;
  }

  .justify-content-lg-start {
    justify-content: flex-start;
  }

  .justify-content-lg-end {
    justify-content: flex-end;
  }

  .justify-content-lg-center {
    justify-content: center;
  }

  .justify-content-lg-between {
    justify-content: space-between;
  }

  .justify-content-lg-around {
    justify-content: space-around;
  }

  .align-items-lg-start {
    align-items: flex-start;
  }

  .align-items-lg-end {
    align-items: flex-end;
  }

  .align-items-lg-center {
    align-items: center;
  }

  .align-items-lg-baseline {
    align-items: baseline;
  }

  .align-items-lg-stretch {
    align-items: stretch;
  }

  .align-content-lg-start {
    align-content: flex-start;
  }

  .align-content-lg-end {
    align-content: flex-end;
  }

  .align-content-lg-center {
    align-content: center;
  }

  .align-content-lg-between {
    align-content: space-between;
  }

  .align-content-lg-around {
    align-content: space-around;
  }

  .align-content-lg-stretch {
    align-content: stretch;
  }

  .align-self-lg-auto {
    align-self: auto;
  }

  .align-self-lg-start {
    align-self: flex-start;
  }

  .align-self-lg-end {
    align-self: flex-end;
  }

  .align-self-lg-center {
    align-self: center;
  }

  .align-self-lg-baseline {
    align-self: baseline;
  }

  .align-self-lg-stretch {
    align-self: stretch;
  }
}

.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  position: relative;
  z-index: 1;
}

.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
  touch-action: manipulation;
  -moz-backface-visibility: hidden;
  display: flex;
  flex-wrap: wrap;
}

.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  -webkit-transform: translateZ(0);
}

.section-stories .owl-carousel .owl-stage-outer {
  overflow: visible;
}

.owl-carousel .owl-item,
.owl-carousel .owl-wrapper {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
}

.owl-carousel .owl-item {
  display: flex;
  height: auto !important;
  position: relative;
  min-height: 1px;
  -webkit-backface-visibility: hidden;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-touch-callout: none;
}

.owl-carousel .owl-dots.disabled,
.owl-carousel .owl-nav.disabled {
  display: none;
}

.owl-carousel .owl-dot,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-nav .owl-prev {
  cursor: pointer;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.owl-carousel.owl-loaded {
  display: block;
}

.owl-carousel.owl-loading {
  opacity: 0;
  display: block;
}

.owl-carousel.owl-hidden {
  opacity: 0;
}

.owl-carousel.owl-refresh .owl-item {
  visibility: hidden;
}

.owl-carousel.owl-drag .owl-item {
  touch-action: pan-y;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.owl-carousel.owl-grab {
  cursor: move;
  cursor: grab;
}

.owl-carousel.owl-rtl {
  direction: rtl;
}

.owl-carousel.owl-rtl .owl-item {
  float: right;
}

.no-js .owl-carousel {
  display: block;
}

.owl-carousel .animated {
  animation-duration: 1s;
  animation-fill-mode: both;
}

.owl-carousel .owl-animated-in {
  z-index: 0;
}

.owl-carousel .owl-animated-out {
  z-index: 1;
}

.owl-carousel .fadeOut {
  animation-name: fadeOut;
}

@keyframes fadeOut {
  0% {
    opacity: 1;
  }

  to {
    opacity: 0;
  }
}

.owl-height {
  transition: height 0.5s ease-in-out;
}

.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  transition: opacity 0.4s ease;
}

.owl-carousel .owl-item .owl-lazy:not([src]),
.owl-carousel .owl-item .owl-lazy[src^=""] {
  max-height: 0;
}

.owl-carousel .owl-item img.owl-lazy {
  transform-style: preserve-3d;
}

.owl-theme .owl-nav {
  margin-top: 10px;
  text-align: center;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.owl-theme .owl-nav [class*="owl-"] {
  color: #fff;
  font-size: 14px;
  margin: 5px;
  padding: 4px 7px;
  background: #d6d6d6;
  display: inline-block;
  cursor: pointer;
  border-radius: 3px;
}

.owl-theme .owl-nav [class*="owl-"]:hover {
  background: #869791;
  color: #fff;
  text-decoration: none;
}

.owl-theme .owl-nav .disabled {
  opacity: 0.5;
  cursor: default;
}

.owl-theme .owl-nav.disabled + .owl-dots {
  margin-top: 10px;
}

.owl-theme .owl-dots {
  text-align: center;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.owl-theme .owl-dots .owl-dot {
  display: inline-block;
  zoom: 1;
  *display: inline;
}

.owl-theme .owl-dots .owl-dot span {
  width: 15px;
  height: 12px;
  background: #d6d6d6;
  display: block;
  -webkit-backface-visibility: visible;
  transition: opacity 0.2s ease;
  border-radius: 1px;
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
  background: #869791;
}

[data-simplebar] {
  position: relative;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-content: flex-start;
  align-items: flex-start;
}

.simplebar-wrapper {
  overflow: hidden;
  width: inherit;
  height: inherit;
  max-width: inherit;
  max-height: inherit;
}

.simplebar-mask {
  direction: inherit;
  overflow: hidden;
  width: auto !important;
  height: auto !important;
  z-index: 0;
}

.simplebar-mask,
.simplebar-offset {
  position: absolute;
  padding: 0;
  margin: 0;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
}

.simplebar-offset {
  direction: inherit !important;
  box-sizing: inherit !important;
  resize: none !important;
  -webkit-overflow-scrolling: touch;
}

.simplebar-content-wrapper {
  direction: inherit;
  box-sizing: border-box !important;
  position: relative;
  display: block;
  height: 100%;
  width: auto;
  visibility: visible;
  overflow: auto;
  max-width: 100%;
  max-height: 100%;
}

.simplebar-content:after,
.simplebar-content:before {
  content: " ";
  display: table;
}

.simplebar-placeholder {
  max-height: 100%;
  max-width: 100%;
  width: 100%;
  pointer-events: none;
}

.simplebar-height-auto-observer-wrapper {
  box-sizing: inherit !important;
  height: 100%;
  width: 100%;
  max-width: 1px;
  position: relative;
  float: left;
  max-height: 1px;
  overflow: hidden;
  z-index: -1;
  padding: 0;
  margin: 0;
  pointer-events: none;
  flex-grow: inherit;
  flex-shrink: 0;
  flex-basis: 0;
}

.simplebar-height-auto-observer {
  box-sizing: inherit;
  display: block;
  opacity: 0;
  top: 0;
  left: 0;
  height: 1000%;
  width: 1000%;
  min-height: 1px;
  min-width: 1px;
  z-index: -1;
}

.simplebar-height-auto-observer,
.simplebar-track {
  position: absolute;
  overflow: hidden;
  pointer-events: none;
}

.simplebar-track {
  z-index: 1;
  right: 0;
  bottom: 0;
}

[data-simplebar].simplebar-dragging .simplebar-track {
  pointer-events: all;
}

.simplebar-scrollbar {
  position: absolute;
  right: 2px;
  width: 7px;
  min-height: 10px;
}

.simplebar-scrollbar:before {
  position: absolute;
  content: "";
  background: #000;
  border-radius: 7px;
  left: 0;
  right: 0;
  opacity: 0;
  transition: opacity 0.2s linear;
}

.simplebar-track .simplebar-scrollbar.simplebar-visible:before {
  opacity: 0.5;
  transition: opacity 0s linear;
}

.simplebar-track.simplebar-vertical {
  top: 0;
  width: 11px;
}

.simplebar-track.simplebar-vertical .simplebar-scrollbar:before {
  top: 2px;
  bottom: 2px;
}

.simplebar-track.simplebar-horizontal {
  left: 0;
  height: 11px;
}

.simplebar-track.simplebar-horizontal .simplebar-scrollbar:before {
  height: 100%;
  left: 2px;
  right: 2px;
}

.simplebar-track.simplebar-horizontal .simplebar-scrollbar {
  right: auto;
  left: 0;
  top: 2px;
  height: 7px;
  min-height: 0;
  min-width: 10px;
  width: auto;
}

[data-simplebar-direction="rtl"] .simplebar-track.simplebar-vertical {
  right: auto;
  left: 0;
}

.hs-dummy-scrollbar-size {
  direction: rtl;
  position: fixed;
  opacity: 0;
  visibility: hidden;
  height: 500px;
  width: 500px;
  overflow-y: hidden;
  overflow-x: scroll;
}

:root {
  --player-primary-color: #fbfd00;
  --player-secondary-color: #fff;
  --player-text-color: #000;
}

.dialog-cmp,
.didomi-host {
  --font-family-didomi-primary: N3 Tipo, Helvetica, Arial, sans-serif;
  --font-family-didomi-secondary: N3 Tipo, Helvetica, Arial, sans-serif;
  --font-weight-didomi-1: 700;
  --font-weight-didomi-2: 500;
  --font-weight-didomi-3: 400;
}

/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  overscroll-behavior-x: none;
}

body {
  margin: 0;
}

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

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}

video {
  width: 100%;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden],
template {
  display: none;
}

a {
  background-color: transparent;
  cursor: pointer;
}

a:active,
a:hover {
  outline: 0;
}

b,
strong {
  font-weight: 700;
}

mark {
  background: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 0;
}

figcaption {
  margin: 2px 0 0;
}

picture {
  line-height: 0;
  display: block;
}

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

pre {
  overflow: auto;
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
  resize: none;
  outline: none;
}

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

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

button[disabled],
html input[disabled] {
  cursor: not-allowed;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input {
  line-height: normal;
}

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

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

input[type="search"] {
  -webkit-appearance: textfield;
  box-sizing: content-box;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

fieldset {
  border: 1px solid silver;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

table {
  max-width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

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

button:active,
button:focus,
input:active,
input:focus,
textarea:active,
textarea:focus {
  outline: 0;
}

button {
  background: transparent;
  border: none;
  resize: none;
  cursor: pointer;
}

img {
  height: auto;
  width: 100%;
}

iframe,
img {
  max-width: 100%;
}

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

.sprite {
  display: inline-block;
  vertical-align: middle;
}

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

body > span img[height="0"] {
  height: 0;
  display: block;
}

html {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

body {
  position: relative;
  width: 100%;
  overflow-x: hidden;
  min-height: 100vh;
  background-color: #fff;
  direction: ltr;
}

@media (min-width: 768px) {
  main {
    min-height: 600px;
  }
}

.main-wrapper {
  background: #fff;
  width: 100%;
  max-width: 1060px;
  margin: -40px auto 0;
  padding: 40px 0 1px;
}

@media (min-width: 1024px) {
  .main-wrapper .container {
    width: calc(100vw - 200px);
  }
}

@media (min-width: 1224px) {
  .main-wrapper .container {
    width: calc(100% - 32px);
  }
}

.container {
  width: calc(100% - 32px);
  margin-left: auto;
  margin-right: auto;
}

@media (min-width: 1024px) {
  .container {
    width: calc(100% - 200px);
  }
}

.container-fluid {
  position: relative;
  padding: 0;
}

.row.container {
  background: #fff;
}

.hide {
  display: none !important;
}

.margin-none {
  margin: 0;
}

.m-t-5 {
  margin-top: 5px;
}

.m-t-10 {
  margin-top: 10px;
}

.m-t-15 {
  margin-top: 15px;
}

.m-t-20 {
  margin-top: 20px;
}

.m-t-25 {
  margin-top: 25px;
}

.m-t-30 {
  margin-top: 30px;
}

.m-t-35 {
  margin-top: 35px;
}

.m-t-40 {
  margin-top: 40px;
}

.m-t-45 {
  margin-top: 45px;
}

.m-t-50 {
  margin-top: 50px;
}

.m-t-55 {
  margin-top: 55px;
}

.m-t-60 {
  margin-top: 60px;
}

.m-t-65 {
  margin-top: 65px;
}

.m-t-70 {
  margin-top: 70px;
}

.m-t-75 {
  margin-top: 75px;
}

.m-t-80 {
  margin-top: 80px;
}

.m-b-5 {
  margin-bottom: 5px;
}

.m-b-10 {
  margin-bottom: 10px;
}

.m-b-15 {
  margin-bottom: 15px;
}

.m-b-20 {
  margin-bottom: 20px;
}

.m-b-25 {
  margin-bottom: 25px;
}

.m-b-30 {
  margin-bottom: 30px;
}

.m-b-35 {
  margin-bottom: 35px;
}

.m-b-40 {
  margin-bottom: 40px;
}

.m-b-45 {
  margin-bottom: 45px;
}

.m-b-50 {
  margin-bottom: 50px;
}

.m-b-55 {
  margin-bottom: 55px;
}

.m-b-60 {
  margin-bottom: 60px;
}

.m-b-65 {
  margin-bottom: 65px;
}

.m-b-70 {
  margin-bottom: 70px;
}

.m-b-75 {
  margin-bottom: 75px;
}

.m-b-80 {
  margin-bottom: 80px;
}

.m-b-default {
  margin-bottom: 40px;
}

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

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

.padding-none {
  padding: 0;
}

.pad-t-5 {
  padding-top: 5px;
}

.pad-t-10 {
  padding-top: 10px;
}

.pad-t-15 {
  padding-top: 15px;
}

.pad-t-20 {
  padding-top: 20px;
}

.pad-t-25 {
  padding-top: 25px;
}

.pad-t-30 {
  padding-top: 30px;
}

.pad-t-35 {
  padding-top: 35px;
}

.pad-t-40 {
  padding-top: 40px;
}

.pad-t-45 {
  padding-top: 45px;
}

.pad-t-50 {
  padding-top: 50px;
}

.pad-b-5 {
  padding-bottom: 5px;
}

.pad-b-10 {
  padding-bottom: 10px;
}

.pad-b-15 {
  padding-bottom: 15px;
}

.pad-b-20 {
  padding-bottom: 20px;
}

.pad-b-25 {
  padding-bottom: 25px;
}

.pad-b-30 {
  padding-bottom: 30px;
}

.pad-b-35 {
  padding-bottom: 35px;
}

.pad-b-40 {
  padding-bottom: 40px;
}

.pad-b-45 {
  padding-bottom: 45px;
}

.pad-b-50 {
  padding-bottom: 50px;
}

@media (max-width: 767.98px) {
  .hidden-sm-down {
    display: none;
    display: none !important;
  }
}

@media (max-width: 1023.98px) {
  .hidden-md-down {
    display: none;
    display: none !important;
  }
}

.hidden-lg-down {
  display: none;
}

@media (max-width: 1279.98px) {
  .hidden-lg-down {
    display: none !important;
  }
}

@media (min-width: 768px) {
  .hidden-sm-up {
    display: none !important;
  }
}

@media (min-width: 1024px) {
  .hidden-md-up {
    display: none !important;
  }
}

@media (min-width: 1280px) {
  .hidden-lg-up {
    display: none !important;
  }
}

a {
  text-decoration: none;
  color: #1c1c1d;
  transition: color 0.3s ease-in-out;
}

a:active,
a:focus,
a:hover {
  outline: 0;
  text-decoration: none;
  color: #000;
}

body {
  font-family: N3 Tipo, Helvetica, Arial, sans-serif;
  font-size: 16px;
  line-height: 1.45;
  color: #000;
}

h1 {
  font-size: 2rem;
}

@media (min-width: 1024px) {
  h1 {
    font-size: 2.6rem;
  }
}

.h1 {
  font-size: 2rem;
}

@media (min-width: 1024px) {
  .h1 {
    font-size: 2.6rem;
  }
}

h2 {
  font-size: 1.8rem;
}

@media (min-width: 1024px) {
  h2 {
    font-size: 2.4rem;
  }
}

.h2 {
  font-size: 1.8rem;
}

@media (min-width: 1024px) {
  .h2 {
    font-size: 2.4rem;
  }
}

h3 {
  font-size: 1.5rem;
}

@media (min-width: 1024px) {
  h3 {
    font-size: 1.8rem;
  }
}

.h3 {
  font-size: 1.5rem;
}

@media (min-width: 1024px) {
  .h3 {
    font-size: 1.8rem;
  }
}

h4 {
  font-size: 1.3rem;
}

@media (min-width: 1024px) {
  h4 {
    font-size: 1.6rem;
  }
}

.h4 {
  font-size: 1.3rem;
}

@media (min-width: 1024px) {
  .h4 {
    font-size: 1.6rem;
  }
}

h5 {
  font-size: 1rem;
}

@media (min-width: 1024px) {
  h5 {
    font-size: 1.3rem;
  }
}

.h5 {
  font-size: 1rem;
}

@media (min-width: 1024px) {
  .h5 {
    font-size: 1.3rem;
  }
}

h6 {
  font-size: 0.875rem;
}

@media (min-width: 1024px) {
  h6 {
    font-size: 1.1rem;
  }
}

.h6 {
  font-size: 0.875rem;
}

@media (min-width: 1024px) {
  .h6 {
    font-size: 1.1rem;
  }
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
  display: block;
  font-family: N3 Tipo, Helvetica, Arial, sans-serif;
  font-weight: 700;
  color: #000;
  line-height: 1.1;
  margin: 0 0 20px;
}

a .h1,
a .h2,
a .h3,
a .h4,
a .h5,
a .h6,
a h1,
a h2,
a h3,
a h4,
a h5,
a h6 {
  color: inherit;
}

ol,
p,
ul {
  margin: 0 0 1rem;
  line-height: 1.8;
}

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

p a {
  font-weight: 500;
}

p a,
p a:hover {
  color: #000;
}

.blockquote {
  margin: 0;
  padding-top: 20px;
  border-top: 2px solid #000;
}

.blockquote__quote {
  font-size: 1.4rem;
  line-height: 1;
  font-weight: 500;
  font-family: N3 Tipo, Helvetica, Arial, sans-serif;
  text-indent: 0;
  color: #000;
  margin-bottom: 5px;
}

.blockquote__info {
  font-size: 0.8rem;
  line-height: 1.375;
  color: #aaa;
  font-weight: 300;
}

.nowrap {
  white-space: nowrap;
}

.article--aside-video-list .article__tag,
.article--podcast .article__author,
.over-text {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.article--video-list .article__title,
.over-text-multiline,
.section-weekend .article__title {
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  line-height: 1rem;
  overflow: hidden;
  max-height: 100%;
}

.text-underline {
  text-decoration: underline;
}

.text-underline-inherit {
  text-decoration: inherit;
}

.font-size-10 {
  font-size: 10px;
}

.font-size-11 {
  font-size: 11px;
}

.font-size-12 {
  font-size: 12px;
}

.font-size-13 {
  font-size: 13px;
}

.font-size-14 {
  font-size: 14px;
}

.font-size-15 {
  font-size: 15px;
}

.font-size-16 {
  font-size: 16px;
}

.font-size-17 {
  font-size: 17px;
}

.font-size-18 {
  font-size: 18px;
}

.font-size-19 {
  font-size: 19px;
}

.font-size-20 {
  font-size: 20px;
}

.font-size-21 {
  font-size: 21px;
}

.font-size-22 {
  font-size: 22px;
}

.font-size-23 {
  font-size: 23px;
}

.font-size-24 {
  font-size: 24px;
}

.font-size-25 {
  font-size: 25px;
}

.font-size-26 {
  font-size: 26px;
}

.font-size-27 {
  font-size: 27px;
}

.font-size-28 {
  font-size: 28px;
}

.font-size-29 {
  font-size: 29px;
}

.font-size-30 {
  font-size: 30px;
}

[class*="font-size-"] p {
  font-size: inherit;
}

.font-w-300 {
  font-weight: 300;
}

.font-w-400 {
  font-weight: 400;
}

.font-w-500 {
  font-weight: 500;
}

.font-w-600 {
  font-weight: 600;
}

.font-w-700 {
  font-weight: 700;
}

.font-family-type-isidora {
  font-family: N3 Tipo, Helvetica, Arial, sans-serif;
}

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

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

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

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

.text-justify:after {
  content: "";
  display: inline-block;
  width: 100%;
}

.text-lowercase {
  text-transform: lowercase;
}

.text-uppercase {
  text-transform: uppercase;
}

.text-capitalize {
  text-transform: capitalize;
}

[class*=" bg-color-"],
[class^="bg-color-"] {
  padding-top: 1px;
  padding-bottom: 1px;
}

.bg-color-contrast {
  background: #000;
}

.bg-color-gray-light {
  background: #ccccce;
}

.bg-color-gray-silver {
  background: #e3e3e3;
}

.bg-color-gray {
  background: #aaa;
}

.bg-color-gray-middle {
  background: #707070;
}

.bg-color-gray-dark {
  background: #1c1c1d;
}

.bg-color-black-light {
  background: #333;
}

.bg-color-black {
  background: #000;
}

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

.bg-color-orange {
  background: #f71;
}

.bg-color-beige {
  background: #eee8e1;
}

.bg-overlay,
.Gallery .owl-carousel--storygallery:after,
.section-video-gallery .owl-item.active + .active:after,
.section-video-gallery .owl-item.active + .owl-item:after,
.storygallery-item__media:after {
  background: rgba(0, 0, 0, 0.2);
  position: absolute;
  z-index: 2;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  margin: auto;
}

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

.dark-bg .h1,
.dark-bg .h2,
.dark-bg .h3,
.dark-bg .h4,
.dark-bg .h5,
.dark-bg .h6,
.dark-bg h1,
.dark-bg h2,
.dark-bg h3,
.dark-bg h4,
.dark-bg h5,
.dark-bg h6 {
  color: #fff;
}

.dark-bg .article {
  border-top-color: #1c1c1d;
}

.dark-bg .article picture {
  border-bottom-color: #1c1c1d;
}

.dark-bg .media-overflow {
  border-bottom-color: #e3e3e3;
}

.dark-bg .article__summary p,
.dark-bg .article__title,
.dark-bg .article__title a,
.dark-bg .media-overflow .article__summary p {
  color: #fff;
}

.dark-bg .article__title a:hover {
  color: #e3e3e3;
}

.dark-bg .article__author,
.dark-bg .article__author a,
.dark-bg .article__time {
  color: #fff;
}

.dark-bg .article--podcast .icon-play {
  background: #fff;
  color: #000;
}

@media (min-width: 480px) and (max-width: 1023px) {
  .dark-bg .article--video-list .icon-play {
    color: #fff;
  }
}

.dark-bg .btn-secondary--rounded {
  border-color: hsla(0, 0%, 100%, 0.1);
}

.dark-bg .btn-transparent {
  background: rgba(0, 0, 0, 0.2);
  border: 1px solid hsla(0, 0%, 100%, 0.2);
  color: #fff;
}

.dark-bg .btn-transparent:hover {
  background: #fff;
  color: #000;
}

.btn {
  display: inline-block;
  width: auto;
  max-width: 100%;
  padding: 15px;
  border: 0;
  text-align: center;
  text-decoration: none;
  transition: 0.3s ease-out;
}

.btn-large,
.btn-primary,
.btn-secondary {
  font-family: N3 Tipo, Helvetica, Arial, sans-serif;
  font-weight: 500;
}

.btn-primary,
.btn-secondary {
  font-size: 1rem;
  padding: 10px 15px;
  line-height: 1;
}

.btn-primary.btn-min,
.btn-secondary.btn-min {
  padding: 7px 8px 5px;
  line-height: 1;
  margin: 0 0 4px;
  font-size: 0.85rem;
}

.btn-primary--rounded,
.btn-secondary--rounded {
  border-radius: 50px;
  font-weight: 400;
  font-size: 0.8rem;
  font-family: N3 Tipo, Helvetica, Arial, sans-serif;
}

.btn-primary,
.btn-primary:active,
.btn-primary:focus,
.btn-primary:hover {
  color: #fff;
  background: #000;
}

.btn-primary--rounded:active,
.btn-primary--rounded:focus,
.btn-primary--rounded:hover {
  background: #000;
}

.btn-secondary {
  color: #000;
  background: #e3e3e3;
}

.btn-secondary--rounded {
  color: #707070;
  background: transparent;
  border: 1px solid rgba(0, 0, 0, 0.1);
}

.btn-secondary.active,
.btn-secondary:active,
.btn-secondary:focus,
.btn-secondary:hover {
  color: #fff;
  background: #000;
  border-color: transparent;
}

.btn-large {
  width: 100%;
  padding: 17px 10px;
  line-height: 1;
  font-size: 1.1rem;
  color: #000;
  background: #ccccce;
  text-transform: uppercase;
}

.btn-large.active,
.btn-large:active,
.btn-large:focus,
.btn-large:hover {
  font-weight: 700;
  color: #fff;
  background: #000;
}

.btn-transparent {
  background: rgba(0, 0, 0, 0.2);
  border: 1px solid hsla(0, 0%, 100%, 0.2);
  color: #fff;
  padding: 0 12px 3px;
}

.btn-transparent:active,
.btn-transparent:focus,
.btn-transparent:hover {
  background: #fff;
}

.img-in-text {
  float: left;
  max-width: 50%;
  margin: 10px 20px 10px 0;
}

.img-in-text.img-right {
  float: right;
  margin: 10px 0 10px 20px;
}

figure figcaption {
  font-size: 0.8rem;
  line-height: 1.375;
  color: #999;
  padding: 6px 0;
  font-weight: 300;
}

.figure-video {
  position: relative;
}

.figure-video .icon-play {
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  width: 26px;
  height: 26px;
  position: absolute;
  bottom: 10px;
  left: 10px;
  z-index: 20;
  background: #000;
  color: #fff;
  font-size: 1rem;
}

.a3mod_player .icon.link-content.icon.link-content--loaded,
.a3mod_player:has(.wrap-img picture)
  .icon.icon.link-content--loaded
  .wrap-img:after,
.btnBorder {
  width: 4.375rem;
  height: 4.375rem;
  border: 0.125rem solid #fff;
  border-radius: 50%;
  background-color: hsla(0, 0%, 100%, 0.4);
  color: #fff;
}

@media (min-width: 768px) {
  .a3mod_player .icon.link-content.icon.link-content--loaded,
  .a3mod_player:has(.wrap-img picture)
    .icon.icon.link-content--loaded
    .wrap-img:after,
  .btnBorder {
    width: 6.875rem;
    height: 6.875rem;
  }
}

.a3mod_player .icon.link-content .wrap-img:before,
.btnArrow .icon.link-content .wrap-img:before {
  border-color: transparent;
  border-style: solid;
  border-width: 1.0625rem 0 1.0625rem 1.5625rem;
  margin: -0.0625rem 0 0 0.1875rem;
  transition: border-color 0.2s ease;
  transform: translate(-50%, -50%);
}

@media (min-width: 1024px) {
  .a3mod_player .icon.link-content .wrap-img:before,
  .btnArrow .icon.link-content .wrap-img:before {
    border-width: 1.625rem 0 1.625rem 2.3125rem;
  }
}

.a3mod_player {
  --player-text-color: #000;
  overflow: hidden;
  position: relative;
  aspect-ratio: 16/9;
  font-size: 1rem;
}

.a3mod_player:has(.icon.link-content) {
  display: flex;
  align-items: center;
  justify-content: center;
}

.a3mod_player .icon.link-content {
  width: 100%;
  height: 100%;
  background: transparent;
  border: 0;
  text-align: left;
  position: absolute;
  padding: 0;
  top: 0;
  left: 0;
  z-index: 3;
  cursor: wait;
  pointer-events: none;
}

.a3mod_player .icon.link-content .wrap-img:before,
.a3mod_player .icon.link-content:after,
.a3mod_player .icon.link-content:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 2;
}

.a3mod_player .icon.link-content:after,
.a3mod_player .icon.link-content:before {
  box-sizing: border-box;
  width: 2.5rem;
  height: 2.5rem;
  border: 0.25rem solid hsla(0, 0%, 100%, 0.6);
  border-radius: 50%;
  margin: -1.25rem 0 0 -1.25rem;
}

.a3mod_player .icon.link-content:before {
  background-color: rgba(0, 0, 0, 0.3);
}

.a3mod_player .icon.link-content:after {
  border-left-color: transparent;
  border-bottom-color: transparent;
  border-right-color: var(--player-primary-color);
  border-top-color: var(--player-primary-color);
  animation: loading 1s cubic-bezier(0.4, 0.03, 0.71, 0.99) infinite;
}

.a3mod_player .icon.link-content:hover {
  background-color: transparent;
}

.a3mod_player .icon.link-content .wrap-img {
  background: rgba(0, 0, 0, 0.6);
  overflow: hidden;
  width: 100%;
  position: absolute;
  top: 0;
  height: 100%;
}

.a3mod_player .icon.link-content .wrap-img[role="banner"] {
  background: #000;
}

.a3mod_player .icon.link-content.icon.link-content--loaded {
  position: static;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  pointer-events: all;
  border: none;
  border-radius: 0;
}

.a3mod_player .icon.link-content.icon.link-content--loaded:after,
.a3mod_player .icon.link-content.icon.link-content--loaded:before {
  content: none;
}

.a3mod_player .icon.link-content.icon.link-content--loaded:hover {
  background-color: #fff;
  transition: background-color 0.2s ease;
}

.a3mod_player .icon.link-content.icon.link-content--loaded .wrap-img {
  position: static;
  display: flex;
  justify-content: center;
  align-items: center;
  background: none;
}

.a3mod_player .icon.link-content.icon.link-content--loaded .wrap-img:before {
  border-color: transparent #000;
}

.a3mod_player .icon.link-content.icon.link-content--loaded .wrap-img:after {
  content: none;
}

@media (min-width: 768px) {
  .a3mod_player .icon.link-content:after,
  .a3mod_player .icon.link-content:before {
    box-sizing: border-box;
    width: 6.875rem;
    height: 6.875rem;
    margin: -3.5rem 0 0 -3.5rem;
  }

  .a3mod_player .icon.link-content .wrap-img:before {
    border-width: 1.625rem 0 1.625rem 2.35rem;
    margin-left: 0.3125rem;
  }
}

.a3mod_player:has(.wrap-img picture) .icon.icon.link-content--loaded {
  width: 100%;
  height: 100%;
  border: none;
}

.a3mod_player:has(.wrap-img picture) .icon.icon.link-content--loaded .wrap-img {
  display: block;
  width: 100%;
  height: 100%;
}

.a3mod_player:has(.wrap-img picture)
  .icon.icon.link-content--loaded
  .wrap-img:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.a3mod_player video.video-main {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
}

@media (min-width: 768px) {
  .a3mod_player .icon.link-content:after,
  .a3mod_player .icon.link-content:before {
    width: 3.375rem;
    height: 3.375rem;
    margin: -1.6875rem 0 0 -1.6875rem;
  }

  .a3mod_player .icon.link-content--loaded,
  .a3mod_player .icon.link-content--loaded .wrap-img {
    width: 6.875rem;
    height: 6.875rem;
  }

  .a3mod_player .icon.link-content--loaded .wrap-img:after {
    border-width: 1.625rem 0 1.625rem 2.3125rem;
  }

  .a3mod_player:has(.wrap-img picture)
    .icon.icon.link-content--loaded:hover
    .wrap-img:after {
    background-color: #fff;
  }
}

.a3mod_player:has(picture) .icon.link-content {
  cursor: pointer;
}

.video-wrapper {
  position: relative;
  aspect-ratio: 16/9;
}

.video-wrapper .L6-media__picture,
.video-wrapper .video-main-picture {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  width: 100%;
  aspect-ratio: 1.76;
  line-height: 0.8;
  font-size: 0.75rem;
}

.video-wrapper .L6-media__picture img,
.video-wrapper .video-main-picture img {
  width: 100%;
  height: auto;
}

@media (max-width: 600px) {
  #playerAtresmediaEmbed {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: #000;
  }
}

@keyframes loading {
  0% {
    transform: rotate(0deg);
  }

  to {
    transform: rotate(1turn);
  }
}

.a3mod_player.modVideo .player-playback-toggle-overlay .player-playback-toggle {
  border-radius: 0;
  background: hsla(0, 0%, 100%, 0.4);
}

.a3mod_player.modVideo
  .player-playback-toggle-overlay
  .player-playback-toggle
  svg {
  border: none;
}

.a3mod_player.modVideo
  .player-playback-toggle-overlay
  .player-playback-toggle
  svg
  .bg_circle {
  display: none;
}

.a3mod_player.modVideo
  .player-playback-toggle-overlay
  .player-playback-toggle
  svg
  .svg-hover {
  fill: #000;
}

.a3mod_player.modVideo .player-playback-toggle svg .svg-hover {
  fill: rgba(0, 0, 0, 0.8);
}

@media (min-width: 768px) {
  .a3mod_player.modVideo .playerContainer .player-custom-spinner:before {
    width: 3.375rem;
    height: 3.375rem;
    z-index: 1;
    border-top: 0.25rem solid var(--player-primary-color) !important;
    border-right: 0.25rem solid var(--player-primary-color) !important;
    border-bottom: 0.25rem solid transparent !important;
    border-left: 0.25rem solid transparent !important;
  }

  .a3mod_player.modVideo .playerContainer .player-custom-spinner:after {
    width: 3.375rem;
    height: 3.375rem;
    border: 0.25rem solid hsla(0, 0%, 100%, 0.6);
  }
}

.article .article__body .live,
.article a > .live {
  background-color: #000;
  color: #fff;
  position: absolute;
  margin: 0;
  height: 23px;
  font-size: 12px;
  font-weight: 600;
  display: flex;
  align-items: center;
  text-transform: uppercase;
  padding: 0 10px;
  white-space: nowrap;
  top: 0;
  right: 0;
  line-height: normal;
}

.article .article__body .live svg,
.article a > .live svg {
  animation: parpadeolive 1s infinite;
  height: 16px;
  margin-right: 6px;
}

.article--media-side .live {
  right: 16px;
}

.article .article__body .live {
  position: relative;
  margin: 0;
  display: inline-flex;
}

@media (min-width: 1024px) {
  .col-lg-2 .article > a > .live,
  .col-lg-2 .article__body .live,
  .col-lg-4 > .article--media-side > a > .live,
  .col-md-2 .article > a > .live,
  .col-md-2 .article__body .live,
  .col-md-4 > .article--media-side > a > .live {
    padding: 0 5px;
  }

  .col-lg-2 .article > a > .live svg,
  .col-lg-2 .article__body .live svg,
  .col-lg-4 > .article--media-side > a > .live svg,
  .col-md-2 .article > a > .live svg,
  .col-md-2 .article__body .live svg,
  .col-md-4 > .article--media-side > a > .live svg {
    margin-right: 6px;
  }
}

@keyframes parpadeolive {
  0% {
    opacity: 1;
  }

  50% {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

hr {
  margin: 10px 0;
  border: 0;
  border-top: 2px solid #1c1c1d;
}

.divider_line {
  border-top: 1px solid #e3e3e3;
}

[class*=" icon-"],
[class^="icon-"] {
  font-family: icomoon;
  speak: none;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-camara:before {
  content: "";
}

.icon-tiktok:before {
  content: "";
}

.icon-mdi_wikipedia:before {
  content: "";
}

.icon-mdi_hashtag:before {
  content: "";
}

.icon-arrow-down:before {
  content: "";
}

.icon-arrow-left:before {
  content: "";
}

.icon-arrow-right:before {
  content: "";
}

.icon-arrow-up:before {
  content: "";
}

.icon-checkmark:before {
  content: "";
}

.icon-clock:before {
  content: "";
}

.icon-cancel:before {
  content: "";
}

.icon-chevron_left:before {
  content: "";
}

.icon-chevron_right:before {
  content: "";
}

.icon-facebook:before {
  content: "";
}

.icon-left-stroke:before,
.owl-prev:before {
  content: "";
}

.icon-linkedin:before {
  content: "";
}

.icon-flipboard:before {
  content: "";
}

.icon-play:before {
  content: "";
}

.icon-play-transparent:before {
  content: "";
}

.icon-right-stroke:before,
.owl-next:before {
  content: "";
}

.icon-search:before {
  content: "";
}

.icon-share:before {
  content: "";
}

.icon-untitled:before {
  content: "";
}

.icon-untitled1:before {
  content: "";
}

.icon-untitled2:before {
  content: "";
}

.icon-untitled3:before {
  content: "";
}

.icon-whatsapp:before {
  content: "";
}

.icon-wi-day-cloudy-windy:before {
  content: "";
}

.icon-close:before {
  content: "";
}

.icon-first_page:before {
  content: "";
}

.icon-envelope:before {
  content: "";
}

.icon-last_page:before {
  content: "";
}

.icon-camara:before {
  content: "";
}

.icon-chart:before {
  content: "";
}

.icon-chat:before {
  content: "";
}

.icon-folder:before {
  content: "";
}

.icon-location:before {
  content: "";
}

.icon-sun:before {
  content: "";
}

.icon-wind:before {
  content: "";
}

.icon-cloudy:before {
  content: "";
}

.icon-images:before {
  content: "";
}

.icon-weather:before {
  content: "";
}

.icon-weather1:before {
  content: "";
}

.icon-cloud1:before {
  content: "";
}

.icon-rainy:before {
  content: "";
}

.icon-rainy1:before {
  content: "";
}

.icon-windy:before {
  content: "";
}

.icon-windy1:before {
  content: "";
}

.icon-weather2:before {
  content: "";
}

.icon-cloudy1:before {
  content: "";
}

.icon-lightning:before {
  content: "";
}

.icon-snowy:before {
  content: "";
}

.icon-bullet:before {
  content: "";
}

.icon-headphones:before {
  content: "";
}

.icon-instagram:before {
  content: "";
}

.icon-copy:before {
  content: "";
}

.icon-pause:before {
  content: "";
}

.icon-embed:before {
  content: "";
}

.icon-whatsapp-fill:before {
  content: "";
}

.icon-volume0:before {
  content: "";
}

.icon-volume1:before {
  content: "";
}

.icon-volume2:before {
  content: "";
}

.icon-ico-gallery-video:before {
  content: "";
}

.icon-ico-gallery:before {
  content: "";
}

.icon-ico-play:before {
  content: "";
}

.icon-ico-search:before {
  content: "";
}

.icon-ico-fullscr:before {
  content: "";
}

.icon-ico-left-arrow-mv:before {
  content: "";
}

.icon-ico-right-arrow-mv:before {
  content: "";
}

.icon-apps-black:before {
  content: "";
}

.icon-x:before {
  content: "";
}

.icon-ico-atresplayer:before {
  content: "";
}

.icon-bell:before {
  content: "";
}

.icon-download:before {
  content: "";
}

.icon-user:before {
  content: "";
}

.icon-zoom-in:before {
  content: "";
}

.icon-zoom-out:before {
  content: "";
}

.icon-enlarge:before {
  content: "";
}

.icon-shrink:before {
  content: "";
}

.icon-menu:before {
  content: "";
}

.icon-star-empty:before {
  content: "";
}

.icon-star-full:before {
  content: "";
}

.icon-twitter:before {
  content: "";
}

.icon-youtube:before {
  content: "";
}

.icon-step-forward:before {
  content: "";
}

.icon-ico-swipe:before {
  content: "";
}

.icon-paper-plane:before {
  content: "";
}

.icon-telegram:before {
  content: "";
}

.header-brand__h1 {
  margin: 0;
  padding: 0;
  line-height: 1.6rem;
}

.header-brand__link {
  display: inline;
  float: left;
  align-items: center;
  font-family: N3 Tipo, Helvetica, Arial, sans-serif;
  font-size: 0.9rem;
  line-height: 1;
  color: #fff;
  text-decoration: none;
  transition: opacity 0.3s;
  font-weight: 500;
  width: 35px;
}

@media (min-width: 1024px) {
  .header-brand__link {
    margin-right: 5px;
    width: 45px;
  }
}

.header-brand__link:active,
.header-brand__link:focus,
.header-brand__link:hover {
  color: #fff;
  opacity: 0.75;
}

.header-brand-noticias__link {
  display: flex;
  transition: 0.3s;
  height: 24px;
}

@media (min-width: 1024px) {
  .header-brand-noticias__link {
    height: 36px;
    margin-top: 7px;
  }
}

.header-brand-noticias__link:active,
.header-brand-noticias__link:focus,
.header-brand-noticias__link:hover {
  opacity: 0.75;
}

.header-brand-section__link {
  display: flex;
  color: #fff;
  font-family: N3 Tipo, Helvetica, Arial, sans-serif;
  font-weight: 500;
  font-size: 0.9rem;
  line-height: 1.2rem;
  margin-top: -3px;
  transition: opacity 0.3s;
}

@media (min-width: 1024px) {
  .header-brand-section__link {
    margin-top: -3px;
    width: 120px;
    font-size: 1.1rem;
  }
}

.header-brand-section__link:before {
  content: "/";
}

.header-brand-section__link:active,
.header-brand-section__link:focus,
.header-brand-section__link:hover {
  color: #fff;
  opacity: 0.75;
}

.header-brand__img {
  transition: 0.3s;
  height: 24px;
  margin-right: 2px;
  filter: brightness(1000%) grayscale(100%);
}

@media (min-width: 1024px) {
  .header-brand__img {
    width: 45px;
    height: 36px;
    margin-top: 10px;
  }
}

.header-brand__text img {
  transition: 0.3s;
  width: 80px;
}

@media (min-width: 1024px) {
  .header-brand__text img {
    width: 120px;
  }
}

.header-brand__text img:last-child {
  margin-top: 4px;
}

.header-brand__text span {
  display: block;
  margin-top: -3px;
}

@media (min-width: 1024px) {
  .header-brand__text span {
    margin-top: -7px;
  }
}

.header-brand__text span:before {
  content: "/";
}

.footer-brand__link {
  transition: opacity 0.3s;
}

.footer-brand__link:hover {
  opacity: 0.75;
}

.footer-brand__img {
  width: 120px;
}

form input,
form textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding: 7px;
  font-size: 1rem;
  background: #fff;
  color: #000;
  display: block;
  width: 100%;
  border: 1px solid #e3e3e3;
}

form input::-webkit-input-placeholder,
form textarea::-webkit-input-placeholder {
  color: #757575;
}

form input:-moz-placeholder,
form input::-moz-placeholder,
form textarea:-moz-placeholder,
form textarea::-moz-placeholder {
  color: #757575;
}

form input:-ms-input-placeholder,
form textarea:-ms-input-placeholder {
  color: #757575;
}

form textarea {
  min-height: 110px;
  resize: vertical;
}

form button {
  color: #fff;
  border: 0;
  padding: 6px 25px 8px;
  font-size: 1.4rem;
  cursor: pointer;
  display: inline-block;
  transition: 0.3s ease-in-out;
}

form button,
form button:hover {
  background: #000;
}

.input--animated,
.textarea--animated {
  -webkit-animation: searchText 0.8s infinite alternate-reverse;
  -o-animation: searchText 0.8s infinite alternate-reverse;
  animation: searchText 0.8s infinite alternate-reverse;
  border: 0;
  border-left: 2px solid #000;
  border-bottom: 1px solid #e3e3e3;
  border-radius: 0;
  color: #000;
  font-size: 1.2rem;
  margin: 10px 0;
}

.textarea--animated {
  padding: 10px;
  height: 100px;
}

.input--animated {
  padding: 7px;
}

@keyframes searchText {
  0% {
    border-left-color: #000;
  }

  to {
    border-left-color: #e3e3e3;
  }
}

.ol-default {
  padding-left: 5px;
  counter-reset: item;
  margin-bottom: 20px;
}

.ol-default > li {
  position: relative;
  list-style-type: none;
  counter-increment: item;
}

.ol-default > li:before {
  display: inline-block;
  width: 20px;
  padding-right: 10px;
  text-align: right;
  content: counter(item) ".";
}

.ol-default .ul-default li {
  text-indent: 0;
}

.ol-default .ol-default,
.ul-default .ol-default {
  margin-top: 10px;
}

.ul-default {
  padding-left: 24px;
  margin-bottom: 20px;
  list-style: disc;
}

.ol-default .ul-default,
.ul-default .ul-default {
  margin-top: 10px;
}

.adv {
  background-color: #e3e3e3;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding: 0;
  margin-bottom: 0;
}

@media (min-width: 1024px) {
  .adv {
    margin-bottom: 20px;
  }
}

.fullwidth-block .adv {
  margin-bottom: 0;
}

.adv iframe {
  margin: 5px 0;
}

.adv > * {
  align-self: baseline;
}

.adv img {
  width: auto;
}

.adv__footer {
  background-color: #e3e3e3;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding: 0;
  margin-bottom: 0;
}

.adv__tag {
  display: none;
  width: 100%;
  font-size: 0.7rem;
  font-weight: 200;
  color: #aaa;
  margin: -8px 10px 0;
}

@media (max-width: 1023.98px) {
  .fullwidth-block .adv__tag {
    margin-left: 0;
  }
}

@media (min-width: 1024px) {
  .adv--mobile {
    display: none;
  }
}

.adv--desktop {
  display: none;
}

@media (min-width: 1024px) {
  .adv--desktop {
    display: flex;
  }
}

.adv--skin {
  transition: 0.3s;
  position: fixed;
  left: 0;
  right: 0;
  padding: 0;
  margin: 0;
  z-index: -1;
  display: none;
}

@media (min-width: 1024px) {
  .adv--skin {
    display: block;
    top: 128px;
  }
}

.fix-header .adv--skin {
  top: 70px;
}

@media (max-width: 768px) {
  .adv.sc-bxs {
    max-height: 110px;
  }
}

.adv.sc-vwm {
  margin-bottom: 0;
  background-color: #fff;
}

body:not(.raiSkinDesktop) .adv div[data-position*="top1"] {
  min-height: 100px;
}

body:not(.raiSkinDesktop) .adv div[data-position*="top1"]:empty:after {
  content: "Publicidad";
}

@media (min-width: 1024px) {
  body:not(.raiSkinDesktop) .adv div[data-position*="top1"] {
    min-height: 250px;
    display: flex !important;
    justify-content: center;
    align-items: center;
    position: relative;
    width: 100%;
    text-align: center;
  }

  body:not(.raiSkinDesktop) .adv div[data-position*="top1"] > * {
    position: relative;
    z-index: 1;
  }

  body:not(.raiSkinDesktop) .adv div[data-position*="top1"]:after {
    content: "Publicidad";
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    top: 0;
    bottom: 0;
    position: absolute;
    background-color: #e3e3e3;
  }
}

.adv div[data-position*="top2"] {
  min-height: 50px;
}

.adv div[data-position*="top2"]:empty:after {
  content: "Publicidad";
}

@media (min-width: 1024px) {
  .adv div[data-position*="top2"] {
    min-height: 100px;
    position: relative;
    width: 100%;
    text-align: center;
  }

  .adv div[data-position*="top2"] > * {
    position: relative;
    z-index: 1;
  }

  .adv div[data-position*="top2"]:after {
    content: "Publicidad";
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    top: 0;
    bottom: 0;
    position: absolute;
    background-color: #e3e3e3;
  }
}

.adv.ad-space div[data-position="middle1"] {
  display: block;
}

.adv div[data-position="middle1"] {
  display: none;
}

@media (min-width: 728px) {
  .adv div[data-position="middle1"] {
    display: block;
  }
}

.portada-home .adv div[data-position="middle2"] {
  display: block;
  min-height: auto;
}

.portada-home .adv div[data-position="middle2"]:after,
.portada-home .adv div[data-position="middle2"]:empty:after {
  content: none;
}

.adv div[data-position="middle2"] {
  display: none;
}

@media (max-width: 728px) {
  .adv div[data-position="middle2"] {
    display: block;
  }
}

.adv div[data-position*="middle"] {
  min-height: 50px;
}

.adv div[data-position*="middle"]:empty:after {
  content: "Publicidad";
}

@media (min-width: 1024px) {
  .adv div[data-position*="middle"] {
    min-height: 90px;
    position: relative;
    width: 100%;
    text-align: center;
  }

  .adv div[data-position*="middle"] > * {
    position: relative;
    z-index: 1;
  }

  .adv div[data-position*="middle"]:after {
    content: "Publicidad";
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    top: 0;
    bottom: 0;
    position: absolute;
    background-color: #e3e3e3;
  }
}

@media (max-width: 1024px) {
  .mod-sticky > .adv div[data-position*="roba"] {
    min-height: auto;
  }
}

.adv div[data-position*="roba"] {
  background-color: #e3e3e3;
  min-height: 600px;
  position: relative;
  width: 100%;
  text-align: center;
}

@media (min-width: 1024px) {
  .adv div[data-position*="roba"] {
    min-height: 250px;
  }
}

.adv div[data-position*="roba"] > * {
  position: relative;
  z-index: 1;
  position: -webkit-sticky;
  position: sticky;
  top: 10px;
}

.adv div[data-position*="roba"]:after {
  content: "";
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  top: 0;
  bottom: 0;
  position: absolute;
  background-color: #e3e3e3;
}

@media (min-width: 1280px) {
  .adv div[data-position*="roba"]:after {
    content: "Publicidad";
  }
}

.sponsor {
  position: relative;
  text-align: right;
}

.sponsor__text {
  margin: 0;
  line-height: 1;
  font-size: 0.7rem;
  color: #aaa;
}

.sponsor__link:hover {
  opacity: 0.75;
}

.sponsor__img {
  height: 40px;
  width: auto;
}

.sticky-element {
  position: inherit;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  z-index: 100;
}

.sticky-element.fixed {
  position: fixed;
}

[class*="mod-sticky"] {
  margin: 0.8rem auto;
  top: 71px;
  width: 21.75rem;
}

@media only screen and (max-width: 767px) {
  [class*="mod-sticky"] {
    margin: 0.5rem auto;
  }
}

@media only screen and (max-width: 1023px) {
  [class*="mod-sticky"] {
    width: 100%;
    background: #fff;
    top: 0;
  }
}

@media only screen and (min-width: 1024px) {
  [class*="mod-sticky"] {
    position: sticky;
  }
}

.module-interior .col-lg-4 [class*="mod-sticky"] {
  margin-top: 0;
}

@media only screen and (max-width: 420px) {
  .module-interior .container-fluid > .row div[class*="col-lg-4"] .mod-sticky {
    float: left;
  }
}

@media only screen and (max-width: 1023px) {
  .module-interior .container-fluid > .row div[class*="col-lg-4"] {
    background: #fff;
    z-index: 0;
    padding-bottom: 1rem;
  }

  .module-interior .container-fluid > .row div[class*="col-lg-4"],
  .module-interior .container-fluid > .row div[class*="col-lg-8"] {
    max-width: 100%;
    flex-basis: 100%;
  }
}

.floor-ad img {
  width: auto;
}

.fw_vpaid_slot iframe {
  max-width: none;
}

.sticky-wrap:not(.mod-sticky) {
  height: 112px;
}

@media (min-width: 1024px) {
  .sticky-wrap:not(.mod-sticky) {
    height: 128px !important;
  }
}

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

.grecaptcha-badge {
  visibility: hidden;
}

.section-header {
  font-family: N3 Tipo, Helvetica, Arial, sans-serif;
  padding-top: 10px;
  border-top: 3px solid #1c1c1d;
  margin-bottom: 20px;
  width: 100%;
}

@media (min-width: 1024px) {
  .section-header {
    border-top-width: 2px;
    padding-top: 16px;
  }
}

.dark-bg .section-header {
  border-top: 0;
  padding-top: 0;
}

.hide-header .section-header {
  display: none;
}

.section-header .section-title {
  background-color: #000;
  min-height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  text-transform: uppercase;
  font-size: 1.75rem;
}

@media (min-width: 1024px) {
  .section-header .section-title {
    min-height: 3.375rem;
    font-size: 2rem;
  }
}

.section-header .section-title > a {
  color: #fff;
  font-size: 1.75rem;
}

@media (min-width: 1024px) {
  .section-header .section-title > a {
    font-size: 2rem;
  }
}

.section-header .section-title {
  margin-bottom: 0;
  padding: 4px;
}

@media (min-width: 768px) {
  .section-header__container {
    display: flex;
    justify-content: space-between;
  }
}

.section-header .sponsor {
  text-align: left;
  margin-top: 10px;
}

@media (min-width: 768px) {
  .section-header .sponsor {
    margin-top: -5px;
    text-align: right;
  }
}

.section-header__headband {
  width: 100%;
  margin-bottom: 10px;
}

.section-summary {
  font-size: 1rem;
  line-height: 1.2rem;
  font-weight: 500;
  color: #707070;
  margin: 5px 0 10px;
}

.dark-bg .section-summary {
  color: #fff;
}

.section-subheader {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  margin-top: 10px;
}

.section-subheader .section-summary {
  width: calc(100% - 120px);
  margin: 0 20px 0 0;
}

.section-subheader .btn {
  width: 100px;
}

.section-subheader .btn-transparent {
  font-family: N3 Tipo, Helvetica, Arial, sans-serif;
  margin-top: -6px;
  background: rgba(0, 0, 0, 0.05);
  border: 1px solid rgba(0, 0, 0, 0.2);
  color: rgba(0, 0, 0, 0.6);
}

.section-subheader .btn-transparent:hover {
  background: #000;
  color: #fff;
}

.dark-bg .section-subheader .btn-transparent {
  background: rgba(0, 0, 0, 0.2);
  border: 1px solid hsla(0, 0%, 100%, 0.2);
  color: #fff;
}

.dark-bg .section-subheader .btn-transparent:hover {
  background: #fff;
  color: #000;
}

.section-header-tags {
  display: flex;
  flex-wrap: wrap;
  font-size: 1rem;
  margin-top: 10px;
}

.section-header-tags__item {
  margin-right: 20px;
  padding: 0 16px;
  background: #e3e3e3;
}

.bg-color-gray-silver .section-header-tags__item {
  background: #ccccce;
}

.section-header-tags__link {
  transition: 0.3s;
  color: #000;
}

.section-header-tags__link:hover {
  color: #1c1c1d;
}

.section-header-buttons {
  padding-top: 15px;
  border-top: 1px solid #e3e3e3;
}

.section-header-buttons .btn {
  margin-bottom: 10px;
}

.section-header-buttons .btn.btn-primary,
.section-header-buttons .btn.btn-secondary {
  margin-right: 10px;
}

.section-h3,
.section-h4,
.section-title {
  font-family: N3 Tipo, Helvetica, Arial, sans-serif;
  margin-bottom: 20px;
}

.section-title {
  font-size: 2rem;
  line-height: 1;
}

h1.section-title {
  font-size: 2.375rem;
}

@media (min-width: 1024px) {
  .section-title {
    font-size: 36px;
  }

  h1.section-title {
    font-size: 2.5rem;
  }
}

@media (min-width: 1280px) {
  .section-title {
    font-size: 44.8px;
  }

  h1.section-title {
    font-size: 3.25rem;
  }
}

.section-title a {
  color: #000;
}

.dark-bg .section-title,
.dark-bg .section-title a {
  color: #fff;
}

.section-h3 {
  padding: 10px 0 0;
  border-top: 3px solid #e3e3e3;
  font-size: 1.4rem;
  margin-bottom: 10px;
}

.section-h3,
.section-h3 a {
  color: #1c1c1d;
}

.section-h3 a:hover {
  color: #000;
}

.dark-bg .section-h3 {
  border-top-color: hsla(0, 0%, 100%, 0.2);
}

.dark-bg .section-h3,
.dark-bg .section-h3 a {
  color: #fff;
}

.dark-bg .section-h3 a:hover,
.dark-bg .section-h3:hover {
  color: #000;
}

.section-h4 {
  border-top: 1px solid #e3e3e3;
  font-size: 1.2rem;
  line-height: 1.2;
  font-weight: 400;
  color: #aaa;
  padding-top: 15px;
  margin-bottom: 20px;
}

.section-h4 a {
  color: #aaa;
}

.dark-bg .section-h4 {
  border-top-color: hsla(0, 0%, 100%, 0.2);
}

.dark-bg .section-h4,
.dark-bg .section-h4 a {
  color: #fff;
}

.dark-bg .section-h4 a:hover,
.dark-bg .section-h4:hover {
  color: #000;
}

.section-header--media-overflow {
  border-top: 0;
  display: flex;
  flex-wrap: wrap;
  padding-top: 10px;
  margin-bottom: 30px;
  position: relative;
}

.dark-bg .section-header--media-overflow {
  border-bottom-color: #eee;
}

@media (min-width: 768px) {
  .section-header--media-overflow {
    padding-bottom: 20px;
    border-bottom: 3px solid #000;
  }
}

@media (max-width: 767.98px) {
  .section-header--media-overflow {
    flex-flow: column-reverse;
  }
}

.section-header--media-overflow .section-header__media {
  margin-bottom: 20px;
  border-bottom: 2px solid #000;
  margin-top: -150px;
}

.dark-bg .section-header--media-overflow .section-header__media {
  border-bottom-color: #eee;
}

@media (min-width: 768px) {
  .section-header--media-overflow .section-header__media {
    position: absolute;
    right: 60px;
    bottom: 0;
    width: 50%;
    margin: 0;
    border: none;
  }
}

.section-header--media-overflow picture {
  border-bottom: 0;
}

@media (min-width: 768px) {
  .section-header--media-overflow picture {
    text-align: right;
  }
}

@media (min-width: 768px) {
  .section-header--media-overflow img {
    max-width: 460px;
  }
}

@media (max-width: 767.98px) {
  .section-header--media-overflow img {
    max-width: 100%;
    width: auto;
    display: block;
    margin: 0 auto;
  }
}

.section-header--media-overflow .section-header__body {
  order: -1;
  width: 100%;
}

@media (min-width: 480px) {
  .section-header--media-overflow .section-header__body {
    display: flex;
    align-items: flex-end;
  }
}

@media (min-width: 768px) {
  .section-header--media-overflow .section-header__body {
    display: block;
    width: 50%;
    padding-right: 4px;
  }
}

.section-header--media-overflow .section-header__content {
  font-family: N3 Tipo, Helvetica, Arial, sans-serif;
}

@media (min-width: 480px) {
  .section-header--media-overflow .section-header__content {
    width: calc(100% - 120px);
  }
}

@media (min-width: 768px) {
  .section-header--media-overflow .section-header__content {
    width: 100%;
    max-width: 410px;
  }
}

.section-header--media-overflow .section-title {
  font-size: 2.2rem;
  line-height: 1.1;
  margin-bottom: 10px;
}

.section-header--media-overflow .section-summary {
  display: block;
}

.section-header--media-overflow .section-summary p {
  font-weight: 500;
  color: #707070;
}

.section-header--media-overflow .btn {
  margin-bottom: 10px;
  padding: 2px 12px 1px;
}

@media (min-width: 480px) {
  .section-header--media-overflow .btn {
    width: 100px;
    margin-left: 20px;
  }
}

@media (min-width: 768px) {
  .section-header--media-overflow .btn {
    position: absolute;
    right: 0;
    bottom: 20px;
  }
}

.tag-header {
  font-family: N3 Tipo, Helvetica, Arial, sans-serif;
  padding-top: 20px;
}

@media (min-width: 768px) {
  .tag-header {
    padding-top: 30px;
    margin-bottom: 40px;
  }
}

@media (min-width: 768px) {
  .tag-header--tags-list {
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px;
  }
}

.tag-header__filter {
  margin-top: 20px;
}

@media (min-width: 768px) {
  .tag-header__filter {
    width: 360px;
    margin-top: 0;
    margin-right: 10px;
  }
}

.tag-header__filter p {
  font-size: 0.9rem;
  line-height: 1;
  color: #aaa;
  margin-bottom: 4px;
}

@media (min-width: 768px) {
  .tag-header__container {
    width: calc(100% - 380px);
  }
}

.tag-header__legend {
  font-size: 1.1rem;
  line-height: 1;
  margin-bottom: 2px;
  color: #aaa;
}

@media (min-width: 768px) {
  .tag-header__legend {
    font-size: 1.2rem;
    font-weight: 300;
  }
}

.tag-header__h2,
.tag-header__title {
  line-height: 1;
  margin-bottom: 10px;
  font-size: 2.6rem;
}

@media (min-width: 768px) {
  .tag-header__h2,
  .tag-header__title {
    font-size: 3rem;
  }
}

.tag-header__subtitle {
  font-size: 1.2rem;
  margin-bottom: 20px;
  line-height: 1.2;
  font-weight: 400;
}

.tag-header__content {
  display: inline-block;
  border-top: 1px solid #eee;
  padding: 10px 0;
}

.tag-header__content-media {
  margin-bottom: 15px;
}

@media (min-width: 768px) {
  .tag-header__content-media {
    display: inline;
    float: left;
    max-width: 21%;
    margin-right: 15px;
  }
}

.tag-header__content p {
  font-size: 1.2rem;
  line-height: 1.2;
  color: #000;
}

@media (min-width: 768px) {
  .tag-header__content p {
    font-size: 1.1rem;
  }
}

.tag-header__h4 {
  font-size: 1rem;
  line-height: 1.4;
  border-top: 1px solid #e3e3e3;
  padding-top: 10px;
  font-weight: 600;
}

.temas .third-menu-wrapper .cintillo_bloque a {
  font-size: 0.8rem;
  padding: 7px 0 6px;
}

.temas .front-tag {
  font-family: N3 Tipo, Helvetica, Arial, sans-serif;
  width: 100%;
  margin: 0 0 10px;
  background-color: #e3e3e3;
  padding: 10px;
  display: flex;
  flex-wrap: wrap;
}

@media (min-width: 1024px) {
  .temas .front-tag {
    margin: 20px 0;
    padding: 1rem;
  }
}

.temas .front-tag > img {
  height: max-content;
}

@media (min-width: 1024px) {
  .temas .front-tag > img {
    width: 360px;
    margin-right: 1rem;
  }
}

.temas .front-tag .informacion {
  font-size: 0.9rem;
  width: 100%;
  margin: 1rem 0 0;
  padding: 1rem;
}

@media (min-width: 1024px) {
  .temas .front-tag .informacion {
    width: calc(100% - 380px);
    margin-top: 0;
    padding: 0;
  }
}

.temas .front-tag .informacion p {
  margin-bottom: 0;
}

.temas .front-tag .informacion p i {
  font-style: italic;
  font-family: N3 Tipo, Helvetica, Arial, sans-serif;
}

.temas .front-tag .informacion h2.nombre {
  text-transform: uppercase;
  font-size: 1.2rem;
}

.temas .article {
  border-top: 1px solid #ccccce;
}

.temas .article.list-temas picture {
  border-bottom: none;
}

.temas .article.list-temas .article__media {
  margin-bottom: 10px;
}

.temas .article.list-temas .site {
  display: flex;
  justify-content: end;
  font-size: 0.7rem;
  margin: 0 0 10px;
}

.temas .article.list-temas .site:before {
  content: "";
  position: relative;
  border-radius: 50%;
  width: 10px;
  height: 10px;
  right: 5px;
  top: 3px;
}

.temas .article.list-temas .site.antena3:before {
  background: #ff7328;
}

.temas .article.list-temas .site.a3noticias:before {
  background: #000;
}

.temas .article.list-temas .site.novamas:before {
  background: #476194;
}

.temas .article.list-temas .site.objetivotv:before {
  background: #d8c300;
}

.temas .article.list-temas p.article__title {
  font-size: 1.2rem;
}

@media (min-width: 1024px) {
  .temas .article.list-temas p.article__title {
    font-size: 1.6rem;
  }
}

@media (min-width: 1024px) {
  .temas .article.list-temas.noPhoto .media-content-mobile {
    display: none;
  }
}

@media (max-width: 1023.98px) {
  .temas .article.list-temas.noPhoto > a {
    display: none;
  }

  .temas .article.list-temas.noPhoto .media-content-mobile {
    vertical-align: text-top;
    margin-right: 7px;
    display: inline-flex;
  }

  .temas .article.list-temas.leftPhoto > a {
    float: left;
    width: 40%;
    margin: 30px 20px 0 0;
  }
}

.temas .third-menu-wrapper h1 {
  font-family: N3 Tipo, Helvetica, Arial, sans-serif;
  font-size: 0.9rem;
  white-space: nowrap;
  padding: 17px 0 14px 21px;
  line-height: 0;
  text-transform: uppercase;
  margin: 0 20px 0 0;
}

@media (min-width: 1024px) {
  .temas .third-menu-wrapper h1 {
    padding: 17px 0 14px;
  }
}

.temas .col-12 > .article h2.article__title {
  font-size: 1.3rem;
}

@media (min-width: 1024px) {
  .temas .col-12 > .article h2.article__title {
    font-size: 1.5rem;
  }
}

.temas .col-md-6 > .article .icon-play {
  width: 32px;
  height: 32px;
  font-size: 1.2rem;
  left: 0;
}

.temas .col-md-6 > .article .article__title {
  line-height: 1.2;
}

.temas .col-md-6 > .article h2.article__title {
  font-size: 1.1rem;
}

@media (min-width: 1024px) {
  .temas .col-md-6 > .article h2.article__title {
    font-size: 1.3rem;
  }
}

.temas .third-menu__fixed {
  top: 48px;
  z-index: 111;
}

@media (min-width: 1024px) {
  .temas .third-menu__fixed {
    top: 4.25rem;
  }
}

.error-page-header {
  background: #e3e3e3;
}

.cintillo_bloque {
  display: flex;
  flex-wrap: wrap;
  padding: 10px 15px 5px;
  background: #000;
  min-height: 38px;
  width: 100%;
  max-width: 1080px;
  margin: 0 auto;
}

@media (max-width: 1023.98px) {
  .col-md-3 .cintillo_bloque,
  .col-md-4 .cintillo_bloque,
  .col-md-6 .cintillo_bloque,
  .col-md-8 .cintillo_bloque,
  .col-md-10 .cintillo_bloque,
  .col-md-12 .cintillo_bloque {
    width: calc(100% + 40px);
    margin-left: -20px;
    margin-right: -20px;
  }
}

.cintillo_bloque__subnavegacion {
  background: #fff;
  padding: 10px 0 5px;
  border-bottom: 1px solid #e3e3e3;
}

@media (max-width: 1023.98px) {
  .cintillo_bloque__subnavegacion {
    position: relative;
    padding: 10px 15px 5px;
  }
}

.cintillo_bloque__subnavegacion .cintillo_bloque__nav {
  margin-left: 0;
}

.cintillo_bloque__subnavegacion i.icon-chevron_right {
  padding-top: 2px;
  display: inline;
  float: left;
}

@media (max-width: 1023.98px) {
  .cintillo_bloque__subnavegacion i.icon-chevron_right {
    display: none;
  }
}

.cintillo_bloque__subnavegacion .cintillo_bloque__nav a {
  color: #000;
  font-family: N3 Tipo, Helvetica, Arial, sans-serif;
  font-weight: 600;
  margin-right: 10px;
  padding: 5px 0 3px 10px;
  display: inline;
  float: left;
}

@media (max-width: 1023.98px) {
  .cintillo_bloque__subnavegacion .cintillo_bloque__nav a {
    font-size: 1.1rem;
  }
}

.cintillo_bloque__subnavegacion .cintillo_bloque__nav a:hover {
  color: #f71;
  cursor: pointer;
}

.cintillo_bloque__subnavegacion-slide {
  background: none;
  padding: 0 5px 5px;
  max-height: 46px;
  overflow: hidden;
  margin-top: 20px;
}

@media (max-width: 1023.98px) {
  .cintillo_bloque__subnavegacion-slide {
    position: relative;
    padding: 0 15px 5px 20px;
  }
}

@media (min-width: 1024px) {
  .cintillo_bloque__subnavegacion-slide {
    width: calc(100% - 200px);
  }
}

.cintillo_bloque__subnavegacion-slide .owl-nav {
  display: none;
}

.cintillo_bloque__subnavegacion-slide.owl-theme .owl-nav [class*="owl-"] {
  font-size: 0.8rem;
}

.cintillo_bloque__subnavegacion-slide .item {
  margin-right: 4px;
  margin-bottom: 10px;
}

.cintillo_bloque__atresplayer {
  width: 50px;
}

.cintillo_bloque__headup {
  width: calc(100% - 50px);
  display: flex;
  flex-wrap: wrap;
  padding-right: 15px;
}

.cintillo_bloque__nav {
  padding-bottom: 5px;
  line-height: 1;
}

@media (min-width: 1024px) {
  .cintillo_bloque__nav {
    margin-left: 15px;
  }
}

.cintillo_bloque__nav:before {
  font-family: icomoon;
  font-size: 0.5rem;
  content: "";
  color: #fff;
  margin-right: 5px;
  opacity: 0.4;
}

.cintillo_bloque__nav a {
  padding-right: 6px;
  font-size: 0.85rem;
}

.cintillo_bloque__nav a,
.cintillo_bloque__nav a:hover,
.cintillo_bloque__title {
  color: #fff;
  cursor: pointer;
}

.cintillo_bloque__title {
  font-family: N3 Tipo, Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  line-height: 1.3;
}

.cintillo_bloque__title:hover {
  color: #fff;
  cursor: pointer;
}

.cintillo_bloque__title i.blink {
  float: left;
  background-color: red;
  height: 12px;
  display: inline-block;
  width: 12px;
  border-radius: 12px;
  margin-top: 3px;
  margin-right: 6px;
  animation: blinker 1s step-start infinite;
}

.cintillo_bloque .content-breadcrumb::-webkit-scrollbar {
  display: none;
}

.cintillo_bloque .content-breadcrumb {
  position: relative;
  width: 100%;
  overflow-x: scroll;
  overflow-y: hidden;
  white-space: nowrap;
  transition: all 0.2s;
  will-change: transform;
  user-select: none;
  cursor: pointer;
  scrollbar-width: none;
}

.cintillo_bloque .content-breadcrumb.active {
  cursor: grabbing;
  cursor: -webkit-grabbing;
}

.cintillo_bloque .item-breadcrumb {
  color: #000;
  background: #e3e3e3;
  display: inline-block;
  border: 0;
  text-align: center;
  padding: 5px 8px;
  margin: 0 10px 4px 0;
}

.cintillo_bloque .item-breadcrumb a {
  display: block;
  width: max-content;
  height: 20px;
  line-height: 1.4rem;
  text-decoration: none;
  font-size: 0.85rem;
  font-family: N3 Tipo, Helvetica, Arial, sans-serif;
  font-weight: 300;
  color: #000;
}

.third-menu-wrapper {
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  background: #fff;
  position: sticky;
  top: 0;
  transition: top 0.2s ease;
  transition-delay: 0.2s;
}

.third-menu-wrapper .cintillo_bloque {
  font-family: N3 Tipo, Helvetica, Arial, sans-serif;
  font-size: 0.8125rem;
  line-height: normal;
  min-height: 0;
  padding: 0;
  flex-wrap: nowrap;
  border: none;
  position: relative;
}

.third-menu-wrapper .cintillo_bloque a {
  color: #000;
  font-weight: 700;
  margin-right: 30px;
  padding: 9px 0 6px;
  display: block;
  white-space: nowrap;
  font-size: 0.9rem;
}

.third-menu-wrapper .cintillo_bloque a.active,
.third-menu-wrapper .cintillo_bloque a:focus,
.third-menu-wrapper .cintillo_bloque a:hover {
  color: #000;
}

.third-menu-wrapper .custom_carousel .custom_carousel_container:after {
  content: "";
  background-image: linear-gradient(90deg, hsla(0, 0%, 100%, 0), #fff);
  position: absolute;
  right: 0;
  width: 24px;
  height: 100%;
  top: 0;
  pointer-events: none;
}

@media (min-width: 1024px) {
  .third-menu-wrapper .custom_carousel .custom_carousel_container:after {
    right: 3.4375rem;
  }
}

.third-menu-wrapper .custom_carousel .custom_carousel__nav-btn {
  font-size: 0.75rem;
  color: #000;
}

.third-menu-wrapper .custom_carousel .custom_carousel__nav-btn:hover {
  color: #000;
}

@media (max-width: 1023.98px) {
  .third-menu-wrapper .container {
    width: 100%;
    padding: 0;
  }

  .third-menu-wrapper .custom_carousel .custom_carousel_container {
    padding: 0 1.25rem;
  }

  .third-menu-wrapper .custom_carousel .custom_carousel__nav-btn.active {
    display: none;
  }
}

@media (min-width: 1024px) {
  .third-menu-wrapper .custom_carousel .custom_carousel__nav-btn {
    display: block;
    opacity: 0.4;
  }
}

@keyframes blinker {
  0% {
    opacity: 1;
    background-color: red;
  }

  50% {
    opacity: 0.2;
    background-color: #fff;
  }

  to {
    opacity: 1;
    background-color: red;
  }
}

.lengueta {
  background-color: #000;
  color: #fff;
  font-family: N3 Tipo, Helvetica, Arial, sans-serif;
  font-weight: 700;
  position: relative;
  margin: 0 0 0.625rem;
}

.lengueta:after {
  content: "";
  background-image: linear-gradient(90deg, transparent 0, #000 95%);
  position: absolute;
  right: 0;
  width: 24px;
  height: 100%;
  top: 0;
  pointer-events: none;
}

.lengueta__title {
  text-transform: uppercase;
  margin: 0 0.875rem 0 0;
  white-space: nowrap;
  display: block;
  font-size: 1rem;
  line-height: 2.25rem;
}

.lengueta__live:before {
  content: "";
  width: 0.5em;
  height: 0.5em;
  background: #ec163f;
  display: inline-block;
  border-radius: 50%;
  vertical-align: 0.1em;
  margin-right: 0.5em;
}

.lengueta--alt {
  background-color: #ec163f;
}

.lengueta--alt:after {
  background-image: linear-gradient(90deg, rgba(236, 22, 63, 0) 0, #ec163f 95%);
}

.lengueta--alt .lengueta__live:before {
  background: #fff;
}

.lengueta .lengueta__wrapper {
  display: flex;
  align-items: center;
  margin: 0;
  padding-left: 1rem;
  overflow: auto;
  scrollbar-color: transparent transparent;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.lengueta .lengueta__wrapper::-webkit-scrollbar {
  height: 0;
  width: 0;
}

.lengueta .lengueta__wrapper::-webkit-scrollbar-track {
  background: transparent;
}

.lengueta .custom_carousel .custom_carousel_container {
  padding-right: 1.25rem;
}

.lengueta .custom_carousel .custom_carousel__nav-btn {
  display: none;
}

.lengueta .custom_carousel .custom_carousel_item a {
  color: inherit;
  font-size: 0.875rem;
  line-height: 2.25rem;
  padding: 0 0.4375rem;
  transition: opacity 0.2s ease;
}

.lengueta .custom_carousel .custom_carousel_item a:hover {
  opacity: 0.7;
}

.lengueta .custom_carousel .custom_carousel_item:first-child a {
  padding-left: 0;
}

@media (max-width: 1023.98px) {
  .lengueta .container {
    width: 100%;
    padding: 0;
  }

  .col-md-8 .lengueta {
    margin-left: -24px;
    margin-right: -24px;
  }
}

@media (min-width: 1024px) {
  .lengueta:after {
    display: none;
  }

  .lengueta .lengueta__wrapper {
    overflow: hidden;
    padding: 0;
  }

  .lengueta .lengueta__title {
    margin-right: 1.875rem;
  }

  .lengueta .custom_carousel {
    position: relative;
    flex: 1 1 auto;
    overflow: hidden;
  }

  .lengueta .custom_carousel .custom_carousel_container {
    padding: 0;
  }

  .lengueta .custom_carousel .custom_carousel_item a {
    padding-right: 1rem;
    padding-left: 1rem;
  }

  .lengueta .custom_carousel .custom_carousel__nav-btn {
    display: block;
    position: absolute;
  }

  .lengueta .custom_carousel .custom_carousel__nav-btn--prev {
    padding: 0 1.875rem 0 0;
    background-image: linear-gradient(90deg, #000 5%, transparent);
  }

  .lengueta .custom_carousel .custom_carousel__nav-btn--next {
    padding: 0 5px 0 1.875rem;
    background-image: linear-gradient(90deg, transparent 0, #000 95%);
  }

  .col-md-8 .lengueta {
    padding-left: 1rem;
  }

  .col-md-8 .lengueta .container {
    width: 100%;
    padding: 0;
  }

  .lengueta--alt .custom_carousel .custom_carousel__nav-btn--prev {
    background-image: linear-gradient(90deg, #ec163f 5%, rgba(236, 22, 63, 0));
  }

  .lengueta--alt .custom_carousel .custom_carousel__nav-btn--next {
    background-image: linear-gradient(
      90deg,
      rgba(236, 22, 63, 0) 0,
      #ec163f 95%
    );
  }
}

.fullwidth-block {
  padding-top: 20px;
  padding-bottom: 20px;
  position: relative;
}

.fullwidth-block.wrapper-adv {
  padding: 0;
  margin-bottom: 20px;
}

.fullwidth-block > .container {
  position: relative;
}

.container-background {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 0;
  overflow: hidden;
}

.container-background figure {
  width: 100%;
  height: 100%;
}

.container-background img {
  height: 100%;
  max-width: none;
  object-fit: cover;
  object-position: center;
}

@media (-ms-high-contrast: none), screen and (-ms-high-contrast: active) {
  .container-background img {
    object-fit: none;
    width: 100%;
    height: auto;
  }
}

.cookies-banner {
  position: fixed;
  right: 0;
  left: 0;
  bottom: 0;
  z-index: 99999;
  color: #fff;
  background: rgba(0, 0, 0, 0.9);
  font-size: 0.875rem;
  max-height: 100%;
  transition: bottom 0.5s ease-in-out, opacity 0.5s linear;
  box-shadow: 0 0 5px #5d5d5d;
  padding: 15px 0;
}

.cookies-banner.hidden {
  pointer-events: none;
  bottom: -250px;
  opacity: 0;
}

.cookies-banner .container {
  position: relative;
}

.cookies-banner__title {
  font-size: 1rem;
  margin: 10px 0;
  font-weight: 700;
}

.cookies-banner p {
  font-size: 0.875rem;
  line-height: 22px;
}

.cookies-banner__options-toggler.show svg {
  transform: rotate(180deg);
}

.cookies-banner__options a {
  color: #fff;
  margin-right: 20px;
}

.cookies-banner__options a:last-of-type {
  margin-right: 0;
}

.cookies-banner__options a svg {
  vertical-align: middle;
  margin-right: 5px;
  position: relative;
  top: -1px;
  transition: 0.5s ease;
  fill: #fff;
}

.cookies-banner__info {
  display: none;
}

.cookies-banner__list {
  margin: 5px 0 15px;
  padding: 0 0 0 20px;
  line-height: 30px;
  font-size: 0.875rem;
}

.cookies-banner__list .icon-checkmark {
  font-size: 10px;
  margin-right: 10px;
}

.cookies-banner .closer {
  padding: 10px 15px;
  background: #555;
  color: #ececec;
  border: 0;
  font-size: 13px;
  width: 100%;
  margin: 30px 0 10px;
}

@media (min-width: 768px) {
  .cookies-banner .closer {
    width: auto;
    position: absolute;
    bottom: 0;
    right: 0;
    margin: 0;
  }
}

.cookies-banner .closer:hover {
  opacity: 0.75;
}

.article {
  padding-top: 10px;
  position: relative;
  width: 100%;
  margin-bottom: 40px;
}

.col-md-4 > .article .icon-camara,
.col-md-4 > .article .icon-play,
.col-md-6 > .article .icon-camara,
.col-md-6 > .article .icon-play,
[class="col-6"] > .article .icon-camara,
[class="col-6"] > .article .icon-play {
  width: 46px;
  height: 46px;
  top: 0;
  left: 0;
  font-size: 1.8rem;
}

@media (max-width: 767.98px) {
  .col-12 .article .icon-camara,
  .col-12 .article .icon-play {
    width: 46px;
    height: 46px;
    top: 0;
    left: 0;
    font-size: 1.8rem;
  }
}

.mod-sticky .col-md-4 > .article .icon-camara,
.mod-sticky .col-md-4 > .article .icon-play {
  width: 32px;
  height: 32px;
  top: 0;
  left: 0;
  font-size: 1rem;
}

.col-md-8 > .article .icon-camara,
.col-md-8 > .article .icon-play,
.col-md-10 > .article .icon-camara,
.col-md-10 > .article .icon-play {
  width: 48px;
  height: 48px;
  top: 0;
  left: 0;
}

@media (min-width: 1024px) {
  .col-md-8 > .article .icon-camara,
  .col-md-8 > .article .icon-play,
  .col-md-10 > .article .icon-camara,
  .col-md-10 > .article .icon-play {
    width: 60px;
    height: 60px;
  }
}

.col-md-8 > .article .icon-play,
.col-md-10 > .article .icon-play {
  font-size: 2rem;
}

.col-md-8 > .article .icon-camara,
.col-md-10 > .article .icon-camara {
  font-size: 1.1875rem;
}

.col-md-8 > .article.article--podcast .icon-camara,
.col-md-8 > .article.article--podcast .icon-play,
.col-md-10 > .article.article--podcast .icon-camara,
.col-md-10 > .article.article--podcast .icon-play {
  width: 60px;
  height: 60px;
  font-size: 2rem;
  top: 0;
  left: 0;
}

.col-md-2 > .article .icon-camara,
.col-md-2 > .article .icon-play {
  width: 32px;
  height: 32px;
  top: 0;
  left: 0;
  font-size: 1rem;
}

.col-md-4 .col-md-6 > .article .icon-play {
  width: 46px;
  height: 46px;
  font-size: 1.8rem;
  top: 0;
  left: 0;
}

@media (min-width: 1024px) {
  .col-md-4 .col-md-6 > .article .icon-play {
    width: 32px;
    height: 32px;
    font-size: 1rem;
  }
}

.col-md-6 > .article.article--media-side .icon-camara,
.col-md-6 > .article.article--media-side .icon-play,
[class="col-6"] > .article.article--media-side .icon-camara,
[class="col-6"] > .article.article--media-side .icon-play {
  width: 46px;
  height: 46px;
  font-size: 1.8rem;
  bottom: 0;
  left: 0;
}

.article .icon-play {
  width: 46px;
  height: 46px;
  font-size: 1.8rem;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  z-index: 11;
  top: 0;
  left: 0;
}

.article .icon-play:before {
  padding-left: 2px;
  color: #000;
}

.article .icon-play:hover {
  background: #3b3b3d;
}

.article .icon-play:hover:before {
  color: #fbfd00;
}

.article picture .icon-camara {
  transition: 0.3s;
  width: 46px;
  height: 46px;
  font-size: 1.8rem;
  background: hsla(0, 0%, 100%, 0.2);
  color: #fff;
  border-radius: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 0;
  left: 0;
}

.article picture .icon-camara:before {
  padding-left: 0;
}

.article picture {
  width: 100%;
  height: 100%;
  line-height: 0.8;
  font-size: 12px;
}

.article__media {
  margin-bottom: -23px;
  display: block;
  position: relative;
  overflow: hidden;
}

.article__media img {
  display: block;
}

.article__media:hover .icon-play {
  color: #000;
}

.article__media .image-footer {
  border-bottom: 1px solid #eee;
  padding: 0 0 5px;
  font-size: 0.8rem;
  color: #707070;
  text-align: right;
  line-height: normal;
  margin-bottom: 0;
}

.article__content,
.article__header {
  margin-bottom: 8px;
}

.article__content:last-child,
.article__header:last-child {
  margin-bottom: 0;
}

.article__content .article__title:first-child,
.article__header .article__title:first-child,
.col-md-2 .article--default .article__header .article__title:first-child,
.col-md-3 .article--default .article__header .article__title:first-child {
  margin-top: 26px;
}

@media (min-width: 1024px) {
  .col-md-2 .article--default .article__header .article__title:first-child,
  .col-md-3 .article--default .article__header .article__title:first-child {
    margin-top: 0;
  }
}

.article__summary {
  display: block;
}

.article__summary p {
  margin-bottom: 0;
  font-size: 1rem;
  line-height: 1.2;
  font-weight: 300;
  color: #000;
}

.article__summary p a {
  color: #1c1c1d;
  text-decoration: underline;
  font-weight: 300;
}

.article__summary p a:hover {
  color: #000;
}

p.article__tag {
  line-height: normal;
  color: #000;
  background: #fbfd00;
  padding: 0 6px;
  font-weight: 700;
  width: fit-content;
  text-transform: uppercase;
  z-index: 1;
  position: relative;
  margin-bottom: 8px;
  height: 23px;
  display: flex;
  align-items: center;
}

.col-6 p.article__tag {
  margin-bottom: 4px;
}

@media (min-width: 1024px) {
  p.article__tag {
    margin-bottom: 16px;
  }

  .col-md-8 p.article__tag {
    margin-bottom: 12px;
  }

  .col-6.col-md-2 p.article__tag,
  .col-6.col-md-4 p.article__tag,
  .col-md-2 p.article__tag,
  .col-md-3 p.article__tag,
  .col-md-4 p.article__tag,
  .col-md-6 p.article__tag {
    margin-bottom: 8px;
  }
}

.article__tag {
  font-family: N3 Tipo, Helvetica, Arial, sans-serif;
  font-weight: 300;
  font-size: 0.75rem;
  line-height: 1.125;
  display: block;
}

.article__tag a {
  padding-top: 1px;
  display: inline-block;
  height: 24px;
  line-height: normal;
}

.article__tag,
.article__tag a {
  color: #000;
  border: none;
  touch-action: manipulation;
}

@media (min-width: 1024px) {
  .article__tag {
    font-size: 0.875rem;
  }
}

[data-mod="automatic-news"] > .row > .col-md-2 > div.article > a.article__media,
[data-mod="automatic-news"]
  > .row
  > .col-md-4
  > div.article
  > a.article__media {
  margin-bottom: 10px;
}

[data-mod="automatic-news"]
  > .row
  > .col-md-2
  > div.article.highlighted
  > a.article__media,
[data-mod="automatic-news"]
  > .row
  > .col-md-4
  > div.article.highlighted
  > a.article__media {
  margin-bottom: -23px;
  background-color: #000;
  color: #fff;
}

[data-mod="automatic-news"] > .row > .col-md-2 > .article .article__body,
[data-mod="automatic-news"] > .row > .col-md-4 > .article .article__body {
  z-index: 1;
  position: relative;
}

[data-mod="automatic-news"]
  > .row
  > .col-md-2
  > .article
  .article__body
  .article__tag,
[data-mod="automatic-news"]
  > .row
  > .col-md-4
  > .article
  .article__body
  .article__tag {
  position: absolute;
  margin: 0;
  top: -33px;
}

[data-mod="automatic-news"]
  > .row
  > .col-md-2
  > .article
  .article__body
  .article__tag
  a,
[data-mod="automatic-news"]
  > .row
  > .col-md-2
  > .article
  .article__body
  .article__tag
  span,
[data-mod="automatic-news"]
  > .row
  > .col-md-4
  > .article
  .article__body
  .article__tag
  a,
[data-mod="automatic-news"]
  > .row
  > .col-md-4
  > .article
  .article__body
  .article__tag
  span {
  background-color: #fbfd00;
  font-size: 0.75rem;
  font-weight: 700;
  text-transform: uppercase;
  padding: 4px;
  overflow: hidden;
  line-height: 1.5;
}

[data-mod="automatic-news"]
  > .row
  > .col-md-2
  > .article
  .article__header
  .article__title:first-child,
[data-mod="automatic-news"]
  > .row
  > .col-md-4
  > .article
  .article__header
  .article__title:first-child {
  margin-top: 8px;
}

.reducido
  .module-interior
  .col-md-8
  + .col-md-4
  [data-mod="automatic-news"]
  > .row
  > .col-md-4
  > .article
  .article__body
  .article__tag {
  position: relative;
  top: 0;
}

.container.row
  > .col-md-12
  > .article--default
  > a.article__media:not(:has(> picture)),
.container
  > .row
  > .col-md-4
  > .article--default
  > a.article__media:not(:has(> picture)),
.container
  > .row
  > .col-md-6
  > .article--default
  > a.article__media:not(:has(> picture)),
.container
  > .row
  > .col-md-8
  > .article--default
  > a.article__media:not(:has(> picture)),
.container
  > .row
  > .col-md-12
  > .article--default
  > a.article__media:not(:has(> picture)),
main > .container > .article--default > a.article__media:not(:has(> picture)) {
  margin-bottom: 0;
}

.container.row > .col-md-12 > .article--default.highlighted .article__media,
.container > .row > .col-md-4 > .article--default.highlighted .article__media,
.container > .row > .col-md-6 > .article--default.highlighted .article__media,
.container > .row > .col-md-8 > .article--default.highlighted .article__media,
.container > .row > .col-md-12 > .article--default.highlighted .article__media,
main > .container > .article--default.highlighted .article__media {
  margin-bottom: -60px;
}

.container.row
  > .col-md-12
  > .article--default.highlighted
  .article__media:not(:has(> picture)),
.container
  > .row
  > .col-md-4
  > .article--default.highlighted
  .article__media:not(:has(> picture)),
.container
  > .row
  > .col-md-6
  > .article--default.highlighted
  .article__media:not(:has(> picture)),
.container
  > .row
  > .col-md-8
  > .article--default.highlighted
  .article__media:not(:has(> picture)),
.container
  > .row
  > .col-md-12
  > .article--default.highlighted
  .article__media:not(:has(> picture)),
main
  > .container
  > .article--default.highlighted
  .article__media:not(:has(> picture)) {
  margin-bottom: 0;
}

.container.row > .col-md-12 > .article--default.highlighted .article__body,
.container > .row > .col-md-4 > .article--default.highlighted .article__body,
.container > .row > .col-md-6 > .article--default.highlighted .article__body,
.container > .row > .col-md-8 > .article--default.highlighted .article__body,
.container > .row > .col-md-12 > .article--default.highlighted .article__body,
main > .container > .article--default.highlighted .article__body {
  z-index: 1;
  position: relative;
}

.container.row
  > .col-md-12
  > .article--default.highlighted
  .article__body
  .article__tag,
.container
  > .row
  > .col-md-4
  > .article--default.highlighted
  .article__body
  .article__tag,
.container
  > .row
  > .col-md-6
  > .article--default.highlighted
  .article__body
  .article__tag,
.container
  > .row
  > .col-md-8
  > .article--default.highlighted
  .article__body
  .article__tag,
.container
  > .row
  > .col-md-12
  > .article--default.highlighted
  .article__body
  .article__tag,
main > .container > .article--default.highlighted .article__body .article__tag {
  position: static;
  margin: 0;
}

.container.row
  > .col-md-12
  > .article--default.highlighted
  .article__body
  .article__tag
  a,
.container.row
  > .col-md-12
  > .article--default.highlighted
  .article__body
  .article__tag
  span,
.container
  > .row
  > .col-md-4
  > .article--default.highlighted
  .article__body
  .article__tag
  a,
.container
  > .row
  > .col-md-4
  > .article--default.highlighted
  .article__body
  .article__tag
  span,
.container
  > .row
  > .col-md-6
  > .article--default.highlighted
  .article__body
  .article__tag
  a,
.container
  > .row
  > .col-md-6
  > .article--default.highlighted
  .article__body
  .article__tag
  span,
.container
  > .row
  > .col-md-8
  > .article--default.highlighted
  .article__body
  .article__tag
  a,
.container
  > .row
  > .col-md-8
  > .article--default.highlighted
  .article__body
  .article__tag
  span,
.container
  > .row
  > .col-md-12
  > .article--default.highlighted
  .article__body
  .article__tag
  a,
.container
  > .row
  > .col-md-12
  > .article--default.highlighted
  .article__body
  .article__tag
  span,
main
  > .container
  > .article--default.highlighted
  .article__body
  .article__tag
  a,
main
  > .container
  > .article--default.highlighted
  .article__body
  .article__tag
  span {
  background-color: #fbfd00;
  font-size: 0.75rem;
  font-weight: 700;
  text-transform: uppercase;
  padding: 4px;
}

.container.row
  > .col-md-12
  > .article--default.highlighted
  .article__body
  .article__title
  a,
.container
  > .row
  > .col-md-4
  > .article--default.highlighted
  .article__body
  .article__title
  a,
.container
  > .row
  > .col-md-6
  > .article--default.highlighted
  .article__body
  .article__title
  a,
.container
  > .row
  > .col-md-8
  > .article--default.highlighted
  .article__body
  .article__title
  a,
.container
  > .row
  > .col-md-12
  > .article--default.highlighted
  .article__body
  .article__title
  a,
main
  > .container
  > .article--default.highlighted
  .article__body
  .article__title
  a {
  background-color: #000;
  color: #fff;
  display: inline;
  line-height: 1.4;
  padding: 5px 12px;
  box-decoration-break: clone;
  -webkit-box-decoration-break: clone;
}

.container
  > .row
  > .col-md-2
  > .article--default
  > a.article__media:not(:has(> picture)),
.container
  > .row
  > .col-md-3
  > .article--default
  > a.article__media:not(:has(> picture)),
.container
  > .row
  > .col-md-4
  > .row
  > .col-md-6
  > .article--default
  > a.article__media:not(:has(> picture)) {
  margin-bottom: 0;
}

.container
  > .row
  > .col-md-2
  > .article--default
  > a.article__media:not(:has(> picture))
  ~ .article__body
  .article__tag,
.container
  > .row
  > .col-md-3
  > .article--default
  > a.article__media:not(:has(> picture))
  ~ .article__body
  .article__tag,
.container
  > .row
  > .col-md-4
  > .row
  > .col-md-6
  > .article--default
  > a.article__media:not(:has(> picture))
  ~ .article__body
  .article__tag {
  position: relative;
  top: 0;
  margin-bottom: 10px;
}

.container
  > .row
  > .col-md-2
  > .article--default
  > .article__body:first-child
  .article__tag,
.container
  > .row
  > .col-md-3
  > .article--default
  > .article__body:first-child
  .article__tag,
.container
  > .row
  > .col-md-4
  > .row
  > .col-md-6
  > .article--default
  > .article__body:first-child
  .article__tag {
  position: relative;
  top: 0;
  margin-bottom: 10px;
}

.container > .row > .col-md-2 > .article--default .article__body,
.container > .row > .col-md-3 > .article--default .article__body,
.container
  > .row
  > .col-md-4
  > .row
  > .col-md-6
  > .article--default
  .article__body {
  z-index: 1;
  position: relative;
}

.container > .row > .col-md-2 > .article--default .article__body .article__tag,
.container > .row > .col-md-3 > .article--default .article__body .article__tag,
.container
  > .row
  > .col-md-4
  > .row
  > .col-md-6
  > .article--default
  .article__body
  .article__tag {
  line-height: 1;
}

@media (min-width: 1024px) {
  .container
    > .row
    > .col-md-2
    > .article--default
    .article__body
    .article__tag,
  .container
    > .row
    > .col-md-3
    > .article--default
    .article__body
    .article__tag,
  .container
    > .row
    > .col-md-4
    > .row
    > .col-md-6
    > .article--default
    .article__body
    .article__tag {
    position: absolute;
    top: -33px;
  }
}

.container
  > .row
  > .col-md-2
  > .article--default
  .article__body
  .article__tag
  a,
.container
  > .row
  > .col-md-2
  > .article--default
  .article__body
  .article__tag
  span,
.container
  > .row
  > .col-md-3
  > .article--default
  .article__body
  .article__tag
  a,
.container
  > .row
  > .col-md-3
  > .article--default
  .article__body
  .article__tag
  span,
.container
  > .row
  > .col-md-4
  > .row
  > .col-md-6
  > .article--default
  .article__body
  .article__tag
  a,
.container
  > .row
  > .col-md-4
  > .row
  > .col-md-6
  > .article--default
  .article__body
  .article__tag
  span {
  background-color: #fbfd00;
  font-size: 0.75rem;
  font-weight: 700;
  text-transform: uppercase;
  padding: 4px;
}

@media (min-width: 768px) {
  .container > .row > .col-md-2 > .article--default .article__media,
  .container > .row > .col-md-3 > .article--default .article__media,
  .container
    > .row
    > .col-md-4
    > .row
    > .col-md-6
    > .article--default
    .article__media {
    margin-bottom: 10px;
  }
}

.col-md-4 > .article--default.highlighted .article__media {
  margin-bottom: -50px;
}

.col-md-4 > .article--default.highlighted .article__body .article__title a {
  padding: 4px 8px;
}

.dark-bg .article__tag,
.dark-bg .article__tag a {
  color: #fff;
}

.dark-bg .article__tag a {
  opacity: 0.8;
}

.dark-bg .article__tag a:hover {
  opacity: 1;
}

.article__title {
  margin-bottom: 0;
  font-size: 24px;
  line-height: 1;
  font-weight: 500;
  font-family: N3 Tipo, Helvetica, Arial, sans-serif;
  width: 100%;
}

.article__title.big,
.article__title.bigger,
.article__title.small,
.article__title.smaller {
  font-size: 24px;
}

@media (min-width: 1024px) {
  .article__title {
    font-size: 2.375rem;
    width: calc(100% - 12px);
  }

  .article__title.smaller {
    font-size: 32px;
  }

  .article__title.small {
    font-size: 2.1875rem;
  }

  .article__title.big {
    font-size: 42px;
  }

  .article__title.bigger {
    font-size: 45px;
  }
}

.col-md-3 > .article .article__title {
  font-size: 14px;
  line-height: 1;
}

.col-md-3 > .article .article__title.smaller {
  font-size: 0.875rem;
}

.col-md-3 > .article .article__title.small {
  font-size: 0.9375rem;
}

.col-md-3 > .article .article__title.big {
  font-size: 1.125rem;
}

.col-md-3 > .article .article__title.bigger {
  font-size: 1.1875rem;
}

@media (min-width: 1024px) {
  .col-md-3 > .article .article__title {
    font-size: 1.125rem;
  }

  .col-md-3 > .article .article__title.smaller {
    font-size: 0.9375rem;
  }

  .col-md-3 > .article .article__title.small {
    font-size: 1rem;
  }

  .col-md-3 > .article .article__title.big {
    font-size: 1.1875rem;
  }

  .col-md-3 > .article .article__title.bigger {
    font-size: 21px;
  }
}

@media (max-width: 1023.98px) {
  .col-6 > .article .article__title,
  .col-md-2 .col-md-12 > .article .article__title {
    font-size: 0.875rem;
    line-height: 1.2;
  }

  .col-6 > .article .article__title.smaller,
  .col-md-2 .col-md-12 > .article .article__title.smaller {
    font-size: 0.875rem;
  }

  .col-6 > .article .article__title.small,
  .col-md-2 .col-md-12 > .article .article__title.small {
    font-size: 1rem;
  }

  .col-6 > .article .article__title.big,
  .col-md-2 .col-md-12 > .article .article__title.big {
    font-size: 18px;
  }

  .col-6 > .article .article__title.bigger,
  .col-md-2 .col-md-12 > .article .article__title.bigger {
    font-size: 1.1875rem;
  }
}

@media (min-width: 1280px) {
  .col-6 > .article .article__title,
  .col-md-2 .col-md-12 > .article .article__title {
    font-size: 0.875rem;
    line-height: 1.2;
  }

  .col-6 > .article .article__title.smaller,
  .col-md-2 .col-md-12 > .article .article__title.smaller {
    font-size: 0.9375rem;
  }

  .col-6 > .article .article__title.small,
  .col-md-2 .col-md-12 > .article .article__title.small {
    font-size: 1rem;
  }

  .col-6 > .article .article__title.big,
  .col-md-2 .col-md-12 > .article .article__title.big {
    font-size: 1.1875rem;
  }

  .col-6 > .article .article__title.bigger,
  .col-md-2 .col-md-12 > .article .article__title.bigger {
    font-size: 1.3125rem;
  }
}

@media (min-width: 1024px) {
  .col-md-2 > .article .article__title,
  .col-md-4 .col-md-6 > .article .article__title {
    font-size: 0.875rem;
    line-height: 1.2;
  }

  .col-md-2 > .article .article__title.smaller,
  .col-md-4 .col-md-6 > .article .article__title.smaller {
    font-size: 0.875rem;
  }

  .col-md-2 > .article .article__title.small,
  .col-md-4 .col-md-6 > .article .article__title.small {
    font-size: 0.9375rem;
  }

  .col-md-2 > .article .article__title.big,
  .col-md-4 .col-md-6 > .article .article__title.big {
    font-size: 1.0625rem;
  }

  .col-md-2 > .article .article__title.bigger,
  .col-md-4 .col-md-6 > .article .article__title.bigger {
    font-size: 1.1875rem;
  }
}

@media (min-width: 1280px) {
  .col-md-2 > .article .article__title,
  .col-md-4 .col-md-6 > .article .article__title {
    font-size: 1rem;
  }

  .col-md-2 > .article .article__title.smaller,
  .col-md-4 .col-md-6 > .article .article__title.smaller {
    font-size: 0.9375rem;
  }

  .col-md-2 > .article .article__title.small,
  .col-md-4 .col-md-6 > .article .article__title.small {
    font-size: 16px;
  }

  .col-md-2 > .article .article__title.big,
  .col-md-4 .col-md-6 > .article .article__title.big {
    font-size: 1.2rem;
  }

  .col-md-2 > .article .article__title.bigger,
  .col-md-4 .col-md-6 > .article .article__title.bigger {
    font-size: 1.3125rem;
  }
}

.col-md-8 .col-md-6 > .article .article__title {
  font-size: 26px;
}

.col-md-8 .col-md-6 > .article .article__title.smaller {
  font-size: 1.875rem;
}

.col-md-8 .col-md-6 > .article .article__title.small {
  font-size: 1.8125rem;
}

.col-md-8 .col-md-6 > .article .article__title.big {
  font-size: 2.125rem;
}

.col-md-8 .col-md-6 > .article .article__title.bigger {
  font-size: 2.1875rem;
}

@media (min-width: 1024px) {
  .col-md-4 > .article .article__title {
    font-size: 1.1875rem;
  }

  .col-md-4 > .article .article__title.smaller {
    font-size: 1.3125rem;
  }

  .col-md-4 > .article .article__title.small {
    font-size: 1.4375rem;
  }

  .col-md-4 > .article .article__title.big {
    font-size: 1.75rem;
  }

  .col-md-4 > .article .article__title.bigger {
    font-size: 1.875rem;
  }
}

@media (min-width: 1024px) {
  .col-md-4 .row * > .article .article__title {
    font-size: 1rem;
  }

  .col-md-4 .row * > .article .article__title.smaller {
    font-size: 0.875rem;
  }

  .col-md-4 .row * > .article .article__title.small {
    font-size: 1rem;
  }

  .col-md-4 .row * > .article .article__title.big {
    font-size: 1.1875rem;
  }

  .col-md-4 .row * > .article .article__title.bigger {
    font-size: 1.3125rem;
  }
}

@media (min-width: 1024px) {
  .col-md-12 > .article--default .article__title,
  .col-md-12 > .article--default .article__title.smaller,
  [class="col-12"] > .article--default .article__title,
  [class="col-12"] > .article--default .article__title.smaller,
  main > .container > .article--default .article__title,
  main > .container > .article--default .article__title.smaller {
    font-size: 2.625rem;
  }

  .col-md-12 > .article--default .article__title.small,
  [class="col-12"] > .article--default .article__title.small,
  main > .container > .article--default .article__title.small {
    font-size: 2.75rem;
  }

  .col-md-12 > .article--default .article__title.big,
  [class="col-12"] > .article--default .article__title.big,
  main > .container > .article--default .article__title.big {
    font-size: 3.1875rem;
  }

  .col-md-12 > .article--default .article__title.bigger,
  [class="col-12"] > .article--default .article__title.bigger,
  main > .container > .article--default .article__title.bigger {
    font-size: 3.375rem;
  }
}

@media (min-width: 1024px) {
  .col-md-4 > .article--default .article__title,
  .col-md-4 > .article--default .article__title.smaller {
    font-size: 1.375rem;
  }

  .col-md-4 > .article--default .article__title.small {
    font-size: 1.5rem;
  }

  .col-md-4 > .article--default .article__title.big {
    font-size: 1.6875rem;
  }

  .col-md-4 > .article--default .article__title.bigger {
    font-size: 1.8125rem;
  }
}

@media (min-width: 1024px) {
  .col-md-8 > .article .article__title.t1 a,
  .col-md-10 > .article .article__title.t1 a,
  .col-md-12 > .article .article__title.t1 a,
  .container > .article .article__title.t1 a,
  [class="col-8"] > .article .article__title.t1 a,
  [class="col-10"] > .article .article__title.t1 a,
  [class="col-12"] > .article .article__title.t1 a {
    font-size: 115%;
  }
}

@media (min-width: 1024px) {
  .col-md-8 > .article .article__title.t2 a,
  .col-md-10 > .article .article__title.t2 a,
  .col-md-12 > .article .article__title.t2 a,
  .container > .article .article__title.t2 a,
  [class="col-8"] > .article .article__title.t2 a,
  [class="col-10"] > .article .article__title.t2 a,
  [class="col-12"] > .article .article__title.t2 a {
    font-size: 130%;
  }
}

@media (min-width: 1024px) {
  .col-md-8 > .article .article__title.t3 a,
  .col-md-10 > .article .article__title.t3 a,
  .col-md-12 > .article .article__title.t3 a,
  .container > .article .article__title.t3 a,
  [class="col-8"] > .article .article__title.t3 a,
  [class="col-10"] > .article .article__title.t3 a,
  [class="col-12"] > .article .article__title.t3 a {
    font-size: 145%;
  }
}

.article__title a {
  color: #000;
  display: block;
  border: none;
  padding-right: 6px;
}

.bg-color-black .article__title a {
  color: #fff;
}

.article__title a:hover {
  color: #000;
}

.article__author {
  font-size: 0.8rem;
  line-height: 1.2;
  font-weight: 300;
  color: #707070;
}

.article__author a {
  color: #707070;
}

.article__author a:hover {
  color: #000;
}

.article__time {
  color: #707070;
  font-size: 0.75rem;
  line-height: 1.3333;
}

.article--media-cover {
  position: relative;
  padding: 100px 20px 40px;
  height: auto;
  min-height: 500px;
  display: flex;
  align-items: flex-end;
}

@media (max-width: 321px) {
  .article--media-cover {
    max-height: 320px;
  }
}

@media (min-width: 376px) {
  .article--media-cover {
    min-height: 580px;
  }
}

@media (min-width: 576px) {
  .article--media-cover {
    min-height: 320px;
  }
}

@media (min-width: 768px) {
  .article--media-cover {
    min-height: 440px;
  }
}

@media (min-width: 1280px) {
  .article--media-cover {
    min-height: 600px;
  }
}

@media only screen and (device-width: 375px) and (device-height: 812px) and (-webkit-device-pixel-ratio: 3) {
  .article--media-cover {
    min-height: 665px;
  }
}

@media only screen and (device-width: 414px) and (device-height: 736px) {
  .article--media-cover {
    min-height: 580px;
  }
}

.article--media-cover picture {
  height: 100%;
  aspect-ratio: 1.76;
  line-height: 0.8;
  font-size: 12px;
}

@media (max-width: 767.98px) {
  .article--media-cover picture {
    height: auto;
    aspect-ratio: 0.56;
  }
}

@media print {
  .article--media-cover {
    min-height: 0;
    display: block;
  }
}

@media (max-width: 1023.98px) {
  .col-12 > .article--media-cover,
  .container > .article--media-cover {
    width: calc(100% + 40px);
    margin-left: -20px;
    margin-right: -20px;
  }
}

@media (min-width: 1024px) {
  .col-12 > .article--media-cover,
  .container > .article--media-cover {
    padding-left: 40px;
    padding-right: 40px;
  }
}

@media (min-width: 1024px) {
  .article--media-cover.body-right {
    justify-content: flex-end;
  }
}

.article--media-cover .article__media {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  z-index: 0;
  overflow: hidden;
  margin-bottom: 0;
}

@media print {
  .article--media-cover .article__media {
    position: static;
  }
}

.article--media-cover .article__media:after {
  content: "";
  background: rgba(0, 0, 0, 0.2);
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  z-index: 0;
}

@media print {
  .article--media-cover .article__media:after {
    display: none;
  }
}

.article--media-cover .article__media .icon-play {
  top: 0;
  left: 0;
  bottom: auto;
  z-index: 4;
  width: 50px;
  height: 50px;
  font-size: 2rem;
}

.col-12 > .article--media-cover .article__media .icon-play,
.container > .article--media-cover .article__media .icon-play {
  width: 80px;
  height: 80px;
  font-size: 3rem;
}

@media (min-width: 1024px) {
  .col-12 > .article--media-cover .article__media .icon-play,
  .container > .article--media-cover .article__media .icon-play {
    left: 0;
    top: 0;
  }
}

.article--media-cover img {
  width: 100%;
  max-width: none;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

@media (-ms-high-contrast: none), screen and (-ms-high-contrast: active) {
  .article--media-cover img {
    object-fit: none;
    height: auto;
  }
}

.article--media-cover .article__body {
  position: relative;
  z-index: 4;
  width: 100%;
}

@media (min-width: 480px) {
  .article--media-cover .article__body {
    max-width: calc(100% - 60px);
  }
}

@media (min-width: 1024px) {
  .article--media-cover .article__body {
    max-width: 50%;
  }
}

.article--media-cover .article__tag {
  color: #000;
  margin-bottom: 0;
}

@media (min-width: 1024px) {
  .article--media-cover .article__title {
    font-weight: 600;
    text-shadow: -2px 2px 5px rgba(0, 0, 0, 0.4);
  }
}

.article--media-cover .article__title a {
  background-color: #000;
  color: #fff;
  display: inline;
  line-height: 1.3;
  padding: 5px 12px;
  box-decoration-break: clone;
  -webkit-box-decoration-break: clone;
  font-weight: 500;
}

.col-md-8 > .article--media-cover .article__title {
  font-size: 1.6rem;
}

.col-md-8 > .article--media-cover .article__title.smaller {
  font-size: 1.9rem;
}

.col-md-8 > .article--media-cover .article__title.small {
  font-size: 1.8rem;
}

.col-md-8 > .article--media-cover .article__title.big {
  font-size: 2.1rem;
}

.col-md-8 > .article--media-cover .article__title.bigger {
  font-size: 2.2rem;
}

.article--media-cover .article__summary {
  font-size: 1rem;
}

.article--media-cover .article__summary p {
  color: #fff;
  text-shadow: 2px 2px 4px #000;
}

.media-full-section {
  position: static;
  border-top: 0;
  margin-top: 0;
  padding-top: 0;
}

.media-full-section .article__body {
  max-width: none;
}

.media-full-section .article__title {
  font-size: 2rem;
}

.media-full-section .article__title.smaller {
  font-size: 1.8rem;
}

.media-full-section .article__title.small {
  font-size: 1.9rem;
}

.media-full-section .article__title.big {
  font-size: 2.125rem;
}

.media-full-section .article__title.bigger {
  font-size: 2.25rem;
}

.media-full-section .icon-play {
  position: static;
  margin-bottom: 20px;
}

.media-full-section .article__summary {
  padding-top: 0;
  border-top: 0;
}

.article--media-directo {
  border: none;
  min-height: auto;
  margin-bottom: 10px;
  padding: 56.25% 0 0;
}

@media (max-width: 1023.98px) {
  .article--media-directo {
    width: calc(100% + 40px);
    margin-left: -20px;
    margin-right: -20px;
  }
}

.article--media-directo .article__body {
  width: 100%;
  max-width: 100%;
  text-align: center;
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 0 15px 40px;
}

.article--media-directo .article__title {
  max-width: 400px;
  margin: 0 auto;
}

.article--media-directo .article__title,
.article--media-directo .article__title a {
  font-family: N3 Tipo, Helvetica, Arial, sans-serif;
}

.article--media-directo .article__header i {
  color: #fff;
  display: block;
  margin: 0 auto 10px;
  font-size: 2rem;
  animation: blinker-play 1s step-start infinite;
}

@media (min-width: 1024px) {
  .col-md-10 .article--media-directo .article__header i,
  .col-md-12 .article--media-directo .article__header i {
    font-size: 4rem;
  }
}

@media (min-width: 1024px) {
  .col-md-8 .article--media-directo .article__header i {
    font-size: 3.6rem;
  }
}

@media (min-width: 1024px) {
  .col-md-6 .article--media-directo .article__header i {
    font-size: 3rem;
  }
}

@media (min-width: 1024px) {
  .col-md-4 .article--media-directo .article__header i {
    font-size: 2.5rem;
  }
}

@media (min-width: 1024px) {
  .col-md-3 .article--media-directo .article__header i {
    font-size: 2rem;
  }
}

@media (min-width: 1024px) {
  .col-md-3 .article--media-directo .article__body,
  .col-md-4 .article--media-directo .article__body {
    padding-bottom: 15px;
  }
}

.col-md-3 .article--media-directo .article__title,
.col-md-4 .article--media-directo .article__title {
  font-size: 1.8rem;
}

@media (min-width: 1024px) {
  .col-md-3 .article--media-directo .article__title,
  .col-md-4 .article--media-directo .article__title {
    font-size: 1.4rem;
  }
}

.article-media-directo__especial {
  border: none;
  padding-top: 0;
}

.article-media-directo__especial .article__media {
  margin-bottom: 2px;
  width: calc(100% + 40px);
  margin-left: -20px;
  margin-right: -20px;
}

@media (min-width: 1024px) {
  .article-media-directo__especial .article__media {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }
}

.article-media-directo__especial .article__tag {
  margin-bottom: 0;
  color: red;
}

.article-media-directo__especial .article__tag:hover {
  color: #000;
}

@keyframes "blinker-play" {
  0% {
    opacity: 1;
  }

  50% {
    opacity: 0.6;
  }

  to {
    opacity: 1;
  }
}

.article--media-side {
  display: flex;
  flex-wrap: wrap;
}

.article--media-side picture {
  line-height: 0.8;
  font-size: 12px;
}

@media (min-width: 1024px) {
  .article--media-side.media-right .article__media {
    padding-left: 4px;
    padding-right: 0;
  }
}

@media (min-width: 1024px) {
  .article--media-side.media-right .article__body {
    order: -1;
    padding-right: 4px;
    padding-left: 0;
  }

  .article--media-side.media-right .article__body .article__header {
    margin-left: 0;
  }
}

.article--media-side .article__media {
  width: 100%;
}

@media (min-width: 1024px) {
  .article--media-side .article__media {
    width: 50%;
    align-self: flex-start;
    padding-right: 4px;
    margin-bottom: 0;
  }
}

@media (min-width: 1024px) {
  .col-md-6 > .article--media-side .article__media,
  .col-md-8 .col-md-9 .article--media-side .article__media {
    width: 66%;
  }
}

@media (min-width: 1024px) {
  .col-md-8 .col-md-9 .article--media-side .article__media {
    padding-right: 0;
  }
}

@media (min-width: 1024px) {
  .col-md-10 > .article--media-side .article__media {
    width: 60%;
  }
}

.article--media-side .article__body {
  width: 100%;
}

@media (min-width: 1024px) {
  .article--media-side .article__body {
    width: 50%;
    padding-left: 4px;
  }
}

@media (min-width: 1024px) {
  .col-md-6 > .article--media-side .article__body,
  .col-md-8 .col-md-9 .article--media-side .article__body {
    width: 33%;
  }
}

@media (min-width: 1024px) {
  .col-md-8 .col-md-9 .article--media-side .article__body {
    padding-left: 8px;
  }
}

@media (min-width: 1024px) {
  .col-md-10 > .article--media-side .article__body {
    width: 40%;
  }
}

.article--media-side .article__header {
  z-index: 1;
  position: relative;
}

@media (min-width: 1024px) {
  .article--media-side .article__header {
    margin-left: -20px;
  }
}

@media (min-width: 1024px) {
  .article--media-side .article__header .article__tag {
    margin-bottom: 0;
  }
}

.col-md-6 > .article--media-side .article__header .article__tag {
  position: static;
  margin-top: 0;
}

.article--media-side .article__header .article__title {
  font-weight: 500;
}

.bg-color-beige .article--media-side .article__header .article__title {
  padding: 8px;
}

@media (min-width: 1024px) {
  .bg-color-beige .article--media-side .article__header .article__title {
    padding: 8px;
  }
}

@media (min-width: 1024px) {
  .article--media-side .article__header .article__title:first-child {
    margin-top: 0;
  }
}

.col-md-8 .col-md-9 .article--media-side .article__header .article__title {
  font-size: 1rem;
  line-height: normal;
}

.col-md-8
  .col-md-9
  .article--media-side
  .article__header
  .article__title.smaller {
  font-size: 0.875rem;
}

.col-md-8
  .col-md-9
  .article--media-side
  .article__header
  .article__title.small {
  font-size: 0.9375rem;
}

.col-md-8 .col-md-9 .article--media-side .article__header .article__title.big {
  font-size: 18px;
}

.col-md-8
  .col-md-9
  .article--media-side
  .article__header
  .article__title.bigger {
  font-size: 1.1875rem;
}

@media (min-width: 1280px) {
  .col-md-8 .col-md-9 .article--media-side .article__header .article__title {
    font-size: 1.125rem;
    line-height: normal;
  }

  .col-md-8
    .col-md-9
    .article--media-side
    .article__header
    .article__title.smaller {
    font-size: 0.9375rem;
  }

  .col-md-8
    .col-md-9
    .article--media-side
    .article__header
    .article__title.small {
    font-size: 1rem;
  }

  .col-md-8
    .col-md-9
    .article--media-side
    .article__header
    .article__title.big {
    font-size: 1.1875rem;
  }

  .col-md-8
    .col-md-9
    .article--media-side
    .article__header
    .article__title.bigger {
    font-size: 1.3125rem;
  }
}

.col-md-12 > .article--media-side .article__header .article__title,
.container > .article--media-side .article__header .article__title {
  background-color: #fff;
}

@media (min-width: 1024px) {
  .col-md-12 > .article--media-side .article__header .article__title,
  .container > .article--media-side .article__header .article__title {
    padding: 8px;
  }
}

.col-md-4 > .article--media-side .article__header .article__title,
.col-md-6 > .article--media-side .article__header .article__title,
.col-md-8 > .article--media-side .article__header .article__title {
  background-color: #fff;
  padding: 4px 0;
}

@media (min-width: 1024px) {
  .col-md-4 > .article--media-side .article__header .article__title,
  .col-md-6 > .article--media-side .article__header .article__title,
  .col-md-8 > .article--media-side .article__header .article__title {
    font-size: 1.1rem;
    padding: 8px;
    line-height: normal;
  }

  .col-md-4 > .article--media-side .article__header .article__title.smaller,
  .col-md-6 > .article--media-side .article__header .article__title.smaller,
  .col-md-8 > .article--media-side .article__header .article__title.smaller {
    font-size: 0.9375rem;
  }

  .col-md-4 > .article--media-side .article__header .article__title.small,
  .col-md-6 > .article--media-side .article__header .article__title.small,
  .col-md-8 > .article--media-side .article__header .article__title.small {
    font-size: 1rem;
  }

  .col-md-4 > .article--media-side .article__header .article__title.big,
  .col-md-6 > .article--media-side .article__header .article__title.big,
  .col-md-8 > .article--media-side .article__header .article__title.big {
    font-size: 1.1875rem;
  }

  .col-md-4 > .article--media-side .article__header .article__title.bigger,
  .col-md-6 > .article--media-side .article__header .article__title.bigger,
  .col-md-8 > .article--media-side .article__header .article__title.bigger {
    font-size: 1.3125rem;
  }
}

.bg-color-gray-silver
  .col-md-4
  > .article--media-side
  .article__header
  .article__title,
.bg-color-gray-silver
  .col-md-6
  > .article--media-side
  .article__header
  .article__title,
.bg-color-gray-silver
  .col-md-8
  > .article--media-side
  .article__header
  .article__title {
  padding: 4px 0;
}

@media (min-width: 1024px) {
  .bg-color-gray-silver
    .col-md-4
    > .article--media-side
    .article__header
    .article__title,
  .bg-color-gray-silver
    .col-md-6
    > .article--media-side
    .article__header
    .article__title,
  .bg-color-gray-silver
    .col-md-8
    > .article--media-side
    .article__header
    .article__title {
    padding: 8px;
  }
}

@media (min-width: 1024px) {
  .col-md-10 > .article--media-side .article__header .article__title {
    font-size: 1.8125rem;
    line-height: normal;
  }

  .col-md-10 > .article--media-side .article__header .article__title.smaller {
    font-size: 1.625rem;
  }

  .col-md-10 > .article--media-side .article__header .article__title.small {
    font-size: 1.6875rem;
  }

  .col-md-10 > .article--media-side .article__header .article__title.big {
    font-size: 1.875rem;
  }

  .col-md-10 > .article--media-side .article__header .article__title.bigger {
    font-size: 2rem;
  }
}

@media (min-width: 1024px) {
  .col-md-8 > .article--media-side .article__header .article__title {
    font-size: 1.625rem;
    line-height: normal;
  }

  .col-md-8 > .article--media-side .article__header .article__title.smaller {
    font-size: 1.375rem;
  }

  .col-md-8 > .article--media-side .article__header .article__title.small {
    font-size: 1.5rem;
  }

  .col-md-8 > .article--media-side .article__header .article__title.big {
    font-size: 1.6875rem;
  }

  .col-md-8 > .article--media-side .article__header .article__title.bigger {
    font-size: 1.8125rem;
  }
}

@media (max-width: 1023.98px) {
  .col-6 > .article--media-side .article__header .article__title {
    font-size: 1rem;
    line-height: normal;
  }

  .col-6 > .article--media-side .article__header .article__title.smaller {
    font-size: 0.875rem;
  }

  .col-6 > .article--media-side .article__header .article__title.small {
    font-size: 0.9375rem;
  }

  .col-6 > .article--media-side .article__header .article__title.big {
    font-size: 1.125rem;
  }

  .col-6 > .article--media-side .article__header .article__title.bigger {
    font-size: 1.1875rem;
  }
}

@media (min-width: 768px) {
  .article--media-side a.article__media > .live {
    right: 16px;
  }
}

.container > .article--default > .article__media.video > .icon-play,
.container > .article--media-side > .article__media.video > .icon-play {
  width: 46px;
  height: 46px;
  font-size: 1.8rem;
}

@media (min-width: 1024px) {
  .container > .article--default > .article__media.video > .icon-play,
  .container > .article--media-side > .article__media.video > .icon-play {
    width: 80px;
    height: 80px;
    font-size: 3.2rem;
  }
}

[data-mod="automatic-news"]
  .article--media-side
  .article__header
  .article__tag {
  position: absolute;
  top: -32px;
  line-height: normal;
  color: #000;
  background: #fbfd00;
  padding: 2px 6px;
  font-weight: 700;
  width: fit-content;
  text-transform: uppercase;
  position: relative;
  top: 0;
}

[data-mod="automatic-news"]
  .article--media-side
  .article__header
  .article__tag
  a {
  height: auto;
}

.media-overflow {
  border-bottom: 3px solid #000;
  border-top: 0;
  display: flex;
  flex-wrap: wrap;
  padding-top: 10px;
  margin-bottom: 30px;
  position: relative;
}

@media (min-width: 768px) {
  .media-overflow {
    padding-bottom: 20px;
  }
}

.media-overflow .article__media {
  margin-bottom: 0;
}

@media (min-width: 768px) {
  .media-overflow .article__media {
    position: absolute;
    right: 60px;
    bottom: 0;
    width: 50%;
  }
}

.media-overflow picture {
  border-bottom: 0;
}

@media (min-width: 768px) {
  .media-overflow picture {
    text-align: right;
  }
}

@media (min-width: 768px) {
  .media-overflow img {
    max-width: 460px;
  }
}

.media-overflow .article__body {
  order: -1;
  width: 100%;
}

@media (min-width: 480px) {
  .media-overflow .article__body {
    display: flex;
    align-items: flex-end;
  }
}

@media (min-width: 768px) {
  .media-overflow .article__body {
    display: block;
    width: 50%;
    padding-right: 4px;
  }
}

.media-overflow .article__content {
  font-family: N3 Tipo, Helvetica, Arial, sans-serif;
}

@media (min-width: 480px) {
  .media-overflow .article__content {
    width: calc(100% - 120px);
  }
}

@media (min-width: 768px) {
  .media-overflow .article__content {
    width: 100%;
    max-width: 410px;
  }
}

.media-overflow .article__title {
  font-size: 2.1875rem;
}

.media-overflow .article__title.smaller {
  font-size: 2rem;
}

.media-overflow .article__title.small {
  font-size: 2.125rem;
}

.media-overflow .article__title.big {
  font-size: 2.3125rem;
}

.media-overflow .article__title.bigger {
  font-size: 2.375rem;
}

@media (min-width: 1024px) {
  .col-md-12 > .media-overflow .article__title,
  [class="col-12"] > .media-overflow .article__title {
    font-size: 2.1875rem;
  }

  .col-md-12 > .media-overflow .article__title.smaller,
  [class="col-12"] > .media-overflow .article__title.smaller {
    font-size: 2rem;
  }

  .col-md-12 > .media-overflow .article__title.small,
  [class="col-12"] > .media-overflow .article__title.small {
    font-size: 2.125rem;
  }

  .col-md-12 > .media-overflow .article__title.big,
  [class="col-12"] > .media-overflow .article__title.big {
    font-size: 2.3125rem;
  }

  .col-md-12 > .media-overflow .article__title.bigger,
  [class="col-12"] > .media-overflow .article__title.bigger {
    font-size: 2.375rem;
  }
}

.media-overflow .article__summary {
  display: block;
}

.media-overflow .article__summary p {
  font-weight: 500;
  color: #707070;
}

.media-overflow .btn {
  margin-bottom: 10px;
}

@media (min-width: 480px) {
  .media-overflow .btn {
    width: 100px;
    margin-left: 20px;
  }
}

@media (min-width: 768px) {
  .media-overflow .btn {
    position: absolute;
    right: 0;
    bottom: 20px;
  }
}

.article--body-break .article__content {
  display: flex;
  flex-wrap: wrap;
}

.article--body-break .article__header {
  width: 100%;
}

@media (min-width: 1024px) {
  .article--body-break .article__header {
    width: 50%;
    padding-right: 4px;
  }
}

@media (min-width: 1024px) {
  .col-md-6 > .article--body-break .article__header {
    width: 66%;
  }
}

@media (min-width: 1024px) {
  .col-md-10 > .article--body-break .article__header {
    width: 60%;
  }
}

.article--body-break .article__summary {
  width: 100%;
  padding-top: 15px;
  margin-top: 25px;
  border-top: 1px solid #e3e3e3;
}

@media (min-width: 1024px) {
  .article--body-break .article__summary {
    width: 50%;
    padding-left: 4px;
  }
}

@media (min-width: 1024px) {
  .col-md-6 > .article--body-break .article__summary {
    width: 33%;
  }
}

@media (min-width: 1024px) {
  .col-md-10 > .article--body-break .article__summary {
    width: 40%;
  }
}

@media (min-width: 1024px) {
  .col-md-6 > .article--body-break .article__title {
    font-size: 2rem;
  }

  .col-md-6 > .article--body-break .article__title.smaller {
    font-size: 1.8rem;
  }

  .col-md-6 > .article--body-break .article__title.small {
    font-size: 1.9rem;
  }

  .col-md-6 > .article--body-break .article__title.big {
    font-size: 2.1rem;
  }

  .col-md-6 > .article--body-break .article__title.bigger {
    font-size: 2.2rem;
  }
}

.article--opinion {
  border-top: 0;
}

@media (max-width: 1023.98px) {
  .article--opinion .article__content {
    margin-bottom: 0;
  }
}

.article--opinion .article__content .article__tag {
  border-bottom: 1px solid #ccccce;
  background: none;
  padding: 0;
  width: 100%;
}

.article--opinion .article__content .article__tag span {
  background: #fbfd00;
  padding: 2px 6px;
}

.article--opinion .article__title {
  font-family: N3 Tipo, Helvetica, Arial, sans-serif;
  margin-bottom: 1rem;
  font-size: 1.4rem;
  line-height: 1.3;
  font-weight: 500;
}

.article--opinion .article__title.smaller {
  font-size: 1rem;
}

.article--opinion .article__title.small {
  font-size: 24px;
}

.article--opinion .article__title.big {
  font-size: 2.125rem;
}

.article--opinion .article__title.bigger {
  font-size: 2.75rem;
  font-weight: 700;
}

@media (max-width: 1023.98px) {
  .article--opinion .article__title {
    margin-bottom: 2px;
  }
}

@media (min-width: 1024px) {
  .article--opinion .article__title {
    padding-right: 15px;
  }
}

.article--card {
  height: 350px;
  overflow: hidden;
  border-radius: 5px;
  box-shadow: -3px 3px 10px rgba(0, 0, 0, 0.6);
  padding-top: 0;
  border-top: 0;
}

@media (min-width: 1024px) {
  .article--card {
    height: 450px;
  }
}

.article--card > a {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: flex-end;
  padding: 30px;
}

.article--card > a:hover .article__media:before {
  opacity: 1;
}

.article--card > a:hover .article__media:after {
  opacity: 0.5;
}

.article--card .article__media {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  z-index: 0;
  overflow: hidden;
  margin-bottom: 0;
  background: #000;
}

.article--card .article__media:before {
  transition: opacity 0.3s;
  content: "+";
  color: #fff;
  position: absolute;
  right: 20px;
  bottom: 22px;
  font-size: 2.5rem;
  line-height: 20px;
  z-index: 2;
  opacity: 0.7;
}

.article--card .article__media:after {
  transition: opacity 0.3s;
  content: "";
  background: rgba(0, 0, 0, 0.2);
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  z-index: 0;
}

.article--card picture {
  border-bottom: 0;
  opacity: 0.85;
}

.article--card img {
  width: 100%;
  max-width: none;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

@media (-ms-high-contrast: none), screen and (-ms-high-contrast: active) {
  .article--card img {
    object-fit: none;
    width: auto;
  }
}

.article--card .article__body {
  position: relative;
  z-index: 4;
  border-top: 1px solid hsla(0, 0%, 100%, 0.4);
  padding-top: 10px;
  height: auto;
  min-height: 40%;
}

.article--card .article__tag,
.article--card .article__tag a,
.article--card .article__title,
.article--card .article__title a {
  color: #fff;
}

.article--card .article__tag {
  font-family: N3 Tipo, Helvetica, Arial, sans-serif;
  font-size: 0.9rem;
  font-weight: 300;
  margin-bottom: 4px;
}

.article--card .article__title {
  font-family: N3 Tipo, Helvetica, Arial, sans-serif;
  font-size: 1.3rem;
  font-weight: 600;
}

.article--podcast {
  display: flex;
}

.article--podcast .article__media {
  width: 33.3333%;
  padding-right: 4px;
  margin-bottom: 0;
}

.article--podcast picture {
  border-bottom: 0;
}

.article--podcast img {
  border-radius: 5px;
}

.article--podcast .article__body {
  width: 66.6666%;
  padding-left: 4px;
}

.article--podcast .article__title {
  font-family: N3 Tipo, Helvetica, Arial, sans-serif;
  font-weight: 600;
  font-size: 0.95rem;
  margin-bottom: 10px;
}

@media (min-width: 1024px) {
  .article--podcast .article__title {
    font-size: 1.2rem;
  }
}

.article--podcast .article__footer {
  position: relative;
  padding-left: 40px;
}

.article--podcast .icon-play {
  position: absolute;
  top: 0;
  left: 0;
}

.article--podcast .article__author {
  font-family: N3 Tipo, Helvetica, Arial, sans-serif;
  font-weight: 500;
  font-size: 0.95rem;
}

.article--podcast .article__time {
  font-size: 0.7rem;
  margin-top: 2px;
  display: block;
}

.podcast-highlight .article__footer {
  padding-left: 0;
}

.podcast-highlight .icon-play {
  display: none;
}

.podcast-highlight .article__title {
  font-size: 1.6rem;
}

@media (min-width: 1024px) {
  .podcast-highlight .article__title {
    font-size: 2rem;
  }
}

.podcast-highlight .article__author,
.podcast-highlight .article__tag {
  font-size: 1.1rem;
}

.article--video-list {
  border-radius: 5px;
  overflow: hidden;
  background: hsla(0, 0%, 100%, 0.1);
  box-shadow: -2px 2px 10px rgba(0, 0, 0, 0.4);
  padding-top: 0;
  border-top: 0;
  margin-bottom: 10px;
}

@media (min-width: 1024px) {
  .article--video-list {
    height: 60px;
  }
}

.article--video-list a {
  transition: 0.3s;
  display: flex;
}

.article--video-list a:hover {
  background: rgba(0, 0, 0, 0.4);
}

.article--video-list a:hover .article__title {
  color: #fff;
}

.article--video-list .article__media {
  width: 33.3333%;
  padding-right: 4px;
  margin-bottom: 0;
}

@media (min-width: 480px) {
  .article--video-list .article__media {
    overflow: visible;
  }
}

@media (min-width: 1024px) {
  .article--video-list .article__media {
    max-width: 105px;
    overflow: hidden;
  }
}

.article--video-list .article__media:hover .icon-play {
  background: transparent;
  color: #fff;
  opacity: 0.7;
}

.article--video-list picture {
  border-bottom: 0;
}

.article--video-list img {
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

@media (min-width: 1024px) {
  .article--video-list img {
    height: 60px;
    max-width: none;
  }
}

.article--video-list .article__body {
  width: 66.6666%;
  padding: 8px;
}

@media (min-width: 1024px) {
  .article--video-list .article__body {
    min-width: calc(100% - 105px);
  }
}

.article--video-list .article__title {
  max-height: 100%;
  font-size: 0.9rem;
  font-weight: 400;
  -webkit-line-clamp: 3;
}

@media (min-width: 480px) and (max-width: 1023px) {
  .article--video-list .article__title {
    max-height: none;
    margin-top: 35px;
  }
}

@media (min-width: 480px) and (max-width: 1023px) {
  .article--video-list .icon-play {
    width: 14px;
    left: calc(100% + 8px);
    top: 8px;
    background: transparent;
    color: #1c1c1d;
  }
}

.article--aside-video-list {
  height: 75px;
  box-shadow: -2px 1px 8px rgba(0, 0, 0, 0.2);
}

.article--aside-video-list a:hover {
  background: #fff;
}

.article--aside-video-list a:hover .article__title {
  color: #000;
}

.article--aside-video-list .article__tag {
  font-size: 0.9rem;
  margin-bottom: 0;
}

.article--aside-video-list .article__title {
  font-weight: 500;
  font-size: 0.95rem;
  line-height: 1;
  color: #000;
}

@media (min-width: 480px) and (max-width: 1023px) {
  .article--aside-video-list .article__title {
    max-height: 100%;
    margin-top: 0;
  }
}

@media (min-width: 1024px) {
  .article--aside-video-list img {
    height: 75px;
  }
}

.article--aside-video-list .article__media {
  width: 33%;
  max-width: 125px;
}

.article--aside-video-list .icon-play {
  display: none;
}

@media (min-width: 1024px) {
  .article--aside-video-list .icon-play {
    display: flex;
  }
}

.article--aside-video-list .article__body {
  width: 66%;
  min-width: calc(100% - 125px);
}

.article--essential .article__title {
  font-size: 1rem;
}

@media (min-width: 1024px) {
  .article--essential .article__title {
    font-size: 1.3rem;
    font-weight: 500;
  }
}

@media (min-width: 1024px) {
  .col-md-4 > .article--essential .article__title {
    font-size: 1.3rem;
  }
}

.article--tab {
  padding-top: 0;
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid #e3e3e3;
  border-top: 0;
}

@media (min-width: 1024px) {
  .article--tab {
    padding-bottom: 10px;
    margin-bottom: 10px;
  }
}

.article--tab .article__content,
.article--tab .article__header {
  margin-bottom: 0;
}

.article--tab .article__title {
  font-size: 1.1rem;
  line-height: 1.2;
  font-weight: 500;
  margin-bottom: 0;
}

@media (min-width: 1024px) {
  .article--tab .article__title {
    font-size: 1rem;
  }
}

.article--tab .article__tag {
  font-size: 16px;
  line-height: 1.2;
  font-weight: 300;
  margin-bottom: 2px;
  display: inline-block;
  background: #fbfd00;
  line-height: 1;
}

@media (min-width: 1024px) {
  .article--tab .article__tag {
    font-size: 0.75rem;
  }
}

.article--tab .article__tag a {
  padding: 5px 6px;
  font-weight: 700;
  text-transform: uppercase;
}

.article--tab .article__time {
  color: #aaa;
  margin-top: 6px;
}

.article--tab a {
  border: none;
}

.tab--articles {
  max-width: auto;
  margin: 20px auto;
}

@media (min-width: 1024px) {
  .tab--articles {
    max-width: 18.75rem;
  }
}

.data-verification {
  position: relative;
  padding: 0;
  margin-bottom: 30px;
  overflow: hidden;
  border: 1px solid #e3e3e3;
  border-radius: 5px;
  background: #ccccce;
}

.data-verification__wrap {
  padding: 50px 30px 30px 12.5%;
  position: relative;
}

.data-verification p {
  font-size: 1.3rem;
  line-height: 1.35;
}

.data-verification__meta {
  text-transform: uppercase;
  font-size: 0.8rem;
  position: absolute;
  top: 5px;
  left: 12.5%;
  color: #aaa;
}

.data-verification__num {
  font-size: 2.5rem;
  font-weight: 700;
  position: absolute;
  font-family: N3 Tipo, Helvetica, Arial, sans-serif;
  top: 36px;
  left: 20px;
}

.article-main__content .data-verification__claim {
  margin: 0;
  padding: 0;
  font: 700 italic 1.8rem/2rem N3 Tipo, Helvetica, Arial, sans-serif;
}

.data-verification__claim:after,
.data-verification__claim:before {
  content: '"';
  font-weight: 400;
}

.data-verification p.data-verification__author {
  font: italic 1.1rem/1.4rem N3 Tipo, Helvetica, Arial, sans-serif;
  padding: 10px 0;
}

.data-verification p.data-verification__author a {
  font-weight: 700;
  border: none;
  position: relative;
}

.data-verification p.data-verification__author a:hover {
  color: #000;
}

.data-verification p.data-verification__author a .more {
  width: 16px;
  height: 16px;
  background: #e3e3e3;
  color: #000;
  border-radius: 100%;
  position: absolute;
  right: -21px;
  top: -5px;
  text-align: center;
  font-size: 1rem;
  line-height: 1.2rem;
}

.data-verification p.data-verification__author a .more:before {
  content: "+";
  font-weight: 400;
  font-style: normal;
  padding-right: 2px;
}

.data-verification__rating {
  display: inline-block;
  position: relative;
  left: calc(-12.5% - 15px);
  background: #000;
  padding: 10px 16px 6px 20px;
  text-transform: uppercase;
  max-width: 10em;
  font: 700 1.2rem/1 Isidora;
  margin: 10px 0;
  -ms-transform: rotate(-5deg);
  -webkit-transform: rotate(-5deg);
  transform: rotate(-5deg);
}

.data-verification__rating.rating-1 {
  background: #f44336;
  color: #fff;
}

.data-verification__rating.rating-2 {
  background: #f9a825;
}

.data-verification__rating.rating-3 {
  background: #ffeb3b;
}

.data-verification__rating.rating-4 {
  background: #cddc39;
}

.data-verification__rating.rating-5 {
  background: #43a047;
  color: #fff;
}

.data-verification__explained {
  padding-top: 20px;
  border-top: 1px dashed #e3e3e3;
}

.data-verification__explained p {
  font-family: N3 Tipo, Helvetica, Arial, sans-serif;
  font-size: 1.2rem;
  color: #000;
}

.data-verification__media img {
  display: block;
}

.data-verification__media picture {
  width: 100%;
  transition: border-color 0.3s;
  border-bottom: 3px solid #e3e3e3;
}

.data-verification__media .icon-play {
  transition: 0.3s;
  width: 50px;
  height: 50px;
  bottom: 20px;
  left: 20px;
  font-size: 1rem;
  background: #3a73a7;
  color: #fff;
  border-radius: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  font-size: 2rem;
}

.data-verification__media .icon-play:before {
  padding-left: 2px;
}

.article-breadcrumbs {
  display: inline-block;
  width: 100%;
  padding-bottom: 5px;
  margin-bottom: 30px;
  border-bottom: 1px solid #e3e3e3;
  color: #e3e3e3;
}

.article-breadcrumbs .item-breadcrumb {
  font-family: N3 Tipo, Helvetica, Arial, sans-serif;
  color: #707070;
  margin-right: 10px;
  font-size: 0.85rem;
}

.article-breadcrumbs .item-breadcrumb:hover,
.article-breadcrumbs .item-breadcrumb__home {
  color: #000;
}

.article-breadcrumbs-bottom {
  display: inline-block;
  width: 100%;
  color: #e3e3e3;
}

.article-breadcrumbs-bottom .item-breadcrumb {
  font-family: N3 Tipo, Helvetica, Arial, sans-serif;
  color: #707070;
  margin-right: 10px;
  font-size: 0.85rem;
}

.article-breadcrumbs-bottom .item-breadcrumb:hover,
.article-breadcrumbs-bottom .item-breadcrumb__home {
  color: #000;
}

.lista-administraciones dt {
  font-weight: 700;
}

.lista-administraciones dd {
  margin-bottom: 20px;
}

.lista-administraciones address {
  font-style: normal;
}

.article-media__footer {
  padding: 0;
  font-size: 0.8rem;
  color: #666;
  line-height: 1.4;
  text-align: right;
  margin: 5px 0;
}

.article-media__footer a {
  color: #666;
  border-bottom-color: #666;
}

.article-media__footer p {
  margin: 0;
  padding: 0;
  text-align: right;
  line-height: inherit;
  font-size: inherit;
}

.article-media__footer-copy {
  padding-left: 10px;
  margin-left: 7px;
  border-left: 1px solid #aaa;
  display: inline-block;
}

.article-main__up .article-media__footer {
  margin-left: 20px;
  margin-right: 20px;
}

.recirculation {
  border-top: 2px solid #000;
  border-bottom: 2px solid #000;
  padding: 1.25rem 0;
  margin: 1.25rem 0;
  font-size: 1rem;
}

.recirculation .recirculation-title {
  font-family: N3 Tipo, Helvetica, Arial, sans-serif;
  font-weight: 700;
  margin-bottom: 1rem;
  font-size: 1.25rem;
}

.recirculation .recirculation-list {
  margin: 0;
}

.recirculation .recirculation-link {
  font-family: N3 Tipo, Helvetica, Arial, sans-serif;
  font-weight: 500;
}

.recirculation .recirculation-link,
.recirculation .recirculation-link:focus,
.recirculation .recirculation-link:hover,
.recirculation .recirculation-site-link,
.recirculation .recirculation-site-link:focus,
.recirculation .recirculation-site-link:hover {
  color: #000;
}

.recirculation .recirculation-site {
  font-size: 0.9em;
}

.recirculation .recirculation-site:before {
  content: " | ";
}

@media (min-width: 1024px) {
  .recirculation {
    font-size: 1.125rem;
  }

  .recirculation .recirculation-title {
    font-size: 1.25rem;
  }
}

.article-main__content .recirculation--textlink li {
  margin: 0;
  list-style: none;
  font-size: 1em;
  line-height: 1.25;
}

.article-main__content .recirculation--textlink li:not(:first-child) {
  border-top: 1px solid #ddd;
  margin-top: 1rem;
  padding-top: 1rem;
}

.recirculation.recirculation--row .recirculation-site {
  position: absolute;
  left: 0.4375rem;
  bottom: 0.75rem;
  font-size: 0.625rem;
  font-weight: 400;
  text-transform: uppercase;
}

.recirculation.recirculation--row .recirculation-list-row {
  display: flex;
  overflow-x: auto;
  gap: 0.625rem;
  margin-bottom: 0;
  padding: 0 0.1875rem 0.625rem;
}

.recirculation.recirculation--row
  .recirculation-list-row
  .Recirculation-item__pretitle {
  position: absolute;
  background: #fbfd00;
  top: -35px;
  padding: 5px 6px;
  text-transform: uppercase;
}

@media (min-width: 1024px) {
  .recirculation.recirculation--row
    .recirculation-list-row
    .Recirculation-item__pretitle {
    top: -38px;
  }
}

.recirculation.recirculation--row
  .recirculation-list-row
  .recirculation-item-row:first-child:last-child {
  max-width: max-content;
  min-height: auto;
  display: flex;
  height: auto;
  width: 100%;
}

.recirculation.recirculation--row
  .recirculation-list-row
  .recirculation-item-row:first-child:last-child
  a.recirculation-link-row {
  min-width: 48%;
  margin-bottom: 0;
}

.recirculation.recirculation--row
  .recirculation-list-row
  .recirculation-item-row:first-child:last-child
  a.recirculation-link-row
  .recirculation-img-row {
  display: block;
}

.recirculation.recirculation--row
  .recirculation-list-row
  .recirculation-item-row:first-child:last-child
  a.recirculation-link-row
  .recirculation-txt-row {
  margin: 10px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 0.75rem;
  line-height: normal;
}

@media (min-width: 1024px) {
  .recirculation.recirculation--row
    .recirculation-list-row
    .recirculation-item-row:first-child:last-child
    a.recirculation-link-row
    .recirculation-txt-row {
    -webkit-line-clamp: 8;
    font-size: 1rem;
    margin: 10px;
  }
}

.recirculation.recirculation--row
  .recirculation-list-row:has(> li:nth-child(2)):not(:has(> li:nth-child(3)))
  > li {
  min-width: calc(50% - 5px);
}

.recirculation.recirculation--row
  .recirculation-list-row:has(> li:nth-child(2)):not(:has(> li:nth-child(3)))
  > li
  .recirculation-link-row {
  margin-bottom: 0;
}

.recirculation.recirculation--row
  .recirculation-list-row:has(> li:nth-child(2)):not(:has(> li:nth-child(3)))
  > li
  .recirculation-link-row
  .recirculation-img-row {
  display: block;
}

.recirculation.recirculation--row
  .recirculation-list-row:has(> li:nth-child(2)):not(:has(> li:nth-child(3)))
  > li
  .recirculation-link-row
  .recirculation-txt-row {
  font-size: 0.75rem;
  margin: 8px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: normal;
}

@media (min-width: 1024px) {
  .recirculation.recirculation--row
    .recirculation-list-row:has(> li:nth-child(2)):not(:has(> li:nth-child(3)))
    > li {
    display: flex;
    height: auto;
    min-height: auto;
  }

  .recirculation.recirculation--row
    .recirculation-list-row:has(> li:nth-child(2)):not(:has(> li:nth-child(3)))
    > li
    .recirculation-link-row {
    min-width: 48%;
  }

  .recirculation.recirculation--row
    .recirculation-list-row:has(> li:nth-child(2)):not(:has(> li:nth-child(3)))
    > li
    .recirculation-link-row
    img {
    object-fit: cover;
    height: 100%;
  }

  .recirculation.recirculation--row
    .recirculation-list-row:has(> li:nth-child(2)):not(:has(> li:nth-child(3)))
    > li
    .recirculation-link-row
    .recirculation-txt-row {
    margin: 5px;
    font-size: 14px;
  }
}

.recirculation.recirculation--row .recirculation-item-row {
  position: relative;
  font-size: 0.875rem;
  font-weight: 700;
  line-height: 1.125rem;
  list-style: none;
  flex-shrink: 0;
  width: 46%;
  margin-left: 0;
  padding-top: 0;
  margin-bottom: 0;
}

.recirculation.recirculation--row .recirculation-txt-row {
  font-family: N3 Tipo, Helvetica, Arial, sans-serif;
  font-weight: 500;
  display: block;
  margin: 8px 0;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
  line-clamp: 4;
  font-size: 0.75rem;
  line-height: 1.3;
}

@media (min-width: 1024px) {
  .recirculation.recirculation--row .recirculation-txt-row {
    line-clamp: 5;
    -webkit-line-clamp: 5;
    margin: 10px 0;
    font-size: 16px;
  }
}

.recirculation.recirculation--row .recirculation-link-row {
  display: block;
  color: #000;
  margin-bottom: 0;
  position: relative;
}

.recirculation.recirculation--row
  .recirculation-link-row
  .recirculation-img-row {
  display: block;
}

.recirculation.recirculation--row .recirculation-link-row:focus,
.recirculation.recirculation--row .recirculation-link-row:hover {
  color: #000;
}

@media (min-width: 1024px) {
  .recirculation.recirculation--row .recirculation-list-row {
    scrollbar-width: thin;
    scrollbar-color: #000 #555;
  }

  .recirculation.recirculation--row .recirculation-list-row::-webkit-scrollbar {
    height: 0.3125rem;
    cursor: pointer;
  }

  .recirculation.recirculation--row
    .recirculation-list-row::-webkit-scrollbar-track {
    background-color: #eaeaea;
  }

  .recirculation.recirculation--row
    .recirculation-list-row::-webkit-scrollbar-thumb {
    background-color: #ccc;
    border-radius: 1.25rem;
  }

  .recirculation.recirculation--row
    .recirculation-list-row::-webkit-scrollbar-thumb:hover {
    border-radius: 1.25rem;
    background-color: #a1a1a1;
  }

  .recirculation.recirculation--row .recirculation-item-row {
    max-width: 13.625rem;
    min-height: 13rem;
  }
}

.reducido
  section.row
  > .col-md-8
  > .article-main
  .article-main__header
  .article-main__tag {
  text-transform: uppercase;
  font-size: 16px;
}

@media (min-width: 1024px) {
  .reducido
    section.row
    > .col-md-8
    > .article-main
    .article-main__header
    .article-main__tag {
    font-size: 0.875rem;
  }
}

.reducido
  section.row
  > .col-md-8
  > .article-main
  .article-main__header
  .article-main__title {
  font-size: 22px;
  line-height: normal;
}

.reducido
  section.row
  > .col-md-8
  > .article-main
  .article-main__header
  .article-main__description {
  font-size: 1rem;
}

.reducido section.row > .col-md-8 > .article-main .article-main__content > p {
  font-size: 1rem;
  line-height: 1.3;
}

.reducido section.row > .col-md-8 .article-aside-bottom {
  display: none;
}

@media (min-width: 1024px) {
  .reducido section.row > .col-md-8 .article-aside-bottom {
    display: block;
  }
}

.reducido section.row > .col-md-8 .article-breadcrumbs {
  display: none;
}

@media (min-width: 1024px) {
  .reducido section.row > .col-md-8 .article-breadcrumbs {
    display: block;
  }
}

@media (max-width: 1023.98px) {
  .reducido section.row > .col-md-8 .article-author__name {
    font-size: 14px;
  }

  .reducido section.row > .col-md-8 .article-dates {
    font-size: 0.875rem;
  }
}

.reducido section.row > .col-md-8 + .col-md-4 .section-header {
  padding-top: 10px;
  margin-bottom: 10px;
}

.reducido section.row > .col-md-8 + .col-md-4 .section-header > .section-title {
  font-size: 1.375rem;
}

.reducido
  section.row
  > .col-md-8
  + .col-md-4
  [data-mod="automatic-news"]
  > .row
  > .col-12.col-md-4
  .article {
  border-top: none;
}

.reducido
  section.row
  > .col-md-8
  + .col-md-4
  [data-mod="automatic-news"]
  > .row
  > .col-6.col-md-4,
.reducido
  section.row
  > .col-md-8
  + .col-md-4
  [data-mod="automatic-news"]
  > .row
  > .col-12.col-md-4,
.reducido
  section.row
  > .col-md-8
  + .col-md-4
  [data-mod="automatic-news"]
  > .row
  > .col-md-4 {
  min-width: 100%;
}

.reducido
  section.row
  > .col-md-8
  + .col-md-4
  [data-mod="automatic-news"]
  > .row
  > .col-6.col-md-4
  .article,
.reducido
  section.row
  > .col-md-8
  + .col-md-4
  [data-mod="automatic-news"]
  > .row
  > .col-12.col-md-4
  .article,
.reducido
  section.row
  > .col-md-8
  + .col-md-4
  [data-mod="automatic-news"]
  > .row
  > .col-md-4
  .article {
  display: flex;
  margin-bottom: 0;
}

.reducido
  section.row
  > .col-md-8
  + .col-md-4
  [data-mod="automatic-news"]
  > .row
  > .col-6.col-md-4
  .article
  > a,
.reducido
  section.row
  > .col-md-8
  + .col-md-4
  [data-mod="automatic-news"]
  > .row
  > .col-12.col-md-4
  .article
  > a,
.reducido
  section.row
  > .col-md-8
  + .col-md-4
  [data-mod="automatic-news"]
  > .row
  > .col-md-4
  .article
  > a {
  width: 48%;
  height: 100%;
  padding-right: 6px;
}

.reducido
  section.row
  > .col-md-8
  + .col-md-4
  [data-mod="automatic-news"]
  > .row
  > .col-6.col-md-4
  .article
  > a
  time,
.reducido
  section.row
  > .col-md-8
  + .col-md-4
  [data-mod="automatic-news"]
  > .row
  > .col-12.col-md-4
  .article
  > a
  time,
.reducido
  section.row
  > .col-md-8
  + .col-md-4
  [data-mod="automatic-news"]
  > .row
  > .col-md-4
  .article
  > a
  time {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 6px;
  padding: 10px 44px 13px;
  color: #fff;
  font-size: 12px;
  background: #f3f4f8;
  background: -moz-linear-gradient(
    180deg,
    rgba(243, 244, 248, 0) 1%,
    rgba(0, 0, 0, 0.9) 85%
  );
  background: -webkit-linear-gradient(
    180deg,
    rgba(243, 244, 248, 0) 1%,
    rgba(0, 0, 0, 0.9) 85%
  );
  background: linear-gradient(
    180deg,
    rgba(243, 244, 248, 0) 1%,
    rgba(0, 0, 0, 0.9) 85%
  );
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#f3f4f8",endColorstr="#000000",GradientType=1);
}

.reducido
  section.row
  > .col-md-8
  + .col-md-4
  [data-mod="automatic-news"]
  > .row
  > .col-6.col-md-4
  .article
  .article__body,
.reducido
  section.row
  > .col-md-8
  + .col-md-4
  [data-mod="automatic-news"]
  > .row
  > .col-12.col-md-4
  .article
  .article__body,
.reducido
  section.row
  > .col-md-8
  + .col-md-4
  [data-mod="automatic-news"]
  > .row
  > .col-md-4
  .article
  .article__body {
  width: 52%;
  padding-left: 8px;
}

.reducido
  section.row
  > .col-md-8
  + .col-md-4
  [data-mod="automatic-news"]
  > .row
  > .col-6.col-md-4
  .article
  .article__body
  .article__title,
.reducido
  section.row
  > .col-md-8
  + .col-md-4
  [data-mod="automatic-news"]
  > .row
  > .col-12.col-md-4
  .article
  .article__body
  .article__title,
.reducido
  section.row
  > .col-md-8
  + .col-md-4
  [data-mod="automatic-news"]
  > .row
  > .col-md-4
  .article
  .article__body
  .article__title {
  font-size: 16px;
  margin-top: 0;
}

.reducido
  section.row
  > .col-md-8
  + .col-md-4
  [data-mod="automatic-news"]
  > .row
  > .col-6.col-md-4
  .article
  .article__body
  .article__title
  > a,
.reducido
  section.row
  > .col-md-8
  + .col-md-4
  [data-mod="automatic-news"]
  > .row
  > .col-12.col-md-4
  .article
  .article__body
  .article__title
  > a,
.reducido
  section.row
  > .col-md-8
  + .col-md-4
  [data-mod="automatic-news"]
  > .row
  > .col-md-4
  .article
  .article__body
  .article__title
  > a {
  padding-bottom: 6px;
}

@media (min-width: 1024px) {
  .reducido section.row > .col-md-8 + .col-md-4 .article-aside-bottom,
  .reducido section.row > .col-md-8 + .col-md-4 .article-breadcrumbs {
    display: none;
  }
}

.recirculation-video {
  border: 1px solid #eee;
}

.recirculation-video .recirculation-video-txt {
  padding: 18px 10px;
}

.recirculation-video .recirculation-video-title {
  font-family: N3 Tipo, Helvetica, Arial, sans-serif;
  font-weight: 700;
  font-size: 22px;
  line-height: 26px;
  margin-bottom: 0;
}

.recirculation-video .recirculation-video-title-link,
.recirculation-video .recirculation-video-title-link:hover {
  color: #000;
}

.recirculation-video .a3mod_player .react-header-titulo {
  display: none;
}

@media (min-width: 1024px) {
  .recirculation-video .recirculation-video-txt {
    padding: 21px 19px;
  }

  .recirculation-video .recirculation-video-title {
    font-size: 26px;
    line-height: 32px;
  }
}

.Faq {
  margin-top: 0.625rem;
  margin-bottom: 1.25rem;
  background-color: #ccccce;
  padding: 1.5rem 1rem;
}

.Faq .faq-title {
  font-weight: 700;
  color: #222;
}

.Faq .faq-question,
.Faq .faq-title {
  font-family: N3 Tipo, Helvetica, Arial, sans-serif;
  font-size: 1.125rem;
  line-height: 1.5rem;
}

.Faq .faq-question {
  margin-top: 1.5rem;
  font-weight: 400;
  color: #000;
}

.Faq .faq-answer {
  margin-top: 1rem;
  margin-left: 0;
  font-size: 1rem;
  line-height: 1.375rem;
}

.Faq .faq-answer p {
  font-size: 1rem;
}

.Faq .faq-answer i {
  font-style: italic;
  font-family: N3 Tipo, Helvetica, Arial, sans-serif;
}

.Faq .faq-answer ul {
  margin-top: 0.625rem;
}

.Faq .faq-answer li {
  font-size: 1rem;
  margin-bottom: 0;
  margin-left: 1rem;
}

@media (min-width: 768px) {
  .Faq {
    margin-left: 12.5%;
  }
}

@media (min-width: 1024px) {
  .Faq .faq-question {
    font-weight: 700;
  }
}

body.mega .Faq .faq-answer a,
body.mega .Faq .faq-question {
  color: #dc000c;
}

body.a3series .Faq .faq-answer a,
body.a3series .Faq .faq-question {
  color: #fe4701;
}

body.neox .Faq .faq-answer a,
body.neox .Faq .faq-question {
  color: #e5c823;
}

body.nova .Faq .faq-answer a,
body.nova .Faq .faq-question {
  color: #fd3a4b;
}

.storygallery-item {
  height: 100%;
  width: 100%;
  display: flex;
  align-items: flex-end;
  padding-bottom: 135px;
}

@media (min-width: 1024px) {
  .storygallery-item {
    padding-bottom: 155px;
  }
}

@media (max-height: 500px) {
  .storygallery-item {
    padding-bottom: 100px;
  }
}

.storygallery-item__media {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.storygallery-item__media:after {
  content: "";
  z-index: 0;
  background: rgba(0, 0, 0, 0.4);
}

.storygallery-item__media img {
  height: 100vh;
  width: 100%;
  object-fit: cover;
  object-position: center;
}

.storygallery-item__body {
  position: relative;
  max-height: 58%;
  overflow: auto;
}

@media (max-height: 500px) {
  .storygallery-item__body {
    max-height: 35%;
  }
}

@media (max-width: 1023.98px) {
  .storygallery-item__body {
    padding-left: 50px;
    padding-right: 50px;
  }
}

.storygallery-item__summary,
.storygallery-item__title {
  width: 100%;
  max-width: 850px;
}

.storygallery-item__title {
  font-size: 2.4rem;
  font-weight: 500;
  font-family: N3 Tipo, Helvetica, Arial, sans-serif;
  margin-bottom: 10px;
}

.storygallery-item__footer {
  padding-top: 15px;
  border-top: 1px solid hsla(0, 0%, 100%, 0.1);
  margin-bottom: 10px;
  display: flex;
  flex-wrap: wrap;
}

.storygallery-item__author,
.storygallery-item__time {
  font-weight: 500;
  font-size: 1rem;
  line-height: 1;
  font-family: N3 Tipo, Helvetica, Arial, sans-serif;
}

.storygallery-item__author,
.storygallery-item__author a,
.storygallery-item__time,
.storygallery-item__time a {
  color: hsla(0, 0%, 100%, 0.5);
}

.storygallery-item__author a:hover,
.storygallery-item__time a:hover {
  color: #fff;
}

.storygallery-item__time:before {
  content: " / ";
}

.storygallery-item__summary {
  margin-bottom: 20px;
  font-size: 1.1rem;
  line-height: 1.36;
}

.stories-article-list .article--card {
  margin-bottom: 15px;
}

.partners__heading {
  text-transform: uppercase;
  cursor: pointer;
  padding: 20px 0 5px;
}

.partners__heading span {
  font-weight: 600;
  font-size: 1rem;
  font-family: N3 Tipo, Helvetica, Arial, sans-serif;
  margin-left: 5px;
  vertical-align: 2px;
}

.partners__content {
  display: none;
  border-top: 1px solid #1c1c1d;
  padding: 20px 0;
}

.partners__list {
  display: flex;
  flex-wrap: wrap;
}

.partners__item {
  width: calc(50% - 20px);
  margin-right: 20px;
}

.partners__link {
  height: 50px;
  width: 100%;
  display: block;
  overflow: hidden;
  opacity: 0.9;
  padding: 10px 0;
  color: #fff;
  font-size: 0.9rem;
  line-height: 1.1rem;
  border-bottom: 1px solid hsla(0, 0%, 100%, 0.05);
}

.partners__link:hover {
  color: #fff;
  opacity: 1;
}

.menu-hottags {
  display: flex;
  overflow: hidden;
  line-height: 2;
  padding: 0;
  width: 100%;
}

.site-header--fixed .menu-hottags {
  display: none;
}

.menu-hottags a {
  opacity: 0.6;
  transition: opacity 0.2s ease;
}

.menu-hottags a:hover {
  opacity: 1;
}

.menu-hottags .custom_carousel {
  width: 100%;
  padding: 0 5px;
}

@media (min-width: 1024px) {
  .menu-hottags .custom_carousel {
    padding: 0;
  }
}

.menu-hottags .custom_carousel .custom_carousel_item {
  width: auto;
}

.menu-hottags .custom_carousel .custom_carousel__nav-btn--prev {
  margin-left: -4px;
  padding-left: 10px;
  width: 32px;
  height: 33px;
}

.menu-hottags .custom_carousel .custom_carousel__nav-btn--next {
  margin-right: -4px;
  padding-right: 10px;
  width: 32px;
  height: 33px;
}

.menu-hottags .owl-theme .owl-nav [class*="owl-"] {
  font-size: 0.65rem;
  line-height: 1;
  position: absolute;
  top: 0;
  color: #fff;
  padding: 10px 0;
  opacity: 0.7;
}

.menu-hottags .owl-theme .owl-nav [class*="owl-"] :hover {
  opacity: 1;
}

.menu-hottags .owl-theme .owl-nav .owl-prev {
  left: -15px;
}

.menu-hottags .owl-theme .owl-nav .owl-next {
  right: -15px;
}

.menu-top__link {
  white-space: nowrap;
  padding: 0 5px;
  font-size: 0.75rem;
  line-height: 2.2;
}

.menu-top__link--tags {
  text-transform: uppercase;
  opacity: 0.8;
}

.menu-top__link--tags:after {
  font-family: icomoon;
  content: "";
  margin-left: 6px;
  vertical-align: 0.7px;
  font-size: 0.55rem;
}

@media (min-width: 1024px) {
  .menu-main {
    display: flex;
    width: 100%;
  }
}

.menu-main #navbar_toggler {
  display: block;
}

@media (min-width: 1024px) {
  .menu-main #navbar_toggler {
    display: none;
  }
}

.menu-main__nav {
  position: absolute;
  z-index: 9999;
  top: 0;
  left: 0;
  right: 0;
  padding: 30px 20px;
  background: #3b3b3d;
  display: none;
}

@media (max-width: 1023.98px) {
  .menu-main__nav {
    height: calc(100vh - 80px);
    overflow: auto;
  }
}

@media (min-width: 1024px) {
  .menu-main__nav {
    display: block;
    position: static;
    padding: 0;
    background: transparent;
    height: auto;
    width: 100%;
  }
}

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

.menu-main__list {
  width: 100%;
  max-width: 1080px;
  margin: 0 auto;
}

@media (min-width: 1024px) {
  .menu-main__list--level1 {
    display: flex;
    justify-content: space-between;
  }
}

.menu-main__list--level2 {
  margin-bottom: 20px;
}

@media (min-width: 1024px) {
  .menu-main__list--level2 {
    display: none;
  }
}

.menu-main__item {
  line-height: 1;
}

@media (min-width: 1024px) {
  .menu-main__item {
    text-align: center;
  }
}

@media (min-width: 1024px) {
  .menu-main__item--level1 {
    width: 100%;
  }
}

@media (min-width: 1024px) {
  .menu-main__item--level1:first-child > .menu-main__link:before {
    content: "|";
    position: absolute;
    color: #000;
    left: -2px;
  }
}

@media (max-width: 1023.98px) {
  .menu-main__item.active > a {
    color: #000;
  }
}

@media (min-width: 1024px) {
  .menu-main__item.active > a {
    background: hsla(0, 0%, 100%, 0.1);
  }
}

.menu-main__link {
  color: #fff;
  font-family: N3 Tipo, Helvetica, Arial, sans-serif;
  width: 100%;
  display: block;
}

@media (min-width: 1024px) {
  .menu-main__link {
    color: #fff;
  }

  .menu-main__link:hover {
    background: hsla(0, 0%, 100%, 0.1);
  }

  .menu-main__link:active,
  .menu-main__link:focus,
  .menu-main__link:hover {
    color: #fff;
  }
}

.menu-main__link--level1 {
  font-weight: 500;
  font-size: 1.5rem;
  padding: 10px;
}

@media (min-width: 1024px) {
  .menu-main__link--level1 {
    font-weight: 700;
    font-size: 0.875rem;
    padding: 7px 10px;
    margin-bottom: 0;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    text-transform: uppercase;
    position: relative;
  }

  .menu-main__link--level1:after {
    content: "|";
    position: absolute;
    color: #000;
    right: -2px;
  }
}

.menu-main__link--level2 {
  padding: 10px;
  font-size: 1.125rem;
  font-weight: 300;
  line-height: 1;
}

@media (min-width: 1024px) {
  .menu-main__link--level2 {
    padding: 4px 10px 2px 18px;
    font-size: 0.9rem;
    line-height: 1.1;
    width: calc(100% - 1px);
    position: relative;
    text-transform: none;
  }
}

.footer-nav {
  padding: 30px 0 20px;
  border-top: 1px solid #333;
}

@media (min-width: 1024px) {
  .footer-nav {
    display: flex;
  }
}

.footer-nav__item {
  line-height: 1.2;
}

@media (min-width: 1024px) {
  .footer-nav__item {
    width: auto;
    min-width: 15%;
    margin-right: 20px;
  }
}

.footer-nav__link {
  color: #fff;
  font-size: 0.8rem;
  transition: 0.3s;
  padding: 0;
}

.footer-nav__link:hover {
  color: #fff;
  opacity: 0.75;
}

.navbar-toggler {
  width: 40px;
  height: 30px;
  position: relative;
  margin: 0 -5px 0 auto;
  padding: 8px 10px;
  border: 0;
}

@media (max-width: 1023.98px) {
  .navbar-toggler {
    position: absolute;
    top: -50px;
    right: 0;
    margin: 0;
    height: 3rem;
    opacity: 1;
    width: 48px;
  }
}

.navbar-toggler .icon-bar {
  display: block;
  width: 20px;
  height: 2px;
  border-radius: 1px;
  background: #fff;
  transition: transform 0.3s;
}

.navbar-toggler .icon-bar + .icon-bar {
  margin-top: 3px;
}

@media (max-width: 1023.98px) {
  .navbar-toggler.closer .icon-bar {
    position: absolute;
    top: 50%;
    right: 15px;
    margin: -2px 0 0;
  }

  .navbar-toggler.closer .icon-bar:first-of-type {
    transform: rotate(45deg);
  }

  .navbar-toggler.closer .icon-bar:nth-of-type(2) {
    transform: rotate(-45deg);
  }

  .navbar-toggler.closer .icon-bar:nth-of-type(3) {
    display: none;
  }
}

.menu-general_nav-toggler-container {
  display: flex;
  justify-content: flex-end;
}

.menu-general_nav-toggler-container .navbar-toggler {
  width: 24px;
  height: 18px;
  margin: 16px;
}

.menu-general_nav-toggler-container .navbar-toggler .icon-bar {
  position: absolute;
  top: 50%;
  right: -2px;
  width: 21px;
  margin: -2px 0 0;
  background: #fff;
}

.menu-general_nav-toggler-container .navbar-toggler .icon-bar:first-of-type {
  transform: rotate(45deg);
}

.menu-general_nav-toggler-container .navbar-toggler .icon-bar:nth-of-type(2) {
  transform: rotate(-45deg);
}

.menu-general_nav-toggler-container .navbar-toggler .icon-bar:nth-of-type(3) {
  display: none;
}

.pagination {
  margin: 20px 0 40px;
  padding-top: 20px;
  border-top: 1px solid #e3e3e3;
  width: 100%;
}

@media print {
  .pagination {
    display: none;
  }
}

.pagination__list {
  display: flex;
  margin: 0;
  line-height: 39px;
  justify-content: space-between;
}

.pagination__item {
  font-size: 1rem;
  margin: 0 5px 10px 0;
}

@media (max-width: 480px) {
  .pagination__item {
    display: none;
  }
}

.pagination__item:last-of-type {
  margin-right: 0;
}

.pagination__item a,
.pagination__item span {
  padding: 10px 20px;
}

@media (max-width: 480px) {
  .pagination__item a,
  .pagination__item span {
    padding: 10px 18px;
  }
}

.pagination__item span {
  background: #000;
}

.pagination__item a {
  transition: 0.3s;
  color: #fff;
  background: #000;
}

.pagination__item a:hover {
  opacity: 0.8;
}

.pagination__item--current a,
.pagination__item a:hover {
  color: #fff;
  background: #000;
}

.pagination__item--current a:hover {
  cursor: default;
}

@media (max-width: 767.98px) {
  .pagination__item--first-page,
  .pagination__item--last-page {
    display: none;
  }
}

@media (max-width: 480px) {
  .pagination__item--current,
  .pagination__item--first-page,
  .pagination__item--last-page,
  .pagination__item--next,
  .pagination__item--previous {
    display: block;
  }
}

@media print {
  .a-z-nav {
    display: none;
  }
}

.a-z-header {
  font-size: 0.9rem;
  margin: 10px 0;
  color: #000;
  line-height: 1;
}

.a-z-list {
  display: flex;
  flex-wrap: wrap;
}

.a-z-item {
  width: calc(14.28571% - 4px);
  margin: 0 2px 4px;
}

@media (min-width: 768px) {
  .a-z-item {
    width: calc(7.14286% - 4px);
  }
}

.tags-list {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 60px;
}

.tags-list__item {
  margin: 0 10px 10px 0;
}

.tags-list__item .btn {
  text-align: left;
}

.article-tags-list {
  display: flex;
  overflow-x: auto;
  margin: 0;
}

.article-tags-list__item {
  margin: 0 5px 0 0;
  line-height: 1;
  min-width: max-content;
}

.article-tags-list__item .tags-list__link {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 16px;
}

.article-tags-list__item.elections {
  margin-left: 0;
}

.article-tags-list__item.elections::marker {
  content: none;
}

.social-wrapper--toggle {
  display: flex;
}

.social-wrapper--toggle .social-links {
  width: auto;
  max-width: 0;
  overflow: hidden;
  transition: max-width 0.3s;
}

.social-wrapper--toggle.show {
  width: 100%;
}

@media (min-width: 1024px) {
  .social-wrapper--toggle.show {
    width: 64%;
  }
}

.social-wrapper--toggle.show .social-links {
  max-width: 300px;
}

.social-toggler {
  margin-left: 5px;
  background: #000;
}

.social-toggler:hover {
  background: #000;
}

.social-toggler .icon-close {
  display: none;
  font-size: 1.675rem;
}

.show .social-toggler .icon-close {
  display: flex;
}

.show .social-toggler .icon-share {
  display: none;
}

.tab-nav {
  display: flex;
  width: 100%;
  overflow-x: auto;
  overflow-y: hidden;
  white-space: nowrap;
  border-bottom: 1px solid #e3e3e3;
}

.tab--articles .tab-nav__item {
  width: 50%;
}

.tab-nav__item:last-of-type {
  border-right: 0;
}

.tab-nav__link {
  padding: 0 16px 8px;
  font-family: N3 Tipo, Helvetica, Arial, sans-serif;
  font-weight: 300;
  font-size: 1.25rem;
  line-height: 1;
  color: #000;
  display: block;
}

.tab-nav__item:first-of-type .tab-nav__link {
  padding-left: 0;
}

.tab-nav__link:hover {
  opacity: 0.75;
  color: #000;
}

.tab-nav__link.active {
  color: #000;
  font-weight: 500;
  font-size: 1.25rem;
  border-bottom: 3px solid #222;
  padding-bottom: 8px;
}

.tab-nav__link.active:hover {
  color: #000;
  opacity: 1;
  cursor: default;
}

.tab-panel {
  display: none;
}

.tab-panel.active {
  display: block;
}

.table-wrap {
  overflow: auto;
}

table {
  width: auto;
  min-width: 100%;
  text-align: left;
}

table td,
table th {
  padding: 9px 10px;
}

@media (min-width: 768px) {
  table td,
  table th {
    padding: 11px 10px 12px;
  }
}

table td:last-of-type,
table th:last-of-type {
  border: 0;
}

table caption {
  padding: 10px;
  font-weight: 700;
  text-align: center;
}

table thead {
  font-weight: 400;
  color: #fff;
  background: #aaa;
}

table thead th {
  border-right: 1px solid rgb(144.5, 144.5, 144.5);
}

table tbody tr {
  background: #fff;
}

table tbody tr:hover,
table tbody tr:nth-of-type(2n):hover {
  background: #ededed;
}

table tbody td {
  border-right: 1px solid #e6e6e6;
}

table tfoot {
  color: #000;
  background: #ccccce;
}

.table-icons td,
.table-icons th {
  min-width: 0;
  text-align: center;
}

.table-icons td:first-of-type,
.table-icons th:first-of-type {
  text-align: left;
}

.table-icons .icon-checkmark {
  background: #61ca7d;
  font-size: 0.65rem;
}

.table-icons .icon-checkmark,
.table-icons .icon-close {
  width: 26px;
  height: 26px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  border-radius: 20px;
}

.table-icons .icon-close {
  background: rgba(0, 0, 0, 0.75);
}

.search-form .textarea--animated {
  margin: 10px 0;
}

@media (min-width: 768px) {
  .search-form--simple {
    display: flex;
  }
}

.search-form--simple .input--animated {
  margin-bottom: 10px;
}

@media (min-width: 768px) {
  .search-form--simple .input--animated {
    width: calc(100% - 130px);
    margin: 0 10px 0 0;
  }
}

.search-form--simple .input--animated::-webkit-input-placeholder {
  color: rgba(0, 0, 0, 0.7);
}

.search-form--simple .input--animated:-moz-placeholder,
.search-form--simple .input--animated::-moz-placeholder {
  color: rgba(0, 0, 0, 0.7);
}

.search-form--simple .input--animated:-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.7);
}

.search-form--simple .search-form__btn {
  width: 120px;
  font-size: 1.125rem;
}

.iframe {
  position: relative;
  width: 100%;
  height: 0;
  overflow: hidden;
}

.iframe-16-9 {
  padding-bottom: 56.25%;
}

.iframe iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
}

.most-viewed-list {
  counter-reset: item;
}

.most-viewed-item {
  position: relative;
  padding-left: 30px;
  counter-increment: item;
  border-bottom: 1px solid #e3e3e3;
  margin-bottom: 20px;
}

@media (min-width: 1024px) {
  .most-viewed-item {
    margin-bottom: 10px;
  }
}

.most-viewed-item:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  padding-right: 10px;
  text-align: right;
  content: counter(item);
  font-size: 1.875rem;
  font-weight: 300;
  color: #000;
  line-height: 28px;
}

.most-viewed-item .article {
  border-bottom: 0;
  padding-bottom: 0;
}

.weather {
  color: #fff;
  display: flex;
  align-items: flex-end;
  padding-bottom: 5px;
}

.weather__info {
  text-align: right;
  margin-right: 10px;
  padding-bottom: 4px;
  width: calc(100% - 50px);
}

.weather__city {
  margin: 5px 0 0;
  font-size: 0.8rem;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.weather__temperature {
  font-size: 0.7rem;
  opacity: 0.6;
  display: block;
  line-height: 1;
}

.weather__clime {
  display: flex;
  width: 32px;
}

.weather__clime img {
  height: 32px;
  width: auto;
}

.weather .icon-arrow-down {
  font-size: 0.5rem;
  opacity: 0.4;
  width: 8px;
}

.weather:active,
.weather:focus,
.weather:hover {
  color: #fff;
}

.weather:active .icon-arrow-down,
.weather:active .weather__temperature,
.weather:focus .icon-arrow-down,
.weather:focus .weather__temperature,
.weather:hover .icon-arrow-down,
.weather:hover .weather__temperature {
  opacity: 1;
}

.search-block {
  padding: 15px 20px 20px;
  margin-bottom: 20px;
  border-radius: 5px;
  background: #ccccce;
}

@media print {
  .search-block {
    display: none;
  }
}

.search-block__legend {
  color: #999;
  font-size: 0.9rem;
  line-height: 1;
  margin-bottom: 10px;
}

.article-abstract {
  padding: 5px 0;
  margin-bottom: 20px;
  border-top: 1px solid #e3e3e3;
}

.article-abstract__toggler {
  color: #999;
  cursor: pointer;
  text-transform: uppercase;
  font-size: 0.8rem;
}

.article-abstract__toggler i {
  margin-right: 7px;
  font-size: 0.65rem;
  vertical-align: 1px;
}

.article-abstract__toggler.closer i {
  transform: rotate(-90deg);
  vertical-align: 1px;
  display: inline-block;
}

.article-abstract__list {
  margin: 10px 0;
  padding-left: 18px;
  list-style: disc;
}

.article-abstract__item {
  font-size: 1rem;
  line-height: normal;
  font-weight: 500;
  padding: 5px 10px;
  color: #3b3b3d;
}

.article-abstract__item a {
  color: #3b3b3d;
  text-decoration: underline;
}

.article-dates {
  font-size: 0.8rem;
  color: #1c1c1d;
}

@media (min-width: 1024px) {
  .article-dates {
    font-size: 0.9rem;
  }
}

.article-dates strong {
  font-weight: 700;
}

.audio-player {
  background: #1c1c1d;
  padding: 20px;
}

.audio-player button,
.volume-bar,
.volume-bar::-webkit-slider-runnable-track {
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  border-radius: 25px;
}

.audio-player {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.audio-player button {
  background-color: hsla(0, 0%, 100%, 0.2);
  color: #000;
  border: 0;
  padding: 10px 20px 14px;
  margin: 0 5px 5px 0;
  text-indent: -9999px;
  width: 48px;
  height: 48px;
  cursor: pointer;
  font-weight: 300;
  font-size: 1rem;
  line-height: 1;
  font-family: N3 Tipo, Helvetica, Arial, sans-serif;
  text-transform: lowercase;
  border-radius: 25px;
  transition: 0.3s;
}

.audio-player #btnPlayPause.play {
  background: hsla(0, 0%, 100%, 0.2)
    url(https://static.antena3.com/css/assets/3c004663a0f4002e162b.svg)
    no-repeat 50%;
  background-size: 38px;
}

.audio-player #btnPlayPause.play:hover {
  background-color: hsla(0, 0%, 100%, 0.5);
}

.audio-player #btnPlayPause.pause {
  background: hsla(0, 0%, 100%, 0.2)
    url(https://static.antena3.com/css/assets/225a5c8e7dfece202415.svg)
    no-repeat 50%;
  background-size: 38px;
}

.audio-player #btnPlayPause.pause:hover {
  background-color: hsla(0, 0%, 100%, 0.5);
}

.audio-player .replay {
  background: hsla(0, 0%, 100%, 0.2)
    url(https://static.antena3.com/css/assets/64ed1834a1bce5a99449.svg)
    no-repeat 50%;
  background-size: 30px;
}

.audio-player .replay:hover {
  background-color: hsla(0, 0%, 100%, 0.5);
}

.audio-player #btnStop {
  background: hsla(0, 0%, 100%, 0.2)
    url(https://static.antena3.com/css/assets/f49d4e7ea6ff5d00b7d4.svg)
    no-repeat 50%;
  background-size: 30px;
}

.audio-player #btnStop:hover {
  background-color: hsla(0, 0%, 100%, 0.5);
}

.audio-player #btnMute.mute {
  background: hsla(0, 0%, 100%, 0.2)
    url(https://static.antena3.com/css/assets/6d2c9e8ba0b09074cb72.svg)
    no-repeat 50%;
  background-size: 30px;
}

.audio-player #btnMute.mute:hover {
  background-color: hsla(0, 0%, 100%, 0.5);
}

.audio-player #btnMute.off {
  background: hsla(0, 0%, 100%, 0.2)
    url(https://static.antena3.com/css/assets/a1525982ad4e269f13e4.svg)
    no-repeat 50%;
  background-size: 30px;
}

.audio-player #btnMute.off:hover {
  background-color: hsla(0, 0%, 100%, 0.5);
}

.audio-player #btnDownload {
  background: hsla(0, 0%, 100%, 0.2)
    url(https://static.antena3.com/css/assets/e943f6eee2126ee61e42.svg)
    no-repeat 50%;
  background-size: 30px;
  order: 6;
  margin-right: 0;
}

.audio-player #btnDownload:hover {
  background-color: hsla(0, 0%, 100%, 0.5);
}

.audio-player .audio-progress {
  width: 100%;
}

.slide-wrapper {
  width: calc(100% - 212px);
  order: 5;
  margin: 0 5px 0 0;
  display: inline-flex;
  background: hsla(0, 0%, 100%, 0.2);
  border-radius: 50px;
  height: 48px;
  align-items: center;
  padding: 15px;
  display: none;
}

@media (min-width: 480px) {
  .slide-wrapper {
    display: inline-flex;
  }
}

.slide-container {
  display: inline-block;
  width: 100%;
}

[type="range"] {
  -webkit-appearance: none;
  background: transparent;
  vertical-align: 3px;
  width: 100%;
}

[type="range"]::-moz-focus-outer {
  border: 0;
}

[type="range"]:focus {
  outline: 0;
}

[type="range"]:focus::-webkit-slider-runnable-track {
  background: #fff;
}

[type="range"]:focus::-ms-fill-lower,
[type="range"]:focus::-ms-fill-upper {
  background: #fff;
}

[type="range"]::-webkit-slider-runnable-track {
  cursor: default;
  height: 8px;
  transition: all 0.2s ease;
  width: 100%;
  box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2), 0 0 1px hsla(0, 0%, 5%, 0.2);
  background: #fff;
  border-radius: 5px;
}

[type="range"]::-webkit-slider-thumb {
  box-shadow: 4px 4px 4px rgba(0, 0, 0, 0.2), 0 0 4px hsla(0, 0%, 5%, 0.2);
  background: #000;
  border: 2px solid #eceff1;
  border-radius: 12px;
  box-sizing: border-box;
  cursor: default;
  height: 24px;
  width: 24px;
  -webkit-appearance: none;
  margin-top: -10px;
}

[type="range"]::-moz-range-track {
  box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2), 0 0 1px hsla(0, 0%, 5%, 0.2);
  cursor: default;
  height: 8px;
  transition: all 0.2s ease;
  width: 100%;
  background: #fff;
  border-radius: 5px;
  height: 4px;
}

[type="range"]::-moz-range-thumb {
  box-shadow: 4px 4px 4px rgba(0, 0, 0, 0.2), 0 0 4px hsla(0, 0%, 5%, 0.2);
  background: #000;
  border: 2px solid #eceff1;
  border-radius: 12px;
  box-sizing: border-box;
  cursor: default;
  height: 24px;
  width: 24px;
}

[type="range"]::-ms-track {
  cursor: default;
  height: 8px;
  transition: all 0.2s ease;
  width: 100%;
  background: transparent;
  border-color: transparent;
  border-width: 12px 0;
  color: transparent;
}

[type="range"]::-ms-fill-lower {
  background: #f2f2f2;
}

[type="range"]::-ms-fill-lower,
[type="range"]::-ms-fill-upper {
  box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2), 0 0 1px hsla(0, 0%, 5%, 0.2);
  border-radius: 10px;
}

[type="range"]::-ms-fill-upper {
  background: #fff;
}

[type="range"]::-ms-thumb {
  box-shadow: 4px 4px 4px rgba(0, 0, 0, 0.2), 0 0 4px hsla(0, 0%, 5%, 0.2);
  background: #000;
  border: 2px solid #eceff1;
  border-radius: 12px;
  box-sizing: border-box;
  cursor: default;
  height: 24px;
  width: 24px;
  margin-top: 2px;
}

[type="range"]:disabled::-moz-range-thumb,
[type="range"]:disabled::-ms-fill-lower,
[type="range"]:disabled::-ms-fill-upper,
[type="range"]:disabled::-ms-thumb,
[type="range"]:disabled::-webkit-slider-runnable-track,
[type="range"]:disabled::-webkit-slider-thumb {
  cursor: not-allowed;
}

.audio-progress {
  margin-bottom: 10px;
}

.audio-progress,
.audio-progress:before {
  position: relative;
  display: block;
  width: 100%;
  height: 20px;
  border: 0;
  background-color: hsla(0, 0%, 100%, 0.2);
  border-radius: 25px;
  background-size: 35px 20px;
  animation-name: animate-indeterminate;
  animation-duration: 0.5s;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
}

.audio-progress:before {
  content: "";
  line-height: 20px;
  color: #000;
  text-align: center;
}

.audio-progress::-webkit-progress-bar,
.audio-progress:before {
  display: none;
}

.audio-progress::-ms-fill {
  animation-name: none;
}

.audio-progress::-webkit-progress-bar,
.audio-progress:after {
  position: relative;
  display: block;
  width: 100%;
  height: 20px;
  border: 0;
  background-color: hsla(0, 0%, 100%, 0.2);
  border-radius: 25px;
  background-size: 35px 20px;
  animation-name: animate-indeterminate;
  animation-duration: 0.5s;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
  content: "";
  position: absolute;
  top: 0;
  background-color: transparent;
  box-shadow: none;
}

.audio-progress::-webkit-progress-bar {
  position: relative;
  display: block;
  width: 100%;
  height: 20px;
  border: 0;
  background-color: hsla(0, 0%, 100%, 0.2);
  border-radius: 25px;
  background-size: 35px 20px;
  animation-name: animate-indeterminate;
  animation-duration: 0.5s;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
  background-image: none;
}

.audio-progress::-moz-progress-bar {
  position: relative;
  display: block;
  width: 100%;
  height: 20px;
  border: 0;
  background-color: hsla(0, 0%, 100%, 0.2);
  border-radius: 25px;
  background-size: 35px 20px;
  animation-name: animate-indeterminate;
  animation-duration: 0.5s;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
}

.audio-progress[value] {
  color: #fff;
  background-image: none;
}

.audio-progress[value]::-webkit-progress-value {
  background-color: #fff;
}

.audio-progress[value]::-moz-progress-bar {
  background-color: #fff;
}

.audio-progress[value]:before {
  content: attr(value) " / " attr(max);
}

.audio-progress[value]::-ms-fill {
  border: 0;
  border-radius: 25px;
}

.audio-progress[value]::-webkit-progress-bar,
.audio-progress[value]:after {
  background-image: none;
}

.audio-progress[value]::-webkit-progress-value {
  border-radius: 25px;
}

.audio-progress[value]::-moz-progress-bar {
  background-image: none;
}

@keyframes animate-indeterminate {
  0% {
    background-position-x: 0;
  }

  to {
    background-position-x: 35px;
  }
}

.author-header .author-header-container {
  position: relative;
  margin: 0 -20px;
}

.author-header .author-header-content {
  padding: 0 20px;
}

.author-header .author-header-image {
  display: block;
  border-right: 4px solid #fbfd00;
}

.author-header .author-header-name {
  font-family: N3 Tipo, Helvetica, Arial, sans-serif;
  font-weight: 500;
  color: #000;
  font-size: 2.25rem;
  letter-spacing: -0.0041875rem;
  margin: 18px 0 2px;
  background-color: #f4f4f4;
  display: flex;
  align-items: center;
  padding: 0 8px;
}

.author-header .author-header-position {
  font-family: N3 Tipo, Helvetica, Arial, sans-serif;
  font-size: 1.125rem;
  font-weight: 300;
  color: #fff;
  background-color: #000;
  line-height: 1.45;
  margin: 0 0 8px;
  display: inline-block;
  padding: 0 4px;
}

.author-header .author-header-publications {
  font-family: N3 Tipo, Helvetica, Arial, sans-serif;
  font-size: 0.9375rem;
  margin-bottom: 6px;
}

.author-header .author-header-publications_tag {
  color: #000;
}

.author-header .author-header-publications_link {
  display: inline-block;
  color: #000;
  margin: 0 5px;
  border-bottom: none;
}

.author-header .author-header-desc {
  font-size: 0.875rem;
  letter-spacing: -0.01625rem;
  line-height: 1.45;
  color: #000;
}

.author-header .author-header-social-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  padding: 0;
}

.author-header .author-header-social-wrapper i {
  background: #fff;
  width: 30px;
  height: 30px;
}

.author-header .author-header-social-wrapper i:before {
  font-size: 20px;
  color: #000;
}

.author-header .author-header-social-wrapper .social-links__item {
  margin-right: 0;
}

.n3 .author-header .author-header-social-links.social-links {
  margin: 0;
  gap: 0;
}

.author-header .author-header-topics {
  padding: 8px 20px;
  margin-top: 8px;
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee;
}

.author-header .author-header-topics_tag {
  display: block;
  font-family: N3 Tipo, Helvetica, Arial, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  color: #000;
  letter-spacing: -0.01875rem;
}

.author-header .author-header-topics_link {
  margin-right: 15px;
  border-bottom: none;
  display: inline-block;
}

@media (min-width: 1024px) {
  .author-header .author-header-container {
    display: flex;
    flex-wrap: wrap;
    margin: 0;
  }

  .author-header .author-header-content {
    padding: 0;
    flex: 1 0 0;
  }

  .author-header .author-header-image {
    flex: 0 0 230px;
    margin: 0 30px 0 0;
  }

  .author-header .author-header-name {
    font-size: 1.5rem;
    margin: 0 0 8px;
    min-height: 47px;
  }

  .author-header .author-header-desc {
    font-size: 1rem;
    margin-top: 0;
  }

  .author-header .author-header-topics {
    flex: 1 1 100%;
    padding: 9px 15px;
  }

  .author-header .author-header-topics_tag {
    display: inline-block;
    margin-right: 15px;
  }
}

.module-interior .articleBody ul li.ads {
  list-style: none;
  display: flex;
  background: #f9f9f9;
  margin-bottom: 10px;
  justify-content: center;
}

.module-interior .articleBody ul li.ads.ads--recirculation {
  display: block;
  margin-left: 0;
  background: transparent;
}

.module-interior .articleBody ul li.ads.ads--recirculation .recirculation {
  margin: 10px 0 0;
}

.article-tools {
  position: relative;
  border-top: 1px solid #1c1c1d;
  margin-bottom: 30px;
  overflow: hidden;
  min-height: 60px;
}

@media (min-width: 1024px) {
  .article-tools {
    display: flex;
    justify-content: space-between;
  }
}

.article-tools .article-author {
  width: 100%;
  padding: 15px 0 0;
  margin-bottom: 3px;
}

@media (min-width: 1024px) {
  .article-tools .article-author {
    width: 70%;
    padding-right: 10px;
  }
}

.article-tools .article-dates {
  line-height: 1.3;
  color: #3b3b3d;
}

.article-tools .article-dates__detail {
  font-size: 0.875rem;
}

.article-author {
  display: flex;
}

.article-author__avatar {
  width: 52px;
}

.n3 .article-author__avatar {
  width: 61.33px;
}

.article-author__avatar img {
  border-radius: 50px;
}

.n3 .article-author__avatar img {
  border-radius: initial;
}

.article-author__body {
  width: 100%;
  line-height: 1.2;
  padding-left: 10px;
}

.article-author__name {
  font-family: N3 Tipo, Helvetica, Arial, sans-serif;
  font-weight: 700;
  font-size: 1rem;
}

.n3 .article-author__name {
  display: inline-flex;
  color: #fff;
  background: #000;
  padding: 0 5px;
  margin-right: 8px;
}

.n3 .article-author__name a {
  color: #fff;
}

@media (min-width: 768px) {
  .article-author__name span.hidden-sm-down {
    padding: 0 8px 0 6px;
  }
}

.article-author__name a {
  color: #000;
}

@media (max-width: 767.98px) {
  .article-author__name > span,
  .article-author__name a {
    display: block;
  }
}

.article-author__name .article-author__expert {
  color: #707070;
  padding: 0 4px;
  font-size: 15px;
}

.article-author__location {
  font-size: 1.05rem;
  color: #000;
  font-family: N3 Tipo, Helvetica, Arial, sans-serif;
  border-left: 1px solid #e3e3e3;
  margin-left: 10px;
  padding-left: 10px;
}

.article-author__location a {
  color: #f71;
}

.article-author__location a:hover {
  color: #000;
}

.article-author__social {
  display: flex;
  flex-wrap: wrap;
  padding-top: 2px;
  padding-bottom: 4px;
}

.n3 .article-author__social {
  padding-bottom: 0;
  display: inline-flex;
  padding-top: 0;
}

.article-author__social a {
  background: #e0e0e0;
  color: #000;
  border-radius: 50px;
  width: 20px;
  height: 20px;
  text-align: center;
}

.n3 .article-author__social a {
  background: none;
  margin: 0;
  width: 25px;
}

.article-author__social a i {
  font-size: 0.8rem;
}

@media (max-width: 1023.98px) {
  .article-author__social a {
    width: 26px;
    height: 26px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 4px 0;
  }

  .n3 .article-author__social a {
    width: 20px;
    height: 20px;
  }

  .article-author__social a i {
    font-size: 1rem;
  }
}

.social-links {
  display: flex;
}

@media (max-width: 1023.98px) {
  .n3 .social-links {
    justify-content: center;
    gap: 16px;
  }
}

.social-links__item {
  margin-right: 4px;
  text-align: center;
}

.social-links__item:last-of-type {
  margin-right: 0;
}

.article-main__content .social-links__item {
  margin-left: 0;
  list-style: none;
}

.social-links .icon-x {
  background: #000;
}

.social-links .icon-twitter {
  background: #55acee;
}

.social-links .icon-linkedin {
  background: #007ab9;
}

.social-links .icon-facebook {
  background: #3b5998;
}

.social-links .icon-flipboard {
  background: #c00;
}

.social-links .icon-whatsapp {
  background: #25d366;
}

.social-links .icon-instagram {
  background: #e4405f;
}

.social-links .icon-telegram {
  background: #08c;
}

.social-links .icon-envelope {
  background: #666;
}

.social-wrapper {
  padding: 15px 0 0;
}

.social-wrapper .social-links__link {
  transition: 0.3s;
  display: block;
  padding: 0;
}

.social-wrapper .social-links__link:hover {
  opacity: 1;
}

@media (min-width: 1024px) {
  .social-wrapper .social-links__link:hover i {
    -webkit-filter: grayscale(0);
    -moz-filter: grayscale(0);
    -o-filter: grayscale(0);
    filter: grayscale(0);
  }
}

.social-wrapper .social-toggler,
.social-wrapper i {
  transition: 0.3s;
  width: 40px;
  height: 40px;
  border-radius: 50px;
  color: #fff;
  font-size: 1.25rem;
  display: flex;
  align-items: center;
  justify-content: center;
}

.n3 .social-wrapper .social-toggler,
.n3 .social-wrapper i {
  border-radius: 0;
}

@media (min-width: 1024px) {
  .social-wrapper--simple .social-links__link {
    opacity: 0.3;
  }
}

@media (min-width: 1024px) {
  .social-wrapper--simple i {
    -webkit-filter: grayscale(1);
    -moz-filter: grayscale(1);
    -o-filter: grayscale(1);
    filter: grayscale(1);
    width: 30px;
    height: 30px;
    font-size: 1rem;
  }
}

.footer {
  background-color: #333;
  color: #fff;
}

.footer .container-fluid:last-of-type .row .col-12 {
  align-items: flex-start;
}

.footer .container-fluid .row .logo-footer {
  padding-bottom: 0;
  text-align: center;
}

.footer .container-fluid .row .listado-legal {
  padding: 0.7rem 0;
  text-align: center;
}

@media (min-width: 1024px) {
  .footer .container-fluid .row .listado-legal {
    text-align: left;
  }
}

.footer .container-fluid .row .listado-legal li {
  margin-bottom: 0.5rem;
}

.footer .container-fluid .row.container {
  padding: 0;
  background: none;
}

.footer .container-fluid:last-of-type {
  background: #000;
}

.footer a {
  display: inline-block;
  width: auto;
}

.footer .logo-footer a {
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 8rem;
  width: 140px;
  height: 75px;
}

.footer .listado-footer,
.footer .logo-footer {
  margin-bottom: 0;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

.footer .listado-footer li {
  margin: 0.5rem;
}

@media (min-width: 1024px) {
  .footer .listado-footer li {
    margin: 0.5rem 0.3rem;
  }
}

.footer .listado-footer li a {
  display: block;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  height: 30px;
  width: 70px;
  transition: all 0.4s ease-in-out;
}

@media (min-width: 1024px) {
  .footer .listado-footer li a {
    width: 60px;
  }
}

.footer .listado-footer li a:hover {
  -webkit-filter: grayscale(0);
  filter: grayscale(0);
}

.footer .listado-footer li a img {
  height: 30px;
}

.footer .listado-footer li a.atresplayer {
  width: 114px;
}

.footer .container-fluid .row .col-12 {
  display: block;
}

@media (min-width: 1024px) {
  .footer .container-fluid .row .col-12 {
    align-items: center;
    display: flex;
    justify-content: space-between;
    margin: 0 auto;
    padding: 0;
  }
}

.footer .container-fluid:first-of-type .row .col-12 {
  justify-content: space-between;
  padding: 20px 0;
}

.footer .listado-legal li {
  display: inline-block;
  margin: 0 0.25rem;
}

.footer .listado-legal li a,
.footer .listado-legal li button {
  background: transparent;
  color: #ececec;
  font-size: 0.8rem;
  text-decoration: underline;
  text-indent: inherit;
  cursor: pointer;
}

.footer .listado-legal li a:hover,
.footer .listado-legal li button:hover {
  color: #fff;
}

.footer p {
  font-size: 0.7rem;
  padding: 1rem 0 0;
  width: 100%;
  margin: 0;
  text-align: center;
}

@media (min-width: 1024px) {
  .footer p {
    width: 50%;
    padding: 1rem 0;
    text-align: left;
  }
}

.footer .logo-footer a {
  position: relative;
}

.footer .logo-footer a img {
  height: 75px;
  width: 140px;
}

.error-page-header {
  background: #eee;
  padding: 40px 0 50px;
  margin-top: 0;
  margin-bottom: 40px;
}

.error-page-header p {
  font-size: 1rem;
  line-height: 1.4rem;
}

.error-page-header p.h2 {
  font-size: 2rem;
  line-height: 2.4rem;
  text-transform: uppercase;
}

.error-page-header form {
  margin: 40px 0 20px;
}

.owl-theme .owl-dots .owl-dot {
  padding: 0 1px;
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
  background: #000;
}

.owl-theme .owl-dots .owl-dot span {
  margin: 10px 1px;
}

.owl-theme .owl-nav {
  display: flex;
  justify-content: space-between;
  margin: 0;
}

.owl-theme .owl-nav [class*="owl-"] {
  font-family: icomoon;
  font-size: 1rem;
  margin: 0;
  padding: 10px;
  line-height: 1;
}

.owl-theme .owl-nav [class*="owl-"],
.owl-theme .owl-nav [class*="owl-"]:hover {
  color: #1c1c1d;
  background: transparent;
}

.dark-bg .owl-theme .owl-nav [class*="owl-"],
.dark-bg .owl-theme .owl-nav [class*="owl-"]:hover {
  color: #fff;
}

.owl-theme .owl-nav [class*="owl-"] span {
  display: none;
}

.owl-carousel--photogallery .item {
  width: 100%;
  background: #f6f6f6;
  text-align: center;
}

.owl-carousel--photogallery figcaption {
  font-size: 0.8rem;
  line-height: 1.375;
  color: #999;
  font-weight: 300;
  padding: 10px 25px;
}

.owl-carousel--photogallery .carousel-counter {
  margin-right: 20px;
  font-size: 0.9rem;
}

.owl-carousel--photogallery .carousel-counter__current {
  font-weight: 600;
  font-size: 1.2rem;
  color: #000;
}

.owl-carousel--photogallery .owl-dots {
  border-bottom: 1px solid #e3e3e3;
}

.owl-carousel--photogallery .owl-nav {
  position: absolute;
  left: 0;
  right: 0;
  top: calc(50% - 50px);
  z-index: 200;
}

.owl-carousel--photogallery .owl-nav [class*="owl-"] {
  color: #fff;
  font-size: 3rem;
  padding: 0;
  margin: 0 10px;
  border-radius: 25px;
}

.owl-carousel--photogallery .owl-nav [class*="owl-"]:hover {
  color: #fff;
  background: #000;
}

.owl-carousel--photogallery .owl-next:before {
  content: "";
}

.owl-carousel--photogallery .owl-prev:before {
  content: "";
}

.photogallery--opening .item img {
  width: auto;
}

.owl-carousel--storygallery .owl-item,
.owl-carousel--storygallery .owl-stage,
.owl-carousel--storygallery .owl-stage-outer {
  height: 100% !important;
}

.owl-carousel--storygallery .item {
  width: 100%;
}

@media print {
  .owl-carousel--storygallery .item {
    max-width: 800px;
  }
}

.owl-carousel--storygallery .carousel-tools {
  position: absolute;
  bottom: 90px;
  left: 68px;
  right: 68px;
  padding: 0;
}

@media (max-width: 1023.98px) {
  .owl-carousel--storygallery .carousel-tools {
    width: auto;
  }
}

@media (min-width: 1024px) {
  .owl-carousel--storygallery .carousel-tools {
    bottom: 110px;
    left: 50%;
    transform: translateX(-50%);
  }
}

@media (max-height: 500px) {
  .owl-carousel--storygallery .carousel-tools {
    bottom: 50px;
  }
}

.owl-carousel--storygallery .carousel-counter {
  display: inline-block;
  font-size: 1rem;
  border-top: 1px solid hsla(0, 0%, 100%, 0.2);
  padding-top: 5px;
  width: 16.6666666667%;
  min-width: 50px;
  font-weight: 300;
}

.owl-carousel--storygallery .carousel-counter__current {
  font-size: 1.8rem;
}

.owl-carousel--storygallery .carousel-counter__total {
  opacity: 0.6;
}

.owl-carousel--storygallery .social-wrapper--toggle {
  position: absolute;
  right: 0;
  top: 0;
}

@media (min-width: 1024px) {
  .owl-carousel--storygallery .social-wrapper--toggle {
    right: -100px;
  }
}

@media (min-width: 1280px) {
  .owl-carousel--storygallery .social-wrapper--toggle {
    right: calc(-50vw - -540px);
  }
}

@media (max-width: 360px) {
  .owl-carousel--storygallery .social-wrapper--toggle {
    right: -65px;
  }
}

.owl-carousel--storygallery .owl-dots {
  display: block;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 70px;
  width: 100%;
  max-width: calc(100vw - 40px);
}

@media (min-width: 1024px) {
  .owl-carousel--storygallery .owl-dots {
    bottom: 110px;
  }
}

@media (max-height: 500px) {
  .owl-carousel--storygallery .owl-dots {
    bottom: 50px;
  }
}

@media (max-width: 480px) {
  .owl-carousel--storygallery .owl-dots {
    display: none;
  }
}

.owl-carousel--storygallery .owl-dots .owl-dot {
  cursor: pointer;
  margin: 0;
  padding: 0;
}

.owl-carousel--storygallery .owl-dots .owl-dot.active span,
.owl-carousel--storygallery .owl-dots .owl-dot:hover span {
  background: #fff;
}

.owl-carousel--storygallery .owl-dots .owl-dot span {
  height: 4px;
  width: 30px;
  background: hsla(0, 0%, 100%, 0.4);
  margin: 0 4px 0 0;
  border-radius: 3px;
}

.owl-carousel--storygallery .owl-nav {
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  z-index: 200;
}

.owl-carousel--storygallery .owl-nav [class*="owl-"] {
  color: #fff;
  border-radius: 0;
  font-size: 4rem;
  padding: 0;
}

.owl-carousel--storygallery .owl-nav [class*="owl-"]:hover {
  color: #fff;
  background: hsla(0, 0%, 100%, 0.2);
}

.owl-carousel--storygallery .owl-next:before {
  content: "";
}

.owl-carousel--storygallery .owl-prev:before {
  content: "";
}

.glide {
  position: relative;
  width: 100%;
  box-sizing: border-box;
}

.glide * {
  box-sizing: inherit;
}

.glide__slides,
.glide__track {
  overflow: hidden;
}

.glide__slides {
  position: relative;
  width: 100%;
  list-style: none;
  backface-visibility: hidden;
  transform-style: preserve-3d;
  touch-action: pan-Y;
  margin: 0;
  padding: 0;
  white-space: nowrap;
  display: flex;
  flex-wrap: nowrap;
  will-change: transform;
}

.glide__slide,
.glide__slides--dragging {
  user-select: none;
}

.glide__slide {
  width: 100%;
  height: 100%;
  flex-shrink: 0;
  white-space: normal;
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.glide__slide a {
  user-select: none;
  -webkit-user-drag: none;
  -moz-user-select: none;
  -ms-user-select: none;
}

.glide__arrows,
.glide__bullets {
  -webkit-touch-callout: none;
  user-select: none;
}

.glide--rtl {
  direction: rtl;
}

.glide__arrows {
  display: flex;
  justify-content: space-between;
}

.glide__arrow {
  display: block;
  padding: 0;
  background-color: transparent;
  border: none;
  opacity: 0.6;
  cursor: pointer;
  transition: opacity 0.15s ease;
  line-height: 1;
  font-size: 2em;
}

.glide__arrow:focus {
  outline: none;
}

.glide__arrow:hover {
  opacity: 1;
}

.glide__arrow--left {
  left: 0;
}

.glide__arrow--right {
  right: 0;
}

.glide__arrow--disabled {
  opacity: 0.33;
}

.glide__bullets {
  position: absolute;
  z-index: 2;
  bottom: 12px;
  left: 50%;
  display: inline-flex;
  list-style: none;
  transform: translateX(-50%);
}

.glide__bullet {
  background-color: #e9e9e9;
  width: 10px;
  height: 10px;
  padding: 0;
  border-radius: 50%;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
  line-height: 0;
  margin: 0 5px;
}

.glide__bullet:focus {
  outline: none;
}

.glide__bullet:focus,
.glide__bullet:hover {
  background-color: #dadada;
}

.glide .glide__bullet--active {
  background-color: #000;
}

.glide--swipeable {
  cursor: grab;
  cursor: -moz-grab;
  cursor: -webkit-grab;
}

.glide--dragging {
  cursor: grabbing;
  cursor: -moz-grabbing;
  cursor: -webkit-grabbing;
}

.photogallery--opening {
  margin-bottom: 30px;
}

@media (max-width: 1023.98px) {
  .photogallery--opening {
    margin-left: -25px;
    margin-right: -25px;
    width: calc(100% + 50px);
  }
}

@media (min-width: 1024px) {
  .photogallery--opening {
    width: 100%;
  }
}

.photogallery--opening .glide__arrows {
  position: absolute;
  left: 0;
  right: 0;
  top: 35%;
  z-index: 200;
}

@media (min-width: 1024px) {
  .photogallery--opening .glide__arrows {
    top: 50%;
  }
}

.photogallery--opening .glide__bullets {
  bottom: -20px;
}

.photogallery--opening .glide__slide {
  background: #f6f6f6;
  margin-bottom: 8px;
}

.photogallery--opening .glide__bullet {
  width: 15px;
  height: 12px;
  border-radius: 1px;
  margin: 0 2px;
}

.photogallery--opening .glide .glide__bullet--active {
  background-color: #000;
}

.photogallery--opening .glide figure figcaption {
  text-align: center;
}

.photogallery--opening .glide figure figcaption .carousel-counter {
  margin-right: 20px;
  font-size: 0.9rem;
}

.photogallery--opening .glide figure figcaption .carousel-counter__current {
  font-weight: 600;
  font-size: 1.2rem;
  color: #000;
}

.photogallery--opening .glide .glide__arrow {
  font-family: icomoon;
  color: #fff;
  font-size: 3rem;
  padding: 0;
  margin: 0 10px;
  border-radius: 25px;
  opacity: 1;
}

.photogallery--opening .glide .glide__arrow:hover {
  color: #fff;
  background: #000;
}

@media (min-width: 1024px) {
  .photogallery--opening .glide ul li {
    margin-left: 0;
  }

  .photogallery--opening .glide ul li::marker {
    content: "";
  }
}

.photogallery--opening .glide .glide__arrow--right:before {
  content: "";
}

.photogallery--opening .glide .glide__arrow--left:before {
  content: "";
}

.custom_carousel {
  display: flex;
  align-items: center;
}

.custom_carousel .custom_carousel_container {
  display: flex;
  width: 100%;
  align-items: center;
  overflow: auto;
  margin: 0;
}

.custom_carousel .custom_carousel_container li {
  margin: 0;
  padding: 0;
  max-width: 100%;
}

.custom_carousel .custom_carousel_item a {
  display: block;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.custom_carousel .custom_carousel__nav-btn {
  display: none;
  border: none;
  background: none;
  cursor: pointer;
  font-family: icomoon;
  margin: 0;
  font-size: 0.65rem;
  line-height: 1;
  top: 0;
  color: #fff;
  padding: 0 10px;
  height: 100%;
  opacity: 0;
  pointer-events: none;
}

.custom_carousel .custom_carousel__nav-btn.active {
  display: block;
  opacity: 1;
  pointer-events: auto;
}

@media (max-width: 1023.98px) {
  .custom_carousel .custom_carousel__nav-btn.active {
    display: none;
  }
}

.custom_carousel .custom_carousel__nav-btn--prev:before {
  content: "";
  speak: never;
  cursor: pointer;
}

.custom_carousel .custom_carousel__nav-btn--next {
  right: 0;
}

.custom_carousel .custom_carousel__nav-btn--next:before {
  content: "";
  speak: never;
  cursor: pointer;
}

@media (min-width: 1024px) {
  .custom_carousel .custom_carousel_container {
    overflow: auto;
    scrollbar-color: transparent transparent;
    scrollbar-width: none;
    -ms-overflow-style: none;
  }

  .custom_carousel .custom_carousel_container::-webkit-scrollbar {
    height: 0;
    width: 0;
  }

  .custom_carousel .custom_carousel_container::-webkit-scrollbar-track {
    background: transparent;
  }
}

.container > .carousel_meteo_map {
  margin-left: -24px;
  width: calc(100% + 48px);
  position: relative;
  overflow: hidden;
}

@media (min-width: 1024px) {
  .container > .carousel_meteo_map {
    height: 360px;
    width: 100%;
    margin-left: 0;
  }
}

.container > .carousel_meteo_map .carousel-title,
.container > .carousel_meteo_map .titulo-meteo-formulario {
  font-size: 22px;
  font-weight: 700;
  margin-left: 24px;
  width: calc(100% - 24px);
}

@media (min-width: 1024px) {
  .container > .carousel_meteo_map .carousel-title,
  .container > .carousel_meteo_map .titulo-meteo-formulario {
    font-size: 41px;
    margin-left: 0;
    width: 100%;
  }
}

.container > .carousel_meteo_map .glide {
  background-color: #f5f5f5;
  min-height: 290px;
}

@media (min-width: 1024px) {
  .container > .carousel_meteo_map .glide {
    padding: 90px 6px 70px;
  }
}

.container > .carousel_meteo_map .glide__arrows {
  height: 100%;
  width: 100%;
  padding: 0 15px;
  height: 30px;
}

.container > .carousel_meteo_map .glide__arrow {
  border-radius: 50%;
  color: #fff;
  opacity: 1;
  display: flex;
  position: absolute;
  top: calc(50% - 28px);
}

.container > .carousel_meteo_map .glide .icon-chevron_left {
  left: 5px;
}

.container > .carousel_meteo_map .glide .icon-chevron_left:before,
.container > .carousel_meteo_map .glide .icon-chevron_right:before {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNDciIGhlaWdodD0iNDciIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZmlsbD0iI2ZmZiIgZD0iTS4zMTMuMjYyaDQ2djQ2aC00NnoiLz48cGF0aCBkPSJNMjguMzEzIDEzLjQwN2wtMi4xMzYtMi4xNDUtMTEuODY0IDEyIDExLjg3NiAxMiAyLjEyMy0yLjE0Ni05Ljc1My05Ljg1NCA5Ljc1My05Ljg1NXoiIGZpbGw9IiMzQjNCM0QiLz48L3N2Zz4=");
}

.container > .carousel_meteo_map .glide .icon-chevron_left:before {
  content: "";
  background-repeat: no-repeat;
  background-size: contain;
  min-width: 36px;
  height: 36px;
}

.container > .carousel_meteo_map .glide .icon-chevron_right {
  right: 0;
}

.container > .carousel_meteo_map .glide .icon-chevron_right:before {
  content: "";
  background-repeat: no-repeat;
  background-size: contain;
  min-width: 36px;
  height: 36px;
  transform: rotate(180deg);
}

.container > .carousel_meteo_map .glide .icon-arrow-left:before {
  position: absolute;
  top: 8px;
  left: 15px;
  font-size: 0.9rem;
}

.container > .carousel_meteo_map .glide .icon-arrow-right:before {
  position: absolute;
  top: 8px;
  right: 15px;
  font-size: 0.9rem;
}

.container > .carousel_meteo_map .glide__slides,
.container > .carousel_meteo_map .glide__track {
  overflow: visible;
}

.container > .carousel_meteo_map .glide .carousel-meteo-item_title-container {
  display: none;
}

.container > .carousel_meteo_map .glide__slide {
  position: relative;
}

.container
  > .carousel_meteo_map
  .glide__slide
  .carousel-meteo-item_image
  picture {
  aspect-ratio: 1.5;
  overflow: hidden;
}

.container
  > .carousel_meteo_map
  .glide__slide
  .carousel-meteo-item_image
  picture
  img {
  object-fit: cover;
  height: 100%;
  width: 100%;
}

.container > .carousel_meteo_map .glide__slide .carousel-meteo-item_title {
  padding-left: 0;
}

.container > .carousel_meteo_map .glide__slide--active .carousel-meteo-item {
  position: relative;
  z-index: 1;
}

@media (min-width: 1024px) {
  .container > .carousel_meteo_map .glide__slide--active .carousel-meteo-item {
    transform: translateX(0) scale(1.5);
  }
}

.container
  > .carousel_meteo_map
  .glide__slide--active
  .carousel-meteo-item
  .carousel-meteo-item_locality {
  font-weight: 700;
}

.container
  > .carousel_meteo_map
  .glide__slide--active
  .carousel-meteo-item
  .carousel-meteo-item_locality-container {
  background-color: red;
}

.container
  > .carousel_meteo_map
  .glide__slide--active
  .carousel-meteo-item
  .carousel-meteo-item_image {
  transition: 0.5s cubic-bezier(0.17, 0.67, 0.55, 1.43);
  border: 4px solid #fff;
  display: block;
}

.container
  > .carousel_meteo_map
  .glide__slide--active
  .carousel-meteo-item
  .carousel-meteo-item_title {
  padding-left: 0;
}

.container
  > .carousel_meteo_map
  .glide__slide--active
  .carousel-meteo-item
  .carousel-meteo-item_title-container {
  padding: 0 20px;
  display: flex;
  flex-direction: column;
  line-height: 1.2;
}

.container
  > .carousel_meteo_map
  .glide__slide--active
  .carousel-meteo-item
  .carousel-meteo-item_title-container
  span {
  padding-left: 4px;
  padding-right: 4px;
}

@media (min-width: 1024px) {
  .container
    > .carousel_meteo_map
    .glide__slide--active
    .carousel-meteo-item
    .carousel-meteo-item_title-container
    span {
    font-size: 8px;
    display: block;
  }
}

@media (min-width: 1024px) {
  .container
    > .carousel_meteo_map
    .glide__slide--active
    .carousel-meteo-item
    .carousel-meteo-item_title-container {
    padding: 0;
    font-size: 8px;
  }
}

.modal-meteo .glide__slide--clone {
  display: none;
  background-color: rgba(0, 0, 0, 0.7);
}

.site-header {
  height: 88px;
  position: relative;
  z-index: 9999;
  transition: 0.3s;
  background: #000;
}

@media (min-width: 1024px) {
  .site-header {
    height: 134px;
  }
}

@media print {
  .site-header {
    display: none;
  }
}

.site-header .header-brand {
  margin: 5px 0;
  width: 150px;
  display: flex;
  align-items: center;
}

@media (min-width: 1024px) {
  .site-header .header-brand {
    margin: 6px 0 5px;
    width: 250px;
  }
}

.site-header__datetime {
  width: 140px;
  margin-left: 20px;
  color: #fff;
  font-size: 0.8rem;
  line-height: 2;
  text-align: right;
  display: none;
}

.site-header__date {
  font-weight: 600;
  float: left;
}

.site-header .menu-top__link {
  color: #fff;
}

.site-header .a3player-link {
  width: 48px;
  padding: 0 12px;
}

@media (min-width: 1024px) {
  .site-header .a3player-link {
    margin: 0 12px;
    width: 105px;
    display: inherit;
    padding: initial;
  }
}

.site-header .a3player-link img,
.site-header .a3player-link svg {
  transition: 0.3s;
  width: 100%;
  display: block;
}

.site-header .a3player-link:hover img,
.site-header .a3player-link:hover svg {
  transform: scale(1.03);
  transform-origin: center;
}

.site-header .weather {
  width: calc(100% - 50px);
  display: none;
}

@media (min-width: 1024px) {
  .site-header .weather {
    width: 250px;
  }
}

.site-header__tools {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  margin-left: 20px;
}

@media (max-width: 1023.98px) {
  .site-header__tools {
    margin-right: 28px;
  }
}

.site-header__tools button {
  color: #fff;
  width: 2.5rem;
  height: 2.5rem;
  opacity: 0.8;
}

.site-header__tools-divider {
  display: inline-block;
  border-left: 1px solid hsla(0, 0%, 100%, 0.2);
  height: 2.5rem;
}

.site-header__last-minute {
  color: #fff;
  text-transform: uppercase;
  font-size: 0.75rem;
  font-weight: 700;
  position: relative;
  padding-left: 15px;
  line-height: 1.2;
  margin: 0 12px;
}

.site-header__last-minute:before {
  content: "";
  position: absolute;
  background: #d0021c;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  top: 50%;
  margin-top: -5px;
  left: 0;
}

.site-header__last-minute:hover {
  color: #fff;
  opacity: 0.8;
}

@media (max-width: 1023.98px) {
  .site-header__last-minute {
    font-size: 0.625rem;
    padding-top: 11px;
    padding-bottom: 11px;
  }

  .site-header__last-minute span {
    display: block;
    font-size: 1.3em;
  }
}

@media (max-width: 1023.98px) {
  .site-header .search-toggler {
    display: none;
  }
}

@media (max-width: 1023.98px) {
  .site-header__search {
    margin-bottom: 20px;
  }

  .site-header__search .search-closer,
  .site-header__search .search-title {
    display: none;
  }

  .site-header__search .container {
    margin: 0;
    padding: 0;
    width: auto;
    display: block;
  }

  .site-header__search form {
    display: flex;
    width: 100%;
    flex-direction: row-reverse;
  }

  .site-header__search .textarea--animated {
    padding: 6px 15px;
    height: 38px;
    min-height: 0;
    border-radius: 0;
    border: 1px solid #fff;
    font-size: 1rem;
    margin: 0;
    -webkit-animation: none;
    animation: none;
    resize: none;
  }

  .site-header__search .search-form__btn {
    width: 40px;
    height: 38px;
    border-radius: 0;
    line-height: 40px;
    text-align: center;
    background-color: #fff;
    color: #000;
    padding: 0;
    font-size: 1rem;
    border: 1px solid #fff;
  }

  .site-header__bottom + .site-header__search,
  .site-header__search .search-form__btn-text {
    display: none;
  }
}

@media (min-width: 1024px) {
  .site-header__search {
    transition: 0.3s;
    position: absolute;
    left: 0;
    right: 0;
    top: 80px;
    height: 0;
    overflow-x: hidden;
    overflow-y: auto;
    z-index: 99999;
    background: #fbfbfb;
    overflow-y: hidden;
    top: 31px;
  }

  .site-header__search.show {
    height: calc(100vh - 128px);
  }

  .site-header__search .container {
    max-width: 600px;
    display: block !important;
    margin: 70px auto 40px;
  }

  .site-header__search .search-closer {
    color: #000;
    font-size: 1.6rem;
    position: absolute;
    width: 41px;
    top: 40px;
    right: 100px;
    margin-right: 40px;
  }

  .site-header__search .search-title {
    font-weight: 300;
    margin-bottom: 20px;
    color: #000;
    font-size: 1.8rem;
  }

  .site-header__search .search-form__btn .icon-search {
    display: none;
  }

  .site-header__bottom + .site-header__search {
    top: 128px;
  }
}

@media (min-width: 1280px) {
  .site-header__search .search-closer {
    right: calc(50% - 540px);
  }
}

.site-header .push-notification {
  margin-right: 55px;
  border-right: 1px solid rgba(26, 39, 99, 0.6);
  align-self: flex-start;
  height: 30px;
  width: 30px;
  position: absolute;
  z-index: 99999;
  right: 0;
  color: #fff;
  padding-top: 4px;
}

@media (min-width: 1024px) {
  .site-header .push-notification {
    margin-right: 35px;
    right: 100px;
  }
}

@media (min-width: 1280px) {
  .site-header .push-notification {
    right: calc(50% - 540px);
  }
}

.site-header__bottom .container,
.site-header__middle .container,
.site-header__top .container {
  display: flex;
  justify-content: space-between;
}

.site-header__middle .container {
  height: 50px;
}

@media (min-width: 1024px) {
  .site-header__middle .container {
    height: auto;
  }
}

.site-header__top {
  height: 36px;
  border-bottom: 1px solid #2d2d2d;
}

@media (min-width: 1024px) {
  .site-header__middle {
    height: 70px;
    transition: 0.3s;
  }
}

.site-header__middle + .search-toggler {
  display: none;
}

.site-header__bottom {
  background: hsla(0, 0%, 100%, 0.1);
  height: auto;
  position: relative;
  transition: 0.3s ease-out;
}

@media (min-width: 1024px) {
  .site-header__bottom {
    position: absolute;
    left: 0;
    right: 0;
    z-index: 9999;
    background: #3b3b3d;
  }
}

@media (min-width: 1024px) {
  .site-header__bottom:hover {
    background: #3b3b3d;
    height: auto;
  }

  .site-header__bottom:hover .menu-main__list--level2 {
    display: block;
  }
}

.site-header__bottom .container {
  display: flex;
  justify-content: space-between;
}

.site-header--fixed {
  background: transparent;
  box-shadow: none;
  height: 70px;
}

.site-header--fixed .site-header__wrapper {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 9999;
}

@media (min-width: 1024px) {
  .site-header--fixed .site-header__wrapper {
    padding-bottom: 31px;
  }
}

.site-header--fixed .site-header__middle {
  background: #000;
}

@media (min-width: 1024px) {
  .site-header--fixed .site-header__middle {
    height: 40px;
  }
}

@media (min-width: 1024px) {
  .site-header--fixed .header-brand {
    margin: 0;
  }
}

@media (min-width: 1024px) {
  .site-header--fixed .header-brand__img {
    height: 26px;
    margin-top: 5px;
  }
}

.site-header--fixed .header-brand-noticias__link {
  height: 24px;
  margin-top: 0;
}

@media (min-width: 1024px) {
  .site-header--fixed .header-brand__link {
    width: 30px;
  }
}

@media (min-width: 1024px) {
  .site-header--fixed .header-brand-section__link {
    display: none;
  }
}

@media (min-width: 1024px) {
  .site-header--fixed .header-brand__text img {
    width: 100px;
    margin-top: 3px;
  }
}

@media (min-width: 1024px) {
  .site-header--fixed .header-brand__text span {
    display: none;
  }
}

@media (max-width: 1023.98px) {
  .site-header--fixed .menu-main__nav {
    height: calc(100vh - 54px);
  }
}

.site-header--fixed .site-header__search {
  top: 54px;
}

@media (min-width: 1024px) {
  .site-header--fixed .site-header__search {
    top: 70px;
  }
}

.site-header--fixed .site-header__search.show {
  height: calc(100vh - 54px);
}

@media (min-width: 1024px) {
  .site-header--fixed .site-header__search.show {
    height: calc(100vh - 70px);
  }
}

@media (min-width: 1024px) {
  .site-header--fixed .weather {
    padding-bottom: 0;
  }
}

@media (min-width: 1024px) {
  .site-header--fixed .weather .icon-arrow-down {
    margin-bottom: 3px;
  }
}

.header-brand-noticias__link img {
  width: 44px;
}

@media (min-width: 1024px) {
  .header-brand-noticias__link img {
    width: auto;
  }
}

.site-header:not(.site-header--fixed) .site-header__wrapper {
  background: transparent;
  box-shadow: none;
}

.suggestion-list {
  display: flex;
  flex-wrap: wrap;
  margin-top: 10px;
}

.suggestion-list__item {
  margin-right: 6px;
  margin-bottom: 8px;
  line-height: 1.4;
}

.suggestion-list__link {
  padding: 6px 14px;
  background: #e3e3e3;
  font-size: 0.8rem;
  border-radius: 6px;
  color: #707070;
}

.suggestion-list__link:hover {
  color: #fff;
  background: #000;
}

.section-media-overflow {
  margin-top: 76px;
  position: relative;
}

@media (min-width: 768px) {
  .section-media-overflow {
    margin-top: 50px;
    padding-top: 60px;
  }
}

@media (min-width: 768px) {
  .section-media-overflow:before {
    content: "";
    display: block;
    width: 100%;
    position: absolute;
    top: 20px;
    left: 50%;
    transform: translateX(-50%);
    height: 1px;
    border-top: 1px solid #e3e3e3;
    max-width: 1080px;
  }
}

@media (min-width: 1024px) {
  .section-media-overflow:before {
    width: calc(100% - 200px);
  }
}

@media (min-width: 1024px) {
  .section-media-overflow {
    padding-top: 100px;
    margin-top: -10px;
  }
}

.section-media-overflow .fullwidth-block {
  padding-bottom: 10px;
}

.section-media-overflow .row .article {
  border-top: 0;
  padding-top: 0;
}

.section-media-overflow .row .article picture {
  border-bottom-color: #fff;
}

.section-media-overflow--one-article .fullwidth-block {
  padding-bottom: 0;
  padding-top: 30px;
}

.section-media-overflow--one-article .media-overflow {
  border-bottom: 0;
  margin-bottom: 0;
}

@media (min-width: 768px) {
  .section-media-overflow--one-article .media-overflow .article__content {
    max-width: 440px;
  }
}

.section-6-news {
  margin-top: 20px;
  counter-reset: item;
  margin-bottom: 40px;
}

.section-6-news .article {
  counter-increment: item;
  margin-bottom: 40px;
  padding-left: 50px;
}

@media (min-width: 768px) {
  .section-6-news .article {
    padding-left: 60px;
  }
}

.section-6-news .article:before {
  font-weight: 500;
  font-size: 2.75rem;
  font-family: N3 Tipo, Helvetica, Arial, sans-serif;
  position: absolute;
  left: 0;
  top: 0;
  color: #000;
  display: block;
  padding-right: 10px;
  content: counter(item) ".";
}

@media (min-width: 768px) {
  .section-6-news .article:before {
    font-size: 3rem;
  }
}

@media (min-width: 1024px) {
  .section-6-news .article__title,
  .section-6-news .col-md-4 > .article--essential .article__title {
    font-size: 1.2rem;
  }
}

.section-weekend {
  margin-bottom: 40px;
}

.section-weekend .article--media-side {
  margin-bottom: 10px;
}

@media (min-width: 1024px) {
  .section-weekend .article--media-side {
    margin-bottom: 0;
  }
}

@media (max-width: 1023.98px) {
  .section-weekend .article--media-side .article__media {
    width: 33%;
    align-self: flex-start;
    padding-right: 4px;
  }
}

@media (max-width: 1023.98px) {
  .section-weekend .article--media-side .article__body {
    width: 66%;
    padding-left: 4px;
  }
}

.section-weekend .article__title {
  max-height: 48px;
  font-size: 1rem;
  font-weight: 600;
  -webkit-line-clamp: 3;
}

@media (min-width: 1024px) {
  .section-weekend .article__title {
    max-height: 64px;
    -webkit-line-clamp: 4;
  }
}

.section-stories {
  margin-bottom: 40px;
}

.section-stories .article {
  margin: 10px 5px;
}

.section-podcast .article {
  border-top: 0;
  padding-top: 0;
}

.section-podcast .section-header {
  border-bottom: 1px solid hsla(0, 0%, 100%, 0.2);
  padding-bottom: 20px;
}

.section-podcast .audio-player {
  margin-bottom: 20px;
  padding: 0;
}

@media (min-width: 768px) {
  .section-podcast .audio-player {
    padding: 0 0 20px 20px;
    border-left: 1px dashed hsla(0, 0%, 100%, 0.3);
  }
}

@media (min-width: 1024px) {
  .section-podcast .podcast-highlight .article__media {
    width: 27%;
  }
}

@media (min-width: 1024px) {
  .section-podcast .podcast-highlight .article__body {
    width: 73%;
  }
}

.section-video {
  background-color: transparent;
  padding-bottom: 3px;
}

.section-video .section-header {
  position: relative;
  z-index: 2;
  border-bottom: 0;
}

.section-video .container,
.section-video .row > * {
  position: static;
}

.section-video .article--media-cover {
  min-height: 340px;
  padding-left: 0;
  padding-right: 0;
}

.section-video .article--media-cover .article__media:after {
  background: #1a2763;
  background: -moz-linear-gradient(15deg, #1a2763 50%, #e73827 100%);
  background: -webkit-gradient(
    left bottom,
    right top,
    color-stop(50%, #1a2763),
    color-stop(100%, #e73827)
  );
  background: -webkit-linear-gradient(15deg, #1a2763 50%, #e73827);
  background: -o-linear-gradient(15deg, #1a2763 50%, #e73827 100%);
  background: -ms-linear-gradient(15deg, #1a2763 50%, #e73827 100%);
  background: linear-gradient(15deg, #1a2763 50%, #e73827);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#1a2763",endColorstr="#e73827",GradientType=1);
  opacity: 0.5;
}

.section-video .videos-list {
  height: 380px;
  overflow-y: auto;
  margin-bottom: 40px;
}

@media (min-width: 1024px) {
  .section-video .videos-list {
    margin-bottom: 0;
  }
}

.section-video .row {
  align-items: flex-end;
}

@media (max-width: 1023.98px) {
  .section-video .row > :last-child {
    order: -1;
    z-index: 4;
  }
}

.section-video-gallery {
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
  flex-wrap: wrap;
}

@media (min-width: 768px) {
  .section-video-gallery {
    padding-right: 0;
  }
}

@media (min-width: 1024px) {
  .section-video-gallery {
    padding-left: 100px;
  }
}

@media (min-width: 1280px) {
  .section-video-gallery {
    padding-left: calc(50% - 540px);
    padding-top: 0;
    padding-bottom: 0;
  }
}

.section-video-gallery .btn {
  position: absolute;
}

@media (min-width: 1024px) {
  .main-wrapper .section-video-gallery {
    padding-left: calc(50% - 50vw + 100px);
  }
}

@media (min-width: 1224px) {
  .main-wrapper .section-video-gallery {
    padding-left: 20px;
  }
}

.section-video-gallery .section-summary {
  color: #aaa;
}

.section-video-gallery .section-header {
  width: 100%;
}

@media (min-width: 1280px) {
  .section-video-gallery .section-header {
    padding-right: 20px;
    width: 300px;
    padding-top: 80px;
    padding-bottom: 20px;
  }
}

.section-video-gallery .section-title {
  font-size: 1.8rem;
}

@media (min-width: 1280px) {
  .section-video-gallery .section-title {
    font-size: 2.2rem;
  }
}

@media (min-width: 1280px) {
  .main-wrapper .section-video-gallery .section-title {
    font-size: 1.6rem;
  }
}

.section-video-gallery .owl-carousel {
  margin-left: -20px;
  margin-right: -20px;
  width: calc(100% + 40px);
}

@media (min-width: 1280px) {
  .section-video-gallery .owl-carousel {
    margin-left: 0;
    margin-right: 0;
    padding-left: 4px;
    width: calc(100% - 300px);
  }
}

.section-video-gallery .owl-item.active + .active,
.section-video-gallery .owl-item.active + .owl-item {
  position: relative;
}

.section-video-gallery .owl-item.active + .active:after,
.section-video-gallery .owl-item.active + .owl-item:after {
  content: "";
  background: rgba(0, 0, 0, 0.6);
  z-index: 999;
}

.section-video-gallery .owl-item.active + .active .a3mod_player .icon:before,
.section-video-gallery
  .owl-item.active
  + .active
  .a3mod_player
  .vjs-big-play-button:before,
.section-video-gallery .owl-item.active + .active .icon-play,
.section-video-gallery .owl-item.active + .active atres-player .icon:before,
.section-video-gallery
  .owl-item.active
  + .active
  atres-player
  .vjs-big-play-button:before,
.section-video-gallery .owl-item.active + .owl-item .a3mod_player .icon:before,
.section-video-gallery
  .owl-item.active
  + .owl-item
  .a3mod_player
  .vjs-big-play-button:before,
.section-video-gallery .owl-item.active + .owl-item .icon-play,
.section-video-gallery .owl-item.active + .owl-item atres-player .icon:before,
.section-video-gallery
  .owl-item.active
  + .owl-item
  atres-player
  .vjs-big-play-button:before {
  background: hsla(0, 0%, 100%, 0.3);
}

.section-video-gallery .owl-item.active + .active .article__body,
.section-video-gallery .owl-item.active + .owl-item .article__body {
  display: none;
}

.section-video-gallery .item,
.section-video-gallery .owl-dots,
.section-video-gallery .owl-nav {
  width: 100%;
}

@media (min-width: 768px) {
  .section-video-gallery .owl-dots,
  .section-video-gallery .owl-nav {
    padding-right: 20px;
  }
}

@media (min-width: 1024px) {
  .section-video-gallery .owl-dots,
  .section-video-gallery .owl-nav {
    padding-right: 0;
    width: calc(100% - 100px);
  }
}

@media (min-width: 1280px) {
  .section-video-gallery .owl-dots,
  .section-video-gallery .owl-nav {
    width: 1080px;
    margin-left: -300px;
  }
}

.section-video-gallery .owl-nav {
  position: relative;
}

@media (min-width: 1280px) {
  .section-video-gallery .owl-nav [class*="owl-"] {
    position: absolute;
    margin-top: -50px;
  }
}

@media (min-width: 1024px) {
  .main-wrapper .section-video-gallery .owl-nav {
    width: 100%;
    padding-right: 20px;
  }
}

@media (min-width: 1280px) {
  .main-wrapper .section-video-gallery .owl-nav {
    width: calc(100% + 160px);
  }
}

.section-video-gallery .owl-next {
  right: 0;
}

.section-video-gallery .owl-dots {
  display: block;
  position: absolute;
  margin-top: -30px;
  left: 40px;
  right: 40px;
  width: auto;
}

@media (min-width: 1024px) {
  .section-video-gallery .owl-dots {
    right: 140px;
  }
}

@media (min-width: 1280px) {
  .section-video-gallery .owl-dots {
    margin-top: -43px;
    text-align: left;
    left: 300px;
    right: auto;
  }
}

@media (min-width: 1600px) {
  .section-video-gallery .owl-dots {
    left: calc(47% + 200px);
  }
}

@media (min-width: 1024px) {
  .main-wrapper .section-video-gallery .owl-dots {
    right: 60px;
  }
}

@media (min-width: 1600px) {
  .main-wrapper .section-video-gallery .owl-dots {
    left: calc(47% + 200px);
  }
}

.section-video-gallery .owl-theme .owl-dots .owl-dot {
  padding-left: 0;
}

.section-video-gallery .owl-theme .owl-dots .owl-dot span {
  background: #1c1c1d;
}

.section-video-gallery .owl-theme .owl-dots .owl-dot.active span,
.section-video-gallery .owl-theme .owl-dots .owl-dot:hover span {
  background: #000;
}

.section-video-gallery .owl-theme .owl-dots .owl-dot span {
  width: 15px;
  border-radius: 1px;
}

.section-video-gallery .article {
  margin-bottom: 20px;
  flex-wrap: wrap;
  padding-top: 0;
  border-top: 0;
}

@media (min-width: 1280px) {
  .section-video-gallery .article {
    margin-bottom: 0;
  }
}

.section-video-gallery .article .icon-play {
  top: 20px;
  bottom: auto;
  left: 20px;
  width: 70px;
  height: 70px;
  border-radius: 100%;
  font-size: 3rem;
  z-index: 2;
  background: rgba(0, 0, 0, 0.2);
}

@media (min-width: 1280px) {
  .section-video-gallery .article .icon-play {
    left: 50px;
  }
}

.section-video-gallery .article picture {
  border-bottom: 0;
}

.section-video-gallery .article__body {
  padding: 5px 20px 0;
}

@media (min-width: 768px) {
  .section-video-gallery .article__body {
    padding: 15px 0 60px;
  }
}

@media (min-width: 768px) {
  .main-wrapper .section-video-gallery .article__body {
    max-width: none;
    right: 20px;
    bottom: 20px;
  }
}

@media (min-width: 768px) {
  .section-video-gallery .article__media {
    margin-bottom: 0;
  }

  .section-video-gallery .article__media:after {
    content: "";
    background: rgba(34, 34, 34, 0.2);
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    z-index: 0;
  }
}

.section-video-gallery .article__title {
  font-family: N3 Tipo, Helvetica, Arial, sans-serif;
  font-size: 1.4rem;
  text-shadow: -2px 2px 5px rgba(0, 0, 0, 0.4);
}

@media (min-width: 1024px) {
  .section-video-gallery .article__title {
    font-size: 1.6rem;
  }
}

@media (min-width: 1024px) {
  .main-wrapper .section-video-gallery .article__title {
    font-size: 1.8rem;
  }
}

.section-video-gallery .article__summary {
  display: none;
}

@media (min-width: 1024px) {
  .section-video-gallery .article__summary {
    display: block;
  }
}

.section-video-gallery .a3mod_player .icon:before,
.section-video-gallery .a3mod_player .vjs-big-play-button:before,
.section-video-gallery atres-player .icon:before,
.section-video-gallery atres-player .vjs-big-play-button:before {
  top: 20px;
  bottom: auto;
  border-radius: 100%;
  background: #000;
}

.section-aside-video {
  background-color: #ccccce;
  margin-bottom: 40px;
}

.section-aside-video .section-header {
  padding-top: 25px;
  margin-bottom: 5px;
}

.section-aside-video .section-title {
  font-size: 1.4rem;
  line-height: 1;
  padding: 0 10px;
  font-weight: 600;
}

.section-aside-video .article:not(.article--video-list) {
  padding-top: 0;
  border-top: 0;
  margin-bottom: 0;
}

.section-aside-video .article:not(.article--video-list) .article__body {
  position: absolute;
  bottom: 10px;
}

.section-aside-video .article:not(.article--video-list) .article__title {
  font-size: 1rem;
  padding: 0 10px;
  color: #fff;
}

.section-aside-video .article:not(.article--video-list) .article__media {
  margin-bottom: 0;
  background: #000;
}

.section-aside-video .article:not(.article--video-list) picture {
  border-bottom: 0;
  opacity: 0.8;
}

.section-aside-video .article:not(.article--video-list) .icon-play {
  width: 50px;
  height: 50px;
  font-size: 2rem;
  bottom: 20px;
  left: 20px;
}

.section-aside-video .article--video-list a {
  height: 100%;
}

.section-aside-video .article--aside-video-list .article__body {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.col-md-8 .section-aside-video {
  background-color: transparent;
}

.col-md-8 .section-aside-video .section-header {
  margin-bottom: 15px;
}

.col-md-8
  .section-aside-video
  .article:not(.article--video-list)
  .article__media {
  border-radius: 5px;
  box-shadow: 0 1px 6px 0 rgba(0, 0, 0, 0.2);
}

.col-md-8 .section-aside-video .video-list--aside {
  padding: 20px 6px 6px;
  margin: 0 -6px;
}

.col-md-8 .section-aside-video .article--aside-video-list {
  height: 78px;
  margin: 14px 0 0;
}

.col-md-8 .section-aside-video .article--aside-video-list:first-child {
  margin-top: 0;
}

.col-md-8 .section-aside-video .article--aside-video-list .article__media {
  width: 100px;
  flex: 0 0 100px;
  padding: 0;
}

.col-md-8 .section-aside-video .article--aside-video-list img {
  width: 100px;
  height: 78px;
  object-fit: cover;
}

.col-md-8 .section-aside-video .article--aside-video-list .article__title {
  font-size: 1rem;
  line-height: 1.25;
}

.col-md-8 .section-aside-video .article--aside-video-list .article__body {
  flex: 1 1 auto;
  min-width: none;
  width: auto;
}

@media (min-width: 768px) {
  .col-md-8 .section-aside-video__grid {
    display: flex;
    align-items: flex-start;
    margin-right: -6px;
  }

  .col-md-8 .section-aside-video__grid .videos-list,
  .col-md-8 .section-aside-video__grid > .article {
    flex: 0 0 50%;
    padding-top: 6px;
  }

  .col-md-8 .section-aside-video__grid .videos-list {
    padding: 6px 6px 6px 15px;
    margin: 0;
  }

  .col-md-8 .section-aside-video__grid .video-list--aside {
    max-height: 182px;
  }

  .col-md-8 .section-aside-video .section-title {
    font-size: 1.625rem;
  }

  .col-md-8
    .section-aside-video
    .article:not(.article--video-list)
    .article__media {
    width: 100%;
    height: 170px;
    object-fit: cover;
  }
}

.video-list--aside {
  padding: 20px 30px 0 15px;
  height: auto;
  max-height: 420px;
  overflow: auto;
}

.section-aside-videos {
  margin-bottom: 40px;
}

.section-aside-videos .section-header {
  padding-top: 25px;
  margin-bottom: 5px;
}

.section-aside-videos .section-title {
  font-size: 1.4rem;
  line-height: 1;
  padding: 0 10px;
  font-weight: 600;
}

.section-aside-videos .owl-carousel .owl-nav {
  padding: 0 0 10px;
}

.section-aside-videos .owl-carousel .owl-nav [class*="owl-"] {
  color: #aaa;
}

.section-aside-videos .owl-carousel .owl-dots {
  display: block;
  margin-top: -30px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.section-aside-videos .owl-carousel .owl-dots span {
  border-radius: 2px;
}

.section-aside-videos .article {
  margin: 0;
  padding: 0;
}

.section-aside-videos .article .article__body {
  padding: 0 0 10px;
}

.section-aside-videos .article .article__title {
  font-size: 1.6rem;
  line-height: 1.1;
  font-family: N3 Tipo, Helvetica, Arial, sans-serif;
}

.section-aside-videos .article .article__summary {
  padding-top: 10px;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}

.section-aside-videos .article .icon-play {
  width: 50px;
  height: 50px;
  font-size: 2rem;
  bottom: 20px;
  left: 20px;
}

.section-aside-videos .article picture {
  border: none;
}

.section-aside-videos.black {
  background: #000;
}

.section-aside-videos.black .section-header {
  padding-left: 20px;
  border-top-color: #aaa;
}

.section-aside-videos.black .section-title a {
  color: #fff;
}

.section-aside-videos.black .owl-carousel .owl-nav {
  padding: 0 10px 10px;
}

.section-aside-videos.black .owl-carousel .owl-nav [class*="owl-"] {
  color: #aaa;
}

.section-aside-videos.black .owl-carousel .owl-nav [class*="owl-"]:hover {
  color: #fff;
}

.section-aside-videos.black .owl-carousel .owl-dots {
  margin-top: -10px;
  border-bottom: none;
  border-top: 1px solid hsla(0, 0%, 100%, 0.1);
}

.section-aside-videos.black .article {
  border-top-color: #707070;
}

.section-aside-videos.black .article .article__body {
  padding: 0 20px 10px;
}

.section-aside-videos.black .article .article__title {
  color: #fff;
}

.section-aside-videos.black .article .article__summary {
  border-top: 1px solid hsla(0, 0%, 100%, 0.1);
}

.section-aside-interesting {
  margin-bottom: 40px;
}

.section-aside-interesting .section-header {
  padding-top: 2px;
  margin-bottom: 20px;
}

.section-aside-interesting .section-title {
  font-size: 1.2rem;
  font-weight: 400;
}

.col-md-8 .section-aside-interesting .section-header {
  margin-bottom: 6px;
  padding-top: 6px;
}

.interesting-list {
  height: auto;
  max-height: 420px;
  overflow: auto;
}

.interesting-list .article {
  margin-bottom: 10px;
}

@media (min-width: 1024px) {
  .interesting-list .article__media {
    width: 125px;
  }
}

.interesting-list .article__body {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

@media (min-width: 1024px) {
  .interesting-list .article__body {
    width: calc(100% - 125px);
  }
}

.interesting-list .article__title {
  font-weight: 500;
  font-size: 1rem;
  line-height: 1.15;
}

@media (max-width: 1023.98px) {
  .interesting-list.horizontal-list {
    display: flex;
    overflow-x: scroll;
    max-height: none;
    flex-wrap: nowrap;
    flex-direction: row;
    width: calc(100% + 40px);
    margin-left: -20px;
    padding: 10px 0 10px 20px;
  }
}

@media (max-width: 1023.98px) {
  .interesting-list.horizontal-list .simplebar-content {
    display: flex;
  }
}

@media (max-width: 1023.98px) {
  .interesting-list.horizontal-list .article {
    min-width: 180px;
    height: 280px;
    margin-right: 10px;
    background: #f6f6f6;
    border-radius: 5px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    border-top: 0;
    padding-top: 0;
    overflow: hidden;
    display: block;
    width: 180px;
  }
}

@media (max-width: 1023.98px) {
  .interesting-list.horizontal-list .article__tag {
    padding: 0 15px;
  }
}

@media (max-width: 1023.98px) {
  .interesting-list.horizontal-list .article__title {
    padding: 0 15px;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 6;
  }
}

.bottom-banner {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  background: #000;
  color: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.8);
  z-index: 999;
  height: auto;
  cursor: pointer;
}

.bottom-banner--transparent {
  background: rgba(0, 0, 0, 0.4);
}

.bottom-banner--transparent:hover {
  background: #000;
}

@media print {
  .bottom-banner {
    display: none;
  }
}

@media (min-width: 1024px) {
  .bottom-banner:hover .bottom-banner__content {
    display: block;
  }

  .bottom-banner:hover .live-section__title {
    display: none;
  }
}

@media (max-width: 1023.98px) {
  .bottom-banner.show .bottom-banner__content {
    display: block;
  }

  .bottom-banner.show .live-section__title {
    display: none;
  }
}

.bottom-banner__publi {
  background: #e3e3e3;
}

.bottom-banner__content {
  height: 100%;
  display: none;
}

.bottom-banner-alerta {
  background: rgba(255, 0, 0, 0.9);
  transition: 0.3s;
}

.bottom-banner-alerta:hover {
  background: red;
}

.bottom-banner-alerta a {
  display: block;
  width: 100%;
  padding: 3px 0 5px 22px;
  color: #fff;
  border: none;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  position: relative;
}

.bottom-banner-alerta a:before {
  content: "";
  position: absolute;
  top: 10px;
  left: 5px;
  width: 12px;
  height: 12px;
  border-radius: 50px;
  background: #fff;
}

@media (max-width: 1023.98px) {
  .show .bottom-banner-alerta a {
    white-space: normal;
    line-height: 1.2rem;
  }
}

.live-section {
  height: 100%;
}

.live-section__heading {
  padding: 12px 0 8px;
  display: flex;
}

.live-section__heading .bottom-banner__tag {
  font-family: N3 Tipo, Helvetica, Arial, sans-serif;
  font-size: 0.9rem;
  line-height: 1.2rem;
  font-weight: 500;
  color: red;
  text-transform: uppercase;
  margin-right: 10px;
  position: relative;
  padding-left: 18px;
  margin-bottom: 0;
}

.live-section__heading .bottom-banner__tag:before {
  content: "";
  position: absolute;
  top: 2px;
  left: 0;
  width: 12px;
  height: 12px;
  border-radius: 50px;
  background: red;
}

.live-section__title {
  font-family: N3 Tipo, Helvetica, Arial, sans-serif;
  font-size: 0.9rem;
  font-weight: 600;
  line-height: 1rem;
  color: #fff;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 100%;
  margin: 1px 0 0;
  display: none;
}

@media (min-width: 768px) {
  .live-section__title {
    display: block;
  }
}

.live-section__title a {
  color: #fff;
}

.live-section__title a:hover {
  opacity: 0.75;
}

.live-section .article {
  padding-top: 0;
  border-top: 0;
  margin-top: 5px;
  margin-bottom: 10px;
}

.live-section .article__body {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.live-section .article__title {
  font-size: 1rem;
  color: #fff;
}

@media (min-width: 1024px) {
  .live-section .article__title {
    font-size: 1.2rem;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    max-height: 100%;
  }
}

.live-section .article__title a {
  color: #fff;
}

.live-section .article__title a:hover {
  opacity: 0.75;
}

.live-section .article__footer {
  line-height: 0;
}

@media (min-width: 1024px) {
  .live-section .article__time {
    font-size: 0.8rem;
  }
}

.live-section .article picture {
  border-bottom: 0;
}

.live-section .icon-play-transparent {
  position: absolute;
  bottom: 15px;
  left: 15px;
  color: #000;
  font-size: 1.5rem;
}

.last-section {
  height: 100%;
  border-left: 1px solid hsla(0, 0%, 100%, 0.2);
  padding-left: 10px;
}

.last-section__heading {
  font-family: N3 Tipo, Helvetica, Arial, sans-serif;
  padding: 12px 0 8px;
  font-weight: 600;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  font-size: 0.9rem;
  line-height: 1;
}

.last-section__heading-icon {
  display: inline-flex;
  flex-direction: column;
  font-size: 0.5rem;
  margin-right: 10px;
}

.last-section__heading-icon .icon-arrow-down {
  color: #707070;
  margin-top: 1px;
}

.last-section__list {
  padding-bottom: 10px;
}

.last-section__link {
  border-radius: 3px;
  padding: 5px;
  font-size: 1rem;
  color: #fff;
  line-height: 1rem;
  display: block;
  transition: 0.3s;
}

.last-section__link:before {
  transition: 0.3s;
  content: "";
  display: inline-block;
  margin-right: 6px;
  vertical-align: 2px;
  width: 5px;
  height: 5px;
  border-radius: 50px;
  background: #666;
}

.last-section__link:active,
.last-section__link:focus,
.last-section__link:hover {
  background: hsla(0, 0%, 100%, 0.15);
  color: #fff;
}

.last-section__link:active:before,
.last-section__link:focus:before,
.last-section__link:hover:before {
  background: #000;
}

@media (min-width: 1024px) {
  .alert_cls .banner-alerta a + a {
    margin-left: 64px;
  }
}

.alert_cls .banner-alerta a + a strong + span {
  display: block;
  vertical-align: middle;
}

@media (min-width: 1024px) {
  .alert_cls .banner-alerta a + a strong + span {
    display: inline-block;
    width: 75%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    vertical-align: middle;
  }
}

.alert_cls .banner-alerta {
  margin: 28px 0 22px;
}

.alert_cls .banner-alerta a {
  display: block;
  height: auto;
  min-height: 43px;
  color: #000;
  border: none;
  font-size: 1rem;
  line-height: 1.4;
  margin-bottom: 10px;
  position: relative;
  margin-top: 50px;
  padding: 10px 0;
}

@media (min-width: 1024px) {
  .alert_cls .banner-alerta a {
    margin-top: 0;
    height: 43px;
    padding: 0;
    display: flex;
    align-items: center;
  }
}

.alert_cls .banner-alerta a.breaking-live strong:before {
  content: "";
  height: 12px;
  width: 12px;
  background-color: #fbfd00;
  margin: 4px 5px 4px -3px;
  border-radius: 50%;
}

.alert_cls .banner-alerta a.color-yellow {
  background-color: #f3f3f5;
}

.alert_cls .banner-alerta a.color-yellow strong {
  background-color: #000;
  color: #fbfd00;
}

.alert_cls .banner-alerta a.color-yellow span {
  font-weight: 400;
}

.alert_cls .banner-alerta a.color-live {
  background-color: #d6d6d8;
}

.alert_cls .banner-alerta a.color-live strong {
  background: #464647;
  color: #fff;
}

.alert_cls .banner-alerta a.color-live span {
  font-weight: 400;
}

.alert_cls .banner-alerta strong {
  display: inline-flex;
  flex: 0 0 auto;
  padding: 7px 10px;
  position: absolute;
  text-transform: uppercase;
  height: 33px;
  top: -33px;
  left: 8px;
  font-size: 0.875rem;
}

@media (min-width: 1024px) {
  .alert_cls .banner-alerta strong {
    top: 0;
    position: relative;
    left: 0;
    height: 43px;
    font-size: 16px;
    padding: 12px 20px;
  }
}

.alert_cls .banner-alerta strong + span {
  padding-left: 10px;
  font-weight: 500;
  display: flex;
}

@media (min-width: 1024px) {
  .alert_cls .banner-alerta strong + span {
    display: inline-block;
    flex: 1 1 auto;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    vertical-align: middle;
    align-items: center;
  }
}

.mediabox {
  border-top: 2px solid #e3e3e3;
  padding-top: 5px;
  margin: 6px 0 20px;
}

.mediabox__list {
  margin-top: 15px;
}

.mediabox__item,
.mediabox li.mediabox__item {
  font-weight: 500;
  font-size: 0.9rem;
  font-family: N3 Tipo, Helvetica, Arial, sans-serif;
  padding-bottom: 8px;
  margin-bottom: 10px;
  margin-left: 0;
  border-bottom: 1px solid #e3e3e3;
  color: #000;
  line-height: 1.1;
  list-style: none;
}

.mediabox__link {
  color: #000;
  display: flex;
}

.mediabox__link:active,
.mediabox__link:focus,
.mediabox__link:hover {
  color: #000;
}

.mediabox__link i {
  font-size: 1.4rem;
  color: #000;
  margin-right: 8px;
}

.mediabox__link.data-list {
  padding-left: 15px;
  font-weight: 700;
}

.mediabox__link.data-list .num {
  font-size: 1rem;
  font-weight: 700;
  position: absolute;
  left: 0;
}

.article-video__lenght {
  position: absolute;
  z-index: 10;
  color: #fff;
  bottom: 20px;
  right: 0;
  font-size: 0.9rem;
}

.article-video__lenght i {
  margin-left: 5px;
  vertical-align: -1px;
}

.article-video .great-element-multimedia {
  padding-bottom: 0;
  height: 100%;
}

.article-video--opening {
  position: relative;
  transition: 0.1s;
  height: 40vw;
  min-height: 210px;
  overflow: hidden;
}

.main-wrapper .article-video--opening {
  margin-top: 0;
}

@media (min-width: 1280px) {
  .main-wrapper .article-video--opening {
    height: 25vw;
  }
}

.main-wrapper .article-video--opening .a3mod_player .icon:before,
.main-wrapper .article-video--opening .a3mod_player .vjs-big-play-button:before,
.main-wrapper .article-video--opening atres-player .icon:before,
.main-wrapper .article-video--opening atres-player .vjs-big-play-button:before {
  left: 20px;
}

.article-video--opening .a3mod_player,
.article-video--opening atres-player {
  width: 100%;
  height: 100%;
}

.article-video--opening.playing {
  cursor: default;
  height: auto;
  min-height: 234px;
  padding-top: 56.25%;
}

@media (min-width: 1024px) {
  .main-wrapper .article-video--opening.playing {
    height: 100%;
  }
}

.article-video--opening.playing .container {
  display: none;
}

.article-video--opening .article-video__wrapper {
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.article-video--opening .container {
  position: relative;
}

.article-video--opening .great-element-multimedia {
  margin-left: 0;
  margin-right: 0;
  width: 100%;
}

.article-video--content {
  margin-bottom: 20px;
}

.article-video--content.playing .container {
  display: none;
}

.article-video--content.playing .playerContainer {
  position: absolute;
  top: 0;
  left: 0;
  background: #c30;
  width: 100%;
  height: 100%;
}

.article-video--content .container {
  position: relative;
  width: 100%;
}

.article-video--content .article-video__lenght {
  right: 20px;
}

@media (min-width: 1024px) {
  .article-video--content .article-video__lenght {
    right: 16%;
  }
}

.pagina-interior .multimedia {
  position: relative;
  margin-left: -20px;
  margin-right: -20px;
  margin-bottom: 10px;
  width: calc(100% + 40px);
}

@media (min-width: 1024px) {
  .pagina-interior .multimedia {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }
}

.pagina-interior .multimedia picture {
  aspect-ratio: 1.76;
  line-height: 0.8;
  font-size: 12px;
}

.pagina-interior .multimedia figure,
.pagina-interior .multimedia img,
.pagina-interior .multimedia picture {
  width: 100%;
}

.big-media {
  margin-bottom: 30px;
}

.great-element-multimedia {
  position: relative;
  transition: 0.75s;
  height: 25vh;
  min-height: 210px;
  overflow: hidden;
  cursor: pointer;
  margin-bottom: 40px;
}

.great-element-multimedia:hover {
  transition-delay: 0.25s;
}

@media (min-width: 1024px) {
  .great-element-multimedia:hover {
    height: 80vh;
  }
}

@media (min-width: 1024px) {
  .great-element-multimedia:hover picture {
    margin-top: -10vh;
    transition-delay: 0.25s;
  }
}

.great-element-multimedia picture {
  transition-duration: 0.75s;
}

@media (min-width: 1024px) {
  .great-element-multimedia picture {
    margin-top: -25vh;
  }
}

@media (min-width: 1024px) {
  .great-element-multimedia {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    min-height: 234px;
    height: 50vh;
  }
}

.great-element-multimedia .icon-galeria-imagen {
  position: absolute;
  left: calc(50% - 55px);
  top: calc(50% - 55px);
  z-index: 1;
  color: #fff;
  font-family: N3 Tipo, Helvetica, Arial, sans-serif;
  text-align: center;
}

.great-element-multimedia .icon-galeria-imagen i {
  font-size: 2rem;
  background: hsla(0, 0%, 100%, 0.3);
  width: 90px;
  display: block;
  height: 90px;
  line-height: 6rem;
  border-radius: 50px;
  margin-bottom: 4px;
  transition: 0.3s;
}

.great-element-multimedia .icon-galeria-imagen em {
  font-family: barlow;
  text-transform: uppercase;
  font-style: normal;
  display: block;
  font-weight: 700;
}

.great-element-multimedia:hover .icon-galeria-imagen i {
  background: rgba(0, 0, 0, 0.8);
}

.article-video .great-element-multimedia {
  margin-left: 0;
  margin-right: 0;
  width: 100%;
  min-height: 234px;
  position: relative;
  overflow: hidden;
  cursor: pointer;
  margin-bottom: 40px;
}

@media (min-width: 1024px) {
  .article-video .great-element-multimedia picture {
    margin-top: 0;
  }
}

.media .great-element-multimedia {
  margin-left: 0;
  margin-right: 0;
  width: 100%;
  min-height: 234px;
  position: relative;
  overflow: hidden;
  cursor: pointer;
  margin-bottom: 40px;
}

@media (min-width: 1024px) {
  .media .great-element-multimedia picture {
    margin-top: 0;
  }
}

:root {
  --h_congress-home: 935px;
  --h_congress-home-tablet: 695px;
  --h_congress-home-desktop: 652px;
  --h_congress-home-town-tablet: 522px;
  --h_congress-home-town-desktop: 484px;
  --h_senate-home: 933px;
  --h_senate-home-tablet: 763px;
  --h_senate-home-desktop: 721px;
  --h_senate-home-comunity: 820px;
  --h_senate-home-comunity-tablet: 690px;
  --h_senate-home-comunity-desktop: 653px;
  --h_senate-home-town: 959px;
  --h_senate-home-town-tablet: 598px;
  --h_congress-home-1: 1296px;
  --h_congress-home-2: 695px;
  --h_congress-home-town-1: 875px;
  --h_congress-home-town-2: 479px;
  --h_senate-home-1: 1295px;
  --h_senate-home-2: 695px;
  --h_senate-home-comunity-1: 1151px;
  --h_senate-home-comunity-2: 640px;
  --h_senate-home-province-1: 1295px;
  --h_senate-home-province-2: 708px;
  --h_senate-home-town-1: 1039px;
  --h_senate-home-town-2: 573px;
  --h_comparador: 322px;
  --h_comparador-tablet: 324px;
  --h_comparador-desktop: 342px;
  --h_suma: 251px;
  --h_suma-tablet: 273px;
  --h_suma-desktop: 273px;
  --h_pactometro: 351px;
  --h_pactometro-tablet: 330px;
  --h_pactometro-desktop: 218px;
  --h_pactos: 1435px;
  --h_pactos-tablet: 1185px;
  --h_pactos-desktop: 931px;
}

.election-module.election-module--HOME.election-module--CONGRESS {
  min-height: var(--h_congress-home);
}

@media screen and (min-width: 768px) {
  .election-module.election-module--HOME.election-module--CONGRESS {
    min-height: var(--h_congress-home-tablet);
  }
}

@media screen and (min-width: 1024px) {
  .election-module.election-module--HOME.election-module--CONGRESS {
    min-height: var(--h_congress-home-desktop);
  }
}

@media screen and (min-width: 768px) {
  .election-module.election-module--HOME.election-module--CONGRESS.election-module--municipio {
    min-height: var(--h_congress-home-town-tablet);
  }
}

@media screen and (min-width: 1024px) {
  .election-module.election-module--HOME.election-module--CONGRESS.election-module--municipio {
    min-height: var(--h_congress-home-town-desktop);
  }
}

.election-module.election-module--HOME.election-module--SENATE {
  min-height: var(--h_senate-home);
}

@media screen and (min-width: 768px) {
  .election-module.election-module--HOME.election-module--SENATE {
    min-height: var(---h_senate-home-tablet);
  }
}

@media screen and (min-width: 1024px) {
  .election-module.election-module--HOME.election-module--SENATE {
    min-height: var(--h_senate-home--desktop);
  }
}

.election-module.election-module--HOME.election-module--SENATE.election-module--comunidad {
  min-height: var(--h_senate-home-comunity);
}

@media screen and (min-width: 768px) {
  .election-module.election-module--HOME.election-module--SENATE.election-module--comunidad {
    min-height: var(--h_senate-home-comunity-tablet);
  }
}

@media screen and (min-width: 1024px) {
  .election-module.election-module--HOME.election-module--SENATE.election-module--comunidad {
    min-height: var(--h_senate-home-comunity--desktop);
  }
}

.election-module.election-module--HOME.election-module--SENATE.election-module--municipio {
  min-height: var(--h_senate-home-town);
}

@media screen and (min-width: 768px) {
  .election-module.election-module--HOME.election-module--SENATE.election-module--municipio {
    min-height: var(--h_senate-home-town-tablet);
  }
}

.election-module.election-module--BARRAS {
  min-height: var(--h_comparador);
}

@media screen and (min-width: 768px) {
  .election-module.election-module--BARRAS {
    min-height: var(--h_comparador-tablet);
  }
}

@media screen and (min-width: 1024px) {
  .election-module.election-module--BARRAS {
    min-height: var(--h_comparador-desktop);
  }
}

.election-module.election-module--PACTOS {
  min-height: var(--h_pactometro);
}

@media screen and (min-width: 768px) {
  .election-module.election-module--PACTOS {
    min-height: var(--h_pactometro-tablet);
  }
}

@media screen and (min-width: 1024px) {
  .election-module.election-module--PACTOS {
    min-height: var(--h_pactometro-desktop);
  }
}

.election-module.election-module--MINI {
  min-height: var(--h_suma);
}

@media screen and (min-width: 768px) {
  .election-module.election-module--MINI {
    min-height: var(--h_suma-tablet);
  }
}

@media screen and (min-width: 1024px) {
  .election-module.election-module--MINI {
    min-height: var(--h_suma-desktop);
  }
}

.election-module.election-module--PACT_SI_O_NO {
  min-height: var(--h_pactos);
}

@media screen and (min-width: 768px) {
  .election-module.election-module--PACT_SI_O_NO {
    min-height: var(--h_pactos-tablet);
  }
}

@media screen and (min-width: 1024px) {
  .election-module.election-module--PACT_SI_O_NO {
    min-height: var(--h_pactos-desktop);
  }
}

.article-main__content,
.articleBody,
.col-md-8 {
  container-name: app;
}

@media screen and (min-width: 768px) {
  @container app (min-width: 504px) {
    .article-main__content
      .election-module.election-module--HOME.election-module--CONGRESS,
    .articleBody
      .election-module.election-module--HOME.election-module--CONGRESS,
    .col-md-8 .election-module.election-module--HOME.election-module--CONGRESS {
      min-height: var(--h_congress-home-1);
    }
  }

  @container app (min-width: 649px) {
    .article-main__content
      .election-module.election-module--HOME.election-module--CONGRESS,
    .articleBody
      .election-module.election-module--HOME.election-module--CONGRESS,
    .col-md-8 .election-module.election-module--HOME.election-module--CONGRESS {
      min-height: var(--h_congress-home-2);
    }
  }

  @container app (min-width: 504px) {
    .article-main__content
      .election-module.election-module--HOME.election-module--CONGRESS.election-module--municipio,
    .articleBody
      .election-module.election-module--HOME.election-module--CONGRESS.election-module--municipio,
    .col-md-8
      .election-module.election-module--HOME.election-module--CONGRESS.election-module--municipio {
      min-height: var(--h_congress-home-town-1);
    }
  }

  @container app (min-width: 649px) {
    .article-main__content
      .election-module.election-module--HOME.election-module--CONGRESS.election-module--municipio,
    .articleBody
      .election-module.election-module--HOME.election-module--CONGRESS.election-module--municipio,
    .col-md-8
      .election-module.election-module--HOME.election-module--CONGRESS.election-module--municipio {
      min-height: var(--h_congress-home-town-2);
    }
  }

  @container app (min-width: 504px) {
    .article-main__content
      .election-module.election-module--HOME.election-module--SENATE,
    .articleBody .election-module.election-module--HOME.election-module--SENATE,
    .col-md-8 .election-module.election-module--HOME.election-module--SENATE {
      min-height: var(--h_senate-home-1);
    }
  }

  @container app (min-width: 649px) {
    .article-main__content
      .election-module.election-module--HOME.election-module--SENATE,
    .articleBody .election-module.election-module--HOME.election-module--SENATE,
    .col-md-8 .election-module.election-module--HOME.election-module--SENATE {
      min-height: var(--h_senate-home-2);
    }
  }

  @container app (min-width: 504px) {
    .article-main__content
      .election-module.election-module--HOME.election-module--SENATE.election-module--provincia,
    .articleBody
      .election-module.election-module--HOME.election-module--SENATE.election-module--provincia,
    .col-md-8
      .election-module.election-module--HOME.election-module--SENATE.election-module--provincia {
      min-height: var(--h_senate-home-province-1);
    }
  }

  @container app (min-width: 649px) {
    .article-main__content
      .election-module.election-module--HOME.election-module--SENATE.election-module--provincia,
    .articleBody
      .election-module.election-module--HOME.election-module--SENATE.election-module--provincia,
    .col-md-8
      .election-module.election-module--HOME.election-module--SENATE.election-module--provincia {
      min-height: var(--h_senate-home-province-2);
    }
  }

  @container app (min-width: 504px) {
    .article-main__content
      .election-module.election-module--HOME.election-module--SENATE.election-module--comunidad,
    .articleBody
      .election-module.election-module--HOME.election-module--SENATE.election-module--comunidad,
    .col-md-8
      .election-module.election-module--HOME.election-module--SENATE.election-module--comunidad {
      min-height: var(--h_senate-home-comunity-1);
    }
  }

  @container app (min-width: 649px) {
    .article-main__content
      .election-module.election-module--HOME.election-module--SENATE.election-module--comunidad,
    .articleBody
      .election-module.election-module--HOME.election-module--SENATE.election-module--comunidad,
    .col-md-8
      .election-module.election-module--HOME.election-module--SENATE.election-module--comunidad {
      min-height: var(--h_senate-home-comunity-2);
    }
  }

  @container app (min-width: 504px) {
    .article-main__content
      .election-module.election-module--HOME.election-module--SENATE.election-module--municipio,
    .articleBody
      .election-module.election-module--HOME.election-module--SENATE.election-module--municipio,
    .col-md-8
      .election-module.election-module--HOME.election-module--SENATE.election-module--municipio {
      min-height: var(--h_senate-home-town-1);
    }
  }

  @container app (min-width: 649px) {
    .article-main__content
      .election-module.election-module--HOME.election-module--SENATE.election-module--municipio,
    .articleBody
      .election-module.election-module--HOME.election-module--SENATE.election-module--municipio,
    .col-md-8
      .election-module.election-module--HOME.election-module--SENATE.election-module--municipio {
      min-height: var(--h_senate-home-town-2);
    }
  }
}

@media (max-width: 1023.98px) {
  #fbody .col-md-8 > [id^="taboola-container"],
  #fbody .col-md-12 > [id^="taboola-container"] {
    margin-right: 0;
    margin-left: 0;
  }
}

.col-md-8 > [id^="taboola-container"].tbl-feed-full-width,
.col-md-12 > [id^="taboola-container"].tbl-feed-full-width {
  min-height: 2000px;
}

@media (min-width: 480px) {
  .col-md-8 > [id^="taboola-container"].tbl-feed-full-width,
  .col-md-12 > [id^="taboola-container"].tbl-feed-full-width {
    min-height: 2000px;
  }
}

@media (min-width: 768px) {
  .col-md-8 > [id^="taboola-container"],
  .col-md-12 > [id^="taboola-container"] {
    min-height: 1400px;
  }
}

@media (min-width: 1025px) {
  .col-md-8 > [id^="taboola-container"],
  .col-md-12 > [id^="taboola-container"] {
    min-height: 1400px;
  }
}

@media (min-width: 1280px) {
  .col-md-8 > [id^="taboola-container"],
  .col-md-12 > [id^="taboola-container"] {
    min-height: 1500px;
  }
}

[data-feed-main-container-id^="taboola-container-"][id^="taboola-container-"]
  .tbl-feed-header
  .tbl-feed-header-text {
  font-family: A3 TIPO\2, Helvetica, Arial, sans-serif;
}

@media (min-width: 1024px) {
  .photomap {
    position: relative;
    margin-bottom: 50px;
    aspect-ratio: 1.776;
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: contain;
    background-image: url(https://static.antena3.com/css/assets/cb5f5a6a6fca7793ec20.png);
    background-color: #f4f4f4;
  }
}

.photomap select {
  width: calc(100% - 30px);
  height: 32px;
  margin: 20px 15px;
  border-radius: 4px;
  color: #707070;
}

@media (min-width: 1024px) {
  .photomap select {
    margin: 20px 40px;
    width: 230px;
  }
}

.photomap div.provincia {
  width: 55px;
  height: 55px;
  position: absolute;
  display: none;
}

@media (min-width: 1024px) {
  .photomap div.provincia {
    display: block;
  }
}

.photomap div.provincia span {
  width: 45px;
  height: 45px;
  border: 1px solid #fff;
  display: block;
  z-index: 1;
  position: absolute;
  cursor: pointer;
}

.photomap div.provincia span:hover {
  z-index: 5 !important;
}

.photomap div.provincia span + span {
  z-index: 2;
}

.photomap div.provincia span:nth-child(2) {
  z-index: 2;
  right: 0;
  top: -10px;
}

.photomap div.provincia span:nth-child(3) {
  z-index: 3;
  left: 0;
  bottom: -10px;
}

.photomap div.provincia span:nth-child(4) {
  z-index: 4;
  right: -6px;
  top: 15px;
}

.photomap div.provincia span img {
  -o-object-fit: cover;
  object-fit: cover;
  height: 100%;
}

[data-provincia="1"] {
  bottom: 71%;
  left: 58%;
}

[data-provincia="2"] {
  bottom: 31%;
  left: 64%;
}

[data-provincia="3"] {
  bottom: 30%;
  left: 71%;
}

[data-provincia="4"] {
  bottom: 16%;
  left: 63%;
}

[data-provincia="5"] {
  bottom: 50%;
  left: 51%;
}

[data-provincia="6"] {
  bottom: 32%;
  left: 45%;
}

[data-provincia="71"] {
  bottom: 45%;
  left: 90%;
}

[data-provincia="72"] {
  bottom: 41%;
  left: 84%;
}

[data-provincia="73"] {
  bottom: 37%;
  left: 79%;
}

[data-provincia="74"] {
  bottom: 29%;
  left: 79%;
}

[data-provincia="8"] {
  bottom: 59%;
  left: 80%;
}

[data-provincia="9"] {
  bottom: 67%;
  left: 56%;
}

[data-provincia="10"] {
  bottom: 41%;
  left: 45%;
}

[data-provincia="11"] {
  bottom: 13%;
  left: 48%;
}

[data-provincia="12"] {
  bottom: 47%;
  left: 73%;
}

[data-provincia="13"] {
  bottom: 32%;
  left: 54%;
}

[data-provincia="14"] {
  bottom: 24%;
  left: 52%;
}

[data-provincia="15"] {
  bottom: 79%;
  left: 37%;
}

[data-provincia="16"] {
  bottom: 41%;
  left: 65%;
}

[data-provincia="17"] {
  bottom: 66%;
  left: 83%;
}

[data-provincia="18"] {
  bottom: 17%;
  left: 59%;
}

[data-provincia="19"] {
  bottom: 51%;
  left: 63%;
}

[data-provincia="20"] {
  bottom: 78%;
  left: 62%;
}

[data-provincia="21"] {
  bottom: 21%;
  left: 44%;
}

[data-provincia="22"] {
  bottom: 71%;
  left: 72%;
}

[data-provincia="23"] {
  bottom: 24%;
  left: 58%;
}

[data-provincia="24"] {
  bottom: 71%;
  left: 47%;
}

[data-provincia="25"] {
  bottom: 67%;
  left: 77%;
}

[data-provincia="26"] {
  bottom: 68%;
  left: 62%;
}

[data-provincia="27"] {
  bottom: 79%;
  left: 42%;
}

[data-provincia="28"] {
  bottom: 50%;
  left: 57%;
}

[data-provincia="29"] {
  bottom: 15%;
  left: 53%;
}

[data-provincia="30"] {
  bottom: 22%;
  left: 67%;
}

[data-provincia="31"] {
  bottom: 73%;
  left: 67%;
}

[data-provincia="32"] {
  bottom: 69%;
  left: 42%;
}

[data-provincia="33"] {
  bottom: 80%;
  left: 48%;
}

[data-provincia="34"] {
  bottom: 70%;
  left: 51%;
}

[data-provincia="351"] {
  bottom: 27%;
  left: 29%;
}

[data-provincia="352"] {
  bottom: 18%;
  left: 28%;
}

[data-provincia="353"] {
  bottom: 16%;
  left: 21%;
}

[data-provincia="381"] {
  bottom: 18%;
  left: 16%;
}

[data-provincia="382"] {
  bottom: 16%;
  left: 13%;
}

[data-provincia="383"] {
  bottom: 22%;
  left: 9%;
}

[data-provincia="384"] {
  bottom: 13%;
  left: 9%;
}

[data-provincia="36"] {
  bottom: 70%;
  left: 37%;
}

[data-provincia="37"] {
  bottom: 50%;
  left: 46%;
}

[data-provincia="39"] {
  bottom: 79%;
  left: 53%;
}

[data-provincia="40"] {
  bottom: 58%;
  left: 56%;
}

[data-provincia="41"] {
  bottom: 22%;
  left: 48%;
}

[data-provincia="42"] {
  bottom: 60%;
  left: 63%;
}

[data-provincia="43"] {
  bottom: 55%;
  left: 76%;
}

[data-provincia="44"] {
  bottom: 52%;
  left: 69%;
}

[data-provincia="45"] {
  bottom: 41%;
  left: 52%;
}

[data-provincia="46"] {
  bottom: 38%;
  left: 71%;
}

[data-provincia="47"] {
  bottom: 60%;
  left: 51%;
}

[data-provincia="48"] {
  bottom: 79%;
  left: 58%;
}

[data-provincia="49"] {
  bottom: 60%;
  left: 46%;
}

[data-provincia="50"] {
  bottom: 61%;
  left: 69%;
}

[data-provincia="51"] {
  bottom: 7%;
  left: 49%;
}

[data-provincia="52"] {
  bottom: 4%;
  left: 60%;
}

.icon-meteo-sol {
  background-image: url(https://static.antena3.com/css/assets/dd4b8df6277c30d3f570.svg);
}

.icon-meteo-chub_debil,
.icon-meteo-sol {
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: contain;
}

.icon-meteo-chub_debil {
  background-image: url(https://static.antena3.com/css/assets/3461d7c82081ec996e18.svg);
}

.icon-meteo-chub_fuerte {
  background-image: url(https://static.antena3.com/css/assets/cc46ab646a4f334281cc.svg);
}

.icon-meteo-chub_fuerte,
.icon-meteo-chub_nieve {
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: contain;
}

.icon-meteo-chub_nieve {
  background-image: url(https://static.antena3.com/css/assets/0fb134849e3bb44d4d10.svg);
}

.icon-meteo-chub_fuerte_tormenta {
  background-image: url(https://static.antena3.com/css/assets/b5e6c931b944618ab683.svg);
}

.icon-meteo-chub_fuerte_tormenta,
.icon-meteo-lluvia_debil {
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: contain;
}

.icon-meteo-lluvia_debil {
  background-image: url(https://static.antena3.com/css/assets/f7d912931afcfd22423c.svg);
}

.icon-meteo-lluvia_fuerte {
  background-image: url(https://static.antena3.com/css/assets/d4e94dc4ef25b040fd12.svg);
}

.icon-meteo-cubierto,
.icon-meteo-lluvia_fuerte {
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: contain;
}

.icon-meteo-cubierto {
  background-image: url(https://static.antena3.com/css/assets/d0c616255da7fce3748a.svg);
}

.icon-meteo-nuboso {
  background-image: url(https://static.antena3.com/css/assets/8e467184d1eb009e952f.svg);
}

.icon-meteo-nuboso,
.icon-meteo-rayo {
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: contain;
}

.icon-meteo-rayo {
  background-image: url(https://static.antena3.com/css/assets/302d8c197fe6a5887633.svg);
}

.icon-meteo-nieve {
  background-image: url(https://static.antena3.com/css/assets/01095701cc781dd7c9f1.svg);
}

.icon-meteo-calima,
.icon-meteo-nieve {
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: contain;
}

.icon-meteo-calima {
  background-image: url(https://static.antena3.com/css/assets/79d54419bf110a6b1c0d.svg);
}

.icon-meteo-bruma {
  background-image: url(https://static.antena3.com/css/assets/ec8f27c969c0b63d4583.svg);
}

.icon-meteo-bruma,
.icon-meteo-niebla {
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: contain;
}

.icon-meteo-niebla {
  background-image: url(https://static.antena3.com/css/assets/75d74d9108ddc4daeefb.svg);
}

.icon-meteo-nevada {
  background-image: url(https://static.antena3.com/css/assets/534f754d8fa15efd1998.svg);
}

.icon-meteo-nevada,
.icon-meteo-tormenta {
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: contain;
}

.icon-meteo-tormenta {
  background-image: url(https://static.antena3.com/css/assets/98421b20d4c1e0575fad.svg);
}

.icon-meteo-tormenta_lluvia {
  background-image: url(https://static.antena3.com/css/assets/6433973892b52c20fb33.svg);
}

.icon-meteo-algo_nuboso,
.icon-meteo-tormenta_lluvia {
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: contain;
}

.icon-meteo-algo_nuboso {
  background-image: url(https://static.antena3.com/css/assets/81252721630c9acd8423.svg);
}

.icon-meteo-chub_nieve_debil {
  background-image: url(https://static.antena3.com/css/assets/217bc52040911aaebe67.svg);
}

.icon-meteo-chub_debil_tormenta,
.icon-meteo-chub_nieve_debil {
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: contain;
}

.icon-meteo-chub_debil_tormenta {
  background-image: url(https://static.antena3.com/css/assets/eb00d5190e956c68faec.svg);
}

.icon-meteo-nevada_debil {
  background-image: url(https://static.antena3.com/css/assets/a6f4d15b40534127d044.svg);
}

.icon-meteo-humidity,
.icon-meteo-nevada_debil {
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: contain;
}

.icon-meteo-humidity {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTQiIGhlaWdodD0iMTkiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTEwLjU5NCAzLjczQTE5Ljg2MSAxOS44NjEgMCAwMDcuMzU1LjczOGEuNjI1LjYyNSAwIDAwLS43MTcgMEExOS44NTggMTkuODU4IDAgMDAzLjQwNiAzLjczQzEuMjYgNi4xOTcuMTI1IDguNzk3LjEyNSAxMS4yNWE2Ljg3NSA2Ljg3NSAwIDEwMTMuNzUgMGMwLTIuNDUzLTEuMTM0LTUuMDUzLTMuMjgxLTcuNTJ6TTcgMTYuODc1YTUuNjMxIDUuNjMxIDAgMDEtNS42MjUtNS42MjVjMC00LjQ3MSA0LjMzNC04LjIwMyA1LjYyNS05LjIxOSAxLjI5MSAxLjAxNiA1LjYyNSA0Ljc0NiA1LjYyNSA5LjIxOUE1LjYzMiA1LjYzMiAwIDAxNyAxNi44NzV6bTQuMzY2LTQuODk1YTQuNSA0LjUgMCAwMS0zLjYzNyAzLjYzNi42MjUuNjI1IDAgMTEtLjIwNy0xLjIzM2MxLjI5NC0uMjE3IDIuMzkzLTEuMzE2IDIuNjEyLTIuNjEzYS42MjUuNjI1IDAgMTExLjIzMy4yMXoiIGZpbGw9IiNmZmYiLz48L3N2Zz4=");
}

.icon-meteo-rain {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjEiIGhlaWdodD0iMjEiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTEyLjIyMyAyMC43NjNhLjkxLjkxIDAgMDEtLjc2Mi4wNjMgMS4wNDQgMS4wNDQgMCAwMS0uNTg4LS41MTNsLTEuNS0zYS45MS45MSAwIDAxLS4wNjItLjc2MmMuMDkyLS4yNTkuMjYyLS40NTQuNTEyLS41ODhhLjkwOS45MDkgMCAwMS43NjMtLjA2MmMuMjU4LjA5MS40NTQuMjYyLjU4Ny41MTJsMS41IDNhLjkxLjkxIDAgMDEuMDYzLjc2MyAxLjA0MyAxLjA0MyAwIDAxLS41MTMuNTg3em02IDBhLjkxLjkxIDAgMDEtLjc2Mi4wNjMgMS4wNDQgMS4wNDQgMCAwMS0uNTg4LS41MTNsLTEuNS0zYS45MS45MSAwIDAxLS4wNjItLjc2MmMuMDkyLS4yNTkuMjYyLS40NTQuNTEyLS41ODhhLjkxLjkxIDAgMDEuNzYzLS4wNjJjLjI1OC4wOTEuNDU0LjI2Mi41ODcuNTEybDEuNSAzYS45MS45MSAwIDAxLjA2My43NjMgMS4wNDMgMS4wNDMgMCAwMS0uNTEzLjU4N3ptLTEyIDBhLjkxLjkxIDAgMDEtLjc2Mi4wNjMgMS4wNDMgMS4wNDMgMCAwMS0uNTg4LS41MTNsLTEuNS0zYS45MS45MSAwIDAxLS4wNjItLjc2MmMuMDkyLS4yNTkuMjYyLS40NTQuNTEyLS41ODhhLjkxLjkxIDAgMDEuNzYzLS4wNjJjLjI1OC4wOTEuNDU0LjI2Mi41ODcuNTEybDEuNSAzYS45MS45MSAwIDAxLjA2My43NjMgMS4wNDQgMS4wNDQgMCAwMS0uNTEzLjU4N3ptLS40NS01LjljLTEuNTE2IDAtMi44MTItLjUzNy0zLjg4Ny0xLjYxMkMuODEgMTIuMTc2LjI3MyAxMC44OC4yNzMgOS4zNjNjMC0xLjM4My40NTktMi41OTEgMS4zNzUtMy42MjUuOTE3LTEuMDMzIDIuMDUtMS42NDEgMy40LTEuODI1YTUuODc3IDUuODc3IDAgMDEyLjE4OC0yLjIzNyA1LjkwMyA1LjkwMyAwIDAxMy4wMzctLjgxM2MxLjUgMCAyLjgwNS40OCAzLjkxMyAxLjQzOCAxLjEwOC45NTggMS43OCAyLjE1NCAyLjAxMiAzLjU4NyAxLjE1LjEgMi4xMTcuNTc1IDIuOSAxLjQyNS43ODQuODUgMS4xNzUgMS44NjcgMS4xNzUgMy4wNSAwIDEuMjUtLjQzNyAyLjMxMy0xLjMxMiAzLjE4OHMtMS45MzggMS4zMTItMy4xODggMS4zMTJoLTEwem0wLTJoMTBjLjcgMCAxLjI5Mi0uMjQxIDEuNzc1LS43MjUuNDg0LS40ODMuNzI1LTEuMDc1LjcyNS0xLjc3NXMtLjI0MS0xLjI5MS0uNzI1LTEuNzc1Yy0uNDgzLS40ODMtMS4wNzUtLjcyNS0xLjc3NS0uNzI1aC0xLjV2LTFjMC0xLjEtLjM5MS0yLjA0MS0xLjE3NS0yLjgyNS0uNzgzLS43ODMtMS43MjUtMS4xNzUtMi44MjUtMS4xNzUtLjggMC0xLjUyOS4yMTctMi4xODcuNjVhNC4wNjIgNC4wNjIgMCAwMC0xLjQ4OCAxLjc1bC0uMjUuNmgtLjYyNWEzLjUwNyAzLjUwNyAwIDAwLTIuNDM3IDEuMDYzIDMuMzIzIDMuMzIzIDAgMDAtMS4wMTMgMi40MzdjMCAuOTY3LjM0MiAxLjc5MiAxLjAyNSAyLjQ3NWEzLjM3MiAzLjM3MiAwIDAwMi40NzUgMS4wMjV6IiBmaWxsPSIjMDAwIi8+PC9zdmc+");
}

.icon-meteo-rain,
.icon-meteo-wind {
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: contain;
}

.icon-meteo-wind {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjAiIGhlaWdodD0iMjAiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTE1IDguMzMzTDEzLjc5MiA5LjVsLTIuOTU5LTIuOTU4djEwLjEyNUg5LjE2N1Y2LjU0Mkw2LjIwOCA5LjUgNSA4LjMzM2w1LTUgNSA1eiIgZmlsbD0iI2ZmZiIvPjwvc3ZnPg==");
}

.infoweather-day.icon-meteo-sol {
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: cover;
  background-image: url(https://static.antena3.com/css/assets/1d738706500572521b58.png);
}

.infoweather-day.icon-meteo-algo_nuboso,
.infoweather-day.icon-meteo-cubierto,
.infoweather-day.icon-meteo-nuboso {
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: cover;
  background-image: url(https://static.antena3.com/css/assets/51fde23916e6ef58fd22.png);
}

.infoweather-day.icon-meteo-chub_debil,
.infoweather-day.icon-meteo-chub_fuerte,
.infoweather-day.icon-meteo-chub_fuerte_tormenta,
.infoweather-day.icon-meteo-lluvia_debil,
.infoweather-day.icon-meteo-lluvia_fuerte,
.infoweather-day.icon-meteo-tormenta,
.infoweather-day.icon-meteo-tormenta_lluvia {
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: cover;
  background-image: url(https://static.antena3.com/css/assets/46a9ae0f7c9aceb8d53c.png);
}

.infoweather-day.icon-meteo-bruma,
.infoweather-day.icon-meteo-calima,
.infoweather-day.icon-meteo-niebla {
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: cover;
  background-image: url(https://static.antena3.com/css/assets/e12175ed2fe41b5fee1c.png);
}

.infoweather-day.icon-meteo-chub_nevada_debil,
.infoweather-day.icon-meteo-chub_nieve,
.infoweather-day.icon-meteo-chub_nieve_debil,
.infoweather-day.icon-meteo-chub_nieve_debil_tormenta,
.infoweather-day.icon-meteo-nevada,
.infoweather-day.icon-meteo-nevada_debil,
.infoweather-day.icon-meteo-nieve {
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: cover;
  background-image: url(https://static.antena3.com/css/assets/9eb536063309d2be87d3.png);
}

.fondo-meteo-sol {
  background-image: url(https://static.antena3.com/css/assets/1d738706500572521b58.png);
}

.fondo-meteo-nubes,
.fondo-meteo-sol {
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: cover;
}

.fondo-meteo-nubes {
  background-image: url(https://static.antena3.com/css/assets/51fde23916e6ef58fd22.png);
}

.fondo-meteo-lluvia {
  background-image: url(https://static.antena3.com/css/assets/46a9ae0f7c9aceb8d53c.png);
}

.fondo-meteo-cubierto,
.fondo-meteo-lluvia {
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: cover;
}

.fondo-meteo-cubierto {
  background-image: url(https://static.antena3.com/css/assets/4e564f5bbffd8c3d742f.png);
}

.fondo-meteo-niebla {
  background-image: url(https://static.antena3.com/css/assets/e12175ed2fe41b5fee1c.png);
}

.fondo-meteo-niebla,
.fondo-meteo-nieve {
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: cover;
}

.fondo-meteo-nieve {
  background-image: url(https://static.antena3.com/css/assets/9eb536063309d2be87d3.png);
}

.stage {
  display: flex;
  justify-content: center;
  padding: 24px 0;
}

.stage .profile {
  font-family: N3 Tipo, Helvetica, Arial, sans-serif;
  font-weight: 400;
  display: flex;
  width: 100%;
  align-items: stretch;
  position: relative;
  overflow: hidden;
  flex-direction: column;
}

@media (min-width: 1024px) {
  .stage .profile {
    height: 472px;
    flex-direction: row;
  }
}

.stage .profile__left {
  flex-basis: auto;
  height: 490px;
  border-right: 8px solid #fbfd00;
  width: 100%;
  position: relative;
  overflow: hidden;
}

@media (min-width: 1024px) {
  .stage .profile__left {
    width: 340px;
    height: auto;
  }
}

.stage .profile__left img {
  width: 100%;
  height: 100%;
}

@media (min-width: 1024px) {
  .stage .profile__right {
    flex: 1;
    background: #f4f4f4;
    padding: 16px 10px 16px 24px;
    order: 1;
  }
}

.stage .profile__right p {
  font-size: 18px;
  font-weight: 300;
  line-height: normal;
  padding: 0 10px 0 0;
}

.stage .profile__right .profile__body {
  display: none;
}

@media (min-width: 1024px) {
  .stage .profile__right .profile__body {
    display: block;
  }
}

.stage .profile__right .profile__header {
  display: flex;
  align-items: center;
  gap: 4px;
  margin-bottom: 18px;
}

.stage .profile__right .profile__header .name {
  background: #000;
  color: #fff;
  display: inline-block;
  padding: 10px 4px;
  font-weight: 500;
  font-size: 26px;
  line-height: 1;
}

@media (min-width: 1024px) {
  .stage .profile__right .profile__header .name {
    font-size: 34px;
    padding: 7px;
  }
}

.stage .profile__right .profile__header .article-author__social a {
  width: 30px;
}

.stage .profile__right .profile__header .article-author__social a i {
  font-size: 1.25rem;
}

.stage .profile .stripe {
  display: none;
}

.stage .profile .toggle-btn {
  position: absolute;
  bottom: 0;
  right: 0;
  background: #fbfd00;
  width: 44px;
  height: 44px;
  font-size: 28px;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  z-index: 10;
}

@media (min-width: 1024px) {
  .stage .profile .toggle-btn {
    display: none;
  }
}

.stage .profile .toggle-btn img {
  width: auto;
  height: auto;
}

.stage .profile .close-btn {
  position: absolute;
  bottom: 0;
  right: 8px;
  background: #fbfd00;
  width: 44px;
  height: 44px;
  font-size: 28px;
  font-weight: 700;
  display: none;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

@media (min-width: 1024px) {
  .stage .profile .close-btn {
    display: none;
  }
}

.stage .profile .close-btn img {
  width: auto;
  height: auto;
}

.stage .show-text .profile__body {
  display: block;
  height: 490px;
  overflow: scroll;
  width: 100%;
  padding: 0 40px 0 16px;
  border-right: 8px solid #fbfd00;
  background: #f4f4f4;
}

@media (min-width: 1024px) {
  .stage .show-text .profile__body {
    border-right: none;
    overflow: initial;
    padding: 0;
  }
}

.stage .profile.show-text .profile__left {
  display: none;
  opacity: 0;
}

@media (min-width: 1024px) {
  .stage .profile.show-text .profile__left {
    display: block;
    opacity: 1;
  }
}

.stage .profile.show-text .profile__right {
  display: block;
  opacity: 1;
}

.stage .profile.show-text .profile__right .close-btn {
  display: flex;
}

@media (min-width: 1024px) {
  .stage .profile.show-text .profile__right .close-btn {
    display: none;
  }
}

.stage .stripe {
  width: 8px;
  background: #fbfd00;
  flex: 0 0 8px;
}

@media (min-width: 1024px) {
  .stage .reverse .profile__right {
    order: 0;
  }

  .stage .reverse .profile__left {
    border-right: none;
    border-left: 8px solid #fbfd00;
  }
}

.cabecera_eltiempo {
  height: 328px;
}

.cabecera_eltiempo .texto {
  font-family: N3 Tipo, Helvetica, Arial, sans-serif;
  color: #fff;
  font-weight: 700;
  font-size: 60px;
  width: 100%;
  max-width: 1080px;
  height: 100%;
  margin: 0 auto;
  display: flex;
  flex-flow: column nowrap;
  align-items: start;
  align-content: center;
  padding: 20px 0;
}

.cabecera_eltiempo.verano-1 {
  background-image: url(https://static.antena3.com/css/assets/48d4eb7f4674de95e720.jpg);
}

.cabecera_eltiempo.primavera-1,
.cabecera_eltiempo.verano-1 {
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: cover;
}

.cabecera_eltiempo.primavera-1 {
  background-image: url(https://static.antena3.com/css/assets/7069177ebc9571216a21.jpg);
}

.cabecera_eltiempo.otono-1 {
  background-image: url(https://static.antena3.com/css/assets/e9860416bb768e485925.jpg);
}

.cabecera_eltiempo.invierno-1,
.cabecera_eltiempo.otono-1 {
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: cover;
}

.cabecera_eltiempo.invierno-1 {
  background-image: url(https://static.antena3.com/css/assets/e8d7a7bb2528af8a0ffc.jpg);
}

.cabecera_eltiempo.verano-2 {
  background-image: url(https://static.antena3.com/css/assets/19cac4b81903426217e5.jpg);
}

.cabecera_eltiempo.primavera-2,
.cabecera_eltiempo.verano-2 {
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: cover;
}

.cabecera_eltiempo.primavera-2 {
  background-image: url(https://static.antena3.com/css/assets/43e2a34122cd2e7f9ea1.jpg);
}

.cabecera_eltiempo.otono-2 {
  background-image: url(https://static.antena3.com/css/assets/373d8d89d211c18dc8e6.jpg);
}

.cabecera_eltiempo.invierno-2,
.cabecera_eltiempo.otono-2 {
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: cover;
}

.cabecera_eltiempo.invierno-2 {
  background-image: url(https://static.antena3.com/css/assets/ec5207aa0ceb05b788d4.jpg);
}

.cabecera_eltiempo.verano-3 {
  background-image: url(https://static.antena3.com/css/assets/707b49e11ad829c2ffb3.jpg);
}

.cabecera_eltiempo.primavera-3,
.cabecera_eltiempo.verano-3 {
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: cover;
}

.cabecera_eltiempo.primavera-3 {
  background-image: url(https://static.antena3.com/css/assets/1576ce97fc5222edb2f7.jpg);
}

.cabecera_eltiempo.otono-3 {
  background-image: url(https://static.antena3.com/css/assets/8731b7d7d89fc1ca4ecc.jpg);
}

.cabecera_eltiempo.invierno-3,
.cabecera_eltiempo.otono-3 {
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: cover;
}

.cabecera_eltiempo.invierno-3 {
  background-image: url(https://static.antena3.com/css/assets/c7b14c0ac456d1f9a294.jpg);
}

.cabecera_eltiempo.verano-4 {
  background-image: url(https://static.antena3.com/css/assets/81865ad382c768bd69da.jpg);
}

.cabecera_eltiempo.primavera-4,
.cabecera_eltiempo.verano-4 {
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: cover;
}

.cabecera_eltiempo.primavera-4 {
  background-image: url(https://static.antena3.com/css/assets/007f6bac77deebcb2b15.jpg);
}

.cabecera_eltiempo.otono-4 {
  background-image: url(https://static.antena3.com/css/assets/a61bcfc1b4279dbe3536.jpg);
}

.cabecera_eltiempo.invierno-4,
.cabecera_eltiempo.otono-4 {
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: cover;
}

.cabecera_eltiempo.invierno-4 {
  background-image: url(https://static.antena3.com/css/assets/186e69ed6519fe80d2f1.jpg);
}

.cabecera_eltiempo.verano-5 {
  background-image: url(https://static.antena3.com/css/assets/b6e7a2c4421dc8fa5bcf.jpg);
}

.cabecera_eltiempo.primavera-5,
.cabecera_eltiempo.verano-5 {
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: cover;
}

.cabecera_eltiempo.primavera-5 {
  background-image: url(https://static.antena3.com/css/assets/f8565add2313488074bc.jpg);
}

.cabecera_eltiempo.otono-5 {
  background-image: url(https://static.antena3.com/css/assets/e448de22189d603a78a2.jpg);
}

.cabecera_eltiempo.invierno-5,
.cabecera_eltiempo.otono-5 {
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: cover;
}

.cabecera_eltiempo.invierno-5 {
  background-image: url(https://static.antena3.com/css/assets/c57c9893fb21e899f37a.jpg);
}

.cabecera_eltiempo + .container {
  margin-top: -74px;
  background: transparent;
}

.el-tiempo:not(.pagina-interior):not(.actualidad):not(.el-equipo):not(
    .tus-imagenes
  ):not(.la-prevision)
  .container-fluid
  + .container {
  margin-top: -24px;
  position: relative;
}

@media (min-width: 768px) {
  .el-tiempo:not(.pagina-interior):not(.actualidad):not(.el-equipo):not(
      .tus-imagenes
    ):not(.la-prevision)
    .container-fluid
    + .container {
    margin-top: -74px;
  }
}

.tus-imagenes .section-header {
  border-top: none;
}

.tus-imagenes .section-header .section-title {
  background-color: transparent;
  justify-content: left;
  color: #000;
  text-transform: none;
}

.weather-searcher {
  background-color: #f4f4f4;
  width: 100%;
  padding: 12px;
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  margin-bottom: 20px;
}

.weather-searcher > div:nth-child(2) {
  padding-left: 0;
}

@media (min-width: 768px) {
  .weather-searcher {
    flex-wrap: nowrap;
    padding: 16px;
  }

  .weather-searcher > div:nth-child(2) {
    margin-left: 15px;
    padding-left: 0;
  }
}

.weather-searcher .input-searcher {
  display: flex;
  flex-direction: column;
  width: 100%;
  z-index: 12;
}

.weather-searcher .input-searcher input,
.weather-searcher .input-searcher label {
  font-family: N3 Tipo, Helvetica, Arial, sans-serif;
}

.weather-searcher .input-searcher label {
  margin-right: 10px;
  color: #000;
  font-weight: 500;
  font-size: 20px;
  margin-bottom: 10px;
}

.weather-searcher .input-searcher .input-container {
  position: relative;
}

.weather-searcher .input-searcher .input-container ul {
  background-color: #fff;
  font-family: N3 Tipo, Helvetica, Arial, sans-serif;
  border-radius: 5px;
  position: absolute;
  width: 100%;
  z-index: 1;
  max-height: 200px;
  overflow-y: scroll;
}

.weather-searcher .input-searcher .input-container ul li {
  padding: 0 10px;
  cursor: pointer;
}

.weather-searcher .input-searcher .input-container ul li:hover {
  background: #ccc;
}

.weather-searcher .input-searcher .input-container input[type="text"] {
  padding: 5px;
  border: 1px solid transparent;
  height: 38px;
  width: 100%;
  border-radius: 3px;
}

.weather-searcher .input-searcher .input-container > i {
  position: absolute;
  display: block;
  right: 0;
  top: 0;
  padding: 11px 12px;
  color: #d3d3d3;
  border: none;
  cursor: pointer;
}

.weather-searcher #weather-result {
  display: flex;
  width: 100%;
}

@media (min-width: 768px) {
  .weather-searcher #weather-result {
    width: auto;
  }
}

.weather-searcher #weather-result .weather-data.active,
.weather-searcher #weather-result .weather-data.active .weather-result-general,
.weather-searcher #weather-result .weather-data.active .weather-result-moment,
.weather-searcher #weather-result .weather-data.active .weather-result-symbol {
  display: flex;
}

.weather-searcher #weather-result [class^="weather-result"] {
  color: #000;
  padding: 5px 8px 0;
}

@media (min-width: 768px) {
  .weather-searcher #weather-result [class^="weather-result"] {
    padding: 0 15px;
    min-width: 0;
    height: 74px;
  }
}

.weather-searcher #weather-result .weather-result-general {
  display: none;
  font-family: N3 Tipo, Helvetica, Arial, sans-serif;
  justify-content: center;
  width: 100%;
  padding: 5px 0 0;
  flex-wrap: wrap;
  position: relative;
}

@media (min-width: 768px) {
  .weather-searcher #weather-result .weather-result-general {
    flex-wrap: nowrap;
    width: auto;
    padding: 5px 15px 0;
  }
}

.weather-searcher #weather-result .weather-result-general .weather-data {
  display: flex;
  flex-direction: column;
  font-family: N3 Tipo, Helvetica, Arial, sans-serif;
  justify-content: center;
  width: 100%;
}

@media (min-width: 768px) {
  .weather-searcher #weather-result .weather-result-general .weather-data {
    min-width: 160px;
    width: 30%;
    border-left: 1px solid;
  }
}

.weather-searcher #weather-result .weather-result-general .date {
  text-transform: uppercase;
  line-height: 1;
  font-size: 19px;
  padding: 0 20px;
  text-align: center;
}

@media (min-width: 768px) {
  .weather-searcher #weather-result .weather-result-general .date {
    max-width: 180px;
  }
}

.weather-searcher
  #weather-result
  .weather-result-general
  .date
  > span:first-of-type {
  line-height: 1;
  font-size: 17px;
  letter-spacing: -0.6px;
}

@media (min-width: 768px) {
  .weather-searcher
    #weather-result
    .weather-result-general
    .date
    > span:first-of-type {
    display: block;
    font-size: 20px;
  }
}

.weather-searcher #weather-result .weather-result-moment {
  line-height: 1;
  font-family: N3 Tipo, Helvetica, Arial, sans-serif;
  justify-content: center;
  display: flex;
  flex-direction: column;
  width: 100%;
}

@media (min-width: 768px) {
  .weather-searcher #weather-result .weather-result-moment {
    border-left: 1px solid #000;
    width: auto;
  }
}

.weather-searcher
  #weather-result
  .weather-result-moment
  #meteo-search-place-name {
  justify-content: center;
  display: flex;
  max-width: 100%;
  font-weight: 500;
  font-size: 20px;
  line-height: 0.9;
  text-transform: uppercase;
  white-space: nowrap;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  text-align: center;
  border-bottom: 1px solid #fff;
  padding-bottom: 10px;
}

@media (min-width: 768px) {
  .weather-searcher
    #weather-result
    .weather-result-moment
    #meteo-search-place-name {
    display: inline-block;
    max-width: 350px;
    border-bottom: none;
    padding-bottom: 0;
    text-align: left;
  }
}

.weather-searcher
  #weather-result
  .weather-result-moment
  #meteo-search-place-temperature {
  font-size: 52px;
  text-align: center;
  display: flex;
  align-items: center;
  padding-top: 16px;
}

@media (min-width: 768px) {
  .weather-searcher
    #weather-result
    .weather-result-moment
    #meteo-search-place-temperature {
    font-size: 40px;
    text-align: left;
    padding-top: 0;
  }
}

.weather-searcher
  #weather-result
  .weather-result-moment
  #meteo-search-place-temperature
  .temperature {
  font-size: 1.25rem;
  display: flex;
  flex-direction: column;
}

@media (min-width: 768px) {
  .weather-searcher
    #weather-result
    .weather-result-moment
    #meteo-search-place-temperature
    .temperature {
    font-size: 0.9375rem;
  }
}

.weather-searcher
  #weather-result
  .weather-result-moment
  #meteo-search-place-temperature
  .temperature
  > span {
  padding: 2px 8px;
  min-width: 82px;
}

.weather-searcher #weather-result .weather-result-symbol {
  position: absolute;
  bottom: 0;
  right: 0;
}

@media (min-width: 768px) {
  .weather-searcher #weather-result .weather-result-symbol {
    position: relative;
  }
}

.weather-searcher #weather-result .weather-result-symbol span {
  width: 60px;
  height: 60px;
  display: block;
}

@media (min-width: 768px) {
  .weather-searcher #weather-result .weather-result-symbol span {
    width: 75px;
    height: 75px;
  }
}

.weather-searcher #weather-result .weather-result-geo {
  padding: 22px 0 0;
  font-weight: 300;
}

@media (min-width: 768px) {
  .weather-searcher #weather-result .weather-result-geo {
    padding: 36px 0 0;
  }
}

.weather-searcher #weather-result .weather-result-geo.active {
  display: flex;
}

.weather-searcher #weather-result .weather-result-geo p {
  font-size: 16px;
  font-family: N3 Tipo, Helvetica, Arial, sans-serif;
  margin-bottom: 0;
  line-height: 1.3;
}

.weather-searcher #weather-result span.meteo-search-month-mobile {
  display: inline-block !important;
}

@media (min-width: 768px) {
  .weather-searcher #weather-result span.meteo-search-month-mobile {
    display: none !important;
  }
}

.weather-searcher #weather-result span.meteo-search-month-desktop {
  display: none !important;
}

@media (min-width: 768px) {
  .weather-searcher #weather-result span.meteo-search-month-desktop {
    display: inline-block !important;
  }
}

.carousel-meteo-item_title:before {
  content: "";
  background-repeat: no-repeat;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNDEiIGhlaWdodD0iNDEiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGVsbGlwc2UgY3g9IjIwLjc1IiBjeT0iMjAuNDk5IiByeD0iNS44NTQiIHJ5PSI2LjIwMiIgZmlsbD0iI0ZCRkQwMCIvPjxnIGNsaXAtcGF0aD0idXJsKCNjbGlwMF8yMzgyXzY3MzgpIj48cGF0aCBkPSJNMzQuMDgzIDcuMTY3SDI4LjhsLTMuMDUtMy4zMzRoLTEwTDEyLjcgNy4xNjdINy40MTZBMy4zNDMgMy4zNDMgMCAwMDQuMDgzIDEwLjV2MjBjMCAxLjgzMyAxLjUgMy4zMzMgMy4zMzMgMy4zMzNoMjYuNjY3YzEuODMzIDAgMy4zMzMtMS41IDMuMzMzLTMuMzMzdi0yMGMwLTEuODMzLTEuNS0zLjMzMy0zLjMzMy0zLjMzM3ptMCAyMy4zMzNINy40MTZ2LTIwaDYuNzVsMy4wNS0zLjMzM2g3LjA2N2wzLjA1IDMuMzMzaDYuNzV2MjB6TTIwLjc1IDEyLjE2N2E4LjMzNiA4LjMzNiAwIDAwLTguMzM0IDguMzMzYzAgNC42IDMuNzM0IDguMzMzIDguMzM0IDguMzMzczguMzMzLTMuNzMzIDguMzMzLTguMzMzLTMuNzMzLTguMzMzLTguMzMzLTguMzMzem0wIDEzLjMzM2MtMi43NSAwLTUtMi4yNS01LTVzMi4yNS01IDUtNSA1IDIuMjUgNSA1LTIuMjUgNS01IDV6IiBmaWxsPSIjM0IzQjNEIi8+PC9nPjxkZWZzPjxjbGlwUGF0aCBpZD0iY2xpcDBfMjM4Ml82NzM4Ij48cGF0aCBmaWxsPSIjZmZmIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSguNzUgLjUpIiBkPSJNMCAwaDQwdjQwSDB6Ii8+PC9jbGlwUGF0aD48L2RlZnM+PC9zdmc+");
  width: 20px;
  height: 20px;
  display: inline-block;
  background-size: contain;
  display: none;
}

@media (min-width: 768px) {
  .carousel-meteo-item_title:before {
    width: 30px;
    height: 30px;
  }
}

.carousel-meteo-item_title:before .titulo-meteo-formulario {
  margin-top: 50px;
  position: relative;
  font-size: 1.25rem;
}

.carousel-meteo-item_title:before .titulo-meteo-formulario span {
  background: #fbfd00;
  padding: 2px;
}

.carousel-meteo-item_title:before .titulo-meteo-formulario:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  width: 40px;
  height: 40px;
  top: -50px;
}

@media (min-width: 768px) {
  .carousel-meteo-item_title:before .titulo-meteo-formulario {
    font-size: 1.5rem;
  }
}

.carousel-meteo-item_title:before
  .titulo-meteo-formulario
  + .formulario-container-meteo {
  margin-top: 0;
}

.formulario-container-meteo {
  background-color: #f4f4f4;
  padding: 30px 20px;
  margin: 50px auto;
}

@media (min-width: 768px) {
  .formulario-container-meteo {
    background-color: transparent;
    padding: 0;
    background-image: url(https://static.antena3.com/css/assets/formulariofotos.png);
    background-size: 660px 580px;
    background-repeat: no-repeat;
    background-position: 0;
    position: relative;
  }

  .formulario-container-meteo:after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    height: 578px;
    background: #3b3b3d;
    width: 100vw;
    margin-left: calc(-50vw + 50% - 10px);
    z-index: -1;
    transform: translateY(-50%);
  }
}

.formulario-container-meteo form {
  max-width: 600px;
  margin: 0 auto;
}

@media (min-width: 768px) {
  .formulario-container-meteo form {
    width: 414px;
    margin-right: 0;
    background-color: #f4f4f4;
    padding: 24px 15px;
  }
}

.formulario-container-meteo form > div {
  display: flex;
}

.formulario-container-meteo form label {
  display: block;
  font-size: 14px;
  font-family: N3 Tipo, Helvetica, Arial, sans-serif;
  line-height: 1.45;
}

.formulario-container-meteo form label a {
  color: #000;
  font-weight: 700;
  text-decoration: underline;
}

.formulario-container-meteo form checkbox,
.formulario-container-meteo form input,
.formulario-container-meteo form select {
  width: 100%;
  padding: 10px 8px;
  margin-bottom: 16px;
  box-sizing: border-box;
  border-radius: 2px;
  border: 1px solid #e2e2e2;
  font-family: N3 Tipo, Helvetica, Arial, sans-serif;
  font-size: 16px;
  line-height: 1.3;
  height: 40px;
}

.formulario-container-meteo form checkboxinput::placeholder,
.formulario-container-meteo form inputinput::placeholder,
.formulario-container-meteo form selectinput::placeholder {
  color: #3b3b3d;
  opacity: 1;
}

.formulario-container-meteo form .upload-box {
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #e2e2e2;
  border-radius: 2px;
  width: 100%;
  height: 60px;
  cursor: pointer;
  font-family: sans-serif;
  font-size: 1rem;
  color: #3b3b3d;
  background-color: #fff;
  transition: 0.3s ease;
  margin-bottom: 10px;
}

.formulario-container-meteo form .upload-box:hover {
  background-color: #f7f7f7;
}

.formulario-container-meteo form .upload-box i {
  margin-left: 10px;
  width: 28px;
  height: 28px;
  font-size: 20px;
  display: block;
  background-repeat: no-repeat;
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABkAAAAZCAYAAADE6YVjAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAJ8SURBVHgB3VVdbtpAEN6xQXnluVGC1RygebSM0zgnKD0B6Q2aEwA3SE8QuEFugCtIwqN7gwVxAF4iNcB6OuO1sTE2dVGfMtLK3r/55u+bFeK9CFQ55HleY7VSbSHQ4jkiLhEhmE4nfpX7B0Fs2/VME7qMU3JE0vCVWven06kU/wISW/4AINrxElmOPn1n/E+jQXvXdP0yATMMcTcejx8rgdi2ZxmGGpESixUC4I9arXbv+/6y6Kxpqh79dngehuLu5WV8/1eQVutqJHR4JIXh5lAYEnFdt0c56kYKAW8mk91cmdmJ41zdkgffywB4/+zsvH16+kEuFoutZ/P53G82z8lg8HhcXHwcSil/J/tGzqjIGkRRmEgyoAMAXQqfld8j63v08WlYb2/r2+zeFoQrKc6DfH4eD8QRQqHqR0oN40shCFVHW3uBQ3GkkIeB0NXncYVu11Mr4JMGgSBZ4xwkBNR7wiJv+UzHcVwvWQ/DzYDDyxXYarmSS/v1dcX3gh2QREwTlykwlyZ4+zYLKhDIeuALTUy+Fd0/OTH2PeFWwReVgkbGcgod/kx1QyfO24DOz5JVpTYyPYONPDOynsy09cgsjpibLwDiELGcQ4bDp6eyvqW7QJyfSLKJf9QgcC2OFJ1DFvSzHWILErM0qgxisCeOk5hnsFOhOTKG/fjQg23bVl4D54hy0d9ssjnQ4jifu2U8+y+9SwNgL1JY0LvybUXU6+ZXsljSL3XY+iiN875wl2CjMgD9PEChJyzM1vVaccvuxEv0nnBfwl9aGTR1FWHyniypcL5Vfk+yorsylhEyUn7ovakEkgg/TvW6ulRKW87EpWc5KArN+5Y/m5kmxB4LS8sAAAAASUVORK5CYII=");
}

.formulario-container-meteo form #image-meteo {
  display: none;
}

.formulario-container-meteo form input[type="checkbox"] {
  width: auto;
  margin-right: 8px;
  -webkit-appearance: auto;
  -moz-appearance: auto;
  appearance: auto;
}

.formulario-container-meteo form #submit-button-form-meteo,
.formulario-container-meteo form input[type="submit"] {
  width: 100%;
  background-color: #000;
  color: #fff;
  cursor: pointer;
  display: flex;
  margin: 50px 0 0 auto;
  justify-content: center;
  font-size: 1.125rem;
  font-weight: 500;
  border: 0;
  border-radius: 0;
  transition: 0.3s ease-in-out;
}

.formulario-container-meteo form .checkbox-label-container {
  display: flex;
  align-items: center;
}

.formulario-container-meteo
  form
  p[data-error-message-meteo-form="success-message "],
.formulario-container-meteo
  form
  p[data-error-message-meteo-form="error-message"] {
  display: none;
}

body.modal-open {
  overflow: hidden;
}

.formulario-container-meteo + .modal-condiciones-legales.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 9999999;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}

.formulario-container-meteo + .modal-condiciones-legales .modal-dialog {
  width: 420px;
  margin: 30px auto;
}

.formulario-container-meteo
  + .modal-condiciones-legales
  .modal-dialog
  .modal-content {
  padding: 20px;
}

.formulario-container-meteo
  + .modal-condiciones-legales
  .modal-dialog
  .modal-content
  .close {
  color: #000;
  margin-right: 15px;
  font-size: 1.2rem;
  position: absolute;
  right: 0;
  top: 10px;
}

.infoweather-container {
  display: none;
  background-color: #f4f4f4;
  padding: 20px;
  font-family: N3 Tipo, Helvetica, Arial, sans-serif;
  color: #000;
  position: relative;
  margin-bottom: 45px;
}

@media (min-width: 768px) {
  .infoweather-container {
    padding: 16px;
  }
}

.infoweather-container .day {
  margin-bottom: 10px;
}

@media (min-width: 768px) {
  .infoweather-container .day {
    margin-bottom: auto;
    display: inline-block;
    margin-left: 10px;
  }
}

.infoweather-container .location {
  margin-bottom: 0;
}

@media (min-width: 768px) {
  .infoweather-container .location {
    margin-bottom: 20px;
    display: inline-block;
  }

  .infoweather-container .location:after {
    content: "";
    border-right: 1px solid #000;
    padding-right: 8px;
  }
}

.infoweather-container > p {
  text-align: end;
  color: #000;
  bottom: -20px;
  position: absolute;
  bottom: -45px;
  left: 0;
  width: 100%;
}

.infoweather-container > .row {
  justify-content: space-between;
  padding-bottom: 20px;
}

.infoweather-container > .location-date {
  display: flex;
}

.infoweather-container > .location-date > .location {
  color: #000;
  font-family: N3 Tipo, Helvetica, Arial, sans-serif;
  font-size: 20px;
  text-transform: uppercase;
}

.infoweather-container > .location-date > .day {
  font-weight: 700;
  padding-bottom: 16px;
  font-size: 1rem;
  font-weight: 400;
  margin-left: 20px;
  position: relative;
}

.infoweather-container > .location-date > .day:before {
  content: "";
  height: 20px;
  width: 1px solid #fff;
  position: absolute;
  left: -10px;
}

.infoweather-container .content_meteorology i.icon-meteo-wind {
  min-width: 15px;
  min-height: 13px;
  display: inline-block;
}

@media (max-width: 767.98px) {
  .infoweather-container .content_meteorology {
    order: 1;
  }
}

.infoweather-container .content_detail,
.infoweather-container .content_meteorology {
  width: 144px;
  display: flex;
  flex-direction: column;
}

@media (min-width: 768px) {
  .infoweather-container .content_detail,
  .infoweather-container .content_meteorology {
    width: 187px;
  }
}

.infoweather-container .content_detail > div,
.infoweather-container .content_meteorology > div {
  display: flex;
  justify-content: space-between;
}

.infoweather-container .content_detail > div > span,
.infoweather-container .content_meteorology > div > span {
  min-width: 60px;
  font-size: 14px;
}

@media (min-width: 768px) {
  .infoweather-container .content_detail > div > span,
  .infoweather-container .content_meteorology > div > span {
    font-size: 16px;
  }
}

@media (max-width: 767.98px) {
  .infoweather-container .content_detail {
    display: none;
  }
}

.infoweather-container .content_temperature {
  font-family: N3 Tipo, Helvetica, Arial, sans-serif;
  font-weight: 400;
  display: flex;
  align-items: center;
}

.infoweather-container .content_temperature div:nth-of-type(2) {
  display: flex;
  flex-direction: column;
}

@media (max-width: 767.98px) {
  .infoweather-container .content_temperature {
    min-width: 72px;
  }
}

.infoweather-container .content_temperature #temperature {
  font-size: 38px;
  line-height: 0.8;
  padding-right: 5px;
}

@media (min-width: 768px) {
  .infoweather-container .content_temperature #temperature {
    font-size: 3.125rem;
  }
}

@media (max-width: 767.98px) {
  .infoweather-container .content_temperature #temperature + div {
    display: none;
  }
}

.infoweather-container .content_temperature span {
  line-height: 1;
  display: inline-block;
  font-size: 18px;
  text-align: center;
}

@media (max-width: 767.98px) {
  .infoweather-container .content_temperature span.temperature--max,
  .infoweather-container .content_temperature span.temperature--min {
    display: none;
  }
}

.infoweather-container .content-img {
  margin-top: 0;
}

.infoweather-container .content-img i {
  width: 45px;
  height: 45px;
  display: block;
}

@media (min-width: 768px) {
  .infoweather-container .content-img i {
    width: 75px;
    height: 75px;
  }
}

.infoweather-container .container-infoweather-day {
  display: flex;
  justify-content: space-between;
  overflow: scroll;
}

@media (min-width: 768px) {
  .infoweather-container .container-infoweather-day {
    overflow: auto;
  }
}

.infoweather-container .infoweather-day {
  width: 94px;
  min-height: 167x;
  color: #000;
  background-color: #5f9ea0;
  font-size: 17px;
  font-family: N3 Tipo, Helvetica, Arial, sans-serif;
  padding: 8px 8px 6px;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
  margin-right: 10px;
}

@media (min-width: 768px) {
  .infoweather-container .infoweather-day {
    width: 160px;
    min-height: 294px;
    padding: 16px 20px 20px;
    margin-right: 0;
  }
}

.infoweather-container .infoweather-day--title {
  font-size: 16px;
  text-transform: uppercase;
  text-align: center;
}

@media (min-width: 768px) {
  .infoweather-container .infoweather-day--title {
    font-size: 25px;
  }
}

.infoweather-container .infoweather-day--icon {
  height: 44px;
  width: 44px;
  display: block;
  margin: 24px auto;
}

@media (min-width: 768px) {
  .infoweather-container .infoweather-day--icon {
    height: 56px;
    width: 56px;
  }
}

.infoweather-container .infoweather-day--temperature {
  justify-content: center;
  display: flex;
  padding-top: 10px;
}

.infoweather-container .infoweather-day--temperature > span {
  padding: 0 5px;
}

.infoweather-container .infoweather-day--humidity,
.infoweather-container .infoweather-day--rain,
.infoweather-container .infoweather-day--wind {
  display: flex;
  justify-content: center;
  padding-top: 2px;
}

@media (min-width: 768px) {
  .infoweather-container .infoweather-day--humidity,
  .infoweather-container .infoweather-day--rain,
  .infoweather-container .infoweather-day--wind {
    padding-top: 10px;
  }
}

.infoweather-container .infoweather-day--humidity span,
.infoweather-container .infoweather-day--rain span,
.infoweather-container .infoweather-day--wind span {
  display: block;
  padding: 0 5px;
}

.infoweather-container .infoweather-day--humidity > span[class*="icon"],
.infoweather-container .infoweather-day--rain > span[class*="icon"],
.infoweather-container .infoweather-day--wind > span[class*="icon"] {
  height: 20px;
  width: 20px;
  min-width: 20px;
  display: block;
  filter: brightness(0) saturate(100%);
}

.infoweather-container .infoweather-day--wind {
  font-size: 14px;
}

.infoweather-container .infoweather-day--wind .icon-meteo-wind.e {
  transform: rotate(270deg);
}

.infoweather-container .infoweather-day--wind .icon-meteo-wind.o {
  transform: rotate(90deg);
}

.infoweather-container .infoweather-day--wind .icon-meteo-wind.n {
  transform: rotate(0deg);
}

.infoweather-container .infoweather-day--wind .icon-meteo-wind.s {
  transform: rotate(180deg);
}

.infoweather-container .infoweather-day--wind .icon-meteo-wind.no {
  transform: rotate(135deg);
}

.infoweather-container .infoweather-day--wind .icon-meteo-wind.ne {
  transform: rotate(225deg);
}

.infoweather-container .infoweather-day--wind .icon-meteo-wind.se {
  transform: rotate(315deg);
}

.infoweather-container .infoweather-day--wind .icon-meteo-wind.so {
  transform: rotate(45deg);
}

.container_fluid_carrusel_meteo .container {
  width: 100%;
}

@media (max-width: 600px) {
  .el-tiempo .cabeceratiempo .texto .titulo {
    font-size: 32pt;
    margin: -9px 0 -20px;
  }
}

.el-tiempo .cabeceratiempo .texto .titulo {
  margin: 20px 0 -30px;
}

@media (min-width: 768px) {
  #modal-form-messages {
    top: 100px;
  }
}

#modal-form-messages:before {
  content: "";
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.5);
}

#modal-form-messages .close {
  display: flex;
  position: absolute;
  right: 5px;
  top: 5px;
}

#modal-form-messages .modal-error .modal-body {
  color: red;
}

#modal-form-messages .modal-content {
  padding: 20px;
}

#modal-form-messages .modal-content .error .modal-title {
  color: red;
}

.banner-meteo-404 {
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: cover;
  background-image: url(https://static.antena3.com/img/antena3noticias/meteo/fondos/fondo-meteo-404.jpg);
  height: 250px;
  font-family: N3 Tipo, Helvetica, Arial, sans-serif;
}

.banner-meteo-404,
.banner-meteo-404 > a {
  justify-content: center;
  display: flex;
  align-items: center;
}

.banner-meteo-404 > a {
  width: 100%;
  height: 100%;
}

.banner-meteo-404 span {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  font-size: 40px;
  line-height: normal;
  color: #233b76;
  font-weight: 500;
  margin: 0;
}

.banner-meteo-404 span strong {
  display: block;
  font-size: 60px;
  font-weight: 700;
}

.modal.modal-meteo {
  top: 80px;
  padding: 0 30px;
}

@media only screen and (max-height: 480px) and (orientation: landscape) {
  .modal.modal-meteo {
    top: 0;
  }
}

@media only screen and (min-width: 1280px) {
  .modal.modal-meteo {
    background-color: #fff;
    padding: 0 200px;
    top: 0;
  }

  .modal.modal-meteo .modal-dialog {
    width: auto;
  }
}

.modal.modal-meteo .modal-content {
  background: none;
  box-shadow: none;
}

.modal.modal-meteo .modal-content .modal-header {
  display: flex;
  justify-content: space-between;
  color: #3b3b3d;
  margin-bottom: 30px;
}

.modal.modal-meteo .modal-content .modal-header .paginacion {
  font-size: 1.6rem;
}

.modal.modal-meteo .modal-content .modal-header .options {
  display: flex;
  align-items: center;
}

.modal.modal-meteo .modal-content .modal-header .options .icon-ico-zoom-in {
  display: none;
}

.modal.modal-meteo .modal-content .modal-header .options span {
  margin-left: 38px;
  font-size: 1.2rem;
}

@media only screen and (min-width: 1280px) {
  .modal.modal-meteo .modal-content .modal-header .options span {
    font-size: 1.7rem;
  }
}

.modal.modal-meteo .modal-content .modal-header .options .icon-ico-fullscr {
  cursor: pointer;
}

@media only screen and (min-width: 1280px) {
  .modal.modal-meteo .modal-content .modal-header .options .icon-ico-fullscr {
    position: absolute;
    top: calc(100% - 50px);
  }
}

.modal.modal-meteo .modal-content .modal-header .options .icon-close {
  font-size: 2.2rem;
  cursor: pointer;
}

@media only screen and (min-width: 1280px) {
  .modal.modal-meteo .modal-content .modal-header .options .icon-close {
    font-size: 2.6rem;
  }
}

.modal.modal-meteo .modal-content .modal-body {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0;
  position: relative;
}

.modal.modal-meteo .modal-content .modal-body .modal-conatiner {
  width: 100%;
}

.modal.modal-meteo .modal-content .modal-body .flecha-izda a {
  color: #3b3b3d;
}

.modal.modal-meteo .modal-content .modal-body .flecha-dcha {
  text-align: right;
}

.modal.modal-meteo .modal-content .modal-body .flecha-dcha a {
  color: #3b3b3d;
}

.modal.modal-meteo .modal-content .modal-body .photo {
  width: 90%;
}

.modal.modal-meteo .modal-content .modal-body .photo .article-media__footer p {
  text-align: left;
  color: #fff;
}

.modal.modal-meteo
  .modal-content
  .modal-body
  .carousel_meteo
  .carousel-meteo-item_image
  picture
  img {
  border: 5px solid #fff;
  border-right-width: 10px;
}

.modal.modal-meteo
  .modal-content
  .modal-body
  .carousel_meteo
  .carousel-meteo-item_title-container,
.modal.modal-meteo .modal-content .modal-body .carousel_meteo .carousel-title,
.modal.modal-meteo .modal-content .modal-body .carousel_meteo .glide__arrow {
  color: #3b3b3d;
}

.modal.modal-meteo .modal-content .modal-body .carousel_meteo .glide__arrows {
  width: calc(100% + 70px);
  margin-left: -35px;
  position: absolute;
  color: #fff;
  top: calc(50% - 15px);
}

.modal.modal-meteo
  .modal-content
  .modal-body
  .carousel_meteo
  .carousel-meteo-item_title-container {
  color: #3b3b3d;
  padding: 6px 0;
  font-size: 1rem;
  line-height: 1.2;
}

.modal.modal-meteo
  .modal-content
  .modal-body
  .carousel_meteo
  .carousel-meteo-item_title-container
  .carousel-meteo-item_title {
  display: flex;
}

.modal.modal-meteo
  .modal-content
  .modal-body
  .carousel_meteo
  .carousel-meteo-item_title-container
  .carousel-meteo-item_title
  strong {
  padding-left: 3px;
}

.modal.modal-meteo
  .modal-content
  .modal-body
  .carousel_meteo
  .carousel-meteo-item_title-container
  .carousel-meteo-item_title:before {
  display: flex;
  background-repeat: no-repeat;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNDEiIGhlaWdodD0iNDEiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGVsbGlwc2UgY3g9IjIwLjc1IiBjeT0iMjAuNDk5IiByeD0iNS44NTQiIHJ5PSI2LjIwMiIgZmlsbD0iI0ZCRkQwMCIvPjxnIGNsaXAtcGF0aD0idXJsKCNjbGlwMF8yMzgyXzY3MzgpIj48cGF0aCBkPSJNMzQuMDgzIDcuMTY3SDI4LjhsLTMuMDUtMy4zMzRoLTEwTDEyLjcgNy4xNjdINy40MTZBMy4zNDMgMy4zNDMgMCAwMDQuMDgzIDEwLjV2MjBjMCAxLjgzMyAxLjUgMy4zMzMgMy4zMzMgMy4zMzNoMjYuNjY3YzEuODMzIDAgMy4zMzMtMS41IDMuMzMzLTMuMzMzdi0yMGMwLTEuODMzLTEuNS0zLjMzMy0zLjMzMy0zLjMzM3ptMCAyMy4zMzNINy40MTZ2LTIwaDYuNzVsMy4wNS0zLjMzM2g3LjA2N2wzLjA1IDMuMzMzaDYuNzV2MjB6TTIwLjc1IDEyLjE2N2E4LjMzNiA4LjMzNiAwIDAwLTguMzM0IDguMzMzYzAgNC42IDMuNzM0IDguMzMzIDguMzM0IDguMzMzczguMzMzLTMuNzMzIDguMzMzLTguMzMzLTMuNzMzLTguMzMzLTguMzMzLTguMzMzem0wIDEzLjMzM2MtMi43NSAwLTUtMi4yNS01LTVzMi4yNS01IDUtNSA1IDIuMjUgNSA1LTIuMjUgNS01IDV6IiBmaWxsPSIjM0IzQjNEIi8+PC9nPjxkZWZzPjxjbGlwUGF0aCBpZD0iY2xpcDBfMjM4Ml82NzM4Ij48cGF0aCBmaWxsPSIjZmZmIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSguNzUgLjUpIiBkPSJNMCAwaDQwdjQwSDB6Ii8+PC9jbGlwUGF0aD48L2RlZnM+PC9zdmc+");
}

.modal.modal-meteo
  .modal-content
  .modal-body
  .carousel_meteo
  .carousel-meteo-item_title-container
  .carousel-meteo-item_locality {
  font-weight: 700;
  display: block;
}

.modal.modal-meteo
  .modal-content
  .modal-body
  .carousel_meteo
  .carousel-meteo-item_title-container
  .carousel-meteo-item_locality
  time {
  font-weight: 400;
}

@media only screen and (min-width: 1280px) {
  .modal.modal-meteo
    .modal-content
    .modal-body
    .carousel_meteo
    .carousel-meteo-item_title-container {
    font-size: 1.6rem;
  }
}

.modal.modal-meteo + .modal-backdrop.in {
  opacity: 0.9;
  z-index: 9999;
}

.Home > .container > .article--media-cover:first-child,
.Home > .main-wrapper > .container > .article--media-cover:first-child {
  border-top: 0;
  margin-top: 0;
}

.main-aside .tab {
  margin-bottom: 40px;
  padding-top: 20px;
  border-top: 2px solid #1c1c1d;
}

.Tag > .container > .section-header:first-child,
.Tag > .main-wrapper > .container > .section-header:first-child {
  border-top: 0;
  padding-top: 0;
}

@media (min-width: 1024px) {
  .tag-article-list .article--media-side {
    margin-bottom: 20px;
  }
}

@media (min-width: 1024px) {
  .tag-article-list .article--media-side .article__media {
    width: 33%;
  }
}

@media (min-width: 1024px) {
  .tag-article-list .article--media-side .article__body {
    width: 66%;
  }
}

.tag-article-list
  .article--media-side
  .article__body
  .article__header
  span.article__tag {
  line-height: normal;
  color: #000;
  background: #fbfd00;
  padding: 2px 6px;
  font-weight: 700;
  width: fit-content;
  text-transform: uppercase;
}

.tag-article-list
  .article--media-side
  .article__body
  .article__header
  span.article__tag
  a {
  min-height: 17px;
  height: auto;
}

.tag-article-list .article--media-side .icon-play {
  width: 32px;
  height: 32px;
  font-size: 1rem;
  left: 0;
}

@media (min-width: 1024px) {
  .tag-article-list .article--media-side .icon-play {
    width: 46px;
    height: 46px;
    font-size: 1.8rem;
  }
}

.tag-article-list .article--media-side .article__title {
  line-height: 1.15;
}

@media (min-width: 1024px) {
  .tag-article-list .article--media-side .article__title {
    font-size: 1.4rem;
  }
}

.Article .opening-video {
  margin-top: -40px;
}

.Article .section-related {
  margin-bottom: 60px;
}

@media (min-width: 1024px) {
  .Article .section-related {
    margin-bottom: 40px;
  }
}

.Article .main-wrapper {
  padding-top: 1px;
}

@media print {
  .Article .adv {
    display: none;
  }
}

.article-section-header {
  padding-top: 10px;
  margin-bottom: 10px;
  font-size: 1.1rem;
  font-weight: 500;
  color: #1c1c1d;
  border-top: 2px solid #e3e3e3;
}

.article-section-header--light {
  color: #aaa;
}

.article-subheader {
  font-size: 0.9rem;
  font-weight: 600;
  margin-bottom: 5px;
  color: #1c1c1d;
}

.article-wrapper {
  margin-top: 40px;
}

.article-main,
.main-aside--article {
  margin-bottom: 20px;
}

@media (min-width: 1024px) {
  .col-md-8 .article-main {
    padding-right: 32px;
  }
}

.article-main__up {
  padding-right: 0;
}

.article-main__up .big-media {
  margin-top: 0;
}

.article-main.margin-none {
  margin-bottom: 0;
}

.article-main__header {
  margin-bottom: 20px;
}

.article-main__tag {
  font-size: 0.75rem;
  line-height: normal;
  font-weight: 700;
  color: #000;
  background: #fbfd00;
  margin-bottom: 0;
  margin-top: 20px;
  text-transform: uppercase;
  padding: 3px 8px 2px;
  display: table;
  max-width: 100%;
  width: auto;
}

.article-main__tag a {
  color: #000;
  border: none;
}

.article-main__title {
  background: #000;
  color: #fff;
  display: inline;
  line-height: 130%;
  padding: 2px 12px 2px 0;
  box-shadow: -12px 0 0 #000;
  -webkit-box-decoration-break: clone;
  box-decoration-break: clone;
  margin-left: 12px;
  font-size: 1.625rem;
  font-weight: 500;
}

@media (min-width: 1024px) {
  .article-main__title {
    font-size: 2.375rem;
    font-weight: 700;
  }
}

.article-main__description {
  font-size: 1.25rem;
  line-height: normal;
  font-weight: 400;
  margin-bottom: 20px;
  font-family: N3 Tipo, Helvetica, Arial, sans-serif;
  margin-top: 20px;
}

.article-main__description a {
  text-decoration: underline;
}

.article-main__description i {
  font-family: N3 Tipo, Helvetica, Arial, sans-serif !important;
  font-style: italic;
}

.article-main__subheader {
  padding-top: 10px;
  border-top: 1px solid #eee;
}

.article-main__sub_title {
  font-size: 1.6rem;
  line-height: 1.8rem;
  font-weight: 600;
  margin-bottom: 4px;
}

.article-main__sub_description {
  font-size: 1.1rem;
  line-height: 1.4rem;
  color: #707070;
}

.article-main > figure {
  margin-bottom: 20px;
  border-bottom: 1px solid #e3e3e3;
}

.article-main__content {
  margin-top: 20px;
}

.article-main__content picture {
  aspect-ratio: 1.76;
  line-height: 0.8;
  font-size: 12px;
}

.article-main__content picture.picture--vertical {
  aspect-ratio: 0.58;
}

@media (min-width: 1024px) {
  .article-main__content {
    min-height: 666px;
  }
}

.article-main__content > p {
  font-size: 1.25rem;
  line-height: 28px;
  margin: 20px 0;
}

@media (min-width: 768px) {
  .article-main__content > p {
    padding-left: 12.5%;
  }
}

.article-main__content > p a {
  text-decoration: underline;
}

.article-main__content > p i {
  font-style: italic;
  font-family: N3 Tipo, Helvetica, Arial, sans-serif !important;
}

.article-main__content ul {
  padding-left: 6%;
  list-style: disc;
}

.article-main__content ul li {
  font-size: 1.25rem;
  line-height: 1.38;
  margin-bottom: 10px;
}

@media (min-width: 768px) {
  .article-main__content ul li {
    margin-left: 12.5%;
  }
}

.article-main__content > .article-main__social-embed {
  padding: 10px;
  width: calc(100% + 60px);
  margin-bottom: 15px;
  margin-left: -30px;
  display: block;
  overflow: hidden;
}

@media (min-width: 768px) {
  .article-main__content > .article-main__social-embed {
    padding: 10px 10px 10px 12.5%;
    margin-left: 0;
    width: 100%;
  }
}

.article-main__content > .article-main__social-embed.youtube-embed {
  padding: 30px 0 56.25%;
  position: relative;
  height: 0;
  overflow: hidden;
}

.article-main__content > .article-main__social-embed.youtube-embed embed,
.article-main__content > .article-main__social-embed.youtube-embed iframe,
.article-main__content > .article-main__social-embed.youtube-embed object {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

.article-main__content > .title-h2,
.article-main__content > .title-h3,
.article-main__content > .title-h4,
.article-main__content > h1,
.article-main__content > h2,
.article-main__content > h3,
.article-main__content > h4,
.article-main__content > h5,
.article-main__content > h6,
.article-main__content > p.h1,
.article-main__content > p.h2,
.article-main__content > p.h3,
.article-main__content > p.h4,
.article-main__content > p.h5,
.article-main__content > p.h6 {
  font-weight: 600;
  line-height: 1.1;
  margin-top: 50px;
  padding-top: 15px;
  padding-left: 0;
  font-family: N3 Tipo, Helvetica, Arial, sans-serif;
}

.article-main__content h1,
.article-main__content p.h1 {
  font-size: 2rem;
}

.article-main__content h2,
.article-main__content p.h2 {
  font-size: 1.8rem;
}

.article-main__content h3,
.article-main__content p.h3 {
  font-size: 1.6rem;
}

.article-main__content h4,
.article-main__content p.h4 {
  font-size: 1.4rem;
}

.article-main__content h5,
.article-main__content p.h5 {
  font-size: 1.3rem;
}

.article-main__content h6,
.article-main__content p.h6 {
  font-size: 1.2rem;
}

.article-main__content > figure {
  margin-bottom: 20px;
  border-bottom: 1px solid #e3e3e3;
}

.article-main__content .owl-carousel {
  width: calc(100% + 60px);
  margin-left: -30px;
  margin-bottom: 35px;
}

@media (min-width: 768px) {
  .article-main__content .owl-carousel {
    width: 100%;
    margin-left: 0;
  }
}

.article-main__content h2,
.article-main__content h3,
.article-main__content h4,
.article-main__content h5,
.article-main__content h6 {
  font-weight: 500;
}

.article-main__content .timeline__title {
  font-weight: 600;
}

.article-main__content h2 {
  margin-top: 32px;
  margin-bottom: 32px;
  font-size: 1.4rem;
}

.article-main__content h3 {
  font-size: 1.3rem;
}

.article-main__content h4 {
  font-size: 1.2rem;
}

.article-main__content h5 {
  font-size: 1.1rem;
}

.article-main__content h6 {
  font-size: 1rem;
}

.article-main__content > .title-h2 {
  font-size: 1.625rem;
  margin: 32px 0;
  position: relative;
  padding-left: 20px;
  display: flex;
  padding-top: 0;
  line-height: 28px;
}

.article-main__content > .title-h2:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 16px;
  background-color: #e5e5e5;
}

.article-main__content > .title-h2:after {
  content: "";
  flex-grow: 1;
  height: 28px;
  margin-left: 10px;
  background-color: #e5e5e5;
}

.article-main__content .title-h3 {
  font-size: 1.6rem;
}

.article-main__content .title-h4 {
  font-size: 1.4rem;
}

.article-main__content p.photogallery-title {
  padding: 5px 0 0;
  font-size: 1rem;
  font-weight: 400;
  border-top: 1px solid #e3e3e3;
}

.article-main__content .blockquote,
.article-main__content .mediabox {
  float: left;
  width: calc(50% - 20px);
  margin-right: 20px;
  margin-bottom: 20px;
}

@media (min-width: 1024px) {
  .article-main__content .blockquote,
  .article-main__content .mediabox {
    width: calc(33.33333% - 20px);
  }
}

.article-main__content .blockquote.blockquote__media {
  width: 100%;
}

@media (min-width: 1024px) {
  .article-main__content .blockquote.blockquote__media {
    width: calc(50% - 20px);
  }
}

.article-main__content .blockquote.blockquote__media .owl-carousel {
  width: calc(100% + 40px);
  margin-left: -20px;
}

@media (min-width: 1024px) {
  .article-main__content .blockquote.blockquote__media .owl-carousel {
    width: 100%;
    margin-left: 0;
  }
}

.article-main__content .mediabox {
  padding-top: 5px;
  margin-top: 6px;
}

.article-main__content .blockquote {
  padding: 20px 0;
}

.article-main__content .blockquote--right {
  margin-right: 0;
  margin-left: 20px;
  float: right;
}

@media (min-width: 1024px) {
  .article-main .min-height {
    min-height: 30px;
  }
}

.article-aside-bottom {
  margin-top: 16px;
}

.article-aside-content {
  margin-bottom: 16px;
}

.article-main--special {
  position: relative;
}

@media (min-width: 1024px) {
  .article-main--special {
    padding: 0 16%;
  }
}

@media (min-width: 1024px) {
  .article-main--special .article-main__content .owl-carousel,
  .article-main--special .article-main__content > figure,
  .article-main--special .article-video--content {
    width: 146%;
    margin-left: -23%;
  }
}

.article-main--special .article-main__content .article-main__social-embed {
  text-align: center;
}

.article-main--special
  .article-main__content
  .article-main__social-embed
  :first-child {
  margin: 0 auto;
}

@media (min-width: 1024px) {
  .article-main--special .blockquote,
  .article-main--special .mediabox {
    width: calc(16% - 20px);
    position: absolute;
    left: 0;
  }
}

@media (min-width: 1024px) {
  .article-main--special .blockquote--right {
    margin-right: 20px;
    margin-left: 0;
  }
}

.article-main--special .article-main__content > p {
  padding-left: 0;
}

.timeline-refresh {
  padding: 10px;
  background: #000;
  color: #fff;
  border-radius: 3px;
  font-size: 1rem;
  line-height: 1;
  margin-bottom: 10px;
}

.minuto_a_minuto .article-main__social-embed,
.timeline-new .article-main__social-embed {
  min-height: 500px;
}

.Gallery {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  overflow: hidden;
}

.Gallery .site-header {
  height: 85px;
  margin-bottom: 20px;
}

@media (min-width: 1024px) {
  .Gallery .site-header {
    height: 70px;
  }
}

.Gallery .site-header__top {
  display: none;
}

.Gallery .owl-carousel--storygallery {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.storygallery > .container {
  position: relative;
  z-index: 2;
}

.storygallery__title {
  font-family: N3 Tipo, Helvetica, Arial, sans-serif;
  font-size: 1rem;
  line-height: 1;
}

.mod-galeria {
  min-width: 320px;
  padding: 0 !important;
}

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

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

.mod-galeria.modal .modal-content {
  transition: opacity 0.5s ease-out;
  opacity: 0;
}

.mod-galeria.modal.in .modal-content {
  opacity: 1;
}

.mod-galeria.modal .modal-body {
  transition: transform 1s ease;
  transform: translateY(-25%);
  overflow-x: hidden;
}

.mod-galeria.modal.in .modal-body {
  transform: translate(0);
}

.mod-galeria .contenedor-galeria {
  overflow: hidden;
  position: relative;
}

.mod-galeria .galeria-inner {
  display: flex;
  left: 0;
  list-style: none;
  margin-bottom: 0;
  padding-left: 0;
  position: relative;
  transition: left 1s ease;
}

@media only screen and (max-width: 1023px) {
  .mod-galeria .galeria-inner {
    transition-duration: 0.25s;
  }
}

.mod-galeria .galeria-inner > li {
  display: inline-block;
  flex: none;
  float: left;
  width: 100%;
}

.mod-galeria .modal-header {
  background: #000;
  color: #f2f2f2;
  position: fixed;
  left: 0;
  right: 0;
  width: 100%;
  text-align: left;
  z-index: 1100;
}

.mod-galeria .modal-content {
  height: 100%;
  background: rgba(0, 0, 0, 0.95);
  display: flex;
  text-align: center;
  justify-content: center;
}

.mod-galeria .modal-body {
  align-self: center;
  display: inline-block;
  height: 100%;
  min-height: 100%;
  text-align: left;
  max-width: 1180px;
  position: static;
  vertical-align: middle;
  width: 100%;
}

@media only screen and (min-width: 1024px) {
  .mod-galeria .modal-inner {
    background: #000;
  }

  .mod-galeria .modal-body {
    margin: 0 auto;
  }
}

.mod-galeria .modal-title {
  min-height: 4rem;
  background-position: 0.625rem 0.875rem;
  background-size: 12rem;
  background-image: url(/public/img/antena3-television.svg);
  background-repeat: no-repeat;
}

.mod-galeria .modal-title span {
  display: none;
}

.mod-galeria .modal-title a {
  display: block;
  height: 4.25rem;
  width: 10rem;
}

.mod-galeria .close {
  background: transparent;
  border: none;
  outline: none;
  position: absolute;
  right: 1rem;
  top: 0;
  cursor: pointer;
}

.mod-galeria .close span {
  font-size: 3rem;
}

.mod-galeria .close i {
  color: #fff;
  font-size: 2rem;
}

.mod-galeria .icon-flecha-dcha,
.mod-galeria .icon-flecha-izq {
  background: hsla(0, 0%, 100%, 0.4);
  height: 4.063rem;
  width: 4.063rem;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  text-align: center;
  z-index: 1060;
  opacity: 1;
  transition: all 1s ease;
}

.mod-galeria .icon-flecha-dcha:hover,
.mod-galeria .icon-flecha-izq:hover {
  background: #000;
}

@media (max-width: 1023px) {
  .mod-galeria .icon-flecha-dcha,
  .mod-galeria .icon-flecha-izq {
    display: none;
  }
}

.mod-galeria .icon-flecha-dcha i,
.mod-galeria .icon-flecha-izq i {
  color: #fff;
  font-size: 2rem;
  line-height: 2.9rem;
}

.mod-galeria .icon-flecha-izq {
  left: 2rem;
}

.mod-galeria .icon-flecha-dcha {
  right: 2rem;
}

.mod-galeria .antetitulo,
.mod-galeria .antetitulo:hover {
  margin-bottom: 0.5rem;
  color: #ececec;
}

.mod-galeria .wrap-img-galeria {
  text-align: center;
  overflow: hidden;
}

.mod-galeria .galeria-miniaturas {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  align-items: center;
  visibility: hidden;
  background: #000;
  position: absolute;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 1080;
  top: -100%;
  padding: 0.625rem;
  list-style: none;
  transition: top 1s ease;
}

.mod-galeria .galeria-miniaturas .galeria-inner > li {
  float: left;
  width: 20%;
  padding: 0.625rem;
}

.mod-galeria.view-miniaturas .modal-inner {
  width: 100%;
}

.mod-galeria.view-miniaturas .galeria-miniaturas {
  height: auto;
  visibility: visible;
  top: 0;
  transition: top 0.5s ease;
}

.mod-galeria .link-miniatura {
  display: block;
}

.mod-galeria .contenido-miniatura {
  display: none;
  background: rgba(0, 0, 0, 0.8);
  color: #fff;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  right: 0;
  bottom: 0;
  text-align: center;
}

.mod-galeria .numeros-miniatura {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  height: 1.75rem;
}

.mod-galeria.view-miniaturas .icon-flecha-dcha,
.mod-galeria.view-miniaturas .icon-flecha-izq {
  opacity: 0;
  transition: opacity 1s ease;
}

.mod-galeria.view-miniaturas .carrusel-bullets,
.mod-galeria.view-miniaturas .contenido-galeria,
.mod-galeria.view-miniaturas .tag-galeria-info,
.mod-galeria.view-miniaturas .wrapper-pag-galeria {
  display: none;
}

.mod-galeria.view-miniaturas .galeria-miniaturas {
  position: relative;
}

.mod-galeria.view-miniaturas .modal-body {
  align-self: flex-start;
}

.mod-galeria.view-miniaturas .modal-dialog {
  max-height: 100%;
  overflow-y: auto;
}

.mod-galeria.view-miniaturas .modal-content {
  height: auto;
  min-height: 100%;
}

.mod-galeria.view-miniaturas .contenedor-galeria .galeria-inner > li {
  width: 20%;
  display: inline-flex;
}

.mod-galeria.view-miniaturas .galeria-inner {
  background: #000;
  left: 0 !important;
  flex-wrap: wrap;
  padding: 1rem;
}

.mod-galeria.view-miniaturas .galeria-overlay {
  padding: 0.625rem;
  align-self: center;
}

.mod-galeria .contenido-galeria {
  background: rgba(0, 0, 0, 0.75);
  color: #ececec;
  position: absolute;
  left: 0;
  padding: 1rem 26rem 1rem 2rem;
  width: 100%;
  bottom: -7rem;
  transition: bottom 1s ease;
  z-index: 100;
}

.mod-galeria .galeria-overlay {
  position: relative;
}

.mod-galeria .wrapper-miniaturas {
  width: 100%;
}

.mod-galeria .galeria-inner > li {
  display: flex;
}

.mod-galeria .galeria-inner > li .galeria-overlay {
  align-self: center;
  width: 100%;
}

.mod-galeria .wrapper-pag-galeria {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 4rem;
  bottom: -7rem;
  visibility: hidden;
  position: absolute;
  z-index: 1100;
  transition: bottom 0.5s ease;
  min-width: 20rem;
}

@media only screen and (min-width: 1024px) {
  .mod-galeria .wrapper-pag-galeria {
    right: 2rem;
  }
}

@media only screen and (max-width: 1023px) {
  .mod-galeria .wrapper-pag-galeria {
    display: block;
  }
}

.mod-galeria .wrapper-pag-galeria > * {
  float: left;
  width: auto;
  line-height: 1;
  height: auto;
  vertical-align: middle;
  display: inline-block;
}

.mod-galeria .wrapper-pag-galeria > :before {
  line-height: inherit;
  height: auto;
}

.mod-galeria .wrapper-pag-galeria > a {
  color: #727272;
  position: relative;
  left: inherit;
  right: inherit;
}

.mod-galeria .wrapper-pag-galeria .icon-flecha-izq {
  order: 1;
  left: 0;
  position: relative;
}

.mod-galeria .wrapper-pag-galeria .icon-flecha-dcha {
  order: 3;
  right: 0;
}

.mod-galeria .wrapper-pag-galeria .icon-flecha-dcha,
.mod-galeria .wrapper-pag-galeria .icon-flecha-izq {
  position: relative;
  background: transparent;
  border-radius: 0;
}

@media (max-width: 1023px) {
  .mod-galeria .wrapper-pag-galeria .icon-flecha-dcha,
  .mod-galeria .wrapper-pag-galeria .icon-flecha-izq {
    display: block;
  }
}

.mod-galeria .wrapper-pag-galeria .wrapper-paginacion {
  background: #1f1f1f;
  border-radius: 2rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.mod-galeria .btn-miniaturas {
  font-size: 0.85rem;
}

.mod-galeria .btn-miniaturas:before {
  font-family: Icomoon;
  font-size: 1.5rem;
  content: "";
  display: inline-block;
  margin-right: 0.5rem;
  vertical-align: middle;
}

.mod-galeria .btn-miniaturas:hover {
  color: #fff;
}

.mod-galeria .paginacion-galeria {
  order: 2;
  color: #fff;
  white-space: nowrap;
}

.mod-galeria .paginacion-galeria span {
  display: inline-block;
}

.mod-galeria .titulo {
  margin-bottom: 0;
}

.mod-galeria .antetitulo,
.mod-galeria .titulo {
  max-width: 100%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}

@media only screen and (min-width: 768px) {
  .mod-galeria .modal-body {
    display: flex;
  }

  .mod-galeria .modal-inner {
    align-self: center;
    max-width: 100%;
  }
}

@media only screen and (min-width: 1024px) {
  .mod-galeria .modal-inner {
    overflow: hidden;
    position: relative;
  }

  .mod-galeria .modal-inner:focus .contenido-galeria,
  .mod-galeria .modal-inner:hover .contenido-galeria {
    bottom: 0;
    transition: bottom 1s ease;
  }

  .mod-galeria .modal-inner:focus .wrapper-pag-galeria,
  .mod-galeria .modal-inner:hover .wrapper-pag-galeria {
    bottom: 1.25rem;
    visibility: visible;
    transition: bottom 1s ease;
  }

  .mod-galeria.view-miniaturas .modal-body {
    overflow: visible;
  }

  .mod-galeria.view-miniaturas .link-miniatura:hover .contenido-miniatura {
    cursor: pointer;
    display: block;
  }

  .mod-galeria.view-miniaturas .modal-inner {
    margin-top: 6.25rem;
  }

  .mod-galeria .tag-galeria-info {
    display: none;
  }

  .mod-galeria .contenido-galeria {
    min-height: 6.5rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }

  .mod-galeria .contenido-galeria > * {
    opacity: 0;
  }

  .mod-galeria .galeria-inner > li.active .contenido-galeria > * {
    opacity: 1;
    transition: opacity 1s linear;
    transition-delay: 0.45s;
  }

  .mod-galeria .modal-inner .icon-flecha-dcha,
  .mod-galeria .modal-inner .icon-flecha-izq {
    line-height: 3.5rem;
  }
}

.mod-galeria .carrusel-bullets,
.mod-galeria .galeria-check {
  display: none;
}

@media only screen and (max-width: 1279px) {
  .mod-galeria .modal-dialog {
    overflow: hidden;
  }

  .mod-galeria .modal-header {
    background: rgba(0, 0, 0, 0.75);
  }

  .mod-galeria.view-miniaturas .modal-dialog {
    overflow-y: auto;
  }

  .mod-galeria.view-miniaturas .modal-body {
    margin-top: 4rem;
  }

  .mod-galeria.view-miniaturas .contenedor-galeria .galeria-inner > li {
    width: 25%;
  }

  .mod-galeria.view-miniaturas .modal-header {
    top: 0;
    transition: top 0.5s ease;
    visibility: visible;
  }

  .mod-galeria .close {
    top: 0.5rem;
  }

  .mod-galeria .antetitulo,
  .mod-galeria .titulo {
    max-width: inherit;
    text-overflow: inherit;
    white-space: normal;
    overflow: visible;
  }

  .mod-galeria .modal-title {
    margin-bottom: 0;
  }

  .mod-galeria .modal-content {
    position: relative;
  }
}

@media only screen and (max-width: 1023px) {
  .mod-galeria .wrapper-pag-galeria {
    position: absolute;
    bottom: -100%;
    height: auto;
    min-width: inherit;
    width: 100%;
    visibility: hidden;
  }

  .mod-galeria .wrapper-pag-galeria .wrapper-paginacion {
    background: rgba(31, 31, 31, 0.75);
    position: absolute;
    bottom: 1.25rem;
    left: 0;
    right: 0;
    margin: auto;
    height: 4.063rem;
    justify-content: center;
    width: 11.25rem;
  }

  .mod-galeria .wrapper-pag-galeria .wrapper-paginacion .icon-flecha-dcha,
  .mod-galeria .wrapper-pag-galeria .wrapper-paginacion .icon-flecha-izq {
    margin: 0;
  }

  .mod-galeria .wrapper-pag-galeria .btn-miniaturas {
    position: absolute;
    left: 2rem;
    bottom: 1.35rem;
  }

  .mod-galeria .wrapper-pag-galeria .btn-miniaturas span {
    display: none;
  }

  .mod-galeria .contenido-galeria {
    bottom: -100%;
    padding: 1rem 13rem 1rem 10rem;
    transition-duration: 0.5s;
    visibility: hidden;
  }

  .mod-galeria .wrapper-paginacion {
    visibility: hidden;
  }

  .mod-galeria.efecto-hover .wrapper-paginacion {
    visibility: visible;
  }

  .mod-galeria .btn-miniaturas {
    background: #fff;
    border-radius: 0.25rem default;
    padding: 1rem 2rem;
  }

  .mod-galeria .btn-miniaturas:before {
    font-size: 1.75rem;
    margin-right: 0;
    color: #333;
  }

  .mod-galeria .tag-galeria-info {
    background: #fff;
    border-radius: 0.25rem default;
    font-size: 1.25rem;
    position: absolute;
    z-index: 1200;
    right: 2rem;
    bottom: -100%;
    padding: 0.85rem 1.5rem;
    visibility: hidden;
    transition: bottom 0.5s ease;
  }

  .mod-galeria .btn-mas-info {
    display: inline-block;
  }

  .mod-galeria .btn-cerrar-info {
    display: none;
  }

  .mod-galeria
    .galeria-check:checked
    ~ .modal-inner
    .galeria-inner
    > li.active
    .contenido-galeria {
    bottom: 0;
    visibility: visible;
  }

  .mod-galeria .galeria-check:checked ~ .modal-inner .btn-mas-info,
  .mod-galeria .galeria-check:checked ~ .modal-inner .wrapper-paginacion {
    display: none;
  }

  .mod-galeria .galeria-check:checked ~ .modal-inner .btn-cerrar-info {
    display: inline-block;
  }

  .mod-galeria .modal-header {
    position: absolute;
    right: 0;
    transition: top 0.5s ease;
  }

  .mod-galeria.efecto-hover .modal-header {
    top: 0;
    transition: top 0.5s ease;
    visibility: visible;
  }

  .mod-galeria.efecto-hover .wrapper-pag-galeria {
    visibility: visible;
    bottom: 0;
  }

  .mod-galeria.efecto-hover .tag-galeria-info {
    visibility: visible;
    bottom: 1rem;
    transition: bottom 0.5s ease;
  }
}

@media only screen and (max-width: 767px) {
  .mod-galeria .close {
    right: 1rem;
  }

  .mod-galeria .modal-dialog {
    overflow: hidden;
  }

  .mod-galeria .wrap-img-galeria {
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .mod-galeria .modal-inner {
    display: flex;
    justify-content: center;
    position: relative;
    height: 100%;
    min-height: 100%;
  }

  .mod-galeria .wrapper-pag-galeria {
    left: 0;
    position: absolute;
    bottom: 0;
    min-width: 100%;
  }

  .mod-galeria .wrapper-pag-galeria .wrapper-paginacion {
    background: #727272;
    position: absolute;
    right: 0;
    left: 0;
    margin: auto;
  }

  .mod-galeria .wrapper-pag-galeria .wrapper-paginacion .paginacion-galeria {
    bottom: 1rem;
  }

  .mod-galeria .wrapper-pag-galeria .btn-miniaturas {
    left: 1rem;
    bottom: 1.35rem;
    opacity: 0;
    transition: opacity 1s ease;
    visibility: hidden;
  }

  .mod-galeria.efecto-hover .wrapper-pag-galeria .btn-miniaturas {
    opacity: 1;
    visibility: visible;
  }

  .mod-galeria.efecto-hover .tag-galeria-info {
    opacity: 1;
    transition: opacity 1s ease;
    visibility: visible;
  }

  .mod-galeria .contenido-galeria {
    padding: 1rem 1rem 6.25rem;
  }

  .mod-galeria .contenedor-galeria {
    align-self: center;
  }

  .mod-galeria.view-miniaturas .contenedor-galeria {
    align-self: flex-start;
  }

  .mod-galeria.view-miniaturas .contenedor-galeria .galeria-inner > li {
    width: 33.33%;
  }

  .mod-galeria .tag-galeria-info {
    right: 1rem;
    opacity: 0;
    bottom: 1rem;
    transition: opacity 1s ease;
  }
}

@media only screen and (max-width: 550px) {
  .mod-galeria .wrapper-pag-galeria .wrapper-paginacion {
    background: rgba(31, 31, 31, 0.75);
    position: absolute;
    right: 0;
    left: 0;
    bottom: 1.35rem;
    margin: auto;
    width: 9rem;
    height: 3rem;
    font-size: 0.8rem;
  }

  .mod-galeria .wrapper-pag-galeria .btn-miniaturas {
    bottom: 1rem;
    padding: 1rem;
    width: 3.75rem;
    height: 3.75rem;
  }

  .mod-galeria .tag-galeria-info {
    margin-bottom: 0;
    width: 3.75rem;
    height: 3.75rem;
    text-align: center;
  }

  .mod-galeria .tag-galeria-info:before {
    content: "i";
    display: inline-block;
  }

  .mod-galeria .modal-content .modal-body .modal-inner .tag-galeria-info span {
    display: none;
  }

  .mod-galeria
    .modal-content
    .modal-body
    .galeria-check:checked
    ~ .modal-inner
    .tag-galeria-info:before {
    content: "";
    font-family: Icomoon;
    margin-left: -0.2rem;
  }

  .mod-galeria .contenido-galeria {
    padding: 1rem;
  }

  .mod-galeria .icon-flecha-dcha,
  .mod-galeria .icon-flecha-izq {
    width: 2.5rem;
    height: 2.5rem;
  }

  .mod-galeria .icon-flecha-dcha:before,
  .mod-galeria .icon-flecha-izq:before {
    font-size: 1.5rem;
    line-height: 2.5rem;
  }
}

@media only screen and (max-width: 420px) {
  .mod-galeria .wrapper-miniaturas {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
  }

  .mod-galeria .galeria-overlay {
    overflow: hidden;
  }

  .mod-galeria .galeria-overlay .contenido-galeria {
    bottom: -100%;
    transition: bottom 1s ease;
  }
}

@media only screen and (max-width: 420px) and (max-width: 1023px) {
  .mod-galeria .galeria-overlay .contenido-galeria {
    transition-duration: 0.25s;
  }
}

@media only screen and (max-width: 420px) {
  .mod-galeria .titulo {
    font-size: 1.25rem;
  }

  .mod-galeria.view-miniaturas .contenedor-galeria .galeria-inner > li {
    width: 50%;
  }
}

@media only screen and (max-width: 767px) {
  .mod-galeria .wrapper-miniaturas {
    bottom: 0;
    left: 0;
    position: absolute;
  }
}

@media (max-width: 1279px) and (orientation: portrait) {
  .mod-galeria .contenido-galeria {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    padding: 2rem;
    overflow: hidden;
  }
}

@media (max-width: 767px) and (orientation: portrait) {
  .mod-galeria .contenido-galeria {
    padding: 1rem;
  }
}

.mod-galeria .horizontal img {
  width: 100%;
  max-width: 100%;
  height: auto;
}

@media only screen and (min-width: 1024px) {
  .touchevents .mod-galeria .icon-flecha-dcha,
  .touchevents .mod-galeria .icon-flecha-izq {
    display: none;
  }

  .touchevents .mod-galeria .modal-inner .contenido-galeria,
  .touchevents .mod-galeria .modal-inner .wrapper-pag-galeria {
    bottom: -100%;
    visibility: hidden;
  }

  .touchevents .mod-galeria.efecto-hover .icon-flecha-dcha,
  .touchevents .mod-galeria.efecto-hover .icon-flecha-izq {
    display: block;
  }

  .touchevents .mod-galeria.efecto-hover .modal-inner .contenido-galeria,
  .touchevents .mod-galeria.efecto-hover .modal-inner .wrapper-pag-galeria {
    bottom: 0;
    visibility: visible;
  }

  .touchevents .mod-galeria.efecto-hover .modal-inner .wrapper-pag-galeria {
    bottom: 1.25rem;
  }
}

.mod-galeria .vertical img {
  text-align: center;
  width: auto;
  height: 100%;
  max-height: 100%;
}

@media only screen and (min-width: 1024px) {
  .mod-galeria .vertical img {
    max-height: 620px;
  }
}

@media only screen and (min-width: 1280px) {
  .mod-galeria .vertical img {
    max-height: 720px;
  }
}

.mod-galeria.view-miniaturas .vertical img {
  width: 100%;
  height: auto;
  max-height: inherit;
}

.mod-galeria.view-miniaturas .wrap-img-galeria,
.mod-galeria.view-miniaturas picture {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 14.38rem;
  overflow: hidden;
}

@media only screen and (max-width: 1023px) {
  .mod-galeria.view-miniaturas .wrap-img-galeria,
  .mod-galeria.view-miniaturas picture {
    height: 11rem;
  }
}

@media only screen and (max-width: 767px) {
  .mod-galeria.view-miniaturas .wrap-img-galeria,
  .mod-galeria.view-miniaturas picture {
    height: 10rem;
  }
}

@media (max-width: 550px) {
  .mod-galeria.view-miniaturas .wrap-img-galeria,
  .mod-galeria.view-miniaturas picture {
    height: 7.75rem;
  }
}

.mod-galeria.view-miniaturas .wrap-img-galeria img {
  align-self: center;
  width: 100%;
  height: auto;
}

.mod-galeria.view-miniaturas .wrap-img-galeria.vertical img {
  align-self: flex-start;
}

.mod-galeria.view-miniaturas .horizontal picture {
  display: block;
}

.mod-galeria.view-miniaturas .horizontal img {
  width: auto;
  max-width: none;
  height: 100%;
  max-height: 100%;
}

.cssvhunit .mod-galeria:not(.view-miniaturas) .vertical img {
  height: 100vh;
}

.cssvwunit .mod-galeria:not(.view-miniaturas) .horizontal img {
  width: 100vw;
}

@media only screen and (min-width: 1024px) and (max-height: 620px) {
  .mod-galeria:not(.view-miniaturas) .horizontal img {
    height: 100%;
    max-width: inherit;
    width: auto;
  }

  .cssvwunit .mod-galeria:not(.view-miniaturas) .horizontal img {
    height: 100vh;
    width: auto;
  }
}

@media only screen and (min-width: 1024px) and (max-height: 768px) {
  .mod-galeria:not(.view-miniaturas) .galeria-inner > li {
    display: flex;
    justify-content: center;
  }

  .mod-galeria:not(.view-miniaturas)
    .galeria-inner
    > li
    .wrap-img-galeria.horizontal
    img,
  .mod-galeria:not(.view-miniaturas)
    .galeria-inner
    > li
    .wrap-img-galeria.vertical
    img {
    height: 97.5%;
    height: calc(100% - 8.1rem);
    height: calc(100vh - 8.1rem);
    max-width: none;
    width: auto;
  }
}

.modal,
.modal-open {
  overflow: hidden;
}

.modal {
  display: none;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 11111;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}

.modal .a3mod_player,
.modal atres-player {
  position: inherit;
}

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

.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px;
}

.modal-content {
  position: relative;
  background-color: #fff;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  background-clip: padding-box;
  outline: 0;
}

.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #fff;
}

.modal-backdrop.fade {
  opacity: 0;
}

.modal-backdrop.in {
  opacity: 0.5;
}

.modal-body {
  position: relative;
}

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

@media only screen and (min-width: 1280px) {
  .modal-dialog {
    width: 420px;
    margin: 30px auto;
  }

  .modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  }

  .modal-sm {
    width: 300px;
  }
}

@media only screen and (min-width: 1024px) and (max-width: 1279px) {
  .modal-lg {
    width: 840px;
  }
}

.mod-galeria .modal-dialog {
  height: 100%;
  min-height: 100%;
  margin: 0;
  max-width: 100%;
  position: absolute;
  width: 100%;
}

.mod-buscador {
  margin-top: 100px;
  min-height: 30rem;
  padding: 0 1rem 1rem;
}

.mod-buscador > .container.row {
  margin-top: -5rem;
}

.mod-buscador .navbar-form {
  display: flex;
}

.mod-buscador label {
  display: none;
}

.mod-buscador input {
  padding: 0.8rem 1rem;
  box-sizing: border-box;
}

.mod-buscador input[type="text"] {
  background-color: #fafafa;
  border-radius: 0.5rem;
  border: 1px solid rgb(210.5, 210.5, 210.5);
  box-sizing: border-box;
  font-size: 1rem;
  width: 100%;
}

@media only screen and (min-width: 768px) {
  .mod-buscador input[type="text"] {
    font-size: 1.25rem;
  }
}

.mod-buscador input.search-button {
  background: url(/public/img/search-icon.svg) transparent 50% no-repeat;
  background-size: 35px;
  border: none;
  cursor: pointer;
  display: block;
  height: auto;
  margin-left: 0.2rem;
  position: relative;
  text-indent: -999rem;
  text-transform: uppercase;
  transition: all 0.2s ease;
  width: 50px;
}

.mod-buscador input.search-button:hover {
  opacity: 0.9;
}

.mod-buscador table tbody tr:hover {
  background: none;
}

.mod-buscador table tbody td {
  border-right: none;
}

.mod-buscador .gsc-search-box {
  box-sizing: border-box;
  padding: 0;
}

.mod-buscador .gsc-results-wrapper-nooverlay .gsc-refinementsArea,
.mod-buscador .gsc-results-wrapper-nooverlay .gsc-tabsArea {
  border: 0;
}

.mod-buscador .gsc-tabsArea {
  margin-top: 4rem;
}

.mod-buscador .gsc-tabsArea > div {
  overflow: hidden;
}

.mod-buscador .gsc-tabsArea .gs-spacer {
  display: none;
}

.mod-buscador .gsc-tabsArea .gsc-tabHeader {
  background: #fafafa;
  border-radius: 0.5rem;
  border: 1px solid rgb(210.5, 210.5, 210.5);
  color: #000;
  font-size: 0.875rem;
  color: #727272;
}

.mod-buscador .gsc-tabsArea .gsc-tabHeader.gsc-tabhActive,
.mod-buscador .gsc-tabsArea .gsc-tabHeader:hover {
  color: #000;
}

.mod-buscador .gsc-tabsArea .gsc-tabHeader:hover {
  cursor: pointer;
}

.mod-buscador .gsc-tabsArea .gsc-tabHeader:first-child {
  margin-right: 1rem;
}

.mod-buscador .gsc-orderby {
  position: relative;
  top: 0;
}

.mod-buscador .gsc-orderby .gsc-orderby-label {
  display: none;
}

.mod-buscador .gsc-selected-option-container {
  border: 0;
  box-shadow: none;
  font-size: inherit;
  height: auto;
  line-height: inherit;
  max-width: none;
  min-width: 0;
  padding: 0;
  text-align: left;
}

.mod-buscador .gsc-wrapper {
  max-width: 100%;
}

.mod-buscador .gsc-control-cse {
  background: none;
  border: 0;
  padding: 0;
}

.mod-buscador .gsc-control-cse .gsc-option-selector {
  display: none;
}

.mod-buscador .gsc-control-cse .gsc-selected-option {
  background: #fafafa;
  border-radius: 0.5rem;
  border: 1px solid rgb(210.5, 210.5, 210.5);
  color: #000;
  font-size: 0.875rem;
  box-shadow: none;
  padding: 0.8rem;
  width: 12rem;
}

.mod-buscador .gsc-control-cse .gsc-selected-option:hover {
  cursor: pointer;
}

.mod-buscador .gsc-control-cse .gsc-selected-option:after {
  content: "";
  float: right;
  font-family: icomoon;
}

.mod-buscador .gsc-control-cse .gsc-option-menu {
  left: 0;
  margin-top: 3rem;
  top: 0;
}

.mod-buscador .gs-web-image-box {
  float: none;
  margin-right: 1rem;
  max-height: 10rem;
  max-width: 15rem;
  overflow: hidden;
  width: 15rem;
}

.mod-buscador .gs-web-image-box img.gs-image {
  height: auto;
  max-height: 100%;
  max-width: 6rem;
  width: 100%;
}

.mod-buscador .gsc-results.gsc-webResult .gsc-result {
  border: 0;
  padding: 5px 0;
  background: #fff;
  border-bottom: 1px solid #dedcdc;
}

.mod-buscador .gsc-results.gsc-webResult .gs-snippet {
  font-family: Roboto, Arial, sans-serif;
  font-size: 1rem;
}

.mod-buscador .gsc-results.gsc-webResult .gs-title {
  font-family: Roboto, Arial, sans-serif;
  height: auto;
  margin-bottom: 0.5rem;
  overflow: inherit;
}

.mod-buscador .gsc-results.gsc-webResult .gs-title:link {
  text-decoration: underline;
}

.mod-buscador .gsc-results.gsc-webResult .gs-title:link b {
  text-decoration: none;
}

.mod-buscador .gsc-results.gsc-webResult .gs-title * {
  font-size: 1.25rem;
  text-decoration: none;
}

.mod-buscador .gsc-results.gsc-webResult .gsc-table-cell-thumbnail {
  padding: 0;
}

.mod-buscador .gsc-results.gsc-webResult td.gsc-table-cell-thumbnail {
  display: none;
}

.mod-buscador .gsc-results .gs-visibleUrl {
  font-size: 0.8rem;
  padding-top: 0.2rem;
  color: #333;
}

.mod-buscador .gsc-results.gsc-imageResult-classic {
  margin: 1rem 0;
  padding: 0;
}

.mod-buscador .gsc-results.gsc-imageResult-classic .gsc-result {
  display: inline-block;
  float: none;
  margin: 0;
  padding: 0;
  width: 50%;
}

.mod-buscador .gsc-results.gsc-imageResult-classic .gsc-result .gs-image-box {
  overflow: hidden;
  height: 80px;
}

.mod-buscador .gsc-results.gsc-imageResult-classic .gsc-result a {
  width: 100%;
}

.mod-buscador .gsc-results.gsc-imageResult-classic .gsc-result .gs-image {
  height: auto !important;
  max-width: 100%;
  width: 100% !important;
}

.mod-buscador .gsc-results.gsc-imageResult-classic .gsc-result:hover {
  border-color: #fff !important;
}

.mod-buscador .gsc-results.gsc-imageResult-classic .gsc-expansionArea {
  display: inline;
}

.mod-buscador .gsc-results .gsc-cursor-box {
  border-color: #e9e9e9;
  border-top-style: solid;
  text-align: center;
}

.mod-buscador .gsc-results .gsc-cursor-box .gsc-cursor-page {
  color: inherit;
  display: inline-block;
  font-size: 1rem;
  margin-top: 1rem;
  padding: 0.4rem 0.8rem 0.3rem;
  border: 1px solid #ececec;
}

.mod-buscador
  .gsc-results
  .gsc-cursor-box
  .gsc-cursor-page.gsc-cursor-current-page,
.mod-buscador .gsc-results .gsc-cursor-box .gsc-cursor-page:hover {
  color: #000;
  border: 1px solid #000;
  background: none;
  text-shadow: none;
}

.llamadaAccion {
  padding: 2em 1em 0;
}

.llamadaAccion p {
  font-size: 18px;
  font-weight: 400;
  margin-bottom: 4px;
}

.llamadaAccion p:last-child {
  font-size: 14px;
  color: #707070;
}

@media only screen and (min-width: 420px) {
  .mod-buscador .gsc-results.gsc-imageResult-classic .gsc-result {
    width: 33.3333333333%;
  }
}

@media only screen and (min-width: 768px) {
  .mod-buscador {
    padding: 0;
  }

  .mod-buscador .gsc-results.gsc-imageResult-classic .gsc-result {
    width: 25%;
  }

  .mod-buscador .gsc-results.gsc-webResult td.gsc-table-cell-thumbnail {
    display: block;
  }
}

@media only screen and (min-width: 1024px) {
  .mod-buscador .gsc-results.gsc-imageResult-classic .gsc-result {
    width: 16.6666666667%;
  }

  .mod-buscador .gsc-results .gs-web-image-box img.gs-image {
    max-width: 16rem;
  }
}

.mod-buscador form.gsc-search-box td.gsc-clear-button {
  display: none;
}

.mod-buscador .gsc-results .gsc-webResult .gsc-url-bottom {
  display: block;
}

.mod-buscador .gsc-results .gs-label {
  display: inline;
}

.mod-buscador .gsc-results .gsc-cursor-box .gsc-cursor-page {
  text-decoration: none;
}

.embed-responsive {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden;
}

.embed-responsive .embed-responsive-item,
.embed-responsive embed,
.embed-responsive iframe,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  border: 0;
}

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

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

.Opta .Opta-Nav a {
  pointer-events: none;
}
