/* --- Tipografía de marca Renault (Nouvel'R + Read/Arial) --- */
@font-face {
  font-family: 'NouvelR-Regular';
  src: url('assets/fonts/NouvelR-Regular.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'NouvelR-Bold';
  src: url('assets/fonts/NouvelR-Bold.woff2') format('woff2');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
/* Cuerpo de texto: fuente Read Regular; al no estar disponible, Arial (permitido por el manual de marca) */
.destacado-interna,
.destacado-interna-group,
.noticia-destacada-v2,
.eventos-comunicados-section,
.single-prensa,
.ultimas-publicaciones-prensa {
  font-family: 'NouvelR-Regular', Arial, sans-serif;
}

/* --- Tipografía global Elementor (menú, footer, botones y widgets fuera de las plantillas de prensa) ---
   Elementor genera CSS por-widget con selectores muy específicos (.elementor-205 .elementor-element-XXXX .elementor-button),
   que ganan por especificidad sin importar el orden de carga de las hojas de estilo. Se usa !important para
   garantizar que la tipografía de marca gane sobre el Kit Global (Roboto/Roboto Slab) y sobre overrides por widget. */
.elementor-heading-title,
.elementor-image-box-title {
  font-family: 'NouvelR-Bold', Arial, sans-serif !important;
}
.elementor-button,
.elementor-button-text {
  font-family: 'NouvelR-Bold', Arial, sans-serif !important;
  text-transform: lowercase !important;
}
.hfe-nav-menu a,
.wpr-nav-menu a,
.wpr-mobile-nav-menu a,
.elementor-nav-menu a {
  font-family: 'NouvelR-Bold', Arial, sans-serif !important;
}
.elementor-widget-text-editor,
.elementor-text-editor,
.elementor-image-box-description {
  font-family: 'NouvelR-Regular', Arial, sans-serif !important;
}

/* --- style-destacado-interna-alpine.css --- */
/* Estilos para el destacado interna Alpine */
.destacado-interna.destacado-alpine {
    background: #e6f0fa;
    border-left: 5px solid #005baa;
    padding: 24px 20px;
    margin-bottom: 32px;
}
.destacado-interna.destacado-alpine h2 {
    color: #005baa;
}

/* Estilos para el destacado de la interna Renault Group */
/* Ajuste visual para destacado interna Renault Group */
.destacado-interna-group {
    display: flex;
    flex-wrap: nowrap;
    gap: 0;
    background: #fff;
    border-radius: 0;
    margin: 40px auto 0 auto;
    max-width: 1100px;
    min-height: 420px;
    box-shadow: 0 2px 12px rgba(0,0,0,0.07);
    align-items: stretch;
}
/* Imagen destacada: centrada y fondo gris si no hay imagen */
.destacado-interna-img {
    flex: 1 1 48%;
    min-width: 340px;
    max-width: 48%;
    background: #eaeaea;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    min-height: 420px;
}
.destacado-interna-img img {
    width: 100%;
    height: auto;
    max-height: 420px;
    object-fit: cover;
    display: block;
}
.destacado-interna-content {
    flex: 1 1 52%;
    max-width: 52%;
    background: #111;
    color: #fff;
    padding: 48px 48px 32px 48px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-height: 420px;
}
.destacado-interna-fecha {
    color: #bdbdbd;
    font-size: 1.05em;
    margin-bottom: 12px;
}
.destacado-interna-titulo {
    font-size: 1.35em;
    font-weight: 700;
    margin-bottom: 18px;
    line-height: 1.2;
    text-transform: uppercase;
    font-family: 'NouvelR-Bold', Arial, sans-serif;
}
.destacado-interna-extracto {
    font-size: 1.08em;
    margin-bottom: 32px;
    line-height: 1.5;
}
.destacado-interna-acciones {
    display: flex;
    gap: 40px;
    align-items: center;
}
.destacado-interna-mas {
    color: #fff;
    font-weight: 700;
    text-decoration: none;
    font-size: 1em;
    transition: color 0.2s;
    text-transform: lowercase;
    font-family: 'NouvelR-Bold', Arial, sans-serif;
}
.destacado-interna-mas:hover {
    color: #ffd600;
}
.destacado-interna-pdf {
    color: #fff;
    font-weight: 700;
    text-decoration: none;
    font-size: 1em;
    border-bottom: 2px solid #ffd600;
    padding-bottom: 2px;
    transition: color 0.2s, border 0.2s;
    text-transform: lowercase;
    font-family: 'NouvelR-Bold', Arial, sans-serif;
}
.destacado-interna-pdf:hover {
    color: #ffd600;
    border-bottom: 2px solid #fff;
}
@media (max-width: 900px) {
    .destacado-interna-group {
        flex-direction: column;
        max-width: 98vw;
    }
    .destacado-interna-img, .destacado-interna-content {
        max-width: 100%;
        flex-basis: 100%;
        min-height: 220px;
        padding: 18px 10px;
    }
    .destacado-interna-content {
        padding: 24px 10px 18px 10px;
    }
    .destacado-interna-img img {
        max-height: 220px;
    }
}


/* --- style-destacado-interna-corporativo.css --- */
/* Estilos para el destacado interna Corporativo */
.destacado-interna.destacado-corporativo {
    background: #f0f0f0;
    border-left: 5px solid #222;
    padding: 24px 20px;
    margin-bottom: 32px;
}
.destacado-interna.destacado-corporativo h2 {
    color: #222;
}


/* --- style-destacado-interna-fundacion.css --- */
/* Estilos para el destacado interna Fundación */
.destacado-interna.destacado-fundacion {
    background: #f6f2e6;
    border-left: 5px solid #e6b800;
    padding: 24px 20px;
    margin-bottom: 32px;
}
.destacado-interna.destacado-fundacion h2 {
    color: #b88a00;
}


/* --- style-destacado-interna-group.css --- */
/* Estilos para el destacado de la interna Renault Group */
/* Ajuste visual para destacado interna Renault Group */
.destacado-interna-group {
    display: flex;
    flex-wrap: nowrap;
    gap: 0;
    background: #fff;
    border-radius: 0;
    margin: 40px auto 0 auto;
    max-width: 1100px;
    min-height: 420px;
    box-shadow: 0 2px 12px rgba(0,0,0,0.07);
    align-items: stretch;
}
/* Imagen destacada: centrada y fondo gris si no hay imagen */
.destacado-interna-img {
    flex: 1 1 48%;
    min-width: 340px;
    max-width: 48%;
    background: #eaeaea;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    min-height: 420px;
}
.destacado-interna-img img {
    width: 100%;
    height: auto;
    max-height: 420px;
    object-fit: cover;
    display: block;
}
.destacado-interna-content {
    flex: 1 1 52%;
    max-width: 52%;
    background: #111;
    color: #fff;
    padding: 48px 48px 32px 48px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-height: 420px;
}
.destacado-interna-fecha {
    color: #bdbdbd;
    font-size: 1.05em;
    margin-bottom: 12px;
}
.destacado-interna-titulo {
    font-size: 1.35em;
    font-weight: 700;
    margin-bottom: 18px;
    line-height: 1.2;
    text-transform: uppercase;
    font-family: 'NouvelR-Bold', Arial, sans-serif;
}
.destacado-interna-extracto {
    font-size: 1.08em;
    margin-bottom: 32px;
    line-height: 1.5;
}
.destacado-interna-acciones {
    display: flex;
    gap: 40px;
    align-items: center;
}
.destacado-interna-mas {
    color: #fff;
    font-weight: 700;
    text-decoration: none;
    font-size: 1em;
    transition: color 0.2s;
    text-transform: lowercase;
    font-family: 'NouvelR-Bold', Arial, sans-serif;
}
.destacado-interna-mas:hover {
    color: #ffd600;
}
.destacado-interna-pdf {
    color: #fff;
    font-weight: 700;
    text-decoration: none;
    font-size: 1em;
    border-bottom: 2px solid #ffd600;
    padding-bottom: 2px;
    transition: color 0.2s, border 0.2s;
    text-transform: lowercase;
    font-family: 'NouvelR-Bold', Arial, sans-serif;
}
.destacado-interna-pdf:hover {
    color: #ffd600;
    border-bottom: 2px solid #fff;
}
@media (max-width: 900px) {
    .destacado-interna-group {
        flex-direction: column;
        max-width: 98vw;
    }
    .destacado-interna-img, .destacado-interna-content {
        max-width: 100%;
        flex-basis: 100%;
        min-height: 220px;
        padding: 18px 10px;
    }
    .destacado-interna-content {
        padding: 24px 10px 18px 10px;
    }
    .destacado-interna-img img {
        max-height: 220px;
    }
}


/* --- style-destacado-interna-mobilize.css --- */
/* Estilos para el destacado interna Mobilize */
.destacado-interna.destacado-mobilize {
    background: #f7fbe6;
    border-left: 5px solid #b6d800;
    padding: 24px 20px;
    margin-bottom: 32px;
}
.destacado-interna.destacado-mobilize h2 {
    color: #7ba800;
}


/* --- style-destacado-interna-renault.css --- */
/* Ajuste fuerte para el tamaño del título destacado */
.noticia-col-info h2.titulo-noticia-destacada {
  font-size: 1.1rem !important;
  font-weight: bold;
  margin-bottom: 18px;
  color: #fff;
  line-height: 1.2;
  text-transform: uppercase;
  font-family: 'NouvelR-Bold', Arial, sans-serif;
}

/* Noticia destacada v2 - Renault Colombia */
.noticia-destacada-v2 {
  display: flex;
  max-width: 1140px;
  margin: 40px auto 0 auto;
  min-height: 480px;
  border-radius: 0;
  overflow: hidden;
  box-shadow: 0 2px 16px rgba(0,0,0,0.04);
  padding-bottom: 32px;
}

/* Paginación del slider de noticia destacada: reservar espacio debajo de la tarjeta
   (el swiper tiene overflow:hidden, así que los puntos no pueden "salirse" hacia abajo;
   en su lugar se agranda el slide con padding-bottom y se ancla la paginación ahí adentro). */
.noticia-destacada-slider .swiper-pagination {
  position: absolute !important;
  bottom: 4px !important;
  top: auto !important;
  left: 0;
  right: 0;
  display: flex !important;
  justify-content: center;
  align-items: center;
  gap: 8px;
  list-style: none;
  margin: 0;
  padding: 0;
}
.noticia-destacada-slider .swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #d9d9d6;
  opacity: 1;
  cursor: pointer;
  transition: background 0.2s;
}
.noticia-destacada-slider .swiper-pagination-bullet-active {
  background: #111;
}

.noticia-col-img {
  flex: 1 1 50%;
  min-width: 350px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-color: #222;
}

.noticia-col-info {
  flex: 1 1 50%;
  background: #000;
  color: #fff;
  padding: 50px 40px 40px 40px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
}

.noticia-col-info .destacado {
  background: #ffe600;
  color: #000;
  padding: 8px 36px 8px 24px;
  font-weight: 500;
  border-radius: 0;
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  font-size: 1rem;
  text-align: right;
  min-width: 140px;
  box-shadow: none;
  z-index: 2;
  text-transform: lowercase;
  font-weight: bold;
  font-family: 'NouvelR-Bold', Arial, sans-serif;
}

.noticia-col-info .fecha {
  font-size: 1rem;
  margin-bottom: 10px;
  color: #fff;
  font-family: 'NouvelR-Regular', Arial, sans-serif;
}

.noticia-col-info h2 {
  font-size: 2.1rem;
  font-weight: bold;
  margin-bottom: 18px;
  color: #fff;
  line-height: 1.2;
  text-transform: uppercase;
  font-family: 'NouvelR-Bold', Arial, sans-serif;
}

.noticia-col-info .extracto {
  font-size: 1.1rem;
  margin-bottom: 30px;
  color: #fff;
  font-family: 'NouvelR-Regular', Arial, sans-serif;
}

.noticia-col-info .botones {
  display: flex;
  gap: 30px;
  margin-top: auto;
}

.noticia-col-info .botones a {
  color: #fff;
  text-decoration: none;
  font-weight: bold;
  transition: color 0.2s;
  font-size: 1.1rem;
  display: flex;
  align-items: center;
  gap: 8px;
  text-transform: lowercase;
  font-family: 'NouvelR-Bold', Arial, sans-serif;
}

.noticia-col-info .botones a:hover {
  color: #ffe600;
}

.icon-chevron {
  font-size: 1.2em;
}

.icon-arrow {
  font-size: 1.2em;
}

@media (max-width: 900px) {
  .noticia-destacada-v2 {
    flex-direction: column;
    min-height: unset;
  }
  .noticia-col-img, .noticia-col-info {
    flex: 1 1 100%;
    min-width: 0;
    padding: 20px;
  }
  .noticia-col-img {
    min-height: 220px;
  }
}


/* --- style-eventos-comunicados.css --- */
/* Estilos para la sección de Eventos y Comunicados */
.archive-eventos{
    background-color:#fff!important;
}
.eventos-comunicados-section {
    max-width: 1200px;
    margin: 0 auto 40px auto;
    padding: 20px 0;
}
.eventos-comunicados-titulo {
    text-align: center;
    font-size: 2.2rem;
    margin-bottom: 32px;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-family: 'NouvelR-Bold', Arial, sans-serif;
}
.eventos-comunicados-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
    gap: 32px;
    margin-bottom: 50px;
}
.evento-comunicado-item {
    background: #fff;
    box-shadow: 0 2px 12px rgba(0,0,0,0.07);
    overflow: hidden;
    /* display: flex; */
    flex-direction: column;
    transition: box-shadow 0.2s;
    min-height: 420px;
    justify-content: flex-end;
}
.evento-comunicado-thumb {
    width: 100%;
    aspect-ratio: 3/2;
    overflow: hidden;
    background: #eaeaea;
}
.evento-comunicado-thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}
.evento-comunicado-thumb-placeholder {
    width: 100%;
    height: 220px;
    background: #eaeaea;
    border-top-left-radius: 12px;
    border-top-right-radius: 12px;
}
.evento-comunicado-meta {
    display: flex;
    align-items: center;
    color: #111;
    font-size: 1em;
    font-weight: 400;
    margin: 16px 18px 0 18px;
    opacity: 0.8;
}
.evento-comunicado-fecha {
    color: #000;
    font-size: 0.9rem;
}
.evento-comunicado-titulo {
    font-size: 1.3rem;
    font-weight: 700;
    margin: 10px 18px 10px 18px;
    line-height: 1.2;
    min-height: 2.5em;
    display: flex;
    align-items: flex-end;
    text-transform: uppercase;
    font-family: 'NouvelR-Bold', Arial, sans-serif;
}
.evento-comunicado-titulo a {
    color: #111;
    text-decoration: none;
    transition: color 0.2s;
}

.evento-comunicado-mas {
    margin: 0 18px 18px 0px;
    color: #000;
    background: ;
    font-weight: 700;
    font-size: 1em;
    padding: 0.22em 1em;
    border-radius: 3px;
    display: block;
    text-align: initial;
    transition: background 0.2s, color 0.2s;
    letter-spacing: 0.2px;
    text-decoration: underline!important;
    text-transform: lowercase;
    font-family: 'NouvelR-Bold', Arial, sans-serif;
}
.evento-comunicado-mas:hover {
    color: #ffd600;
}

/* --- style-noticia-destacada.css --- */
/* Ajuste fuerte para el tamaño del título destacado */
.noticia-col-info h2.titulo-noticia-destacada {
  font-size: 1.1rem !important;
  font-weight: bold;
  margin-bottom: 18px;
  color: #fff;
  line-height: 1.2;
  text-transform: uppercase;
  font-family: 'NouvelR-Bold', Arial, sans-serif;
}
/* Noticia destacada v2 - Renault Colombia */
.noticia-destacada-v2 {
  display: flex;
  max-width: 1140px;
  margin: 40px auto 0 auto;
  min-height: 480px;
  border-radius: 0;
  overflow: hidden;
  box-shadow: 0 2px 16px rgba(0,0,0,0.04);
  padding-bottom: 32px;
}

/* Paginación del slider de noticia destacada: reservar espacio debajo de la tarjeta
   (el swiper tiene overflow:hidden, así que los puntos no pueden "salirse" hacia abajo;
   en su lugar se agranda el slide con padding-bottom y se ancla la paginación ahí adentro). */
.noticia-destacada-slider .swiper-pagination {
  position: absolute !important;
  bottom: 4px !important;
  top: auto !important;
  left: 0;
  right: 0;
  display: flex !important;
  justify-content: center;
  align-items: center;
  gap: 8px;
  list-style: none;
  margin: 0;
  padding: 0;
}
.noticia-destacada-slider .swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #d9d9d6;
  opacity: 1;
  cursor: pointer;
  transition: background 0.2s;
}
.noticia-destacada-slider .swiper-pagination-bullet-active {
  background: #111;
}
.noticia-col-img {
  flex: 1 1 50%;
  min-width: 350px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-color: #222;
}
.noticia-col-info {
  flex: 1 1 50%;
  background: #000;
  color: #fff;
  padding: 50px 40px 40px 40px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.noticia-col-info .destacado {
  background: #ffe600;
  color: #000;
  padding: 8px 36px 8px 24px;
  font-weight: 500;
  border-radius: 0 0 0 0;
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  font-size: 1rem;
  text-align: right;
  min-width: 140px;
  box-shadow: none;
  z-index: 2;
  text-transform: lowercase;
  font-weight: bold;
  font-family: 'NouvelR-Bold', Arial, sans-serif;
}
.noticia-col-info {
  position: relative;
}
.noticia-col-info .fecha {
  font-size: 1rem;
  margin-bottom: 10px;
  color: #fff;
  font-family: 'NouvelR-Regular', Arial, sans-serif;
}
.noticia-col-info h2 {
  font-size: 2.1rem;
  font-weight: bold;
  margin-bottom: 18px;
  color: #fff;
  line-height: 1.2;
  text-transform: uppercase;
  font-family: 'NouvelR-Bold', Arial, sans-serif;
}
.noticia-col-info .extracto {
  font-size: 1.1rem;
  margin-bottom: 30px;
  color: #fff;
  font-family: 'NouvelR-Regular', Arial, sans-serif;
}
.noticia-col-info .botones {
  display: flex;
  gap: 30px;
  margin-top: auto;
}
.noticia-col-info .botones a {
  color: #fff;
  text-decoration: none;
  font-weight: bold;
  transition: color 0.2s;
  font-size: 1.1rem;
  display: flex;
  align-items: center;
  gap: 8px;
  text-transform: lowercase;
  font-family: 'NouvelR-Bold', Arial, sans-serif;
}
.noticia-col-info .botones a:hover {
  color: #ffe600;
}
.icon-chevron {
  font-size: 1.2em;
}
.icon-arrow {
  font-size: 1.2em;
}
@media (max-width: 900px) {
  .noticia-destacada-v2 {
    flex-direction: column;
    min-height: unset;
  }
  .noticia-col-img, .noticia-col-info {
    flex: 1 1 100%;
    min-width: 0;
    padding: 20px;
  }
  .noticia-col-img {
    min-height: 220px;
  }
}


/* --- style-single-prensa.css --- */
/* Estilos para single-prensa.php */

.single-prensa{
  background-color: #faf9f8;
}
.container-prensa {
  max-width: 1100px;
  margin: 0 auto;
  background-color: #faf9f8;
  padding: 40px 20px 0 20px;
}
.breadcrumbs-prensa {
  font-size: 14px;
  color: #888;
  margin-bottom: 18px;
}
.breadcrumbs-prensa .sep {
  margin: 0 6px;
}
.meta-prensa {
  text-align: left;
  font-size: 15px;
  color: #222;
  margin-bottom: 10px;
}
.fecha-prensa {
  font-weight: 600;
}
.cat-prensa {
  color: #1fbf79;
  font-weight: 500;
}
.titulo-prensa {
  text-align: left;
  text-transform: uppercase;
  font-family: 'NouvelR-Bold', Arial, sans-serif;
  color: #222;
  font-size: 1.5em!important;
  margin: 18px 0 12px 0;
}
.descripcion-prensa {
  text-align: left;
  margin: 10px 0 20px 0;
  font-family: 'NouvelR-Regular', Arial, sans-serif;
  font-size: 1.1em;
  color: #444;
}
.imagen-prensa {
  text-align: center;
  margin: 28px 0 28px 0;
}
.contenido-prensa {
  margin: 0 0 30px 0;
  font-size: 1.08em;
  color: #222;
}
.acciones-prensa {
  display: flex;
  justify-content: flex-start;
  gap: 30px;
  margin-bottom: 32px;
  align-items: center;
}
.btn-imprimir {
  color: #fff;
  background: #1fbf79;
  padding: 8px 22px;
  border-radius: 4px;
  text-decoration: none;
  font-weight: 600;
  display: inline-flex;
  align-items: center;
  gap: 7px;
  text-transform: lowercase;
  font-family: 'NouvelR-Bold', Arial, sans-serif;
}
.compartir-prensa {
  color: #fff;
  background: #222;
  padding: 8px 22px;
  border-radius: 4px;
  font-weight: 600;
  letter-spacing: 1px;
  text-transform: lowercase;
  font-family: 'NouvelR-Bold', Arial, sans-serif;
}
.galeria-prensa {
  margin: 48px 0 0 0;
}
.galeria-prensa h2 {
  text-align: left;
  color: #1fbf79;
  font-size: 1.5em;
  margin-bottom: 18px;
  text-transform: uppercase;
  font-family: 'NouvelR-Bold', Arial, sans-serif;
}
.descargar-todas-galeria {
  text-align: right;
  margin: 10px 0 0 0;
}
.descargar-todas-galeria a {
  color: #1fbf79;
  font-family: 'NouvelR-Bold', Arial, sans-serif;
  font-size: 1em;
  text-decoration: underline;
  text-transform: lowercase;
  font-weight: bold;
}
.documentos-prensa {
  margin: 48px 0 0 0;
}
.documentos-prensa h2 {
  text-align: left;
  color: #222;
  font-size: 1.5em;
  margin-bottom: 18px;
  text-transform: uppercase;
  font-family: 'NouvelR-Bold', Arial, sans-serif;
}
.contacto-prensa {
  background: #fff;
  border-radius: 0;
  max-width: 100vw;
  margin: 48px 0 0 0;
  padding: 0 0 80px 0;
  text-align: center;
  font-family: 'NouvelR-Regular', Arial, sans-serif;
}
.contacto-prensa h2 {
  padding-top: 40px;
  font-size: 1.5rem;
  font-weight: 900;
  margin-bottom: 60px;
  color: #111;
  letter-spacing: 1px;
  text-align: center;
  margin-top: 0;
  text-transform: uppercase;
  font-family: 'NouvelR-Bold', Arial, sans-serif;
}
.contactos-flex {
  display: flex;
  flex-wrap: wrap;
  gap: 60px;
  justify-content: center;
  align-items: flex-start;
  margin: 0 auto;
  max-width: 1100px;
  padding: 0 24px;
}
.contacto-item {
  background: #fcfbfa;
  border-radius: 18px;
  box-shadow: 0 2px 16px rgba(0,0,0,0.05);
  padding: 48px 38px 38px 38px;
  display: flex;
  flex-direction: column;
  align-items: center;
  min-width: 220px;
  max-width: 400px;
  flex: 1 1 320px;
  transition: box-shadow 0.2s;
}
.contacto-item:hover {
  box-shadow: 0 6px 32px rgba(0,0,0,0.08);
}
.img-contacto {
  width: 160px;
  height: 160px;
  object-fit: cover;
  border-radius: 50%;
  margin-bottom: 18px;
  box-shadow: 0 2px 12px rgba(0,0,0,0.05);
  background: #eee;
  display: block;
}
.nombre-contacto {
  font-weight: 800;
  font-size: 1.35rem;
  margin-bottom: 4px;
  color: #181818;
  text-align: center;
}
.cargo-contacto {
  font-size: 1.01rem;
  color: #444;
  margin-bottom: 22px;
  text-align: center;
}
.email-contacto {
  font-size: 1.01rem;
  color: #181818;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 7px;
  word-break: break-all;
  margin-top: 18px;
  text-align: center;
}
.email-contacto a {
  color: inherit;
  text-decoration: none;
}
.email-contacto a:hover {
  text-decoration: underline;
}
@media (max-width: 900px) {
  .container-prensa { padding: 18px 4vw 0 4vw; }
  .contactos-flex { flex-direction: column; align-items: center; gap: 36px; }
  .contacto-item { min-width: 220px; max-width: 100%; width: 100%; }
  .acciones-prensa { flex-direction: column; gap: 12px; align-items: flex-start; }
}

/* --- style-ultimas-publicaciones-prensa.css --- */
/* Botón leer más en la barra de meta */
.leer-mas-publicacion {
    color: #ffff;
    font-weight: 700;
    text-decoration: none;
    font-size: 12px;
    margin-left: 18px;
    transition: color 0.2s;
    display: inline-block;
    margin-right: 15px;
    text-transform: lowercase;
    font-family: 'NouvelR-Bold', Arial, sans-serif;
    white-space: nowrap;
    flex-shrink: 0;
}
.leer-mas-publicacion:hover {
    color: #EFDF00;;
}
/* Botón ver todas las publicaciones */
.btn-ver-todas-publicaciones {
    display: inline-block;
    background: #F8EB4C;
    line-height: 1;
    color: #111;
    font-weight: 700;
    font-size: 1.15rem;
    padding: 12px 24px;
    border-radius: 3px;
    text-decoration: none;
    margin: 0 auto;
    transition: background 0.2s, color 0.2s;
    box-shadow: 0 2px 8px rgba(0,0,0,0.07);
    border:none;
    text-transform: lowercase;
    font-family: 'NouvelR-Bold', Arial, sans-serif;
}
.btn-ver-todas-publicaciones:hover {
    background: #F8EB4C;
    color: #000;
}
button#btn-load-more-publicaciones.btn-ver-todas-publicaciones:focus,
button#btn-load-more-publicaciones.btn-ver-todas-publicaciones:hover {
  outline: none !important;
  box-shadow: none !important;
  background: #F8EB4C;
	color:#000;
}

/* Ajuste de imágenes para grid de publicaciones */
.publicacion-thumb {
    width: 100%;
    aspect-ratio: 3/2;
    overflow: hidden;
    border-top-left-radius: 12px;
    border-top-right-radius: 12px;
    background: #1abc9c;
}
.publicacion-thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    border-top-left-radius: 12px;
    border-top-right-radius: 12px;
}
.ultimas-publicaciones-prensa {
    max-width: 1200px;
    margin: 0 auto 0px auto;
    padding: 20px 0;
    
}
.ultimas-publicaciones-prensa h2 {
    text-align: center;
    font-size: 2.2rem;
    margin-bottom: 32px;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-family: 'NouvelR-Bold', Arial, sans-serif;
}
.publicaciones-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
    gap: 32px;
}
.publicacion-prensa {
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 2px 12px rgba(0,0,0,0.07);
    overflow: hidden;
    display: flex;
    flex-direction: column;
    transition: box-shadow 0.2s;
}

.publicacion-info {
    display: flex;
    align-items: center;
    background: #111;
    color: #fff;
    font-size: 1rem;
    font-weight: 500;
    padding: 0 0px;
    min-height: 36px;
    border-bottom: 1px solid #eaeaea;
    border-radius: 0;
    gap: 8px;
    margin-bottom: 0;
}
.publicacion-categoria {
    color: #fff;
    background: transparent;
    border-radius: 0;
    padding: 0;
    font-size: 13px;
    font-weight: 600;
    margin-right: 8px;
    border-left: 3px solid #222;
    padding-left: 8px;
    letter-spacing: 0.5px;
    text-transform: capitalize;
    font-family: 'NouvelR-Bold', Arial, sans-serif;
    white-space: nowrap;
}
.publicacion-fecha {
    color: #fff;
    font-size: 13px;
    margin-left: 8px;
    white-space: nowrap;
}
.publicacion-titulo {
    font-size: 1.15rem;
    font-weight: 700;
    margin: 18px 18px 18px 18px;
    line-height: 1.3;
    text-transform: uppercase;
    font-family: 'NouvelR-Bold', Arial, sans-serif;
}
.publicacion-titulo a {
    color: #111;
    text-decoration: none;
    transition: color 0.2s;
}

