/* Swiper 1 ***************************************************************** */
.swiper-container.swiper1 {
    width: 100%;
    height: 100%;
    z-index: 100;
}

.swiper1 .swiper-wrapper {
    height: auto;
}

.swiper1 .swiper-slide {
    margin: 160px 0 0 0;
    padding: 0px 20px 0 20px;
    /* text-align: center; */
    font-size: 16px;
    height: 50vh;
    
    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.swiper1 .swiper-pagination-bullet {
    background: #fff;
    width: 10px;
    height: 10px;
    margin: 0 4px;
}

.swiper1 .swiper-pagination-bullet-active {
    background: #ffffff;
}

.swiper1 .swiper-pagination {
    position: initial;
    text-align: left;
    margin: 16px 0 0 16px;
}

/* Swiper 2 ***************************************************************** */
.swiper-container.swiper2 {
    width: 100%;
    height: 166px;
}

.swiper2 .swiper-wrapper {
    height: auto;
}

.swiper2 .swiper-slide {
    padding: 0px 20px 0 20px;
    /* text-align: center; */
    font-size: 16px;
    height: auto;
    
    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.swiper2 .swiper-pagination-bullet {
    background: #fff;
}

.swiper2 .swiper-pagination-bullet-active {
    background: #ffffff;
}

.parceiros {
    width: 128px;
    height: 128px;
    
    background-position: 50%;
    background-size: contain;
    background-repeat: no-repeat;
}

.parceiro-nova {
    background-image: url("../images/parceiros-nova.svg")
}