.body-bg {
    background-color: #F8F8F8;
    min-height: 100vh;
}

.conquer-challenge__carousel {
    background-color: rgb(78, 78, 78);
}

.conquer-challenge__carousel .p-titulo,
.conquer-challenge__carousel .p-subtitulo,
.conquer-challenge__carousel .fa-angle-down {
    color: #fff !important;
}

.saludo {
    font-size: var(--f-28);
    color: var(--verde);
    text-align: center;
}

@media only screen and (min-width: 992px) {
    .saludo {
        text-align: left;
    }
}

.swiper-container {
    width: 100%;
    /* height: 65vh; */
    overflow-y: visible !important;
}

@media only screen and (min-width: 992px) {
    .swiper-container {
        width: 70%;
    }
}
/*
@media only screen and (max-width: 600px) {
    .swiper-container {
        height: 40vh;
    }
}
*/
.swiper-slide {
    cursor: pointer;
    height: 90% !important;
}

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

.swiper-pagination-bullet {
    background: var(--verde) !important;
    opacity: 1 !important;
    width: 10px !important;
    height: 10px !important;
    margin: 0 6px !important;
} 

@media only screen and (min-width: 992px) {
    .swiper-pagination-bullet {
        width: 14px !important;
        height: 14px !important;
    }
}

.swiper-pagination-bullet-active {
    background: var(--rojo-oscuro) !important;
}

.swiper-button-next{
    color: var(--verde) !important;
    font-weight: bolder;
  } 
.swiper-button-prev{
    color: var(--verde) !important;
    font-weight: bolder;
  } 