.font-white{
    color: white;
}


.swiper {
    width: 100%;
    height: 100%;
    border-radius: 20px;
}

.swiper-slide {
    text-align: center;
    font-size: 18px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 20px;
    background: linear-gradient(135deg, #8959fd, #739bf2, #5ddbe7);
}

.swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.swiper .swiper-pagination span {
    width: 20px; /* Ancho del punto */
    height: 20px; /* Altura del punto */
    background-color: #fff; /* Color de fondo del punto */
    border: 2px solid #fff; /* Borde del punto */
    border-radius: 50%; /* Borde redondo para el punto */
    margin-right: 10px; /* Margen derecho entre los puntos */
}


.swiper .swiper-wrapper .swiper-slide {
    padding: 20px 5px;
    text-align: center;
    color: white;
    vertical-align: middle;
}



.swiper .swiper-wrapper .swiper-slide .title {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 10px;
}

.swiper .swiper-wrapper .swiper-slide .subTitle {
    font-size: 15px;
}

.swiper .swiper-wrapper .swiper-slide p {
    font-size: 12px;
    font-family: 'Times New Roman', Times, serif;
    line-height: 1.0;
}

.swiper .swiper-wrapper .swiper-slide .foot {
    font-size: 20px;
    font-weight: bold;
}

.swiper .primaryCaimg {
    padding: 30px;
}


















.has-margin-mobile {
    padding: 20px; /* Ajusta el valor del margen según tus necesidades */
}



.slider-text {
    position: absolute;
    right: 0;
    bottom: 0
}

#primaryCa .card-content{
    max-width: 50%;
}

#primaryCa{
    overflow: hidden;
}

@media screen and (max-width: 1023px) {
    #slider .card-content{
        display: none;
    }
}

.prev,
.next {
    cursor: pointer;
    position: absolute;
    top: 50%;
    width: auto;
    padding: 16px;
    margin-top: -50px;
    color: white;
    font-weight: bold;
    font-size: 20px;
    transition: 0.6s ease;
    border-radius: 0 3px 3px 0;
    user-select: none;
    -webkit-user-select: none;
}

.next {
    right: 0;
    border-radius: 3px 0 0 3px;
}


.numbertext {
    color: #f2f2f2;
    font-size: 12px;
    padding: 8px 12px;
    position: absolute;
    right: 0;
    top: 0;
}

.item-slide img {
    max-width: 1200px;
}

.caption-container {
    color: white;
}