@import url('https://fonts.googleapis.com/css2?family=Barlow+Semi+Condensed:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Barlow+Condensed:ital,wght@0,200;0,300;0,400;0,500;0,700;1,700&family=IBM+Plex+Serif:wght@300;400&display=swap');


:root {
    --color: #e8e0d5;
    --color-texto: #797979;
    --cols: 1rem 0 auto 0 1rem;
}


@media (min-width: 45rem) {
    :root {
        --cols: 1.5rem 2rem auto 2rem 1.5rem;
    }
}


@media (min-width: 60rem) {
    :root {
        --cols: 1fr 5rem minmax(0, 41.3rem) 5rem 1fr;
        --cols2: 1fr 5rem minmax(0, 56.5rem) 5rem 1fr;
        --cols3: 0.2fr 5rem minmax(0, 41.3rem) 5rem 1fr;

    }

}

/* --------------------------------
 
 Parcheo Cabecera
 
 -------------------------------- */

.marca-theme-v3 .ue-l-common-page__inner {
    max-width: 100% !important;
    padding: 0px;
    ;
}

.marca-theme-v3 .ue-c-section-title {
    border-bottom: none !important;
    font-size: 0;
    line-height: 0;
    padding: 0;
}

/* --------------------------------
 
 FIn Parcheo Cabecera
 
 -------------------------------- */
body {
    min-height: 100%;
    color: #797979;
    padding: 0;
    overflow-x: hidden;
    background-color: #f2f2f2;
}

* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

img {
    max-width: 100%;
}

html {
    min-height: 100%;
    -webkit-text-size-adjust: 100%;
}

body {
    min-height: 100%;
    padding: 0;
    overflow-x: hidden;
}

ol,
ul {
    list-style: none;
    font-size: inherit;
    margin-bottom: 0px;
    overflow: inherit;
}

.content-items .content-item {
    padding: 0px !important;
}

.site-footer {
    margin: 0px 0 0;
}

.content-ad .ad-item-si,
.content-ad .ad-item-sd {
    display: none;
}

.breadcrumbs {
    background-color: #b7b7b7;
}

.tab-breadcrumb a {
    color: #333;
}

.main-header .main-tab>a.highlight.active {
    background-color: #b7b7b7;
    color: #000;
}

.tab-breadcrumb li.active a {
    background-color: transparent;
}

.main-header .main-tab>a.highlight.active .iconsvg-down-b:before {
    border-color: #000;
}

/* --------------------------------
 
 Publicidad
 
 -------------------------------- */


.sticky-publi {
    position: fixed;
    width: 990px;
    z-index: 1000;
    bottom: 0px;
    margin: 0 auto;
    left: 0;
    right: 0;
}

.huecopublicidad {
    grid-column: 1 / -1 !important;
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
    position: relative;
    margin-top: 1em;
    text-align: center;
}

.huecopublicidad:before {
    content: "PUBLICIDAD";
    fill: #827d80;
    width: 100%;
    text-align: center;
    position: absolute;
    top: 0;
    display: block;
    height: 7px;
    line-height: .3rem;
    font-family: Roboto, Arial, Helvetica, sans-serif;
    font-size: 9.5px;
    line-height: 1;
}

.huecopublicidad.roba {
    margin-top: 0em;
}

.bloque-entradillaconpubli {
    display: grid;
    grid-template-columns: 2.5fr 1fr;
    grid-gap: 5px;
    margin-bottom: 1em;
}

/* --------------------------------
 
 Entrevista
 
 -------------------------------- */

.cintillo-entrevista {
    grid-column: 1 / -1;
    background-color: #b7b7b7;
    height: 45px;
    position: relative;
    margin-top: -45px;
    z-index: 1
}

.cintillo-entrevista ul.personaje {
    height: 45px;
    max-width: 1287px;
    width: 100%;
    margin: 0 auto;
    margin: 0 auto;
    color: #ffffff;
    font: 30px/1 'Barlow Semi Condensed', sans-serif;
    font-weight: 300;
    text-transform: uppercase;
    display: flex;
    justify-content: left;
    align-items: center;
}


.cintillo-entrevista ul.personaje li {

    display: inline-block;
    margin-right: 17px;
    font-weight: bold !important;
    font: 31px/1 'Barlow Semi Condensed', sans-serif;
}

.cintillo-entrevista ul.personaje li span {
    color: #221f1f;
    font-weight: bold !important;
    font: 31px/1 'Barlow Semi Condensed', sans-serif;
}

.cintillo-entrevista ul.personaje li.cargo {
    padding: 7px 9px;
    font: 20px/1 'Barlow Semi Condensed', sans-serif;
    font-weight: 400;
}

.cintillo-entrevista ul.personaje li.cargo a {
    color: #000;
}

.cintillo-entrevista ul.personaje li.cargoselect {
    background-color: #990000;
    color: #b7b7b7;
    padding: 7px 9px;
    font: 20px/1 'Barlow Semi Condensed', sans-serif;
    font-weight: 800;
}


.cintillo-entrevista ul.personaje li.cargoselect a {
    color: #fff;
    text-decoration: none;
}

.cintillo-entrevista ul.personaje li.cargoselect a:hover {
    color: #cfcaca;
    text-decoration: none;
}


.cintillo-entrevista ul.personaje li.logocalendario {
    margin-right: 7px;
    padding-top: 4px;
}

.logoNavidad {
    width: 39px
}


.entrevista-marca {
    display: grid;
    grid-template-columns: var(--cols);
    grid-template-rows: 1fr auto;
    scroll-padding-top: 90px;
    background-color: #ece9e2;
}

.apertura-tamanocompleto {
    display: grid;
    grid-template-columns: var(--cols);
    grid-template-rows: 1fr auto;
    grid-column: 1 / -1;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 93vh;
    position: relative;
    overflow: hidden;
}

.filt {
    position: relative;
}

.apertura-tamanocompleto figure {
    height: 100%;
    width: 100%;
    display: flex;
    justify-content: center;
}

.apertura-tamanocompleto picture {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: flex-start;
}

.apertura-tamanocompleto img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: 50% 0;
    flex-shrink: 0;
}

.apertura-tamanocompleto .titular-apertura {
    position: absolute;
    z-index: 2;
    bottom: 5em;
    width: 100%;
    text-align: center;
    padding: 0 5% 1%;
    max-width: 1200px;

}

.apertura-tamanocompleto .titular-apertura .font-titular-apertura {
    font: 60px/1 'Barlow Semi Condensed', sans-serif;
    font-weight: 800;
    text-align: center;
    color: #fff;
    text-shadow: 0 2px 5px #0f0f0f;
    display: block;
}

.lf-portada figure.fig-shadow:after {
    background: rgba(0, 0, 0, 0) linear-gradient(180deg, transparent 0, #000) repeat scroll 0 0;
    content: "";
    height: 50%;
    left: 0;
    position: absolute;
    bottom: 0;
    width: 100%;
}


.articulo {
    grid-column: 1 / -1;
    display: grid;
    grid-template-columns: var(--cols);
}

.articulo>* {
    grid-column: 3 / -3;
}

.autor {
    text-align: center;
    margin: 2em auto 0 auto;
}

.autor-entrevista {
    text-align: center;
    margin: 3em auto 1em auto;
}

.imagen-autor {
    position: relative;
    display: inline-block;
    margin: 0 auto;
    text-align: center;
    border-radius: 50%;
    opacity: 1;
    background-color: #ece9e2;
}


.firma-autor {
    margin-top: 5px;
    padding-top: 0px;
    font-family: Barlow, sans-serif;
    line-height: 125%;
    text-align: center;
    font-size: 16px;
}


.entrevista-marca h2 {
    grid-column: 2 / -2 !important;
    font-size: 7em;
    line-height: 1;
    font-weight: 700;
    margin-top: 0rem;
    margin-bottom: 0rem;
    text-align: center;
    font-family: 'Barlow Condensed', sans-serif;
    color: #1e1e1e;

}

.entrevista-marca h4 {
    font-size: 2.5em;
    line-height: 1;
    margin-top: 0em;
    margin-bottom: 0.5em;
    font-weight: 300;
    text-align: left;
    font-family: 'Barlow Condensed', sans-serif;
    color: #1e1e1e;
}

.articulo__entradilla {
    font-size: 35px;
    line-height: 1.2;
    font-family: 'Barlow Condensed', sans-serif;
    font-weight: 700;
    margin: 0em 0;
    color: #1E1E1E;
}

.entrevista-marca p.articulo__entradilla::first-letter {
    color: #1e1e1e;
    font-size: 8rem;
    line-height: 0.75;
    float: left;
    padding-right: 1rem;
    padding-bottom: 0rem;
    font-family: 'Barlow Semi Condensed', sans-serif;
    font-weight: 800;
}

.entrevista-marca p.articulo__entradilla img {

    margin: 1em 0px;
}

.video-especial {
    grid-column: 1 / -1 !important;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 20px;

}

.senal {
    width: 100%;
    max-width: 1200px;
    /*position: relative;*/


}

.video-responsive {
    height: 0;
    overflow: hidden;
    padding-bottom: 56.25%;
    position: relative;
    border: 8px solid #534b4b;
}

#popout .cubrereproductor1.corner .video-responsive {

    border: none;
}


.entradilla {
    grid-column: 2 / -2 !important;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    gap: 30px;
    margin-bottom: 1em;

}


.entrevista-marca p {
    margin-top: 0;
    margin-bottom: 10px;
    font-family: 'IBM Plex Serif', serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.3;
    color: #1e1e1e;
    letter-spacing: -0.5;
    padding: 5px 0px;
}

.entrevista-marca p.subtitulo-img-dest {
    display: block;
    font-family: 'Barlow Condensed', sans-serif;
    font-weight: 300;
    font-size: 2.5em;
    text-transform: uppercase;
    color: #1e1e1e;
    width: 100%;
    text-align: center;
    padding-bottom: 0px;
    /* text-shadow: 0 2px 5px #0f0f0f; */
    margin-bottom: 0px;
    margin-top: 1em;
}

.entrevista-marca p.articulo__entradilla {
    font-size: 35px;
    line-height: 1.2;
    font-family: 'Barlow Condensed', sans-serif;
    font-weight: 700;
    margin: 0em 0;
    color: #1E1E1E;
}


.entrevista-marca p.pregunta {
    font-weight: bold;
}

.entrevista-marca p.respuesta::first-letter {
    color: #990000;
    font-weight: bold;
}

.entrevista-marca p.respuesta span {
    font-weight: bold;
    color: #990000;
}

.entrevista-marca .imagen-cuerpotexto {
    margin: 1rem 0;
}

.entrevista-marca .declaraciones {
    grid-column: 2 / -2;
    border-top: 1px solid;
    border-bottom: 1px solid;
    border-color: #ccc;
    margin: 0em 0em 1em 0em;
    padding: 1em 0em;
}

.entrevista-marca blockquote {
    margin: 0;
    box-sizing: border-box;
    color: #000000;
    padding: 0.625rem;
    font-size: 3rem;
    line-height: 3.5rem;
    letter-spacing: 0;
    text-align: inherit;
    padding: 0.3125rem 0;
}

.entrevista-marca blockquote p {
    position: relative;
    margin: 0;
    font-style: italic;
    color: #3e5363;
    padding-left: 5.125rem;
    font-family: 'Barlow Semi Condensed', sans-serif;
    font-weight: 700;
    font-style: italic;
    font-size: 3rem;
    line-height: 3.5rem;
    letter-spacing: 0;
}

.entrevista-marca blockquote p:before {
    content: "";
    position: absolute;
    left: 20px;
    background: url(https://e01-marca.uecdn.es/assets/article/marca/v3/images/images/quote-c53c433e3a64140b916fa3dbdd6cf76f.svg) no-repeat 50%;
    background-size: contain;
    width: 50px;
    height: 50px;
}

.cuerpo-sticky-entrevista {
    z-index: 1;
    background-color: rgba(255, 255, 255, .9);
    padding: 1em;
}

.fincuerpo-sticky-entrevista {
    height: 100vh
}

div.sticky-entrevista {
position: -webkit-sticky;
  position: sticky;
    top: 0;
    height: 100vh;
    z-index: 0; 
      grid-column: 1 / -1 !important;

}




.entrevista-marca p.subtitulo {
    display: block;
    font-family: 'Barlow Condensed', sans-serif;
    font-weight: 300;
    font-size: 2.5em;
    text-transform: uppercase;
    color: #1E1E1E;
    width: 100%;
    text-align: center;
    padding-bottom: 0px;
    margin-bottom: 0px;
}

.entrevista-marca h3 {
    font-size: 4em;
    line-height: 1;
    margin-top: 0em;
    margin-bottom: 0.5em;
    font-weight: 700;
    font-weight: bold;
    text-align: center;
    font-family: 'Barlow Condensed', sans-serif;
    color: #1e1e1e;
}


.entrevista-marca .imagenhorizontal {
    grid-column: 1 / -1;
    margin-bottom: 0px;
}


.entrevista-marca .texto-parallax p {
    font-size: 6vw;
    line-height: 1;
    font-weight: 300;
    font-style: italic;
    opacity: 0.85;
    margin-bottom: 1rem;
    text-align: center;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: Barlow Semi Condensed, sans-serif;
    height: 100vh;
    color: #ffffff;
    padding: 0px 2em;
    background-color: rgba(0, 0, 0, 0.9);
    text-shadow: #000 1px 0 10px;
}


.articulo__cuerpo {
    margin-top: 20px;
}


.articulo2 {
    grid-column: 1 / -1;
    display: grid;
    grid-template-columns: var(--cols2);
}

.articulo2>* {
    grid-column: 2 / -2;
}


.entrevista-marca h3.titulo__interior {
    font: 80px / 1 'Barlow Semi Condensed', sans-serif;
    font-weight: 500;
    color: #1e1e1e;
    margin-top: 15px;
    margin-bottom: 15px;
    text-transform: uppercase;
    font-style: italic;
    text-align: left;
    margin-top: 54px;
}


.entrevista-marca p.lt {
    border-left: 3px solid #1e1e1e;
    padding: 20px;
}


article p {
    color: rgb(255, 255, 255);
    font-weight: 300;
    font-family: 'Barlow Semi Condensed', sans-serif;
    padding: 10px 0;
    font-size: 21px;
    line-height: 1.17;
}

.section-parallax {
    width: 100%;
    background-color: #000000;
    padding: 0 0;
    grid-column: 1 / -1 !important;
}


.content {
    width: 100%;
    max-width: 625px;
    margin: 0 auto;
    padding: 15px;
    background-color: transparent;
    float: inherit;
}

.content.color {
    background-color: #000000 !important;

}


.entrevista-marca p.firma {
    font-family: 'Barlow Semi Condensed', sans-serif;
    font-size: 18px;
    font-weight: 300;
    line-height: 1.6em;
    text-align: center;
    margin-bottom: 3em;
    margin-top: 3em;
    color: #1e1e1e;
}

.entrevista-marca p.firma span {
    font-weight: 500;
}


.entrevista-marca h3.datos__interior {
    font: 60px / 1 'Barlow Semi Condensed', sans-serif;
    font-weight: 500;
    color: #1e1e1e;
    margin-top: 5px;
    background-color: #eee9e3;
    text-transform: uppercase;
    font-style: italic;
    text-align: left;
    margin-bottom: 0px;

}


.youtube-responsive {
    height: 0;
    overflow: hidden;
    padding-bottom: 56.25%;
    padding-top: 30px;
    position: relative;
    border: 8px solid #000;
}

.youtube-responsive iframe,
.youtube-responsive object,
.youtube-responsive embed {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}

#popout {
    position: relative;
    z-index: 3;
}


#popout .cubrereproductor1.corner {
    position: fixed;
    width: 388px;
    height: 215px;
    bottom: 126px;
    right: 15px;
    transform: translateX(0) translateY(0);

}

#popout .cubrereproductor1.corner .cubrereproductor {

    box-shadow: 0 0 10px 0 #000;
    border-radius: 5px;
    background-color: #fff;
}


#popout .cubrereproductor1 .full-video {
    height: 406px;
    /*215*/
    width: 100%;
}

#popout .cubrereproductor1.corner .full-video {
    height: 215px !important;
    /*215*/
    width: 100%;
}

#popout .cubrereproductor1.corner .ue-c-video-player-frame__header {
    display: -webkit-box;
}

.ue-c-video-player-frame__header {
    position: relative;
    margin: 0;
    line-clamp: 2;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    display: none;
    padding: 0.625rem 3.4375rem 0.625rem 1rem;
}

.ue-c-video-player-frame__kicker {
    font-family: Barlow Semi Condensed, Arial, Helvetica, sans-serif;
    color: #c00c00;
    margin-right: 0px;
    font-size: 1rem;
    line-height: 1.1875rem;
    font-weight: 700;
}

.entrevista-marca h2.ue-c-video-player-frame__headline {
    display: inline;
    font-family: Barlow Semi Condensed, Arial, Helvetica, sans-serif;
    color: #121212;
    font-size: 1rem;
    line-height: 1.1875rem;
    font-weight: 600;
}

.ue-c-video-player-frame__button {
    border: none;
    background-color: transparent;
    padding: 0;
    width: 1.625rem;
    height: 1.625rem;
    cursor: pointer;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translate(-50%, -50%);
}

.ue-c-video-player-frame__icon {
    display: block;
    width: 100%;
    height: 100%;
    background-image: url(https://e00-marca.uecdn.es/assets/cover/marca/v0/images/images/new-icon-close-f4c44c243b25b72e4843c5b37c71bd99.svg);
    background-repeat: no-repeat;
    background-position: 50%;
}

.entrevista-marca .audio-radio {
    grid-column: 2 / -2;
    border-top: 1px solid;
    border-bottom: 1px solid;
    border-color: #ccc;
    margin: 0em 0em 1em 0em;
    padding: 1em 0em;

}

.entrevista-marca blockquote {
    margin: 0;
    box-sizing: border-box;


    color: #000000;
    padding: 0.625rem;
    font-size: 3rem;
    line-height: 3.5rem;
    letter-spacing: 0;
    text-align: inherit;
    padding: 0.3125rem 0;
}

.entrevista-marca blockquote p {
    position: relative;
    margin: 0;
    font-style: italic;
    color: #3e5363;
    padding-left: 4.125rem;
    font-family: 'Barlow Semi Condensed', sans-serif;
    font-weight: 700;
    font-style: italic;
    font-size: 3rem;
    line-height: 3.5rem;
    letter-spacing: 0;
}

.entrevista-marca blockquote p:before {
    content: "";
    position: absolute;
    left: 0;
    background: url(https://e00-marca.uecdn.es/assets/article/marca/v0/images/images/quote-c53c433e3a64140b916fa3dbdd6cf76f.svg) no-repeat 50%;
    background-size: contain;
    width: 50px;
    height: 50px;
}

.entrevista-marca blockquote p:after {
    content: "\201D";
}


.cuerpo-sticky-regalo {
    z-index: 1;
    background-color: #003322;
    padding: 1em;
    position: relative;
    border: 7px solid #800914;
}


.contenedorregalo {
    background-color: #e7dbdb;
    padding: 1em;
    border: 3px solid #000;
    position: relative;
}

.lazo {
    position: absolute;
    top: -61px;
    width: 100%;
    left: 0px;
}


.entrevista-marca .contenedorregalo h4 {
    font: 25px / 1 'Barlow Semi Condensed', sans-serif;
    font-weight: 400;
    text-align: left;
    color: #000000;
    margin: 0em 0em 1em 0em;
    text-transform: uppercase;
    text-align: center;
}


.contenedorregalo p.participar {

    padding: 10px 20px;
    background-color: #990000;
    color: white;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    text-align: center;

}

.contenedorregalo p.participar a {


    color: white;


}

.contenedorregalo p.participar:hover {
    background-color: #c73b3b;
}

.contenedorregalo p.participar:active {
    background-color: #c73b3b;
}


.contenedortest {
    background-color: #e7dbdb;
    padding: 1em;
    border: 3px dashed #000;
    margin-bottom: 1em;
}

.contenedortest2 {
    background-color: #e7dbdb;
    padding: 1em;
    border: 3px dashed #000;
    margin-bottom: 1em;
}

.entrevista-marca p.test {
    margin-top: 0em;
    margin-bottom: 0em;
    font-weight: 600;
    font-family: 'Barlow Semi Condensed', sans-serif;
    font-size: 20px;
    color: #990000;
    line-height: 26px;
    text-align: center;
    padding: 0;
}

.entrevista-marca .contenedortest h4 {
    font: 25px / 1 'Barlow Semi Condensed', sans-serif;
    font-weight: 400;
    text-align: left;
    color: #000000;
    margin: 0em 0em 1em 0em;
    text-transform: uppercase;
    text-align: center;
}

.entrevista-marca .contenedortest2 h4 {
    font: 25px / 1 'Barlow Semi Condensed', sans-serif;
    font-weight: 400;
    text-align: left;
    color: #000000;
    margin: 0.2em 0em 0.2em 0em;
    text-transform: uppercase;
    text-align: center;
}

.entrevista-marca .contenedortest p.respuesta {
    color: #000000;
    font-weight: bold;
    font-size: 20px;
    margin-bottom: 2px;
}


.entrevista-marca .contenedortest p.respuesta::first-letter {
    color: #990000;
    font-weight: bold;
    font-size: 42px;
}

.entrevista-marca .contenedortest p.respuesta span {
    color: #990000;
    font-weight: bold;
    font-size: 42px;
}


.bloque-test {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 10px;
    margin-bottom: 1em;
}

.bloque-test .item {
    padding: 5px;
}


.imagen-hexagono {
    max-width: 15em;
    float: left;
    margin-left: 0em;
    margin-right: 1em;
    clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
    shape-outside: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%) border-box;
    shape-margin: 1em;
}

.imagen-hexagono-der {
    max-width: 15em;
    float: right;
    margin-left: 1em;
    margin-right: 0em;
    clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
    shape-outside: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%) border-box;
    shape-margin: 1em;
}






































/* ------------------------------------------------------------------------------------------------------------------------------

Estilos para móvil

-------------------------------- */


@media screen and (max-width: 768px) {

    main:first-of-type,
    main[data-ue-navindex="0"] {
        margin-top: 0px;
    }

    .marca-theme-v3 .ue-l-common-page__row {
        margin: 0rem;
    }

    .huecopublicidad.roba {
        margin: 0 auto;
    }

    .entrevista-marca {
        display: grid;
        grid-template-columns: var(--cols);
        grid-template-rows: 1fr auto;
        scroll-padding-top: 90px;
    }

    .tabs-content {
        display: none;
    }

    .cintillo-entrevista ul.personaje {
        height: 50px;
        width: 100%;
        margin: 0 auto;
        margin: 0 auto;
        color: #ffffff;
        font: 20px/1 'Barlow Semi Condensed', sans-serif;
        font-weight: 300;
        text-transform: uppercase;
        display: flex;
        justify-content: space-evenly;
        flex-direction: row;
        padding: 5px 0px;
    }

    .cintillo-entrevista ul.personaje li.cargoselect {
        text-align: center;
        width: 10%;
        height: 40px;
        padding: 2px 2px;
        font: 18px/1 'Barlow Semi Condensed', sans-serif;
        color: #fff;
    }

    .cintillo-entrevista ul.personaje li.cargo {
        padding: 7px 9px;
        font: 18px/1 'Barlow Semi Condensed', sans-serif;
        font-weight: 600;
        text-align: center;
    }


    .cintillo-entrevista ul.personaje li.cargo a {
        color: #000;
        text-decoration: none;
    }


    .cintillo-entrevista ul.personaje li.logocalendario {
        width: 13%;
        padding-left: 6px;
    }


    .cintillo-entrevista {
        height: 46px;
        margin-top: 0px;
        z-index: inherit;
        background-color: #5d5c5c;
    }

    git .cintillo-entrevista2 ul.personaje li a {
        margin-right: 0px;
        padding-left: 0px;
        font: 18px/1.3 'Barlow Semi Condensed', sans-serif;
        width: 100%;
        color: #fff;
        text-decoration: none;
    }

    .cintillo-entrevista ul.personaje li {
        margin-right: 0px;
        padding-left: 10px;
        font: 21px/1 'Barlow Semi Condensed', sans-serif;
        width: 80%
    }

    .cintillo-entrevista ul.personaje li span {
        color: #fff;
        font-weight: 800;
        font: 21px/1 'Barlow Semi Condensed', sans-serif;
    }


    .autor-entrevista {
        text-align: center;
        margin: 1em auto 1em auto;
    }

    .apertura-tamanocompleto {
        height: 89vh;
        margin-bottom: 2em;
    }

    .apertura-tamanocompleto .titular-apertura {
        position: absolute;
        z-index: 2;
        left: 50%;
        bottom: 0;
        transform: translate(-50%, -25%);
        width: 100%;
        text-align: center;
        padding: 0 3% 1%;
    }

    .apertura-tamanocompleto img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        object-position: 42% 0;
        flex-shrink: 0;
    }

    .apertura-tamanocompleto .titular-apertura .font-titular-apertura {
        font: 44px/1 'Barlow Semi Condensed', sans-serif;
        font-weight: 800;
        text-align: center;
        color: #fff;
        text-shadow: 0 2px 5px #0f0f0f;
        display: block;
    }


    .entrevista-marca p.subtitulo-img-dest {
        margin-top: 0.3em;
    }


    .entradilla {
        grid-column: 1 / -1 !important;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: flex-start;
        gap: 0px;

    }


    .entrevista-marca p.articulo__entradilla {
        font-size: 29px;
        padding: 20px;

    }


    .entrevista-marca .texto-parallax p {
        font-size: 12vw;
        line-height: 1;
        font-weight: 300;
        font-style: italic;
        opacity: 0.85;
        margin-bottom: 1rem;
        text-align: center;
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        display: flex;
        align-items: center;
        justify-content: center;
        font-family: Barlow Semi Condensed, sans-serif;
        height: 100vh;
        color: #ffffff;
        padding: 0px 1em;
        background-color: rgba(0, 0, 0, 0.8);
        text-shadow: #000 1px 0 10px;
    }

    .entrevista-marca h2 {
        font-size: 45px;
        color: #1e1e1e;
        text-shadow: none;
    }

    p.articulo__entradilla {
        margin: 1em 0.4em;
        font-size: 1.8em;
    }


    .locker__content2 {
        margin-top: 20px;
    }

    .entrevista-marca blockquote p {
        font-size: 2rem;
        line-height: 2.5rem;
    }

    .cuerpo-sticky-entrevista {
        z-index: 1;
        background-color: rgb(238 233 227 / 91%);
        padding: 1em;
        max-width: 100%;
    }


    .entrevista-marca p.explicacion {
        color: #fff;
        text-align: center;
    }


    .entrevista-marca h3.titulo__interior {
        font: 40px / 1 'Barlow Semi Condensed', sans-serif;
        font-weight: 500;
        color: #1e1e1e;
        margin-top: 15px;
        margin-bottom: 15px;
        text-transform: uppercase;
        font-style: italic;
        text-align: left;
        margin-top: 54px;
    }

    .articulo2 {
        grid-column: 1 / -1;
        display: grid;
        grid-template-columns: var(--cols);
    }

    .autor {
        text-align: center;
        margin: 0em auto 0 auto;
    }

    .articulo__cuerpo {
        margin-top: 0px;
    }


    .entrevista-marca h3.datos__interior {
        font: 34px / 1 'Barlow Semi Condensed', sans-serif;
        font-weight: 500;
        color: #1e1e1e;
        margin-top: 5px;
        padding: 10px;
        text-transform: uppercase;
        font-style: italic;
        text-align: left;
        background-color: #eee9e3;
        margin-bottom: 0px;

    }


    .lazo {
        position: absolute;
        top: -2%;
        width: 100%;
        left: 0px;
    }

    .contenedorregalo p.participar a {
        color: white;
        text-decoration: none;
    }

    .bloque-test {

        grid-template-columns: 1fr;
        grid-gap: 0px;

    }

    .imagen-hexagono {
        max-width: 9em;
        float: left;
        margin-left: 0em;
        margin-right: 1em;
        clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
        shape-outside: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%) border-box;
        shape-margin: 1em;
    }

    .imagen-hexagono-der {
        max-width: 9em;
        float: right;
        margin-left: 1em;
        margin-right: 0em;
        clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
        shape-outside: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%) border-box;
        shape-margin: 1em;
    }


}















































@media screen and (min-width: 769px) {


    #popout {
        height: 720px;

    }

    #popout .cubrereproductor1 {
        position: absolute;
        bottom: -50%;
        right: -50%;
        width: 100%;
        height: 100%;
        transform: translateX(-50%) translateY(-50%);
        opacity: 1;
        transition:
            width .3s ease-in-out,
            height .3s ease-in-out,
            bottom .3s ease-in-out,
            right .3s ease-in-out,
            opacity .3s ease-in-out;
    }

    .ue-c-video-player-frame__kicker {
        font-family: Barlow Semi Condensed, Arial, Helvetica, sans-serif;
        color: #c00c00;
        margin-right: 0px;
        font-size: 1rem;
        line-height: 1.1875rem;
        font-weight: 700;
    }

    .ue-c-video-player-frame__headline {
        display: inline;
        font-family: Barlow Semi Condensed, Arial, Helvetica, sans-serif;
        color: #121212;
        font-size: 1rem;
        line-height: 1.1875rem;
        font-weight: 600;
    }


}


@media screen and (min-width: 761px) {
    .contImgStikyVHp {
        padding-right: 0;
        justify-content: inherit;
    }

    .column {
        margin: 0 0 auto 5vw;
        max-width: 625px;
    }

    .threshold {
        position: sticky;
        width: 100%;
        height: 1px;
        background-color: transparent;
        z-index: 9999999999;
    }

    .threshold--top {
        top: 50%;
    }

    .image {
        opacity: 0;
        transition: all 0.5s ease;
    }

    .image.active {
        opacity: 1;
    }

    .locker {
        outline-offset: -1px;
        position: relative;
        display: grid;
        grid-column: 1 / -1 !important;
        grid-template-columns: [full-start] minmax(0rem, 0fr) [center-start] repeat(12, [col-start] minmax(min-content, 9rem) [col-end]) [center-end] minmax(0rem, 0fr) [full-end];
    }

    .locker__image {
        position: relative;
        grid-column: col-start 1/col-end 6;
    }

    .locker__image .image {
        width: 100%;
        height: 100vh;
        transition: all 1s ease;
        position: absolute;
        top: 0px;
        left: 0px;
        color: transparent;
        background-size: cover;
        background-position: right center;
        background-repeat: none;
    }

    .locker__container {
        position: sticky;
        position: -webkit-sticky;
        top: 0;
        height: 100vh;
        display: flex;
        align-items: start;
        justify-content: end;
    }

    .locker__content {
        grid-column: col-start 7 / col-end 11;
        padding: 1em 0.5em 0em 1em;
    }

    .locker__section {
        /*height: 100vh;*/
        display: flex;
        justify-content: center;
        flex-direction: column;
        padding: 12px 0px;
    }

    .threshold {
        position: sticky;
        width: 100%;
        height: 1px;
        background-color: transparent;
        z-index: 9999999999;
    }

    .threshold--top {
        top: 50%;
    }

    .image {
        opacity: 0;
        transition: all 0.5s ease;
    }

    .image.active {
        opacity: 1;
    }

    .locker2 {
        outline-offset: -1px;
        position: relative;
        display: grid;
        grid-column: 1 / -1 !important;
        grid-template-columns: [full-start] minmax(0rem, 0fr) [center-start] repeat(14, [col-start] minmax(min-content, 9rem) [col-end]) [center-end] minmax(0rem, 0fr) [full-end];
    }

    .locker__content2 {
        grid-column: col-start 3/col-end 7;
        padding: 1em 1em;
    }

    .locker__image2 {
        position: relative;
        grid-column: col-start 8/center-end;
    }

    .locker__image2 .image {
        width: 100%;
        height: 100vh;
        transition: all 1s ease;
        position: absolute;
        top: 0px;
        left: 0px;
        color: transparent;
        background-size: cover;
        background-position: left center;
        background-repeat: none;
    }

    .locker__container2 {
        position: sticky;
        position: -webkit-sticky;
        top: 0;
        height: 100vh;
        display: flex;
        align-items: start;
        justify-content: end;
    }

    .locker3 {
        outline-offset: -1px;
        position: relative;
        display: grid;
        grid-column: 1 / -1 !important;
        grid-template-columns: [full-start] minmax(0rem, 0fr) [center-start] repeat(12, [col-start] minmax(min-content, 9rem) [col-end]) [center-end] minmax(0rem, 0fr) [full-end];
    }

    .locker__image3 {
        position: relative;
        grid-column: col-start 1/col-end 6;
    }

    .locker__image3 .image {
        width: 100%;
        height: 100vh;
        transition: all 1s ease;
        position: absolute;
        top: 0px;
        left: 0px;
        color: transparent;
        background-size: cover;
        background-position: right center;
        background-repeat: none;
    }

    .locker__container3 {
        position: sticky;
        position: -webkit-sticky;
        top: 0;
        height: 100vh;
        display: flex;
        align-items: start;
        justify-content: end;
    }

    .locker__content3 {
        grid-column: col-start 7 / col-end 11;
        padding: 1.2em 0.5em 0em 1em;
    }

    .locker__section {
        /*height: 100vh;*/
        display: flex;
        justify-content: center;
        flex-direction: column;
        padding: 0px 0px;
    }

    .locker__section p {
        width: 100%;
    }


}


/* (1024x768) iPad 1 & 2, XGA */
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {

    /* insert styles here */
    .resolucion {
        display: none;
    }
}


/* (1024x768) iPad 1 & 2, Landscape */
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
    .resolucion {
        display: none;
    }
}


/* (1280x720) Galaxy Note 2, WXGA */
@media only screen and (min-device-width: 720px) and (max-device-width: 1280px) {
    .resolucion {
        display: none;
    }
}

/* (1366x768) WXGA Display */
@media screen and (max-width: 1366px) {
    .resolucion {
        display: none;
    }
}

