.swiper-pagination {
    position: absolute;
    right: 7em !important;
    bottom: 12em !important;
    padding-right: 7em;
    text-align: right;
}

.swiper-pagination-bullet {
    width: 50px;
    height: 10px;
    border-radius: 7px 0 7px 0;
    opacity: .5;
}

.swiper-pagination-bullet-active {
    background-color: rgb(68, 201, 255);
    opacity: 1;
}

.swiper-container {
        width: 100%;
        margin: 70px auto 0;
        height: calc(100vh - 5em);
    }
    .swiper-slide {
        text-align: center;
        font-size: 18px;
        background-size: cover;
        /* 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;*/
        display: flex;
        justify-content: flex-start;
        align-items: center;
    }

    .swiper-slide:nth-child(1) {
    background: url('../img/car.jpg') center / cover no-repeat;
    }

    .swiper-slide:nth-child(2) {
            background: url('../img/corporate.jpg') center / cover no-repeat;

    }

    .swiper-slide:nth-child(3) {
            background: url('../img/life.jpg') center / cover no-repeat;

    }

    .swiper-slide:nth-child(4) {
            background: url('../img/residencial.jpg') center / cover no-repeat;
    }

@media (max-width: 1300px) {
    .swiper-pagination {
        bottom: 6em !important;
    }   
}


@media (max-width: 1024px) {
}

@media (max-width: 840px) {
    .swiper-pagination {
    bottom: 2em !important;
    padding: 0;
    text-align: center;
    
    }
    .swiper-slide:nth-child(2) {
            background: url('../img/corporate.jpg') right / cover no-repeat;
    }
}