* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body.nota-page {
  background: #ffffff;
  padding: 41px 0 0;
  font-family: Arial, Helvetica, sans-serif;
  overflow-x: visible !important;
}

/* ============================================
   NOTA LAYOUT - SOLO ESTILOS DE LA NOTA
   ============================================ */
.nota-container {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  width: 100%;
  max-width: 100%;
  margin: 0;
  padding: 0;
  gap: 0;
  overflow: visible !important;
  align-items: stretch !important;
}

.nota-titulo-box {
  flex: 0 0 600px;
  width: 400px;
  min-height: 100vh;
  height: auto !important;
  background: #E50013 0% 0% no-repeat padding-box;
  background-color: #E50013;
  color: #ffffff;
  padding: 120px 0 40px 80px !important;
  display: flex;
  flex-direction: column;
  border-radius: 0;
  box-sizing: border-box;
  opacity: 1;
  position: sticky !important;
  top: 0px !important;
  align-self: flex-start;
  overflow-y: visible !important;
}

.nota-titulo-box .titulo-content {
  flex: 1;
}

.nota-titulo-box .redes-sociales-footer {
  margin-top: auto;
  padding-bottom: 30px;
  padding-right: 0;
  padding-left: 0;
  position: sticky;
  bottom: 0;
  background: #E50013;
  padding-top: 20px;
}

.nota-titulo-box .redes-sociales-footer .nota-divider-h {
  width: 100%;
  margin: 0 0 20px 0;
}

.nota-titulo-box .redes-sociales-footer .nota-share-label {
  font-size: 16px;
  color: #ffffff;
  margin: 0 0 10px 0;
}

.nota-titulo-box .redes-sociales-footer .nota-social {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  align-items: center;
}

.nota-titulo-box .redes-sociales-footer .nota-social a {
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  width: auto;
  height: auto;
  background: transparent;
  border-radius: 0;
  overflow: visible;
}

.nota-titulo-box .redes-sociales-footer .nota-social img {
  width: 28px;
  height: 28px;
  display: block;
  object-fit: contain;
}

/* ============================================
   CORRECCIÓN APLICADA: PADDING DEL TÍTULO
   ============================================ */
.nota-titulo-box h1 {
  font-size: clamp(36px, 2.5vw, 32px);
  font-weight: 700;
  color: #ffffff;
  line-height: 1.2;
  margin: 0 0 20px 0;
  padding-right: 40px !important;
  padding-left: 0 !important;
}

.nota-divider-h {
  width: 100%;
  height: 1px;
  background: rgba(255, 255, 255, 0.4);
  margin: 20px 0;
}

.nota-share-label {
  font-size: 12px;
  color: #ffffff;
  margin: 0 0 10px 0;
}

.nota-social {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  align-items: center;
}

.nota-social a {
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  width: auto;
  height: auto;
  background: transparent;
  border-radius: 0;
  overflow: visible;
}

.nota-social img {
  width: 28px;
  height: 28px;
  display: block;
  object-fit: contain;
}

.nota-divider-v {
  flex: 0 0 2px;
  width: 3px;
  background: #E50013;
  opacity: 0.7;
  margin: 500px 15px 100px 5px;
  align-self: stretch;
  position: relative;
  right: 10px;
  margin-left: 30px;
}

@media (max-width: 768px) {
  .nota-divider-v {
    display: none !important;
  }
}

.nota-content-wrapper {
  flex: 1;
  background: #ffffff;
  padding: 50px 71px 0 0;
  overflow: visible !important;
  display: flex;
  flex-direction: column;
}

.nota-imagen {
  position: relative;
  width: 100%;
  background: transparent;
  margin-bottom: 30px;
  overflow: visible !important;
  border-radius: 0 !important;
}

.nota-imagen > img:first-of-type {
  width: 100%;
  height: 400px;
  object-fit: fill;
  display: block;
  border-radius: 0 !important;
  position: relative;
  z-index: 1;
}

/* Icono superior */
.nota-imagen .icono-superior {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 35%;
  height: auto;
  max-width: 350px;
  min-width: 150px;
  z-index: 10;
  pointer-events: none;
  display: block;
  border: 0px solid #E50013;
  background: transparent;
  opacity: 1;
}

/* Icono inferior */
.nota-imagen .icono-inferior {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: auto;
  z-index: 10;
  pointer-events: none;
  opacity: 0.7;
  display: block;
  transform: translateY(27%);
}

.nota-wave {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 60px;
  object-fit: cover;
  object-position: bottom;
  display: block;
  pointer-events: none;
  z-index: 2;
}

.nota-content {
  padding: 4% 0 4% 4% !important;
  max-width: 100%;
}

.nota-content p {
  font-size: 26px;
  line-height: 31px;
  color: #000000;
  margin: 0 0 16px 0;
  text-align: left;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: 400;
  padding-right: 0px !important;
  padding-left: 0px !important;
  display: block !important;
}

.nota-content p strong {
  color: #E50013;
  font-weight: 700;
}

.nota-content h2 {
  font-size: 26px;
  font-weight: 700;
  color: #000000;
  text-align: left;
  margin: 30px 0 20px 0;
  font-family: Arial, Helvetica, sans-serif;
  line-height: 31px;
  padding-right: 0px !important;
  padding-left: 0px !important;
}

.nota-content h3 {
  font-size: 26px;
  font-weight: 700;
  color: #000000;
  text-align: left;
  margin: 28px 0 0 0;
  font-family: Arial, Helvetica, sans-serif;
  line-height: 31px;
  padding-right: 0px !important;
  padding-left: 0px !important;
}

.nota-content h4 {
  font-size: 26px;
  font-weight: 700;
  color: #000000;
  text-align: left;
  margin: 25px 0 15px 0;
  font-family: Arial, Helvetica, sans-serif;
  line-height: 31px;
  padding-right: 0px !important;
  padding-left: 0px !important;
}

.nota-content h5 {
  font-size: 26px;
  font-weight: 700;
  color: #000000;
  text-align: left;
  margin: 25px 0 10px 0;
  font-family: Arial, Helvetica, sans-serif;
  line-height: 31px;
  padding-right: 0px !important;
  padding-left: 0px !important;
}

.nota-content a {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 26px;
  line-height: 31px;
  color: #E50013;
  text-decoration: underline;
  padding-right: 0px !important;
  padding-left: 0px !important;
}

.nota-content div {
  display: block !important;
  font-size: 26px;
  line-height: 31px;
  color: #000000;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: 400;
  padding: 2px 0;
}

/* ============================================
   LISTAS UL GENERALES
   ============================================ */

.nota-content ul {
  margin: 10px 0 12px 0;
  padding-left: 28px;
  list-style: none;
}

.nota-content ul li {
  font-size: 26px;
  line-height: 31px;
  color: #000000;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: 400;
  padding: 4px 0 4px 8px;
  position: relative;
}

.nota-content ul li::before {
  content: '•';
  color: #E50013;
  font-weight: 700;
  font-size: 26px;
  position: absolute;
  left: -20px;
  top: 2px;
}

/* ============================================
   ARTÍCULOS RELACIONADOS - TÍTULO FUERA DEL CUADRO
   ============================================ */

.nota-content .articulos-titulo {
  font-size: 26px;
  font-weight: 700;
  color: #000000;
  margin: 40px 0 12px 0 !important;
  font-family: Arial, Helvetica, sans-serif;
  line-height: 31px;
  padding-right: 0px !important;
  padding-left: 0px !important;
  display: block !important;
}

.nota-enlaces {
  margin: 0 0 20px 0;
  padding: 20px 25px;
  background: #f7f7f7;
  border-left: 4px solid #E50013;
  border-radius: 4px;
}

.nota-enlaces ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.nota-enlaces li {
  margin: 0 0 12px 0;
  padding: 0;
  list-style: none !important;
}

.nota-enlaces li:last-child {
  margin-bottom: 0;
}

.nota-enlaces li::before {
  content: none !important;
  display: none !important;
}

.nota-enlaces a {
  color: #E50013;
  text-decoration: none;
  font-size: 26px;
  font-family: Arial, Helvetica, sans-serif;
  line-height: 31px;
  display: block;
}

.nota-enlaces a:hover {
  text-decoration: underline;
}

/* ============================================
   PRODUCTOS ISUZU - TÍTULO FUERA DEL CUADRO
   ============================================ */

.nota-content .productos-titulo {
  font-size: 26px;
  font-weight: 700;
  color: #000000;
  margin: 30px 0 12px 0 !important;
  font-family: Arial, Helvetica, sans-serif;
  line-height: 31px;
  padding-right: 0px !important;
  padding-left: 0px !important;
  display: block !important;
}

.nota-productos {
  margin: 0 0 30px 0;
  padding: 20px 25px;
  background: #f7f7f7;
  border-left: 4px solid #E50013;
  border-radius: 4px;
}

.nota-productos ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.nota-productos li {
  margin: 0 0 12px 0;
  padding: 0;
  list-style: none !important;
}

.nota-productos li:last-child {
  margin-bottom: 0;
}

.nota-productos li::before {
  content: none !important;
  display: none !important;
}

.nota-productos a {
  color: #E50013;
  text-decoration: none;
  font-size: 26px;
  font-family: Arial, Helvetica, sans-serif;
  line-height: 31px;
  display: block;
}

.nota-productos a:hover {
  text-decoration: underline;
}

/* ============================================
   FAQ
   ============================================ */

.nota-faq h3 {
  color: #000000;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 26px;
  line-height: 31px;
  text-align: left;
  padding-right: 0px !important;
  padding-left: 50px !important;
}

.nota-faq {
  margin-top: 30px;
  padding: 0;
  border-bottom: none;
}

.faq-item {
  border-bottom: 1px solid #e5e5e5;
 padding: 18px 0 40px 50px;
}

.faq-item:last-child {
  border-bottom: none;
}

.faq-item h4 {
  font-size: 26px;
  font-weight: 700;
  color: #000000;
  text-align: left;
  margin: 0 0 10px 0;
  line-height: 31px;
  font-family: Arial, Helvetica, sans-serif;
  padding-right: 0px !important;
  padding-left: 0px !important;
}

.faq-item p {
  font-size: 26px;
  line-height: 31px;
  color: #000000;
  text-align: left;
  margin: 0;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: 400;
  padding-right: 0px !important;
  padding-left: 0px !important;
}

.nota-media {
  width: 100%;
  margin: 25px 0;
  background: #1a1a1a;
  border-radius: 20px;
  overflow: hidden;
  aspect-ratio: 16/9;
  display: flex;
  align-items: center;
  justify-content: center;
}

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

.otras-entradas {
  background: #1f2a3a;
  padding: 60px clamp(16px, 4vw, 80px);
  margin-top: 0px;
}

.otras-entradas-titulo {
  color: #ffffff;
  font-size: clamp(22px, 2.4vw, 32px);
  font-weight: 700;
  text-align: center;
  margin: 0 0 40px 0;
}

.otras-entradas-grid {
  max-width: 1100px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
}

.otra-entrada {
  display: flex;
  flex-direction: column;
  text-decoration: none;
  color: #ffffff;
}

.otra-entrada-img {
  width: 100%;
  aspect-ratio: 1/1;
  background: #ffffff;
  border-radius: 10%;
  margin-bottom: 12px;
  border: 3px solid transparent;
  transition: border-color 0.3s;
}

.otra-entrada.active .otra-entrada-img {
  border-color: #4a90e2;
}

.otra-entrada h3 {
  font-size: 14px;
  font-weight: 500;
  margin: 0 0 4px 0;
}

.otra-entrada span {
  font-size: 12px;
  color: #b0b8c1;
  text-decoration: underline;
}

/* ============================================
   FLOATING SIDEBAR - SE DETIENE EN OTRAS ENTRADAS
   ============================================ */

.floating-sidebar {
  position: fixed;
  right: 0px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 9999;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.otras-entradas {
  position: relative;
  z-index: 1;
  margin-top: 0px;
}

.floating-sidebar {
  position: sticky;
  top: 50%;
  align-self: flex-start;
  transform: translateY(-50%);
  z-index: 9999;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

/* ============================================
   RESPONSIVE - IGUAL QUE NOTA 2
   ============================================ */

@media (max-width: 1024px) {
  .nota-titulo-box {
    flex: 0 0 383px;
    width: 320px;
    padding: 100px 0 30px 40px !important;
    position: sticky !important;
    top: 0px !important;
    margin-bottom: 10px;
    align-self: flex-start;
    min-height: 100vh;
    height: auto !important;
  }

  .nota-content-wrapper {
    padding: 0 40px 0 30px;
  }

  .nota-content p,
  .nota-content h2,
  .nota-content h3,
  .nota-content h4,
  .nota-content h5,
  .nota-content a,
  .faq-item h4,
  .faq-item p,
  .nota-content div {
    padding-right: 0px !important;
    padding-left: 0px !important;
  }

  .nota-titulo-box .redes-sociales-footer {
    padding-bottom: 20px;
    padding-top: 15px;
  }

  .nota-imagen .icono-superior {
    width: 45%;
    max-width: 250px;
    min-width: 100px;
  }

  .nota-content {
    padding: 3% 0 3% 0% !important;
  }

  .nota-imagen {
    border-radius: 0 !important;
  }

  .nota-imagen > img:first-of-type {
    border-radius: 0 !important;
  }

  .nota-content ul {
    padding-left: 22px;
  }

  .nota-content ul li {
    font-size: 22px;
    line-height: 28px;
    padding: 3px 0 3px 6px;
  }

  .nota-content ul li::before {
    font-size: 22px;
    left: -18px;
    top: 1px;
  }

  .nota-content .articulos-titulo {
    font-size: 22px !important;
    line-height: 28px !important;
    margin: 30px 0 10px 0 !important;
  }

  .nota-enlaces {
    padding: 16px 20px;
    margin: 0 0 15px 0;
  }

  .nota-enlaces li {
    margin: 0 0 10px 0;
  }

  .nota-enlaces a {
    font-size: 22px;
    line-height: 28px;
  }

  .nota-content .productos-titulo {
    font-size: 22px !important;
    line-height: 28px !important;
    margin: 25px 0 10px 0 !important;
  }

  .nota-productos {
    padding: 16px 20px;
    margin: 0 0 20px 0;
  }

  .nota-productos li {
    margin: 0 0 10px 0;
  }

  .nota-productos a {
    font-size: 22px;
    line-height: 28px;
  }

  .nota-faq h3 {
    padding-left: 40px !important;
  }

  .faq-item {
    padding-left: 40px;
  }

  .nota-titulo-box h1 {
    padding-right: 30px !important;
  }
}

@media (max-width: 768px) {
  .nota-container {
    flex-direction: column;
    padding: 0;
  }

  .nota-titulo-box {
    flex: 0 0 auto;
    width: 100%;
    min-height: auto;
    height: auto !important;
    padding: 25px 20px !important;
    background: #E50013;
    position: relative !important;
    top: 0 !important;
  }

  .nota-titulo-box .redes-sociales-footer {
    padding-bottom: 15px;
    padding-top: 10px;
    position: relative;
    bottom: auto;
    background: transparent;
  }

  .nota-divider-h {
    width: 100%;
    margin: 20px 0;
  }

  .nota-divider-v {
    display: none !important;
  }

  .nota-imagen > img:first-of-type {
    height: 250px;
    border-radius: 0 !important;
  }

  .nota-imagen {
    border-radius: 0 !important;
    margin-bottom: 20px;
  }

  .nota-imagen .icono-superior {
    width: 55%;
    max-width: 180px;
    min-width: 80px;
  }

  .otras-entradas-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
  }

  .nota-content-wrapper {
    padding: 0 20px;
  }

  .nota-content {
    padding: 3% 0 3% 13% !important;
  }

  .nota-content p,
  .nota-content h2,
  .nota-content h3,
  .nota-content h4,
  .nota-content h5,
  .nota-content a,
  .faq-item h4,
  .faq-item p,
  .nota-content div {
    font-size: 18px !important;
    line-height: 24px !important;
    text-align: left !important;
    padding-right: 0px !important;
    padding-left: 0px !important;
  }

  .nota-content h2,
  .nota-content h3,
  .nota-content h4,
  .nota-content h5 {
    font-weight: 700 !important;
  }

  .nota-faq h3 {
    font-size: 18px !important;
    line-height: 24px !important;
    padding-left: 30px !important;
  }

  .faq-item {
    padding-left: 30px;
  }

  .nota-content ul {
    padding-left: 18px;
  }

  .nota-content ul li {
    font-size: 18px !important;
    line-height: 24px !important;
    padding: 3px 0 3px 4px;
  }

  .nota-content ul li::before {
    font-size: 18px;
    left: -14px;
    top: 1px;
  }

  .nota-content .articulos-titulo {
    font-size: 18px !important;
    line-height: 24px !important;
    margin: 25px 0 10px 0 !important;
  }

  .nota-enlaces {
    padding: 14px 18px;
    margin: 0 0 15px 0;
  }

  .nota-enlaces li {
    margin: 0 0 10px 0;
  }

  .nota-enlaces a {
    font-size: 18px !important;
    line-height: 24px !important;
  }

  .nota-content .productos-titulo {
    font-size: 18px !important;
    line-height: 24px !important;
    margin: 20px 0 10px 0 !important;
  }

  .nota-productos {
    padding: 14px 18px;
    margin: 0 0 20px 0;
  }

  .nota-productos li {
    margin: 0 0 10px 0;
  }

  .nota-productos a {
    font-size: 18px !important;
    line-height: 24px !important;
  }

  .nota-titulo-box h1 {
    padding-right: 0 !important;
  }
}

@media (max-width: 480px) {
  .otras-entradas-grid {
    grid-template-columns: 1fr;
  }

  body.nota-page {
    padding: 42px 0 0;
  }

  .nota-content-wrapper {
    padding: 0 15px;
  }

  .nota-content {
    padding: 3% 8% 3% 6% !important;
  }

  .nota-content p,
  .nota-content h2,
  .nota-content h3,
  .nota-content h4,
  .nota-content h5,
  .nota-content a,
  .faq-item h4,
  .faq-item p,
  .nota-content div {
    font-size: 16px !important;
    line-height: 22px !important;
    padding-right: 0px !important;
    padding-left: 0px !important;
  }

  .nota-faq h3 {
    font-size: 16px !important;
    line-height: 22px !important;
    padding-left: 20px !important;
  }

  .faq-item {
    padding-left: 20px;
  }

  .nota-titulo-box .redes-sociales-footer {
    padding-bottom: 10px;
    padding-top: 8px;
  }

  .nota-imagen .icono-superior {
    width: 65%;
    max-width: 150px;
    min-width: 60px;
  }

  .nota-imagen {
    border-radius: 0 !important;
  }

  .nota-imagen > img:first-of-type {
    border-radius: 0 !important;
  }

  .nota-content ul {
    padding-left: 14px;
  }

  .nota-content ul li {
    font-size: 16px !important;
    line-height: 22px !important;
    padding: 2px 0 2px 4px;
  }

  .nota-content ul li::before {
    font-size: 16px;
    left: -12px;
    top: 0px;
  }

  .nota-content .articulos-titulo {
    font-size: 16px !important;
    line-height: 22px !important;
    margin: 20px 0 8px 0 !important;
  }

  .nota-enlaces {
    padding: 12px 14px;
    margin: 0 0 12px 0;
  }

  .nota-enlaces li {
    margin: 0 0 8px 0;
  }

  .nota-enlaces a {
    font-size: 16px !important;
    line-height: 22px !important;
  }

  .nota-content .productos-titulo {
    font-size: 16px !important;
    line-height: 22px !important;
    margin: 16px 0 8px 0 !important;
  }

  .nota-productos {
    padding: 12px 14px;
    margin: 0 0 16px 0;
  }

  .nota-productos li {
    margin: 0 0 8px 0;
  }

  .nota-productos a {
    font-size: 16px !important;
    line-height: 22px !important;
  }

  .nota-titulo-box h1 {
    padding-right: 0 !important;
  }
}
/* ============================================
   FLOATING SIDEBAR - Z-INDEX
   ============================================ */

/* Otras entradas - por encima del sidebar */
.otras-entradas {
  position: relative;
  z-index: 10;
  background: #1f2a3a;
}

/* Footer - por debajo del sidebar */
.site-footer {
  position: relative;
  z-index: 1;
}

/* Sidebar - entre otras-entradas y footer */
.floating-sidebar {
  z-index: 5 !important;
}