
/* V7 - Corrige somente o banner destaque no mobile. */
@media (max-width: 900px){
  .hero.hero-carousel{
    position:relative!important;
    isolation:isolate!important;
    width:calc(100% - 20px)!important;
    margin:10px auto 0!important;
    min-height:350px!important;
    height:350px!important;
    border-radius:24px!important;
    overflow:hidden!important;
    background:#0b1220!important;
    box-shadow:none!important;
  }

  .hero.hero-carousel .hero-slide,
  .hero.hero-carousel .hero-slide.active{
    position:absolute!important;
    inset:0!important;
    display:flex!important;
    align-items:flex-end!important;
    justify-content:flex-start!important;
    width:100%!important;
    height:100%!important;
    min-height:350px!important;
    background-size:cover!important;
    background-position:center center!important;
    border-radius:24px!important;
    overflow:hidden!important;
  }

  .hero.hero-carousel .hero-slide{opacity:0!important;visibility:hidden!important;pointer-events:none!important;z-index:1!important;}
  .hero.hero-carousel .hero-slide.active{opacity:1!important;visibility:visible!important;pointer-events:auto!important;z-index:2!important;}

  .hero.hero-carousel .hero-slide::before,
  .hero.hero-carousel .hero-slide:before{
    content:""!important;
    position:absolute!important;
    inset:0!important;
    background:linear-gradient(180deg,rgba(2,6,23,.06) 0%,rgba(2,6,23,.38) 44%,rgba(2,6,23,.88) 100%)!important;
    z-index:1!important;
  }

  .hero.hero-carousel .hero-slide > .container.hero-content,
  .hero.hero-carousel .hero-content{
    position:relative!important;
    z-index:3!important;
    width:100%!important;
    max-width:100%!important;
    margin:0!important;
    padding:0 20px 64px!important;
    color:#fff!important;
  }

  .hero.hero-carousel .hero-content .kicker{
    display:inline-flex!important;
    align-items:center!important;
    gap:6px!important;
    margin:0 0 12px!important;
    padding:8px 12px!important;
    border-radius:999px!important;
    background:rgba(255,255,255,.18)!important;
    border:1px solid rgba(255,255,255,.26)!important;
    color:#fff!important;
    font-size:12px!important;
    font-weight:800!important;
    line-height:1!important;
  }

  .hero.hero-carousel .hero-content h1,
  .hero.hero-carousel h1{
    display:block!important;
    margin:0 0 12px!important;
    max-width:100%!important;
    color:#fff!important;
    font-size:28px!important;
    line-height:1.06!important;
    letter-spacing:-.03em!important;
    text-shadow:0 8px 28px rgba(0,0,0,.34)!important;
  }

  .hero.hero-carousel .hero-content p,
  .hero.hero-carousel p{
    display:block!important;
    overflow:hidden!important;
    margin:0 0 16px!important;
    max-width:100%!important;
    color:rgba(255,255,255,.94)!important;
    font-size:15px!important;
    line-height:1.4!important;
    -webkit-line-clamp:3!important;
    -webkit-box-orient:vertical!important;
    display:-webkit-box!important;
  }

  .hero.hero-carousel .hero-content .btn,
  .hero.hero-carousel .hero-content .ct-btn,
  .hero.hero-carousel .btn{
    display:inline-flex!important;
    align-items:center!important;
    justify-content:center!important;
    width:auto!important;
    min-width:156px!important;
    min-height:46px!important;
    padding:11px 18px!important;
    border-radius:14px!important;
    font-size:14px!important;
    font-weight:900!important;
    box-shadow:none!important;
  }

  .hero.hero-carousel .hero-arrow{display:none!important;}

  .hero.hero-carousel .hero-dots{
    position:absolute!important;
    left:20px!important;
    bottom:18px!important;
    right:auto!important;
    top:auto!important;
    transform:none!important;
    z-index:5!important;
    display:flex!important;
    align-items:center!important;
    gap:7px!important;
    padding:0!important;
    margin:0!important;
    background:transparent!important;
  }

  .hero.hero-carousel .hero-dots button{
    width:8px!important;
    min-width:8px!important;
    height:8px!important;
    min-height:8px!important;
    padding:0!important;
    border:0!important;
    border-radius:999px!important;
    background:rgba(255,255,255,.55)!important;
    box-shadow:none!important;
    font-size:0!important;
    line-height:0!important;
  }

  .hero.hero-carousel .hero-dots button.active{
    width:24px!important;
    min-width:24px!important;
    background:#fff!important;
  }

  .quick-actions-app{
    margin-top:0!important;
    padding:12px 0 6px!important;
    background:transparent!important;
  }
}
