/**
 * CSS temporário para troca automática de banners AzulFriday
 * SOBRESCREVE todos os banners do header.css sem modificar arquivos permanentes
 * Período: até 30/11/2025 23:59 - banner_AzulFriday_2025_*
 * A partir: 01/12/2025 00:00 - banner_skysales_v6_*
 * 
 * PARA REMOVER: Apagar este arquivo e remover a referência no HTML
 */

/* ===== BANNERS AZULFRIDAY (PERÍODO ATIVO) ===== */

/* Desktop padrão - sobrescreve linha 143 do header.css */
body.azul-friday-active .background_content,
.azul-friday-active .background_content {
  background-image: url("img/banner_AzulFriday_2025_1440x528.png") !important;
}

/* Banner fullscreen para backgroundContent (2560x1090) - sobrescreve index.css linha 1857 */
body.azul-friday-active .backgroundContent,
.azul-friday-active .backgroundContent {
  background-image: url("../src/assets/img/banner_AzulFriday_2025_2560x1090.png") !important;
}

/* Tablet/Mobile (768px-1024px) - sobrescreve linhas 344 e 391 do header.css */
@media (min-width: 768px) and (max-width: 1024px) {
  body.azul-friday-active .background_content,
  .azul-friday-active .background_content {
    background-image: url("img/banner_AzulFriday_2025_1024x528.png") !important;
  }
}

/* Desktop grande (1025px+) - sobrescreve linha 408 do header.css */
@media (min-width: 1025px) {
  body.azul-friday-active .background_content,
  .azul-friday-active .background_content {
    background-image: url("img/banner_AzulFriday_2025_1440x528.png") !important;
  }
}