#services-alt .services-alt-carousel {
    transform: none;
    margin: 0 auto;
    padding-bottom: 15px;
    max-width: 90%;
    font-family: 'Montserrat', sans-serif;
}

#services-alt .owl-dots {
    text-align: center;
    margin-top: 20px;
}

#services-alt .owl-dots .owl-dot {
    margin: 0 4px !important;
}

#services-alt .owl-dot span {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: rgba(2,102,120,.45);
    display: block;
    transition: all .3s ease;
}

#services-alt .owl-dot.active span {
    background: #045c59;
    transform: scale(1.2);
}

#services-alt .owl-dot:hover span {
    background: #01d294;
}

/* ocultar flechas */
#services-alt .owl-nav {
    display: none;
}

.services-alt-figure {
    position: relative;
}

.services-alt-figure::before {
    content: "";
    position: absolute;
    right: -45px;
    top: 0;
    width: 1px;
    height: 100%;
    background: #414f53;
}

.services-alt-caption {
    position: absolute;
    left: 0;
    bottom: 15px;
    background: rgba(0,0,0,.5);
    padding: 10px 35px;
    color: #fff;
    font-size: 14px;
    font-weight: 500;
}

.services-alt-caption b {
    display: inline-block;
    font-size: 19px;
    border-bottom: 1px solid #fff;
    margin-bottom: 5px;
    text-shadow: 0 0 5px #000;
}

#services-alt a {
    color: #fff;
}

/* Permite que el carrusel capture el gesto horizontal sin interferencia */
.services-alt-carousel {
    touch-action: pan-y; /* Permite scroll vertical en la página, pero deja el horizontal al JS */
    -webkit-tap-highlight-color: transparent; /* Quita el cuadro azul al tocar en iOS */
}

/* Asegura que las imágenes no se "arrastren" como archivos (evita bugs de trackpad/mouse) */
.services-alt-item img {
    user-select: none;
    -webkit-user-drag: none;
}

/* Mobile tweaks */
@media (max-width:430px) {
    #services-alt .services-alt-carousel {
        transform: translateX(30px);
    }
}
