<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@font-face {
  font-family: 'Merriweather';
  src: url('https://multimedia.corprensa.com/la-prensa/fonts/Merriweather-Regular.woff2') format('woff2');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Open Sans';
  src: url('https://multimedia.corprensa.com/la-prensa/fonts/OpenSans-Regular.woff2') format('woff2');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}


/* Sticky box solo en pantallas &lt; de 991px(Articulo LP) */
@media (max-width: 990px) {
.sticky-box {
height: 100% !important;
margin-bottom: 20px;
}
}

.hidden {
display: none !important;
}
/* SOBRE ESCRIBE IMAGENES PEQUEÃ‘AS DEL SLIDER EN /galerias */
.main-box.full.gallery .slider img {
width: inherit;
}

video {
width: 100%;
}

.trasparent {
background-color: transparent;  
} 

#lightbox {
padding-top: 200px;
z-index: 100000;
}

.main-box.full H2.heading {
  width: 100%
}

.widget-content {
z-index: 0;
position: relative;
}
.widget-content.recomendados .ev-content-item:last-child {
display: none;
}
/*metro x metro en caja inferior*/
 .mxm img{
    height: 95px !important;

 }
/* CLASE ANEXADA A WIDGET PARA SOBREESCRIBIR */

.widget-css {
background: white;
}
.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;
}
.nav-top-print {
margin-top: 2px;
}

/* Sticky inferior */
ins#gpt_unit_\/18372887\/LP\/LP_Web-Sticky_0 {
  z-index: 1 !important;
  margin: 0px 0px 60px !important;
}


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

/* FIX HEIGHT VIDEO YOUTUBE - ITEM APERTURA S - DIRECTO */
/* .video_youtube__parent {
padding-top: 60% !important;
} */

/* LOGO DE MARCA AL LADO DE STATUS K */


h3.main-box-header.statusk:after {
width:  calc(45% - 100px);
}


#brand-status-k {
display: block !important;
}

.header-status-k .item-2 {
flex: 0;
text-wrap: nowrap;
}

img#logo-status-k-brand {
max-width: 100px;
}

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

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

li.sub-item-menu {
padding-left: 15px;
}
.main-menu-content ul li.main-menu-content-section.special-icon {
position: relative;
}

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

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

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

#evolokButtons {
  padding-top: 5px;
}
}

/* Estructura principal */

.apertura.container-fluid {
overflow: hidden;
padding-left: 15px;
padding-right: 15px;
}

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

/* .apertura.container-fluid {
border-bottom: 1px solid #ddd;
} */

.aper-border-abajo {
border-bottom: 1px solid #ddd;
}

/* Desaparecer doble linea en movil */
@media screen and (max-width: 768px) {
.apertura.container-fluid {
  border-bottom: 0 solid #ddd;
}
/*Desaparece padding en balcones moviles*/
.story-box {
    padding-bottom: 0;
}
}

/* custom id apertura s cuando esta sola dentro de un box aperture (con una clase custom colocada en PB) */
.apertura.container-fluid.apertura_s_full {
padding-right: 15px;
}

/*  Contenedores */
.flex-center {
align-items: unset;
}

/* CorrecciÃ³n de alineaciÃ³n vertical desktop de descripcion de titulo de nota de columnistas */

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

.columnistas .columnistas-item .columnistas-text {
align-content: start;
}

}

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

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

/* Grid y alineaciÃ³n */

.padding-b-t {
padding-top: 15px;
padding-bottom: 15px;
}

.padding-row {
padding-left: 15px;
padding-right: 15px;
}


/****VER SI FUNCIONA PORQUE EN HOMEPAGE NO*/
.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;
}
/****VER SI FUNCIONA PORQUE EN HOMEPAGE NO*/
.no-padding-left {
padding-left: 0;
}

.no-padding-right {
padding-right: 0;
}
/****************************************/
.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 0;
border-radius: 10px;
width: 100%;
}

.pagination &gt; li &gt; a {
color: #555;
padding: 8px 0;
}
.main-menu-search input[type=text] {
font-size: 16px !important;
}

.apertura-links .aperlink a {
color: #1565C0;
text-decoration: none;
font-size: 20px;
}

/* Cabecera y navegaciÃ³n */

.nav-bot-temas ul {
display: none !important;
}

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

.nav-bot-main-submenu {
width: 450px !important;
}
#logo-status-k {
height: 40px !important;
}

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

/* MenÃº mÃ³vil */
@media (min-width: 1024px) {
#barra-gris-header {
  height: 34px;
}
}

/* Altura Fija - MenÃº principal */
@media (min-width: 768px) {
#altura-fija-main-menu-home {
  min-height: 72px;
  margin-bottom: 20px;
}

#altura-fija-main-menu-home .nav-bot-temas {
  margin-bottom: 0;
}
}

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

.story-box-location {
font-size: 0.75em;
color: #777;
margin-bottom: 8px;
}

.story-box-location:before {
font-family: "Font Awesome 5 Free";
content: "\f3c5";
margin-right: 4px;
}

.story-box figure { 
z-index: 0;
}

.story-box figure .story-box-icon span {
line-height: 0;
}

.story-box .icon figure {
line-height: 0;
}

/***Balcones manuales *******/
@media screen and (max-width: 768px) {
  .balcon-manual .stories-elements {
    display: flex;
  }
  
  .balcon-manual .stories-container {
    display: 'flex';
    flex-direction: column;
    padding-left: 10px;
  }

  .balcon-manual .story-box-author-gray {
    margin-left: 129px;
  }

}

/* Exclusivo para suscriptores */
.exclusivo, 
a.exclusivo {
text-decoration: none;
text-transform: uppercase;
font-size: .75em;
position: relative;
margin-bottom: 6px;
}

.exclusivo:before, 
a.exclusivo:before {
content: '';
display: inline-block;
height: 9px;
width: 9px;
background-color: #e12248;
border-radius: 50%;
margin-right: 6px;
}

.content-exclusivo {
margin-bottom: 8px;
}

.exclusive, a.exclusive {
margin-bottom: 6px;
text-decoration: none;
text-transform: uppercase;
font-size: .75em;
position: relative;
}

/* Autor y metadatos */
.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;
}

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

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

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

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

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

/* TITLE AND AUTHOR */
.title-and-author h2 {
font-weight: 700;
font-size: 24px;
line-height: 30.17px;
}

/* BIG IMAGE */
.big-image h2 {
font-weight: 700;
font-size: 40px;
line-height: 52.79px;
}

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

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

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

.ads-balcon #modelo-a {
  height: 250px !important;
}
.no-margin-only-desktop {
  margin-left: 0;
  margin-right: 0;
}

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

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

.balcon-4, 
.balcon-3 {
    position: relative;
}

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

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

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

.balcon-3 h2,
.balcon-4 h2 {
font-size: 20px;
line-height: 24px !important;
font-weight: 700 !important;
}
.story-box.image-title-and-author {
border-bottom: 0;
}
/* ESPACIO ESPECIAL PARA TERRAZAS */
.storySpaceClass {
padding-bottom: 20px;
padding-top: 30px;
}

/* TÃ­tulo mÃ¡s pequeÃ±o en BALCON */
.balcon h2.heading {
font-size: 20px;
margin-bottom: 20px;
}

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

/* TÃ­tulo mÃ¡s grande en TERRAZA */
.terraza h3.main-box-group-title {
font-size: 24px;
margin-bottom: 20px;
}

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

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

.balcon-4 video,
.balcon-4 img.img-story-box {
min-height: 200px;
max-height: 200px;
}

.balcon-3 video,
.balcon-3 img.img-story-box {
min-height: 280px;
max-height: 280px !important;
}

/***********************BALCON ECONOMIA EN HOME***************/

.balcon-negocio .logo-balcon-negocios {
display: flex; 
align-items: flex-start; 
position: relative
}


.balcon-negocio .logo-balcon-negocios img {
height: 75px;
margin-bottom: 10px;
}
.balcon-negocio .logo-balcon-negocios hr {
border: 3px solid #4CAF50;
width: 80%;
margin-left: -8px;
position: relative;
top: 48px;
}
@media screen and (max-width: 480px) {

.balcon-negocio .logo-balcon-negocios hr {
border: 2px solid #4CAF50;
width: 70%;
margin-left: -8px;
position: relative;
top: 33px;
}
.balcon-negocio .logo-balcon-negocios img {
height: 56px;
max-width: 300px;
margin-bottom: 10px;
}

}

/* ARREGLA TÃTULO EN BOX LAYOUT COLUMNISTAS DE OPINION */
.layout h3.main-box-group-title {
margin-bottom: 20px;
}
/* APERTURA S */
.apertura-s h2 {
font-weight: 700;
font-size: 42px;
line-height: 45.25px;
}

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

/* SOLO LA IMAGEN DE LA SEGUNDA NOTA QUE TIENE EL FORMATO Y CLASE : image-title-and-author */
.apertura .story-box.image-title-and-author video,
.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 {
font-weight: 400;
font-size: 20px;
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;
line-height: 60.34px;
}

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

/* APERTURA URGENTE */
.apertura-urgente {
padding: 30px;
background: #222222;
}

.apertura-urgente h2 a {
font-weight: 700;
font-size: 33.6px;
line-height: 42.24px;
color: #ffffff !important;
}

.apertura-urgente span.story-box-lead {
font-weight: 400;
font-size: 14px;
line-height: 19.6px;
color: #cccccc;
padding-bottom: 15px;
}

.apertura-urgente figure a video,
.apertura-urgente figure a img {
max-height: 400px;
height: 400px;
object-fit: cover;
position: relative;
width: 100%;
}

.apertura-urgente figure figcaption {
color: #777777;
font-size: 10.5px;
line-height: 14.3px;
padding-bottom: 0;
border-bottom: none;
}

/* APERTURA BBC */

.apertura-bbc figure {
text-align: center;
}

.apertura-bbc figure img {
width: 70% !important;
}

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

/* Version movil */
@media screen and (max-width: 768px) {

.apertura h2,
.apertura-s h2,
.big-image h2,
.destacado-1 h2 {
line-height: 1.2em;
font-size: 28px !important;
}

}


/* EN DIRECTO */
.story-box.image-title-and-author.directo figure.figure-story-box {
margin-bottom: 0;
background: #e12248;
}

article.story-box.image-title-and-author.directo {
background-color: black;
}

article.story-box .story-box-author-gray a {
color: #777777;
}

article.story-box.image-title-and-author.directo h2,
article.story-box.image-title-and-author.directo h4 {
color: white;
margin: 10px;
padding-bottom: 10px;
}

.kicker-in-direct {
height: 25px;
margin-bottom: 5px;
padding-left: 12px;
}

article.story-box.directo .kicker-in-direct {
color: white;
padding-left: 10px;
font-weight: 600;
font-size: 11px;
padding-top: 2px;
}

.kicker-in-direct:before {
content: "";
display: inline-block;
height: 9px;
width: 9px;
background-color: white;
border-radius: 50%;
margin-right: 6px;
transform: scale(1);
animation: pulse-white 2s infinite;
}

@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.directo {
background: black;
padding-top: 15px;
padding-right: 30px;
margin-left: 15px;
}

article.apertura-s.story-box.container-fluid .kicker-in-direct {
width: fit-content;
padding-top: 5px;
padding-bottom: 5px;
padding-right: 10px;
margin-bottom: 15px;
}

article.story-box.directo .kicker-in-direct {
color: white;
padding-left: 10px;
font-weight: 600;
font-size: 11px;
padding-top: 2px;
}

article.apertura-s.story-box.container-fluid.directo a,
article.apertura-s.story-box.container-fluid.directo span {
color: white;
}
@media (min-width: 768px) {
article.apertura-s.story-box.container-fluid.directo {
  padding-bottom: 15px;
}
}

/* Sliders y Footer */
/* 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; */
}
/* Slider */
.slick-slider {
z-index: 0;
overflow: hidden;
}

.slick-list {
padding-top: 15px;
padding-bottom: 14px;
margin: 0 -5px;
}

.slick-slide &gt; 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;
}
@keyframes spin {
0% {
  transform: rotate(0deg);
}

100% {
  transform: rotate(360deg);
}
}

/* SOBRE ESCRIBE ESTILOS PARA SLIDER EN BALCONES */
.balcon .slick-slide &gt; div {
padding: 0;
}

.balcon .slick-list {
margin: 0 0;
}

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

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

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;
}
/* 5.7 Cintillos y banners especiales */

/* LINK-BAR-STYLES */
.link-bar-container {
position: relative; 
height: 40px; 
background-color: black; 
overflow: hidden; 
}

.link-bar-img {
position: absolute; 
top: 0; 
left: 0; 
height: 40px; 
padding-left: 5px;
}

.link-bar-content {
display: flex; 
align-items: center; 
justify-content: center; 
overflow-x: auto; 
white-space: nowrap; 
height: 100%; 
padding-left: 100px;
margin-left: 5px;
}

.link-bar-content-item {
color: white; 
padding: 0 10px; 
text-decoration: none;
}

.link-bar-items {
width: 100%; 
display:flex; 
justify-content:space-evenly;
font-size: 16px;
}

@media (max-width: 1100px) {
.link-bar-content {
    justify-content: start; 
    padding-left: 100px;
}
.link-bar-items {
  justify-content:center;
}
}

.link-bar-container::-webkit-scrollbar {
height: 5px;
}

.link-bar-container::-webkit-scrollbar-track {
background: transparent;
}

.link-bar-container::-webkit-scrollbar-thumb {
background: gray;
}

.link-bar-container::-webkit-scrollbar-thumb:hover {
background: #555;
}

.link-bar-container {
scrollbar-width: thin;
scrollbar-color: gray transparent;
}
/* Banner */ 
.banner {
width: auto;
text-align: center;
margin: 0 auto;
display: block
}
/* Cintillo CSS */
.link-bar-container1 {
background-color: black;
height: 40px;
margin-bottom: 10px;
}

.link-bar-container1 .masmov_txt1 {
text-align: center;
}

.link-bar-container1 .masmov_txt1 a {
display: block;
color: white;
line-height: 40px;
font-size: 22px;
text-decoration: none;
}

/* Cintillo Custom CSS */
.cintillo_custom {
background-color: black;
height: 40px;
margin-bottom: 10px;
}

.cintillo_custom .cinti_txt1 {
text-align: center;
}

.cintillo_custom .cinti_txt1 a {
display: block;
color: white;
line-height: 40px;
font-size: 22px;
text-decoration: none;
}

/* 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 Global Bank 11ene25        */

.cint_polleras {
display: block;
background-color: #1947BA;
width: 100%;
height: 50px;
line-height: 50px;
margin-top: 10px;
}

.cint_polleras .text1 {
display: block;
color: white;
font-weight: bold;
font-size: 2em;
text-indent: 20px;
width: 75%;
}

.cint_polleras .text1,
.cint_polleras .img1 {
float: left;
height: 50px;
}

.cint_polleras .img1 {
line-height: 50px;
text-align: right;
width: 25%;
}

.cint_polleras .img1 img {
position: relative;
margin-top: 4px;
width: 100%;
height: auto;
max-width: 200px;
right: 20px;
}

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

.cint_polleras .text1 {
font-size: 0.65em;
text-indent: 10px;
}

.cint_polleras .img1 img {
margin-top: unset;
max-width: 100px;
vertical-align: middle;
right: 10px;
}
}


/********************************************/
/*      Cintillo Economia 11ene25        */

/*

.cint_economia {
display: block;
background-color: #E5E5E5;
width: 100%;
height: 50px;
line-height: 50px;
margin-top: 10px;
}

.cint_economia .text1 {
display: block;
color: #41A847;
font-weight: bold;
font-size: 2em;
text-indent: 10px;
width: 75%;
}

.cint_economia .text1,
.cint_economia .img1 {
float: left;
height: 50px;
}

.cint_economia .img1 {
line-height: 50px;
text-align: right;
width: 25%;
}

.cint_economia .img1 img {
position: relative;
margin-top: 4px;
width: 100%;
height: auto;
max-width: 157px;
right: 20px;
}


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

.cint_economia .text1 {
font-size: 1.5em;
}

.cint_economia .img1 img {
margin-top: unset;
max-width: 100px;
vertical-align: middle;
right: 10px;
}

}
*/
/*      Cintillo Economia 2 10ene25        */

.cint_economia2 {
display: block;
background-color: #E5E5E5;
width: 100%;
height: 50px;
line-height: 50px;
margin-top: 10px;
}

.cint_economia2 a {
display: block;
width: 100%;
}

.cint_economia2 .wrap_elem {
display: block;
height: 50px;
margin-left: auto;
margin-right: auto;
max-width: 580px;
}

.cint_economia2 .text1 {
display: block;
color: black;
font-weight: bold;
font-size: 2em;
margin-right: 10px;
}

.cint_economia2 .text1,
.cint_economia2 .img1 {
float: left;
height: 50px;
}

.cint_economia2 .img1 {
line-height: 50px;
text-align: right;
}

.cint_economia2 .img1 img {
margin-top: 4px;
width: 100%;
height: auto;
max-width: 157px;
}


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

.cint_economia2 .wrap_elem {
width: 100%;
max-width: 345px;
}

.cint_economia2 .text1 {
font-size: 0.8em;
text-indent: 5px;
}

.cint_economia2 .img1 {
width: 32%;
}

.cint_economia2 .img1 img {
margin-top: 0px;
vertical-align: middle;
}

}

/*      Cintillo Economia 3 13ene25        */

.cint_economia3 {
display: block;
background-color: yellow;
width: 100%;
height: 50px;
line-height: 50px;
margin-top: 10px;
}

.cint_economia3 a {
display: block;
width: 100%;
}

.cint_economia3 .wrap_elem {
display: block;
height: 50px;
margin-left: auto;
margin-right: auto;
max-width: fit-content; /* 580px; */
/* box-sizing: unset; */
}

.cint_economia3 .text1 {
display: block;
color: black;
font-weight: bold;
font-size: 2em;
/* margin-right: 10px; */
width: 70%;
}

.cint_economia3 .text1,
.cint_economia3 .img1 {
float: left;
height: 50px;
/* box-sizing: unset; */
}

.cint_economia3 .img1 {
line-height: 50px;
text-align: right;
width: 30%;
}

.cint_economia3 .img1 img {
margin-top: 4px;
width: 100%;
height: auto;
max-width: 157px;
}




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

.cint_economia3 .wrap_elem {
display: flex;
flex-wrap: wrap;
justify-content: center;
gap: 5px;
}

.cint_economia3 .text1,
.cint_economia3 .img1 {
float: unset;
box-sizing: border-box;
}

.cint_economia3 .text1 {
flex: 0 0 53%;
font-size: 0.8em;
text-align: center;
}

.cint_economia3 .img1 {
flex: 0 0 30%;
}

.cint_economia3 .img1 img {
margin-top: 0px;
vertical-align: middle;
}

/*
.cint_economia3 .wrap_elem {
width: 88%;
}

.cint_economia3 .text1 {
font-size: 0.8em;
width: 65%;
}

.cint_economia3 .img1 {
width: 35%;
}

.cint_economia3 .img1 img {
margin-top: 0px;
vertical-align: middle;
}
*/

}
/*  Horoscopo*/
.terraza .zodiac {
margin-bottom: 0;
}
.col-md-3 .zodiac .icon {
height: 70px;
}
/*Secciones, artÃ­culos y contenido */

#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: 0;
height: 100%;
}

.story-box figure video, 
.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) {
/* 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%;
}
}

/* article: author, tags y trust project */
article iframe {
margin: auto;
}

article.story-box a {/*Letras del home*/
color: black;
}

article.story-box a:hover{
color: #e12248;
}
article.story-box.row {
display: flex;
flex-wrap: wrap;
}

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

.article-summary h2 {
font-size: 0.9em;
}

.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: 0;
margin-top: 0;
margin-bottom: 0;
width: 180px;
}

.trust-project-badge-a .trust-project-image1 img {
/* width: 50%; */
width: 150px;
}
@media screen and (max-width: 990px) {
.author-box-social {
  display: flex;
  margin-left: -60px;
}
}

@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%;
}
.main-box-block .content-exclusivo {
  margin-bottom: -15px !important;
}
}


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

/* 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: 30%;
vertical-align: top;
height: 1300px;
}

.yout-vertical {
width: 66%;
padding-left: 2%;
/* padding-right: 2%; */
}


.youtube-vertical-left {
/* position: relative; */
position: sticky;
top: 0;
width: 100%;
padding-top: 177.77%;
background: black;
}

.youtube-vertical-left iframe {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}

/* youtube article fix */

.yout-vertical .parent_youtube_video  {
margin-bottom: 20px;
}

.yout-vertical .article-sharer {
position: static;
margin-right: 0;
margin-top: 0;
width: 100%;
}

.yout-vertical .article-sharer:before {
display: none;
}

.yout-vertical .article-sharer a {
float: left;
padding-right: 3%;
}

.yout-vertical .article-content {
/* width: auto; */
width: 100%;
}

}

@media (max-width: 480px) {

.youtube-vertical-left iframe {
width: 100%;
max-height: 700px;
}

}
/* 6.2 LoterÃ­a */
/*       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;
}
}

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

/* Mundo marÃ­timo  */
/**************************************/
/*     CÃ¡mara Maritima de PanamÃ¡      */

/*
.camaramarpty1 {
justify-content: space-between;
background-color: #5af0cf;
width: 100%;
height: 50px;
margin-bottom: 15px;
}

.camaramarpty1 .text {
color: #27318b;
line-height: 50px;
width: 200px;
margin-left: 2%;
font-size: 18px;
font-weight: bold;
}

.camaramarpty1 .logo_camara_mar_pty {
display: flex;
width: 8%;
}

.camaramarpty1 .mar_img {
display: flex;
height: 50px;
flex-direction: column;
justify-content: center;
margin-right: 5%;
width: 44px;
}

.camaramarpty1 .mar_img img {
width: 100%;
height: auto;
}


@media (max-width: 550px) {

.camaramarpty1 .text {
width: 160px;
font-size: 15px;
margin-left: 1.5%;
}

.camaramarpty1 .logo_camara_mar_pty {
display: flex;
width: 18%;
}

}

*/

/**************************************/
/*     CÃ¡mara Maritima de PanamÃ¡ 3      */

.camaramarpty3 {
justify-content: space-between;
background-color: #C4E8FE;
width: 100%;
height: 50px;
margin-bottom: 15px;
}

.camaramarpty3 .text {
color: #332e6e;
line-height: 50px;
width: 200px;
margin-left: 2%;
font-size: 18px;
font-weight: bold;
}

.camaramarpty3 .logo_group_mar {
display: flex;
width: 38%; /* 28%; */
}

.camaramarpty3 .mar_img {
display: flex;
height: 50px;
flex-direction: column;
justify-content: center;
margin-right: 3%;
/* width: 44px; */
}

.camaramarpty3 .mar_img img {
width: 100%;
height: auto;
}

.camaramarpty3 .mar_img1 {
width: 130%; /* 180px; */
}

.camaramarpty3 .mar_img2,
.camaramarpty3 .mar_img4,
.camaramarpty3 .mar_img5 {
width: 55px; /* 70px; */
}

.camaramarpty3 .mar_img3 {
width: 29px; /* 39px; */
}


.camaramarpty3 .mar_img1 img {
width: 100%; /* 107%; */
}

.camaramarpty3 .mar_img6 img {
width: 85%;
}

@media (max-width: 550px) {

.camaramarpty3 .text {
width: 160px;
font-size: 15px;
margin-left: 1.5%;
}

.camaramarpty3 .logo_group_mar {
/* display: flex; */
width: 46%; /* 15%; */
}

.camaramarpty3 .mar_img1 {
width: 100%; /* 47px; */
}

.camaramarpty3 .mar_img2,
.camaramarpty3 .mar_img3,
.camaramarpty3 .mar_img4,
.camaramarpty3 .mar_img5,
.camaramarpty3 .mar_img6 {
display:none;
}

.camaramarpty3 .mar_img1 img {
width: 100%;
}

}  
/*********************************************/
/*     CÃ¡mara Maritima de PanamÃ¡ - test      */
.camaramarpty2 img {
width: 100%;
height: auto;
max-width: 1300px;
}

@media (max-width: 768px) {

.camaramarpty2_movil img {
width: 100%;
height: auto;
}

}
/****************************/
/*    Fix altura Cero KM    */

@media (max-width: 480px) {


#caja_economia .secciones .story-box img,
#caja_status-k .magazines .story-box img {
height: 220px;
}
}

/****************************/
/****************************/
@media (min-width: 1024px) {

#barra-gris-header {
height: 34px;
}

}

/**********************************/
/*       Links apertura S         */ 
.apertura-links {
margin-top: 10px;
width: 100%;
}

.apertura-links .raya {
font-weight: bold;
width: 1%;
vertical-align: top;
}

.apertura-links .aperlink {
width: 99%;
}

.apertura-links .aperlink a {
color: #1565C0;
text-decoration: none;
font-size: 20px;
}


/* Links apertura S movil */

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

.apertura-links {
margin-bottom: 35px;
}

.apertura-links .aperlink a {
font-size: 14px;
}

}

/* 6.4 EconomÃ­a y negocios*/

/******************FORMATO DE LOGO DE ECONOMIA &amp; NEGOCIOS*****************************/
.economia-background .nav-top {
margin-top: 15px;
}
.economia-background .economia-logo {
margin-top: -5px;
}
/****************CSS DE ECONOMIA-TEST ********/

.economia-background .container .apertura.container-fluid{
background-color: #DDEEDC;
}
.economia-background .container .vertical-img-youtube .heading span {
margin-left: 10px;
}

.economia-background .container .vertical-img-youtube{
margin-top: 20px;
}
/******************APERTURAS DE ECONOMIA &amp; NEGOCIOS************************* */
.economia-background .apertura {
padding: 0 10px 0 10px;
}
.economia-background .balcon .row,
.economia-background .terraza .row,
.economia-background .vertical-img-youtube .row
{
margin-left: 0;
margin-right: 0;
}


/********************************************/
/*               Seccion BBC                */

/* logo svg */
.bbc #bbc-wrp {
width: 100%;
margin-top: 20px;
}

.bbc #bbc-wrp #bbc-svg {
display: block;
color: #B80000;
fill: currentcolor;
width: 100%;
height: auto;
max-width: 470px;
margin-right: auto;
margin-left: auto;
}


.bbc .nav-top-left .menu-link .icon.menu:before {
color: #B80000;
}

.bbc .nav-top-right #evolokProfile .ev-link-loginNew a:hover {
background-color: #B80000;
}

/* hover link epaper y kiosco */
.bbc .nav-top-right .nav-top-print a:hover {
color: #B80000;
}

/* hover menu */
.bbc .nav-bot .nav-bot-main a:hover {
color: #B80000;
}

/* hover apertura */
.bbc .apertura a:hover {
color: #B80000;
}

/* hover balcon */
.bbc .balcon a:hover {
color: #B80000;
}

/* footer */
.bbc footer h3 {
background-color: #B80000 !important;
color: white !important;
}

.bbc footer .footer-right a {
background-color: #B80000;
}

.bbc footer hr {
border-top: 1px solid #B80000;
}


.bbc .ev-button-suscribase .red,
.bbc #evolokButtons .red,
.bbc #evolokButtons .ev-link-profile {
background-color: #B80000 !important;
color: white;
}

.bbc .apertura {
border-bottom: 0px;
}

.bbc .balcon {
border-top: 1px solid #B80000;
}


.bbc .bbc-youtube {
width: 100%;
/* margin-top: 10px; */
margin-bottom: 10px;
}

.bbc .bbc-youtube iframe {
display: block;
margin-right: auto;
margin-left: auto;
width: 560px;
height: 325px;
}



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

.bbc .bbc-youtube iframe {
width: 100%;
min-height: 315px;
margin: auto;
}

.bbc #bbc-wrp {
width: 90%;
margin-right: auto;
margin-left: auto;
}

}


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

.bbc .bbc-youtube iframe {
width: 100%;
min-height: 250px;
margin: auto;
}

}


/*             End Seccion BBC              */
/********************************************/


/********************************************/
/*            Seccion CeroKM                */


.cerokm .nav-top-center img {
margin-top: 34px;
width: 220px;
}

.cerokm .story-box-icon {
background: #FF9300 !important;
}

.cerokm .nav-top-left .menu-link .icon.menu:before {
color: #FF9300;
}
.cerokm .cerokm-subheader {
  text-align: center;
  margin-top: 5px;
  margin-bottom: 5px;

}

.cerokm .nav-bot {
  background-color: #000000;
  }
.cerokm .nav-bot a {
  color: #ffffff;
  }

.cerokm .user-card-icon {
  width: 30px;
}


.cerokm .ev-button-suscribase .red,
.cerokm #evolokButtons .red,
.cerokm #evolokButtons .ev-link-profile {
background-color: #FF9300 !important;
color: black;
}

/*
.cerokm .nav-top {
border-bottom: 1px solid #ddd;
height: auto;
}*/

.cerokm .article-sharer:before {
    border-top: 4px solid #FF9300;
}


/*menu mobile*/
@media screen and (max-width: 480px) {
   .cerokm .main-menu-search button {
        background: black !important;
    }

    .cerokm .cerokm-subheader {
        width: 100%;
        margin-top: 0px;
        margin-bottom: 0px;
    }

    .cerokm .cerokm-subheader img {
      width: 255px;
      text-align: center;
    }
}

.cerokm .nav-bot-main-submenu {
    background: #505050;
}
.cerokm  article.story-box a:hover {
    color: #FF9300 !important;
}
/*
.cerokm  a:hover {
    color: #FF9300 !important;
    text-decoration: underline;
}*/


.cerokm .article-author a, 
.cerokm .article-email a,
.cerokm .article-tags a
 {
    color: #FF9300 !important;
}
/* fonts */
.cerokm .apertura h2,
.cerokm .apertura .story-box-lead,
.cerokm .apertura .story-box-author-gray,
.cerokm .balcon h2,
.cerokm .main-box-group-title,
.cerokm article .article-header h1,
.cerokm article .article-summary h2,
.cerokm p,
.cerokm article .article-tags-a 
.cerokm span,
.cerokm a,
.cerokm .heading span, 
.cerokm .story-box-lead,
.cerokm .story-box figure figcaption
 {
font-family: "Lexend", Merriweather;
}
/*0123456*/

.cerokm .widget h3 {
  border-bottom: 1px solid #FF9300;
}
.cerokm .main-color,
.cerokm span.story-box-author
 {
    color: #FF9300;
}
.cerokm .story-box-right a:hover { 
  color: #FF9300 !important;
 }


/*Suscribete*/
@media screen and (max-width: 768px) {
.cerokm .suscribete-mobile {
      color: #FF9300 !important;
  }
}

/* Remover subrayado rojo */
.cerokm h3 span {
border-bottom: 0px;
}

.cerokm .vertical-img-youtube {
margin-bottom: 20px;
}

.cerokm .vertical-img-youtube h3.main-box-group-title {
font-size: 20px;
margin-bottom: 20px;
}

.cerokm h3.main-box-group-title {
border-bottom: 1px solid #FF9300;
}

.cerokm h3.main-box-group-title span {
color: #505050;
}

.cerokm .vertical-img-youtube .color1,
.cerokm .balcon .color1 {
color: #505050;
}

.cerokm .vertical-img-youtube .color2,
.cerokm .balcon .color2 {
color: #FF9300;
}

/* Footer */

.cerokm footer {
margin-bottom: 40px;
}

.cerokm .footer-cerokm {
background-color: #111;
/* height: 180px; */
/* padding: 40px 0px 0px 0px; */
}

.cerokm .footer-cerokm .footer-top {
text-align: center;
padding: 40px;
}

.cerokm .footer-cerokm .footer-top .footer-top-social {
margin-top: 30px;
}

.cerokm .footer-cerokm .footer-top .footer-top-social a {
margin: 0px 10px;
}

.cerokm .footer-cerokm .footer-top .footer-top-social a .icon {
font-size: 2.2em;
}

.cerokm .footer-cerokm .footer-bottom {
background-color: black;
height: unset !important;
padding: 30px 0px 30px 0px;
}

.cerokm .footer-cerokm .footer-top .main-wrapper {
margin-bottom: 0px;
}

.cerokm .footer-cerokm .footer-top .main-wrapper,
.cerokm .footer-cerokm .footer-bottom .main-wrapper {
width: unset;
}

.cerokm .footer-cerokm .footer-bottom .main-wrapper {
text-align: center;
color: white;
margin-bottom: 0px;
}

.cerokm .footer-cerokm .footer-bottom .main-wrapper p {
margin: 0px;
font-size: .8rem;
color: #999;
}

.cerokm footer .footer-brands-cerokm {
    padding: 40px;
    /*background: #fff*/
}

.cerokm footer .footer-brands-cerokm img {
    width: auto;
    max-width: 80%
}

.cerokm footer .footer-brands-cerokm ul {
    margin: 0 0 15px;
    padding: 15px 0;
    /*background: #fff;*/
    font-size: 0
}

.cerokm footer .footer-brands-cerokm li {
    display: inline-block;
    zoom: 1;
    vertical-align: middle;
    width: 120px;
    text-align: center
}

.cerokm footer .footer-brands-cerokm .site-link {
    margin: 0 0 15px;
    /*background: #fff;*/
    font-size: 0;
    display: block;
    margin: 0 auto;
    text-indent: -666em
}

.cerokm footer .footer-brands-cerokm .site-link.corprensa {
    background-position: -5px -405px;
    height: 33px;
    width: 131px
}

.cerokm footer .footer-brands-cerokm .site-link.corprensa:hover {
    background-position: -5px -405px
}

.cerokm footer .footer-brands-cerokm .site-link.laprensa {
    background-position: -5px -374px;
    height: 31px;
    width: 92px
}

.cerokm footer .footer-brands-cerokm .site-link.laprensa:hover {
    background-position: -5px -343px
}

.cerokm footer .footer-brands-cerokm .site-link.midiario {
    background-position: -5px -121px;
    height: 26px;
    width: 125px
}

.cerokm footer .footer-brands-cerokm .site-link.midiario:hover {
    background-position: -5px -95px
}

.cerokm footer .footer-brands-cerokm .site-link.ellas {
    background-position: -66px -701px;
    height: 24px;
    width: 61px
}

.cerokm footer .footer-brands-cerokm .site-link.ellas:hover {
    background-position: -5px -701px
}

.cerokm footer .footer-brands-cerokm .site-link.mfinanciero {
    background-position: -5px -27px;
    height: 22px;
    width: 103px
}

.cerokm footer .footer-brands-cerokm .site-link.mfinanciero:hover {
    background-position: -5px -5px
}

.cerokm footer .footer-brands-cerokm .site-link.revistak {
    background-position: -46px -49px;
    height: 46px;
    width: 41px
}

.cerokm footer .footer-brands-cerokm .site-link.revistak:hover {
    background-position: -5px -49px
}

.cerokm footer .footer-brands-cerokm .site-link.contentstudio {
    background-position: -5px -504px;
    height: 33px;
    width: 103px
}

.cerokm footer .footer-brands-cerokm .site-link.contentstudio:hover {
    background-position: -5px -471px
}

.cerokm footer .footer-brands-cerokm .site-link.tustiquetes {
    background-position: -5px -173px;
    height: 26px;
    width: 103px
}

.cerokm footer .footer-brands-cerokm .site-link.tustiquetes:hover {
    background-position: -5px -147px
}

.cerokm footer .footer-brands-cerokm .site-link.peducativo {
    background-position: -5px -780px;
    height: 50px;
    width: 74px
}

.cerokm footer .footer-brands-cerokm .site-link.peducativo:hover {
    background-position: -5px -725px
}

.cerokm footer .footer-brands-cerokm .site-link.buscafacil {
    background-position: -5px -301px;
    height: 30px;
    width: 93px
}

.cerokm footer .footer-brands-cerokm .site-link.buscafacil:hover {
    background-position: -5px -259px
}

.cerokm footer .footer-brands-cerokm .site-link.clubprensa {
    background-position: -79px -780px;
    height: 55px;
    width: 54px
}

.cerokm footer .footer-brands-cerokm .site-link.clubprensa:hover {
    background-position: -79px -725px
}

.cerokm footer .footer-brands-cerokm .site-link.alamesa {
    background-position: -5px -660px;
    height: 41px;
    width: 102px
}

.cerokm footer .footer-brands-cerokm .site-link.alamesa:hover {
    background-position: -5px -619px
}

.cerokm footer .footer-brands-cerokm .site-link.f5pa {
    background-position: -98px -301px;
    height: 42px;
    width: 36px
}

.cerokm footer .footer-brands-cerokm .site-link.f5pa:hover {
    background-position: -98px -259px
}

.cerokm footer .footer-brands-cerokm .site-link.mtxmt {
    background-position: -5px -229px;
    height: 30px;
    width: 97px
}

.cerokm footer .footer-brands-cerokm .site-link.mtxmt:hover {
    background-position: -5px -199px
}

.cerokm footer .footer-brands-cerokm .site-link.impresaplus {
    background-position: -5px -578px;
    height: 41px;
    width: 113px
}

.cerokm footer .footer-brands-cerokm .site-link.impresaplus:hover {
    background-position: -5px -537px
}

.cerokm footer .footer-brands-cerokm .site-link.asistentefinanciero {
    background-position: -5px -892px;
    height: 56px;
    width: 130px
}

.cerokm footer .footer-brands-cerokm .site-link.asistentefinanciero:hover {
    background-position: -5px -835px
}


/***********************BALCON CEROKM EN HOME***************/

.balcon-cerokm .logo-balcon-cerokm {
display: flex; 
align-items: center;
}


.balcon-cerokm .logo-balcon-cerokm img {
max-width: 270px;
  height: 70px;
margin-bottom: 15px;
}
.balcon-cerokm .logo-balcon-cerokm hr {
border: 3px solid #FF9300 ;
width: 80%;
}
@media screen and (max-width: 480px) {

.balcon-cerokm .logo-balcon-cerokm hr {
border: 2px solid #FF9300 ;
width: 70%;
}
.balcon-cerokm .logo-balcon-cerokm img {
height: 56px;
max-width: 300px;
margin-bottom: 15px;
}

}


/********************************************/
/*    Seccion CeroKM (ya no va este css)    */



/* balcones automaticos */

/*

.cerokm .ck-barra {
width: 100%;
height: 10px;
}

.cerokm .ck-barra-top {
border-top: 1px solid black;
}

.cerokm .balcon-title-inner {
max-width: 300px;
margin-right: auto;
margin-left: auto;
}

.cerokm .balcon-title {
background-color: black;
color: white;
text-transform: uppercase;
font-size: 20px;
position: relative;
text-align: center;
padding-top: 5px;
padding-bottom: 5px;
}

.cerokm .balcon-title-arrow-left,
.cerokm .balcon-title-arrow-right {
position: absolute;
top: 8px;
width: 23px;
height: 23px;
border-top: 2px solid black;
border-right: 2px solid black;
}

.cerokm .arrow-left-1 {
left: -24px;
transform: rotate(-134deg) skew(10deg, 10deg);
}

.cerokm .arrow-left-2 {
left: -17px;
transform: rotate(-134deg) skew(10deg, 10deg);
}

.cerokm .arrow-title-left {
top: 6px;
left: -14px;
transform: rotate(136deg);

}

.cerokm .arrow-title-left,
.cerokm .arrow-title-right {
position: absolute;
border-top: 22px solid black;
border-left: 22px solid black;
border-right: 5px solid transparent;
border-bottom: 5px solid transparent;
}


.cerokm .arrow-title-right {
top: 6px;
right: -14px;
transform: rotate(-44deg);
}

.cerokm .arrow-right-2 {
right: -17px;
transform: rotate(46deg) skew(10deg, 10deg);
}

.cerokm .arrow-right-1 {
right: -24px;
transform: rotate(46deg) skew(10deg, 10deg);
}

*/


/* Fondo negro/blanco */


/*
.cerokm .ckm-fondo-negro .row .balcon-4 {
background-color: black;
}
.cerokm .ckm-fondo-negro .row .balcon-4 article h2 {
color: white;
}
.cerokm .ckm-fondo-negro .row .ck-barra {
background-color: black;
}


.cerokm .ckm-fondo-blanco .row .balcon-4 {
background-color: white;
}
.cerokm .ckm-fondo-blanco .row .balcon-4 article h2 {
color: black;
}
.cerokm .ckm-fondo-blanco .row .ck-barra {
background-color: white;
}
.cerokm .ckm-fondo-blanco .row .border-l-box {
border-left: 1px solid black;
}
*/


/* fin --&gt; Fondo negro/blanco */

/* apertura */

/*

.cerokm .apertura-ckm {
display: flex;
width: 100%;
overflow: hidden;
margin-top: 20px;
margin-bottom: 20px;
}

.cerokm .apertura-ckm .ap-first,
.cerokm .apertura-ckm .ap-second {
width: 50%;
}

.cerokm .apertura-ckm-0 {
position: relative;
width: 100%;
height: 400px;
}

.cerokm .apertura-ckm-1 {
position: relative;
width: 100%;
height: 250px;
}

.cerokm .apertura-ckm-2 {
position: relative;
width: 100%;
height: 150px;
}

.cerokm .apertura-ckm-0 .ap-titulo {
font-size: 26px;
font-weight: bold;
padding: 10px;
}

.cerokm .apertura-ckm-1 .ap-titulo,
.cerokm .apertura-ckm-2 .ap-titulo {
font-size: 18px;
padding: 10px;
}

.cerokm .ap-titulo {
position: absolute;
text-align: center;
color: white;
width: 100%;
bottom: 0px;
z-index: 99999;
}

.cerokm .apertura-ckm .apertura-ckm-wrp img {
width: 100%;
height: auto;
object-fit: cover;
filter: brightness(0.7);
}

*/

/* ++++++++++++++++++ CeroKM Movil (no va) ++++++++++++++++++++ */

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


.cerokm .nav-top-center img {
width: 100%;
max-width: 160px;
}

/* apertura */


.cerokm .apertura-ckm {
display: block;
}

.cerokm .apertura-ckm .ap-first, 
.cerokm .apertura-ckm .ap-second {
width: 100%;
}

.cerokm .ap-titulo {
position: static;
color: black;
font-size: unset;
font-weight: unset;
}

.cerokm .apertura-ckm-0,
.cerokm .apertura-ckm-1,
.cerokm .apertura-ckm-2 {
height: auto;
}
}


/* Balcon Black */


/* .cerokm .ckm-fondo-negro .row .balcon-4 article h4 {
color: white;
} */

.cerokm .row .balcon-4 .kicker-container,
.cerokm .row .balcon-4 .story-box-author-gray {
display: none;
}


/*           Seccion CeroKM END             */
/********************************************/

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

/* FIX TEMPORAL BOX PORTADA MUNDO SOLIAL */
#caja_mundo_social .main-box-twocolumns.magazines .story-box img {
height: 230px;
object-position: top !important;
}
}

/* 7.1 Evolok  PENDIENDTE VERIFICAR*/ 
.ev-button-suscribase a {
color: white;
background-color: #E12248 !important;
border: 1px solid #E12248;
transition: none;
}
.ev-button-suscribase a:hover {
background-color: #C61C3E !important;
border: 1px solid transparent;
}
/*********************  Evolok Engagements  *****************/
/* paywall popup mas de 10 notas */

#engagement-top {
z-index: 9999999 !important;
}

#engagement-top .ev-em-modal-dialog {
width: 600px;
}

#engagement-top .campaign-popup2 {
background-color: white;
padding: 20px;
text-align: center;
}

#engagement-top input {
padding: 10px;
margin: 10px auto;
}

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

#engagement-top {
top: 7%;
z-index: 999999;
}

#engagement-top .ev-em-modal-dialog {
margin: 0px;
}

}

/* Notifier - sale en la nota num 3 */
#engagement-top .campaign-notif-popup3 {
padding: 20px;
text-align: center;
width: unset;
}
@media only screen and (max-width: 768px) {

.engagement-arriba {
z-index: 999999 !important;
}

}
/* Notifier - sale en la nota num 6 - Club de suscriptores */
#engagement-top .campaign-notif-popup6 {
padding: 20px;
text-align: center;
width: unset;
}

#engagement-top .campaign-notif-popup6 .notif-img1 {
margin: 10px auto;
}

/*  Videos (YouTube, etc.) */
.vertical-img-youtube {
margin-top: 20px;
}

.vertical-img-youtube .heading {
font-size: 20px;
margin-bottom: 15px;
}

.vertical-img-youtube .video-container img {
position: absolute;
top: 0;
left: 50%;
transform: translateX(-50%);
height: 100%;
}

.vertical-img-youtube .video-wrap {
max-width: 300px;
}
.vertical-img-youtube .video-wrap h2 {
color: black;
}

.vertical-img-youtube .video-container {
position: relative;
width: 100%;
padding-top: 178%;
overflow: hidden;
margin-bottom: 8px;
}

@media (min-width: 768px) {

article.story-box.image-title-and-author {
height: 100%;
}
}

@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 section LP */
/* Secciones de /videos y /tema/multimedia */

.you-vertical-section {
width: 100%;
margin-top: 20px;
}

.you-vertical-section .heading {
margin-bottom: 25px;
font-size: 2em;
}

.you-vertical-section .row {
display: flex;
justify-content: flex-start;
flex-wrap: wrap;
gap: 20px;
}

.you-vertical-section .row .you-vertical {
/* display: flex; */
justify-content: center;
flex: 0 1 calc(25% - 20px);
align-items: center;
box-sizing: border-box;
}

.you-vertical-section .row .video-wrap h2 {
color: black;
}

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


.you-vertical-section .heading {
font-size: 1.2em;
}

.you-vertical-section .row .you-vertical {
flex: none;
width: 47%;
}
}

/*************************************/
/*    modelo-i-sticky - movil    */
@media screen and (max-width: 768px) {
.sticky-box .sticky-box-content {
position: static;
}
}

/* FIX VIDEO VERTICAL YOUTUBE */
@media screen and (max-width: 480px) {
article iframe {
    max-height: 700px;
}
}

/**********************************/
/*     Bloque tal cual y HxH      */

#hoyporhoy-desktop .home_op_title::first-letter,
#hoyporhoy-mobile .home_op_title::first-letter {
text-transform: capitalize;
}

#hoyporhoy-mobile .home_op_title,
#talcual-mobile .home_op_title,
#hoyporhoy-desktop .home_op_title,
#talcual-desktop .home_op_title {
font-weight: bold;
margin-bottom: 10px;
}

#talcual-mobile .home_op_title,
#talcual-desktop .home_op_title {
font-family: "Open Sans";
font-weight: 400;
font-size: 12px;
color: #777777;
text-transform: uppercase;
}


/*    PÃ¡gina derecho a replica    */

.wrp-page-replica {
margin-top: 2%;
width: 100%;
}


.wrp-page-replica .rep-title {
display: block;
width: fit-content;
}

.wrp-page-replica h1 {
border-bottom: 4px solid #E12248;
font-size: 1.8rem;
}

.wrp-page-replica .rep-description a {
color: #0074D9;
}

@media (max-width: 480px) {

.wrp-page-replica {
margin-top: 7%;
}

}

/* SOLO MOVIL Y PANTALLAS MENORES A 767PX */
@media only screen and (max-width: 767px) {
.reserved-height .branday_native {
position: fixed !important;
width: inherit !important;
}

/* fix iframe en movil margen derecho */
.apertura-s.directo .apertura-img iframe {
  padding-right: 15px;
}


/* BANNERS EN BALCONES */
.balcon-4 .ads-balcon,
.balcon-3 .ads-balcon {
  border-bottom: 1px solid #ddd;
  padding-bottom: 20px;
  margin-bottom: 20px;
}

/* ICON EN IMAGENES - VIDEO */
/* .story-box-small-movil figure .icon.video:before,
.balcon figure .icon.video:before {
  font-size: .4em;
} */
.balcon-4 video ,
.balcon-3 video {
  min-height: 100px !important;
  width: 120px !important;
}

/* VIDEO EN STORY-BOX */
.story-box-small-movil video ,
.balcon .story-box video {
  width: 120px;
  height: 100px;
  object-fit: cover;
}

.story-box-small-movil .story-box-icon span,
.balcon .story-box-icon span {
  font-size: 0.9em;
}

.story-box-small-movil .story-box-icon,
.balcon .story-box-icon {
  width: 25px;
  height: 24px;
}

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

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

.balcon .story-box-icon {
  top: 68px;
}

.apertura-s:nth-child(1) .parent_youtube_video {
  padding-bottom: 15px;
}

}

/* FIXES REDESIGN MOBILE */
.registrate-mobile {
display: none !important;
}

@media (max-width: 768px) {
.nav-top {
box-shadow: none !important;
}
.nav-top-center {
box-shadow: 0px 2px 5px rgba(0, 0, 0, .2);
}
.nav-top-center img {
margin: 10px 0 10px 0;
}
.nav-top-right {
margin: 0 0 5px 0 !important;
z-index: 0;
}
.nav-top-right li a.red {
display: none !important;
}
.user-card-icon {
margin-top: 5px !important;
}
.border-box {
margin-top: 20px;
}

.nav-top-right #evolokProfile #evolokButtons .ev-link-profile {
margin: 0px 0px 0px 10px;
}
/* CSS INTERNO ESTÃ SOLO PARA MOVIL*/
.nav-top-mobile-user {
top: 5px !important;
right: 0;
position: absolute !important;
display: block;
font-size: 1.5em !important;
}
}
@media screen and (max-width: 700px) {
.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;
}

}


/*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;
}
}
/**Eliminan transicion del menu lateral */
.sidenav-container {
transition: 0s !important;
}

.sidenav-container a:hover {
color: #c9002b !important;
}
/*******************  Powerbeans Player   *******************/

/* Ad unit Powerbeans */
.powbns-ban {
margin-top: 20px;
margin-bottom: 20px;
}

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

.powbns {
margin-top: 20px;
margin-bottom: 20px;
}

}
/***********************************************************/
/*********** Nuevo bloque de columnistas home **************/

.colum-home-wrp {
width: 100%;
}

.colum-home-wrp .col-item {
display: inline-block;
vertical-align: top;
width: 300px;
max-width: 17.4%;
text-align: center;
margin-right: 1%;
}

.colum-home-wrp .col-text {
font-size: 1.1em;
font-family: Merriweather;
min-height: 100px;
margin-top: 10px;
}

.colum-home-wrp .col-name {
font-size: .7em;
font-weight: bold;
padding-top: 10px;
border-top: 1px solid #ddd;
}

.colum-home-wrp .col-image img {
width: 90px;
height: 90px;
object-fit: cover;
border-radius: 50%;
border: 1px solid #ccc;
}

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

.colum-home-wrp .col-item {
display: block;
width: 100%;
max-width: unset;
padding-bottom: 10px;
margin-bottom: 10px;
border-bottom: 1px solid #ddd;
}

.colum-home-wrp .col-image {
display: inline-block;
width: 30%;
vertical-align: middle;
}

.colum-home-wrp .col-data {
display: inline-block;
font-size: .9em;
width: 70%;
min-height: initial;
text-align: left;
vertical-align: middle;
}

.colum-home-wrp .col-text {
min-height: unset;
margin-top: 0px;
}

.colum-home-wrp .col-name {
border-top: 0px;
}





}

/*********** Nuevo bloque de columnistas home (fin) **************/
/*****************************************************************/

@media screen and (max-width: 480px) {
.lp-widget-agenda-container{
/*display: block !important;*/
}
.lp-widget-agenda-banner {
padding-bottom: 10px;
margin-left: auto;
margin-right: auto;
margin-bottom: 10px;
}
}</pre></body></html>