h3.main-box-header {
  overflow: hidden;
}

article iframe {
  margin: auto;
} 

.story-box-calendar:before {
  font-family:'Font Awesome 5 Free';content:"\f073";margin-right: 14px;
}

.story-box-location{
  font-size:.75em;color:#777;margin-bottom:8px;
}
.story-box-location:before{
  font-family:'Font Awesome 5 Free';content:"\f3c5";margin-right: 4px;
}


.nav-bot-main-submenu {
  width: 450px !important;
}
#logo-status-k {
  height: 40px !important;
}
.tagPublicidad {
  color: #999;
  float: left;
  font-size: 9px;
  font-weight: 400;
  letter-spacing: 0.2em;
  line-height: 1;
  margin-top: 4px;
  position: relative;
  top: -2px;
  text-align: center;
  text-transform: uppercase;
  width: 100%;
}

.widget-content.recomendados .ev-content-item:last-child {
  display: none;
}

.main-box.full .eventos {
  display: block;
  width: 100%;
  text-align: "center";
}

.main-box.full .eventos H3 {
  background: none;
  padding-bottom: 4px;
  border-bottom: 1px solid #ae1d1d;
  text-align: center;
}

.main-box.full .eventos H3 span {
  border-bottom: 4px solid #ae1d1d;
}

/* talk */

.patrocinado .coral-spinner,
.patrocinado #coral_thread {
display: none;
}

/********/

/**
 * Mobile
 */
@media screen and (max-width: 480px) {

  /* icono de menu en movil  */
  #open-menu.icon.menu {
    font-size: 2em;
  }


  /*buscador mas arriba en movil*/
  .main-menu {
    padding-top: 70px;
  }  

  /* Corrige error de márgenes en contenido patrocinado en pantallas pequeñas */
  #page-content.patrocinado .main-box-block {
    width: 100%;
  }

  #leader-top {
    width: 100vw !important;
  }

  article iframe {
    min-height: 250px !important;
  }
}


/* 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 */
  
  .sliderPrensa .slick-dots {
    padding-top: 5px;
    padding-bottom: 5px;
    z-index: 9999;
    position: relative;
    bottom: 10px;
  }
  
  .sliderPrensa {
    position: relative;
    outline: none;
  }
  
  .slick-next {
    right: 20px;
  }
  
  .slick-prev {
    left: 15px;
  }
  
  .sliderPrensa .slick-next:before {
    content: "\f054";
    font-family: "Font Awesome 5 Free";
  }
  
  .sliderPrensa .slick-prev:before {
    content: "\f053";
    font-family: "Font Awesome 5 Free";
  }
  
  /*Color Arrow Slick*/
  .sliderPrensa .slick-next:before,
  .sliderPrensa .slick-prev:before {
    font-size: 40px;
    color: #e12248;
    opacity: 1;
    line-height: 0;
    z-index: 9999;
  }
  
  .sliderPrensa .slick-next:hover,
  .sliderPrensa .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;
    border: none;
  }
  
  .multislider-button-link:hover {
      cursor: pointer;
      opacity: 0.9;
   }

.multislider-title-button {
   margin: 5px; 
   text-align: center;
}

.multislider-logo {
  text-align: 'center'; 
  margin-top: 5px;
}

.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);
  }
}

/* SOBRE ESCRIBE ESTILOS QUE SOLO APLICAN AL SLIDER UBICADO DENTRO DEL FOOTER 
CORREGIR EN CSS ORIGINAL -AFECTA FUNCIONAMIENDO DE MULTISLIDER*/

footer .slick-next {
  right: 5px;
}
footer .slick-next, footer .slick-prev {
  top: 50%;
}

/******* FIX DESBORDAMIENTO DE NOTICIA  *******/

#page-content.internal .main-box-twocolumns.horizontal .story-box {
  display: flow-root;
}

#page-content.internal
  .main-box-twocolumns.horizontal
  .story-box.featured
  figure {
  padding-bottom: 0px;
  height: 100%;
}

.story-box figure img {
  object-fit: cover;
  object-position: center;
  position: relative;
  width: 100%;
  /* max-height: 250px; */
}

#page-content.internal .main-box-twocolumns.horizontal .story-box figure {
  height: 100%;
}

@media screen and (max-width: 480px) {
  div.main-box{
    /* display: flow-root; */
    overflow-x: clip;
  }

  
div.main-box-block .bp-content .bp-section .author-box .author-box-row .author-box-image {
  overflow-x: initial;
}

  /* trust proyecy logo */
  .trust-project-badge {
    width: 100%;
  }
}

.pagination {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(10px, 1fr));
  margin-top: 40px;
  margin-bottom: 40px;
  text-align: center;
  background-color: #f8f8f8;
  padding: 20px 0px;
  border-radius: 10px;
  width: 100%;
}

.pagination > li > a {
  color: #555;
  padding: 8px 0px;
}




/* Fix section on page opinion mobile */
@media screen and (max-width: 480px) {

  /* span.story-box-kicker {
      margin-bottom: 15px;
  } */
  
  .main-box-twocolumns.secciones .story-box {
      width: 98%;
    
  }

  span.story-box-lead {
    max-height: 145px;
  }
 
  .story-box .kicker-container {
    display: flex;
    align-items: baseline;
    margin-top: 10px;
}
  
}
  footer .footer-brands .site-link.tiendapanama{
    background-position:-5px -999px;height:56px;width:130px;
  }

  footer .footer-brands .site-link.tiendapanama:hover{
    background-position:-5px -944px;
  }   

  /* CLASE ANEXADA A WIDGET PARA SOBREESCRIBIR */

  .widget-css {
    background: white;
  } 

  /* FIX CORAL TOP  */
 
  #coral_thread {
    margin-top: 5px; 
}

/* SE COLOCO POR EL TITULO DEL MUNDIAL - ELIMINA EL MARGIN QUE SE GENERA DEBAJO DEL BOX */

header .main-box.left .featured .featured-box.left {
  margin-bottom: -20px;
}

/* fultbol balon mundial movil */

@media screen and (max-width: 480px) {
  header .main-box.left .featured .featured-box.left {
  justify-content: center;
  margin-top: 20px;
  }
}

@media screen and (min-width: 480px) {
  
  .icon-menu-movil {
    display: none;
  border-bottom: transparent;
}

.icon-menu-movil a:hover {
  border-bottom: transparent;
  margin-bottom: 15px;
}

}

.botton-mundial-dsk {
  text-decoration: none;
  opacity: 1;
}

.botton-mundial-dsk:hover {
  text-decoration: none;
  opacity: 0.9;
}

.nav-top-print {
  margin-top: 2px;
}

.titulares-iframe {
  height: 260px;
}

@media screen and (max-width: 480px) {
  
  /* IFRAME TITULARES */
  .titulares-iframe {
    height: 275px;
  }

  .mauticform_wrapper {
    width: unset;
  } 

  input#mauticform_input_prensacomtitularesnotas_recibe_los_titulares_de_l {
    width: 100%;
    margin-left: -15px;
    width: 60%;
    /* text-align: center; */
    align-self: center;
    display: flex;
}
  
 
  
  /* fotos miniatura de artículo en seccione */
  .main-box-twocolumns.horizontal img {
    height: 180px;
    object-fit: cover;
    object-position: top;
  }

  /*img author*/
  .author-box-image img {
    height: auto !important;
  }


 
/* caja principal de secciones */
  .main-box-twocolumns.horizontal .story-box.featured figure a img {
    width: 92%;
    height: 100%;
  }
  /* texto en caja principal de secciones */
  #page-content.internal .main-box-twocolumns.horizontal .story-box.featured .story-box-right {
    width: 93%;
  }
}

/* Exclusivo para suscriptores - arriba fue cambiada a Flex */
.main-box .main-box-twocolumns.horizontal .story-box.large .kicker-container {
  display: inline-block;
}
/* object-fit: cover;
    object-position: center;
    position: relative;
    width: 100%;
    max-height: 250px; */

/* FIX - Banner prensacom_native_portada */

/* #native-ad-box .banner {
width: 100%;
} */

.mod_native_wrp {
width: 100%;
}

/*****************************************/

/************* Banner Panabrecht y Vale Digital *****************/

.portada_sldban_2 .widget {
margin-bottom: 30px;
}

.portada_sldban_1 {
padding-bottom: 0px;
margin-bottom: 30px;
}

/****************************************************************/


/*************************** Mow player ***************************/
/* Evitar que los botones de Mow floten por encima del menu movil */

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

.mow_audio_reader {
z-index: 0;
}

}

 /*fix social en author movil*/
 @media screen and (max-width: 990px){
  .author-box-social {
    display: flex;
    margin-left: -60px;
  }
}


/****************************************************************/


/**************************************/
/*       CSS Loteria Artículos        */


/* .article-content p {
margin-top: 0px;
margin-bottom: 0px;
} */

.loteria-wrp {
display: block;
background: #F2F2F2;
width: 75%;
margin-left: auto;
margin-right: auto;
/* border: 1px solid gray; */
}

/* primer premio */

.loteria-wrp .lot-1er {
padding-bottom: 10px;
margin-top: 10px;
margin-bottom: 10px;
font-family: "Open Sans";
text-align: center;
border-bottom: 1px dotted #DDD;
font-weight: bold;
font-size: 16px;    
text-transform: uppercase;
width: 80%;
margin-right: auto;
margin-left: auto;
}

.loteria-wrp .lot-1er-txt {
text-align: center;
/* width: 80%; */
margin-right: auto;
margin-left: auto;
}

.loteria-wrp .lot-1er-single {
display: inline-block;
border-radius: 50%;
text-align: center;
width: 50px;
height: 50px;
line-height: 50px;
background: #333;
color: white;
font-size: 2.3rem;
font-weight: bold;
font-family: "Open Sans";
margin-right: 10px;
margin-left: 10px;
}

/* Letras */

.loteria-wrp .lot-letras {
display: none;
}

.loteria-wrp .lot-letras-txt {
font-size: 2.3rem;
text-align: center;
margin-bottom: 10px;
margin-top: 10px;
}

/* Serie Folio */

.loteria-wrp .lot-serie-wrp {
text-align: center;
padding-bottom: 20px;
/* width: 80%; */
margin-right: auto;
margin-left: auto;
border-bottom: 1px dotted #DDD;
}

.loteria-wrp .sefo {
display: inline-block;
margin-right: 5px;
}

.loteria-wrp .sefotxt {
color: #777;
}

.loteria-wrp .sefonum {
background: #888;
color: white;
font-size: 1.9rem;
width: 60px;
line-height: 50px;
font-weight: bold;
text-align: center;
border-radius: 14%;
}

/* Premios */

.loteria-wrp .lot-premios-wrp {
display: block;
width: 100%;
margin-top: 10px;
text-align: center;
}

.loteria-wrp .lot-premio-wrp {
display: inline-block;
padding: 8px 10px;
background: white;
border-radius: 5px;
margin-top: 10px;
margin-bottom: 10px;
}

.loteria-wrp .lot-premio2-wrp {
margin-right: 30px;
}

.loteria-wrp .lot-prem {
padding-bottom: 10px;
border-bottom: 1px dotted #DDD;
}

.loteria-wrp .lot-2do-txt,
.loteria-wrp .lot-3er-txt {
padding-top: 10px;
}

/* Fecha de Sorteo */

.loteria-wrp .lot-fecha,
.loteria-wrp .lot-tipo {
display: block;
margin-top: 10px;
margin-bottom: 10px;
text-align: center;
font-weight: bold;
font-size: 16px;
text-transform: uppercase;
}

.loteria-wrp .lot-fecha-txt,
.loteria-wrp .lot-tipo-txt {
display: block;
margin-bottom: 10px;
text-align: center;
font-weight: bold;
font-size: 16px;
color: #777;
text-transform: uppercase;
}

/* Fecha de Sorteo */

.lot-article-content .lot-ocultar {
display: none;
}

/* Version movil loteria */

@media screen and (min-width: 360px) and (max-width: 600px) {

.loteria-wrp {
margin-top: 20px;
}

.loteria-wrp .lot-1er-single {
	
  width: 30px;
  height: 30px;
line-height: normal;
font-size: 1.3rem;
margin-right: 1%;
margin-left: 1%;

}


.loteria-wrp .lot-letras-txt {
  font-size: 1.3rem;
}


.loteria-wrp .sefonum {
width: 40px;
}


.loteria-wrp .lot-premio-wrp {
display: block;
}


.loteria-wrp .lot-premio2-wrp {
margin-right: 0px;
}



}

/**************************************/
/**************************************/

/* style for img horizaontals in notes*/
.img-overflow {
  overflow-x: scroll;
}

/* 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;

}

/* Exclusive Note when the background iin black */

.main-box-block.urgente .main-box-twocolumns .story-box:nth-child(1) H2{
  font-size: 2em;
}

.main-box-block.urgente .exclusive{
  color: white;
}

/* temporal sub item menu */
@media screen and (max-width: 800px) {
 
  li.sub-item-menu {
    padding-left: 15px;
  }


  .main-menu-content ul li.main-menu-content-section.special-icon {
    position: relative;
  }

}

.sub-menu-parent {
  display: none;
}

span.mobile-dropdown-icon:after {
  font-family: "Font Awesome 5 Free"; 
  content: "\f0d7"; 
  font-size: 1.1em;
  position: absolute;
  top: 10px;
  right: 3%;
}

/**************************************/
/* Logo La Prensa aniversario 43 años */


/* header .nav-top-center img {
  margin-top: 3px !important;
}

@media screen and (max-width: 700px) {
  
    header .nav-top-center {
      margin-top: 10px;
      margin-bottom: 10px;
    }
    
    header .nav-top-center img {
      margin-top: 3px !important;
      width: 180px !important;
      margin-top: 5px;
    }

  } */

/**************************************/
/**************************************/


/***************************************/
/* Columnas - Tal Cual, Brunch, Sabado */
/*            Hoy por hoy, al grano    */

.nav-top-right2 {
display: none;
}

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

/* .nav-top-right2 {
display: block;
} */

.linksColumnas {
	background-color: #333333;
	height: 40px;
}
.linksColumnas ul{
	display: flex;
	justify-content: space-around;
	height: 40px;
	align-items: center;
}

.linksColumnas li a {
	font-weight: bold;
	background-color: initial;
	border: none;
	color: #CCC;
	-webkit-border-radius: none;
	-moz-border-radius: none;
	border-radius: none;
	font-size: 14px;
	padding: 0px;
	margin: 0px;
	display: inline-block;
}

.nav-top-right #evolokProfile {
	height: 44px !important;
	background: #fcf8e3;
	background: #F8F8F8;
	padding-top: 4px;
  z-index: 0;
}

.nav-top-right #evolokProfile li:nth-child(1) {
width: auto !important;
}

/* .nav-top-mobile-user {
top: -100px;
} */


}
/*MENU DE BUENAS PRACTICAS*/
ul#menuMovil {
  list-style: none;
}


@media screen and (max-width: 780px) {
  ul#menuMovil {
    list-style: none;
    width: 100%;
  }

  ul#menuMovil li {
    padding-top: 7px;
    padding-bottom:7px;
    /* border-bottom: 1px solid #f2f2f2; */
  }
  
  #menuMovil li {
    margin-right: 5%;
  }
}

/* titulo de cada seccion en pagina de buenas practicas */
.bp-section h2 {
  margin-top: 20px;
}


/*img en imagen newsfeed*/
/*formato de dos columnas*/
.main-box-block.group-2 .main-box-twocolumns.horizontal .story-box:nth-child(1) figure img, 
.main-box-block.group-2 .main-box-twocolumns.horizontal .story-box:nth-child(2) figure img {
  height: inherit;
}

.story-box.featured img, .story-box.large img, .main-box-twocolumns.horizontal img {
  height: initial;
}
@media screen and (max-width: 480px) {
  .main-box-block.group-2 .main-box-twocolumns.horizontal .story-box:nth-child(1) figure img, 
  .main-box-block.group-2 .main-box-twocolumns.horizontal .story-box:nth-child(2) figure img {
    height: inherit;
  }
  .story-box.featured img, .story-box.large img, .main-box-twocolumns.horizontal img {
    height: initial;
  }
}

/***************************************/
/***************************************/
/***************************************/


/***************************************/
/*  Galeria articulos - slick slider   */
/* Correccion para diferentes alturas */

.article-content .gallery-slider-for .slick-slide img {
  width: 100%;
  /* max-height: 513px; */
  }
  

.gallery-slider-for .slick-slide img {
width: auto;
/* max-height: 513px; */
}

/***************************************/
/***************************************/

.only-mobile {
  display: none; 
}

@media screen and (max-width: 768px) {
  .no-movil {
    display: none !important;
  }

  /* utilizado por ahora en div de mapa (componente raw) */
  .only-mobile {
    display: block; 
  }
  
}


/* estilos para layout nuevo que esta usando bootstrap */
#balcon img {
  height: 200px;
}

.story-box-author-gray, .story-box-author-gray a {
  display: inline-block;
  margin-bottom: 8px;
  margin-top: 8px;
  text-transform: uppercase;
  font-weight: 400;
  font-size: 12px;
  color: #777777;
  line-height: 16.34px;
}

/* DESTACADO-1 */

.destacado-1 {
  border-bottom: none;
  padding-bottom: 0;
}

.terraza .destacado-1.story-box.large figcaption,
.apertura .apertura-s.story-box .large figcaption,
.terraza .big-image .story-box figcaption {
  font-size: .9em;
}

.destacado-1.large {
  margin-bottom: 0;
}

.destacado-1 h2 {
  /* font-family: ; */
  font-weight: 700;
  font-size: 40px !important;
  /* font-size: 40px; */
  line-height: 50.28px;
}

.destacado-1 span.story-box-lead {
  /* font-family: ; */
  font-weight: 400;
  font-size: 18px;
  line-height: 26px;
  margin-bottom: 15px;
}

.destacado-1 figure figcaption {
  padding-bottom: 0px;
  border-bottom: none;
}

/* TAMAÑO DE IMAGEN SOLO CON FORMATO: .destacado-1 */
.destacado-1.story-box figure img {
  height: 402px;
}

/* TITLE AND AUTHOR */

.title-and-author h2 {
  /* font-family: ; */
  font-weight: 700;
  /* font-size: 24px !important; */
  font-size: 24px;
  line-height: 30.17px;
}

/* BIG IMAGE */

.big-image h2 {
  /* font-family: ; */
  font-weight: 700;
  /* font-size: 42px !important; */
  font-size: 42px;
  line-height: 52.79px;
}

.big-image span.story-box-lead {
  /* font-family: ; */
  font-weight: 400;
  font-size: 18px;
  line-height: 26px;
  margin-bottom: 15px;
  max-height: inherit;
}

.big-image img {
  height: 600px;
}


/* BALCONES */

.balcon-4 img {
  min-height: 200px !important;
  max-height: 200px !important;
}
.balcon-3 img {
  min-height: 280px !important;
  max-height: 280px !important;
}

.balcon-3 h2, .balcon-4 h2{
  /* font-size: 20px !important; */
  font-size: 20px;
  line-height: 24px !important; 
  font-weight: 700 !important;
}
/* --------------------------------------------------- */

.flex-center {
  align-items: unset;
}
/* usado temporalmente para quitar el borde a la segunda caja o chain people-box cuando el primer elelemento es centrado, ccuando se usa un anuncio con el contador */
.row.layout.flex-center .col-md-3 {
  border-left: none;
}

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

/* fix icons zodiac in new homepage*/
.col-md-3 .zodiac .icon {
  height: 70px;
}

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

/*ESPACIO ESPECIAL PARA TERRAZAS */
.storySpaceClass{
  padding-bottom: 20px;
  padding-top: 30px;
}


/* RESET STYLES */
.row.big-image .story-box {
  border-bottom: none;
  /* padding-bottom: 0; */
  /* margin-bottom: 0; */
}

.story-box.image-title-and-author {
  border-bottom: 0;
}

/* ELIMINA BORDER DE PUNTOS DEBAJO DE LA IMAGEN */
.big-image, .apertura-s, .apertura-m, .apertura-l, .apertura-xl,  figure figcaption {
  padding-bottom: 0px;
  border-bottom: none;
}

/* QUITAR MARGEN  DEABAJO DEL WIDGET DE HOROSCOMO - SOLO TERRAZA*/
.terraza .zodiac {
  margin-bottom: 0;
}

/* APERTURAS */

/* APERTURA S */

.apertura-s h2{
  font-weight: 700;
  /* font-size: 36px !important; */
  font-size: 36px;
  line-height: 45.25px;  
}

.apertura-s figure img {
  height: 360px;
  max-height: 500px;
  object-fit: cover;
}

/* SOLO LA IMGEN DE LA SEGUNDA NOTA QUE TIENE EL FORMATO Y CLASE : image-title-and-author */
.apertura .story-box.image-title-and-author img {
  height: 200px !important;
}

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


/* APERTURA L */

.apertura-l h2{
  font-weight: 700;
  font-size: 42px !important;
  line-height: 52.79px;  
}


/* APERTURA M */

.apertura-m h2{
  font-weight: 700;
  /* font-size: 48px !important; */
  font-size: 48px;
  line-height: 60.34px;  
}


/* APERTURA XL */

.apertura-xl h2{
  font-weight: 700;
  font-size: 48px !important;
  line-height: 60.34px;
}

.apertura-urgente {
  padding: 30px;
  background: #222222;
}

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



/* SOLO MOVIL Y PANTALLAS MENORES A 767PX */
@media only screen and (max-width: 767px) {
 
  /* BANNERS EN BALCONES */
  .balcon-4 .ads-balcon,
  .balcon-3 .ads-balcon {
    border-bottom: 1px solid #ddd;
    padding-bottom: 20px;
    margin-bottom: 20px;
  }

  .balcon-4 .story-box.image-title-and-author,
  .balcon-3 .story-box.image-title-and-author {
    border-bottom: 1px solid #ddd;
  }

  .balcon-4:last-child .story-box.image-title-and-author,
  .balcon-3:last-child .story-box.image-title-and-author  {
    border-bottom: none;
  }

  .storySpaceClass .story-box {
    border-bottom: none !important;
}


  .borderBottomMobile {
    border-bottom: 1px solid #ddd;
    margin-bottom: 20px;
  }

  /* ELIMINA ESPACIOS EN LA APERTURA PARA MOVIL */
  .apertura.container-fluid {
    padding-left: 0;
    padding-right: 0;
  }

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

  .row.big-image {
    border-bottom: 1px solid #ddd;
    margin-bottom: 20px;
  }


  /* LE QUITA AL SLIDER EN MOVIL EL BORDER AGREGADO ARRIBA */
  .is-slider.balcon-4 .story-box {
    border-bottom: none;
  }
  
/*ESPACIO ESPECIAL PARA TERRAZAZ */
  .storySpaceClass{
    padding-bottom: 0px;
    padding-top: 0px;
  }

  .story-box H2 {
    margin-bottom: 0px;
  }
  
  .destacado-1 span.story-box-lead {
    margin-bottom: 0px;
}



/* ELIMINA TODOS LOS BORDES DE LOS LADOS EN MOVIL*/
.border-box {
  border-right: none;
  border-left: none;
}


.border-l-box {
  border-left: none;
}

.border-r-box {
  border-right: none;
}


}


/* SOLO DESKTOP Y PANTALLAS GRANDES */
@media (min-width: 768px) { 


  div#shoplive-overall-area {
    max-width: 900px;
    margin: auto;
  }

  .FeaturedCampaignPlayer.svelte-c0m1sq.svelte-c0m1sq {
    margin-bottom: 20px;
  }
  
  .cloud-shoplive.FeaturedCampaignPlayer.sl-no-product {
    margin-bottom: 20px;
  }

  .no-margin-only-desktop {
    margin-left: 0;
    margin-right: 0;
  }

  .borderBottomDesktop{
    border-bottom: 1px solid #ddd;
    margin-bottom: 0px;
  }
  

    .balcon-4 .story-box,
    .balcon-3 .story-box,
    .apertura .story-box,
    .terraza .story-box {
      margin-bottom: 0;
      padding-bottom: 0;
    }


    .story-box-author-gray, .story-box-author-gray a {
      margin-bottom: 0;
      margin-top: 0;
      
    }

    .apertura.container-fluid {
      padding-left: 0;
      padding-right: 0;
  }


  /* AUTORES ALINEADOS (SOLO DESKTOP)*/
  .balcon-4 {
    position: relative;
  }

  .balcon-3 {
    position: relative;
  }

  .balcon-3 span.story-box-author-gray,
  .balcon-4 span.story-box-author-gray {
    position: absolute;
    bottom: 0;
  }

  .balcon-4 .story-box H2,
  .balcon-3 .story-box H2 {
    padding-bottom: 18px;
  }


}

/* TEMPORAL PUEDE COLOCARSE COMO CUSTOM FIELD EN EL COMPONENTE */
.apertura.container-fluid {
  border-bottom: 1px solid #ddd;
}

/* SELE COLOCO UNA CLASE A CHAIN PEOPLE-BOX PARA IDENTIFICAR CUAL USA EL LAYOUT */
.row.layout .col-md-9.columnistas.vertical {
  border-bottom: none;
  margin-top: 0;
}

/* TÍTULO MAS PEQUEÑO EN EL BALCON */
.balcon h2.heading {
  font-size: 20px;
  margin-bottom: 20px;
}

.balcon h3.main-box-group-title {
  font-size: 20px;
  margin-bottom: 20px;
}

/* TÍTULO MAS GRANDE EN TERRAZA */
.terraza h3.main-box-group-title {
  font-size: 24px;
  margin-bottom: 20px;
}

/* SOBRE ESCRIBE ESTILOS A CAJAS AL FINAL   UE SON CHAIN */
/* ESTAN EN LA NUEVO LAYOUT DE HOME COMO LEFT Y RIGTH */
/* SOLO LOS AFECTA A ESTOS QUE ESTÉN DENTRO DE LAS CLASES DE BOOTSTRAP */
.row .col-md-9 .main-box-block {
  width: 100%;
  padding-right: 0;
  margin-right: 0;
  border-right: none;
}

/* COLOCA AL 1005 DE ANCHO TODOS LOS WIDGETS QUE ESTEN DENTRO DE LOS ELEMENTOS CON CLASE LAYOUT Y TERRAZA */
.layout .widget, 
.terraza .widget {
  width: 100%;
}

/* Ocultar boton del ePaper temporalmente */

/* .nav-top-print a:first-child {
display: none;
} */


/* CSS Lotería */

.loteria .loteria-premio {
margin-bottom: 5px !important;
}

.loteria .loteria-mas {
padding-top: 10px !important;
}

.loteria .loteria-letras + ul {
margin-top: 5px;
margin-bottom: 5px;
}

/* CSS Logout font-Awesome */

.awe-logout {
display: inline-block !important;
position: relative;
top: 2px;
color: red;
width: 16px;
height: 16px;
cursor: pointer;
}


/* article: author, tags y trust project */

.article-author-a,
.trust-project-badge-a,
.article-tags-a {
display: block;
margin-left: auto;
width: 82%;
}

.article-author-a,
.trust-project-badge-a {
padding-right: 20px;
}

.article-author-a {
display: none;
margin-top: 20px;
margin-bottom: 20px;
}

.trust-project-badge-a {
margin-top: 4px;
}

.trust-project-badge-a #text-exclude,
.trust-project-badge-a .trust-project-image1 {
display: inline-block;
}

.trust-project-badge-a #text-exclude {
position: relative;
bottom: 16px;
margin-right: 0px;
margin-top: 0px;
margin-bottom: 0px;
width: 180px;
}

.trust-project-badge-a .trust-project-image1 {
/* width: 180px; */
}

.trust-project-badge-a .trust-project-image1 img {
/* width: 50%; */
width: 150px;
}

.article-header {
padding-bottom: 0px;
}


/* ocultar nota borrada en mas leidas */

.mas-leidas1 li:nth-child(7) {
display: none;
}


/* CSS banners movil nueva portada usando nueva plantilla */

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


/* article: author, tags y trust project */

.article-author-a,
.trust-project-badge-a,
.article-tags-a {
width: 100%;
}

/* .article-author-a {
margin-top: 20px;
margin-bottom: 20px;
} */

/* .trust-project-badge-a #text-exclude {
position: static;
} */

/* .article-tags-a {
adding: 0px;
} */


/* CSS Logout font-Awesome */

.awe-logout {
width: 18px;
height: 18px;
}

/* Terraza XL */

.big-image img {
height: auto;
}

/* Banners */

.mover_modelo_a_movil,
.mover_modelo_b_movil,
.mover_modelo_c_movil,
.mover_modelo_e_movil,
.mover_modelo_f_movil,
.mover_modelo_g_movil {
margin-bottom: 30px;
}

.mover_modelo_h_movil {
padding-top: 0px !important;
margin-bottom: 15px;
}

.modelo_b_desktop,
.modelo_d_desktop,
.modelo_e_desktop {
padding-top: 0px !important;
padding-bottom: 0px !important;
}

/* Titulos de notas movil */

.terraza .destacado-1 h2, 
h2 {
font-size: 22px !important;
}

.apertura h2,
.apertura-s h2,
.big-image h2,
.destacado-1 h2 {
line-height: 1.2em;
}

/* ESPACIO DE TÍTULO MAS PEQUEÑO EN BALCON */
.balcon h3.main-box-group-title {
  font-size: 20px;
  margin-bottom: 5px;
}

/* ESPACIO DE TÍTULO MAS PEQUEÑO EN TERRAZA */
.terraza h3.main-box-group-title {
  font-size: 24px;
  margin-bottom: 5px;
}


/* ESPACIO DE TÍTULO MAS PEQUEÑO EN BALCON */
.balcon h3.main-box-group-title {
  font-size: 20px;
  margin-bottom: 5px;
}

/* ESPACIO DE TÍTULO MAS PEQUEÑO EN TERRAZA */
.terraza h3.main-box-group-title {
  font-size: 24px;
  margin-bottom: 5px;
}

.story-box {
  padding-bottom: 0;
}

.apertura .story-box {
  margin-bottom: 0;
}

}


/* SOBRE ESCRIBE ESTILOS PARA SLIDER EN BALCONES */
.balcon .slick-slide > div {
  padding: 0;
}
@media (min-width: 768px) {
  .is-slider.balcon-4,
  .is-slider.balcon-3 {
      -ms-flex: 0 0 25%;
      flex: 0 0 25%;
      max-width: 100%;
  }
}
.balcon .slick-list {
  margin: 0 0;
}

.balcon .slick-slider {
  width: 100%;
}

/* ARREGLA TÍTULO EN BOX LAYOUT COLUMNISTAS DE OPINION */
.layout h3.main-box-group-title {
  margin-bottom: 20px;
}

/* KICKER ESCLUSIVO PARA SUSCRIPTORES */
.exclusive, a.exclusive {
  margin-bottom: 6px;
}

/* TERRAZAS */
.terraza .story-box-author-gray, .terraza .story-box-author-gray a {
  margin-top: 0;
}



/* Slideshow Knightlab en articulos desktop */

.knightlab_slideshow {
width: 100%;
}

/* Slideshow Knightlab en articulos móvil */
@media screen and (max-width: 480px) {

.knightlab_slideshow {
height: revert-layer !important;
}

}

