.carousel-container {
    position: relative !important;
    width: 100%;
    height: 100%;
    /* overflow: hidden; */
    /* z-index: 21; */
}

.imagenes-seccion-10 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    opacity: 0;
    transition: opacity 0.5s ease;
}

.imagenes-seccion-10.active {
    opacity: 1;
}

.nav-button {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background-color: rgba(0, 0, 0, 0.5);
    color: white;
    border: none;
    padding: 0 20px;
    cursor: pointer;
    font-size: 24px;
    z-index: 27;
}
.nav-button p {
    font-size: 24px;
    color: white;
}
.nav-button.left {
    left: 0px;
    top: 50vh;
}

.nav-button.right {
    right: 0px;
    top: 50vh;
}

.nav-button:hover {
    background-color: rgba(0, 0, 0, 0.7);
}

.img1 {
    z-index: 26 !important;
}
.img2 {
    z-index: 25 !important;
}
.img3 {
    z-index: 24 !important;
}
.img4 {
    z-index: 23 !important;
}
.img5 {
    z-index: 22 !important;
}
.img6 {
    z-index: 21 !important;
}

/*.seccion-9 {
    height: 150vh !important;
}*/
@media (min-width: 381px) and (max-width: 480px) {
    .seccion-9 {
        height: auto !important;
    }
}