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

  :root {
  --color: #990000;
  --color-texto: #797979;
  --cols: 1rem 0 auto 0 1rem;
  --cols2: 1rem 0 auto 0 1rem;
 }
 
 @media (min-width: 45rem) {
  :root {
   --cols: 1.5rem 2rem auto 2rem 1.5rem;
   --cols2: 1.5rem 2rem auto 2rem 1.5rem;
  }
 }
 
 @media (min-width: 60rem) {
  :root {
   --cols: 1fr 5rem minmax(0, 50rem) 5rem 1fr;
   --cols2: 1fr 5rem minmax(0, 72rem) 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
 
 -------------------------------- */
 .breadcrumbs {  background-color: #2E2E2E;}
 .tab-breadcrumb li.active a {
    background-color: #2E2E2E;
}
 
 * { 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; }
  .two-columns {  min-height: inherit; }

 .volver-arriba {
  width: 65px;
  height: 65px;
  background: url(https://e00-especiales-marca.uecdn.es/tiramillas/images/volcan-la-palma/subir.jpg) no-repeat center top;
  bottom: 20px;
  display: none;
  text-indent: -9999px;
  overflow: hidden;
  padding: 5px 15px;
  position: fixed;
  right: 20px;
  border-radius: 35px;
  transition: all 0.2s linear 0s;
  z-index: 10;
 }

 @-webkit-keyframes flashing {
  0% {
   opacity: 1;
  }
  100% {
   opacity: 0.1;
  }
 }
 
 @keyframes flashing {
  0% {
   opacity: 1;
  }
  100% {
   opacity: 0.1;
  }
 }



   .articulo__cuerpo a { color: #D43C2A;}
   .articulo__cuerpo a:hover { text-decoration: none;}
 /* --------------------------------
 
 Estilos especial
 
 -------------------------------- */

  .especial-volcan {
    display: grid;
    grid-template-columns: var(--cols);
    grid-template-rows: 1fr auto;
    scroll-padding-top: 90px;
    background-color: #1B1B1B;
}
.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% top;
    flex-shrink: 0;
}
.apertura-tamanocompleto .titular-apertura {
    position: absolute;
    z-index: 2;
    /* left: 2%; */
    transform: translate(-2%, -20%);
    width: 80%;
    text-align: center;
    padding: 0 1% 1%;
    top: 30%;
  
}

.apertura-tamanocompleto .titular-apertura .font-titular-apertura  {
    font-family: 'Zilla Slab', serif;
    font-weight: 700;
    font-size: 8rem;
    line-height: 1.1;
    text-align: center;
    color: #fff;
    text-shadow: 0 2px 5px #000;
    display: block;
}
/* (1366x768) WXGA Display */
@media  screen and (max-width: 1280px) {
    .apertura-tamanocompleto .titular-apertura .font-titular-apertura {
       font-size: 9rem;
    }
}

.apertura-tamanocompleto .titular-apertura .font-titular-apertura span  {
color: #000;
 text-shadow: 0 2px 5px #fff;

}
 



  .video-especial {
    grid-column: 2 / -2 !important;
    
    
    border: 5px solid #D43C2A;
    
}
.senal {
    width: 100%;
    max-width: 1200px;
    position: relative;



   
}

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

.youtube-responsive iframe, .youtube-responsive object, .youtube-responsive embed {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}
.video-responsive {
    height: 0;
    overflow: hidden;
    padding-bottom: 56.25%;
    position: relative;
}
.especial-volcan .articulo {
  grid-column: 1 / -1;
  display: grid;
  grid-template-columns: var(--cols);

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

 
 .especial-volcan .articulo {
  padding-bottom: 0em;
 }
 

 hr.hr--logo {
    border-top: solid #fff  1px;
    margin: 80px 50px;
    grid-column: 1 / -1;
}
hr.hr--logo:after {
    content: url(https://e00-especiales-marca.uecdn.es/tiramillas/images/volcan-la-palma/separador.png);
    left: 50%;
    position: absolute;
    transform: translateY(-50%) translateX(-50%);
    padding: 20px;
    background: #1B1B1B;
}

.especial-volcan h3 {
  font-family: 'Zilla Slab', serif;
    font-weight: 700;
 font-size: 5rem;
  text-align: center;
  color: #D43C2A;
  margin: 0.8em 0em 0.8em;
  text-transform: uppercase;
  line-height: 0.8;
   
 }

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

.especial-volcan p {
  margin-top: 0;
    margin-bottom: 20px;
 
    color: #fff;
   
    font-weight: 300;
}


.especial-volcan p.lt {
    border-left: 3px solid #D43C2A;
    padding: 20px;
}

.especial-volcan p.lt::first-letter {
    color: #D43C2A;
    font-size: 8rem;
    line-height: 0.7;
    float: left;
    padding-right: 1rem;
    padding-bottom: 0rem;
    font-family: 'Barlow Semi Condensed', sans-serif;
    font-weight: 800;
}


.especial-volcan .imagen-cuerpotexto__fuera {
    grid-column: 2 / -2;
    margin: 30px 0;
}

.especial-volcan .imagen-cuerpotexto__fuera img {
    width: 100%;
}

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

.imagen-autor-principal {
    display: inline-block;
    margin: 0 auto;
    text-align: center;
    border-radius: 50%;
    opacity: 1;
    border: 2px solid #D43C2A;
    background-color: transparent;
    margin: 0 10px 5px;
}

.autor-principal em {
    color: #fff;
    font-family: 'Barlow Semi Condensed', sans-serif;
    font-weight: 400;
}





.autor {
    margin: 20px auto 20px auto;
    display: grid
;
    grid-template-columns: 70px 1fr;
    grid-gap: 10px;
}

.autor .imagen-autor {
    display: inline-block;
    margin: 0 auto;
    text-align: center;
    border-radius: 50%;
    opacity: 1;
    background-color: #fff;
    border: 3px solid #D43C2A;
}

.autor .firma-autor {
    margin-top: 0px;
    padding-top: 0px;
    font-family: Barlow Semi Condensed, sans-serif;
    line-height: 125%;
    text-align: left;
    font-size: 16px;
    justify-content: center;
    display: flex
;
    flex-direction: column;
}

.autor em {
    color: #D43C2A;
    font-weight: 700;
}

.section-presentation {
  width: 100%;
  position: relative;
  background-color: hsl(0deg, 0%, 0%);
  padding: 0;
 }
 
 .presentation {
  width: 100%;
  position: relative;
  z-index: 2;
 }
 
 #wrapperBasefix {
  position: -webkit-sticky;
  position: -moz-sticky;
  position: -ms-sticky;
  position: -o-sticky;
  position: sticky;
  margin: 0 auto;
  width: 100%;
  top: 0;
  left: 0;
  right: 0;
  clip: rect(0, auto, auto, 0);
  height: 100vh;
  overflow: hidden;
  z-index: -1;
  transition: opacity 3s ease;
 }
 
 #wrapperBasefix.opacity {
  opacity: 0.2;
 }
 
 .baseFix2 {
  clip: rect(0, auto, auto, 0);
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  background-position: center;
  background-repeat: no-repeat;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: -1;
  position: absolute;
  opacity: 0;
  transition: opacity 2s ease;
  color: black;
  background-size: cover;
 }
 
 .baseFix2.bgIntro1 {
  background-image: url("https://e00-especiales-marca.uecdn.es/messi-awards/images/es/cabeceraDefinitiva-movil1a.jpg");
 }
 
 .baseFix2.bgIntro4 {
  background-image: url("https://e00-especiales-marca.uecdn.es/personajes/images/retirada-iniesta/moduloCabecera.jpg");
 }
 
 .baseFix2.visible {
  opacity: 1;
 }
 
 .wrapper-duration {
  width: 100%;
  height: 100%;
  max-width: 989px;
  margin: 0 auto;
 }
 
 .durationA1,
 .durationA2,
 .durationA3 {
  height: 70vh;
 }
 
 .duration-tit {
  width: 100%;
  height: 135vh;
  opacity: 0;
  transition: opacity 0.2s ease;
 }
 
 .duration-tit.opacity {
  opacity: 1;
 }
 
 .wrapp-title {
  width: 100%;
  display: flex;
  justify-content: center;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  height: calc((100vh - 0vw) / 1.3);
  align-items: flex-end;
 }
 

 
 
 .h2-color-back {
  text-align: center;
 }
 
 .h2-color-back span {
  text-transform: uppercase;
  margin-top: 0.5vw;
  font-family: 'Barlow Semi Condensed', sans-serif;
  color: #fabf19;
  display: inline-block;
  text-align: center;
  padding: 1.3vw;
  font-size: 7.8vw;
  line-height: 0.9;
  font-weight: 800;
 }
 
 .h2-color-back span.accent {
  padding-top: 1.6vw;
 }
 

 
 article p {
  color: rgb(255, 255, 255);
  font-weight: 300;
  font-family: 'Barlow Semi Condensed', sans-serif;
  font-size: 21px;
  line-height: 1.17;
 }
 
 .section-parallax {
  width: 100%;
  background-color: #4d3c25db;
  padding: 0 0;
    grid-column: 1 / -1;
 }
 
 .wrapperA {
  width: 100%;
  position: relative;
  display: flex;
  flex-wrap: nowrap;
  align-items: stretch;
  flex-direction: row-reverse;
  color: black;
  margin: 0 auto;
 }
 
 .wrapperA .preColumn {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  z-index: 0;
 }
 
 .contImgStikyVHp {
  position: -webkit-sticky;
  position: sticky;
  width: 100%;
  top: 0;
  left: 0;
  right: 0;
  clip: rect(0, auto, auto, 0);
  height: 100vh;
  overflow: hidden;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
 }
 
 .contImgStikyVHp .contImgVHp {
  position: relative;
  height: 100vh;
  width: 100%;
  transition: opacity 1.8s ease;
  height: 100vh;
  max-width: 1924px;
  max-height: 935px;
  margin: 0 auto;
 }
 
 .contImgStikyVHp .contImgVHp {
  position: relative;
  height: 100vh;
  width: 100%;
  transition: opacity 1.8s ease;
  height: 100vh;
  max-width: 1924px;
  max-height: 935px;
  margin: 0 auto;
 }
 
 .contImgStikyVHp .contImgVHp.opacity {
  opacity: 0.5;
 }
 
 

  .wrapper-column2 {
  width: 100%;
  /*max-width: 1500px;*/
  margin: 0 auto;
  z-index: 1;
 }
 .column {
  display: block;
  width: 100%;
  z-index: 1;
 }
  .column2 {
  display: block;
  width: 100%;
  z-index: 1;
  background-color: rgba(0, 0, 0, 0.7);
 }
 .column3 {
  display: block;
  width: 90%;
  z-index: 1;
  margin: 0 auto;
 }
 
 .box {
  width: 100%;
  padding: 0;
  margin-top: 110vh;
  display: block;
  background-color: transparent;
 }
 
 
 .content {
  width: 100%;

  margin: 0 auto;
  padding: 15px;
  background-color: transparent;
  float: inherit;

 }

  .content.color {

  background-color: #000;
  -webkit-border-radius: 30px;
-moz-border-radius: 30px;
border-radius: 30px;


 }

 .p-box {


    text-align: center;

    align-items: center;
    justify-content: center;
    color: #ffffff;
    padding: 0px 0.2em;
     font-weight: 700;
 font-family: 'Zilla Slab', serif;
  font-size: calc(15vw * 2);
  margin-top: calc(1vw * 1);
  line-height: .8;
  color: #ffffff;
  height: 1.2em;
      text-shadow: 0 2px 5px #000;
 }


  .redes-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(400px, 1fr));
    gap: 20px;
    grid-column: 1 / -1 !important;
  padding-right: 1rem;
  padding-left: 1rem;
  padding-bottom: 1rem;
  }
  
  .redes-bloque {
    background-color: transparent;
    border-radius: 0px 0px 12px 12px;
    overflow: hidden;

    border: 0px;
  }
  
  .redes-bloque:hover {
    transform: translateY(-5px);
    
  }
.enrtradilla-especial {
    grid-column: 2 / -2 !important;
    display: flex
;
    justify-content: center;
    align-items: center;
    padding: 20px;
}

.especial-volcan 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: #D43C2A;
}
.especial-volcan p.firma span {
    font-weight: 500;
}


.bloque__estrellas {
    grid-column: 1 / -1 !important;
    margin: 50px;
    font-family: 'Barlow Semi Condensed', sans-serif;
}


.bloque-estrellasequipos {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 20px;
    margin-bottom: 1em;
    margin-top: 1em;
}











.estrella p {
 margin-top: 0;
    margin-bottom: 20px;
    font-weight: 300;
    font-family: 'Barlow Semi Condensed', sans-serif;
    font-size: 18px;
    color: #000;
    line-height: 22px;
    text-align: left;
    padding: 10px;
}


.estrella p.equipo {
   font-weight: 500;
    font-family: 'Barlow Semi Condensed', sans-serif;
    font-size: 19px;
    color: #cc9966 !important;
    line-height: 19px;
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 0px;
    padding: 2px;
}


.estrella-card {
    display: flex
;
    background: white;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
    overflow: hidden;
}

.estrella-card-left {
    flex-direction: row;
    border-right: 10px solid #D43C2A;
}
.estrella-contenedor-imagen {
    width: 50%;
}
.estrella-imagen {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center top;
    transition: transform 0.5s ease;
}
.estrella-contenido {
    flex: 1;
    padding: 35px;
    display: flex
;
    flex-direction: column;
        justify-content: flex-start;
}
h5.estrella-nombre {
    font-size: 2.2rem;
    font-weight: 800;
    margin-bottom: 5px;
    text-align: left;
    color: #222;
    margin-bottom: 5px;
    line-height: 1;
}
.estrella-detalles {
    display: flex
;
    justify-content: space-between;
    margin: 15px 0;
    padding-bottom: 15px;
    border-bottom: 1px solid #eee;
    font-family: 'Barlow Semi Condensed', sans-serif;


    font-weight: 600;
    color: #666;
}


p.estrella-texto {
  
    font-size: 2.1rem;
    line-height: 1;
    font-style: italic;
    color: #3e5353;
    padding-left: 3.125rem;
    margin-bottom: 20px;
    font-weight: 300;
    position: relative;
}

p.estrella-texto:before {
    content: "";
    position: absolute;
    left: -15px;
    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;
}
.estrella-card-right {
    flex-direction: row-reverse;
    border-left: 10px solid #D43C2A;
}

#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;
}

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%;
}

  .apertura-tamanocompleto {
  position: relative;
}

.apertura-tamanocompleto::after {
  content: "";
  position: absolute;
  inset: 0;
  background: #1B1B1B;
  opacity: 0;
  transition: opacity 1.5s ease;
  pointer-events: none;
}

.apertura-tamanocompleto.oscura::after {
  opacity: 1;
}

.oscura{background-color:rgba(51,51,51,1);transition:all 2s;}






.cubrereproductor2 {position: relative;}






















 /* Media queries */
    @media screen and (max-width: 768px) {
        .bloque-estrellasequipos {
    display: grid;
    grid-template-columns: 1fr;
    grid-gap: 20px;
    margin-bottom: 1em;
    margin-top: 1em;
}
.senal {
    width: 100%;
    max-width: 1200px;
    position: relative;
    border: 0px;
}

.bloque__estrellas p.grupo {

    margin: 1em 0em 1em 0em;
}

.bloque__estrellas {
    grid-column: 1 / -1;
    margin: 0px;
}

    .estrella-card-left, .estrella-card-right {
        flex-direction: column;
        height: auto;
        border: none;
    }
    .estrella-card-left {
        border-top: 10px solid #d53c2c;
    }
.estrella-contenedor-imagen {
        width: 100%;
    }


    .estrella-contenido {
        padding: 25px;
    }


    h4.estrella-nombre {
        font-size: 1.8rem;
    }

.estrella-card-right {
        border-top: 10px solid #d53c2c;
    }



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

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

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

 hr.hr--logo {
  
    margin: 56px 50px;
   
}
    .apertura-tamanocompleto {
        height: 96vh;
    }

.apertura-tamanocompleto img {
        width: 100%;
        height: 100%;
        max-width: 3000px;
       
        object-position: 50% 0;
        flex-shrink: 0;
    }
.apertura-tamanocompleto .titular-apertura {
        position: absolute;
        /* z-index: 2; */
        left: 50%;
        transform: translate(-50%, -50%);
        width: 100%;
        text-align: center;
        padding: 0 5% 0%;
        top: 40%;
    }

    .apertura-tamanocompleto .titular-apertura .font-titular-apertura {
        font-size: 4.5rem;
    }

  .cubrereproductor {
    margin-bottom: 14px;
  }


  .p-box {
  
    font-size: calc(5vw * 2);

}


.especial-volcan h3 {
    font-size: 3rem;
}

.video-especial {
    grid-column: 1 / -1 !important;
    border: 3px solid #D43C2A;
   
}


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


.tabs-content {display: none;

}

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

.enrtradilla-especial {

    padding: 0px; 
}

.especial-volcan .imagen-cuerpotexto__fuera {
    grid-column: 1 / -1;
    margin: 30px 0;
}
      }


 
 @media screen and (min-width: 585px) {
  .h2-color-back span {
   padding: 0.18rem;
   font-size: 4.1rem;
   font-size: 46px;
   line-height: 0.9;
   margin-top: 0.5rem;
  }
  .h2-color-back span.accent {
   padding-top: 8px;
  }
 
 }


 .fotogaleria-especial {
    grid-column: 2 / -2 !important;
}




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


    #popout {
        height: 567px;

    }

    #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;
    }


}










 