.banner-wrapper * {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

.banner-bloco img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: cover;
  max-height: 660px;
  @media (max-width: 749px) {
    height: 550px;
  }
}

.banner-bloco picture {
  display: flex;
  justify-content: center;
}

.banner-video {
  width: 100%;
  height: auto;
  object-fit: cover;
  display: block;
  max-height: 660px;
  @media (max-width: 749px) {
    height: 550px;
  }
}

/* Swiper pagination */
#ident_pag {
  bottom: 32px;
}

#ident_pag .swiper-pagination-bullet {
  bottom: 32px;
  background-color: palevioletred;
}

#ident_pag .swiper-pagination-bullet-active {
  width: 24px;
  height: 12px;
  border-radius: 12px;
}

#banner-bloco-pagination .swiper-pagination-bullet {
  background-color: grey;
}

#banner-bloco-pagination .swiper-pagination-bullet-active {
  background-color: white;
}
