@charset "UTF-8";

@font-face {
    font-display: swap;
    font-family: icomoon;
    font-style: normal;
    font-weight: 400;
    src: url(../fonts/default.woff?o217b7=) format("woff"), url(https://cdna.peru21.pe/resources/dist/peru21/fonts/default.svg?o217b7=#icomoon) format("svg")
}

@font-face {
    font-display: swap;
    font-family: icomoon;
    font-style: normal;
    font-weight: 400;
    src: url(../fonts/peru21.woff?hlelnx=) format("woff"), url(https://cdna.peru21.pe/resources/dist/peru21/fonts/peru21.svg?hlelnx=#icomoon) format("svg")
}

* {
    box-sizing: border-box;
    outline-color: #0c70bf
}

html {
    color: #333;
    font-family: Lato;
    font-size: 13px;
    scroll-behavior: smooth
}

a,
abbr,
acronym,
address,
applet,
article,
aside,
audio,
b,
big,
blockquote,
body,
canvas,
center,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
embed,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
output,
p,
pre,
q,
ruby,
s,
samp,
section,
small,
span,
strike,
strong,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
tt,
u,
ul,
var,
video {
    border: 0;
    margin: 0;
    padding: 0;
    vertical-align: baseline
}

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

body {
    line-height: 1
}

ol,
ul {
    list-style: none
}

blockquote,
q {
    quotes: none
}

[role=button],
[type=button],
[type=checkbox],
[type=radio],
[type=submit],
a,
button,
select {
    cursor: pointer
}

a {
    color: #333;
    text-decoration: none
}

a:hover {
    text-decoration: underline
}

blockquote:after,
blockquote:before,
q:after,
q:before {
    content: "";
    content: none
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

[type=search] {
    padding: 0
}

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

button {
    background-color: transparent;
    border-style: none;
    color: #333;
    font-family: inherit
}

address {
    font-style: normal
}

select {
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    border: 0
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 400
}

footer {
    content-visibility: auto;
    contain-intrinsic-size: 400px
}

.jwplayer-lazy {
    align-items: center;
    background-color: #000;
    display: flex;
    height: 347px;
    justify-content: center
}

.jwplayer-lazy-icon-play {
    -webkit-animation-name: c;
    -webkit-animation-duration: 2s;
    -webkit-animation-iteration-count: infinite;
    animation-duration: 2s;
    animation-iteration-count: infinite;
    animation-name: c;
    border: 10px solid #eee;
    border-radius: 50%;
    border-top-color: #666;
    height: 70px;
    position: absolute;
    width: 70px
}

.nav__list-item {
    margin-bottom: 0;
}

@-webkit-keyframes a {
    0% {
        transform: rotate(2)
    }

    to {
        transform: rotate(2deg)
    }
}

@keyframes a {
    0% {
        transform: rotate(2)
    }

    to {
        transform: rotate(2deg)
    }
}

@-webkit-keyframes b {
    0% {
        transform: rotate(3deg)
    }

    to {
        transform: rotate(3deg)
    }
}

@keyframes b {
    0% {
        transform: rotate(3deg)
    }

    to {
        transform: rotate(3deg)
    }
}

@-webkit-keyframes c {
    0% {
        transform: rotate(0deg)
    }

    to {
        transform: rotate(1turn)
    }
}

[class*=" icon-"],
[class^=icon-] {
    speak: none;
    font-feature-settings: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-family: icomoon, system-ui, -apple-system, Segoe UI, Roboto, Ubuntu, Cantarell, Noto Sans, sans-serif !important;
    font-size: 16px;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
    line-height: 1;
    text-transform: none
}

.content-layout {
    max-width: 100%;
    min-width: 320px
}

.content-sidebar {
    flex-direction: column;
    width: 100%
}

.content-sidebar__left {
    margin-bottom: 20px;
    width: 100%
}

.content-sidebar__right {
    width: 100%
}

.flex-1 {
    flex: 1 1
}

.flex-none {
    flex: none
}

.flex-grow {
    flex-grow: 1
}

.flex-grow-0 {
    flex-grow: 0
}

.flex-shrink {
    flex-shrink: 1
}

.flex-shrink-0 {
    flex-shrink: 0
}

.flex-col {
    flex-direction: column
}

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

.flex-row {
    flex-direction: row
}

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

.flex-wrap {
    flex-wrap: wrap
}

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

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

.justify-center {
    justify-content: center
}

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

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

.justify-evenly {
    justify-content: space-evenly
}

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

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

.items-center {
    align-items: center
}

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

.w-full {
    width: 100%
}

.h-full {
    height: 100%
}

.w-auto {
    width: auto
}

.h-auto {
    height: auto
}

.w-inherit {
    width: inherit
}

.h-inherit {
    height: inherit
}

.w-0 {
    width: 0
}

.h-0 {
    height: 0
}

.object-cover {
    -o-object-fit: cover;
    object-fit: cover
}

.object-contain {
    -o-object-fit: contain;
    object-fit: contain
}

.object-center {
    -o-object-position: center;
    object-position: center
}

.object-top {
    -o-object-position: top;
    object-position: top
}

.object-bottom {
    -o-object-position: bottom;
    object-position: bottom
}

.block {
    display: block
}

.flex {
    display: flex
}

.inline {
    display: inline
}

.inline-block {
    display: inline-block
}

.table {
    display: table
}

.hidden {
    display: none
}

[id*=ads-d],
[id*=ads-m],
[id*=ads_d],
[id*=ads_m] {
    text-align: center
}

.clearfix {
    content: "";
    display: table
}

.overflow-y {
    overflow-y: scroll
}

.overflow-x {
    overflow-x: scroll
}

.overflow-y-auto {
    overflow-y: auto
}

.overflow-x-auto {
    overflow-x: auto
}

.overflow-hidden {
    overflow: hidden
}

.overflow-x-hidden {
    overflow-x: hidden
}

.overflow-y-hidden {
    overflow-y: hidden
}

.overflow-hidden-ios {
    height: 100%;
    overflow: hidden
}

.position-relative {
    position: relative
}

.position-absolute {
    position: absolute
}

.top-0 {
    top: 0
}

.right-0 {
    right: 0
}

.bottom-0 {
    bottom: 0
}

.left-0 {
    left: 0
}

.text-left {
    text-align: left
}

.text-center {
    text-align: center
}

.text-right {
    text-align: right
}

.uppercase {
    text-transform: uppercase
}

.capitalize {
    text-transform: capitalize
}

.underline {
    text-decoration: underline
}

.primary-font {
    font-family: Lato
}

.secondary-font {
    font-family: Exo, sans-serif
}

.tertiary-font {
    font-family: Roboto, sans-serif
}

.font-thin {
    font-weight: 200
}

.font-normal {
    font-weight: 400
}

.font-bold {
    font-weight: 700
}

.font-xbold {
    font-weight: 900
}

.rounded-none {
    border-radius: 0
}

.rounded-sm {
    border-radius: 4px
}

.rounded-md {
    border-radius: 16px
}

.rounded-lg {
    border-radius: 50px
}

.rounded {
    border-radius: 50%
}

.cursor-pointer {
    cursor: pointer
}

.no-selected {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

 

.btn {
    border-radius: 4px;
    cursor: pointer;
    font-family: Lato;
    line-height: 16px;
    margin: 0 4px;
    padding: 8px 16px
}

.btn--small {
    font-size: 9px;
    padding: 4px 6px
}

.btn--outline {
    background-color: transparent;
    border: 1px solid #0c70bf;
    color: #0c70bf
}

.ads_zocalo--wide-nav {
    top: 46px
}

@font-face {
    font-display: swap;
    font-family: Lato;
    font-style: normal;
    font-weight: 400;
    src: local("Lato Regular"), local("Lato-Regular"), url(../fonts/Lato-Regular.woff2) format("woff2"), url(../fonts/Lato-Regular.woff) format("woff");
    unicode-range: U+00??, U+0131, U+0152-0153, U+02bb-02bc, U+02c6, U+02da, U+02dc, U+2000-206f, U+2074, U+20ac, U+2122, U+2191, U+2193, U+2212, U+2215, U+feff, U+fffd
}

@font-face {
    font-display: swap;
    font-family: Lato;
    font-style: normal;
    font-weight: 700;
    src: local("Lato Bold"), local("Lato-Bold"), url(../fonts/Lato-Bold.woff2) format("woff2"), url(../fonts/Lato-Bold.woff) format("woff");
    unicode-range: U+00??, U+0131, U+0152-0153, U+02bb-02bc, U+02c6, U+02da, U+02dc, U+2000-206f, U+2074, U+20ac, U+2122, U+2191, U+2193, U+2212, U+2215, U+feff, U+fffd
}

@font-face {
    font-display: swap;
    font-family: Lato;
    font-style: normal;
    font-weight: 900;
    src: local("Lato Black"), local("Lato-Black"), url(../fonts/Lato-Black.woff2) format("woff2"), url(../fonts/Lato-Black.woff) format("woff");
    unicode-range: U+00??, U+0131, U+0152-0153, U+02bb-02bc, U+02c6, U+02da, U+02dc, U+2000-206f, U+2074, U+20ac, U+2122, U+2191, U+2193, U+2212, U+2215, U+feff, U+fffd
}

@font-face {
    font-display: swap;
    font-family: Exo;
    font-style: normal;
    font-weight: 500;
    src: url(../fonts/Exo.woff2) format("woff2"), url(../fonts/Exo.woff) format("woff");
    unicode-range: U+00??, U+0131, U+0152-0153, U+02bb-02bc, U+02c6, U+02da, U+02dc, U+2000-206f, U+2074, U+20ac, U+2122, U+2191, U+2193, U+2212, U+2215, U+feff, U+fffd
}

@font-face {
    font-display: swap;
    font-family: Roboto;
    font-style: normal;
    font-weight: 400;
    src: local("Roboto"), local("Roboto-Regular"), local("sans-serif"), url(../fonts/Roboto-Regular.woff2) format("woff2"), url(../fonts/Roboto-Regular.woff) format("woff");
    unicode-range: U+00??, U+0131, U+0152-0153, U+02bb-02bc, U+02c6, U+02da, U+02dc, U+2000-206f, U+2074, U+20ac, U+2122, U+2191, U+2193, U+2212, U+2215, U+feff, U+fffd
}

@font-face {
    font-display: swap;
    font-family: Roboto;
    font-style: normal;
    font-weight: 700;
    src: local("Roboto Bold"), local("Roboto-Bold"), local("sans-serif"), url(../fonts/Roboto-Bold.woff2) format("woff2"), url(../fonts/Roboto-Bold.woff) format("woff");
    unicode-range: U+00??, U+0131, U+0152-0153, U+02bb-02bc, U+02c6, U+02da, U+02dc, U+2000-206f, U+2074, U+20ac, U+2122, U+2191, U+2193, U+2212, U+2215, U+feff, U+fffd
}

@font-face {
    font-display: swap;
    font-family: Roboto;
    font-style: normal;
    font-weight: 900;
    src: local("Roboto Black"), local("Roboto-Black"), local("sans-serif-black"), url(../fonts/Roboto-Black.woff2) format("woff2"), url(../fonts/Roboto-Black.woff) format("woff");
    unicode-range: U+00??, U+0131, U+0152-0153, U+02bb-02bc, U+02c6, U+02da, U+02dc, U+2000-206f, U+2074, U+20ac, U+2122, U+2191, U+2193, U+2212, U+2215, U+feff, U+fffd
}

.m-0 {
    margin: 0
}

.p-0 {
    padding: 0
}

.mt-0 {
    margin-top: 0
}

.pt-0 {
    padding-top: 0
}

.mr-0 {
    margin-right: 0
}

.pr-0 {
    padding-right: 0
}

.mb-0 {
    margin-bottom: 0
}

.pb-0 {
    padding-bottom: 0
}

.ml-0 {
    margin-left: 0
}

.pl-0 {
    padding-left: 0
}

.m-5 {
    margin: 5px
}

.p-5 {
    padding: 5px
}

.mt-5 {
    margin-top: 5px
}

.pt-5 {
    padding-top: 5px
}

.mr-5 {
    margin-right: 5px
}

.pr-5 {
    padding-right: 5px
}

.mb-5 {
    margin-bottom: 5px
}

.pb-5 {
    padding-bottom: 5px
}

.ml-5 {
    margin-left: 5px
}

.pl-5 {
    padding-left: 5px
}

.m-10 {
    margin: 10px
}

.p-10 {
    padding: 10px
}

.mt-10 {
    margin-top: 10px
}

.pt-10 {
    padding-top: 10px
}

.mr-10 {
    margin-right: 10px
}

.pr-10 {
    padding-right: 10px
}

.mb-10 {
    margin-bottom: 10px
}

.pb-10 {
    padding-bottom: 10px
}

.ml-10 {
    margin-left: 10px
}

.pl-10 {
    padding-left: 10px
}

.m-15 {
    margin: 15px
}

.p-15 {
    padding: 15px
}

.mt-15 {
    margin-top: 15px
}

.pt-15 {
    padding-top: 15px
}

.mr-15 {
    margin-right: 15px
}

.pr-15 {
    padding-right: 15px
}

.mb-15 {
    margin-bottom: 15px
}

.pb-15 {
    padding-bottom: 15px
}

.ml-15 {
    margin-left: 15px
}

.pl-15 {
    padding-left: 15px
}

.m-20 {
    margin: 20px
}

.p-20 {
    padding: 20px
}

.mt-20 {
    margin-top: 20px
}

.pt-20 {
    padding-top: 20px
}

.mr-20 {
    margin-right: 20px
}

.pr-20 {
    padding-right: 20px
}

.mb-20 {
    margin-bottom: 20px
}

.pb-20 {
    padding-bottom: 20px
}

.ml-20 {
    margin-left: 20px
}

.pl-20 {
    padding-left: 20px
}

.m-25 {
    margin: 25px
}

.p-25 {
    padding: 25px
}

.mt-25 {
    margin-top: 25px
}

.pt-25 {
    padding-top: 25px
}

.mr-25 {
    margin-right: 25px
}

.pr-25 {
    padding-right: 25px
}

.mb-25 {
    margin-bottom: 25px
}

.pb-25 {
    padding-bottom: 25px
}

.ml-25 {
    margin-left: 25px
}

.pl-25 {
    padding-left: 25px
}

.m-30 {
    margin: 30px
}

.p-30 {
    padding: 30px
}

.mt-30 {
    margin-top: 30px
}

.pt-30 {
    padding-top: 30px
}

.mr-30 {
    margin-right: 30px
}

.pr-30 {
    padding-right: 30px
}

.mb-30 {
    margin-bottom: 30px
}

.pb-30 {
    padding-bottom: 30px
}

.ml-30 {
    margin-left: 30px
}

.pl-30 {
    padding-left: 30px
}

.mx-auto {
    margin-left: auto;
    margin-right: auto
}

.text-xs {
    font-size: .7rem
}

.text-sm {
    font-size: .8rem
}

.text-md {
    font-size: .9rem
}

.text-lg {
    font-size: 1rem
}

.text-xl {
    font-size: 1.1rem
}

.title-xs {
    font-size: 1.3rem
}

.title-sm {
    font-size: 1.5rem
}

.title-md {
    font-size: 1.7rem
}

.title-lg {
    font-size: 2rem
}

.title-xl {
    font-size: 2.2rem
}

.line-h-none {
    line-height: 1
}

.line-h-xs {
    line-height: 1.1666666667
}

.line-h-sm {
    line-height: 1.3333333333
}

.line-h-md {
    line-height: 1.5
}

.line-h-lg {
    line-height: 1.6666666667
}

.line-h-xl {
    line-height: 1.8333333333
}

.line-h-double {
    line-height: 2
}

.icon-img:before {
    content: "\e905"
}

.icon-video:before {
    content: "\e901"
}

.icon-menu:before {
    content: "\e904"
}

.icon-marca:before {
    content: "\e903"
}

.icon-add:before {
    content: "\e900"
}

.icon-ribbon:before {
    content: "\e90a"
}

.icon-facebook:before {
    content: "\ea90"
}

.icon-twitter:before {
    content: "\ea96"
}

.icon-linkedin:before {
    content: "\eaca"
}

.icon-home:before {
    content: "\e902"
}

.icon-user:before {
    content: "\e90c"
}

.icon-search:before {
    content: "\e986"
}

.icon-close:before {
    content: "\ea0f"
}

.icon-close-circle:before {
    content: "\e907"
}

.icon-add-circle:before {
    content: "\e901"
}

.icon-back:before {
    content: "\e908"
}

.icon-linkedin-circle:before {
    content: "\e90b"
}

.icon-hamburguer:before {
    content: "\e909"
}

.icon-zoom:before {
    content: "\e90d"
}

.icon-link:before {
    content: "\e90e"
}

.icon-message:before {
    content: "\e90f"
}

.icon-print:before {
    content: "\e910"
}

.icon-left:before {
    content: "\e912"
}

.icon-right:before {
    content: "\e913"
}

.icon-facebook-circle:before {
    content: "\e915"
}

.icon-twitter-circle:before {
    content: "\e914"
}

.icon-whatsapp:before {
    content: "\e916"
}

.icon-loading:before {
    content: "\e917"
}

.icon-share:before {
    content: "\ea82"
}

.icon-arrow-r:before {
    content: "\ea3c"
}

.icon-padlock:before {
    content: "\ea11"
}

.icon-down:before {
    content: "\ea12"
}

.icon-angle-up:before {
    content: "\f106"
}

.icon-angle-down:before {
    content: "\f107"
}

.border-0 {
    border-width: 0
}

.border-t-0 {
    border-top-width: 0
}

.border-r-0 {
    border-right-width: 0
}

.border-b-0 {
    border-bottom-width: 0
}

.border-l-0 {
    border-left-width: 0
}

.border-1 {
    border-width: 1px
}

.border-t-1 {
    border-top-width: 1px
}

.border-r-1 {
    border-right-width: 1px
}

.border-b-1 {
    border-bottom-width: 1px
}

.border-l-1 {
    border-left-width: 1px
}

.border-solid {
    border-style: solid
}

.border-dashed {
    border-style: dashed
}

.border-white {
    border-color: #fff
}

.border-gray {
    border-color: #e8e8e8
}

.border-black {
    border-color: #8a8a8a
}

.border-base {
    border-color: #26567f
}

.bg-primary {
    background-color: #0c70bf
}

.bg-secondary {
    background-color: #388aca
}

.bg-tertiary {
    background-color: #ebc12f
}

.bg-base-400 {
    background-color: #c5e2f7
}

.bg-base-300 {
    background-color: #ed1c24
}

.bg-base-200 {
    background-color: #26567f
}

.bg-base-100 {
    background-color: #e8f2f9
}

.bg-attention {
    background-color: #f3da4a
}

.bg-link {
    background-color: #524cff
}

.bg-error {
    background-color: #dc4e41
}

.bg-info {
    background-color: #bbd3e0
}

.bg-success {
    background-color: #4dc247
}

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

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

.bg-gray-300 {
    background-color: #333
}

.bg-gray-200 {
    background-color: #8a8a8a
}

.bg-gray-100 {
    background-color: #e8e8e8
}

.text-white {
    color: #fff
}

.text-black {
    color: #000
}

.text-gray-300 {
    color: #333
}

.text-gray-200 {
    color: #8a8a8a
}

.text-gray-100 {
    color: #e8e8e8
}

.text-primary-color {
    color: #0c70bf
}

body {
    overflow-x: hidden
}

.bg-container,
.story,
.story .bg-container,
body {
    background: #fff
}

.extraordinary-story {
    flex-direction: column
}

.extraordinary-story--bottom .extraordinary-story__group-content {
    order: 1
}

.extraordinary-story--bottom .extraordinary-story__multimedia,
.extraordinary-story--top .extraordinary-story__group-content {
    order: 2
}

.extraordinary-story--top .extraordinary-story__multimedia {
    order: 1
}

.extraordinary-story--left .extraordinary-story__group-content {
    order: 2
}

.extraordinary-story--left .extraordinary-story__multimedia,
.extraordinary-story--right .extraordinary-story__group-content {
    order: 1
}

.extraordinary-story--right .extraordinary-story__multimedia {
    order: 2
}

.extraordinary-story__subtitle,
.extraordinary-story__title {
    -webkit-box-orient: vertical;
    display: -webkit-box
}

.extraordinary-story__subtitle {
    -webkit-line-clamp: 3;
    max-height: 69px;
    overflow: hidden
}

.extraordinary-story--oneline {
    -webkit-line-clamp: 1;
    max-height: 45px
}

.extraordinary-story--twoline {
    -webkit-line-clamp: 2;
    max-height: 77px
}

.extraordinary-story--threeline {
    -webkit-line-clamp: 3;
    max-height: 145px
}

.extraordinary-story__multimedia .embed-multimedia-image {
    max-height: 355px
}

.extraordinary-story__multimedia .powa-shot-loading-icon,
.extraordinary-story__multimedia .powa-shot-play-icon {
    background: rgba(0, 0, 0, .2);
    border-radius: 50%;
    font-family: icomoon;
    font-size: 60px
}

.extraordinary-story__multimedia .powa-shot-play-icon:before {
    content: ""
}

.extraordinary-story__multimedia .powa-shot-play-icon:hover {
    color: #fff
}

.extraordinary-story__multimedia .powa-shot-loading-icon:before {
    content: ""
}

.extraordinary-story__multimedia .powa-shot-loading-icon:hover {
    color: #fff
}

.extraordinary-story .youtube-iframe {
    height: 50vw;
    max-height: 355px
}

.featured-story__detail {
    height: calc(100% - 157px);
    width: 60%
}

.featured-story__img-link {
    height: 75px;
    width: 40%
}

.featured-story__category:after {
    border-bottom: 1px solid #333;
    bottom: -5px;
    content: "";
    display: block;
    height: 1px;
    left: 0;
    overflow: hidden;
    position: relative;
    width: 25px
}

.featured-story__title {
    max-width: 260px
}

.featured-story__title-link {
    -webkit-box-orient: vertical;
    display: -webkit-box;
    max-height: 7.10756rem
}

.featured-story__author {
    margin-top: auto
}

.featured-story--live .featured-story__headband-link {
    align-items: center;
    background-color: red;
    display: flex;
    height: 28px;
    justify-content: center;
    left: 0;
    position: relative;
    width: 110px
}

.featured-story.img-complete.expand {
    justify-content: flex-end;
    padding: 0
}

.featured-story.img-complete.expand .featured-story__img-link {
    height: 100%;
    width: 100%
}

.featured-story.img-complete.expand .featured-story__img-box {
    position: relative
}

.featured-story.img-complete.expand .featured-story__img-box:before {
    background: linear-gradient(180deg, rgba(68, 68, 68, 0) 20%, #444);
    bottom: 0;
    content: "";
    height: 306px;
    left: 0;
    pointer-events: none;
    position: absolute;
    width: 100%
}

.featured-story.img-complete.expand .featured-story__icon {
    left: 20px;
    top: 20px;
    transform: translate(0)
}

.featured-story.img-complete.expand .featured-story__detail {
    bottom: 0;
    margin: 0;
    padding: 20px;
    position: absolute;
    z-index: 1
}

.featured-story.img-complete.expand .featured-story__category:after {
    border-bottom: 1px solid #fff
}

.featured-story.img-complete.expand .featured-story__author {
    margin-bottom: 0
}

.featured-story.img-complete.expand .featured-story__author-link,
.featured-story.img-complete.expand .featured-story__category-link,
.featured-story.img-complete.expand .featured-story__title-link {
    color: #fff
}

.featured-story.expand {
    -ms-grid-row-span: 1;
    background-color: #fff;
    flex-direction: column;
    grid-row: span 1;
    height: 374px;
    padding: 0
}

.featured-story.expand:after,
.featured-story.expand:before {
    border: 0
}

.featured-story.expand.featured-story--reverse {
    flex-direction: column-reverse
}

.featured-story.expand .featured-story__img-link {
    height: 157px;
    margin-left: 0;
    width: auto
}

.featured-story.expand .featured-story__detail {
    padding: 20px;
    width: auto
}

.featured-story.expand .featured-story__category {
    display: inline-block;
    font-size: 1rem;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content
}

.featured-story.expand .featured-story__author-link {
    color: #8a8a8a
}

.icon--facebook {
    background-image: url(https://cdn.peru21.pe/resources/assets/social/facebook_icon.png)
}

.icon--facebook,
.icon--twitter {
    background-size: cover;
    display: block;
    height: 32px;
    width: 32px
}

.icon--twitter {
    background-image: url(https://cdn.peru21.pe/resources/assets/social/twitter.png)
}

.icon--margin-right {
    margin-right: 8px
}

.m-icon {
    background-color: rgba(0, 0, 0, .4);
    font-size: 50px;
    height: 50px;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 50px;
    z-index: 1
}

 
 

.nav {
    height: 46px;
    position: relative;
    z-index: 20
}

.nav__btn-sign {
    background-color: #fff;
    border: 0;
    border-radius: 50%;
    color: #0c70bf;
    cursor: pointer;
    display: block;
    height: 34px;
    padding: 0 !important;
    width: 34px
}

.nav__btn-sign>i {
    display: inline;
    font-family: sans-serif;
    font-style: normal;
    text-transform: uppercase
}

.nav__btn-sign>span {
    display: none
}

.nav__container-menu,
.nav__search-box {
    height: 20px
}

.nav__container-right {
    right: 15px;
    top: 5px
}

.nav__btn {
    color: #fff;
    outline: 0;
    text-decoration: none;
}

.nav__btn:hover {
    text-decoration: none
}

.nav__btn--featured {
    color: #0c70bf;
    height: inherit
}

.nav__btn--search {
    padding: 6px;
    position: absolute;
    right: 0;
    top: 0
}

.nav__btn--section span {
    display: none;
    font-family: Exo, sans-serif;
    font-weight: 700
}

.nav__btn--login-m {
    height: 34px;
    padding: 6px;
    width: 34px
}

.nav__btn--login-m i {
    font-style: normal
}

.nav__list-item:last-child {
    padding-right: 0
}

.nav__list-link {
    transition: .3s;
    word-break: break-word;
    text-decoration: none;
}

.nav__list-link:hover {
    color: #333
}

.nav__mobile-logo {
    left: 50%;
    top: 0;
    transform: translateX(-50%)
}

.nav__logo {
    height: 46px
}

.nav__ads {
    height: 30px;
    width: 100px
}

.nav__icon {
    background-size: cover;
    height: 16px;
    width: 16px
}

.nav__input-search {
    background-color: transparent;
    display: inline;
    display: initial;
    height: 30px;
    outline: none;
    padding-right: 40px;
    text-indent: 0;
    transition: width .25s cubic-bezier(.49, .37, .445, .715), padding-left .25s;
    will-change: width
}

.nav__input-search.active {
    border: 1px solid #0c70bf;
    padding-left: 8px;
    transition: width .25s cubic-bezier(.49, .37, .445, .715);
    width: 200px;
    will-change: width
}

.nav .layer {
    background: transparent;
    display: none;
    height: 100vh;
    position: absolute;
    top: 45px;
    width: 100%
}

.nav .nav__container-right,
.nav .nav__list {
    z-index: 1
}

.nav.active {
    position: fixed;
    position: sticky;
    width: 980px
}

@supports (position:sticky) {
    .nav.active {
        max-width: 980px;
        width: 100%
    }
}

.nav__loader {
    background-color: #eaeaea;
    height: 5px;
    left: 0;
    top: 46px
}

.nav__loader-bar {
    transform: scaleX(0);
    transform-origin: left;
    transition: transform .3s;
    width: 100%;
    will-change: transform
}

.nav__container-menu,
.nav__mobile-logo {
    z-index: 1
}

.nav__story-title {
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    display: none;
    font-size: 14px;
    font-weight: 700;
    width: 300px;
    z-index: 1
}

.nav-mujer__item-desk {
    display: none
}

.nav-mujer__item-mob {
    -ms-grid-row-align: center;
    align-self: center;
    display: block
}

.nav-region {
    display: block;
    margin-left: 100px
}

.nav-region:focus {
    outline: none
}

.nav-region__link {
    color: #fff;
    display: flex;
    padding: initial
}

.nav-region__link:focus {
    outline: none
}

.nav-region__icon {
    filter: invert(1)
}

.navbar-somos {
    height: 45px
}

.navbar-somos button:focus {
    outline: none
}

.navbar-somos__logo-img {
    max-height: 30px
}

.navbar-somos__btn-subs {
    background-color: #fff;
    border: 1px solid #fff;
    color: #444;
    font-size: 14px;
    font-weight: 700;
    margin-right: 10px;
    outline: none;
    padding: 8px 12px
}

.navbar-somos__btn-subs:hover {
    text-decoration: none
}

.navbar-somos__btn-sign {
    background-color: #0c70bf;
    border: 0;
    border-radius: 50%;
    color: #fff;
    cursor: pointer;
    display: block;
    height: 34px;
    padding: 0;
    width: 34px
}

.navbar-somos__btn-sign>i {
    color: #fff;
    display: inline;
    font-family: sans-serif;
    font-style: normal;
    font-weight: 400;
    text-transform: uppercase
}

.navbar-somos__btn-sign>span {
    display: none
}

.navbar-somos__icon-user {
    color: #f8d002
}

.navbar-somos__search-button {
    height: 35px;
    width: 35px
}

.navbar-somos__close-button {
    height: 35px;
    width: 50px
}

.navbar-somos__search-input {
    height: 35px;
    width: 185px
}
 

.featured-story__detail {
    background-color: #fff
}

.story-item__date {
    font-weight: 700;
    margin-left: 20px
}

.story-item__title {
    color: #333;
    font-weight: 700;
    margin-bottom: 10px
}

.story-item__subtitle {
    color: #333;
    font-family: Exo, sans-serif
}

.story-item__section {
    color: #0c70bf;
    font-weight: 700;
    padding-left: 0
}

.story-item__top {
    justify-content: space-between
}

.story-item__left {
    justify-content: flex-start
}

.story-item__opinion {
    flex-direction: column-reverse;
    justify-content: flex-end;
    position: relative
}

.story-item__opinion .story-item__author-wrapper {
    display: block
}

.story-item__opinion .story-item__author-wrapper .story-item__author {
    color: #0c70bf;
    font-weight: 700
}

.story-item__opinion .story-item__section {
    display: none
}

.story-item__opinion .story-item__date {
    position: absolute;
    right: 0;
    top: 10px
}

.btn {
    padding: 6px 10px
}

.btn--primary {
    background-color: #0c70bf;
    color: #fff
}

.btn--primary:first-letter {
    text-transform: uppercase
}

.pagination__page {
    font-weight: 700;
    margin-right: 10px
}

.pagination__page:last-child {
    margin-right: 0
}

.pagination__page--current {
    background-color: #0c70bf
}

.search-input {
    color: #333;
    font-family: Lato
}

.search-input__btn {
    color: #0c70bf
}

.story-table {
    border-color: #333
}

.story-table thead {
    background-color: #0c70bf;
    color: #fff
}

.story-table tbody tr:nth-child(2n) {
    background-color: #ebebeb
}

.breaking-news--bgcolor-1 {
    background-color: #ed1c24
}

.breaking-news--bgcolor-1 .breaking-news__btn-icon,
.breaking-news--bgcolor-1 .breaking-news__link,
.breaking-news--bgcolor-1 .breaking-news__text {
    color: #fff;
    font-family: Lato;
    font-size: 15px
}

.nav__btn--section {
    padding-left: 0
}

.nav__btn--section span {
    font-family: Lato
}

.nav__logo {
    padding: 10px 0
}

.nav__wrapper {
    padding: 0 15px
}

.nav__list-link {
    color: #0c70bf
}

.nav__input-search,
.nav__list-link {
    font-family: Lato
}

.nav__loader-bar {
    background-color: #0c70bf
}

.nav .header__logo-secondary {
    height: auto
}

.nav.active .header__logo-secondary {
    display: block
}

.nav__mobile-logo {
    left: 116px
}

.nav-sidebar {
    background-color: #f0f8ff
}

.nav-sidebar__body {
    padding-left: 0;
    padding-top: 0
}

.nav-sidebar__item {
    padding-left: 20px;
    transition: none
}

.nav-sidebar__item:focus {
    outline: none
}

.nav-sidebar__link {
    padding-left: 11px
}

.nav-sidebar__link,
.nav-sidebar__text {
    color: #555;
    font-family: Exo, sans-serif
}

.nav-sidebar__item:hover,
.nav-sidebar__link:hover {
    background-color: transparent
}

.nav-sidebar__parent-item {
    color: #555
}

.nav-sidebar__footer {
    padding-bottom: 20px;
    padding-top: 0
}

.nav-sidebar__search {
    padding-bottom: 0
}

.story .nav__story-title {
    max-height: 15px
}

.header__link {
    align-items: center;
    display: flex;
    font-size: 14px;
    font-weight: 700;
    text-transform: capitalize;
    text-decoration: none;
}

.header__date,
.header__link,
.header__link:hover,
.header__tags {
    color: #555
}

.header__item:after {
    background-color: #ebebeb;
    content: "";
    display: block;
    height: 80%;
    margin-left: 20px;
    margin-right: 20px;
    width: 1px
}

.header__item:last-child:after {
    display: none
}

.header__featured {
    justify-content: center
}

.header__logo-secondary {
    position: absolute;
    right: 54px;
    top: 50%;
    transform: translateY(-50%)
}

 

 
 
 
@media screen and (min-width:1024px) {
    html {
        font-size: 16px
    }

    .content-layout,
    .content-layout-container {
        min-width: 980px
    }

    .content-layout-wide {
        min-width: 1200px
    }

    .content-sidebar {
        flex-direction: row;
        flex-wrap: wrap
    }

    .content-sidebar__left {
        margin-bottom: 0;
        padding-right: 10px;
        width: calc(100% - 313px)
    }

    .content-sidebar__right {
        padding-left: 10px;
        width: 313px
    }

    .content-sidebar__right>[class] {
        margin-bottom: 20px
    }

    .lg\:flex-1 {
        flex: 1 1
    }

    .lg\:flex-none {
        flex: none
    }

    .lg\:flex-grow {
        flex-grow: 1
    }

    .lg\:flex-grow-0 {
        flex-grow: 0
    }

    .lg\:flex-shrink {
        flex-shrink: 1
    }

    .lg\:flex-shrink-0 {
        flex-shrink: 0
    }

    .lg\:flex-col {
        flex-direction: column
    }

    .lg\:flex-col-reverse {
        flex-direction: column-reverse
    }

    .lg\:flex-row {
        flex-direction: row
    }

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

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

    .lg\:flex-no-wrap {
        flex-wrap: nowrap
    }

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

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

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

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

    .lg\:justify-evenly {
        justify-content: space-evenly
    }

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

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

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

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

    .lg\:w-full {
        width: 100%
    }

    .lg\:h-full {
        height: 100%
    }

    .lg\:w-auto {
        width: auto
    }

    .lg\:h-auto {
        height: auto
    }

    .lg\:w-inherit {
        width: inherit
    }

    .lg\:h-inherit {
        height: inherit
    }

    .lg\:w-0 {
        width: 0
    }

    .lg\:h-0 {
        height: 0
    }

    .lg\:object-cover {
        -o-object-fit: cover;
        object-fit: cover
    }

    .lg\:object-contain {
        -o-object-fit: contain;
        object-fit: contain
    }

    .lg\:object-center {
        -o-object-position: center;
        object-position: center
    }

    .lg\:object-top {
        -o-object-position: top;
        object-position: top
    }

    .lg\:object-bottom {
        -o-object-position: bottom;
        object-position: bottom
    }

    .lg\:block {
        display: block
    }

    .lg\:flex {
        display: flex
    }

    .lg\:grid {
        display: -ms-grid;
        display: grid
    }

    .lg\:inline {
        display: inline
    }

    .lg\:inline-block {
        display: inline-block
    }

    .lg\:table {
        display: table
    }

    .lg\:hidden,
    .non-desktop {
        display: none
    }

    .lg\:position-relative {
        position: relative
    }

    .lg\:position-absolute {
        position: absolute
    }

    .lg\:top-0 {
        top: 0
    }

    .lg\:right-0 {
        right: 0
    }

    .lg\:bottom-0 {
        bottom: 0
    }

    .lg\:left-0 {
        left: 0
    }

    .lg\:text-left {
        text-align: left
    }

    .lg\:text-center {
        text-align: center
    }

    .lg\:text-right {
        text-align: right
    }

    .lg\:font-thin {
        font-weight: 200
    }

    .lg\:font-normal {
        font-weight: 400
    }

    .lg\:font-bold {
        font-weight: 700
    }

    .lg\:font-xbold {
        font-weight: 900
    }

    .lg\:rounded-none {
        border-radius: 0
    }

    .lg\:rounded-sm {
        border-radius: 4px
    }

    .lg\:rounded-md {
        border-radius: 16px
    }

    .lg\:rounded-lg {
        border-radius: 50px
    }

    .lg\:rounded {
        border-radius: 50%
    }

    .grid--col-3 {
        -ms-grid-columns: (minmax(285px, 328px))[3];
        grid-template-columns: repeat(3, minmax(285px, 328px))
    }

    .col-1 {
        -ms-grid-column-span: 1;
        grid-column: span 1
    }

    .col-2 {
        -ms-grid-column-span: 2;
        grid-column: span 2
    }

    .col-3 {
        -ms-grid-column-span: 3;
        grid-column: span 3
    }

    .ie-flex.col-1,
    .ie-flex .col-1 {
        flex-basis: auto;
        flex-grow: 0;
        flex-shrink: 1;
        max-width: calc(33.33333% - 20px);
        width: calc(33.33333% - 20px)
    }

    .ie-flex.col-2,
    .ie-flex .col-2 {
        flex-basis: auto;
        flex-grow: 0;
        flex-shrink: 0;
        max-width: calc(66.66667% - 20px);
        width: calc(66.66667% - 20px)
    }

    .lg\:m-0 {
        margin: 0
    }

    .lg\:p-0 {
        padding: 0
    }

    .lg\:mt-0 {
        margin-top: 0
    }

    .lg\:pt-0 {
        padding-top: 0
    }

    .lg\:mr-0 {
        margin-right: 0
    }

    .lg\:pr-0 {
        padding-right: 0
    }

    .lg\:mb-0 {
        margin-bottom: 0
    }

    .lg\:pb-0 {
        padding-bottom: 0
    }

    .lg\:ml-0 {
        margin-left: 0
    }

    .lg\:pl-0 {
        padding-left: 0
    }

    .lg\:m-5 {
        margin: 5px
    }

    .lg\:p-5 {
        padding: 5px
    }

    .lg\:mt-5 {
        margin-top: 5px
    }

    .lg\:pt-5 {
        padding-top: 5px
    }

    .lg\:mr-5 {
        margin-right: 5px
    }

    .lg\:pr-5 {
        padding-right: 5px
    }

    .lg\:mb-5 {
        margin-bottom: 5px
    }

    .lg\:pb-5 {
        padding-bottom: 5px
    }

    .lg\:ml-5 {
        margin-left: 5px
    }

    .lg\:pl-5 {
        padding-left: 5px
    }

    .lg\:m-10 {
        margin: 10px
    }

    .lg\:p-10 {
        padding: 10px
    }

    .lg\:mt-10 {
        margin-top: 10px
    }

    .lg\:pt-10 {
        padding-top: 10px
    }

    .lg\:mr-10 {
        margin-right: 10px
    }

    .lg\:pr-10 {
        padding-right: 10px
    }

    .lg\:mb-10 {
        margin-bottom: 10px
    }

    .lg\:pb-10 {
        padding-bottom: 10px
    }

    .lg\:ml-10 {
        margin-left: 10px
    }

    .lg\:pl-10 {
        padding-left: 10px
    }

    .lg\:m-15 {
        margin: 15px
    }

    .lg\:p-15 {
        padding: 15px
    }

    .lg\:mt-15 {
        margin-top: 15px
    }

    .lg\:pt-15 {
        padding-top: 15px
    }

    .lg\:mr-15 {
        margin-right: 15px
    }

    .lg\:pr-15 {
        padding-right: 15px
    }

    .lg\:mb-15 {
        margin-bottom: 15px
    }

    .lg\:pb-15 {
        padding-bottom: 15px
    }

    .lg\:ml-15 {
        margin-left: 15px
    }

    .lg\:pl-15 {
        padding-left: 15px
    }

    .lg\:m-20 {
        margin: 20px
    }

    .lg\:p-20 {
        padding: 20px
    }

    .lg\:mt-20 {
        margin-top: 20px
    }

    .lg\:pt-20 {
        padding-top: 20px
    }

    .lg\:mr-20 {
        margin-right: 20px
    }

    .lg\:pr-20 {
        padding-right: 20px
    }

    .lg\:mb-20 {
        margin-bottom: 20px
    }

    .lg\:pb-20 {
        padding-bottom: 20px
    }

    .lg\:ml-20 {
        margin-left: 20px
    }

    .lg\:pl-20 {
        padding-left: 20px
    }

    .lg\:m-25 {
        margin: 25px
    }

    .lg\:p-25 {
        padding: 25px
    }

    .lg\:mt-25 {
        margin-top: 25px
    }

    .lg\:pt-25 {
        padding-top: 25px
    }

    .lg\:mr-25 {
        margin-right: 25px
    }

    .lg\:pr-25 {
        padding-right: 25px
    }

    .lg\:mb-25 {
        margin-bottom: 25px
    }

    .lg\:pb-25 {
        padding-bottom: 25px
    }

    .lg\:ml-25 {
        margin-left: 25px
    }

    .lg\:pl-25 {
        padding-left: 25px
    }

    .lg\:m-30 {
        margin: 30px
    }

    .lg\:p-30 {
        padding: 30px
    }

    .lg\:mt-30 {
        margin-top: 30px
    }

    .lg\:pt-30 {
        padding-top: 30px
    }

    .lg\:mr-30 {
        margin-right: 30px
    }

    .lg\:pr-30 {
        padding-right: 30px
    }

    .lg\:mb-30 {
        margin-bottom: 30px
    }

    .lg\:pb-30 {
        padding-bottom: 30px
    }

    .lg\:ml-30 {
        margin-left: 30px
    }

    .lg\:pl-30 {
        padding-left: 30px
    }

    .extraordinary-story--left {
        flex-direction: row
    }

    .extraordinary-story--left .extraordinary-story__group-content {
        min-width: 60%;
        width: 60%
    }

    .extraordinary-story--right {
        flex-direction: row
    }

    .extraordinary-story--right .extraordinary-story__group-content {
        min-width: 60%;
        width: 60%
    }

    .extraordinary-story__multimedia {
        height: 355px
    }

    .search-input {
        border: 0;
        height: 76px;
        line-height: 90px;
        width: calc(100% - 70px)
    }

    .search-input__btn {
        border-left: 1px solid #e8f2f7;
        width: 70px
    }

    .video-modal__embed-container {
        width: 60%
    }

    .content_gpt_caja1_ads,
    .content_gpt_caja2_ads {
        align-items: center;
        background-color: #f7f8f9;
        display: flex;
        height: 640px;
        justify-content: center;
        margin: auto;
        padding-top: 25px;
        position: relative;
        width: 300px
    }

    .content_gpt_caja1_ads:before,
    .content_gpt_caja2_ads:before {
        content: "PUBLICIDAD";
        font-size: 10px;
        position: absolute;
        top: 10px
    }

    .content_gpt_caja2_ads {
        position: sticky !important;
        top: 0
    }

    .content_gpt #gpt_zocalo {
        height: 90px;
        width: 728px
    }

    .content_gpt_top_ads {
        align-items: center;
        background-color: #f7f8f9;
        height: 120px;
        justify-content: center;
        margin: auto;
        overflow: hidden;
        top: 6px;
        width: 970px
    }

    .ads__zocalo {
        display: flex;
        flex-grow: 0;
        flex-shrink: 0;
        height: -webkit-fit-content;
        height: -moz-fit-content;
        height: fit-content;
        overflow: visible;
        overflow: initial;
        padding: 20px 0;
        position: fixed;
        top: 0;
        width: 160px
    }

    .ads__zocalo--r {
        margin-left: 5px;
        transform: translateX(570px)
    }

    .ads__zocalo--l {
        margin-right: 5px;
        transform: translateX(-570px)
    }

    .container-pub-inline {
        -ms-grid-columns: (1fr)[4];
        grid-template-columns: repeat(4, 1fr)
    }

    .htmlContainer {
        overflow: hidden
    }

    .author-details {
        max-width: 350px
    }

    .author-title__section {
        margin: 0 auto
    }

    .post-header__title {
        font-size: 50px
    }

    .br-stories-grid {
        background-color: #fff
    }

    .br-stories-grid__title {
        background-color: transparent;
        color: #666
    }

    .br-stories-grid__container {
        -ms-grid-columns: 1fr 1fr;
        grid-template-columns: 1fr 1fr
    }

    .br-stories-grid__card {
        height: 236px
    }

    .br-stories-grid__category-container {
        letter-spacing: 1px
    }

    .br-stories-grid__image-container {
        height: 148px
    }

    .br-stories-grid__detail-title {
        max-height: 36.4px
    }

    .br-stories-grid__detail-title-link {
        color: #666
    }

    .score__status-fixture {
        height: 30px;
        width: 105px
    }

    .score__team-name {
        font-size: 30px;
        line-height: 41px
    }

    .tournament-result__box {
        width: calc(100% - 315px)
    }

    .tournament-result__card-league {
        font-size: 18px;
        height: 21px
    }

    .tournament-result__card-text {
        font-size: 16px;
        height: 16px
    }

    .tournament-result__card-league,
    .tournament-result__card-text {
        line-height: 1
    }

    .triplet--twoline {
        max-height: 42px
    }

    .movies-grid__grid {
        -ms-grid-columns: 1fr 20px 1fr 20px 1fr 20px 1fr 20px 1fr 20px 1fr;
        grid-template-columns: repeat(6, 1fr)
    }

    .movie-details__img {
        max-height: 530px
    }

    .movies-filter__filter-box {
        border: 1px solid #8a8a8a;
        flex-direction: row
    }

    .movies-filter__title-box {
        flex-direction: row
    }

    .movies-filter__form {
        flex-direction: row;
        width: auto
    }

    .movies-filter__select {
        max-width: 200px;
        width: -webkit-fit-content;
        width: -moz-fit-content;
        width: fit-content
    }

    .movies-filter__btn {
        width: 100px
    }

    .movies-slider {
        max-width: 1024px
    }

    .movies-slider__img {
        max-height: 580px
    }

    .custom-title {
        padding-left: 0
    }

    .story-video-box {
        max-height: 364px;
        width: 602px
    }

    .sections-grid {
        width: 400px
    }

    .sections-grid__text {
        position: static
    }

    .youtube-box {
        flex-direction: row
    }

    .youtube-box .story-video-box {
        margin-top: 0;
        padding-bottom: 34.15%
    }

    .youtube-box .sections-grid {
        padding-left: 30px
    }

    .youtube-box .sections-grid__text {
        position: static
    }

    .extraordinary-l-score__img-link {
        width: 65%
    }

    .extraordinary-l-score__content {
        width: 35%
    }

    .header-full .checkNewsCinDesk:checked~.showTooltipDesk {
        display: flex
    }

    .header-full .checkNewsCinMob:checked~.showModalMob {
        display: none
    }

    .header-full__newsletter-newsCinDesk {
        display: flex
    }

    .header-full__newsletter-modal.active,
    .header-full__newsletter-newsCinMob {
        display: none
    }

    .header-full__box-list {
        display: block
    }

    .header-inverted .header-inverted__btn-sign {
        background-color: #fff;
        border: 1px solid #0c70bf;
        border-radius: 4px;
        color: #0c70bf;
        font-size: 14px;
        font-weight: 700;
        min-width: 80px;
        outline: none;
        padding: 8px 12px;
        width: auto
    }

    .header-inverted .header-inverted__btn-sign>i {
        display: none
    }

    .header-inverted .header-inverted__btn-sign>span {
        display: block
    }

    .story .header-inverted.active .nav__mobile-logo {
        left: 20%
    }

    .story .header-inverted.active .nav__story-title {
        left: 35%;
        width: 460px
    }

    .megamenu {
        visibility: visible
    }

    .footer-secction {
        display: flex
    }

    .footer-secction__item {
        font-size: 15px
    }

    .footer-secction__content-column {
        border-right: 1px solid #ccc;
        min-height: 150px;
        padding: 25px 3px 0 14px;
        width: 16.66667%
    }

    .footer-secction__content-column:last-child {
        border-right: 0
    }

    .footer-secction__info {
        padding-top: 0
    }

    .footer-secction__site-item:last-child,
    .footer-secction__site-item:nth-last-child(8) {
        border-right: 0;
        margin-right: 0;
        padding-right: 0
    }

    .footer-secondary__logo-wrapper {
        height: 80px
    }

    .footer-secondary__logo-img {
        height: 43px
    }

    .footer-secondary__legal {
        width: 30%
    }

    .footer-secondary__legal,
    .footer-secondary__sections {
        border-bottom: 0;
        border-right: 1px solid #ed1c24
    }

    .footer-secondary__sections {
        width: 30%
    }

    .footer-secondary__box {
        width: 40%
    }

    .footer-secondary__contact {
        border-right: 1px solid #ed1c24;
        width: 60%
    }

    .footer-secondary__social {
        width: 40%
    }

    .footer-secondary__legal-item:nth-child(2n) {
        margin-bottom: 20px
    }

    .footer-secondary__sections-list {
        width: 100%
    }

    .footer-secondary__sections-item {
        flex-basis: 50%
    }

    .footer-story.footer-secondary .footer-secondary__legal {
        height: 50px
    }

    .footer-story.footer-secondary .footer-secondary__legal-item {
        width: 33%
    }

    .footer-story.footer-secondary .footer-secondary__legal-item:after {
        background-color: #0c70bf;
        content: "";
        display: block;
        height: 100%;
        position: absolute;
        right: 0;
        top: 0;
        width: 1px
    }

    .footer-story.footer-secondary .footer-secondary__legal-item:nth-child(2) {
        margin-bottom: 0
    }

    .footer {
        -ms-grid-rows: auto auto;
        -ms-grid-columns: 1fr 1fr 1fr;
        grid-template: "a d b"auto "c c c"auto/1fr 1fr 1fr
    }

    .footer__sections {
        display: block
    }

    .footer__info {
        -ms-grid-row: 1;
        -ms-grid-column: 1
    }

    .footer__sections {
        -ms-grid-row: 1;
        -ms-grid-column: 2
    }

    .footer__contact {
        -ms-grid-row: 1;
        -ms-grid-column: 3
    }

    .footer__sites {
        -ms-grid-row: 2;
        -ms-grid-column: 1;
        -ms-grid-column-span: 3
    }

    .header-section {
        border-top: none
    }

    .header-section__img {
        max-height: 150px;
        max-width: 100%;
        width: auto
    }

    .section-menu {
        background-color: #fff;
        position: relative;
        transition: all 5ms
    }

    .section-menu__content {
        background-color: transparent;
        margin: auto;
        overflow-y: hidden;
        transform: translateZ(0);
        transition: all 10ms
    }

    .section-menu__link {
        color: #333
    }

    .section-menu__link--v:before {
        background-color: #585858;
        border-radius: 50px;
        content: "";
        display: block;
        height: 5px;
        position: absolute;
        right: -10px;
        top: 50%;
        transform: translateY(-50%);
        width: 5px
    }

    .header__button.left:before,
    .header__button.right:before {
        width: 30px
    }

    .navbar-nm {
        display: block
    }

    .story .nav.active .nav__mobile-logo {
        display: block;
        left: 20%
    }

    .story .nav.active .nav__story-title {
        left: 30%;
        margin: 0;
        position: absolute;
        width: 460px
    }

    .nav__wrapper {
        display: flex
    }

    .nav__btn-sign {
        background-color: #fff;
        border: 1px solid #0c70bf;
        border-radius: 4px;
        color: #0c70bf;
        font-size: 14px;
        font-weight: 700;
        min-width: 80px;
        outline: none;
        padding: 8px 12px !important;
        width: 120px
    }

    .nav__btn-sign>i {
        display: none
    }

    .nav__btn-sign>span {
        display: block;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap
    }

   
    .nav__btn {
        color: #0c70bf
    }

    .nav__btn--section span {
        display: inline;
        margin-left: 8px
    }

    .nav .nav__list {
        width: 1000px
    }

    .nav .nav__list-container {
        height: 40px;
        max-width: 560px;
        overflow: hidden
    }

    .nav.active {
        background-color: #0c70bf
    }

    .nav.active .nav__btn {
        color: #fff
    }

    .nav.active .btn {
        border-color: #fff;
        color: #fff
    }

    .nav.active .nav__btn-sign,
    .nav.active .nav__btn-subs {
        color: #0c70bf
    }

    .nav.active .nav__wrapper {
        justify-content: space-between
    }

    .nav.active .nav__container-right,
    .nav.active .nav__list,
    .nav.active .nav__list-container {
        display: none
    }

    .nav.active .nav__logo {
        display: block
    }

    .nav.active .nav__search-box {
        display: none
    }

    .nav.active .nav__container-menu {
        border-right-color: #fff
    }

    .nav-mujer__item-desk {
        display: block
    }

    .nav-mujer__item-mob,
    .nav-region {
        display: none
    }

    .navbar-somos__btn-sign {
        background-color: #fff;
        border: 1px solid #0c70bf;
        border-radius: 4px;
        color: #0c70bf;
        font-size: 14px;
        font-weight: 700;
        height: 32px;
        outline: none;
        padding: 6px 12px;
        text-transform: capitalize;
        width: auto
    }

    .navbar-somos__btn-sign>i {
        display: none
    }

    .navbar-somos__btn-sign>span {
        display: block
    }

    .newsletters-subscription__list {
        -ms-grid-columns: (33.3%)[3];
        grid-template-columns: repeat(3, 33.3%);
        max-width: 100%
    }

    .saltar-intro-synopsis {
        flex-direction: row
    }

    .saltar-intro-synopsis__box--full {
        margin-bottom: 0
    }

    .saltar-intro-synopsis__box--main .saltar-intro-synopsis__box:first-child {
        border-left: 1px solid #707070
    }

    .saltar-intro-synopsis__title {
        font-size: 14px
    }

    .saltar-intro-synopsis__year {
        display: block
    }

    .saltar-intro-synopsis__plataform {
        float: unset
    }

    .search-filter {
        height: 152px
    }

    .search-filter__list {
        background-color: transparent;
        position: relative;
        top: auto
    }

    .search-filter__item {
        background-color: #fff;
        margin-right: 2px;
        position: relative
    }

    .search-filter__item.selected:before {
        border-style: solid;
        border-width: 10px 10px 0;
        bottom: -10px;
        content: " ";
        height: 0;
        left: 50%;
        margin-left: -10px;
        position: absolute;
        width: 0
    }

    .search-filter__item.active .search-filter__link {
        background-color: #0c70bf;
        font-family: Lato
    }

    .search-filter__item:nth-child(3) {
        margin-right: 20px
    }

    .search-filter__item:last-child {
        margin-right: 10px
    }

    .search-filter__link {
        background-color: #e8e8e8;
        height: 76px;
        width: 200px
    }

    .search-filter__sublist {
        position: absolute
    }

    .search-filter__subitem:last-child {
        margin-right: 0
    }

    .search-filter__subitem:before {
        color: #8a8a8a;
        content: "|";
        font-size: 9px;
        position: absolute;
        right: -7px
    }

    .separator__oneline {
        max-height: 18px
    }

    .separator__twoline {
        max-height: 36px
    }

    .separator__threeline {
        max-height: 56px
    }

    .blog-separator {
        padding-bottom: 20px
    }

    .blog-separator__item {
        height: 300px;
        width: 20%
    }

    .blog-separator__item:last-child {
        margin-right: 0
    }

    .blog-separator__see-more {
        position: absolute
    }

    .blog-separator__title {
        font-size: 16px;
        height: 94px;
        line-height: 20px
    }

    .blog-separator__author {
        -webkit-line-clamp: 3;
        height: 89px
    }

    .separator__opinion--body .separator__opinion--item {
        width: calc(20% - 4px)
    }

    .separator__opinion--image-content-default {
        margin-bottom: 20px
    }

    .separator__opinion--item {
        display: block
    }

    .confirmation-notice {
        padding: 15px
    }

    .concessionaires__locations {
        border-top: none
    }

    .concessionaires__search-title {
        border-left: 1px solid #bababa;
        height: 62px;
        width: 230px
    }

    .concessionaires__controls {
        border-left: 1px solid #bababa
    }

    .concessionaires__select {
        width: 252px
    }

    .newsletter {
        background-color: #f4f4f4;
        padding: 0 60px
    }

    .newsletter,
    .newsletter__custom {
        align-items: inherit;
        max-width: 1274px
    }

    .newsletter__custom {
        min-height: auto;
        padding: 0
    }

    .newsletter__box-subscription {
        border-radius: 12px;
        max-width: 450px
    }

    .newsletter__image-container {
        background-color: inherit;
        border-bottom: inherit;
        width: 380px
    }

    .newsletter__strong {
        font-size: 70px
    }

    .author-card__detail {
        width: 70%
    }

    .author-card__wrapper {
        height: 374px
    }

    .author-item__box-image-default {
        font-size: 40px;
        height: 75px;
        padding: 16px
    }

    .editorial-card__wrapper {
        height: 374px
    }

    .opinion-grid {
        -ms-grid-columns: (33.3%)[3];
        grid-template-columns: repeat(3, 33.3%);
        max-width: 100%
    }

    .infinite-cards__img,
    .infinite-cards__media {
        max-height: 225px;
        min-height: 225px
    }

    .stories-video__item-dest.sticky {
        height: 145px;
        left: calc(50% - 490px);
        max-width: 980px;
        top: 46px
    }

    .stories-video__item-dest.sticky .stories-video__item-border {
        max-width: 441px
    }

    .stories-video__item-dest.sticky .powa {
        height: 125px;
        width: 222px
    }

    .stories-video__item-dest.sticky .stories-video__item-dest-title {
        -webkit-line-clamp: 2;
        font-size: 18px;
        letter-spacing: .36px;
        line-height: 21px;
        max-height: 50px
    }

    .stories-video__item-dest.sticky .stories-video__close {
        position: absolute
    }

    .stories-video__item-dest.sticky.sticky-top {
        top: 140px
    }

    .story-author-title__section {
        margin: 0 auto
    }

    .story-content__p-default {
        height: 345px
    }

    .story-content__gallery-img {
        height: 528px
    }

    .story-content__link-list-title-link {
        font-size: 17px
    }

    .story-content li {
        font-size: 20px
    }

    .story-contents__p-default {
        height: 345px
    }

    .story-google-news__link {
        font-size: 22px;
        line-height: 27px
    }

    .story-gallery-slider {
        max-width: 1024px
    }

    .story-gallery-slider__img {
        height: 510px
    }

    .story-gallery-slider__quantity {
        height: 40px
    }

    .story-gallery-slider__caption-image {
        clear: none
    }

    .story-special-h .story-header__list {
        width: 170px
    }

    .story.archivo-elcomercio .story-header__news-title,
    .story.special .story-header__news-title,
    .story.special_basic .story-header__news-title {
        font-size: 40px
    }

    .video-list.fixedAds {
        margin-top: 250px
    }

    .video-list.fixedNoAds {
        margin-top: 570px
    }

    .video-list__item {
        width: calc(25% - 10px)
    }

    .video-list__image {
        max-height: 150px
    }

    .play-list__item {
        width: calc(25% - 10px)
    }

    .play-list__image {
        max-height: 150px
    }

    .section-video__wrapper.fixed {
        height: 250px;
        left: 50%;
        position: fixed;
        top: 46px;
        transform: translateX(-50%);
        width: 980px;
        z-index: 2
    }

    .section-video__wrapper.fixed .__frame {
        margin: auto;
        position: relative;
        top: 20px
    }

    .section-video__wrapper.fixed .section-video__fixed {
        display: none
    }

    .video-navbar.fixed {
        background-color: #1b1b1b;
        border-bottom: 0;
        border-top: 0;
        left: 50%;
        position: fixed;
        top: 274px;
        transform: translateX(-50%);
        width: 980px;
        z-index: 10
    }

    .video-navbar.fixed .video-navbar__link {
        color: #fff
    }

    .video-navbar__link {
        padding: 0 10px
    }

    .extraordinary-story--left .extraordinary-story__group-content,
    .extraordinary-story--right .extraordinary-story__group-content {
        min-width: 40%
    }

    .search-input {
        font-weight: 700
    }

    .breaking-news--bgcolor-1 .breaking-news__btn-icon,
    .breaking-news--bgcolor-1 .breaking-news__link,
    .breaking-news--bgcolor-1 .breaking-news__text {
        font-size: 22px
    }

    .nav__wrapper:first-child {
        background-color: transparent
    }

 

    .nav .header__logo-secondary {
        display: none
    }

    .nav__mobile-logo {
        left: 183px
    }

    .story .nav__story-title {
        max-height: none
    }

    .header__logo {
        margin-left: 7px
    }

    .header__logo-secondary {
        right: 12px
    }

    .separator__title {
        font-size: 16px;
        max-height: 90px
    }

    .separator__item {
        flex-basis: 23.5%
    }

    .separator__header-link {
        font-size: 26px
    }

    .triplet--threeline {
        max-height: 63px
    }

    .search-filter__item {
        font-family: Lato
    }

    .search-filter__item.selected:before {
        border-color: #0c70bf transparent transparent
    }

    .search-filter__item.active .search-filter__link {
        font-weight: 700
    }

    .search-filter__link {
        background-color: #fff
    }

    .search-filter__subitem:before {
        color: #0c70bf
    }

    .footer-story.footer-secondary .footer-secondary__legal-item:after {
        background-color: #fff
    }

    .story-header__news-title {
        font-size: 47px
    }

    .story-content__font--secondary {
        font-size: 22px
    }

    .story-interest__container {
        width: 570px
    }

    .story-interest__list {
        flex-wrap: wrap
    }

    .story-interest__item {
        flex-basis: calc(50% - 10px);
        padding: 0
    }

    .story-interest__item:first-child {
        padding-left: 0
    }

    .story-interest__item:nth-child(2n) {
        border-right: 0;
        margin-left: 20px
    }

    .story-interest__item:nth-child(odd):before {
        background-color: #fff;
        content: "";
        height: 100%;
        position: absolute;
        right: -10px;
        top: 0;
        width: 1px
    }

    .story-interest__figure {
        height: 137px
    }

    .story .nav.active .nav__logo {
        margin-left: 0
    }

    .play-list__title a {
        font-family: Roboto, sans-serif
    }

    .section-video .section-video__top {
        flex-direction: row;
        padding-bottom: 20px
    }

    .section-video__frame {
        height: 350px
    }

    .section-video__right {
        padding: 0 20px
    }

    .section-video__title {
        font-size: 24px
    }

    .section-video__right {
        width: 70%
    }

    .section-video__detail {
        border-bottom: 1px solid #666;
        border-color: #666 currentcolor;
        border-top: 1px solid #666;
        flex-direction: row;
        height: 49px
    }

    .section-peru21tv .nav__container-menu,
    .section-peru21tv .nav__search-box,
    .section-videos .nav__container-menu,
    .section-videos .nav__search-box {
        border-right-color: #fff
    }

    .section-peru21tv .nav__btn,
    .section-peru21tv .nav__icon-search,
    .section-videos .nav__btn,
    .section-videos .nav__icon-search {
        color: #fff
    }

    .section-peru21tv .play-list__name,
    .section-videos .play-list__name {
        font-size: 19px
    }

    .section-peru21tv .video-navbar.fixed,
    .section-videos .video-navbar.fixed {
        top: 296px
    }

    .section-peru21tv .video-navbar__list,
    .section-videos .video-navbar__list {
        justify-content: center
    }

    .section-peru21tv .video-navbar__link,
    .section-videos .video-navbar__link {
        padding: 0 20px
    }

    .section-peru21tv .play-list__duration,
    .section-peru21tv .video-list__duration,
    .section-videos .play-list__duration,
    .section-videos .video-list__duration {
        bottom: 2px
    }

    .section-peru21tv .section-video__text,
    .section-videos .section-video__text {
        margin-bottom: 0
    }

    .section-peru21tv .section-video__content-share,
    .section-peru21tv .section-video__content-share .section-video__share,
    .section-videos .section-video__content-share,
    .section-videos .section-video__content-share .section-video__share {
        display: none
    }

    .section-peru21tv .section-video__detail .section-video__share,
    .section-videos .section-video__detail .section-video__share {
        display: block
    }

    .section-peru21tv .section-video__list-text,
    .section-videos .section-video__list-text {
        flex-direction: row;
        padding: 0;
        width: auto
    }

    .section-peru21tv .footer-secondary__logo-wrapper,
    .section-videos .footer-secondary__logo-wrapper {
        max-width: 980px
    }

    .tv-header__content {
        min-width: 980px
    }

    .tv-header__logo-container {
        left: 20px
    }

    .headband {
        display: flex
    }

    .headband__fixedvideo__container {
        width: 980px
    }

    .headband__fixedvideo__title-story {
        font-size: 16px;
        line-height: 20px;
        width: 180px
    }

    .headband__fixedvideo__firstBox.expanded {
        flex-direction: row;
        height: 200px
    }

    .headband__fixedvideo__firstBox.expanded .headband__fixedvideo__box-video {
        width: 340px
    }

    .headband__fixedvideo__firstBox.expanded .headband__fixedvideo__box-video iframe {
        height: 180px;
        width: 320px
    }

    .headband__fixedvideo__firstBox.expanded .headband__fixedvideo__box-story {
        width: calc(100% - 340px)
    }

    .headband__fixedvideo__firstBox.expanded .headband__fixedvideo__title-story {
        -webkit-line-clamp: 7;
        line-height: 24px;
        padding-left: 0;
        width: 240px
    }

    .headband__fixedvideo__close {
        right: 10px
    }

    .headband__container {
        border-radius: 5px 0 0 5px;
        flex-direction: row;
        height: 110px;
        width: calc(100% - 42px)
    }

    .headband__box-logo {
        flex-direction: column;
        justify-content: space-between;
        padding-bottom: 0;
        padding-top: 0
    }

    .headband__logo {
        height: 46px;
        width: 67px
    }

    .headband__swipe {
        display: none
    }

    .headband__container-item {
        height: 90px
    }

    .headband__box-video {
        width: 160px
    }

    .headband__title-story {
        -webkit-line-clamp: 6;
        line-height: 15px
    }

    .headband__next {
        display: block
    }

    .custom-title {
        padding-right: 0
    }

    .custom-title.large {
        font-size: 32px;
        line-height: 23px
    }

    .authors-list__box {
        justify-content: space-between
    }
}

 
 
 