.media {
  border-top: 1px solid #e2e2e2;
  margin: 0;
  padding: 8px 0;
}
.media.border-bottom {
  border-bottom: 1px solid #e2e2e2;
}
.media-left img {
  margin-top: 6px;
}
.media-body h4 a {
  color: #3b5998;
  font-family: Tahoma;
  font-size: 13px;
  font-weight: 700;
  line-height: 14px;
  margin: 0 0 5px;
}
.media-body h4 a:focus,
.media-body h4 a:hover {
  color: #3b5998;
}
.media-body p {
  color: #1a1a1a;
  font-family: Tahoma;
  font-size: 12px;
  line-height: 15px;
  margin: 0 0 5px;
}
.media-body p.bottom {
  color: #3b5998;
}
.media-body p.bottom .like {
  margin-left: 8px;
}
.media-body p.bottom .time {
  border-bottom: 1px dotted grey;
  color: grey;
}
.comments p.small {
  color: #3b5998;
  font-family: Tahoma;
  font-size: 11px;
  margin: 10px 0;
}
.media {
  display: flex;
  gap: 10px;
}
.recent p {
  font-weight: 700;
}
.recent a,
.recent p {
  color: #3b5998;
  font-family: Tahoma;
  font-size: 14px;
  line-height: 18px;
  margin: 0;
}
.pull-right {
  float: right;
}
.pull-right {
  float: right !important;
}
.m-t-25 {
  margin-bottom: 25px;
}

#story p {
  margin-bottom: 25px;
  font-size: 20px;
}

.btn--animate-grow:hover {
  transform: scale(1.1);
  cursor: pointer;
}

.btn {
  display: block;
  margin-top: 15px;
  margin-bottom: 15px;
  padding: 12px;
  color: #fff;
  font-size: 21px;
  line-height: 21px;
  text-align: center;
  text-decoration: none;
  border-radius: 8px;
}
.btn--orange {
  background: #e90e0e;
  color: #fff !important;
  text-decoration: none !important;
}
.btn--animate-grow {
  transition-duration: 0.3s;
  transition-property: transform;
}

.img-responsive {
  display: block;
  margin: 0 auto;
  max-width: 800px;
  width: 100%;
}

.small {
  font-size: 14px;
}

@media (max-width: 500px) {
  .sc__header .title {
    font-size: 28px;
  }
}

body.modal-shown {
  overflow: hidden;
}
.as-comment-section * {
  box-sizing: border-box;
}
.as-comment-section h2 {
  font-weight: bold;
}
.as-comment-section p {
  margin: 0;
}

.as-comment-section a,
.as-comment-section p,
.as-comment-section span {
  font-size: 14px;
  line-height: 1.3;
  font-weight: 400;
  color: #1e1e1e;
}

.as-comments strong {
  font-weight: bold;
  font-family: inherit;
}

/* Comment Section */
.as-comment-section {
  max-width: 800px;
  margin: 0px auto 0;
  background: #fff;
  padding: 20px;
  border-radius: 8px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  font-family: Arial, Helvetica, sans-serif;
}

.as-comment-section ::placeholder {
  font-family: Arial, Helvetica, sans-serif;
  color: #888;
  font-size: 14px;
}

/* Title */
.as-comment-section h2 {
  margin-bottom: 15px;
  color: #000;
}

/* Comment Form */
.as-comment-section .as-comment-form {
  display: flex;
  flex-direction: column;
  padding-bottom: 20px;
  border-bottom: 1px solid #ccc;
}

.as-comment-section .as-comment-form textarea {
  appearance: none;
  width: 100%;
  height: 80px;
  padding: 10px;
  font-size: 14px;
  color: #1e1e1e;
  padding-right: 40px;
  border: 1px solid #ccc;
  background: #fff;
  border-radius: 5px;
  resize: none;
}

.as-comment-section .as-char-counter {
  color: #ccc;
  font-size: 14px;
  position: absolute;
  z-index: 2;
  right: 10px;
  top: 10px;
}

.as-comment-section .as-comment-form textarea.error,
.as-comments-section .as-reply-box input.error {
  border-color: #ee2828;
}
.as-comment-section .as-reply-box {
  padding-left: 50px;
  padding-top: 20px;
}

.as-comment-section .as-comment-input-wrapper {
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-end;
  position: relative;
  margin-bottom: 10px;
  z-index: 1;
}

.as-comment-section .as-reply-box input,
.as-comment-section .as-edit-comment-input {
  appearance: none;
  width: 100%;
  padding: 10px;
  padding-right: 40px;
  border: 1px solid #ccc;
  background: #fff;
  border-radius: 5px;
}

.as-comment-section .as-btn-block {
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  gap: 10px;
  margin-top: 10px;
}

.as-comment-section .as-comment-form button {
  display: inline-flex;
  margin-top: 10px;
  margin-left: auto;
}

.as-comment-section .as-main-btn {
  appearance: none;
  padding: 8px 15px;
  border: none;
  border-radius: 100px;
  cursor: pointer;
}

.as-comment-section .as-main-btn--submit {
  background-color: #2462ed;
  color: white;
}

.as-comment-section .as-main-btn--cancel {
  background-color: #ccc;
  color: black;
}

/* Comments List */
.as-comment-section .as-comments {
  margin-top: 10px;
}

.as-comment-section .as-comment {
  display: flex;
  flex-flow: column;
  padding: 15px;
  margin-bottom: 10px;
}

.as-comment-section .as-comment-top {
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  padding: 10px 0;
}

.as-comment-section .as-comment-text {
  font-size: 14px;
}

.as-comment-section .as-comment-inner {
  display: flex;
  align-items: flex-start;
}

.as-comment-section .as-comment--reply {
  margin-left: 70px; /* Indent replies */
  padding-left: 15px;
  padding-top: 20px;
  margin-top: 5px;
  border-left: 1px solid #dadada;
}

/* Avatar */
.as-comment-section .as-avatar {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  margin-right: 10px;
}

/* Comment Content */
.as-comment-section .as-comment-content {
  flex: 1;
}

.as-comment-section .as-comment-content strong {
  font-size: 14px;
  color: #333;
}

.as-comment-section .as-comment-content p {
  color: #555;
}

/* Timestamp */
.as-comment-section .as-timestamp {
  font-size: 12px;
  color: #888;
}

/* Action Buttons */
.as-comment-section .as-comment-actions {
  display: flex;
  align-items: center;
  flex-flow: row wrap;
  gap: 10px;
  margin-top: 10px;
}
.as-comment-section .as-review {
  color: #cacaca;
  font-size: 14px;
}
.as-comment-section .as-action-btn {
  appearance: none;
  background: #f0f5f5;
  border: none;
  font-size: 12px;
  cursor: pointer;
  color: #1e1e1e;
  height: 30px;
  min-width: 50px;
  padding: 0;
  padding-left: 30px;
  padding-right: 5px;
  border-radius: 100px;
  position: relative;
  z-index: 1;
}

.as-comment-section .as-like-btn::before {
  content: '👍';
  position: absolute;
  left: 5px;
  top: 50%;
  transform: translateY(-50%);
}
.as-comment-section .as-dislike-btn::before {
  content: '👎';
  position: absolute;
  left: 5px;
  top: 50%;
  transform: translateY(-50%);
}

.as-comment-section .as-like-btn--marked {
  background: #2462ed;
}
.as-comment-section .as-dislike-btn--marked {
  background: #ee2828;
}
.as-comment-section .as-like-btn--marked span,
.as-comment-section .as-dislike-btn--marked span {
  color: #fff;
}

.as-comment-section .as-reply-btn::before {
  content: '💬';
  position: absolute;
  left: 5px;
  top: 50%;
  transform: translateY(-50%);
}
.as-comment-section .as-edit-btn::before {
  content: '📝';
  position: absolute;
  left: 5px;
  top: 50%;
  transform: translateY(-50%);
}
.as-comment-section .as-delete-btn::before {
  content: '❌';
  position: absolute;
  left: 5px;
  top: 50%;
  transform: translateY(-50%);
}
.as-comment-section .as-new-comment,
.as-comment-section .as-reply-opened {
  animation: fadeIn 0.5s ease-in-out;
}

.as-comment-section .as-action-animation {
  transform: scale(1.2);
  transition: transform 0.3s ease;
}
.as-comment-section .closing,
.as-comment-section .deleting {
  animation: fadeOut 0.5s ease-in-out;
}
@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(-10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes fadeOut {
  from {
    opacity: 1;
    transform: translateY(0);
  }
  to {
    opacity: 0;
    transform: translateY(-10px);
  }
}
.as-modal-overlay {
  /* hidden by default */
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  justify-content: center;
  align-items: center;
  background: rgba(0, 0, 0, 0.5); /* dark overlay */
  opacity: 0; /* let the animation fade in */
  pointer-events: none;
  transition: opacity 0.3s ease-out;
  z-index: 100;
}

.as-modal-overlay.as-show {
  display: flex;
  pointer-events: all; /* activate clickable overlay */
  opacity: 1; /* fade in */
}

.as-modal {
  background: #fff;
  border-radius: 0.5rem;
  padding: 1rem;
  min-width: 250px;
  transform: scale(0.9); /* start slightly smaller */
  animation: modalPopIn 0.3s forwards ease-out;
  z-index: 101;
}

@keyframes modalPopIn {
  0% {
    opacity: 0;
    transform: scale(0.9);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}

.as-modal-text {
  margin-bottom: 1rem;
}

.as-modal-buttons {
  display: flex;
  justify-content: flex-end;
  gap: 1rem;
  margin-top: 20px;
}

.as-modal-btn {
  appearance: none;
  padding: 8px 15px;
  border: none;
  border-radius: 100px;
  cursor: pointer;
}

.as-modal-btn--delete {
  background-color: #e41b1b;
  color: white;
}

.as-modal-btn--cancel {
  background-color: #ccc;
  color: black;
}

.as-comment-section .as-error-message {
  width: 100%;
  text-align: left;
  font-size: 14px;
  color: #ee2828;
}

.fewcent-111173490 {
  img,
  video {
    margin: 15px 0;
  }
}

html {
  --steps-color-main: #0179c8;
  --steps-color-sub: rgba(1, 121, 200, 0.2);
  --steps-color-hover: #0663a1;
  scroll-behavior: smooth;
}

.steps-widget-section {
  transition: opacity 1s ease-in-out;
  text-align: left !important;
  width: 100%;
}
.steps-widget-section a {
  color: var(--steps-color-main) !important;
}

.steps-widget-section h3 {
  color: black !important;
  font-size: 20px !important;
  font-weight: bold;
  margin: 15px 0 !important;
  padding: 0 !important;
}
.steps-widget-section .steps-widget {
  width: 100%;
  counter-reset: list;
  font-size: 18px !important;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.steps-widget-section .steps-widget .steps-widget-item {
  display: flex;
  align-items: center;
  gap: 5px;
  padding: 5px;
  box-shadow: 0px 0px 2px 2px rgba(0, 0, 0, 0.12);
  border-radius: 5px;
  border-left: 4px solid var(--steps-color-main);
  opacity: 0;
  transform: translateY(20px);
  transition: 0.3s all;
  margin-right: 5px;
}

.steps-widget-section .steps-widget .steps-widget-item-visible {
  opacity: 1;
  transform: translateY(0);
}

.steps-widget-section .steps-widget .steps-widget-item::before {
  counter-increment: list;
  content: counter(list);
  color: var(--steps-color-main) !important;
  background: var(--steps-color-sub) !important;
  border-radius: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 25px;
  font-size: 14px;
  width: 100%;
  height: 25px;
  font-weight: 900;
}
.steps-widget-section .steps-widget-sub-container {
  display: flex;
  align-items: center;
  font-weight: bold;
  gap: 3px;
}
.steps-widget-section .steps-widget-sub-container .steps-widget-title {
  margin: 0;
}
.steps-widget-section .steps-widget-sub-container .steps-widget-sub {
  border-radius: 5px;
}

.steps-widget-section .steps-widget-red .steps-widget-sub,
.steps-widget-section .steps-widget-red .steps-widget-date {
  color: var(--steps-color-main) !important;
  font-weight: bold;
  white-space: nowrap;
}

@media (max-width: 500px) {
  .steps-widget-section .steps-widget {
    font-size: 16px !important;
  }
  .steps-widget-section h3 {
    font-size: 18px !important;
  }
}

@media (max-width: 450px) {
  .steps-widget-section .steps-widget {
    font-size: 14px !important;
  }

  .steps-widget-section .steps-widget .steps-widget-item::before {
    max-width: 20px;
    height: 20px;
    font-size: 12px;
  }
}

.offer-link {
  background: var(--steps-color-main);
  color: white !important;
  width: 100%;
  display: inline-block;
  padding: 15px;
  font-size: 20px;
  border-radius: 5px;
  text-transform: uppercase;
  text-align: center;
  font-weight: bold;
  transition: 0.3s all;
  margin-top: 20px;
  box-sizing: border-box;
  text-decoration: none !important;
  border: none;
  cursor: pointer;
}

.offer-link:hover {
  transition: 0.3s all;
  text-decoration: none !important;
  background: var(--steps-color-hover) !important;
  color: white;
}

.account-widget .offer-link:hover {
  background: var(--steps-color-hover) !important;
}

@media (max-width: 500px) {
  .offer-link {
    font-size: 16px !important;
  }
}

.in-en {
  color: #0179c8;
}
.fewcent-111173490 {
  p {
    margin-bottom: 15px;
  }
}

.content {
  img{
    width: 100%;
  }
}

/* Mobile: hide sidebar overflow + fix huge crooked title */
@media (max-width: 767px) {
  html, body {
    overflow-x: hidden !important;
    max-width: 100vw !important;
  }

  #publi_right,
  #publi_right.scroll_mer {
    display: none !important;
  }

  /* --- Header / nav --- */
  #menu_corp_cont {
    display: none !important;
  }

  #header_logo,
  #nav_main,
  #cont_buscador,
  #header_central_despliegue {
    width: 100% !important;
    max-width: 100% !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    box-sizing: border-box !important;
  }

  #nav_main {
    overflow: visible !important;
    height: auto !important;
  }

  #menu_emol_2015 {
    width: 100% !important;
    max-width: 100% !important;
    display: none !important; /* main section tabs already hidden <1024; keep clean */
  }

  #cont_buscador {
    display: none !important;
  }

  .cont_user_header {
    display: none !important;
  }

  .emol_fecha {
    width: auto !important;
    max-width: 100% !important;
    padding: 0 12px !important;
    box-sizing: border-box !important;
    font-size: 12px !important;
    white-space: normal !important;
  }

  /* Subnav: wrap cleanly instead of clipping */
  #nav_sub,
  #nav_sub_eco,
  #nav_sub_port {
    width: 100% !important;
    max-width: 100% !important;
    float: none !important;
    overflow: visible !important;
    height: auto !important;
    box-sizing: border-box !important;
  }

  #nav_sub ul,
  #nav_sub_eco ul,
  #nav_sub_port ul {
    float: none !important;
    width: 100% !important;
    max-width: 100% !important;
    padding: 8px 10px !important;
    margin: 0 !important;
    display: flex !important;
    flex-wrap: wrap !important;
    gap: 4px 0 !important;
    box-sizing: border-box !important;
    overflow: visible !important;
  }

  #nav_sub li,
  #nav_sub_eco li,
  #nav_sub_port li {
    float: none !important;
    display: inline-flex !important;
    align-items: center !important;
  }

  #nav_sub a,
  #nav_sub_eco a,
  #nav_sub_port a {
    white-space: nowrap !important;
    padding: 4px 8px !important;
    font-size: 11px !important;
    border-right: 1px solid #9d9d9d !important;
  }

  #nav_sub li:last-child a,
  #nav_sub li.epyme a {
    border-right: none !important;
  }

  #nav_sub li img {
    max-height: 14px !important;
    width: auto !important;
    max-width: 90px !important;
  }

  /* Hide bulky portal logos on very small screens to reduce wrap clutter */
  #nav_sub li.epyme,
  #nav_sub li:last-child {
    display: none !important;
  }

  /* --- Title --- */
  .cont_new_detalle_noti,
  .cont_iz_titulobajada,
  #LadoA,
  #cont_iz_creditos,
  #cont_iz_cuerpo,
  #texto_noticia,
  .EmolText,
  .inv26-prearticle,
  .content,
  .content section {
    width: 100% !important;
    max-width: 100% !important;
    box-sizing: border-box !important;
  }

  html, body {
    overflow-x: hidden !important;
  }

  #LadoA {
    padding: 0 !important;
    box-sizing: border-box !important;
  }

  #cont_iz_creditos {
    padding: 0 !important;
  }

  /* Horizontal inset lives on #texto_noticia (see inline mobile CSS in index.html) */
  #texto_noticia {
    padding: 12px 16px 20px !important;
    box-sizing: border-box !important;
  }

  #cuDetalle_cuTexto_ucImagen_contPrincipal,
  .cont_img_full_motores,
  .flo_left.cont_img_full_motores {
    float: none !important;
    display: block !important;
    width: 100% !important;
    max-width: 100% !important;
    margin: 0 0 14px !important;
    padding: 0 !important;
    box-sizing: border-box !important;
  }

  #cuDetalle_cuTexto_ucImagen_contPrincipal img,
  .cont_img_full_motores img {
    width: 100% !important;
    max-width: 100% !important;
    height: auto !important;
    display: block !important;
  }

  .cont_new_detalle_noti .cont_iz_titulobajada h1,
  #cuDetalle_cuTitular_tituloNoticia {
    font-size: 20px !important;
    line-height: 1.3 !important;
    float: none !important;
    width: 100% !important;
    max-width: 100% !important;
    padding: 0 16px !important;
    margin: 0 0 10px !important;
    box-sizing: border-box !important;
    overflow-wrap: anywhere !important;
    word-break: break-word !important;
  }

  #barra-agencias-info {
    padding-left: 16px !important;
    padding-right: 16px !important;
    box-sizing: border-box !important;
    width: 100% !important;
    max-width: 100% !important;
    float: none !important;
  }

  .info-notaemol-porfecha {
    float: none !important;
    width: 100% !important;
    white-space: normal !important;
    overflow-wrap: anywhere !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  .cont_r_detail_logo {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  .cont_new_detalle_noti .cont_compartir_nota,
  #cuDetalle_cuBarraSocial_redesSociales {
    float: none !important;
    max-width: 100% !important;
    margin: 8px 0 0 !important;
  }

  #cuDetalle_cuTitular_tituloNoticia b {
    font-weight: 700;
    display: block;
    max-width: 100%;
    overflow-wrap: anywhere;
    word-break: break-word;
  }

  /* --- Article typography / blocks --- */
  .jopaH2 {
    color: #3e6e9f !important;
    font-size: 20px !important;
    line-height: 1.35 !important;
    overflow-wrap: anywhere !important;
    word-break: break-word !important;
  }

  .funnel-anchor {
    color: #003399 !important;
    text-decoration: none !important;
    border-bottom: none !important;
    box-decoration-break: clone;
    -webkit-box-decoration-break: clone;
  }

  .jopaH2 .funnel-anchor,
  .jopaH2 a.funnel-anchor {
    color: #3e6e9f !important;
    border-bottom: none !important;
    text-decoration: none !important;
  }

  .highlight-box,
  .interview-block,
  .warning-box,
  .steps-block,
  .step-item {
    max-width: 100% !important;
    box-sizing: border-box !important;
  }

  .step-item {
    max-width: 100% !important;
    box-sizing: border-box !important;
    overflow: hidden !important;
    align-items: flex-start !important;
  }

  .step-txt {
    min-width: 0 !important;
    flex: 1 1 auto !important;
    overflow-wrap: anywhere !important;
    word-break: break-word !important;
  }

  .step-txt .funnel-anchor,
  .funnel-anchor {
    overflow-wrap: anywhere !important;
    word-break: break-word !important;
  }

  .EmolText img,
  .visual__image img,
  #texto_noticia img {
    max-width: 100% !important;
    height: auto !important;
  }

  /* --- CTAs --- */
  .EmolText a[style*="padding"],
  .content a[style*="padding"],
  #Get-in-Touch a[style*="padding"],
  a[style*="padding: 18px 40px"],
  a[style*="padding:18px 40px"],
  a[style*="padding:18px 25px"],
  a[style*="padding: 18px 25px"] {
    display: block !important;
    width: 100% !important;
    max-width: 100% !important;
    box-sizing: border-box !important;
    padding: 14px 16px !important;
    font-size: 16px !important;
    line-height: 1.35 !important;
    white-space: normal !important;
    overflow-wrap: anywhere !important;
    word-break: break-word !important;
    text-align: center !important;
  }

  .EmolText div[style*="text-align: center"],
  .content div[style*="text-align: center"] {
    max-width: 100% !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
    box-sizing: border-box !important;
  }

  /* --- Red urgency block --- */
  #Get-in-Touch {
    width: 100% !important;
    max-width: 100% !important;
    box-sizing: border-box !important;
    padding: 20px 12px !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    border-radius: 16px !important;
    overflow: hidden !important;
  }

  #Get-in-Touch > p,
  #Get-in-Touch p {
    font-size: 15px !important;
    line-height: 1.4 !important;
    overflow-wrap: anywhere !important;
    word-break: break-word !important;
    padding: 0 4px !important;
  }

  #Get-in-Touch > p:first-child {
    font-size: 18px !important;
  }

  #Get-in-Touch p[style*="font-size:24px"],
  #Get-in-Touch p[style*="font-size:26px"] {
    font-size: 17px !important;
  }

  #Get-in-Touch > div[style*="background:linear-gradient"],
  #Get-in-Touch > div[style*="background: linear-gradient"] {
    width: 100% !important;
    max-width: 100% !important;
    box-sizing: border-box !important;
    padding: 14px !important;
    margin: 16px 0 !important;
  }

  /* --- pxmx live card --- */
  .pxmx-card {
    width: 100% !important;
    max-width: 100% !important;
    margin: 1.5rem 0 !important;
    box-sizing: border-box !important;
  }

  .pxmx-section {
    padding: 14px !important;
  }

  .pxmx-h-brand {
    font-size: 15px !important;
    max-width: 100%;
    overflow-wrap: anywhere;
    word-break: break-word;
  }

  .pxmx-cta {
    width: 100% !important;
    max-width: 100% !important;
    box-sizing: border-box !important;
    text-align: center !important;
  }

  .pxmx-pill-row {
    flex-direction: column !important;
  }

  .pxmx-v-row {
    flex-wrap: wrap !important;
    gap: 6px !important;
  }

  /* Keep movement rows as two columns — 1-col grid caused text overlap */
  .pxmx-m-list .pxmx-m-row {
    display: flex !important;
    flex-direction: row !important;
    flex-wrap: nowrap !important;
    align-items: baseline !important;
    justify-content: space-between !important;
    gap: 8px !important;
    min-height: 34px !important;
    width: 100% !important;
    float: none !important;
    box-sizing: border-box !important;
  }

  .pxmx-m-list .pxmx-m-info,
  .pxmx-m-list .pxmx-m-amount {
    float: none !important;
    position: static !important;
  }

  .pxmx-m-list .pxmx-m-info {
    flex: 1 1 auto !important;
    min-width: 0 !important;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
    white-space: nowrap !important;
  }

  .pxmx-m-list .pxmx-m-amount {
    flex: 0 0 auto !important;
    white-space: nowrap !important;
    font-size: 12px !important;
  }

  /* Comments */
  #comentarios,
  #cont_comment,
  .cmtdiv,
  .cmtbubble {
    max-width: 100% !important;
    box-sizing: border-box !important;
  }

  .cm_txt_data {
    overflow-wrap: anywhere !important;
    word-break: break-word !important;
  }
}

/* Slightly tighter gap between comments (all viewports) */
#comentarios .cmtdiv.margin_lvl_0 {
  margin: 8px 0 6px !important;
  padding-top: 8px !important;
}
#comentarios .cmtdiv.margin_lvl_1 {
  margin-bottom: 6px !important;
  padding-top: 6px !important;
}
#comentarios .cmtdiv {
  padding-top: 8px !important;
}


.inv26-prearticle {
                    max-width: 42em;
                    margin: 0 0 1.25rem;
                    font-size: 16px;
                    line-height: 1.6;
                    color: #333;
                  }
                  
                  .inv26-prearticle p {
                    margin: 0 0 1em;
                  }
                  
                  .inv26-prearticle p:last-child {
                    margin-bottom: 0;
                  }

                   .jopaH2 {
                      font-weight: 700;
                      font-size: 28px;
                      line-height: 1.2;
                      font-family: 'Arial', sans-serif;
                      color: #3e6e9f;
                      margin: 24px 0 14px;
                      padding-left: 0.35em;
                      box-sizing: border-box;
                    }
                    
                    .show-all__content-wrapper a {
                      color: #004da6;
                    }
                    
                    .funnel-anchor {
                      color: #003399 !important;
                      text-decoration: none !important;
                      border-bottom: none !important;
                      font-weight: 700;
                    }
                    
                    .jopaH2 .funnel-anchor,
                    .jopaH2 a.funnel-anchor {
                      color: #3e6e9f !important;
                      border-bottom: none !important;
                      text-decoration: none !important;
                    }
                    
                    .interview-block {
                      background: #f7f7f7;
                      border-left: 4px solid #004da6;
                      padding: 18px 22px;
                      margin: 18px 0;
                      border-radius: 0 8px 8px 0;
                      clear: both;
                    }
                    
                    .interview-block .q {
                      font-size: 15px;
                      font-weight: 600;
                      color: #555;
                      margin-bottom: 6px;
                    }
                    
                    .interview-block .speaker {
                      font-size: 12px;
                      font-weight: 700;
                      color: #004da6;
                      margin-bottom: 4px;
                      text-transform: uppercase;
                      letter-spacing: 0.6px;
                    }
                    
                    .interview-block .ans {
                      font-size: 16px;
                      color: #222;
                      line-height: 1.65;
                      margin-bottom: 0;
                      font-style: italic;
                    }
                    
                    .steps-block {
                      margin: 18px 0;
                    }
                    
                    .step-item {
                      display: flex;
                      align-items: center;
                      gap: 14px;
                      margin-bottom: 12px;
                      padding: 14px 16px;
                      background: #fafafa;
                      border-radius: 8px;
                      border: 1px solid #eee;
                      max-width: 100%;
                      box-sizing: border-box;
                      overflow: hidden;
                    }
                    
                    .step-num {
                      min-width: 34px;
                      height: 34px;
                      background: #004da6;
                      color: #fff;
                      border-radius: 50%;
                      display: flex;
                      align-items: center;
                      justify-content: center;
                      font-weight: 700;
                      font-size: 15px;
                      flex-shrink: 0;
                    }
                    
                    .step-txt {
                      font-size: 16px;
                      line-height: 1.5;
                      color: #1c1c1c;
                      padding-top: 5px;
                      min-width: 0;
                      flex: 1 1 auto;
                      overflow-wrap: anywhere;
                      word-break: break-word;
                    }
                    
                    .step-txt .funnel-anchor,
                    .step-txt a {
                      overflow-wrap: anywhere;
                      word-break: break-word;
                    }
                    
                    .highlight-box {
                      background: #fff8ee;
                      border: 1px solid #004da6;
                      border-radius: 8px;
                      padding: 16px 20px;
                      margin: 18px 0;
                    }
                    
                    .highlight-box p {
                      margin: 0;
                      font-size: 16px;
                      color: #1c1c1c;
                      line-height: 1.6;
                    }
                    
                    .warning-box {
                      background: #f4f4f4;
                      border-left: 4px solid #aaa;
                      padding: 14px 18px;
                      margin: 18px 0;
                      border-radius: 0 6px 6px 0;
                    }
                    
                    .warning-box p {
                      margin: 0;
                      font-size: 15px;
                      color: #444;
                      line-height: 1.6;
                    }
                    
                    .final-quote {
                      font-size: 18px;
                      font-style: italic;
                      color: #1c1c1c;
                      border-left: 4px solid #004da6;
                      padding: 14px 20px;
                      margin: 24px 0;
                      line-height: 1.7;
                      background: #fffaf5;
                      border-radius: 0 6px 6px 0;
                    }
                    /* Mobile article inset — must win over Emol float/padding */
                    
                    @media (max-width: 767px) {
                      #barra-agencias-info {
                        padding-left: 16px !important;
                        padding-right: 16px !important;
                        box-sizing: border-box !important;
                        width: 100% !important;
                        max-width: 100% !important;
                        float: none !important;
                      }
                      .info-notaemol-porfecha {
                        float: none !important;
                        width: 100% !important;
                        white-space: normal !important;
                        padding-left: 0 !important;
                        padding-right: 0 !important;
                      }
                      .cont_r_detail_logo {
                        padding-left: 0 !important;
                        padding-right: 0 !important;
                      }
                      .cont_new_detalle_noti .cont_compartir_nota,
                      #cuDetalle_cuBarraSocial_redesSociales {
                        float: none !important;
                        max-width: 100% !important;
                        margin: 8px 0 0 !important;
                      }
                      #texto_noticia {
                        padding: 12px 16px 20px !important;
                        box-sizing: border-box !important;
                        width: 100% !important;
                        max-width: 100% !important;
                        overflow-x: hidden !important;
                      }
                      #cuDetalle_cuTexto_ucImagen_contPrincipal,
                      .cont_img_full_motores,
                      .flo_left.cont_img_full_motores {
                        float: none !important;
                        display: block !important;
                        width: 100% !important;
                        max-width: 100% !important;
                        margin: 0 0 14px !important;
                        padding: 0 !important;
                        box-sizing: border-box !important;
                      }
                      #cuDetalle_cuTexto_ucImagen_contPrincipal img,
                      .cont_img_full_motores img {
                        width: 100% !important;
                        max-width: 100% !important;
                        height: auto !important;
                        display: block !important;
                      }
                      .EmolText,
                      .inv26-prearticle,
                      .content,
                      .content section {
                        width: 100% !important;
                        max-width: 100% !important;
                        box-sizing: border-box !important;
                        padding-left: 0 !important;
                        padding-right: 0 !important;
                        margin-left: 0 !important;
                        margin-right: 0 !important;
                      }
                      .jopaH2,
                      .EmolText p,
                      .EmolText .highlight-box,
                      .EmolText .interview-block,
                      .EmolText .steps-block,
                      .EmolText .warning-box,
                      .EmolText .pxmx-card {
                        margin-left: 0 !important;
                        margin-right: 0 !important;
                        max-width: 100% !important;
                        box-sizing: border-box !important;
                        overflow-wrap: anywhere !important;
                        word-break: break-word !important;
                      }
                      .jopaH2 {
                        font-size: 20px !important;
                        line-height: 1.35 !important;
                      }
                      .interview-block {
                        padding: 14px 14px 14px 16px !important;
                      }
                      .step-item {
                        align-items: flex-start !important;
                        max-width: 100% !important;
                        box-sizing: border-box !important;
                        overflow: hidden !important;
                      }
                      .step-txt {
                        min-width: 0 !important;
                        flex: 1 1 auto !important;
                        overflow-wrap: anywhere !important;
                        word-break: break-word !important;
                      }
                      .step-txt .funnel-anchor,
                      .funnel-anchor {
                        display: inline !important;
                        overflow-wrap: anywhere !important;
                        word-break: break-word !important;
                        border-bottom: none !important;
                        box-decoration-break: clone;
                        -webkit-box-decoration-break: clone;
                      }
                    }

                     <style>
                        .show-all__content-wrapper a {
                          color: #004da6;
                        }
                        
                        .funnel-anchor {
                          color: #003399 !important;
                          text-decoration: none !important;
                          border-bottom: none !important;
                          font-weight: 700;
                        }
                        
                        .jopaH2 .funnel-anchor,
                        .jopaH2 a.funnel-anchor {
                          color: #3e6e9f !important;
                          border-bottom: none !important;
                          text-decoration: none !important;
                        }
                        
                        .interview-block {
                          background: #f7f7f7;
                          border-left: 4px solid #004da6;
                          padding: 18px 22px;
                          margin: 18px 0;
                          border-radius: 0 8px 8px 0;
                          clear: both;
                        }
                        
                        .interview-block .q {
                          font-size: 15px;
                          font-weight: 600;
                          color: #555;
                          margin-bottom: 6px;
                        }
                        
                        .interview-block .speaker {
                          font-size: 12px;
                          font-weight: 700;
                          color: #004da6;
                          margin-bottom: 4px;
                          text-transform: uppercase;
                          letter-spacing: 0.6px;
                        }
                        
                        .interview-block .ans {
                          font-size: 16px;
                          color: #222;
                          line-height: 1.65;
                          margin-bottom: 0;
                          font-style: italic;
                        }
                        
                        .steps-block {
                          margin: 18px 0;
                        }
                        
                        .step-item {
                          display: flex;
                          align-items: flex-start;
                          gap: 14px;
                          margin-bottom: 12px;
                          padding: 14px 16px;
                          background: #fafafa;
                          border-radius: 8px;
                          border: 1px solid #eee;
                          max-width: 100%;
                          box-sizing: border-box;
                          overflow: hidden;
                        }
                        
                        .step-num {
                          min-width: 34px;
                          height: 34px;
                          background: #004da6;
                          color: #fff;
                          border-radius: 50%;
                          display: flex;
                          align-items: center;
                          justify-content: center;
                          font-weight: 700;
                          font-size: 15px;
                          flex-shrink: 0;
                        }
                        
                        .step-txt {
                          font-size: 16px;
                          line-height: 1.5;
                          color: #1c1c1c;
                          padding-top: 5px;
                          min-width: 0;
                          flex: 1 1 auto;
                          overflow-wrap: anywhere;
                          word-break: break-word;
                        }
                        
                        .step-txt .funnel-anchor,
                        .step-txt a {
                          overflow-wrap: anywhere;
                          word-break: break-word;
                        }
                        
                        .highlight-box {
                          background: #fff8ee;
                          border: 1px solid #004da6;
                          border-radius: 8px;
                          padding: 16px 20px;
                          margin: 18px 0;
                        }
                        
                        .highlight-box p {
                          margin: 0;
                          font-size: 16px;
                          color: #1c1c1c;
                          line-height: 1.6;
                        }
                        
                        .warning-box {
                          background: #f4f4f4;
                          border-left: 4px solid #aaa;
                          padding: 14px 18px;
                          margin: 18px 0;
                          border-radius: 0 6px 6px 0;
                        }
                        
                        .warning-box p {
                          margin: 0;
                          font-size: 15px;
                          color: #444;
                          line-height: 1.6;
                        }
                        
                        .final-quote {
                          font-size: 18px;
                          font-style: italic;
                          color: #1c1c1c;
                          border-left: 4px solid #004da6;
                          padding: 14px 20px;
                          margin: 24px 0;
                          line-height: 1.7;
                          background: #fffaf5;
                          border-radius: 0 6px 6px 0;
                        }


                         #comentarios #cont_comment > .cmtdiv.margin_lvl_0 {
                    margin: 4px 0 !important;
                    padding: 6px 6px 0 5px !important;
                  }
                  
                  #comentarios #cont_comment > .cmtdiv.margin_lvl_1 {
                    margin: 2px 0 4px 60px !important;
                    padding: 4px 6px 0 5px !important;
                  }
                  
                  #comentarios #cont_comment > .cmtdiv {
                    margin-top: 4px !important;
                    margin-bottom: 4px !important;
                    padding-top: 6px !important;
                    padding-bottom: 0 !important;
                  }
                  
                  #comentarios #cont_comment .cmtopts {
                    margin-top: 2px !important;
                    margin-bottom: 0 !important;
                    padding-bottom: 0 !important;
                  }
                  
                  #comentarios #cont_comment .cmtdata {
                    padding-bottom: 2px !important;
                  }
                  
                  #comentarios #cont_comment [id^="cmt_reply_"] {
                    display: none !important;
                    height: 0 !important;
                    margin: 0 !important;
                    padding: 0 !important;
                  }
                  
                  #comentarios #cont_comment .user_stats_comment:empty,
                  #comentarios #cont_comment .txt_comment_location:empty {
                    display: none !important;
                    height: 0 !important;
                    margin: 0 !important;
                    padding: 0 !important;
                  }
                  
                  #comentarios #ta-comment-1 {
                    display: none !important;
                    height: 0 !important;
                    margin: 0 !important;
                  }
                  
                  @media (max-width: 767px) {
                    #comentarios #cont_comment > .cmtdiv.margin_lvl_1 {
                      margin-left: 40px !important;
                    }
                  }