/* Inline SVG */
.s61-inline-svg,
.s61-inline-svg a{
  display: flex;
  outline: none;
  justify-content: center;
}

/* Button */
.b6web-button-wrapper{
  display: flex;
}


/* .swiper-slide {
  display: flex;
  justify-content: center;
  align-items: center;
} */

.swiper-content{
    display: flex;
    flex-direction: column;
}

.timer-swiper{
    position: absolute;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 5px;
    z-index: 2;
}
.timer-swiperAfter{
    background: var( --e-global-color-b543980 );
    height: 100%;
    width: 0;
    height: 5px;
    display: block;
}
.timer-swiperAfter.active{
    width: 100%;
    transition: 5s all;
}

.swiper-button-next,
.swiper-button-prev{
	color: var(--seta-slide) !important;
}

.img-container{
	margin: auto;
}

.img-banner{
	width: 1140px;
	height: 600px;
}