
@font-face {
    font-family: Founders Grotesk Condensed;
    src: url("test-founders-grotesk-condensed-regular.woff2") format("woff2");
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: Founders Grotesk Condensed;
    src: url("test-founders-grotesk-condensed-bold.woff2") format("woff2");
    font-weight: 700;
    font-style: normal
}

@font-face {
    font-family: "PT Serif";
    font-display: optional;
    src: url("") format("ttf");
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: Graphik;
    src: url("Graphik-Regular.woff2") format("woff2");
    font-weight: 400;
    font-style: normal;
    unicode-range: U+000-5ff
}

@font-face {
    font-family: Graphik;
    src: url("Graphik-Bold.woff2") format("woff2");
    font-weight: 700;
    font-style: normal;
    unicode-range: U+000-5ff
}

/* ---- */

@font-face {
  font-family: PTSerif;
  font-weight: 400;
  src: local("PT_SerifRegular"), local("PT_Serif-Regular");
  src: url("PTSerifRegular.woff2") format("woff2"),
  url("PTSerifRegular.woff") format("woff"),
  url("PTSerifRegular.ttf") format("truetype");
}

@font-face {
  font-family: PTSerif;
  font-weight: 700;
  src: local("PT_SerifBold"), local("PT_Serif-Bold");
  src: url("PTSerifBold.woff2") format("woff2"),
  url("PTSerifBold.woff") format("woff"),
  url("PTSerifBold.ttf") format("truetype");
}

* {
    box-sizing: border-box;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0)
}

html {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-overflow-scrolling: touch;
    scroll-behavior: smooth
}

body {
    margin: 0;
    overflow-x: hidden;
    /*font: 1rem/1.1 Founders Grotesk Condensed, sans-serif;*/
    font: 1rem/1.1 "PTSerif", sans-serif;
    color: rgba(0, 0, 0, .9);
    background-color: #fff;
    padding-top: 0
}

body:not(.offline-content) {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

a {
    text-decoration: none;
    outline: 0
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
    margin: 0
}

figure,
li,
ol,
ul {
    margin: 0;
    padding: 0;
    list-style: none
}

amp-img,
img {
    border: none;
    vertical-align: top;
    text-indent: -9999px
}

fieldset {
    margin: 0
}

button,
fieldset {
    border: none;
    padding: 0
}

button {
    outline: 0;
    background: transparent;
    cursor: pointer
}

:focus {
    outline: none;
    box-shadow: none
}

.hide,
amp-web-push-widget.amp-invisible {
    display: none
}

@media(min-width:768px) {
    body {
        padding-top: 0
    }
}

.row {
    padding: 0 20px
}

.container,
.row {
    width: 100%;
    margin: 0 auto;
    max-width: 1253px;
    display: flex;
    flex-direction: column
}

body .hide--mobile {
    display: none
}

@media(min-width:768px) {

    .container,
    .row {
        padding: 0 10px
    }

    .container>.row,
    .row .container {
        padding: 0
    }

    .container,
    .container__row {
        flex-direction: row
    }

    .container__row {
        margin: 0 -10px;
        display: flex;
        flex-wrap: wrap;
        flex-grow: 1
    }

    .col--main {
        width: 100%
    }

    .newsfull .col--main {
        display: flex
    }

    .col--aside {
        width: 300px;
        flex: 0 0 300px;
        margin-left: 32px
    }

    .col {
        padding: 0 10px
    }

    .col--3 {
        flex-basis: 25%;
        width: 25%
    }

    .col--4 {
        flex-basis: 33.3333%;
        width: 33.3333%;
        flex-basis: 50%;
        width: 50%
    }

    .col--8 {
        flex-basis: 66.6666%;
        width: 66.6666%
    }

    .col--12 {
        flex-basis: 100%;
        width: 100%
    }

    body .hide--desktop {
        display: none
    }

    body .hide--mobile {
        display: block
    }
}

@media(min-width:768px) and

/*!FIX*/
(max-width:1024px) {
    body .hide--tablet {
        display: none
    }
}

@media(min-width:1253px) {
    .container {
        padding: 0
    }
}

.hide_mobile,
header .small,
header .small span.hide_mobile {
    display: none
}

.header__topbar {
    display: none;
    box-sizing: border-box;
    font: 400 16px/1 Graphik
}

.header__grid {
    padding: 0 20px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

.header__flex {
    display: flex;
    justify-content: space-between;
    align-items: flex-start
}

.header__swipe nav {
    display: flex;
    overflow-x: auto;
    padding: 0
}

.header__swipe ul,
.header__swipe ul a {
    align-items: center;
    column-gap: 13px;
    color: inherit
}

.header__swipe ul img {
    width: 20px;
    height: 20px;
    overflow: hidden;
    text-indent: -999px
}

.header__swipe li,
.header__swipe ul {
    display: flex;
    list-style: none;
    margin: 0;
    padding: 0
}

.header__swipe li {
    column-gap: 17px;
    line-height: 20px;
    white-space: nowrap
}

.header__swipe li.title {
    margin: 0 -8px 0 0
}

li+li.title:before {
    content: "";
    width: 0;
    height: 20px;
    border-left: 1px solid #e0e0e0
}

.header__swipe ul a {
    display: flex;
    column-gap: 6px;
    text-decoration: none
}

.header__swipe li span {
    color: #004adf
}

.header__swipe ul a.active,
.header__swipe ul a:hover {
    color: #004cde
}

.header__swipe ul a.active {
    border-bottom: 1px solid #004cde;
    margin-top: 1px
}

header.header {
    padding: 0 18px;
    background: #fff;
    border-bottom: 1px solid #e0e0e0;
    top: 0;
    left: 0;
    width: 100%;
    line-height: 0;
    z-index: 103
}

header .container,
header.header {
    position: relative;
    box-sizing: border-box
}

header .container {
    display: flex;
    justify-content: space-between;
    height: 56px;
    align-items: center;
    justify-content: center
}

header .logo {
    width: 132px;
    height: 55px;
    display: inline-block
}

header .logo,
header .logo img {
    position: absolute;
    top: 0;
    left: 0
}

header .logo img {
    width: 100%;
    height: 100%
}

header.m-center .groups {
    width: 100%;
    display: flex;
    justify-content: space-between;
    justify-content: flex-end
}

header.m-center .groups,
header.m-center .groups div {
    flex-direction: row;
    column-gap: 4px
}

header.m-center .groups .primary {
    display: inline-flex;
    align-items: center;
    flex-wrap: wrap;
    flex-direction: row-reverse;
    order: 2
}

header.m-center .groups .secondary {
    display: inline-flex;
    align-items: center;
    flex-wrap: wrap;
    flex-direction: row;
    order: 1
}

header .button {
    cursor: pointer;
    border: 1px solid transparent;
    border-radius: 45px;
    background: transparent;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-weight: 400;
    font-family: Graphik;
    text-decoration: none;
    text-transform: none;
    vertical-align: top;
    height: inherit;
    letter-spacing: inherit
}

header .outline {
    color: #000;
    border: 1px solid #e0e0e0;
    background: #fff
}

header .outline:hover {
    background: #ededed
}

header .icon {
    padding-left: 0;
    padding-right: 0
}

header .outline svg {
    fill: #000
}

header .small {
    height: 32px;
    padding: 3px 10px;
    font-size: 14px;
    line-height: 24px;
    min-width: 44px;
    box-sizing: border-box
}

header .small span {
    display: flex;
    column-gap: 7px;
    white-space: nowrap
}

header .filled {
    color: #fff;
    border: 1px solid transparent
}

.filled.jsx-2131209828:hover,
header .filled {
    background: #004adf
}

.header__subbar {
    background: #fff;
    box-shadow: 0 5px 10px rgba(0, 0, 0, .08);
    position: relative;
    padding: 13px 0;
    text-transform: none;
    font-family: Graphik;
    z-index: 2
}

.header__subbar:after,
.header__subbar:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 20px;
    background: -webkit-linear-gradient(left, var(255, 255, 255, 1)0, hsla(0, 0%, 100%, 0) 100%);
    background: -moz-linear-gradient(left, var(255, 255, 255, 1)0, hsla(0, 0%, 100%, 0) 100%);
    background: -o-linear-gradient(left, var(255, 255, 255, 1)0, hsla(0, 0%, 100%, 0) 100%);
    background: linear-gradient(90deg, var(255, 255, 255, 1)0, hsla(0, 0%, 100%, 0) 100%)
}

.header__subbar:after {
    left: auto;
    right: 0
}

.header__subbar .header__swipe nav {
    display: flex;
    overflow-x: auto;
    padding: 0
}

.header__subbar .header__swipe ul,
.header__subbar .header__swipe ul a {
    align-items: center;
    column-gap: 15px
}

.header__subbar .header__swipe ul a {
    column-gap: 6px
}

.header__subbar .header__swipe li {
    column-gap: 17px;
    line-height: 20px;
    white-space: nowrap
}

.header__subbar {
    padding-bottom: 0
}

.header__subbar ul a,
.header__subbar ul strong {
    padding-bottom: 9px;
    border-bottom: 3px solid #fff
}

.header__subbar ul a.active {
    border-bottom: 3px solid #004adf
}

.nav__content {
    position: fixed;
    top: 0;
    right: 100%;
    width: 100%;
    padding: 79px 30px 24px;
    bottom: 0;
    z-index: 300;
    background: #034bd1;
    transform: translate(0);
    transition: all.2s;
    will-change: transform;
    font: 18px/20px Graphik, Arial, sans-serif;
    overflow: auto;
    display: block;
    box-sizing: border-box
}

body.sidebar-active .nav__content {
    transform: translate(100%)
}

.nav__cover {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 299;
    background: rgba(0, 0, 0, .3);
    pointer-events: none;
    opacity: .0001;
    -webkit-transition: all.2s;
    -moz-transition: all.2s;
    -o-transition: all.2s;
    transition: all.2s
}

body.sidebar-active .nav__cover {
    pointer-events: auto;
    opacity: 1
}

.button.navigation__close {
    position: absolute;
    top: 20px;
    right: 30px;
    cursor: pointer;
    color: #fff;
    border: 1px solid hsla(0, 0%, 100%, .5);
    border-radius: 100px;
    background: transparent;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-weight: 400;
    font-family: SF Pro Display;
    text-decoration: none;
    text-transform: none;
    vertical-align: top;
    font-size: 14px;
    line-height: 24px;
    padding: 3px 9px;
    min-width: 40px;
    width: auto;
    height: inherit
}

.button.navigation__close span {
    display: flex;
    column-gap: 7px;
    white-space: nowrap
}

.button.navigation__close svg {
    fill: #fff
}

.nav__content form {
    margin-bottom: 20px;
    display: block;
    margin-top: 0
}

.nav__form__container {
    display: flex;
    row-gap: 7px;
    flex-direction: column
}

.nav__form__content {
    border: 1px solid #fff;
    border-radius: 100px;
    padding: 0 16px;
    display: flex;
    column-gap: 10px;
    align-items: center;
    transition: border.1s;
    background: #fff
}

.nav__form__input {
    font: 16px/20px Graphik, Arial, sans-serif;
    padding: 11px 0;
    margin: 0;
    border: none;
    outline: 0;
    background: transparent;
    width: 100%;
    display: block
}

.nav__form__button {
    border: none;
    background: transparent;
    cursor: pointer;
    padding: 0
}

.nav__form__button svg {
    width: 24px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 24px;
    -moz-box-flex: 0;
    -ms-flex: 0 0 24px;
    flex: 0 0 24px;
    vertical-align: top
}

.nav__ul__parent li {
    margin-bottom: 20px
}

.nav__li__parent {
    border-bottom: 1px solid hsla(0, 0%, 100%, .3)
}

.nav__li__parent>.item {
    font-size: 21px;
    line-height: 23px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 20px;
    display: flex;
    column-gap: 10px
}

.nav__li {
    color: #fff;
    font-size: 18px;
    line-height: 20px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-column-gap: 10px;
    -moz-column-gap: 10px;
    column-gap: 10px
}

.nav__li--small {
    font-size: 16px
}

.nav__ul__columns--mb {
    padding: 0 0 50px
}

.nav__li--mt {
    margin-top: 29px
}

.nav__li .item,
.nav__li__a.item {
    color: #fff
}

.nav__li__a.item:hover {
    text-decoration: underline
}

.nav__li.active .nav__li__a:after {
    width: 20px;
    height: 20px;
    content: "";
    background: url("urn:scrapbook:download:error:https://sapphirecrestcapital.org/export/sites/debate/arte/el-debate/iconosvg_check.svg") no-repeat 50%;
    display: inline-block;
    vertical-align: middle;
    margin-left: 10px
}

.nav__ul__columns {
    column-count: 2;
    column-gap: 14px
}

.nav__copy {
    font-size: 11px;
    color: #fff;
    opacity: .7
}

.nav__social {
    flex-wrap: wrap;
    flex-direction: row;
    column-gap: 20px;
    margin-bottom: 21px;
    border-top: 1px solid hsla(0, 0%, 100%, .3);
    padding-top: 21px;
    width: 100%
}

.nav__social,
.nav__social__a {
    display: inline-flex;
    align-items: center
}

.nav__social__a {
    cursor: pointer;
    border: 1px solid transparent;
    border-radius: 14px;
    background: transparent;
    justify-content: center;
    font-weight: 400;
    text-decoration: none;
    vertical-align: top;
    font-size: 14px;
    line-height: 24px;
    min-width: 32px;
    padding: 3px 0;
    fill: #fff
}

amp-web-push-widget {
    margin-top: 12px
}

@media(min-width:768px) {

    .hide_mobile,
    header .small,
    header .small span.hide_mobile {
        display: inherit
    }

    .header__topbar {
        display: flex;
        justify-content: space-between;
        background-color: #eaeaea;
        padding: 10px;
        color: inherit;
        font-size: 14px
    }

    .header__grid {
        width: 100%;
        margin: 0 auto;
        max-width: 1240px
    }

    .header__subbar .header__grid {
        display: flex;
        justify-content: center
    }

    .header__swipe ul {
        column-gap: 17px
    }

    header .container {
        height: 85px;
        max-width: 1240px;
        margin: 0 auto;
        padding: 0 20px
    }

    header .logo {
        position: absolute;
        top: 0;
        left: 50%;
        transform: translate(-50%);
        height: 85px;
        width: 204px
    }

    header.m-center .groups {
        width: 100%;
        justify-content: space-between;
        flex-direction: row;
        column-gap: 8px;
        display: flex
    }

    header.m-center .groups div {
        column-gap: 10px
    }

    header.m-center .groups .primary {
        flex-direction: row-reverse;
        order: inherit
    }

    header.m-center .groups .secondary {
        column-gap: 10px;
        order: inherit
    }

    header .small {
        min-width: 45px;
        font-size: 16px;
        padding: 10px 20px 9px;
        height: 45px
    }

    header .small.icon {
        padding: 12px;
        height: 45px
    }

    header .small.full {
        padding: 10px 20px 9px;
        height: inherit
    }

    header .small.full:active,
    header .small.full:focus {
        -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, .25);
        box-shadow: 0 0 10px 0 rgba(0, 0, 0, .25);
        background: #fff
    }

    .header__subbar .header__swipe ul {
        column-gap: 17px
    }

    .nav__content {
        max-width: 340px
    }

    .topbarsecondary li strong {
        display: flex
    }

    .topbarsecondary li .icon {
        margin: 2px 5px 0 0;
        display: flex;
        vertical-align: middle;
        align-items: center
    }

    amp-web-push-widget {
        margin-top: 0
    }
}

@media(max-width:767px) {

    header .hide_mobile,
    header .small span.hide_mobile {
        display: none
    }

    .button.navigation__close:hover {
        background: hsla(0, 0%, 100%, .3)
    }

    .nav__social__button {
        padding: 7px;
        min-width: 40px
    }
}

.footer {
    background: #f2f2f2;
    padding: 20px 0;
    color: #000;
    font: 400 16px/1 Graphik
}

.footer__grid {
    padding: 0 20px
}

.footer__top {
    display: flex;
    flex-direction: column;
    padding-bottom: 17px;
    border-bottom: 1px solid #d5d5d5;
    margin-bottom: 20px;
    position: relative
}

.footer__logo {
    width: 150px;
    height: 38px;
    position: relative;
    display: inline-block;
    margin-bottom: 35px
}

.footer__button {
    cursor: pointer;
    border-radius: 45px;
    background: transparent;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-weight: 400;
    font-family: Graphik, sans-serif;
    text-decoration: none;
    vertical-align: top;
    color: #000;
    border: 1px solid #e0e0e0;
    background: #fff;
    padding: 9px 20px;
    font-size: 16px;
    line-height: 24px;
    min-width: 44px;
    position: absolute;
    top: 0;
    right: 0;
    display: none
}

.footer__button:hover {
    background: #ededed
}

.footer__button span {
    display: flex;
    column-gap: 7px;
    white-space: nowrap
}

.footer__social {
    flex-wrap: wrap;
    flex-direction: row;
    column-gap: 10px;
    margin: 40px 0 0
}

.footer__social,
.footer__social__button {
    display: inline-flex;
    align-items: center;
    justify-content: center
}

.footer__social__button {
    cursor: pointer;
    border: 1px solid transparent;
    border-radius: 45px;
    background: transparent;
    font-weight: 400;
    font-family: Graphik, sans-serif;
    text-decoration: none;
    vertical-align: top;
    color: #000;
    font-size: 14px;
    line-height: 24px;
    min-width: 44px;
    padding: 3px 0
}

.footer__social__button:hover {
    background: rgba(0, 0, 0, .1)
}

.footer__social__button span {
    display: flex;
    column-gap: 7px;
    white-space: nowrap
}

p.footer__columns__p {
    font: 700 18px/20px Graphik;
    margin-bottom: 7px
}

.footer__columns__nav {
    padding: 0;
    font-size: 14px;
    margin-bottom: 25px
}

.footer__columns__ul {
    list-style: none;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    font-size: 14px;
    margin: 0 0 25px
}

.footer__columns__li {
    list-style: none;
    padding: 0;
    column-gap: 17px;
    line-height: 20px;
    white-space: nowrap;
    margin: 0 0 6px;
    width: 50%
}

.footer__columns__li img {
    width: 20px;
    height: 20px;
    overflow: hidden;
    text-indent: -999px
}

.footer__columns__li--third {
    width: 33%
}

a.footer__columns__a {
    align-items: center;
    column-gap: 13px;
    color: inherit;
    display: flex;
    column-gap: 6px
}

.footer__copy {
    display: flex;
    flex-direction: column;
    border-top: 1px solid #d5d5d5;
    padding-top: 15px
}

.footer__copy p {
    font-size: 12px;
    line-height: 1.1;
    margin-bottom: 20px
}

.footer__copy div a {
    width: 75px
}

.footer__copy div {
    display: flex;
    flex-direction: space-between;
    column-gap: 10px
}

.footer__copy img {
    opacity: .2;
    -webkit-filter: invert(0);
    filter: invert(0)
}

.footer__copy img:hover {
    opacity: 1
}

.footer__region {
    cursor: pointer;
    border: 1px solid transparent;
    border-radius: 45px;
    background: transparent;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-weight: 400;
    font-family: Graphik, sans-serif;
    text-decoration: none;
    vertical-align: top;
    color: #000;
    padding: 19px 0 9px 12px;
    font-size: 16px;
    line-height: 24px;
    min-width: 44px;
    position: absolute;
    top: 0;
    right: 0
}

.footer__region__submenu {
    width: 180px;
    position: absolute;
    top: 0;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: all .3s;
    border: 1px solid #e0e0e0;
    background: #fff;
    padding: 7px 0 0;
    right: 0;
    border-radius: 6px
}

.footer__region__text {
    margin: 0 11px
}

.footer__region__arrow {
    border: 1px solid #e0e0e0;
    background: #fff;
    padding: 0 9px;
    border-radius: 125px;
    position: relative;
    vertical-align: middle;
    display: flex;
    height: 21px;
    align-items: center;
    justify-content: center
}

.footer__region__arrow svg {
    top: 1px;
    position: relative
}

.footer__region.active .footer__region__arrow svg {
    transform: rotate(180deg);
    top: 0
}

.footer__region.active .footer__region__submenu {
    visibility: visible;
    opacity: 1;
    top: 100%;
    pointer-events: auto
}

.footer__region__a {
    color: #000;
    display: block
}

.footer__region__title {
    font-size: 14px;
    font-weight: 700;
    padding: 0 15px
}

.footer__region__ul li {
    padding: 7px 15px;
    font-size: 12px;
    text-transform: uppercase
}

.footer__region__ul li+li {
    border-top: 1px solid #f2f2f2
}

.footer__region__li.active {
    font-weight: 700;
    color: #004bdf
}

.footer__region__li.active .footer__region__a {
    color: #004bdf
}

.footer__region__a:hover {
    font-weight: 700
}

@media(min-width:768px) {
    .page-section .footer {
        margin-top: 50px
    }

    .footer__grid {
        width: 100%;
        margin: 0 auto;
        max-width: 1200px;
        box-sizing: border-box
    }

    .footer__top {
        flex-direction: row;
        justify-content: space-between;
        margin-bottom: 30px;
        border: none
    }

    .footer__logo {
        margin: 0
    }

    .footer__social__button {
        padding: 7px;
        position: relative;
        min-width: 60px;
        font-size: 14px
    }

    .footer__social {
        margin: 0;
        position: absolute;
        left: 50%;
        transform: translate(-50%)
    }

    .footer__button {
        position: relative;
        display: inline-flex
    }

    .footer__columns__ul {
        display: flex;
        flex-wrap: wrap;
        column-gap: 16px
    }

    .footer__columns__li {
        margin-bottom: 2px;
        width: auto
    }

    .footer__columns__a:hover {
        text-decoration: underline
    }

    .footer .logo {
        margin: 7px 0 0
    }

    .footer__copy {
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
        padding-top: 20px
    }

    .footer__copy p {
        margin: 0
    }

    .footer__region {
        position: relative;
        padding: 9px 12px
    }
}

.button {
    background-color: #004dde;
    width: 100%;
    display: block;
    height: 35px;
    color: #fff;
    border-radius: 17.5px;
    text-align: center;
    text-transform: uppercase;
    font: 700 .938rem/41px Founders Grotesk Condensed, sans-serif;
    letter-spacing: .5px
}

.button--invert {
    background-color: #fff;
    color: #004dde
}

.button:hover {
    background-color: #1a66f7
}

a.button:active,
button.button:focus {
    background-color: #0026b7
}

a.button--invert:active,
button.button--invert:focus {
    background-color: #e5e5e5
}

.button--invert:hover {
    text-decoration: underline;
    background-color: #fff
}

.viewmore {
    padding: 30px 20px 20px
}

@media(min-width:768px) {
    .viewmore .button {
        max-width: 300px;
        margin: 0 auto
    }
}

.newsfull__photogallery {
    position: relative
}

.newsfull__photogallery .amp-carousel-button {
    background-color: rgba(0, 0, 0, .8);
    filter: invert(1);
    width: 35px;
    height: 35px;
    border-radius: 50% 0 0 50%;
    margin: 0;
    top: -35px;
    background-size: 22px;
    cursor: pointer
}

.newsfull__photogallery .amp-carousel-button.amp-carousel-button-prev {
    border-radius: 0 50% 50% 0
}

.newsfull__photogallery--item {
    width: 100%;
    height: auto
}

span.newsfull__photogallery--counter {
    color: #004dde;
    margin-right: 8px;
    position: relative;
    padding-left: 21px;
    font-weight: 500
}

span.newsfull__photogallery--counter svg {
    fill: #004dde;
    position: absolute;
    top: -18px;
    left: -15px
}

.newsfull__photogallery--caption span {
    margin-left: 0;
    color: #000
}

@media(min-width:769px) {
    .newsfull__photogallery {
        border-radius: 10px;
        overflow: hidden
    }

    .newsfull__photogallery--image {
        border-radius: 0 0 10px 10px;
        overflow: hidden
    }

    .newsfull__photogallery .amp-carousel-button {
        top: -22px
    }

    .newsfull__photogallery--caption span {
        margin-left: 5px
    }
}

.newsfull__videogallery {
    padding-top: 77%;
    position: relative;
    height: 0
}

.newsfull__videogallery--carousel {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0
}

.newsfull__videogallery .amp-carousel-button {
    background-color: rgba(0, 0, 0, .8);
    filter: invert(1);
    width: 35px;
    height: 35px;
    border-radius: 50% 0 0 50%;
    margin: 0;
    top: -35px;
    background-size: 22px;
    cursor: pointer
}

.newsfull__videogallery .amp-carousel-button.amp-carousel-button-prev {
    border-radius: 0 50% 50% 0
}

.newsfull__videogallery--item {
    margin-bottom: 20px;
    position: absolute;
    top: 0
}

span.newsfull__videogallery--counter {
    margin-right: 8px;
    position: relative;
    padding-left: 27px;
    color: #004dde;
    font-weight: 500
}

span.newsfull__videogallery--counter svg {
    fill: #fff;
    height: 50px;
    width: 27px;
    position: absolute;
    top: -15px;
    left: -3px
}

.newsfull__videogallery--caption {
    padding: 15px 20px
}

.newsfull__videogallery--caption span {
    margin-left: 1px;
    color: #000
}

.newsfull__videogallery--counter span {
    background-color: #004dde;
    display: inline-block;
    position: absolute;
    top: -4px;
    left: 0;
    width: 19px;
    height: 19px;
    border-radius: 100%
}

@media(min-width:768px) {
    .newsfull__videogallery {
        padding-top: 62%;
        border-radius: 10px 10px 0 0;
        overflow: hidden
    }

    .newsfull__videogallery--image {
        border-radius: 10px;
        overflow: hidden
    }

    .newsfull__videogallery--caption {
        padding: 15px 0 17px
    }

    .newsfull__videogallery .amp-carousel-button {
        top: -22px
    }

    span.newsfull__videogallery--counter svg {
        top: -15.5px;
        left: -2.5px
    }
}

.banner {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 0;
    text-align: center
}

.banner>* {
    margin-bottom: 20px
}

.banner--nospace {
    margin-bottom: 0
}

.banner--relatedexternal.hide--desktop {
    padding: 0 20px;
    margin-bottom: 20px;
    display: inline
}

@media(min-width:768px) {
    .banner {
        padding: 0
    }

    .banner>* {
        padding: 40px 0
    }

    .banner--relatedexternal.hide--desktop {
        display: none
    }
}

.news {
    position: relative;
    overflow: hidden
}

.news__label {
    display: none
}

.news__offline {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 10;
    cursor: pointer;
    background-color: #ccc
}

.news__offline:hover~:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #021930;
    opacity: .2;
    z-index: 9
}

.news__media {
    position: relative
}

.news--nophoto .news__media {
    background-color: #e6e6e6;
    position: relative
}

.news__media-video {
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 2;
    pointer-events: none;
    background-color: #021930;
    display: flex;
    align-items: center;
    font: .813rem/1 Founders Grotesk Condensed, sans-serif;
    color: #fff;
    padding-right: 10px;
    border-radius: 3px
}

.news__media-video svg {
    fill: #fff
}

.news__nophoto {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 50%;
    max-width: 320px;
    height: auto;
    transform: translate(-50%, -50%)
}

.news__data {
    position: relative;
    width: 100%
}

.news__share {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2;
    background: none
}

.news__section {
    text-transform: uppercase;
    font: 700 .938rem/1 Founders Grotesk Condensed, sans-serif;
    color: #004dde;
    display: inline-block;
    padding-top: 17px;
    margin-top: -17px;
    padding-bottom: 11px
}

.news__section:empty {
    display: none
}

.news__title {
    font: 700 1.125rem/1.22 Founders Grotesk Condensed, sans-serif;
    color: rgba(0, 0, 0, .9)
}

.news__title a {
    color: inherit;
    font: inherit
}

.news__title a:hover {
    color: #004dde
}

.news__excerpt p {
    font: 1rem/1.43 Founders Grotesk Condensed, sans-serif;
    color: rgba(0, 0, 0, .7)
}

.news__excerpt a {
    font: inherit;
    color: inherit;
    text-decoration: underline
}

.news__related li {
    position: relative;
    padding-left: 15px
}

.news__related li+li {
    margin-top: 17px
}

.news__related li:after {
    content: "";
    position: absolute;
    top: 5px;
    left: 0;
    width: 7px;
    height: 7px;
    border-radius: 7px;
    background: #021930
}

.news__related a {
    font-size: .938rem;
    line-height: 1.26;
    color: rgba(0, 0, 0, .9)
}

.news__line {
    color: rgba(0, 0, 0, .6);
    font: .75rem/1.1 Founders Grotesk Condensed, sans-serif
}

.news__author {
    display: inline-block
}

.authorbox {
    padding: 20px 20px 30px;
    border-top: 1px solid #d9d9d9;
    border-bottom: 1px solid #d9d9d9;
    display: block;
    margin-bottom: 25px
}

.authorbox+.authorbox {
    border-bottom: 0 solid #d9d9d9;
    padding-top: 5px
}

.authorbox__media {
    width: 60px;
    border-radius: 100%;
    overflow: hidden;
    margin: 0 auto 15px
}

.authorbox__name {
    text-align: center;
    margin-bottom: 3px;
    /*font: 700 1.25rem/1.33 Founders Grotesk Condensed, sans-serif*/
    font: 700 1.25rem/1.33 "PTSerif", sans-serif
}

.authorbox__name a,
.authorbox__name a:hover {
    color: #004dde;
    transition: all .3s ease-in-out
}

.authorbox__name a:hover {
    text-decoration: underline
}

.authorbox__description {
    font: .938rem/1.33 "PT Serif", serif;
    color: rgba(0, 0, 0, .9);
    max-width: 360px;
    margin: 0 auto;
    text-align: center;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical
}

.authorbox__social {
    text-align: center;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    max-width: 250px;
    margin: 15px auto auto
}

.authorbox__social a {
    margin: 0;
    width: 45px;
    height: 45px;
    border-radius: 3px;
    position: relative
}

.authorbox__social a.authorbox__social-twitter {
    width: 48px;
    height: 48px;
    margin: -1.5px 1px 1px
}

.authorbox__social svg {
    fill: #000;
    width: 100%;
    height: 100%;
    transition: all .3s ease-in-out
}

.authorbox__social a:hover svg {
    fill: #004dde;
    transition: all .3s ease-in-out
}

.authorbox__link {
    max-width: 100px;
    height: 40px;
    display: block;
    width: 100%;
    color: #021930;
    border-radius: 30px;
    margin: 15px auto auto;
    line-height: 42px;
    transition: all .3s ease-in-out;
    font: 700 .938rem/41px Founders Grotesk Condensed, sans-serif;
    height: 35px;
    letter-spacing: .5px;
    color: #004dde;
    border: 1px solid #004dde;
    padding: 0 20px;
    background-color: #fff;
    border-radius: 17.5px;
    transition: color .4s, background .4s;
    line-height: 39px
}

.authorbox__link,
.authorbox__position {
    text-align: center;
    text-transform: uppercase
}

.authorbox__position {
    margin-bottom: 10px
}

.authorbox__link:hover {
    background: #004dde;
    color: #fff;
    transition: all .3s ease-in-out
}

@media(min-width:768px) {
    .authorbox {
        max-width: 100%;
        margin: 0 auto 20px;
        padding: 30px 20px
    }

    .authorbox__media {
        width: 65px;
        margin-bottom: 16px
    }

    .authorbox__name {
        font-size: 20px;
        line-height: 1.17;
        margin-bottom: 3px
    }

    .authorbox__description {
        max-width: 614px;
        font-size: 15px;
        line-height: 1.46
    }

    .authorbox__social {
        margin-top: 15px;
        max-width: 100%
    }

    .authorbox__social a {
        width: 45px;
        height: 45px;
        margin: 0 4px
    }
}

.news--box {
    border-radius: 10px;
    overflow: hidden;
    background-color: #fff;
    box-shadow: 0 5px 10px rgba(0, 0, 0, .15)
}

.news--box .news__data {
    padding: 17px 19px 24px
}

.news--box .news__related,
.news--box .news__title {
    margin-bottom: 15px
}

.news--box .news__title {
    font: 700 1.563rem/1 Founders Grotesk Condensed, sans-serif
}

.news--box .news__line {
    font: .938rem/1 Founders Grotesk Condensed, sans-serif;
    letter-spacing: .3px
}

.news--box .news__media-video {
    bottom: 15px;
    left: 15px
}

.news--box.news--nophoto .news__media {
    position: relative;
    width: 100%;
    height: 0;
    padding-top: 56.25%
}

.news--box .news__data .icono--share {
    fill: #9f9f9f
}

@media(min-width:768px) {
    .news--box {
        border-radius: 0;
        box-shadow: none
    }

    .news--box .news__data {
        padding: 17px 0 14px
    }

    .news--box .news__media {
        border-radius: 4px;
        overflow: hidden
    }
}

.news--summary {
    display: flex;
    align-items: flex-start;
    padding: 20px 0
}

.news--summary .news__media {
    margin-right: 16px;
    border-radius: 5px;
    overflow: hidden;
    width: 100px;
    flex: 0 0 100px;
    height: 100px
}

.news--summary .news__media-video {
    bottom: 5px;
    left: 5px;
    padding: 7px 10px 8px
}

.news--summary .news__media-video svg {
    display: none
}

.news--summary .news__share {
    top: -12px
}

.news--summary .news__data {
    padding-top: 10px;
    padding-right: 14px
}

.news--summary .news__title {
    font-weight: 500;
    font-size: 1.313rem;
    line-height: 1
}

.news--summary.news--summary--ranking .news__title {
    font-size: 1.125rem
}

.news--summary.news--summary--ranking .news__data {
    padding-top: 1px;
    margin-bottom: -3px
}

.news--summary.news--summary--ranking .news__section {
    margin-bottom: -3px
}

@media(min-width:768px) {
    .news--summary {
        align-items: normal
    }

    .news--summary .news__section {
        display: block
    }

    .news--summary.news--summary--ranking .news__media {
        width: 85px;
        flex: 0 0 85px;
        height: 85px
    }

    .news--summary.news--summary--ranking .news__title {
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 4;
        overflow: hidden
    }
}

.event--box {
    position: relative;
    overflow: hidden;
    border-radius: 10px;
    margin-bottom: 30px;
    -webkit-filter: drop-shadow(0 10px 14px rgba(0, 0, 0, .14));
    filter: drop-shadow(0 10px 14px rgba(0, 0, 0, .14))
}

.event--box .event__data,
.event--box .event__media {
    -webkit-mask-box-image: url("") 12 stretch;
    mask-border: url("") 12 stretch
}

.event--box .event__media {
    position: relative;
    height: 0;
    padding-top: 56.25%;
    background-color: #ddd;
    mask-border-width: 0 12px 12px 12px;
    -webkit-mask-box-image-width: 0 12px 12px 12px
}

.event--box .event__media .event--image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.event--box .event__media-calendar {
    position: absolute;
    top: 20px;
    left: 20px;
    width: 47px;
    height: 49px;
    border-radius: 10px;
    text-align: center;
    color: #fff;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 13px;
    line-height: 13px;
    background-color: #004dde;
    letter-spacing: 3px;
    box-sizing: border-box;
    padding-left: 3px
}

.event--box .event__media-calendar span {
    font-size: 22px;
    line-height: 22px;
    display: block;
    margin: 12px 0 -3px;
    font-weight: 600;
    letter-spacing: 2px;
    text-align: center
}

.event--box .event__data {
    position: relative;
    padding: 20px 15px;
    background-color: #fff;
    mask-border-width: 12px 12px 0 12px;
    -webkit-mask-box-image-width: 12px 12px 0 12px
}

.event--box .event__share {
    color: #9f9f9f;
    width: 45px;
    height: 45px;
    position: absolute;
    top: 5px;
    right: 0;
    padding: 0
}

.event--box .event__section {
    text-transform: uppercase;
    font-size: 14px;
    line-height: 14px;
    font-weight: 700;
    color: #0055ea;
    display: inline-block;
    margin-bottom: 17px;
    letter-spacing: 1px
}

.event--box .event__title {
    color: #2a2a2a;
    font-size: 25px;
    line-height: 25px;
    font-weight: 600;
    margin-bottom: 20px
}

.event--box .event__title a {
    color: inherit;
    font: inherit;
    border-bottom: 0;
    box-shadow: 0
}

.event--box .event__time {
    display: block;
    position: relative;
    padding-left: 30px;
    margin-bottom: 20px
}

.event--box .event__place {
    display: block;
    position: relative;
    padding-left: 30px;
    margin-bottom: 0
}

.event--box .event__time .iconosvg--time {
    position: absolute;
    top: -3px;
    left: 0;
    background: url("") no-repeat 50%;
    background-size: contain;
    width: 15px;
    height: 15px
}

.event--box .event__place .iconosvg--place {
    position: absolute;
    top: -5px;
    left: 0;
    background: url("") no-repeat 50%;
    background-size: contain;
    width: 15px;
    height: 20px
}

.event--box .text {
    display: block;
    font-size: 15px;
    line-height: 15px;
    color: #494848;
    letter-spacing: .5px
}

.event--box p .text a {
    box-shadow: inset 0 -1px #fff, inset 0 -2px #494848
}

.module {
    overflow: hidden;
    padding: 0 20px 20px
}

.module__header {
    position: relative;
    padding: 8px 20px 0;
    overflow: hidden
}

.module__misc {
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -12px
}

.module__bkg {
    position: absolute;
    top: 0;
    right: 0
}

.module__share {
    position: absolute;
    top: 2px;
    right: 0;
    z-index: 2;
    background: none;
    background-image: none
}

.module__title {
    font: 700 1.25rem/1.1 Founders Grotesk Condensed, sans-serif;
    color: #2a2a2a;
    text-transform: uppercase;
    letter-spacing: .5px
}

.module__title a {
    font: inherit;
    color: inherit
}

.module__footer {
    border-top: 1px solid #e1e1e1;
    padding: 1px 20px
}

.module__footer a:hover {
    color: #021930
}

.module__footer a:hover svg {
    fill: #021930
}

.module__viewmore {
    color: rgba(0, 0, 0, .9);
    font: .938rem/1 Founders Grotesk Condensed, sans-serif
}

.module__viewmore svg {
    display: inline-block;
    vertical-align: middle
}

.module--list .col+.col,
.module--list .news+.news {
    border-top: 1px solid #e1e1e1
}

.module--ranking {
    position: sticky;
    top: 30px;
    left: 0;
    margin: 20px;
    background-color: #fff;
    border-radius: 10px;
    padding: 18px 0 0;
    box-shadow: 0 5px 10px rgba(0, 0, 0, .15)
}

.module--ranking .module__content {
    padding-top: 17px
}

.module--ranking li {
    position: relative;
    padding-left: 20px;
    border-top: 1px solid #e1e1e1
}

.module--ranking .module__item--position {
    position: absolute;
    top: 21px;
    left: 14px;
    color: #004dde;
    font: 700 1.875rem/1 Founders Grotesk Condensed, sans-serif
}

.module--lastnews .news--box {
    margin-top: 20px
}

.module--lastnews .module__header {
    margin: 20px -20px 0
}

.module--lastnews--amp .module__content {
    margin: 0 -10px
}

.newsfull__related--ajax {
    margin: -10px 0 20px
}

.newsfull__related--ajax div[role=list] {
    padding: 20px 20px 0
}

.newsfull__related--ajax .news--summary {
    padding: 0 0 20px
}

.newsfull__related--ajax .news--summary .news__media {
    width: 86px;
    height: 86px;
    flex: 0 0 86px
}

.newsfull__related--ajax .news--summary .news__data {
    padding: 5px 0 0
}

.newsfull__related--ajax .news--summary:last-child {
    border-bottom: 0;
    padding-bottom: 0
}

.newsfull__related--ajax .news--summary .news__title {
    font: 700 16px/19px Graphik
}

.newsfull__related--ajax img {
    aspect-ratio: 1/1;
    object-fit: cover
}

.module.module--videos--list--random {
    padding: 0
}

.module--videos--list--random .module__header:before {
    content: "";
    display: block;
    position: absolute;
    width: 12px;
    height: 24px;
    background-image: url("urn:scrapbook:download:error:https://sapphirecrestcapital.org/export/sites/debate/arte/el-debate/fullamp/misc_path.png");
    background-size: 4px;
    top: 8px;
    left: 0
}

.module--videos--list--random .module__title {
    margin-bottom: 16px;
    padding-top: 7px;
    padding-left: 20px;
    color: #000;
    font: 700 1.25rem/1 Founders Grotesk Condensed, sans-serif;
    text-transform: uppercase;
    position: relative;
    letter-spacing: .5px;
    text-indent: 5px
}

.module--videos--list--random .module__title:before {
    left: 0
}

.module--videos--list--random .module__title:after,
.module--videos--list--random .module__title:before {
    content: "";
    display: block;
    position: absolute;
    width: 20px;
    height: 20px;
    background-image: url("");
    background-size: 20px;
    top: 2px
}

.module--videos--list--random .module__title:after {
    left: 225px
}

.module--videos--list--random .module__content,
.module--videos--list--random div[role=list] {
    padding: 0
}

.module--videos--list--random .module__content .news__media {
    width: 100%;
    height: auto
}

.module--videos--list--random .module__content .news__data {
    padding: 0
}

.module--videos--list--random .news--summary:last-child {
    border-bottom: 0;
    padding-bottom: 0
}

.module--videos--list--random .module__content .news__title {
    font: 700 1.375rem/1 Founders Grotesk Condensed, sans-serif;
    color: #000;
    padding: 18px 15px
}

@media(min-width:768px) {
    .module {
        margin: 30px 0
    }

    .module--lastnews {
        margin: 29px 0 20px
    }

    .module--lastnews .col--main {
        border-top: 1px solid #e1e1e1
    }

    .module--lastnews .module__header {
        margin: 20px 0 0
    }

    .module--lastnews .module__title {
        font-size: 1.25rem
    }

    .module.module--videos--list--random,
    .newsfull__related--ajax {
        padding: 0
    }

    .module--videos--list--random .module__title {
        font: 700 1.375rem/1 Founders Grotesk Condensed, sans-serif
    }

    .module--videos--list--random .module__title:after {
        left: 243px
    }

    .module--videos--list--random .module__content .news__title {
        font: 700 1.625rem/1 Founders Grotesk Condensed, sans-serif;
        color: #000;
        padding: 18px 0
    }
}

.module--relatednews {
    padding: 0 20px
}

.module--relatednews .news--summary .news__line {
    display: none
}

.module--relatednews .module__header {
    margin-left: -20px
}

@media(min-width:768px) {
    .module--relatednews {
        margin-bottom: 32px;
        padding: 0 111px 0 0
    }

    .module--relatednews .module__header {
        margin-bottom: 8px;
        margin-left: 0
    }

    .newsfull--coverage .module--relatednews,
    .newsfull--longform .module--relatednews {
        padding: 0
    }
}

.banner,
.newsfull__body .banner,
.newsfull__content .banner {
    padding: 0;
    margin: 0
}

.newsfull__body .banner {
    margin: 0 -20px
}

.banner>* {
    margin: 20px 0 15px
}

.newsfull__content .banner>* {
    margin: 10px 0 20px
}

.newsfull__body .banner>* {
    margin-bottom: 27px
}

.newsfull {
    background-color: #fff;
    position: relative
}

.newsfull__header {
    padding: 20px 20px 10px
}

.newsfull__section {
    color: #004dde;
    font: 700 .813rem/1 Founders Grotesk Condensed, sans-serif;
    text-transform: uppercase;
    margin-bottom: 9px;
    display: none
}

.newsfull__title {
  /*font-family: Founders Grotesk Condensed, sans-serif;*/
  font-family: "PTSerif", sans-serif;
  font-size: 24px;
    line-height: 1
}

.amp-audima {
    margin: 0 -10px 10px
}

.amp-polly {
    position: relative;
    width: 100%;
    min-height: 75px;
    margin-top: -16px;
    margin-bottom: -3px
}

.newsfull__info {
    padding: 0 20px;
    position: relative
}

.newsfull__speedread--button {
    position: absolute;
    right: 20px;
    bottom: 64px;
    background-color: #004dde;
    border-radius: 20.5px;
    height: 41px;
    width: 41px;
    color: #fff;
    letter-spacing: .5px;
    transition: opacity .4s
}

.newsfull__speedread--button:hover {
    opacity: .7
}

.newsfull__speedread--button span,
.newsfull__speedread--button svg {
    display: inline;
    vertical-align: top
}

.newsfull__speedread--button svg {
    width: 40px;
    height: 40px;
    top: -2px;
    position: relative;
    left: 2px
}

.newsfull__speedread--button span {
    font: 700 .938rem/48px Founders Grotesk Condensed, sans-serif;
    text-transform: uppercase;
    margin-left: -4px;
    display: none
}

.newsfull__time {
    display: inline
}

.newsfull__excerpt {
    margin-bottom: 25px;
    font: 700 18px/1.37 "PT Serif", serif;
    color: #2a2a2a
}

.newsfull__excerpt p {
    font: inherit;
    color: inherit
}

.newsfull__excerpt a {
    color: #021930
}

.newsfull__excerpt a:hover {
    text-decoration: underline
}

.newsfull__separator {
    margin: 0 auto 30px
}

.newsfull__line {
    color: #4e4e4e;
    /*font: 500 1rem/1.33 Founders Grotesk Condensed, sans-serif;*/
    font: 500 1rem/1.33 "PTSerif", sans-serif;
    margin-bottom: 17px
}

.newsfull__line .newsfull__author a,
.newsfull__line .newsfull__author span {
    color: #004dde;
    font-weight: 500;
    letter-spacing: .3px
}

.newsfull__line .newsfull__author a:hover {
    text-decoration: underline
}

.newsfull__line--sep {
    display: none
}

.newsfull__content {
    width: 100%
}

.newsfull__section-container {
    margin-bottom: 10px
}

.newsfull__section-container a.newsfull__section {
    font: 700 .938rem/41px Founders Grotesk Condensed, sans-serif;
    height: 35px;
    letter-spacing: .5px;
    color: #004dde;
    text-transform: uppercase;
    border-radius: 17.5px;
    transition: color .4s, background .4s;
    display: inline-block;
    vertical-align: top;
    padding: 0 20px 0 0;
    margin: 0 10px 0 0
}

.newsfull__body {
    padding: 0 20px
}

.newsfull__body>p {
    font: 1.188rem/1.55 "PT Serif", serif;
    color: rgba(0, 0, 0, .9);
    margin-bottom: 27px
}

.newsfull__body>p mark,
.newsfull__body>p span,
.newsfull__body>p span[style*=background] {
    background-color: rgba(178, 214, 255, .8);
    padding: 2px 0
}

.newsfull__body>p a {
    color: #004dde
}

.newsfull__body>p a:hover {
    text-decoration: underline
}

.newsfull__body>ol {
    margin: 0 17px 27px
}

.newsfull__body>ol li,
.newsfull__body>ul li {
    font: 600 1.438rem/1 Founders Grotesk Condensed, sans-serif;
    list-style-type: decimal
}

.newsfull__body>ol a,
.newsfull__body>ul a {
    color: #004dde
}

.newsfull__body>ol a:hover,
.newsfull__body>ul a:hover {
    text-decoration: underline
}

.newsfull__body>ul {
    list-style: none;
    margin: 0 0 27px
}

.newsfull__body>ul li {
    list-style: none;
    position: relative;
    padding-left: 17px
}

.newsfull__body>ul li:after {
    content: "";
    position: absolute;
    top: 6px;
    left: 0;
    width: 8px;
    height: 8px;
    border-radius: 8px;
    background-color: #004dde
}

.newsfull__body>ol li+li,
.newsfull__body>ul li+li {
    margin-top: 10px
}

.newsfull__body blockquote {
    margin: 0 0 27px;
    padding: 36px 0 0 31px;
    position: relative
}

.newsfull__body blockquote:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 10px;
    background-image: url("urn:scrapbook:download:error:https://sapphirecrestcapital.org/export/sites/debate/arte/el-debate/fullamp/misc_path.png");
    background-size: 4px
}

.newsfull__body blockquote:before {
    content: "";
    position: absolute;
    top: 0;
    left: 31px;
    bottom: 0;
    width: 24px;
    height: 19px;
    background: url("") no-repeat;
    background-size: 44px 50px;
    background-position: -10px -15px
}

.newsfull__body blockquote p {
    font: 700 1.75rem/1.15 Founders Grotesk Condensed, sans-serif;
    color: #2a2a2a
}

.newsfull__body table {
    margin: 0 0 27px;
    border: none;
    border-collapse: collapse
}

.newsfull__body table caption {
    font-family: Founders Grotesk Condensed, sans-serif;
    color: rgba(0, 0, 0, .8);
    margin-bottom: 10px
}

.newsfull__body table tr {
    border: 1px solid rgba(0, 0, 0, .2);
    padding: 0;
    margin: 0;
    border-spacing: 0
}

.newsfull__body table td {
    padding: 5px;
    margin: 0;
    border-spacing: 0;
    font-family: Founders Grotesk Condensed, sans-serif;
    color: rgba(0, 0, 0, .8)
}

.newsfull__body>h1,
.newsfull__body>h2,
.newsfull__body>h3,
.newsfull__body>h4,
.newsfull__body>h5 {
    /*font: 700 1.625rem/1.1 Founders Grotesk Condensed, sans-serif;*/
    font: 700 1.625rem/1.1 "PTSerif" Condensed, sans-serif;
    color: #2a2a2a;
    margin-bottom: 12px
}

.ck-video-player figcaption,
.newsfull__photogallery--caption,
.newsfull__previewimage--caption,
.newsfull__videogallery--caption,
figure.image figcaption {
    padding: 15px 20px;
    font: 1rem/1.3 Founders Grotesk Condensed, sans-serif;
    color: #707070;
    letter-spacing: .3px
}

.ck-video-player figcaption span,
figure.image figcaption span {
    color: #2a2a2a
}

.ck-video-player {
    margin: 0 -20px 27px
}

figure.image {
    margin: 0 -20px 7px
}

.ck-video-player figcaption:empty,
figure.image figcaption:empty {
    display: none
}

.ck-trivias,
.icn-widget {
    margin-bottom: 20px
}

.newsfull__body>amp-audio,
.newsfull__body>amp-facebook,
.newsfull__body>amp-iframe,
.newsfull__body>amp-instagram,
.newsfull__body>amp-tiktok,
.newsfull__body>amp-twitter,
.newsfull__body>amp-youtube {
    margin: 0 0 27px
}

.newsfull__body .iframe--poll {
    margin: 0 auto;
    max-width: 540px
}

.newsfull__related {
    margin: 0 0 15px
}

.newsfull__related-content {
    margin: 0 -20px
}

.newsfull__related-content ul {
    padding: 0 20px 20px
}

.newsfull__related-content li {
    width: 100%;
    display: inline-block;
    vertical-align: top;
    margin-right: 14px;
    background-color: #fff;
    box-shadow: 0 5px 10px rgba(0, 0, 0, .15);
    border-radius: 10px;
    overflow: hidden
}

.newsfull__related-content li+li {
    margin-top: 20px
}

.newsfull__related--one li {
    width: 100%
}

.newsfull__related-content .news--summary {
    padding: 10px;
    white-space: normal
}

.newsfull__related-content .news__media {
    margin: 0
}

.newsfull__related-content .news__data {
    padding: 10px 10px 10px 15px
}

.newsfull__related-content .news__section,
.newsfull__related-content .news__share {
    display: none
}

.newsfull__related-content .news__title {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    overflow: hidden;
    max-height: 80px
}

.newsfull__related-content .news__share {
    top: 0
}

.newsfull__audios {
    margin-bottom: 15px;
    padding: 0 20px
}

.newsfull__audios .module__header {
    margin: 0 -20px
}

.newsfull__audio-item {
    margin-top: 15px
}

.newsfull__audio-description {
    font: 1rem/1 Founders Grotesk Condensed, sans-serif;
    color: #707070;
    padding-top: 11px
}

.newsfull__audio-description span {
    color: #000
}

.newsfull__creditos {
    margin-bottom: 20px;
    display: inline-block
}

.newsfull__creditos .module__header {
    margin-bottom: 20px
}

.newsfull__verified {
    border-top: 1px solid #e0e0e0;
    border-bottom: 1px solid #e0e0e0;
    padding: 12px 0;
    margin: 0 20px 32px
}

.newsfull__verified p {
    font-family: Graphik;
    font-size: 15px;
    font-weight: 700;
    line-height: 19px;
    letter-spacing: 0;
    text-align: left
}

.newsfull__verified svg {
    vertical-align: middle
}

.newsfull__sources {
    margin-bottom: 32px;
    padding: 0 20px
}

.newsfull__sources p {
    font: 1rem/1 Founders Grotesk Condensed, sans-serif;
    color: #7c7c7c
}

.newsfull__sources .sources__name {
    color: #000
}

.newsfull__share {
    padding: 0 20px;
    margin: 20px 0 30px
}

.newsfull__share-title {
    margin-bottom: 16px;
    margin-left: -20px;
    padding-top: 5px;
    padding-left: 20px;
    color: #2a2a2a;
    font: 700 1.25rem/1 Founders Grotesk Condensed, sans-serif;
    text-transform: uppercase;
    position: relative;
    letter-spacing: .5px
}

.newsfull__share-title:before {
    content: "";
    display: block;
    position: absolute;
    width: 12px;
    height: 24px;
    background-image: url("urn:scrapbook:download:error:https://sapphirecrestcapital.org/export/sites/debate/arte/el-debate/fullamp/misc_path.png");
    background-size: 4px;
    top: 0;
    left: 0
}

.newsfull__content .newsfull__share-content {
    text-align: center;
    margin: 0 -20px
}

.newsfull__share-content {
    text-align: left;
    padding-bottom: 30px;
}

.newsfull__share-content svg {
    fill: #fff;
    height: 41px;
    position: absolute;
    top: -8px;
    left: -5px
}

.newsfull__share-content [type],
.newsfull__share-content a.email {
    background-image: none;
    background-color: #031a32;
    overflow: hidden;
    margin: 0 6px;
    border-radius: 50%;
    width: 35px;
    display: inline-block;
    transition: opacity .3s;
    -webkit-transition: opacity .3s
}

.newsfull__share-content a.email {
    width: 35px;
    height: 35px;
    position: relative
}

.newsfull__share-content [type]:hover,
.newsfull__share-content a.email:hover {
    opacity: .8
}

.newsfull__share-content [type] svg,
.newsfull__share-content a.email svg {
    height: 52px
}

.newsfull__share-content [type=whatsapp] {
    background-color: #25d366
}

.newsfull__share-content [type=facebook] {
    background-color: #3b5998
}

.newsfull__share-content [type=twitter] {
    background-color: #000
}

.newsfull__share-content [type=email],
.newsfull__share-content a.email {
    background-color: #004cde
}

.newsfull__share-content [type=telegram] {
    background-color: #139bd0
}

.newsfull__share-content [type=pinterest] {
    background-color: #cb1f26
}

.newsfull__share-content [type=system] {
    background-color: #a5a5a5
}

.newsfull__share-content [type=linkedin] {
    background-color: #0a66c2
}

.newsfull__share-content [type=twitter] svg {
    fill: #fff;
    height: 49px;
    top: -8px;
    left: -8px
}

.newsfull__share-content [type=telegram] svg {
    left: -10px
}

.newsfull__share-content [type=pinterest] svg {
    left: -8px
}

.newsfull__share-content [type=linkedin] svg {
    top: -11px;
    left: -7px
}

.newsfull__share-content [type=email] svg,
.newsfull__share-content [type=facebook] svg,
.newsfull__share-content [type=linkedin] svg,
.newsfull__share-content [type=whatsapp] svg,
.newsfull__share-content a.email svg {
    fill: #fff
}

.newsfull__share-content [type=system] svg {
    height: 44px;
    top: -5px;
    left: -8px
}

.newsfull__share-content a {
    display: flex;
    align-items: center;
    font: 700 .813rem/1 Founders Grotesk Condensed, sans-serif;
    text-transform: uppercase;
    color: rgba(0, 0, 0, .9)
}

.block--sticky .newsfull__share {
    padding: 0
}

.newsfull__social-sticky .newsfull__share-content [type],
.newsfull__social-sticky .newsfull__share-content a.email {
    margin: 0 0 15px;
    display: block
}

.newsfull__social-sticky .newsfull__share-content [type] svg,
.newsfull__social-sticky .newsfull__share-content a.email svg {
    top: -5px;
    left: -6px
}

.newsfull__social-sticky .newsfull__share-content a.email {
    width: 40px;
    height: 40px
}

.newsfull__social-sticky .newsfull__share-content [type=linkedin] svg {
    top: -9px;
    left: -8px
}

.newsfull__comments {
    padding: 30px 20px
}

.newsfull__comments .button {
    max-width: 247px;
    margin: 0 auto;
    position: relative
}

.newsfull__comments .button svg {
    fill: #fff;
    vertical-align: top;
    position: relative;
    top: -5px;
    left: -7px;
    margin-right: -35px;
    transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transition: transform .3s;
    -webkit-transition: transform .3s
}

.newsfull__comments .button__active svg {
    transform: rotate(180deg)
}

.newsfull__comments-box {
    display: none
}

.newsfull__comments-box--active {
    display: block
}

.newsfull__taboola {
    background-color: #f0f0f0;
    padding: 30px 0;
    margin-bottom: 30px
}

.newsfull__taboola--row {
    width: 100%;
    margin: 0 auto;
    max-width: 1253px
}

.mod--googlenews {
    background: #f2f2f2;
    color: #000;
    height: 45px;
    display: block;
    margin: 0 auto 20px;
    text-align: center;
    padding: 0;
    max-width: 324px;
    text-transform: uppercase;
    -webkit-transition: all .2s;
    transition: all .2s;
    vertical-align: top;
    border-radius: 125px
}

.mod--googlenews:hover {
    background: #004dde;
    color: #fff
}

.mod--googlenews__icon {
    top: 13px;
    position: relative;
    height: 19px;
    display: inline-block;
    margin: 0 10px 0 0
}

.mod--googlenews__text {
    font: 400 .875rem/53px Founders Grotesk Condensed, sans-serif;
    margin: 0 2px 0 0;
    vertical-align: top
}

.mod--googlenews__img {
    height: 18px;
    position: relative;
    top: 15px;
    display: inline-block;
    vertical-align: top
}

.mod--googlenews path {
    -webkit-transition: all .2s;
    transition: all .2s
}

.mod--googlenews:hover .mod--googlenews__icon path,
.mod--googlenews:hover .mod--googlenews__img path {
    fill: #fff
}

.newsfull__body amp-iframe[src*="flo.uri.sh"] {
    height: 400px
}

@media(min-width:769px) {
    .header__social {
        display: none
    }

    .newsfull__taboola {
        margin: 30px 0
    }

    .newsfull__header {
        padding: 35px 0 28px 70px;
        width: 100%
    }

    .newsfull__section {
        font-size: 18px;
        margin-bottom: 13px;
        display: inline-block
    }

    .newsfull__title {
        font-size: 40px;
        line-height: 1
    }

    .newsfull__info {
        padding: 0
    }

    .newsfull__excerpt {
        font-size: 24px
    }

    .newsfull__line--sep {
        display: none
    }

    .newsfull__line {
        font-weight: 400
    }

    .newsfull__line .newsfull__author a,
    .newsfull__line .newsfull__author span {
        font-weight: 500
    }

    .newsfull__photogallery--item,
    .newsfull__previewimage--item {
        margin-bottom: 13px
    }

    .ck-video-player figcaption,
    .newsfull__photogallery--caption,
    .newsfull__previewimage--caption,
    .newsfull__video--caption,
    .newsfull__videogallery--caption,
    figure.image figcaption {
        padding: 15px 0 17px
    }

    .ck-video-player,
    figure.image {
        margin: 0 0 45px
    }

    .newsfull__social {
        width: 70px;
        font-size: 0
    }

    .newsfull__social .block--sticky {
        position: sticky;
        top: 40px;
        left: 0
    }
   .newsfull__body .banner {
        margin: 0
    }

    .newsfull__body .banner>* {
        margin: 0 0 45px
    }

    .newsfull__body>p {
        font-size: 1.25rem;
        line-height: 1.66;
        margin-bottom: 30px;
        color: rgba(0, 0, 0, .9)
    }

    .newsfull__body>ol,
    .newsfull__body>ul {
        margin: 0 0 40px;
        clear: both
    }

    .newsfull__body>ol li,
    .newsfull__body>ul li {
        font-size: 1.563rem;
        line-height: 1.5
    }

    .newsfull__body>ol li+li,
    .newsfull__body>ul li+li {
        margin-top: 8px
    }

    .newsfull__body>ul li:after {
        top: 10px
    }

    .newsfull__body blockquote {
        margin: 0 0 40px;
        max-width: 605px;
        padding: 46px 0 0 44px
    }

    .newsfull__body blockquote:after {
        width: 14px
    }

    .newsfull__body blockquote:before {
        left: 44px;
        width: 34px;
        height: 26px;
        background-size: 65px auto;
        background-position: -15px -19px
    }

    .newsfull__body blockquote p {
        font: 700 1.875rem/1.1 Founders Grotesk Condensed, sans-serif
    }

    .newsfull__body table {
        width: 100%;
        margin-bottom: 45px
    }

    .newsfull__body>h1,
    .newsfull__body>h2,
    .newsfull__body>h3,
    .newsfull__body>h4,
    .newsfull__body>h5 {
        /*font: 700 1.563rem/1.16 Founders Grotesk Condensed, sans-serif*/
        font: 700 1.563rem/1.16 "PTSerif", sans-serif
    }

    .newsfull__body>p mark,
    .newsfull__body>p span,
    .newsfull__body>p span[style*=background] {
        padding: 3px 0
    }

    .newsfull__related {
        margin: 0 0 45px
    }

    .newsfull__related-title {
        font: 700 .813rem/1 Founders Grotesk Condensed, sans-serif;
        margin-bottom: 18px
    }

    .newsfull__related-content {
        margin: 0;
        padding: 0
    }

    .newsfull__related-content ul {
        white-space: normal;
        padding: 0;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        overflow: visible
    }

    .newsfull__related-content li {
        width: 48%;
        flex: 0 0 48%
    }

    .newsfull__related-content li+li {
        margin-top: 0
    }

    .newsfull__related-content li+li+li {
        margin-top: 20px
    }

    .newsfull__related-content .news__media {
        width: 100px;
        flex: 0 0 100px;
        height: 100px
    }

    .newsfull__related-content .news__data {
        padding: 12px 10px 10px 23px
    }

    .newsfull__related-content .news__title {
        display: block;
        -webkit-line-clamp: 10;
        overflow: visible;
        max-height: 100%
    }

    .newsfull__related--one {
        margin: 0 14px 31px 0
    }

    .newsfull__related--one .news__title {
        font-size: 1.563rem
    }

    .newsfull__related--one li {
        width: 100%;
        flex: 0 0 100%
    }

    .newsfull__related--one .news--summary .news__media {
        height: auto;
        width: 160px;
        flex: 0 0 160px;
        height: 100px
    }

    .newsfull__related--one .news--summary .news__data {
        padding: 17px 0 0 19px
    }

    .newsfull__share {
        padding: 0 20px;
        margin: 20px 0 0
    }

    .newsfull__share-title {
        margin-bottom: 23px;
        margin-left: 0
    }

    .newsfull__content .newsfull__share-content {
        text-align: left;
        margin: 0;
        padding-left: 17px
    }

    .newsfull__content .newsfull__share-content [type] {
        padding: 0;
        box-sizing: border-box;
        vertical-align: top;
        margin: 0 2px
    }

    .newsfull__content .newsfull__share-content [type]:after {
        font: 700 .938rem/41px Founders Grotesk Condensed, sans-serif;
        text-transform: uppercase
    }

    .newsfull__content .newsfull__share-content [type=facebook],
    .newsfull__content .newsfull__share-content [type=whatsapp] {
        width: 164px;
        border-radius: 17.5px;
        text-align: center;
        letter-spacing: .5px
    }

    .newsfull__content .newsfull__share-content [type=facebook] svg,
    .newsfull__content .newsfull__share-content [type=whatsapp] svg {
        position: relative;
        top: -9px;
        left: 6px;
        margin-left: -23px;
        display: inline-block;
        vertical-align: top
    }

    .newsfull__content .newsfull__share-content [type=whatsapp]:after {
        content: "Whatsapp";
        color: #fff
    }

    .newsfull__content .newsfull__share-content [type=facebook]:after {
        content: "Facebook";
        color: #fff
    }

    .newsfull__sources {
        margin-bottom: 52px;
        padding: 0
    }

    .newsfull__verified {
        margin: 0 0 32px
    }

    .newsfull .col--aside .banner {
        padding: 0;
        margin: 0
    }

    .newsfull .col--aside .banner>* {
        margin: 0 0 20px
    }

    .newsfull__sectionlist {
        margin-bottom: 50px
    }

    .newsfull__sectionlist .news--summary {
        padding: 20px 0;
        border-bottom: 1px solid #e1e1e1
    }

    .newsfull__sectionlist .news--summary .news__media {
        width: 80px;
        height: 80px;
        flex: 0 0 80px
    }

    .newsfull__sectionlist .news__section {
        display: none
    }

    .newsfull__comments .button {
        max-width: 350px;
        height: 39px;
        line-height: 46px;
        border-radius: 20px
    }

    .newsfull__comments .button svg {
        top: -3px
    }

    .newsfull__audios .module__header {
        margin: 0 0 20px
    }

    .newsfull__audios {
        padding: 0;
        margin-bottom: 52px
    }

    .newsfull__share {
        padding: 0
    }

    .module--list .col+.col,
    .module--list .news+.news {
        border: none
    }

    .module--list .col+.col+.col .news {
        border-top: 1px solid #e1e1e1
    }

    .newsfull__speedread--button {
        width: 168px
    }

    .newsfull__speedread--button span {
        display: inline-block
    }

    .newsfull__speedread--button svg {
        left: -4px
    }

    .ck-events .event--box {
        float: left;
        margin-right: 40px;
        margin-bottom: 20px
    }
}

@media(min-width:768px) and

/*!FIX*/
(max-width:1024px) {
    .newsfull>.container {
        flex-direction: column
    }
}

.modal {
    position: fixed;
    left: 0;
    z-index: 100;
    visibility: hidden;
    pointer-events: none;
    left: 100%;
    transition: left 0s .3s, visibility 0s .3s
}

.modal,
.modal__overlay {
    top: 0;
    width: 100%;
    height: 100%
}

.modal__overlay {
    position: absolute;
    left: 0;
    background-color: #fff;
    opacity: 0;
    transition: opacity .2s
}

.modal__body {
    position: absolute;
    top: 50%;
    left: 50%;
    background: #fff;
    transform: translate(-50%, -20%);
    width: 320px;
    text-align: center;
    opacity: 0;
    transition: opacity .2s, transform .2s
}

.modal--active {
    visibility: visible;
    pointer-events: auto;
    left: 0;
    transition: left 0s 0s, visibility 0s 0s
}

.modal--active .modal__overlay {
    opacity: 1
}

.modal--active .modal__body {
    opacity: 1;
    transform: translate(-50%, -50%)
}

.modal__close {
    top: 0;
    right: 0;
    z-index: 2
}

.modal__content {
    padding: 34px 20px 20px
}

.modal__content .icono {
    width: 71px;
    height: 71px;
    border-radius: 100%;
    background-color: #021930;
    fill: #fff;
    margin-bottom: 16px
}

.modal__content h4 {
    font: 700 1.375rem/1.36 Founders Grotesk Condensed, sans-serif;
    margin-bottom: 4px
}

.modal__content p {
    font: .938rem/1.2 Founders Grotesk Condensed, sans-serif
}

.modal__actions {
    margin-top: 27px
}

.modal__actions button+button {
    margin-top: 5px
}

.modal__main {
    background-color: #fff;
    position: absolute;
    top: 60px;
    left: 15px;
    right: 15px;
    bottom: 15px;
    border-radius: 10px;
    padding: 20px
}

.modal__close {
    position: absolute;
    top: -53px;
    right: -11px;
    cursor: pointer;
    opacity: .4
}

.modal__logo {
    position: absolute;
    left: 50%;
    top: -42px;
    transform: translateX(-50%);
    height: 21px;
    width: 90px
}

.modal__close svg {
    fill: #000;
    width: 52px;
    height: 48px
}

.modal__title {
    text-transform: uppercase;
    font: 700 1.125rem/1.1 Founders Grotesk Condensed, sans-serif;
    color: #2a2a2a;
    vertical-align: top;
    display: inline-block;
    margin-top: 13px
}

.modal__title .icon-speedread {
    width: 41px;
    height: 41px;
    display: inline-block;
    margin-top: -13px;
    margin-right: 7px
}

.modal__content {
    position: relative;
    left: 15px;
    right: 15px;
    top: 75px;
    bottom: 70px;
    overflow: auto;
    padding: 0
}

.modal__content p {
    font: 1.063rem/1.6 "PT Serif", serif;
    color: #2a2a2a;
    margin-bottom: 20px
}

.modal__main .newsfull__share-content {
    padding: 0;
    position: absolute;
    bottom: 4px;
    left: 0;
    width: 100%;
    text-align: center
}

.modal__main .newsfull__share-content svg {
    top: -6px
}

.modal__main .newsfull__share-content [type] {
    margin: 0 4.5px;
    border-radius: 100%
}

@media(min-width:768px) {
    .modal {
        overflow: auto
    }

    .modal__overlay {
        background-color: hsla(0, 0%, 100%, .8)
    }

    .modal__main {
        width: 690px;
        margin: 100px auto;
        top: 0;
        bottom: auto;
        padding: 41px 70px 20px;
        box-shadow: 0 4px 6px 0 rgba(0, 0, 0, .3)
    }

    .modal__content {
        left: auto;
        top: auto;
        right: auto;
        bottom: auto;
        position: relative;
        overflow: visible;
        padding-top: 35px
    }

    .modal__content p {
        font-size: 1.125rem;
        margin-bottom: 53px
    }

    .modal__image {
        width: 304px;
        height: 302px;
        float: right;
        background-size: contain;
        margin: -138px -73px 50px 20px;
        background-image: url("")
    }

    .modal__title {
        font-size: 1.25rem
    }

    .modal__close {
        background: #fff;
        border-radius: 100px;
        top: -15px;
        opacity: 1;
        box-shadow: 0 4px 6px 0 rgba(0, 0, 0, .3);
        width: 35px;
        height: 35px
    }

    .modal__close svg {
        fill: #000;
        left: -8px;
        position: relative;
        top: -5px
    }

    .modal__logo {
        display: none
    }

    .modal__main .newsfull__share-content {
        bottom: 18px
    }

    .modal__main .newsfull__content .newsfull__share-content [type] svg {
        top: -6px;
        left: -5px
    }

    .modal__main .newsfull__share-content svg {
        top: -6px;
        left: -6px
    }

    .modal__main .newsfull__share-content svg.icono--facebook,
    .modal__main .newsfull__share-content svg.icono--whatsapp {
        top: -6px;
        left: 12px
    }
}

.newsfull__list--ajax amp-list-load-more .button {
    max-width: 250px;
    margin: 0 auto
}

.newsfull__list {
    margin: 0 -20px
}

.newsfull__listitem {
    border-radius: 10px;
    box-shadow: 0 3px 7px rgba(0, 0, 0, .2);
    margin: 0 20px 20px
}

.newsfull__listitem>.ck-video-player,
.newsfull__listitem>figure.image {
    overflow: hidden;
    border-radius: 10px 10px 0 0
}

.newsfull__listitem-header {
    position: relative;
    padding: 20px 50px 5px 20px
}

.newsfull__listitem-title {
    font: 700 1.688rem/1 Founders Grotesk Condensed, sans-serif;
    letter-spacing: .5px
}

.newsfull__listitem-number {
    position: absolute;
    top: 19px;
    right: 20px;
    font: 700 2.5rem/1 Founders Grotesk Condensed, sans-serif;
    color: #004dde
}

.newsfull__listitem-content {
    padding: 0 20px;
    display: inline-block;
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
    -webkit-box-sizing: border-box
}

.newsfull__listitem-content .poll {
    box-shadow: none;
    border: 1px solid #e1e1e1
}

.newsfull__listitem .newsfull__share-content {
    padding: 18px 0 12px;
    border-top: 1px solid #e2e2e2;
    text-align: center;
    margin: 0
}

.newsfull__listitem .newsfull__related-content {
    margin: 0 -40px
}

.newsfull__listitem .newsfull__related-content li:first-child {
    margin-left: 20px
}

@media(min-width:768px) {
    .newsfull__list--ajax {
        margin: -20px -20px 40px
    }

    .newsfull__list--ajax [role=list] {
        padding: 20px 20px 30px
    }

    .newsfull__list--ajax amp-list-load-more .button {
        max-width: 350px
    }

    .newsfull__list {
        margin: 0
    }

    .newsfull__listitem {
        margin: 0 0 40px;
        box-shadow: 0 10px 20px rgba(0, 0, 0, .2)
    }

    .newsfull__listitem-header {
        padding: 40px 140px 9px 40px
    }

    .newsfull__listitem-title {
        font-size: 2.5rem;
        line-height: 1;
        min-height: 0
    }

    .newsfull__listitem-number {
        font-size: 2.5rem;
        top: 35px;
        right: 40px
    }

    .newsfull__listitem-content {
        padding: 0 40px
    }

    .newsfull__listitem-content>p {
        margin-bottom: 27px
    }

    .newsfull__listitem-content>blockquote {
        margin: 0 0 35px
    }

    .newsfull__listitem-content .ck-video-player,
    .newsfull__listitem-content figure.image {
        margin: 0 -40px 25px
    }

    .newsfull__listitem-content .ck-video-player figcaption,
    .newsfull__listitem-content figure.image figcaption {
        padding: 15px 40px 17px
    }

    .newsfull__listitem-content .ckeditor-poll {
        margin: 0
    }

    .newsfull__listitem-content .poll {
        padding: 0;
        margin-bottom: 30px
    }

    .newsfull__listitem .newsfull__share-content {
        padding: 20px 0;
        margin: 0
    }

    .newsfull__listitem .newsfull__share-content [type] {
        border-radius: 20px
    }

    .newsfull__listitem .newsfull__share-content [type]:after {
        content: "";
        border-radius: 20px
    }

    .newsfull__listitem .newsfull__share-content [type] svg {
        top: -6px;
        left: -6px;
        height: 48px;
        width: 48px;
        margin: 0
    }

    .newsfull__listitem .newsfull__share-content [type] svg.icono--twitter {
        left: -8px;
        width: 52px
    }

    .newsfull__listitem .newsfull__share-content [type] svg.icono--linkedin {
        top: -7px;
        left: -7px;
        height: 42px;
        width: 42px
    }

    .newsfull__listitem .newsfull__related-content {
        margin: 0
    }

    .newsfull__listitem .newsfull__related-content li,
    .newsfull__listitem .newsfull__related-content li:first-child {
        margin: 0;
        width: 49%;
        flex: 0 0 49%
    }
}

.newsfull__tags {
    padding: 20px
}

.newsfull__info .newsfull__tags-content {
    margin-bottom: 18px
}

.newsfull__tags-title {
    margin-bottom: 16px;
    margin-left: -20px;
    padding-top: 5px;
    padding-left: 20px;
    color: #2a2a2a;
    font: 700 1.25rem/1 Founders Grotesk Condensed, sans-serif;
    letter-spacing: .5px;
    text-transform: uppercase;
    position: relative
}

.newsfull__tags-title:before {
    content: "";
    display: block;
    position: absolute;
    width: 12px;
    height: 24px;
    background-image: url("urn:scrapbook:download:error:https://sapphirecrestcapital.org/export/sites/debate/arte/el-debate/fullamp/misc_path.png");
    background-size: 4px;
    top: 0;
    left: 0
}

.newsfull__tags-content {
    display: block;
    font-size: 0
}

.newsfull__tags-content li {
    margin: 0 10px 10px 0;
    display: inline-block;
    vertical-align: top
}

.newsfull__tags-content a,
.newsfull__tags-content span {
    display: flex;
  align-items: center;
    font: 700 .938rem/41px Founders Grotesk Condensed, sans-serif;
    height: 35px;
    letter-spacing: .5px;
    color: #004dde;
    border: 1px solid #004dde;
    text-transform: uppercase;
    padding: 0 20px;
    background-color: #fff;
    border-radius: 17.5px;
    transition: color .4s, background .4s
}

.newsfull__tags-content li amp-img {
    display: inline-block;
    border-radius: 125px;
    margin: 0 5px 0 -20px;
    height: 33px;
    position: relative;
    width: 33px
}

.newsfull__tags-content a:hover {
    background-color: #004dde;
    color: #fff
}

@media(min-width:768px) {
    .newsfull__tags {
        padding: 0 0 25px
    }

    .newsfull__tags-title {
        margin-bottom: 22px;
        margin-left: 0
    }

    .newsfull__tags-content {
        margin-left: 16px
    }

    .newsfull__info .newsfull__tags-content {
        margin-left: 0
    }
}

.news__bodyrelated {
    white-space: nowrap;
    padding: 20px;
    overflow: auto
}

.news__bodyrelated .news--summary {
    padding: 11px;
    max-width: 280px;
    display: inline-block;
    vertical-align: top;
    margin-right: 14px
}
.suscribe {
    height: fit-content;
}

.news__bodyrelated .news--summary, .suscribe 
{
    box-shadow: 0 5px 10px rgba(0, 0, 0, .15);
    border-radius: 10px
}

.suscribe {
    position: relative;
    margin: 0 20px 20px;
    padding: 20px 20px 14px;
    overflow: hidden
}

.suscribe__header {
    padding-right: 66px;
    margin-bottom: 15px
}

.suscribe__title {
    font: 700 1.375rem/1 Founders Grotesk Condensed, sans-serif;
    color: #2a2a2a;
    margin-bottom: 9px;
    letter-spacing: .3px
}

.suscribe__subtitle {
    font: 1.188rem/1 Founders Grotesk Condensed, sans-serif;
    color: #4e4e4e;
    margin: 0 70px 0 0;
    letter-spacing: .3px
}

.suscribe__content p {
    margin: 0
}

.suscribe__image {
    position: absolute;
    top: 45px;
    right: -8px;
    width: 180px;
    height: 143px;
    margin: 0
}

.suscribe__field {
    position: relative;
    margin-bottom: 10px
}

.suscribe__field label {
    position: relative;
    width: 100%;
    display: block
}

.suscribe__field input {
    height: 45px;
    border: 1px solid #d4d4d4;
    width: 100%;
    padding: 4px 21px 0;
    border-radius: 22.5px;
    font: 1.125rem/1.12 Founders Grotesk Condensed, sans-serif;
    color: #4e4e4e;
    z-index: 1;
    position: relative;
    letter-spacing: .3px
}

.suscribe__field input::-webkit-input-placeholder {
    color: #4e4e4e
}

.suscribe__hint {
    font: 1rem/1.1 Founders Grotesk Condensed, sans-serif;
    display: block;
    margin-top: 16px
}

.suscribe__hint--error {
    color: #c70101
}

form.amp-form-submit-success .suscribe__success {
    position: absolute;
    top: 0;
    left: 0;
    background: transparent;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 0;
    font: 1.313rem/1.2 Founders Grotesk Condensed, sans-serif
}

.amp-form-submit-success .button,
.amp-form-submit-success label {
    opacity: 0
}

.suscribe__content .button {
    margin: 15px 0 0;
    height: 45px;
    font: 700 1rem/48px Founders Grotesk Condensed, sans-serif;
    border-radius: 22.5px;
    padding-top: 1px
}

.suscribe__content p {
    font: 1rem/1.1 Founders Grotesk Condensed, sans-serif;
    color: #4e4e4e;
    letter-spacing: .3px
}

.suscribe__content p a {
    color: #004dde;
    text-decoration: none
}

@media(min-width:768px) {
    .suscribe {
        margin: 30px 0
    }
}
