.shelinks-carousel-wrapper {
    width: 100%;
    margin: 0 auto;
}

.shelinks-carousel-wrapper .item {
    outline: none;
}

.shelinks-carousel-wrapper .item img {
    width: 100%;
    height: auto;
    display: block;
}

.shelinks-carousel-wrapper .row.intervenantes {
    display: flex;
    flex-wrap: wrap;
    /* padding: 20px; */
}

.shelinks-carousel-wrapper .row.intervenantes h3 {
    width: 100%;
    text-align: center;
   /*  margin: 20px 0; */
}

.shelinks-carousel-wrapper .row.intervenantes h3.blue {
    color: #2271b1;
}

.shelinks-carousel-wrapper .interv {
   /*  padding: 15px; */
    text-align: center;
}

.shelinks-carousel-wrapper .interv.col-6 {
    width: 50%;
}

.shelinks-carousel-wrapper .interv.col-12 {
    width: 100%;
}

.shelinks-carousel-wrapper .interv img {
/*     width: 150px;
    height: 150px;
    border-radius: 50%; */
    object-fit: cover;
    margin: 0 auto 10px;
	border-radius: 100%;
}

.shelinks-carousel-wrapper .interv .title {
   /*  font-weight: bold; */
    margin: 10px 0 5px;
    font-size: 1.1em;
}

.shelinks-carousel-wrapper .interv .small {
    font-size: 0.9em;
    /* color: #666;
    line-height: 1.4; */
}

@media (max-width: 768px) {
    .shelinks-carousel-wrapper .interv.col-6 {
        width: 100%;
    }
}

.slick-prev,
.slick-next {
    z-index: 1;
}

.slick-prev {
    left: 25px;
}

.slick-next {
    right: 25px;
}

.slick-dots {
    bottom: 25px;
}
