
@media (min-width: 769px) {

  /* ─────────────────────────────────────────
     SECCIÓN 1 — HERO
  ───────────────────────────────────────── */

  

  /* ─────────────────────────────────────────
     SECCIÓN 2 — CARRUSEL + INFO
  ───────────────────────────────────────── */

  /* Carrusel con altura optimizada para desktop */
  .hero-carousel {
    height: 75vh;
  }

  /* Overlay mejorado con viñeta en esquinas */
  .slide::after {
    background: linear-gradient(160deg, rgba(232, 236, 5, 0.33) 0%, rgba(7, 64, 110, 0.325) 100%);
  }

  /* Texto del slide — Glassmorphism y tipografía refinada */
  .overlay-text {
    bottom: 15%;
    left: 8%;
    max-width: 520px;
    padding: 40px;
    background: rgba(0, 0, 0, 0.25);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 8px;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.3);
  }

  .overlay-text h2 {
    font-size: 3.8rem;
    letter-spacing: 0.04em;
    line-height: 1;
    margin-bottom: 14px;
    text-shadow: 0 4px 24px rgba(0,0,0,0.7);
    /* Subrayado dorado decorativo */
    position: relative;
    display: inline-block;
    padding-bottom: 12px;
  }

  .overlay-text h2::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 60px;
    height: 3px;
    background: #f7c50f;
    border-radius: 2px;
  }

  .overlay-text p {
    font-size: 1.2rem;
    line-height: 1.6;
    color: rgba(255,255,255,0.95);
    font-family: 'Crimson Pro', serif;
    font-style: italic;
    margin-top: 5px;
  }

  /* Controles más elegantes */
  .controls span {
    font-size: 1.4rem;
    width: 48px;
    height: 48px;
    border: 1.5px solid rgba(255,255,255,0.35);
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    backdrop-filter: blur(6px);
    background: rgba(0,0,0,0.2);
    transition: background 0.25s, border-color 0.25s, transform 0.2s;
    top: 50%;
    transform: translateY(-50%);
  }

  .controls span:hover {
    background: rgba(247, 197, 15, 0.25);
    border-color: #f7c50f;
    transform: translateY(-50%) scale(1.08);
  }

  .prev { left: 28px; }
  .next { right: 28px; }

  /* Info section — Contenedor centrado y fondo matizado */
  .info-section {
    max-width: 1240px;
    margin: 0 auto;
    padding: 100px 40px;
    gap: 80px;
    align-items: center;
    position: relative;
    overflow: hidden;
  }

  /* Decoración de fondo para la sección de info */
  .info-section::before {
    content: '';
    position: absolute;
    top: -100px;
    right: -100px;
    width: 300px;
    height: 300px;
    border-radius: 50%;
    z-index: 0;
  }

  .info-left h3 {
    font-size: 3rem;
    line-height: 1.1;
    margin-bottom: 18px;
    position: relative;
    padding-bottom: 18px;
  }

  /* Línea decorativa bajo el h3 */
  .info-left h3::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 50px;
    height: 3px;
    background: #f7c50f;
    border-radius: 2px;
  }

  .info-left p {
    font-size: 1.1rem;
    line-height: 1.8;
    color: #444;
    max-width: 520px;
    margin-bottom: 25px;
  }

  /* Contenedor de la imagen con adorno "Layered" */
  .info-right {
    position: relative;
    z-index: 1;
    padding-left: 80px;
  }


  .info-right:hover::after {
    transform: translate(8px, 8px);
  }

  /* Imagen derecha con efecto sutil */
.info-right img {
  border-radius: 4px;
  width: 400px;
  height: 500px;
  object-fit: cover;
  display: block;
  transition: transform 0.4s ease, box-shadow 0.4s ease;

  /* Contorno con doble borde: sombra dorada + marco offset */
  outline: 2px solid rgba(247, 197, 15, 0.55);
  outline-offset: 8px;
  box-shadow:
    0 0 0 10px rgba(247, 197, 15, 0.08),   /* halo dorado suave */
    12px 20px 60px rgba(0, 0, 0, 0.18),     /* sombra profunda */
    -4px -4px 0 0 rgba(247, 197, 15, 0.25); /* esquina decorativa arriba-izq */
}

.info-right img:hover {
  transform: scale(1.02);
  outline-color: rgba(247, 197, 15, 0.85);
  box-shadow:
    0 0 0 10px rgba(247, 197, 15, 0.13),
    18px 28px 72px rgba(0, 0, 0, 0.22),
    -4px -4px 0 0 rgba(247, 197, 15, 0.45);
}
  /* Estilo mejorado para el botón en info section */
  .btn-conocenos {
    padding: 18px 36px;
    font-size: 14px;
    border-radius: 2px;
    box-shadow: 0 10px 25px rgba(247, 197, 15, 0.2);
  }


  /* ─────────────────────────────────────────
     SECCIÓN 3 — NOTICIAS
  ───────────────────────────────────────── */

  .seccion3 {
    padding: 112px 40px;
    /* Overlay oscuro sobre el fondo para mejor contraste */
    position: relative;
   
    
  }

  .seccion3::before {
    content: '';
    position: absolute;
    inset: 0;
    background: rgba(1, 12, 20, 0.45);
    pointer-events: none;
    z-index: 0;
  }

  .noticias-container {
    position: relative;
    z-index: 1;
      
  }

  /* Header más espacioso */
  .noticias-header {
    margin-bottom: 64px;
  }

  .noticias-label {
    font-size: 0.75rem;
    letter-spacing: 0.28em;
    padding: 7px 20px;
  }

  /* Grid — 2 columnas centradas cuando solo hay 2 cards */
  .noticias-grid {
    grid-template-columns: repeat(3, 1fr);
    gap: 28px;
    max-width: 1100px;
    margin: 0 auto;
  }

  /* Card refinada */
  .noticia-card {
    border-radius: 2px;
    box-shadow: 0 4px 24px rgba(0,0,0,0.10);
    transition: transform 0.35s cubic-bezier(0.4,0,0.2,1), box-shadow 0.35s ease;
    overflow: hidden;
    border-bottom: 3px solid transparent;
  }

  .noticia-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 20px 48px rgba(0,0,0,0.18);
    border-bottom-color: #f7c50f;
  }

  /* Imagen más alta en desktop */
  .noticia-imagen {
    height: 220px;
    transition: transform 0.5s ease;
    overflow: hidden;
  }

  /* Zoom sutil en la imagen al hover */
  .noticia-card:hover .noticia-imagen {
    transform: scale(1.03);
  }

  .noticia-body {
    padding: 26px 24px 28px;
  }

  .noticia-titulo-card {
    font-size: 1.08rem;
    line-height: 1.45;
    margin-bottom: 12px;
  }

  .noticia-desc {
    font-size: 0.88rem;
    line-height: 1.7;
  }

  .noticia-leer {
    font-size: 0.8rem;
    color: #012026;
    padding-top: 16px;
    margin-top: 4px;
  }

  .noticia-card:hover .noticia-leer {
    color: #ae9a19;
  }

  /* Footer con más espacio */
  .noticias-footer {
    margin-top: 60px;
  }

  .btn-uiverse {
    min-width: 220px;
    padding: 17px 28px;
    font-size: 13.5px;
  }

}

/* ══════════════════════════════════════════════════════
   BREAKPOINT MEDIO (769px–960px) — Ajuste fino 
   Solo la cuadrícula de noticias
══════════════════════════════════════════════════════ */
@media (min-width: 769px) and (max-width: 960px) {
  .noticias-grid {
    grid-template-columns: repeat(2, 1fr);
    max-width: 100%;
  }

  .hero-carousel {
    height: 70vh;
  }

  .info-section {
    padding: 60px 6%;
    gap: 36px;
  }
}