/* OCULTA ICONO EN FOTO QUE COLOCA CUANDO HAY VIDEO */
/* .md-homepage .story-box-icon .icon {
  display: none;
} */
/* HIDE SECOND ITEM DE SECTION TEMPORALY */
/* #nav-bot li:nth-child(2) {
  display: none;
} */

/*
  Esto se usa para el icono del menu de hamburguesa
*/

.icon.menu:before {
    font-family: 'Font Awesome 5 Free';
    font-weight: 700;
    content: "\f0c9";
    color: #ffffff;
}

.special_burger {
  line-height: 20px;
}


@media (max-width: 842px) {
  .fa-search {
    line-height: 20px;
    vertical-align: top;
  }
}

/* Menu Flotante */


.floating-nav {
  display: flex;
  flex-wrap: wrap;
  background-color: white;
  grid-template-columns: auto auto auto;
  justify-content: stretch;
  align-items: start;
  position: absolute;
  top: 55px;
  left: 0px;
  padding: 1% 3% 3% 1%;
  box-shadow: 0px 3px 5px grey;
  visibility: hidden;
  z-index: 999999;
}

.floating-nav a {
  font-family: "Oswald";
  color: black;
}



.floating-nav .close-menu {
  position: absolute;
  top: 0px;
  left: 0px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 35px;
  height: 35px;
  font-size: 20px;
  color: #000000;
  cursor: pointer;
}


.blue-line {
  width: 100%;
  height: 4px;
  background-color: #0062DB;
  bottom: 0;
  position: absolute;
  left: 0;
}

/* /tema/multimedia */



.vertical-img-youtube .row h2 {
   color: black;
}

/*  Verificar por que se rompe en home de midiario  
.vertical-img-youtube .row {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 20px;
}*/

.md-homepage .zodiac .icon {
  width: 60px !important;
  height: 60px !important;
}

.apertura img {
  min-width: 100% !important;
}


/* BLOGGERS - NUEVA PORTADA - COLUMNISTAS (BLOGGERS) */

/* CHAIN QUE CONTIENE A BLOGGERS */
.row.layout {
  margin-top: 20px;
}

.line-spacer {
  border-bottom: 1px solid #0062DB;
  margin-bottom: 10px;
}

li {
  list-style: none;
}

.columnistas-items li {
  padding-top: 15px;
  max-width: 150px;
  position: relative;
  min-height: 210px; /* COLOCARL LUEGO EN MEDIA QUERY SOLO DESKTOP */
  padding-bottom: 20px;
}

.columnistas-items a {
  font-family: "Oswald";
  font-weight: 400;
  font-size: 15.4px;
}

.columnistas-items {
  display: flex;
  justify-content: space-between;
  padding: 15px 15px 25px 15px;
  margin-bottom: 15px;
  border-radius: 15px;
  background: #CCE5FF;
  flex-wrap: wrap;
}

.columnistas-items img {
  width: 92px;
  height: 92px;
  border-radius: 20px;
  object-fit: cover;
  object-position: center;
  margin-bottom: 5px;
}

.columnistas-items li small {
  position: absolute;
  left: 0%;
  width: 100%;
  bottom: -5px;
  margin-top: 10px;
}

/*FIX EN ANUNCIOS LEADERBOARD*/
.banner {
  clear: both !important;
}

.featured-box-main.right {
	text-align: left;
}
.bloggers {
	display: block;
}
.nav-bot-featured-text {
	vertical-align: top;
}
.nav-bot-featured-image img {
	object-fit: cover;
}
.sticky-scroll {
	height: 1100px;
}
/* Taboola fix 3 items by rows */
@media screen and (min-width: 500px){
	.trc_elastic_alternating-thumbnails-b .videoCube {
		width: 25% !important;
		margin: 4% !important;
	}
}

/* Multislider */
.multislider-logo {
    text-align: 'center'; 
    margin-top: 5px;
  }

  .multislider-button-link {
    border-radius: 8px;
    padding: 0.7rem 1.7rem;
    font-weight: 700;
    font-size: 16px;
    line-height: 19px;
    text-align: "center";
    outline: none;
    border: none;
  }



/* Slider */
/* overwrite styles slider slick */

/* the slides */
.slick-slider {
  overflow: hidden;
}

.slick-list {
  padding-top: 15px;
  padding-bottom: 14px;
  margin: 0 -5px;
}

.slick-slide > div {
  padding: 0 5px;
}


/* SOBREESCRIBE CLASES QUE USARE EN EL COMPONENTE DEPENDIENDO DEL SITIO */



.sliderMidiario {
  position: relative;
  width: 100%;
  display: block;
}

.sliderMidiario .slick-dots {
  padding-top: 5px;
  padding-bottom: 5px;
  z-index: 9999;
  position: relative;
  bottom: 10px;
}


.sliderMidiario p {
  word-wrap:break-word;
  text-align: left;
  line-height: normal;
}

/*Revisar: Font Awesome*/

.sliderMidiario .slick-next:before {
  font-family: "slick";
  right: 35px;
}

.sliderMidiario .slick-prev:before {
  font-family:"slick";
  left: 35px;
}



 /*Color Arrow Slick*/
.sliderMidiario .slick-next:before,
.sliderMidiario .slick-prev:before {
  position: absolute;
  font-size: 40px;
  color: #0062DB; 
  opacity: 1;
  z-index: 9999;
  line-height: 0;
}


.sliderMidiario .slick-next:hover,
.sliderMidiario .slick-prev:hover {
  opacity: 0.7;
}


.slick-next,
.slick-prev {
  z-index: 9999;
  top: 50%;
  transition-duration: 0.4s;
}

/* Multi Slider */

.multislider-footer {
  display: flex;
  justify-content: center;  
  align-items: center;
  flex-wrap: wrap;
  padding-top: 10px;
  padding-bottom: 25px;
}

.multislider-button-link {
    padding: 10px;  
    border-radius: 8px;
    font-weight: 700;
    font-size: 16px;
    text-align: "center";
    outline: none;
  }
  
  .multislider-button-link:hover {
      cursor: pointer;
      opacity: 0.9;
   }

.multislider-title-button {
   margin: 5px; 
   text-align: center;
}


.multislider-logo {
  text-align: "center";
  padding-bottom: "4px";
  padding-top: "4px";
}

.mutislider-image img {
  width: 100%;
  max-width: 200px;
  max-height: 200px;
  object-fit: cover;
}

/* Spinner */

.spinner-container {
  min-height: 220px;
  display: flex;
  justify-content: center;
  align-items: center;
}


.spinner {
  border: 4px solid rgba(0 ,0 ,0, .1);
  width: 30px;
  height: 30px;
  border-radius: 50%;
  border-left-color: gray;

  animation: spin 1s linear infinite;
}

@keyframes spin {
  0% {
      transform: rotate(0deg);
  }

  100% {
      transform: rotate(360deg);
  }
}

/* CLASE BLOGGERS ESTA : NO WRAP Y AFECTA EL TEXTO */
.bloggers .sliderMidiario section {
  white-space: normal;
  text-align: left;
}

/* CLASE APLICADA A UL ( BLOGGERS ) FIX EN EL SLIDER EL MOBILE  */
@media screen and (max-width: 480px) {
  .space-between {
      display: flex;
      flex-wrap: wrap;
  }  

  .newsticker-container {
      width: 94%;
      margin-left: 3%;
      margin-right: 3%;
  }

}


/* Menú Hamburguesa MD */

#nav-top-left {
position: relative;
}

#menu-burger {
position: relative;
}

#menu-burger .burger::before {
position: absolute;
top: -18px;
left: 16px;
font-family: 'Font Awesome 5 Free';
font-weight: 900;
content: "\f0c9";
color: white;
}

.epaper-mobile .burger::before {
top: 1px !important;
}

/* 
.menu-float-wrp {
position: relative;
height: 10px;
display: block;
border: 1px solid red;
width: 95%;
margin-right: auto;
margin-left: auto;
}

@media screen and (max-width: 1300px) {

.menu-float-wrp {
width: 100%;
}

}

*/

.menu-float {
position: absolute;
display: flex;
background-color: white;
width: 60%;
max-width: 520px;
border-bottom: 4px solid #0062DB;
padding-bottom: 1%;
box-shadow: 0 10px 20px rgba(0, 0, 0, .19), 0 6px 6px rgba(0, 0, 0, .23);
z-index: 99;
top: 60px; /* 60px; */
/* left: 12%; */ /* -260px; */
/* right: 0px; */
margin: auto;
padding: 0px 15px 10px 15px;
}

@media screen and (max-width: 500px) {

.menu-float {
width: 75%;
}

}


.menu-float ul {
margin: 0px;
padding: 0px 0px 0px 0px;
flex-grow: 1;
}

.menu-float ul .menu-tit {
flex-grow: 1;
border-bottom: 1px solid #000;
text-transform: uppercase;
font-weight: 700;
margin-bottom: 10px;
line-height: 50px;
}

.menu-float ul .menu-sec {
display: block;
line-height: 30px;
}

.menu-float ul .menu-sec a {
/* display: block; */
color: black;
text-decoration: none;
}

.menu-float-cerrar {
display: block;
position: absolute;
top: 0px;
right: 0px;
width: 40px;
line-height: 40px;
text-align: center;
color: red;
font-size: 24px;
/* border: 1px solid red; */
cursor: pointer;
}


/***********************/


@media screen and (max-width: 842px){
  #nav-top-left .epaper-mobile {
    display: flex;
  }

  #nav-top-left .epaper-mobile a {
    width: 0px;
    margin-right: 25px;
  }
}

/*sondeo md - componente crea este id a partir de la nota*/
#sondeo_id_WW6ZN4CVK5FB5EMW7NUT23BAKA + form {
  background: white;
}

/* Buscafacil Iframe portada movil */

.arc-iframe-wrp {
display: block;
max-width: 500px;
margin-right: auto;
margin-left: auto;
}

.arc-iframe-wrp iframe {
display: block;
width: 100%;
border: none;
margin-right: auto;
margin-left: auto;
}

.buscafacil-empleo iframe {
height: 292px;
}

/* Mas Movidas */

.mas-movidas iframe {
height: 530px;
}



/* tts button */

.round-button {
  display: inline-flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  border-color: #f2f2f2;
  outline: none;
  border: none;
  border-radius: 50px;
  background-color: #333;
  color: #FFFFFF;
  margin: 0;
  font-size: 12px;
  font-weight: 600;
  cursor: pointer;
  text-transform: uppercase;
  transition: all .2s ease-in-out;
  padding: 10px 20px 10px 20px;
  line-height: normal;
}

.round-button[data-icon="play"]::before {
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    content: "\f144";
    color: #FFFFFF;
    padding-right: 15px;
    font-size: 30px;
    /* content: url("https://multimedia.corprensa.com/images/icons/play.svg?v=4");
    padding-right: 5px; */
}

.round-button[data-icon="stop"]::before {
  /* content: url("https://multimedia.corprensa.com/images/icons/stop.svg?v=4");
  padding-right: 5px; */
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  content: "\f28d";
  color: #FFFFFF;
  padding-right: 15px;
  font-size: 30px;

}

/* OVERWRITE NEW HOMEPAGE */

/* ESTILOS GLOBALES */

/* BALCONES */
.balcon-4 img.img-story-box {
  min-height: 200px;
  max-height: 200px;
}

.balcon h2 {
  font-weight: 500;
}

.story-box figure img {
  object-fit: cover;
  object-position: center;
  position: relative;
  width: 100%;
  /* max-height: 250px; */
}

/* TERRAZAS */

.terraza h2 {
  font-weight: 500;
}

/* DESTACADO-1 */

.destacado-1.large {
  margin-bottom: 0;
}

/* TAMAÑO DE IMAGEN SOLO CON FORMATO: .destacado-1 */
.destacado-1.story-box figure img {
  height: 402px;
}

/* GENERALES - ALL */

.apertura {
  overflow: hidden;
}

/* clase que se le colocaa en movil */
.main-menu-search input[type=text] {
  font-size: 16px !important;
}

/* FIX PADDING EN DIRECTO - BOX MOVIL */
article.story-box.image-title-and-author.directo .story-box-small-movil {
  padding: 15px 15px 10px 15px;
}


.story-box-small-movil-figure img {
  width: 100px !important;
  border-radius: 15px !important;
}

/* CUSTOM CLASS SPONSORED STORYBOX */
.story-box-small-movil {
  display: flex;
  padding-bottom: 15px;
  padding-top: 15px;
}

.story-box-small-movil-figure {
  flex-direction: column;
  height: 100px;
}

.story-box-small-movil-right {
  flex-direction: column;
  padding-left: 10px;
}

.apertura.container-fluid {
  border-bottom: 1px solid #ddd;
}

.apertura .story-box.image-title-and-author img {
  height: 200px !important;
}

.apertura article H2 {
  margin-top: inherit !important;
}

.borderBottom {
  border-bottom: 1px solid #ccc;
}

.heading__blue span {
  color: #0062DB;
  font-size: 24px;
  font-weight: bold;
}


/* EN DIRECTO */
article.apertura-s.story-box.container-fluid.directo {
  background: black;
  padding-top: 15px;
  padding-bottom: 15px;
}

.story-box.image-title-and-author.directo figure.figure-story-box {
  margin-bottom: 0;
  /* border: 3px solid orange; */
  background: #0062DB;
}

article.story-box.image-title-and-author.directo {
  background-color: black;
}

article.story-box.image-title-and-author.directo h2,
article.story-box.image-title-and-author.directo h4 {
  color: white;
  margin: 10px 10px 10px 10px;
  padding-bottom: 5px;
}

.kicker-in-direct {
  background-color: #0062DB;
  height: 20px;
  margin-bottom: 5px;
  padding-left: 12px;
  font-family: 'Open Sans';
}

article.story-box.directo .kicker-in-direct {
  color: white;
  padding-left: 10px;
  font-weight: 600;
  font-size: 11px;
  padding-top: 3px;
}

.kicker-in-direct:before {
  content: "";
  display: inline-block;
  height: 9px;
  width: 9px;
  background-color: white;
  border-radius: 50%;
  margin-right: 6px;
  /* animation: blinker 5s linear infinite; */
  transform: scale(1);
  animation: pulse-white 2s infinite;
}


@keyframes blinker {
  50% {
    opacity: 0;
  }
}

@keyframes pulse-white {
  0% {
    transform: scale(0.95);
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.7);
  }

  70% {
    transform: scale(1);
    box-shadow: 0 0 0 10px rgba(255, 255, 255, 0);
  }

  100% {
    transform: scale(0.95);
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
  }
}

/* EN DIRECTO APERTURAS */

article.apertura-s.story-box.container-fluid .kicker-in-direct {
  width: fit-content;
  padding-bottom: 5px;
  padding-right: 10px;
  margin-bottom: 15px;
  padding-top: 4px;
}

article.apertura-s.story-box.container-fluid.directo a,
article.apertura-s.story-box.container-fluid.directo span {
  color: white;
}

.apertura .story-box.image-title-and-author.directo img {
  border-radius: inherit;
}

@media screen and (max-width: 768px) {
  article.apertura-s.story-box.container-fluid.directo {
    margin-bottom: 15px;
  }
}


/* SOLO MOVIL Y PANTALLAS MENORES A 767PX */
@media only screen and (max-width: 767px) {

  /* fix temporal */
  article.apertura-s.story-box.container-fluid.directo {
    padding-left: 15px;
    padding-right: 15px !important;
    margin-left: 15px;
    padding-right: 45px !important;
    overflow: hidden;
    padding-bottom: 0;
}

  .columnistas-items li {
    margin-bottom: 30px;
  }

  /*Aperturas*/
  .apertura .apertura-text {
    margin-bottom: 15px;
  }

      

  /* apertura urgente */
  .apertura-urgente figure {
    padding-left: 20px;
    padding-right: 20px;
  }

  .apertura-urgente .col-md-5 {
    padding: 20px !important;
  }

  .apertura {
    margin-bottom: 0 !important;
    padding-bottom: 0 !important;
  }

  /*Apertura-j*/ 

  .apertura h2, .apertura-s h2, .big-image h2, .destacado-1 h2 {
    line-height: 1.2em;
    font-size: 28px !important;
  }

  /* ARREGLA ESPACIADO EN APERTURA URGENTE EN MOVIL */
  .story-box-container .apertura-urgente .row .col-md-5 {
    padding-left: 0;
    margin-top: 10px;
    padding-right: 0;
  }

  /* BALCONES */
    .balcon-4 img.img-story-box {
        min-height: 100px !important;
        max-height: 100px !important;
        max-width: 100px !important;
        min-width: 100px !important;
    }

    .balcon h4 {
      font-size: 20px;
      font-weight: 500;

    }

      
    .balcon-4 .story-box.image-title-and-author, 
    .balcon-3 .story-box.image-title-and-author {
      border-bottom: 1px solid #ddd;
      padding-top: 15px;
    }


    /* TERRAZAS */
    .terraza h4 {
      font-size: 20px;
      font-weight: 500;
    }

    /* BORDER DE FORMATOS PRINCIPALES EL TERRAZAS */

    .apertura-s .story-box {
      border-bottom: 1px solid #ddd;
      padding-bottom: 10px;
      margin-bottom: 0;
    }
    
    .destacado-1.story-box.large {
      border-bottom: 1px solid #ddd;
      padding-bottom: 10px;
    }
    
    .row.big-image {
      border-bottom: 1px solid #ddd;
      margin-bottom: 20px;
    }

    /* GENERALES */
    
    .story-box figure figcaption {
      display: none
    }
   
    /* apertura en movil */
    .story-box-small-movil-image {
      min-height: 100px !important;
      max-height: 100px !important;
      max-width: 100px !important;
      min-width: 100px !important;
    }
    /* CLASES QUE SE COLOCAN CONDICIONALMENTE EN LOS BALCONES (PageBuilder) PARA BORDES EN MOVIL O DESKTOP */


    .borderBottomMobile {
      border-bottom: 1px solid #ddd;
    }

    .borderTopMobile {
      border-top: 1px solid #ddd;
    }

    article H1 {
      font-size: 1.6rem;
    }

    
  .apertura-s:nth-child(1) .parent_youtube_video {
    padding-bottom: 15px;
  }

} /* END MEDIA QUERY SOLO MOBIL Y < 768px */

/* SOLO DESKTOP Y PANTALLAS GRANDES */

@media (min-width: 768px) {

  /* ESTILOS GENERALES  DESKTOP*/

  /* APERTURAS */

   /* FIX EN DIRECTO margenes */
   article.apertura-s.story-box.container-fluid.directo {
    padding-right: 30px;
    margin-left: 15px;
  }
  
  .apertura .col-md-9 .story-box-container {
    overflow: hidden;
  }

   /* aperture urgente */
   .apertura-urgente figure {
    padding-left: 20px;
  }

  /*Apertura-j*/ 
  .apertura-j img {
    max-height: 350px;
  }

  /* ESPACIO DE AUTOR EN BALCON */
  .balcon-4 .story-box H2, .balcon-3 .story-box H2 {
    padding-bottom: 10px !important;
    margin-bottom: 18px !important;
  }

  /* AUTOR ALINEADOS ABAJO EN BALCON */
  .balcon .story-box-author-gray {
    position: absolute;
    bottom: 0px;
    }

  

  /* CLASES QUE SE COLOCAN CONDICIONALMENTE EN LOS BALCONES (PageBuilder) PARA BORDES EN MOVIL O DESKTOP */

  .borderBottomDesktop {
    border-bottom: 1px solid #ddd;
  }

  .borderTopDesktop {
    border-top: 1px solid #ddd;
  }
 
} /* END MEDIA SOLO DESKTOP */

/* BALCONES */

.balcon h2 {
  margin-top: 10px !important;
}

/* MEDIA QUERY FIX */
@media screen and (max-width: 480px){
  .apertura  .story-box {
      width: 100%;
      margin: 0 0;
  }
}
/* OVERWRITE DE ESTILOS EN EL PROYECTO */


/* COLOCA BORDES REDONDEADOS */
.apertura img, 
.terraza img, 
.balcon img{
  border-radius: 10px;
}

/* ESPACIO EN EL LOS H2 */
.md-homepage .container h2 {
  margin-top: 0;
}


/* CAMBIA COLOR DE FUENTES - CAMBIAR A CLASE QUE SE LE COLOCA A LAYOUT -  MDHOMEPAGE */
.container h2,
.container a {
  color: black;
}

/*ELIMINA MARGIN*/
.apertura-l figure,
.destacado-1 figure,
.terraza figure,
.apertura-urgente figure,
.balcon figure {
  margin: 0 !important;
}

/*****************************************************************/
/* CSS nuevo home MD */
/*****************************************************************/


/* Aperturas */

/* .apertura.container-fluid {
  border-bottom: 1px solid #ddd;
} */




/* apertura-m */

/* APERTURA M */

.apertura-m h2 {
  font-weight: 700;
  /* font-size: 48px !important; */
  font-size: 48px;
  /* line-height: 60.34px; */
  margin-bottom: 8px;
}



/* apertura-j */

.apertura-j figure img {
  min-height: 350px;
  /* max-height: 500px; */
  object-fit: cover;
}

.apertura-j figcaption {
  display: none;
}

.apertura-j h2 {
  font-weight: 700;
  /* font-size: 48px !important; */
  font-size: 48px;
  line-height: 48px;
  margin-bottom: 20px;
}


.apertura-j span.story-box-lead {
  /* font-family: ; */
  font-size: 20px;
  line-height: 26px;
  margin-bottom: 15px;
}

/* ELIMINA PADDING DE BOOSTRAP */
.apertura.container-fluid {
  padding-left: 0;
  padding-right: 0;
}

/* Urgente */

.apertura-urgente {
padding: 30px;
background: #222222;
}

.apertura-urgente h2 a {
color: white;
font-size: 33.6px;
line-height: 42px;
}

.apertura-urgente .story-box-lead {
display: block;
font-size: 14px;
font-family: "Open Sans";
margin-bottom: 15px;
color: #cccccc;
line-height: 19px;
}

/* ------------- */

.apertura-urgente {
  padding: 30px;
  background: #222222;
  margin-left: 15px;
  padding-right: 30px !important;
}

.apertura-urgente h2 a {
  font-weight: 700;
  /* font-size: 33.6px !important; */
  font-size: 33.6px;
  line-height: 42.24px;
  color: #ffffff !important;
}

.apertura-urgente span.story-box-lead {
  /* font-family: ; */
  font-weight: 400;
  font-size: 14px;
  line-height: 19.6px;
  color: #cccccc;
}

.apertura-urgente figure a img {
  max-height: 400px;
  height: 400px;
  max-height: 100%;
  object-fit: cover;
  position: relative;
  width: 100%;
}

.apertura-urgente figure figcaption {
  color: #777777;
  font-size: 10.5px;
  line-height: 14.3px;
  padding-bottom: 0px;
  border-bottom: none;
}


/* XL */



/* S */

.apertura-s h2 {
  font-weight: 700;
  /* font-size: 36px !important; */
  font-size: 42px;
  /* 36px; */
  line-height: 45.25px;
}

.apertura-s figure img {
  height: 360px;
  max-height: 500px;
  object-fit: cover;
}

/* 
.apertura-s .col-md-6 h2 {
font-size: 42px;
margin-bottom: 8px;
} */

figure {
margin: 0em 0px;
}

.story-box figure {
margin-bottom: 8px;
}


.col-md-3 .mb-3 .story-box a H2 {
font-size: 1.45rem;
margin-bottom: 8px;
}

/* L */

.apertura .apertura-l h2,
.apertura-xl h2 {
font-size: 48px;
font-family: "Oswald";
margin-bottom: 8px;
}

.apertura .apertura-l h2 a {

}

.apertura .apertura-j .apertura-l .story-box-lead,
.apertura-s .story-box-lead,
.apertura-xl .story-box-lead {
display: block;
font-size: 20px;
font-family: "Open Sans";
margin-bottom: 15px;
line-height: 26px;
}

.story-box-author-gray a {
color: #777777;
font-family: "Open Sans";
font-size: 12px;
}


.apertura-j.story-box figure figcaption ,
.apertura .story-box figure figcaption {
font-size: .75em;
color: #777;
margin-top: 4px;
}


/* Terrazas  */


.terraza .padding-row {
padding-left: 15px;
padding-right: 15px;
}

.terraza .main-box-group-title {
display: block;
font-family: "Oswald";
text-transform: uppercase;
font-size: 1.2em;
width: 100%;
text-align: center;
transform: skewX(-15deg);
border-bottom: 1px solid #e12248;
padding-bottom: 5px; /* 8px; */
margin-bottom: 20px;
}

.terraza .main-box-group-title span {
background: #ED1C24;
color: white;
padding: 2px 73px;
}

.terraza .destacado-1 {
margin-top: 0px;
}

.terraza .destacado-1 h2 {
font-weight: bold;
font-family: "Oswald";
font-size: 48px;
margin-bottom: 8px;
}

.terraza .destacado-1 figcaption,
.apertura-urgente figcaption {
font-size: 12px;
color: #777777;
}

.apertura-urgente .story-box-author-gray a,
.terraza .story-box-author-gray a,
.balcon .story-box-author-gray a {
font-size: 12px;
color: #777777;
font-family: "Open Sans";
text-transform: uppercase;
}


.terraza .border-box {
border-right: 1px solid #ddd;
border-left: 1px solid #ddd;
}

.terraza .col-md-4 .story-box {
border-bottom: 1px solid #ddd;
}

.terraza .col-md-4 .story-box h2 {
font-size: 28px;
font-family: "Oswald";
margin-bottom: 8px;
}

.terraza .story-box-lead {
display: block;
font-size: 18px;
line-height: 26px;
margin-bottom: 15px;
}


/* Balcones  */

.balcon article {
height: 100%;
}

.balcon h2 {
font-size: 22px;
font-family: "Oswald";
color: #000000;
}

.balcon-4 .story-box H2, 
.balcon-3 .story-box H2 {
padding-bottom: 18px;
}

.balcon-4 {
position: relative;
}


/* GLOBAL STYLES NEW HOME */

.story-box-kicker, 
.story-box-kicker {
    font-family: 'open sans';
    color: #0062DB;
    text-transform: uppercase;
    font-size: 11.2px;
    font-weight: 700;
    margin-bottom: 6px;
}

span.story-box-author-gray {
  display: block;
  margin-top: 15px;
}


.apertura-j span.story-box-lead,
.apertura-s span.story-box-lead,
.apertura-l span.story-box-lead,
.apertura-m span.story-box-lead,
.apertura-xl span.story-box-lead {
  /* Estilos para los elementos que tengan cualquiera de las clases .apertura-* y .story-box-lead */
  font-weight: 400;
  font-size: 20px !important;
  line-height: 26px;
  margin-bottom: 15px;
  max-height: inherit;
}


/* BORDES */

.border-b-box {
  padding-bottom: 15px;
  border-bottom: 1px solid #ddd;
}

.border-box {
  border-right: 1px solid #ddd;
  border-left: 1px solid #ddd;
}

.border-l-box {
  border-left: 1px solid #ddd;
}

.border-r-box {
  border-right: 1px solid #ddd;
}

/* PADDING */

.padding-b-t {
  padding-top: 15px;
  padding-bottom: 15px;
}

.padding-row {
  padding-left: 15px;
  padding-right: 15px;
}

.no-margin {
  margin-left: 0;
  margin-right: 0;
}

.no-margin-left {
  margin-left: 0;
}

.no-margin-right {
  margin-right: 0;
}

.no-padding {
  padding-left: 0;
  padding-right: 0;
}

.no-padding-left {
  padding-left: 0;
}

.no-padding-right {
  padding-right: 0;
}


/* FIX - OVERWRITE CSS DEL PROYECTO */
.apertura .story-box, .terraza .story-box, .balcon .story-box,
.md-homepage .story-box {
    margin-top: 0;
}

.md-homepage  .story-box figure {
    margin-bottom: 0;
}


.md-homepage .lottery {
  margin-bottom: 0;
}

/*  ALINEA FORMATO SMALL DE MAS LEIDAS EN NUEVA PORTADA */
.md-homepage .story-box.small {
  display: inline-flex;
}

@media screen and (max-width: 1199px){
  .md-homepage .story-box {
      width: 100%;
      margin-left: 0;
      /* padding-top: 15px; */
      /* margin-bottom: 15px; */
  }

  .md-homepage .apertura .story-box {
    margin-bottom: 0;
  }

}


/* Mas Leidas movil */
@media screen and (max-width: 800px){
	
.most-read-md {
padding-top: 10px;
border-top: 1px solid black;
margin-bottom: 30px;
margin-top: 40px;
}


}




/*********************/
/* Link Interstitial */

.interstitial_link .contenedor {
display: block;
position: relative;
background-color: #CCE5FF;
width: 100%;
border: 1px solid #0062DB;
padding-top: 10px;
padding-left: 10px;
padding-right: 20px;
padding-bottom: 10px;
border-radius: 6px;
height: 116px;
}

.interstitial_link .contenedor:after {
display: inline-block;
height: 100%;
vertical-align: middle;
content: '';
}

.interstitial_link .txtlee {
/* font-weight: bold; */
font-size: 16px;
color: black;
}

.interstitial_link .txtlink {
display: block;
color: black;
font-size: 18px;
font-weight: bold;
text-decoration: none;
margin-top: 10px;
}

.interstitial_link .link-arrow {
position: absolute;
right: 0px;
top: 0px;
bottom: 0px;
margin: auto;
width: 55px;
height: 65px;
display: flex;
justify-content: center;
align-items: center;
/* border-left: 1px solid #0062DB; */
}

.interstitial_link .contenedor-in {
display: inline-block;
vertical-align: middle;
width: 90%;
}


@media screen and (max-width: 1024px) {

.interstitial_link .contenedor {
height: auto;
}

}

/*********************/
/*********************/

/***************************/
/* Correccion Header movil */

@media screen and (max-width: 480px) {

#navbar #nav-top-right #evolokProfile .icon {
margin-left: 3px;
margin-right: 2px;
}

}

/***************************/
/***************************/

/***************************/
/* Titulo Taboola articles */

.taboola-title {

display: block;
border-top: 1px solid black;
font-size: 20px;
padding-top: 20px;
padding-bottom: 5px;

}



/***************************/
/***************************/

/***************************************************************/
/* Banner te persigue en articulos desktop rpp-modelo-a-desktop */

@media screen and (min-width: 1024px) {

.article .sticky-box .sticky-box-content {
position: sticky;
top: 50px;
z-index: 99999;
}

}

@media screen and (max-width: 1024px) {

.article .sticky-box {
height: auto !important;
}

}

@media screen and (max-width: 480px) {
  .iframe_youtube_video {
    min-height: 100% !important;
  }
}

/* todo el alto video de youtube */
.child_youtube_video, .parent_youtube_video {
  height: 100% !important;
}

/***************************************************************/
/***************************************************************/

/****************************/
/* Cintillo 3 logos 26jun24 */

.cintillo3logos {
display: flex;
width: 100%;
background-color: #005697;
justify-content: space-between;
height: 50px;
margin-bottom: 20px;
}

.cintillo3logos .logo3 {
display: flex;
justify-content: center;
flex-direction: column;
}

.cintillo3logos .logo3a {
margin-left: 20px;
}

.cintillo3logos .logo3c {
margin-right: 20px;
}

.cintillo3logos .logo3 img {
width: 100%;
max-height: 42px;
height: auto;
}


@media screen and (max-width: 480px) {

.cintillo3logos .logo3 img {
max-height: 25px;
}

.cintillo3logos .logo3a {
margin-left: 10px;
}

.cintillo3logos .logo3c {
margin-right: 10px;
}


}

/****************************/
/****************************/

/**********************************/
/* Cintillo Ruta 2024 - mas movil */


.link-bar-container {
position: relative;
background-color: #FF4713;
height: 40px;
overflow: hidden;
}

.link-bar-container .link-bar-masmov-main {
position: absolute;
top: 0px;
right: 0px;
background-color: #FF4713;
}

.link-bar-container .link-bar-masmov {
height: 40px;
}

.link-bar-container .link-bar-img {
height: 40px;
padding-left: 0px;
}

.link-bar-container .masmov_txt {
position: absolute;
top: 7px;
left: 0px;
right: 0px;
bottom: 0px;
color: white;
margin: auto;
width: 300px;
font-size: 22px;
}


/**********************************/
/**********************************/
/* BLOCKQUOTE */

.article-inset {
  position: relative;
  padding: 3%;
  background: #f8f8f8;
  float: left;
  width: 40%;
  margin-right: 30px;
  margin-bottom: 20px
}

.article-inset:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 60%;
  border-top: 4px solid #0062DB
}

.article-inset H4 {
  font-size: 1.5em
}

.article-inset P {
  font-size: .9em
}

@media screen and (max-width: 480px) {
  .article-box, .article-inset, .article-related {
      float: none;
      width: 100%;
      margin-left: 0;
      margin-right: 0;
  }
}


/* ICON VIDEO */
.story-box-icon {
  top: inherit !important; 
}

.icon.video:before {
  font-weight: 900;
  font-family: 'Font Awesome 5 Free';
  content: "\f04b";
  font-size: .8em !important;
  color: #fff;
}

.story-box-icon .icon {
  background:  #e12248;;
  padding-top: 9px;
  margin-left: 0 !important;
}

.story-box-icon .icon {
  font-size: 1.2em !important;
}

.story-box-icon {
  bottom: 10px;
  left: 7px;
  position: absolute;
  z-index: 999;
  color: #fff;
  text-align: center;
  vertical-align: middle;
  display: table;
}

.story-box figure {
  position: relative;
}

.story-box figure a {
    width: 100%;
    overflow: hidden;
    position: relative;
}

/***********************************************/
/********* Alto (Height) Fijo banner top *******/

@media (min-width: 768px) {

.height-bantop-fijo {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 250px;
}

.height-bantop-fijo .main-wrapper {
  height: auto;
}

.height-bantop-fijo .main-wrapper .banner {
  margin-bottom: 0px;
}

}

.icon.video:before {
  font-size: 1em !important;
}

.story-box-icon .icon.video {
  border-radius: 4px;
}

/**********************************/
/* Video vertical Youtube home MD */


.vertical-img-youtube {
margin-top: 20px;
}

.vertical-img-youtube .heading {
font-size: 20px;
margin-bottom: 15px;
}

.vertical-img-youtube .heading a {
color: white;
}

.vertical-img-youtube .video-wrap {
max-width: 300px;
}

.vertical-img-youtube .video-container {
position: relative;
width: 100%;
padding-top: 178%;
overflow: hidden;
margin-bottom: 8px;
}

.vertical-img-youtube .video-container img {
position: absolute;
top: 0px;
left: 50%;
transform: translateX(-50%);
height: 100%;
max-width: none;
}

@media screen and (max-width: 768px) {


.vertical-img-youtube .video-wrap {
width: 100%;
max-width: none;
}

.vertical-img-youtube .video-wrap h2 {
font-size: 17px;
}

.vertical-img-youtube .you-vertical {
margin-bottom: 5%;
width: 50%;
}


}

/****************************************************/
/* Video vertical Youtube article LP (new template) */

/* Css para convertir plantilla actual de articulos a 
articulos para notas con video verticales en youtube  
Estos cambios afectan la mayor parte a desktop.
*/


@media (min-width: 480px) {
	

.youtube-left-wrp,
.yout-vertical {
/* float: left; */
display: inline-block;
}



.youtube-left-wrp {
width: 37%; /* 30%; */
vertical-align: top;
height: 1300px;
}

.yout-vertical {
width: 62%; /* 66%; */
padding-left: 2%;
/* padding-right: 2%; */
}


.youtube-vertical-left {
/* position: relative; */
position: sticky;
top: 0px;
width: 100%;
padding-top: 177.77%;
background: black;
}
.main-box.article .featured-box-main
.youtube-vertical-left iframe {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}

/* youtube article fix */

.yout-vertical .article-sharer {
position: static;
margin-right: 0%;
width: 100%;
margin-top: 0px;
margin-bottom: 10px;
}

.yout-vertical .article-sharer:before {
display: none;
}

.yout-vertical .article-sharer a {
float: left;
padding-right: 3%;
}

.yout-vertical .article-content {
width: auto;
margin-left: unset;
}


}


@media (max-width: 480px) {
	
.youtube-vertical-left iframe {
width: 100%;
max-height: 600px;
}

.youtube-left-wrp {
margin-left: 3%;
margin-right: 3%;
}

}

/**********************************/
/*  Ancho total en los articulos  */

@media (min-width: 480px) {

.main-box.article .featured-box-main {
width: 99%;
}

}


/* movil */
@media (max-width: 480px) {

.featured-box-main {
width: 100% !important;
}

}

/**********************************/
/**********************************/