.sliderImages {
    width: 100%;
    height: 100%;
}

.sliderImages .swiper-wrapper{
    height: 100vh;
}

.caption-slide{
    display: flex;
    flex-direction: column;
    gap: 45px;
}

span.swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: #fff;
}

span.swiper-pagination-bullet {
    width: 15px;
    height: 15px;
    border-radius: 100px;
    border: 2px solid #fff;
    background: none;
    margin-bottom: 36px !important;
    margin-right: 44px !important;
}

.slide-content {
    position: relative;
    height: 100vh;
    width: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.title-slide h2 {
    font-size: 72px;
    font-weight: 600;
    line-height: 76px;
    letter-spacing: normal;
    color: #fff;
}


.description-slide p {
    font-weight: 400;
    font-size: 21px;
    color: #fff;
    line-height: 35px;
    letter-spacing: 3px;
    margin-bottom: 25%;
}

button.btn-cta{
    background-color: transparent;
    color: #fff;
    text-align: inherit;
    line-height: 24px;
    margin: 0px;
    padding: 18px 27px 16px 27px;
    letter-spacing: 0px;
    font-weight: 600;
    font-size: 16px;
    margin: 20px;
    text-transform: uppercase;
    border: 2px solid #fff;
}


button.btn-cta:hover{
    background-color: var(--secondary);
    border-color: var(--secondary);
}


@media (max-width: 767.98px) {
    .title-slide h2 {
        font-size: 38px;
        line-height: 50px;
    }

    .cta-buttons{
        margin-top: 20%;
    }

    button.btn-cta{
        padding: 12px 18px 12px 18px;
    }
}
