/* ==========================================================================
   ENTRETENIMIENTO TOLIMA · Ajuste publicidad v29.19
   - Centra el bloque doble
   - Reduce la franja magenta a un acento corporativo
   ========================================================================== */

.et-home-ad-duo{
  width:min(100%,1284px) !important;
  margin:
    clamp(28px,3.4vw,50px)
    auto !important;
}

/* El CSS antiguo convertía "Espacio comercial" en una pastilla magenta grande.
   Aquí se restablece como etiqueta editorial discreta. */
.et-home-ad-duo-kicker{
  display:inline-flex !important;
  align-items:center !important;
  width:auto !important;
  min-height:0 !important;
  gap:7px !important;
  margin:0 0 5px !important;
  padding:0 !important;
  border-radius:0 !important;
  color:#6f7d8f !important;
  background:transparent !important;
  font:800 .55rem/1.2 Arial,Helvetica,sans-serif !important;
  letter-spacing:.11em !important;
  text-transform:uppercase !important;
}

.et-home-ad-duo-kicker::before{
  content:"" !important;
  display:block !important;
  width:22px !important;
  height:2px !important;
  flex:0 0 22px !important;
  border-radius:999px !important;
  background:#1b5fc0 !important;
}

/* Mantener el encabezado visualmente compacto y alineado. */
.et-home-ad-duo-title-wrap{
  min-width:0 !important;
}

.et-home-ad-duo-head{
  padding-inline:0 !important;
}

@media(max-width:1320px){
  .et-home-ad-duo{
    width:calc(100% - 28px) !important;
  }
}

@media(max-width:720px){
  .et-home-ad-duo{
    width:calc(100% - 20px) !important;
  }
}
