/*!********************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[14].oneOf[5].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[14].oneOf[5].use[3]!./src/app/article/[notice_url]/Articulo.module.css ***!
  \********************************************************************************************************************************************************************************************************************************************************************************************/
.Articulo_seccion__m8O4C {
  padding: 0.2dvh 0;
  font-family: 'Montserrat', Arial, sans-serif;
  background: #ffffff;
  /* overflow: hidden; Quité porque hace que no funcione el sticky en el shareContainer */
}

.Articulo_container__tfq1t {
  width: min(95vw, 98rem);
  margin-inline: auto;
  padding-inline: clamp(0rem, 0.1vw, 0.6rem);

  /* layout control */
  display: flex;
  gap: 32px;
  align-items: flex-start;
  flex-wrap: wrap; 
  box-sizing: border-box;
}

/* Permitir que el main se reduzca correctamente dentro de flex */
.Articulo_main__wWHI7 {
  flex: 2 1;
  background: #ffffff;
  min-width: 0; /* evita overflow por contenido ancho interno */
}

/* Ajustar sidebar para comportarse mejor en pantallas pequeñas */
.Articulo_sidebar__6phir {
  flex: 1 1; 
  min-width: 320px;
  display: flex;
  flex-direction: column;
  gap: 24px;
  margin-top: 62px;
}

/* Asegurar que imágenes no provoquen overflow
img, .publicidadSidebar img, .adWrapper img {
  max-width: 100%;
  height: auto;
  display: block;
} */

@media (max-width: 900px) {
  .Articulo_container__tfq1t {
    flex-direction: column;
    gap: 0;
    align-items: stretch;
    width: 100vw;
    padding-inline: 0.6rem;
  }
  .Articulo_main__wWHI7 {
    width: 100%;
    min-width: 0;
    flex: unset;
    order: 1;
  }
  .Articulo_sidebar__6phir {
    width: 100%;
    min-width: 0;
    flex: unset;
    order: 2;
    margin-top: 24px;
    gap: 16px;
    margin-top: 0;
  }
}

/*!*******************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[14].oneOf[5].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[14].oneOf[5].use[3]!./src/app/article/[notice_url]/ArticuloDetalle/ArticuloDetalle.module.css ***!
  \*******************************************************************************************************************************************************************************************************************************************************************************************************************/
.ArticuloDetalle_articulo__zie4C {
  flex: 1 1;
  min-width: 0;
  background: #fff;
  border-radius: 8px;
  padding: 24px 0 0 0;
  padding-right: 2.5rem;
  min-height: 120px;
  height: auto;
  --shareContainerWidth: 3.1rem;
  --content-font-size: 1.6rem;
  --title-font-size: 2.1rem;
  --quote-font-size: 2rem;
  --quote-icon-size: 2.5rem;
}

.ArticuloDetalle_wrapper__gfeua:first-child {
  padding-left: var(--shareContainerWidth);
}

.ArticuloDetalle_wrapper__gfeua.ArticuloDetalle_noPadding__La_aD {
  padding-left: 0;
}

.ArticuloDetalle_wrapper__gfeua:nth-child(2) {
  display: flex;
}

.ArticuloDetalle_contentWrapper__qFXWF {
  flex: 1 1;
  min-width: 0;
}

.ArticuloDetalle_opinion__ON5ub {
  font-weight: bold;
  font-size: 1.5rem;
  color: #222;
  font-family: 'Montserrat', system-ui, -apple-system, Segoe UI, Roboto, "Helvetica Neue", Arial, sans-serif !important;
}

.ArticuloDetalle_categoria__wSAiV {
  background: #232758;
  color: #ffffff;
  padding: 2px 12px;
  border-radius: 10px;
  font-size: 1.2rem;
  font-weight: 600;
  display: inline-block;
  font-family: 'Montserrat', system-ui, -apple-system, Segoe UI, Roboto, "Helvetica Neue", Arial, sans-serif !important;
}

.ArticuloDetalle_enVivo__jvAn5 {
  background-color: rgb(255, 0, 0);
}

.ArticuloDetalle_articleDate__AU1fh {
  display: block;
  margin-top: 1.3rem;
  color: rgb(255, 0, 0);
}

.ArticuloDetalle_titulo__UefLY {
  margin: 20px 0;
  font-weight: bold;
  font-size: var(--title-font-size);
  color: #222;
  font-family: 'Montserrat', system-ui, -apple-system, Segoe UI, Roboto, "Helvetica Neue", Arial, sans-serif !important;
}

.ArticuloDetalle_resumen__XQqUq {
  color: #000000;
  margin-bottom: 25px;
  font-size: var(--content-font-size);
  font-family: 'Montserrat', system-ui, -apple-system, Segoe UI, Roboto, "Helvetica Neue", Arial, sans-serif !important;
}

/* Share icons */
.ArticuloDetalle_newShareContainer__g_v2Y:not(.ArticuloDetalle_hideOnMobile__G2qFS) {
  display: none;
}

.ArticuloDetalle_newShareContainer__g_v2Y.ArticuloDetalle_hideOnMobile__G2qFS {
  display: flex;
}

.ArticuloDetalle_newShareContainer__g_v2Y {
  min-width: var(--shareContainerWidth);
  width: var(--shareContainerWidth);
  position: relative;
}

.ArticuloDetalle_shareIconsContainer__tHBx8 {
  position: -webkit-sticky;
  position: sticky;
  top: 14rem;
  list-style: none;
  padding: 0;
  margin: 0;
  height: -moz-fit-content;
  height: fit-content;
}

.ArticuloDetalle_shareIconsContainer__tHBx8 svg {
  width: 2.2rem;
  height: auto;
  aspect-ratio: 1;
  cursor: pointer;
  transition: transform 0.2s ease;
  margin-bottom: .7rem;
}

.ArticuloDetalle_shareIconsContainer__tHBx8 svg:hover {
  transform: scale(1.15);
}

/* Article content */
.ArticuloDetalle_imagen__j53xg {
  background-color: transparent;
  position: relative;
}

.ArticuloDetalle_imagen__j53xg img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: top;
}

.ArticuloDetalle_swiperSlide__dzTI3 {
  margin-block: auto;
  overflow: hidden;
}

.ArticuloDetalle_mainImageContainer__IUsb3 {
  display: flex;
  flex-direction: column;
  gap: .8rem;
  width: 100%;
  height: auto;
  aspect-ratio: 15/9;
}

.ArticuloDetalle_mainImageContainer__IUsb3 p {
  line-height: 1.2;
}

.ArticuloDetalle_botonNavegacion__m18E0 {
  background: rgba(255, 255, 255, 0.521);
  ;
  color: rgb(255, 255, 255);
  border: none;
  width: 3rem;
  height: 3rem;
  border-radius: 50%;
  font-size: 2.2rem;
  font-weight: 600;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: color 0.3s ease;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
}

.ArticuloDetalle_botonNavegacion__m18E0:first-of-type {
  left: .5rem;
}

.ArticuloDetalle_botonNavegacion__m18E0:last-of-type {
  right: .5rem;
}

.ArticuloDetalle_botonNavegacion__m18E0:hover {
  color: #cecece;

}

.ArticuloDetalle_imagen__j53xg .swiper-pagination-bullet {
  opacity: 1 !important;
}

.ArticuloDetalle_subresumen__O7ByB {
  background-color: #e6e6e6;
  color: #000000;
  font-size: 0.95rem;
  margin-bottom: 16px;
  padding: 8px;
}

.ArticuloDetalle_meta__XzNPA {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 16px;
}

.ArticuloDetalle_authorContainer__t1P0F {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 1rem;
  font-family: 'Montserrat', system-ui, -apple-system, Segoe UI, Roboto, "Helvetica Neue", Arial, sans-serif !important;
}

.ArticuloDetalle_authorContainer__t1P0F img {
  width: 5rem;
  max-width: 5rem;
  height: auto;
  aspect-ratio: 1;
  border-radius: 50%;
  object-fit: cover;
  object-position: center;
}

.ArticuloDetalle_authorInformation__QvzRr {
  display: flex;
  flex-direction: column;
}

.ArticuloDetalle_authorPopoverWrap__a6hEp {
  position: relative;
  display: inline-flex;
  align-items: flex-start;
  overflow: visible;
}

.ArticuloDetalle_authorInformationButton__64gQ0 {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 0;
  border: 0;
  background: transparent;
  color: inherit;
  cursor: pointer;
  font: inherit;
  text-align: left;
}

.ArticuloDetalle_authorInformationButton__64gQ0 span {
  line-height: 1.1;
}

.ArticuloDetalle_authorInformationButton__64gQ0:hover .ArticuloDetalle_authorName__sZ5uQ {
  text-decoration: underline;
  text-decoration-thickness: 2px;
}

.ArticuloDetalle_authorInformation__QvzRr p {
  line-height: 1.1;
}

.ArticuloDetalle_authorName__sZ5uQ {
  font-weight: bold;
}

.ArticuloDetalle_authorModalOverlay__uT3MP {
  position: absolute;
  top: calc(100% + 0.8rem);
  left: 0;
  z-index: 1000;
  width: max-content;
  max-width: min(31rem, 84vw);
  pointer-events: auto;
}

.ArticuloDetalle_authorModalCard__Dhnsj {
  position: relative;
  width: min(31rem, 84vw);
  display: grid;
  grid-template-columns: minmax(10.5rem, 11.5rem) 1fr;
  grid-gap: 0;
  gap: 0;
  overflow: hidden;
  background: #fff;
  box-shadow:
    -14px 18px 30px -14px rgba(0, 0, 0, 0.34),
    14px 18px 30px -14px rgba(0, 0, 0, 0.34),
    0 22px 28px -16px rgba(0, 0, 0, 0.24);
  border: 1px solid rgba(35, 39, 88, 0.08);
}

.ArticuloDetalle_authorModalVisual__V6Zx6 {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 1.5rem 1.1rem;
  text-align: center;
}

.ArticuloDetalle_authorModalAvatarWrap__bFkEv {
  width: 8.5rem;
  height: 8.5rem;
  margin-bottom: 0.5rem;
}

.ArticuloDetalle_authorModalAvatar__YeGiC {
  width: 100%;
  height: 100%;
  max-width: none;
  min-width: 100%;
  min-height: 100%;
  aspect-ratio: 1;
  border-radius: 50%;
  object-fit: cover;
  object-position: top;
  box-shadow:
    0 0 0 2px rgba(0, 0, 0, 0.2),
    0 0 0 6px rgba(0, 0, 0, 0.1),
    0 10px 16px -8px rgba(0, 0, 0, 0.38);
}

.ArticuloDetalle_authorModalName__st3Yy {
  margin: 0;
  color: #111;
  font-size: 1rem;
  font-weight: 800;
}

.ArticuloDetalle_authorModalPosition__DOjB0 {
  margin: 0;
  color: #3d4069;
  font-size: 0.9rem;
  font-weight: 500;
}

.ArticuloDetalle_authorModalContent__8xrc_ {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 0.85rem;
  padding: 1.25rem 1.25rem 1.25rem 1rem;
}

.ArticuloDetalle_authorModalDescription__wdKbq {
  margin: 0;
  color: #1d1d1f;
  font-size: 0.95rem;
  line-height: 1.45;
}

.ArticuloDetalle_authorModalButton__qdIkm {
  width: -moz-fit-content;
  width: fit-content;
  min-width: 7.5rem;
  padding: 0.1rem 1.1rem;
  border-radius: 999px;
  border: 1px solid #000000;
  background: #ffffff;
  color: #000000;
  text-decoration: none;
  font-weight: 500;
  font-size: 0.9rem;
  transition: transform 0.2s ease, background 0.2s ease;
  text-align: center;
}

.ArticuloDetalle_authorModalButton__qdIkm:hover {
  transform: translateY(-1px);
  background: #1a1d46;
  color: #ffffff;
}

.ArticuloDetalle_fecha__9dJJc {
  color: #000000;
  font-size: 0.95rem;
  font-family: 'Montserrat', system-ui, -apple-system, Segoe UI, Roboto, "Helvetica Neue", Arial, sans-serif !important;
}

.ArticuloDetalle_cuerpo__ulvGc {
  line-height: 1.5;
  color: #222;
  font-size: 1.08rem;
  font-family: 'Montserrat', system-ui, -apple-system, Segoe UI, Roboto, "Helvetica Neue", Arial, sans-serif !important;
}

/* Clases para el nuevo formato de nota comun */

.ArticuloDetalle_cuerpo__ulvGc p,
.ArticuloDetalle_cuerpo__ulvGc p>* {
  font-size: var(--content-font-size) !important;
}

.ArticuloDetalle_cuerpo__ulvGc * {
  color: rgb(0, 0, 0) !important;
}

.ArticuloDetalle_cuerpo__ulvGc img {
  display: block;
  margin: 0 auto;
  width: 100%;
  max-width: 700px;
  max-height: 750px;
  object-fit: contain;
  height: auto;
}

.ArticuloDetalle_cuerpo__ulvGc iframe {
  margin-inline: auto !important;
  display: block;
}

.ArticuloDetalle_cuerpo__ulvGc iframe[src*="youtube.com"] {
  width: 100%;
  height: auto;
  border: none;
  aspect-ratio: 16/9;
}

@media (max-width: 768px) {
  .ArticuloDetalle_authorContainer__t1P0F {
    flex-direction: row;
    align-items: center;
    gap: 1rem;
    justify-content: center;
  }

  .ArticuloDetalle_authorContainer__t1P0F>p {
    margin: 0;
    font-size: 0.9rem;
  }

  .ArticuloDetalle_authorContainer__t1P0F img {
    width: 4rem;
    height: 4rem;
  }

  .ArticuloDetalle_authorPopoverWrap__a6hEp {
    display: flex;
    flex-direction: column;
    justify-content: center;
  }

  .ArticuloDetalle_authorInformation__QvzRr {
    text-align: left;
  }

  .ArticuloDetalle_authorInformation__QvzRr p {
    margin: 0;
    font-size: 0.9rem;
  }

  .ArticuloDetalle_authorInformationButton__64gQ0 {
    text-align: left;
  }

  .ArticuloDetalle_authorInformationButton__64gQ0 span {
    font-size: 0.9rem;
  }

  .ArticuloDetalle_authorModalOverlay__uT3MP {
    left: 50%;
    transform: translateX(-50%);
    width: min(92vw, 26rem);
    max-width: 92vw;
  }

  .ArticuloDetalle_authorModalCard__Dhnsj {
    width: 100%;
    grid-template-columns: 1fr;
  }

  .ArticuloDetalle_authorModalContent__8xrc_ {
    padding: 1rem 1.1rem 1.15rem;
  }

  .ArticuloDetalle_authorModalVisual__V6Zx6 {
    padding: 1.25rem 1rem 1rem;
  }
}

.ArticuloDetalle_cuerpo__ulvGc iframe[src*="facebook.com"] {
  width: 100%;
  max-width: 500px;
}

.ArticuloDetalle_cuerpo__ulvGc .twitter-tweet {
  margin-inline: auto !important;
}

.ArticuloDetalle_cuerpo__ulvGc ol {
  margin-bottom: 0;
}

.ArticuloDetalle_cuerpo__ulvGc li[data-list="bullet"] {
  list-style-type: disc;
}

.ArticuloDetalle_cuerpo__ulvGc p a {
  color: rgb(0, 102, 204) !important;
  word-break: break-all;
}

.ArticuloDetalle_cuerpo__ulvGc .ql-align-center {
  text-align: center;
}

.ArticuloDetalle_cuerpo__ulvGc .ql-align-right {
  text-align: right;
}

.ArticuloDetalle_cuerpo__ulvGc blockquote {
  margin-bottom: 0;
  font-size: var(--quote-font-size);
  line-height: 1.2;
  padding-left: 6rem;
  display: block;
  font-weight: 700;
  position: relative;
  margin-inline: auto !important;
}

.ArticuloDetalle_cuerpo__ulvGc blockquote>* {
  font-size: var(--quote-font-size) !important;
}

.ArticuloDetalle_cuerpo__ulvGc blockquote::after {
  content: '';
  position: absolute;
  top: .3rem;
  left: 3rem;
  transform: translateX(-25%);
  width: var(--quote-icon-size);
  height: var(--quote-icon-size);
  background-image: url("/images/quotation_marks.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.ArticuloDetalle_cuerpo__ulvGc ul,
.ArticuloDetalle_cuerpo__ulvGc ul *,
.ArticuloDetalle_cuerpo__ulvGc ol,
.ArticuloDetalle_cuerpo__ulvGc ol * {
  font-size: var(--content-font-size) !important;
}

/* Forzar Montserrat en todo el contenido del artículo, incluyendo HTML del CMS */
.ArticuloDetalle_cuerpo__ulvGc *,
.ArticuloDetalle_cuerpo__ulvGc p,
.ArticuloDetalle_cuerpo__ulvGc span,
.ArticuloDetalle_cuerpo__ulvGc div,
.ArticuloDetalle_cuerpo__ulvGc h1,
.ArticuloDetalle_cuerpo__ulvGc h2,
.ArticuloDetalle_cuerpo__ulvGc h3,
.ArticuloDetalle_cuerpo__ulvGc h4,
.ArticuloDetalle_cuerpo__ulvGc h5,
.ArticuloDetalle_cuerpo__ulvGc h6,
.ArticuloDetalle_cuerpo__ulvGc li,
.ArticuloDetalle_cuerpo__ulvGc a,
.ArticuloDetalle_cuerpo__ulvGc strong,
.ArticuloDetalle_cuerpo__ulvGc b,
.ArticuloDetalle_cuerpo__ulvGc em,
.ArticuloDetalle_cuerpo__ulvGc i,
.ArticuloDetalle_cuerpo__ulvGc blockquote,
.ArticuloDetalle_cuerpo__ulvGc pre,
.ArticuloDetalle_cuerpo__ulvGc code {
  font-family: 'Montserrat', system-ui, -apple-system, Segoe UI, Roboto, "Helvetica Neue", Arial, sans-serif !important;
}

.ArticuloDetalle_footer__Mv56k {
  margin-top: 24px;
  font-size: 1.1rem;
  color: #000000;
}

.ArticuloDetalle_publicidadArticulo__O4wBk {
  width: 100%;
  height: 8rem;
  background: #e6e6e6;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  font-size: 1.2rem;
  color: #000000;
  margin-top: 3rem
}


.ArticuloDetalle_meta__XzNPA {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
  margin-bottom: 16px;
  flex-wrap: wrap;
  margin-top: 10px;
}

.ArticuloDetalle_metaInfo__dECKq {
  display: flex;
  align-items: center;
  gap: 8px;
}

.ArticuloDetalle_metaActions__TGkM5 {
  display: flex;
  align-items: center;
  gap: 12px;
}

.ArticuloDetalle_shareContainer__el0db {
  position: relative;
}

.ArticuloDetalle_shareButton__yVi_9,
.ArticuloDetalle_saveButton__VtXc_ {
  display: flex;
  align-items: center;
  gap: 6px;
  padding: 8px 16px;
  border: 1px solid #ddd;
  background: #fff;
  color: #333;
  border-radius: 6px;
  cursor: pointer;
  font-size: 14px;
  transition: all 0.2s ease;
}

.ArticuloDetalle_shareButton__yVi_9:hover,
.ArticuloDetalle_saveButton__VtXc_:hover {
  background: #f5f5f5;
  border-color: #232758;
}

.ArticuloDetalle_saveButton__VtXc_.ArticuloDetalle_saved__J9UHq {
  background: #232758;
  color: #fff;
  border-color: #232758;
}

.ArticuloDetalle_shareMenu__xwukl {
  position: absolute;
  top: 100%;
  right: 0;
  background: #fff;
  border: 1px solid #ddd;
  border-radius: 6px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  padding: 8px;
  display: flex;
  gap: 8px;
  z-index: 1000;
  margin-top: 4px;
}

.ArticuloDetalle_shareMenu__xwukl button {
  width: 40px;
  height: 40px;
  border: none;
  background: #f8f9fa;
  color: #333;
  border-radius: 50%;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  transition: all 0.2s ease;
}

.ArticuloDetalle_shareMenu__xwukl button:hover {
  background: #232758;
  color: #fff;
  transform: translateY(-1px);
}

/* Responsive */
@media (max-width: 768px) {
  .ArticuloDetalle_meta__XzNPA {
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 16px;
  }

  .ArticuloDetalle_metaInfo__dECKq {
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
    gap: 12px;
  }

  .ArticuloDetalle_metaInfoDivider__lFoj0 {
    display: none !important;
  }

  .ArticuloDetalle_metaActions__TGkM5 {
    justify-content: center;
    width: 100%;
  }

  .ArticuloDetalle_shareMenu__xwukl {
    right: auto;
    left: 0;
  }
}

/* Responsive para el contenedor de publicidad  */
@media (max-width: 700px) {
  .ArticuloDetalle_contenedorPublicidad__vYKjH {
    width: 100%;
    height: auto;
    min-height: 50px;
    margin: 20px 0;
  }
}

/* Estilos para contenido difuminado (usuarios no loggeados) */
.ArticuloDetalle_blurredContentWrapper__evNIA {
  position: relative;
  margin-top: 24px;
  min-height: 500px;
  padding-bottom: 200px;
}

.ArticuloDetalle_blurredContent__OTRWx {
  position: relative;
  min-height: 300px;
}

.ArticuloDetalle_blurredContent__OTRWx::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  pointer-events: none;
  z-index: 1;
}

.ArticuloDetalle_blurredContent__OTRWx>div {
  filter: blur(3px);
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  pointer-events: none;
}

/* Contenedor del mensaje fijo en la parte inferior */
.ArticuloDetalle_loginMessageContainer__H9w9Q {
  position: fixed;
  height: 50%;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(35, 39, 88, 0.95);
  padding: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 1000;
  animation: ArticuloDetalle_slideUpIn__ZZ7rj 0.5s ease-out;
}

.ArticuloDetalle_loginMessageContainer__H9w9Q.ArticuloDetalle_animatingOut__WtAUt {
  animation: ArticuloDetalle_slideDownOut__LgpXv 0.4s ease-in forwards;
}

/* Animaciones de entrada y salida */
@keyframes ArticuloDetalle_slideUpIn__ZZ7rj {
  from {
    opacity: 0;
    transform: translateY(100%);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes ArticuloDetalle_slideDownOut__LgpXv {
  from {
    opacity: 1;
    transform: translateY(0);
  }

  to {
    opacity: 0;
    transform: translateY(100%);
  }
}

/* Mensaje flotante con animación */
@keyframes ArticuloDetalle_fadeInUp__Emd6i {
  from {
    opacity: 0;
    transform: translateY(30px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.ArticuloDetalle_fixedLoginMessage__aznAr {
  background: transparent;
  padding: 24px 32px;
  max-width: 1100px;
  width: 100%;
  animation: ArticuloDetalle_fadeInUp__Emd6i 0.8s ease-out;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
}

.ArticuloDetalle_messageText__Qg48g {
  display: flex;
  flex-direction: column;
  gap: 8px;
  text-align: center;
  max-width: 60%;
}

.ArticuloDetalle_messageText__Qg48g p {
  font-size: 2.1rem;
  font-weight: 700;
  color: #ffffff;
  margin: 0;
  line-height: 1.2;
}

.ArticuloDetalle_messageText__Qg48g .ArticuloDetalle_subtitle__PpRtH {
  font-size: 1.05rem;
  font-weight: 400;
  color: #ffffff;
  margin: 0;
  opacity: 0.9;
}

.ArticuloDetalle_loginButtons__JNTlH {
  display: flex;
  flex-direction: column;
  gap: 12px;
  justify-content: center;
  align-items: center;
}

.ArticuloDetalle_registerButton__GXS1E,
.ArticuloDetalle_loginButton__V2uy4 {
  padding: 4px 22px;
  font-size: 16px;
  font-weight: 600;
  text-decoration: none;
  transition: all 0.3s ease;
  cursor: pointer;
  display: inline-block;
  font-family: 'Montserrat', system-ui, -apple-system, Segoe UI, Roboto, "Helvetica Neue", Arial, sans-serif !important;
  border: none;
  outline: none;
  text-transform: none;
  border-radius: 20px;
}

.ArticuloDetalle_registerButton__GXS1E {
  background: #ffffff;
  color: #232758;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
  width: 100%;
}

.ArticuloDetalle_registerButton__GXS1E:hover {
  transform: translateY(-2px);
}

.ArticuloDetalle_loginButton__V2uy4 {
  background: transparent;
  color: #ffffff;
  border: 2px solid #ffffff;
}

.ArticuloDetalle_loginButton__V2uy4:hover {
  transform: translateY(-2px);
}

/* Medias */

@media (max-width: 900px) {
  .ArticuloDetalle_articulo__zie4C {
    padding-top: 0;
    padding-right: 0;
    --content-font-size: 1.2rem;
    --title-font-size: 2rem;
    --quote-font-size: 1.8rem;
    --quote-icon-size: 2rem;
  }

  .ArticuloDetalle_wrapper__gfeua:first-child {
    padding-left: 0;
  }

  .ArticuloDetalle_hideOnMobile__G2qFS {
    display: none;
  }

  .ArticuloDetalle_newShareContainer__g_v2Y:not(.ArticuloDetalle_hideOnMobile__G2qFS) {
    display: flex;
  }

  .ArticuloDetalle_newShareContainer__g_v2Y.ArticuloDetalle_hideOnMobile__G2qFS {
    display: none;
  }

  .ArticuloDetalle_wrapper__gfeua:nth-child(2) {
    flex-direction: column;
  }

  .ArticuloDetalle_newShareContainer__g_v2Y {
    width: 100%;
    flex-direction: column;
    gap: .5rem;
  }

  .ArticuloDetalle_shareTitle__nKOMT {
    font-size: 1.5rem;
    font-weight: 600;
  }

  .ArticuloDetalle_shareIconsContainer__tHBx8 {
    display: flex;
    flex-direction: row;
    gap: 1rem;
    margin-inline: auto;
  }

  .ArticuloDetalle_shareIconsContainer__tHBx8 svg {
    margin-bottom: 0;
  }

  .ArticuloDetalle_cuerpo__ulvGc blockquote {
    padding-left: 3rem;
  }

  .ArticuloDetalle_cuerpo__ulvGc blockquote::after {
    left: .9rem;
    font-size: 2rem;
  }
}

@media (max-width: 768px) {
  .ArticuloDetalle_loginMessageContainer__H9w9Q {
    padding: 5px;
  }

  .ArticuloDetalle_fixedLoginMessage__aznAr {
    flex-direction: column;
    align-items: center;
    justify-content: center;
    max-width: 1000px;
    gap: 16px;
    padding: 16px;

  }

  .ArticuloDetalle_messageText__Qg48g {
    max-width: 100%;
  }

  .ArticuloDetalle_messageText__Qg48g p {
    font-size: 1.6rem;
  }

  .ArticuloDetalle_messageText__Qg48g .ArticuloDetalle_subtitle__PpRtH {
    font-size: 1rem;
  }

  .ArticuloDetalle_loginButtons__JNTlH {
    width: 100%;
    justify-content: flex-start;
    flex-wrap: wrap;
    gap: 12px;
  }

  .ArticuloDetalle_loginButton__V2uy4 {
    width: 100%;
  }

  .ArticuloDetalle_registerButton__GXS1E,
  .ArticuloDetalle_loginButton__V2uy4 {
    padding: 12px 20px;
  }

  .ArticuloDetalle_botonNavegacion__m18E0 {
    width: 2.25rem;
    height: 2.25rem;
    font-size: 1.5rem;
  }

  .ArticuloDetalle_botonNavegacion__m18E0:first-of-type {
    left: .2rem;
  }

  .ArticuloDetalle_botonNavegacion__m18E0:last-of-type {
    right: .2rem;
  }
}

/* AI Summarize feature */
.ArticuloDetalle_readTimeContainer__4Mp7H {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 1.2rem;
  margin-bottom: 1rem;
}

.ArticuloDetalle_summarizeWrapper__KCGZg {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 0.6rem;
}




.ArticuloDetalle_readTimeText__WfIeq {
  margin: 0;
  margin-left: auto;
}

.ArticuloDetalle_summarizeButton__hgZaF {
  --ai-start: #0c1ee9;
  --ai-end: #353535;
  --ai-text: #ffffff;

  position: relative;
  isolation: isolate;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;

  padding: 0.55rem 1rem;
  min-height: 38px;

  border: 0;
  border-radius: 9999px;
  color: var(--ai-text);
  font-family: 'Montserrat', system-ui, -apple-system, sans-serif;
  font-weight: 600;
  font-size: 0.9rem;
  letter-spacing: 0.01em;
  cursor: pointer;

  background: linear-gradient(90deg, var(--ai-start), var(--ai-end));
  background-size: 140% 100%;
  background-position: 0% 50%;

  box-shadow:
    0 10px 24px rgba(35, 39, 88, 0.34),
    0 10px 28px rgba(240, 88, 46, 0.28),
    0 0 0 1px rgba(255, 255, 255, 0.08) inset;

  transition:
    transform 160ms ease,
    box-shadow 200ms ease,
    filter 200ms ease,
    background-position 320ms ease;
}

.ArticuloDetalle_summarizeButton__hgZaF:hover:not(:disabled) {
  color: var(--ai-text);
  transform: translateY(-1px);
  background-position: 100% 50%;
  filter: saturate(1.06) brightness(1.02);
  box-shadow:
    0 14px 34px rgba(35, 39, 88, 0.42),
    0 16px 40px rgba(240, 88, 46, 0.40),
    0 0 0 1px rgba(255, 255, 255, 0.10) inset;
}

.ArticuloDetalle_summarizeButton__hgZaF:disabled {
  cursor: progress;
}

.ArticuloDetalle_summarizeButton__hgZaF:focus,
.ArticuloDetalle_summarizeButton__hgZaF:focus-visible {
  outline: none;
}

.ArticuloDetalle_summarizeButton__hgZaF:focus-visible {
  box-shadow:
    0 14px 34px rgba(35, 39, 88, 0.38),
    0 16px 40px rgba(240, 88, 46, 0.34),
    0 0 0 3px rgba(35, 39, 88, 0.24),
    0 0 0 6px rgba(240, 88, 46, 0.18);
}

.ArticuloDetalle_summarizeButton__hgZaF::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  pointer-events: none;
  z-index: 0;
  opacity: 0;
  background: radial-gradient(140% 170% at 12% 0%,
      rgba(255, 255, 255, 0.28) 0%,
      rgba(255, 255, 255, 0.10) 22%,
      rgba(255, 255, 255, 0) 58%);
  transition: opacity 180ms ease;
}

.ArticuloDetalle_summarizeButton__hgZaF::after {
  content: "";
  position: absolute;
  inset: -2px;
  border-radius: inherit;
  pointer-events: none;
  z-index: 0;
  padding: 2px;
  background: linear-gradient(90deg, var(--ai-start) 0%, var(--ai-end) 50%, var(--ai-start) 100%);
  background-size: 200% 100%;
  background-position: 0% 50%;
  background-repeat: repeat;
  -webkit-mask:
    linear-gradient(#000 0 0) content-box,
    linear-gradient(#000 0 0);
  mask:
    linear-gradient(#000 0 0) content-box,
    linear-gradient(#000 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  opacity: 0;
  filter:
    drop-shadow(0 10px 18px rgba(35, 39, 88, 0.28)) drop-shadow(0 12px 22px rgba(240, 88, 46, 0.26));
  transition: opacity 180ms ease;
}

.ArticuloDetalle_summarizeButton__hgZaF:hover:not(:disabled)::before {
  opacity: 0.18;
}

.ArticuloDetalle_summarizeButton__hgZaF:hover:not(:disabled)::after {
  opacity: 1;
  animation: ArticuloDetalle_aiBorderRun__aoOH_ 1.65s linear infinite;
}

.ArticuloDetalle_summarizeButton__hgZaF:disabled::before {
  opacity: 0.1;
}

.ArticuloDetalle_summarizeButton__hgZaF:disabled::after {
  opacity: 0;
  animation: none;
}

.ArticuloDetalle_summarizeButtonText__p3I1R {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  position: relative;
  z-index: 1;
}

@media (max-width: 768px) {
  .ArticuloDetalle_readTimeContainer__4Mp7H {
    flex-direction: column !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 0.55rem;
  }

  .ArticuloDetalle_readTimeText__WfIeq {
    order: -1;
    white-space: nowrap;
    margin-left: 0;
  }

  .ArticuloDetalle_summarizeWrapper__KCGZg {
    flex-direction: column;
    align-items: center;
    gap: 0.4rem;
  }
}

.ArticuloDetalle_summarizeLoadingMessage__LBJ4x {
  animation: ArticuloDetalle_summarizeMessageBreath__58e8m 1.2s ease-in-out infinite;
}

.ArticuloDetalle_summarizeLoadingDots__Eo4wi {
  display: inline-flex;
  width: 1.1em;
  overflow: hidden;
}

.ArticuloDetalle_summarizeLoadingDots__Eo4wi::after {
  content: '...';
  animation: ArticuloDetalle_summarizeDots__5bd9m 1s steps(4, end) infinite;
}

.ArticuloDetalle_summarizeButtonIconWrap__gJAvU {
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.ArticuloDetalle_summarizeButtonIcon___9oUA {
  width: 18px;
  height: 18px;
  display: inline-block;
  filter:
    drop-shadow(0 1px 10px rgba(255, 255, 255, 0.16)) drop-shadow(0 10px 22px rgba(35, 39, 88, 0.22));
  opacity: 0.98;
}

@keyframes ArticuloDetalle_aiBorderRun__aoOH_ {
  to {
    background-position: 200% 50%;
  }
}

@keyframes ArticuloDetalle_summarizeMessageBreath__58e8m {

  0%,
  100% {
    opacity: 0.78;
    transform: translateY(0);
  }

  50% {
    opacity: 1;
    transform: translateY(-0.5px);
  }
}

@keyframes ArticuloDetalle_summarizeDots__5bd9m {
  0% {
    width: 0;
  }

  100% {
    width: 1.1em;
  }
}

@media (prefers-reduced-motion: reduce) {
  .ArticuloDetalle_summarizeButton__hgZaF {
    transition: none;
  }

  .ArticuloDetalle_summarizeButton__hgZaF::before,
  .ArticuloDetalle_summarizeButton__hgZaF::after {
    transition: none;
  }

  .ArticuloDetalle_summarizeButton__hgZaF:hover:not(:disabled)::after {
    animation: none;
  }

  .ArticuloDetalle_summarizeLoadingMessage__LBJ4x,
  .ArticuloDetalle_summarizeLoadingDots__Eo4wi::after {
    animation: none;
  }

  .ArticuloDetalle_summaryContainer__Ohdto::after {
    animation: none;
  }
}

.ArticuloDetalle_summaryContainer__Ohdto {
  --summary-start: #0c1ee9;
  --summary-end: #353535;

  position: relative;
  isolation: isolate;
  background: #f8f9fc;
  border-left: 4px solid #232758;
  border-radius: 0 8px 8px 0;
  padding: 16px 20px;
  margin-bottom: 24px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
}

.ArticuloDetalle_summaryHeader__DWyTl {
  color: #232758;
  font-family: 'Montserrat', system-ui, -apple-system, sans-serif;
  margin-bottom: 8px;
  display: flex;
  align-items: center;
}

.ArticuloDetalle_summaryText__on6vt {
  color: #333;
  font-family: 'Montserrat', system-ui, -apple-system, sans-serif;
  font-size: 1.1rem;
  line-height: 1.6;
  margin: 0;
}

.ArticuloDetalle_summaryError__jvxIt {
  background: #fff0f0;
  border-left: 4px solid #ff4444;
  padding: 12px 16px;
  border-radius: 0 8px 8px 0;
  color: #cc0000;
  margin-bottom: 24px;
  font-family: 'Montserrat', system-ui, -apple-system, sans-serif;
}
/*!*********************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[14].oneOf[5].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[14].oneOf[5].use[3]!./src/app/components/common/header/login.module.css ***!
  \*********************************************************************************************************************************************************************************************************************************************************************************************/
.login_overlay__l9RTz {
  position: fixed;
  top: 0; left: 0; right: 0; bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1000;
}

.login_message__6MJYz{
  color: red;
}

.login_tituloSesion__V0933 {
  font-size: 1.2rem;
  font-weight: 600;
  margin-bottom: 20px;
  margin-top: 10px;
  color:#000000
}

.login_modal__ZBgPW {
  background: #ffffff;
  border-radius: 32px;
  padding: 40px 40px 20px 38px;
  width: 520px;
  position: relative;
  box-shadow: 10px 10px 10px 1px rgba(0,0,0,0.22);
  display: flex;
  flex-direction: column;
}
.login_input1__bhjdc  {
  border: 1px solid #000000;
  border-radius: 16px;
  padding: 12px;
  font-size: 1rem;
  margin-bottom: 31px;
}
.login_input2__1HXtN  {
  border: 1px solid #000000;
  border-radius: 16px;
  padding: 12px;
  font-size: 1rem;
  margin-bottom: 4px;
}
.login_forgot__1Sncv {
  width: -moz-fit-content;
  width: fit-content;
  font-size: 1.1rem;
  font-weight: 400;
  color: #000000;
  text-decoration: none;
  margin-bottom: 24px;
  cursor: pointer;
}
.login_loginBtn__idw5z {
  background: #232758;
  color: #ffffff;
  border: none;
  border-radius: 14px;
  padding: 10px 0;
  font-size: 1.1rem;
  font-weight: 600;
  cursor: pointer;
  margin-bottom: 18px;
  width: 280px;
  align-self: center;
}
.login_orGoogle__4SAsd {
  display: flex;
  align-items: center;
  gap: 8px;
  justify-content: center;
  margin-bottom: 18px;
  color:#000000
}
.login_orGoogle__4SAsd span {
  font-size: 1.1rem;
}
.login_googleIcon__AKB9_ {
  width: 60px;
  height: 60px;
  cursor: pointer;
}
.login_register__XYMZW {
  text-align: center;
  font-size: 1.1rem;
  color: #000000;
  margin-bottom: 0; /* último elemento, sin margen */
}
.login_register__XYMZW a {
  color: #23234c;
  text-decoration: underline;
  -webkit-text-decoration-color: #23234c;
          text-decoration-color: #23234c;
  cursor: pointer;
}
.login_closeBtn__8qRQ6 {
  position: absolute;
  top: 12px;
  right: 16px;
  background: none;
  border: none;
  font-size: 1.5rem;
  cursor: pointer;
}
/*!***********************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[14].oneOf[5].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[14].oneOf[5].use[3]!./src/app/article/[notice_url]/miniArticle/MiniArticle.module.css ***!
  \***********************************************************************************************************************************************************************************************************************************************************************************************************/
.MiniArticle_title__3FZtm{
    font-weight: 700;
    font-size: 1.75rem;
}

.MiniArticle_imageContainer__DXyb9{
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 90%;
    max-width: 700px;
    margin-inline: auto;
    margin-top: 2.5rem;
    margin-bottom: 2rem;
    gap: .5rem;
}

.MiniArticle_figcaption__6Tgce{
   width: 100%;
   font-size: 1rem; 
   padding-inline: 1rem;
}
/*!***********************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[14].oneOf[5].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[14].oneOf[5].use[3]!./src/app/article/[notice_url]/listArticle/ListArticle.module.css ***!
  \***********************************************************************************************************************************************************************************************************************************************************************************************************/
.ListArticle_iconsContainer__hqbZm{
    display: flex;
    flex-direction: row;
    gap: 1rem;
    margin-inline: auto;
}

.ListArticle_articleData__YYcFO{
    margin-top: 1.8rem;
    margin-bottom: 1.2rem;
}
/*!***************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[14].oneOf[5].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[14].oneOf[5].use[3]!./src/app/components/common/Advertisement/Publicidad320x50.module.css ***!
  \***************************************************************************************************************************************************************************************************************************************************************************************************************/
.Publicidad320x50_publicidadSidebar__lQ7SY {
  width: 350px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #f5f5f5;
  border: 1px solid #e0e0e0;
  border-radius: 4px;
  margin: 10px 0;
  overflow: hidden;
}

.Publicidad320x50_publicidadSidebar__lQ7SY span {
  color: #666;
  font-size: 12px;
  text-align: center;
}

.Publicidad320x50_publicidadSidebar__lQ7SY a {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.Publicidad320x50_publicidadSidebar__lQ7SY img {
  max-width: 100%;
  max-height: 100%;
}

.Publicidad320x50_publicidadArticulo__k_XuH {
  width: 100%;
  height: 10rem;
  background: #e6e6e6;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  font-size: 1.2rem;
  color: #000000;
  margin-top: 3rem
}

/* Estilo base para desktop - ancho completo */
.Publicidad320x50_publicidadBanner320x50__h7ZmV {
  width: 100%;
  height: auto;
  margin: 20px 0;
  position: relative;
  display: block;
  background: transparent;
  overflow: visible;
}

.Publicidad320x50_publicidadBanner320x50__h7ZmV a {
  display: block;
  width: 100%;
  height: 100%;
}

.Publicidad320x50_publicidadBanner320x50__h7ZmV img {
  width: 100%;
  height: auto;
  object-fit: contain;
  display: block;
}

/* Estilos específicos para móviles */
@media (max-width: 700px) {
  .Publicidad320x50_publicidadBanner320x50__h7ZmV {
    width: 100%;
    height: auto;
    margin: 0;
    position: relative;
    display: block;
    background: transparent;
    overflow: visible;
  }
  
  .Publicidad320x50_publicidadBanner320x50__h7ZmV img {
    width: 100%;
    height: auto;
    max-height: none;
    object-fit: contain;
    display: block;
  }
}
/*!****************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[14].oneOf[10].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[14].oneOf[10].use[3]!./node_modules/swiper/swiper.css ***!
  \****************************************************************************************************************************************************************************************************************************************************************************/
/**
 * Swiper 12.0.3
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2025 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: October 21, 2025
 */

:root {
  --swiper-theme-color: #007aff;
  /*
  --swiper-preloader-color: var(--swiper-theme-color);
  --swiper-wrapper-transition-timing-function: initial;
  */
}
:host {
  position: relative;
  display: block;
  margin-left: auto;
  margin-right: auto;
  z-index: 1;
}
.swiper {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  /* Fix of Webkit flickering */
  z-index: 1;
  display: block;
}
.swiper-vertical > .swiper-wrapper {
  flex-direction: column;
}
.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  transition-timing-function: var(--swiper-wrapper-transition-timing-function, initial);
  box-sizing: content-box;
}
.swiper-android .swiper-slide,
.swiper-ios .swiper-slide,
.swiper-wrapper {
  transform: translate3d(0px, 0, 0);
}
.swiper-horizontal {
  touch-action: pan-y;
}
.swiper-vertical {
  touch-action: pan-x;
}
.swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform;
  display: block;
}
.swiper-slide-invisible-blank {
  visibility: hidden;
}
/* Auto Height */
.swiper-autoheight,
.swiper-autoheight .swiper-slide {
  height: auto;
}
.swiper-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: transform, height;
}
.swiper-backface-hidden .swiper-slide {
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
/* 3D Effects */
.swiper-3d.swiper-css-mode .swiper-wrapper {
  perspective: 1200px;
}
.swiper-3d .swiper-wrapper {
  transform-style: preserve-3d;
}
.swiper-3d {
  perspective: 1200px;
  .swiper-slide,
  .swiper-cube-shadow {
    transform-style: preserve-3d;
  }
}

/* CSS Mode */
.swiper-css-mode {
  > .swiper-wrapper {
    overflow: auto;
    scrollbar-width: none; /* For Firefox */
    -ms-overflow-style: none; /* For Internet Explorer and Edge */
    &::-webkit-scrollbar {
      display: none;
    }
  }
  > .swiper-wrapper > .swiper-slide {
    scroll-snap-align: start start;
  }
  &.swiper-horizontal {
    > .swiper-wrapper {
      scroll-snap-type: x mandatory;
    }
  }
  &.swiper-vertical {
    > .swiper-wrapper {
      scroll-snap-type: y mandatory;
    }
  }
  &.swiper-free-mode {
    > .swiper-wrapper {
      scroll-snap-type: none;
    }
    > .swiper-wrapper > .swiper-slide {
      scroll-snap-align: none;
    }
  }
  &.swiper-centered {
    > .swiper-wrapper::before {
      content: '';
      flex-shrink: 0;
      order: 9999;
    }
    > .swiper-wrapper > .swiper-slide {
      scroll-snap-align: center center;
      scroll-snap-stop: always;
    }
  }
  &.swiper-centered.swiper-horizontal {
    > .swiper-wrapper > .swiper-slide:first-child {
      -webkit-margin-start: var(--swiper-centered-offset-before);
              margin-inline-start: var(--swiper-centered-offset-before);
    }
    > .swiper-wrapper::before {
      height: 100%;
      min-height: 1px;
      width: var(--swiper-centered-offset-after);
    }
  }
  &.swiper-centered.swiper-vertical {
    > .swiper-wrapper > .swiper-slide:first-child {
      -webkit-margin-before: var(--swiper-centered-offset-before);
              margin-block-start: var(--swiper-centered-offset-before);
    }
    > .swiper-wrapper::before {
      width: 100%;
      min-width: 1px;
      height: var(--swiper-centered-offset-after);
    }
  }
}

/* Slide styles start */
/* 3D Shadows */
.swiper-3d {
  .swiper-slide-shadow,
  .swiper-slide-shadow-left,
  .swiper-slide-shadow-right,
  .swiper-slide-shadow-top,
  .swiper-slide-shadow-bottom,
  .swiper-slide-shadow,
  .swiper-slide-shadow-left,
  .swiper-slide-shadow-right,
  .swiper-slide-shadow-top,
  .swiper-slide-shadow-bottom {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 10;
  }
  .swiper-slide-shadow {
    background: rgba(0, 0, 0, 0.15);
  }
  .swiper-slide-shadow-left {
    background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  }
  .swiper-slide-shadow-right {
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  }
  .swiper-slide-shadow-top {
    background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  }
  .swiper-slide-shadow-bottom {
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  }
}
.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  transform-origin: 50%;
  box-sizing: border-box;
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-radius: 50%;
  border-top-color: transparent;
}
.swiper:not(.swiper-watch-progress),
.swiper-watch-progress .swiper-slide-visible {
  .swiper-lazy-preloader {
    animation: swiper-preloader-spin 1s infinite linear;
  }
}
.swiper-lazy-preloader-white {
  --swiper-preloader-color: #fff;
}
.swiper-lazy-preloader-black {
  --swiper-preloader-color: #000;
}
@keyframes swiper-preloader-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
/* Slide styles end */

/*!****************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[14].oneOf[10].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[14].oneOf[10].use[3]!./node_modules/swiper/modules/pagination.css ***!
  \****************************************************************************************************************************************************************************************************************************************************************************************/
:root {
  /*
  --swiper-pagination-color: var(--swiper-theme-color);
  --swiper-pagination-left: auto;
  --swiper-pagination-right: 8px;
  --swiper-pagination-bottom: 8px;
  --swiper-pagination-top: auto;
  --swiper-pagination-fraction-color: inherit;
  --swiper-pagination-progressbar-bg-color: rgba(0,0,0,0.25);
  --swiper-pagination-progressbar-size: 4px;
  --swiper-pagination-bullet-size: 8px;
  --swiper-pagination-bullet-width: 8px;
  --swiper-pagination-bullet-height: 8px;
  --swiper-pagination-bullet-border-radius: 50%;
  --swiper-pagination-bullet-inactive-color: #000;
  --swiper-pagination-bullet-inactive-opacity: 0.2;
  --swiper-pagination-bullet-opacity: 1;
  --swiper-pagination-bullet-horizontal-gap: 4px;
  --swiper-pagination-bullet-vertical-gap: 6px;
  */
}
.swiper-pagination {
  position: absolute;
  text-align: center;
  transition: 300ms opacity;
  transform: translate3d(0, 0, 0);
  z-index: 10;
  &.swiper-pagination-hidden {
    opacity: 0;
  }
  .swiper-pagination-disabled > &,
  &.swiper-pagination-disabled {
    display: none !important;
  }
}
/* Common Styles */
.swiper-pagination-fraction,
.swiper-pagination-custom,
.swiper-horizontal > .swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal {
  bottom: var(--swiper-pagination-bottom, 8px);
  top: var(--swiper-pagination-top, auto);
  left: 0;
  width: 100%;
}
/* Bullets */
.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
  .swiper-pagination-bullet {
    transform: scale(0.33);
    position: relative;
  }
  .swiper-pagination-bullet-active {
    transform: scale(1);
  }
  .swiper-pagination-bullet-active-main {
    transform: scale(1);
  }
  .swiper-pagination-bullet-active-prev {
    transform: scale(0.66);
  }
  .swiper-pagination-bullet-active-prev-prev {
    transform: scale(0.33);
  }
  .swiper-pagination-bullet-active-next {
    transform: scale(0.66);
  }
  .swiper-pagination-bullet-active-next-next {
    transform: scale(0.33);
  }
}
.swiper-pagination-bullet {
  width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 8px));
  height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 8px));
  display: inline-block;
  border-radius: var(--swiper-pagination-bullet-border-radius, 50%);
  background: var(--swiper-pagination-bullet-inactive-color, #000);
  opacity: var(--swiper-pagination-bullet-inactive-opacity, 0.2);
  button& {
    border: none;
    margin: 0;
    padding: 0;
    box-shadow: none;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
  }
  .swiper-pagination-clickable & {
    cursor: pointer;
  }

  &:only-child {
    display: none !important;
  }
}
.swiper-pagination-bullet-active {
  opacity: var(--swiper-pagination-bullet-opacity, 1);
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
}

.swiper-vertical > .swiper-pagination-bullets,
.swiper-pagination-vertical.swiper-pagination-bullets {
  right: var(--swiper-pagination-right, 8px);
  left: var(--swiper-pagination-left, auto);
  top: 50%;
  transform: translate3d(0px, -50%, 0);
  .swiper-pagination-bullet {
    margin: var(--swiper-pagination-bullet-vertical-gap, 6px) 0;
    display: block;
  }
  &.swiper-pagination-bullets-dynamic {
    top: 50%;
    transform: translateY(-50%);
    width: 8px;
    .swiper-pagination-bullet {
      display: inline-block;
      transition:
        200ms transform,
        200ms top;
    }
  }
}
.swiper-horizontal > .swiper-pagination-bullets,
.swiper-pagination-horizontal.swiper-pagination-bullets {
  .swiper-pagination-bullet {
    margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 4px);
  }
  &.swiper-pagination-bullets-dynamic {
    left: 50%;
    transform: translateX(-50%);
    white-space: nowrap;
    .swiper-pagination-bullet {
      transition:
        200ms transform,
        200ms left;
    }
  }
}
.swiper-horizontal.swiper-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition:
    200ms transform,
    200ms right;
}
/* Fraction */
.swiper-pagination-fraction {
  color: var(--swiper-pagination-fraction-color, inherit);
}
/* Progress */
.swiper-pagination-progressbar {
  background: var(--swiper-pagination-progressbar-bg-color, rgba(0, 0, 0, 0.25));
  position: absolute;
  .swiper-pagination-progressbar-fill {
    background: var(--swiper-pagination-color, var(--swiper-theme-color));
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    transform: scale(0);
    transform-origin: left top;
  }
  .swiper-rtl & .swiper-pagination-progressbar-fill {
    transform-origin: right top;
  }
  .swiper-horizontal > &,
  &.swiper-pagination-horizontal,
  .swiper-vertical > &.swiper-pagination-progressbar-opposite,
  &.swiper-pagination-vertical.swiper-pagination-progressbar-opposite {
    width: 100%;
    height: var(--swiper-pagination-progressbar-size, 4px);
    left: 0;
    top: 0;
  }
  .swiper-vertical > &,
  &.swiper-pagination-vertical,
  .swiper-horizontal > &.swiper-pagination-progressbar-opposite,
  &.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite {
    width: var(--swiper-pagination-progressbar-size, 4px);
    height: 100%;
    left: 0;
    top: 0;
  }
}
.swiper-pagination-lock {
  display: none;
}

/*!**************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[14].oneOf[5].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[14].oneOf[5].use[3]!./src/app/components/common/skeleton/Skeleton.module.css ***!
  \**************************************************************************************************************************************************************************************************************************************************************************************************/
.Skeleton_skeleton__yigxm {
  background: linear-gradient(90deg, #e0e0e0 25%, #f0f0f0 50%, #e0e0e0 75%);
  background-size: 200% 100%;
  animation: Skeleton_shimmer__C3nlL 1.5s infinite;
  display: inline-block;
}

.Skeleton_banner__E7GMj {
  height: auto !important;
  width: min(90vw, 95rem) !important;
  aspect-ratio: 10 / 1;
  margin-inline: auto;
}

@keyframes Skeleton_shimmer__C3nlL {
  0% {
    background-position: 200% 0;
  }
  100% {
    background-position: -200% 0;
  }
}

/*!*****************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[14].oneOf[5].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[14].oneOf[5].use[3]!./src/app/article/[notice_url]/NoticiasRelacionadas/NoticiasRelacionadas.module.css ***!
  \*****************************************************************************************************************************************************************************************************************************************************************************************************************************/
.NoticiasRelacionadas_contenedor__7Hlui{
  width: min(95vw, 98rem); /* Igual que .container en Articulo.module.css */
  margin-inline: auto;
  padding-inline: clamp(0rem, 0.1vw, 0.6rem); /* Igual que .container */
  box-sizing: border-box;
  margin-bottom: 5rem;
  /* Elimina margin-left: 10px; */
}

.NoticiasRelacionadas_diamond__N0ztk {
  display: inline-flex;
  width: 1rem;
  height: 1rem;
  margin-left: 0.3rem;
  vertical-align: middle;
  align-self: center;
  justify-content: center;
  align-items: center;
}

.NoticiasRelacionadas_gridNoticias__TDS0K{
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr)); 
  grid-gap: clamp(0.2rem, 0.6vw, 1.25rem); 
  gap: clamp(0.2rem, 0.6vw, 1.25rem);              
  margin-bottom: 1.5rem;
}

.NoticiasRelacionadas_tituloSeccion__R6CHb { 
  text-align: left; 
  font-weight: bolder;
  color: #000000; 
  margin: 0 0 20px ; 
  font-size: 1.2rem; 
  padding-top: 2rem;
  
}

.NoticiasRelacionadas_cardNoticia__FQtuW{
  display: grid;
  grid-template-rows: auto 1fr; 
  min-width: 0;
}

.NoticiasRelacionadas_imagenContenedor__DjJiG{
  width: 100%;
  aspect-ratio: 16 / 10;
  background: #f0f0f0;
  overflow: hidden;
  position: relative;
}
.NoticiasRelacionadas_imagenContenedor__DjJiG img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.NoticiasRelacionadas_info__3kxSv{
  display: flex;
  flex-direction: column;
  gap: 0.3rem;
  padding-left: 2%;
}

.NoticiasRelacionadas_categoria__CIPHc { 
  font-size: 1rem; 
  font-weight: 600; 
  color: #000; 
  letter-spacing: 0rem;
  margin-top: 0.5rem; 
}

.NoticiasRelacionadas_tituloNoticia__DetQQ{
  margin: 0;
  margin-bottom: 50px;
  font-size: clamp(1rem, 2.1vw, 1.2rem);
  font-weight: 900;
  color: #000;
  line-height: 1.3;              
  display: -webkit-box;         
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  max-width: 90%;
}

.NoticiasRelacionadas_seccion____2Ow {
  width: 100%;
  margin-top: 2rem;
}

@media (max-width: 1024px){
  .NoticiasRelacionadas_gridNoticias__TDS0K{ grid-template-columns: repeat(3, minmax(0,1fr)); }
}
@media (max-width: 900px){
  .NoticiasRelacionadas_gridNoticias__TDS0K{ grid-template-columns: repeat(2, minmax(0,1fr)); }
}
@media (max-width: 600px){
  .NoticiasRelacionadas_gridNoticias__TDS0K{ grid-template-columns: 1fr; gap: 1rem; }
}
/*!***********************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[14].oneOf[5].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[14].oneOf[5].use[3]!./src/app/article/[notice_url]/Sidebar/sidebarNoticias.module.css ***!
  \***********************************************************************************************************************************************************************************************************************************************************************************************************/
.sidebarNoticias_articulo__c75gj {
  background: #ffffff;
}

.sidebarNoticias_cotizaciones__NLzPH {
  width: 100%;
  margin-top: 1rem;
}

.sidebarNoticias_cotizacionesTitulo__k8GfW {
  font-weight: 800;
  font-size: 1rem;
  letter-spacing: 0.05rem;
  color: #000000;
  margin-bottom: 1rem;
  text-transform: uppercase;
}

.sidebarNoticias_categoria__QiPfW {
  color: #000000;
  padding: 4px;
  padding-left: 0;
  font-weight: bold;
  font-size: 14px;
  display: inline-block;
}

.sidebarNoticias_titulo__vFu9c {
  margin: 16px 0 8px 0;
  font-weight: bold;
  font-size: 2rem;
  color: #222;
}

.sidebarNoticias_resumen__sDWOQ {
  color: #555;
  margin-bottom: 16px;
}

.sidebarNoticias_imagen__5LwEn {
  overflow: hidden;
  margin-bottom: 16px;
}

.sidebarNoticias_imagen__5LwEn img {
  width: 100%;
  height: auto;
  display: block;
}

.sidebarNoticias_subresumen__8cQIi {
  color: #888;
  font-size: 0.95rem;
  margin-bottom: 16px;
}

.sidebarNoticias_meta__iQeX1 {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 16px;
}

.sidebarNoticias_autor__iy1lG {
  font-weight: bold;
}

.sidebarNoticias_fecha__ds0CZ {
  color: #888;
  font-size: 0.95rem;
}

.sidebarNoticias_cuerpo__hYQhz {
  line-height: 1.7;
  color: #222;
  font-size: 1.08rem;
}

.sidebarNoticias_footer__klSFe {
  margin-top: 24px;
  font-size: 0.95rem;
  color: #888;
}

.sidebarNoticias_publicidadSidebar__elgFT {
  width: 100%;
  height: 30rem;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  font-size: 1.2rem;
  color: #000000;
  margin-top: 3rem
}

.sidebarNoticias_ultimasSection__u0nFW {
  margin-top: 32px;
}

.sidebarNoticias_MasLeidasTituloseccion__mLWeV {
  color: #3eb453;
  margin-top: 1.7rem;
  font-weight: bold;
  font-size: 1.3rem;
  margin-bottom: 18px;
}

.sidebarNoticias_ultimaNoticia__HyOAK {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  margin-bottom: 8px;
  gap: 16px;
}

.sidebarNoticias_ultimaTexto__LFGQ4 {
  flex: 1 1 75%
}

.sidebarNoticias_ultimaTitulo__xSCMa {
  font-size: 0.9rem;
  font-weight: 900;
  margin: 6px 0 0 0;
  color: #222;
}

.sidebarNoticias_ultimaImagen__F7vjA {
  flex: 1 1 25%;
  overflow: hidden;
  background: #eee;
  display: flex;
  align-items: center;
  justify-content: center;
  aspect-ratio: 1;
}

.sidebarNoticias_estrella__1k1M_ {
  color: var(--brand-1); 
}

.sidebarNoticias_diamond__za3z9 {
  display: inline-flex;
  width: 1rem;
  height: 1rem;
  margin-left: 0.3rem;
  vertical-align: middle;
  align-self: center;
  justify-content: center;
  align-items: center;
}

.sidebarNoticias_ultimaImagen__F7vjA img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/*!***********************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[14].oneOf[5].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[14].oneOf[5].use[3]!./src/app/components/common/Advertisement/PublicidadSidebar460x433.module.css ***!
  \***********************************************************************************************************************************************************************************************************************************************************************************************************************/
.PublicidadSidebar460x433_publicidadSidebar__qdZMN {
  width: 100%; 
  max-width: 460px; 
  background: transparent;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  font-size: 1.2rem;
  color: #000000;
  margin: 0 auto; /* Centrado horizontalmente */
  position: relative;
  overflow: visible;
  aspect-ratio: 1;
}

/* Estilos específicos para móviles */
@media (max-width: 700px) {
  .PublicidadSidebar460x433_publicidadSidebar__qdZMN {
    margin: 2rem auto;
  }
}
/*!******************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[14].oneOf[5].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[14].oneOf[5].use[3]!./src/app/components/home/mainContent/LasCincoMasLeidas/LasCincoMasLeidas.module.css ***!
  \******************************************************************************************************************************************************************************************************************************************************************************************************************************/
.LasCincoMasLeidas_seccion__JLtKk {
  width: 100%;
  max-width: 822px;
  margin-inline: auto;
  height: 100%;
  padding-inline: clamp(0rem, 0.1vw, 0.6rem);
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  font-family: 'Montserrat', Arial, sans-serif;
  background: none;
}

.LasCincoMasLeidas_diamond__pN88q {
  display: inline-flex;
  width: 1rem;
  height: 1rem;
  margin-left: 0.3rem;
  vertical-align: middle;
  align-self: center;
  justify-content: center;
  align-items: center;
}

.LasCincoMasLeidas_tituloSeccion__k4udN {
  text-align: center;
  font-weight: 800;
  letter-spacing: 0.075rem;
  color: #000;
  margin: 0 0 2dvh;
  font-size: 1rem;
}

.LasCincoMasLeidas_contenedorPrincipal__O2NUs {
  background-color: #ffffff;
  padding: 3dvh 5%;
  border-radius: 0.25rem;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  margin: 0;
  max-width: none;
}

.LasCincoMasLeidas_listaArticulos__F9n6S {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  max-width: 900px;
  margin: 0 auto;
  align-items: center; 
}

.LasCincoMasLeidas_articulo__pjYjJ {
  display: flex;
  align-items: flex-start;
  gap: 3rem;
  padding-bottom: 1.5rem;
  border-bottom: 1px solid #000000;
  width: 80%;
}

.LasCincoMasLeidas_articulo__pjYjJ:last-child {
  border-bottom: none;
}

.LasCincoMasLeidas_numero__jOF96 {
  display: flex;
  font-size: clamp(2rem, 4vw, 3rem);
  font-weight: 800;
  color: #666666;
  line-height: 1;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  margin-top: 20px;
}

.LasCincoMasLeidas_info__PbedH {
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
}

.LasCincoMasLeidas_categoria__ToUKT {
  font-size: var(--step--1);
  font-weight: 700;
  color: #000000;
  text-transform: uppercase;
}

.LasCincoMasLeidas_estrella__jsqmE {
  color: #232758;
}

.LasCincoMasLeidas_tituloArticulo__g_6xP {
  font-size: 1rem;
  font-weight: 800;
  color: #000;
  line-height: 1.2;
  cursor: pointer;
  transition: color 0.3s ease;
  max-width: 90%;
}

/* Responsive Design */
@media (max-width: 768px) {
  .LasCincoMasLeidas_seccion__JLtKk {
    padding: 3dvh 4%;
  }

  .LasCincoMasLeidas_articulo__pjYjJ {
    gap: 1rem;
  }

  .LasCincoMasLeidas_numero__jOF96 {
    font-size: var(--step-3);
  }
}
/*!**********************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[14].oneOf[5].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[14].oneOf[5].use[3]!./src/app/components/home/mainContent/Impresa/Impresa.module.css ***!
  \**********************************************************************************************************************************************************************************************************************************************************************************************************/
.Impresa_seccion__Pekcr {
  background: #ffffff;
  margin-bottom: 2rem;
  font-family: 'Montserrat', Arial, sans-serif;
}

.Impresa_contenedor___K0K2 {
  max-width: 1700px;
  margin: 0 auto;
  padding: 0 20px;
}

.Impresa_cotizacionesWrapper__ZYv78,.Impresa_cotizaciones__orxQ7{
  height: 100%;
  display: flex;
}

/* Layout externo: lado a lado */
.Impresa_grid__Sw7xD {
  display: flex;
  gap: 30px;
  align-items: stretch; /* Estira ambas columnas a la misma altura */
  /* height: 100%; */
}

/* Columna izquierda (ediciones) crece el doble que la derecha */
.Impresa_ediciones__2G7Tc {
  display: grid;
  grid-gap: 40px;
  gap: 40px;
  flex: 2 1;
  min-width: 0;
  justify-content: center;
  /* Por defecto: auto-fit para centrar */
  grid-template-columns: repeat(auto-fit, minmax(280px, 350px));
}

.Impresa_tarjeta__iKPie {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  height: 100%; /* Ocupa toda la altura de la columna */
}

.Impresa_etiqueta__yakg9 {
  font-size: 0.95rem;
  color: #444;
  margin-bottom: 10px;
  text-align: center;
  font-weight: bold;
}

.Impresa_portada__JmMxc {
  width: 100%;
  max-width: 100%;        
  background: #fffefe;
  padding: 10px;
  box-shadow: 0 0 24px 0 rgba(0,0,0,0.45); 
  flex: 1 1 auto;           
  overflow: hidden;   
  cursor: pointer;      
}

.Impresa_portada__JmMxc img {
  width: 100%;
  height: 100%;             
  object-fit: cover;       
  border-radius: 4px;
  display: block;
}

.Impresa_boton__bA5e5 {
  margin-top: 55px;   
  background: #111;
  color: #fff;
  border: none;
  border-radius: 22px;
  padding: 3px 16px;       
  font-weight: 700;
  cursor: pointer;
  transition: transform .2s ease, box-shadow .2s ease;
  align-self: center;     
  width: 220px;           
  white-space: nowrap;     
}

.Impresa_boton__bA5e5:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 16px rgba(0,0,0,0.15);
}

/* Columna derecha (cotizaciones) */
.Impresa_cotizaciones__orxQ7 {
  background: #e6e6e6;
  padding: 16px;
  flex: 1 1;
  min-width: 0;
  /* height: 100%; */
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.Impresa_lista__3vQYd {
  flex: 1 1 auto;
  display: flex;
  flex-direction: column;
  justify-content: space-between; /* Distribuye las filas proporcionalmente */
  gap: 20px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.Impresa_fila__oFWG0 {
  display: grid;
  grid-template-columns: 64px 1.7fr 8px 70px 90px 5px; 
  align-items: center;
  background: #cccccc;
  padding: 0 12px; 
  grid-column-gap: 10px; 
  column-gap: 10px;
}

.Impresa_verticalDivider__eSG1x {
  grid-column: 3;
  grid-row: 1 / -1;
  justify-self: stretch;
  align-self: stretch;
  width: 10px;
  /* height: 100%;  */
  background: #e6e6e6;
  margin: 0;
  z-index: 1;
}

.Impresa_infoCell__nZBdV{
  display: flex;
  align-items: center;
  grid-column: 1 / 3;
  gap: 15px;
}

.Impresa_flagCell__sMtC6 {
  border-radius: 8px;
  height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.Impresa_flag__NHzFH {
  font-size: 18px;
}

.Impresa_flagImg__eJNBh {
    width: 33px;
    height: 30px;
    object-fit: contain;
  }

.Impresa_nombreCell__fv9bs .Impresa_nombre__eJ788 {
  font-size: 0.9rem;
  font-weight: 500;
  color: #222;
  display: block; 
  word-break: break-word; 
}

.Impresa_labelCell__YdSuN {
  display: grid;
  color: #1a1a1a;
  font-size: 0.85rem;
  text-align: right;
  grid-column-gap: 0px;
  column-gap: 0px;
}

.Impresa_valorCell__TZ61l {
  display: grid;
  font-weight: 500;
  color: #222;
  text-align: right;
  word-break: keep-all; 
  min-width: 0; 
}

.Impresa_tendencia__fHaTX {
  font-size: 1rem;
  font-weight: 800;
}

.Impresa_tendenciaInline__6vfmC{
  margin-left: 5px;
  font-size: 1.2rem;
  font-weight: 800;

}

.Impresa_sube__FZnr3 { color: #469f4e; }  
.Impresa_baja__qNLMJ { color: #e33739; } 
.Impresa_igual__bwuA6 {color: #f69131;} 


.Impresa_subtitulo__PDmiy {
  grid-column: 1 / -1;  
  text-align: left;
  font-size: var(--titulo-noticia);
  font-weight: 400;
  color: #000;
  margin: 0 0 12px 0;
}

/* contenedor de subtítulos alineado a1 sola columna */
.Impresa_subtitulos__c9cZU {
  display: grid;
  grid-template-columns: 1fr;
  grid-gap: 10px;
  gap: 10px;
  align-items: end;
  margin-bottom: 8px;
}

.Impresa_subtituloIzq__4S9jU,
.Impresa_subtituloDer__IiPR6 {
  text-align: center;
  font-size: 1.2rem;
  font-weight: 700;
  color: #000;
  margin: 0;
}

.Impresa_subtituloCen__96_O2 {
  text-align: center;
  font-size: 1.2rem;
  font-weight: 700;
  color: #000;
  margin: 0;
}

.Impresa_showOnMobile__yeiyU {
  display: none;
}

@media (max-width: 1270px) and (min-width: 1200px) {
  .Impresa_infoCell__nZBdV{
    flex-direction: column;
    justify-content: center;
    text-align: center;
    gap: 0;
  }
}

/* Responsive */
@media (max-width: 1024px) {
  .Impresa_hideOnMobile__Mg3Os {
    display: none;
  }
  .Impresa_showOnMobile__yeiyU {
    display: block;
    text-align: center;
    margin-bottom: 20px;
  }
  .Impresa_grid__Sw7xD {
    flex-direction: row; /* mantener lado a lado en pantallas medianas */
  }
  .Impresa_cotizaciones__orxQ7 {
    order: unset; /* no forzar que baje */
  }
}

@media (max-width: 768px) {
  .Impresa_subtitulos__c9cZU {
    grid-template-columns: 1fr; 
    gap: 6px;
  }
  .Impresa_subtitulo__PDmiy {
    font-weight: 700;
  }
  .Impresa_grid__Sw7xD {
    flex-direction: column; /* en móviles, uno debajo del otro */
  }
  .Impresa_ediciones__2G7Tc {
    grid-template-columns: 1fr;
    gap: 0;
  }
  .Impresa_portada__JmMxc {
    font-size: auto;
  }
  .Impresa_tarjeta__iKPie {
    min-height: 520px;
    padding-top: 1rem;    
  }
  .Impresa_fila__oFWG0 {
    grid-template-columns: 40px 1.2fr 6px 55px auto 5px; /* Ajustado para móvil */
    column-gap: 8px;
    padding: 0 8px;
  }
  
  .Impresa_nombreCell__fv9bs .Impresa_nombre__eJ788 {
    font-size: 0.9rem; /* Letra más pequeña en móvil */
  }
  
  .Impresa_labelCell__YdSuN {
    font-size: 0.75rem;
  }
  
  .Impresa_valorCell__TZ61l {
    font-size: 0.9rem; /* Números más pequeños en móvil */
  }
  
  .Impresa_tendenciaInline__6vfmC {
    font-size: 0.9rem;
    margin-left: 2px;
  }
  
  .Impresa_flagCell__sMtC6 {
    height: 36px;
  }
  
  .Impresa_flagImg__eJNBh {
    width: 100%;
    height: 30px;
  }
}

@media (max-width: 480px) {
  .Impresa_fila__oFWG0 {
    grid-template-columns: 32px 1fr 1px 60px 70px 2px;
    column-gap: 4px;
    padding: 0 6px;
  }
  
  .Impresa_nombreCell__fv9bs .Impresa_nombre__eJ788 {
    font-size: 0.8rem;
  }
  
  .Impresa_valorCell__TZ61l {
    font-size: 0.8rem;
  }
  
  .Impresa_labelCell__YdSuN {
    font-size: 0.7rem;
  }
  
  .Impresa_tendenciaInline__6vfmC {
    font-size: 0.8rem;
  }
  
  .Impresa_verticalDivider__eSG1x {
    width: 10px;
    margin-right: 5px;
  }
}

@supports (hanging-punctuation: first) and (font: -apple-system-body) and (-webkit-appearance: none) {

  /* Evita reparto vertical y da altura estable a cada item */
  .Impresa_lista__3vQYd {
    display: grid !important;
    grid-auto-rows: minmax(56px, auto);
    grid-row-gap: 16px;
    row-gap: 16px;
    min-height: 0;
  }

  /* === Mapa explícito de columnas para impedir solapamiento === */
  .Impresa_fila__oFWG0{
    display: grid !important;
    grid-template-columns:
      64px                 /* flag    */
      1.7fr                /* nombre  */
      8px                  /* dividir */
      minmax(70px,max-content)  /* etiquetas: "Compra/Venta" */
      minmax(90px,1fr)         /* valores: números + flecha */
      5px;                 /* padding/dummy */
    grid-template-areas: "infoCell infoCell divider labels values pad";
    grid-column-gap: 12px;
    column-gap: 12px;
    align-items: center;
    min-height: 56px;
  }

  .Impresa_infoCell__nZBdV{
    grid-area: infoCell;
  }

  .Impresa_flagCell__sMtC6     {  height: 44px; display:flex; align-items:center; justify-content:center; }
  .Impresa_verticalDivider__eSG1x{
    grid-area: divider;
    height: auto;
    align-self: stretch;
    pointer-events: none;
  }
  .Impresa_labelCell__YdSuN{
    grid-area: labels;
    display: flex; flex-direction: column;
    align-items: flex-end; text-align: right;
    min-width: 0; z-index: 2;
  }
  .Impresa_valorCell__TZ61l{
    grid-area: values;
    display: flex; flex-direction: column;
    align-items: flex-end; justify-content: center;
    padding-left: 8px; min-width: 0; overflow: hidden; z-index: 1;
  }

  /* Número + flecha en una sola “caja” que no rompe línea */
  .Impresa_priceWithTrend__OjRGa{
    display: inline-flex; align-items: center;
    gap: 6px; white-space: nowrap; max-width: 100%;
    overflow: hidden; text-overflow: ellipsis;
  }

  /* La bandera no colapsa la fila */
  .Impresa_flagImg__eJNBh{  width: 33px; height: 30px; display:block; object-fit: contain; aspect-ratio: 4/3; }

  /* Un poco más compacto en pantallas medianas/chicas */
  @media (max-width: 768px){
    .Impresa_fila__oFWG0{
      grid-template-columns: 32px 1fr 1px 55px 90px 2px;
      column-gap: 4px;
      min-height: 48px;
      width: 100%; 
    }
    .Impresa_flagCell__sMtC6{ height: 36px; }
  }
}

/*!************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[14].oneOf[5].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[14].oneOf[5].use[3]!./src/app/components/common/Heading/Heading.module.css ***!
  \************************************************************************************************************************************************************************************************************************************************************************************************/
/* Estilos base para el heading */
.Heading_heading__Y7aUC {
  font-weight: bold;
  width: 100%;
  max-width: var(--max-width-body);
  margin: 0;
  margin-left: auto;
  margin-right: auto;
  line-height: 1;
  padding: 2.5rem 0;
  letter-spacing: 0.0625rem;
  color: rgb(0, 0, 0);
}

/* Tamaños específicos para cada tipo de heading */
.Heading_heading-h1__vkQek {
  font-size: var(--font-size-h1);
  padding: 2.8rem 0;
}

.Heading_heading-h2__vTY7I {
  font-size: var(--font-size-h2);
}

.Heading_heading-h3__ovE4J {
  font-size: 1.15rem;
  padding: 2rem 0;
}

.Heading_heading-h4__Ix57B {
  font-size: clamp(1.2rem, 1.5vw, 1.25rem);
}

.Heading_heading-h5__hh_6s {
  font-size: clamp(1.075rem, 1.2vw, 1.125rem);
}

.Heading_heading-h6__FV4Ge {
  font-size: clamp(0.95rem, 1vw, 1rem);
}

@media (max-width: 768px) {
  .Heading_heading__Y7aUC {
    padding: 1.2rem 0;
  }
}

/*!*******************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[14].oneOf[5].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[14].oneOf[5].use[3]!./src/app/components/common/news/newsList/NewsList.module.css ***!
  \*******************************************************************************************************************************************************************************************************************************************************************************************************/
.NewsList_newsItem__XH_i8 {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  margin-bottom: 8px;
  gap: 16px;
}

.NewsList_newsItemCategory__yptG8 {
  flex: 1 1 75%;
}

.NewsList_newsItemCategory__yptG8 span {
  color: #000000;
  padding: 4px;
  padding-left: 0;
  font-weight: bold;
  font-size: 14px;
  display: inline-block;
}

.NewsList_newsItemTitle__EL_pb {
  font-size: 0.9rem;
  font-weight: 900;
  margin: 6px 0 0 0;
  color: #222;
}

.NewsList_newsItemImage__lqpVI {
  flex: 1 1 25%;
  overflow: hidden;
  background: #eee;
  display: flex;
  align-items: center;
  justify-content: center;
  aspect-ratio: 1;
}

.NewsList_newsItemImage__lqpVI img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.NewsList_estrella__ucedP {
  color: var(--brand-1);
}

.NewsList_diamond__Q1nKL {
  display: inline-flex;
  width: 1rem;
  height: 1rem;
  margin-left: 0.3rem;
  vertical-align: middle;
  align-self: center;
  justify-content: center;
  align-items: center;
}

.NewsList_ultimaImagen__ejcEO img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.NewsList_ultimaTituloseccion__r8OSv {
  margin-top: 42px;
  color: #f0582e;
  font-weight: 700;
  font-size: 1.2rem;
  margin-bottom: 18px;
}

/*!*****************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[14].oneOf[5].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[14].oneOf[5].use[3]!./src/app/components/common/Advertisement/publicidad1120x104.module.css ***!
  \*****************************************************************************************************************************************************************************************************************************************************************************************************************/
.publicidad1120x104_seccionPublicidad__SytPz {
  width: 100%;
  background-color: #ffffff;
  display: flex;
  justify-content: center;
  align-items: center;
}

.publicidad1120x104_seccionPublicidad__SytPz.publicidad1120x104_padding__VUuAJ{
padding: 1.5rem 0; /* Padding para espacio vertical en lugar de altura fija */
}

.publicidad1120x104_contenedor__QoHOX {
  width: min(90vw, 95rem);
  margin-inline: auto;
  padding-inline: clamp(0rem, 0.1vw, 0.6rem);
}

.publicidad1120x104_bannerAnuncio__6ofkr {
  width: 100%;
  aspect-ratio: 10 / 1;
  max-height: 1000px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: white;
  font-weight: bold;
  font-size: 18px;
  position: relative;
}

.publicidad1120x104_bannerAnuncio__6ofkr::before {
  content: none;
}

@media (max-width: 768px) {
.publicidad1120x104_contenedor__QoHOX {
  width: 100%;
  margin: 0;
  padding:0;
}

  .publicidad1120x104_seccionPublicidad__SytPz.publicidad1120x104_padding__VUuAJ{
  padding: 0; 
  }

  .publicidad1120x104_bannerAnuncio__6ofkr {
    width: 100%;
    max-width: 1200px;
    max-height: 100px;
    font-size: 18px;
  }

  
}
/*!***********************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[14].oneOf[5].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[14].oneOf[5].use[3]!./src/app/components/halfScreenLoginOverlay/HalfScreenLoginOverlay.module.css ***!
  \***********************************************************************************************************************************************************************************************************************************************************************************************************************/
.HalfScreenLoginOverlay_overlay__lZMk1 {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 50%;
  background-color: rgba(35, 39, 88, 0.95);
  display: flex;
  justify-content: center;
  align-items: center;
  transform: translateY(100%);
  opacity: 0;
  transition:
    transform 0.8s ease,
    opacity 0.8s ease;
  z-index: 999;
}

.HalfScreenLoginOverlay_overlay__lZMk1.HalfScreenLoginOverlay_visible__KeuWw {
  transform: translateY(0);
  opacity: 1;
}

.HalfScreenLoginOverlay_messageBox__k_q8c {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 1000px;
  padding: 1.5rem 5rem;
  gap: 1.5rem;
}

.HalfScreenLoginOverlay_messageText__HHUl7 {
  width: 100%;
}

.HalfScreenLoginOverlay_messageText__HHUl7 p {
  font-size: 1.05rem;
  font-weight: 400;
  color: #ffffff;
  margin: 0;
  opacity: 0.9;
  text-align: center;
}

.HalfScreenLoginOverlay_buttons__Cbj4m {
  display: flex;
  flex-direction: column;
  width: max-content;
  gap: 12px;
  justify-content: center;
  align-items: center;
}

.HalfScreenLoginOverlay_registerButton__cTM_p,
.HalfScreenLoginOverlay_loginButton__doXcQ {
  display: inline-block;
  width: 100%;
  padding: 4px 22px;
  font-size: 16px;
  font-weight: 600;
  text-decoration: none;
  transition: height 0.3s ease, width 0.3s ease, transform 0.3s ease, padding 0.3s ease;
  cursor: pointer;
  font-family:
    "Montserrat",
    system-ui,
    -apple-system,
    Segoe UI,
    Roboto,
    "Helvetica Neue",
    Arial,
    sans-serif !important;
  border: none;
  outline: none;
  text-transform: none;
  border-radius: 20px;
  white-space: nowrap;
}

.HalfScreenLoginOverlay_registerButton__cTM_p {
  background: #ffffff;
  color: #232758;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
  width: 100%;
}

.HalfScreenLoginOverlay_registerButton__cTM_p:hover {
  transform: translateY(-2px);
}

.HalfScreenLoginOverlay_loginButton__doXcQ {
  background: transparent;
  color: #ffffff;
  border: 2px solid #ffffff;
}

.HalfScreenLoginOverlay_loginButton__doXcQ:hover {
  transform: translateY(-2px);
}


/* Medias */
@media (max-width: 768px) {
  .HalfScreenLoginOverlay_messageBox__k_q8c {
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 1rem;
    padding: 16px;
  }

  .HalfScreenLoginOverlay_buttons__Cbj4m{
    width: 100%;
  }

  .HalfScreenLoginOverlay_registerButton__cTM_p,
  .HalfScreenLoginOverlay_loginButton__doXcQ {
    padding: .7rem .5rem;
  }
}
