.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) {
  /* 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 {
    /* display: flow-root; */
    overflow-x: clip;
  }

  /* 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;
  }
  
/* caja principal de secciones */
  .main-box-twocolumns.horizontal .story-box.featured figure a img {
    width: 93%;
    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;
}

}

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


/**************************************/
/*       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 a:before {
  content: "\2014"; /* Código Unicode para el símbolo '-' */
  font-size: 1.1em;
}


.main-menu-content ul li.main-menu-content-section.special-icon a:before {
  content: "\002B"; /* Código Unicode para el símbolo '+' */
}


}

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

