var slides=document.querySelectorAll(".slide-noticias"),isMobile=window.innerWidth<=768,minSlides=isMobile?2:4,swiper4=new Swiper(".noticias.swiper-container",{slidesPerView:1,lazy:!0,centeredSlides:!0,loop:!0,centeredSlidesBounds:!0,breakpoints:{768:{slidesPerView:3,centeredSlides:!0,loop:!0,centeredSlidesBounds:!0}},navigation:{nextEl:".linhas_arrows_noticias .swiper-button-next",prevEl:".linhas_arrows_noticias .swiper-button-prev"}});