
/* V9 - Notícias e novidades + Pontos turísticos em slide no mobile */
@media (max-width: 900px){
  .home-mobile-slide-target{
    position:relative!important;
    overflow:hidden!important;
    width:100%!important;
    max-width:100%!important;
    padding:0 0 22px!important;
    margin:0!important;
  }

  .home-mobile-slide-target .home-carousel-track,
  .home-mobile-slide-target .home-news-grid,
  .home-mobile-slide-target .home-three-grid{
    display:flex!important;
    flex-wrap:nowrap!important;
    gap:12px!important;
    overflow-x:auto!important;
    overflow-y:hidden!important;
    scroll-snap-type:x mandatory!important;
    -webkit-overflow-scrolling:touch!important;
    padding:0 14px 4px!important;
    margin:0!important;
    transform:none!important;
  }

  .home-mobile-slide-target .home-carousel-track::-webkit-scrollbar,
  .home-mobile-slide-target .home-news-grid::-webkit-scrollbar,
  .home-mobile-slide-target .home-three-grid::-webkit-scrollbar{
    display:none!important;
  }

  .home-mobile-slide-target .home-carousel-item,
  .home-mobile-slide-target .home-carousel-track > .card,
  .home-mobile-slide-target .home-news-grid > .card,
  .home-mobile-slide-target .home-three-grid > .card,
  .home-mobile-slide-target .home-news-grid > a.card,
  .home-mobile-slide-target .home-three-grid > a.card,
  .home-mobile-slide-target .home-three-grid > div.card{
    flex:0 0 86%!important;
    width:86%!important;
    min-width:86%!important;
    max-width:86%!important;
    scroll-snap-align:start!important;
    margin:0!important;
  }

  .home-mobile-slide-target .card{
    border-radius:20px!important;
    overflow:hidden!important;
  }

  .home-mobile-slide-target .card-img{
    height:210px!important;
    width:100%!important;
    object-fit:cover!important;
  }

  .home-mobile-slide-target .card-body{
    padding:18px!important;
  }

  .home-mobile-slide-target .card h3{
    font-size:20px!important;
    line-height:1.16!important;
  }

  .home-mobile-slide-target .card p{
    font-size:14px!important;
    line-height:1.45!important;
  }

  .home-mobile-slide-target .home-car-arrow,
  .home-mobile-slide-target .home-car-dots{
    display:none!important;
  }
}
