#content-carousel-museo {
    width: 40%;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    padding: 50px 0px;
}

#carousel-museo {
    width: 100%;
}

#carousel-museo img{
    width: 100% !important;
    box-shadow: unset !important;
    height: 500px;
    object-fit: contain;
}

#bnn-izq-museo {
    left: -100px;
}

#bnn-der-museo {
    right: -100px;
}

#s-slide-museo {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 100px 20px;
    background-image: url("/src/img/MUSEO%20DE%20ZIPAQUIRA/fondo-azul.webp");
}

#content-carousel-imgs-museo {
    width: 70%;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}

#bnn-izq-museo-img {
    left: -100px;
}

#bnn-der-museo-img {
    right: -100px;
}

#content-carousel-imgs-museo .bnn-2 {
    background-color: #fff;
}
#content-carousel-imgs-museo .bnn-2 svg{
    fill: var(--azul);
}

#content-solo-imagen {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 30px;
}

#content-solo-imagen img {
    width: 90%;
}


@media screen and (max-width: 1024px) {
    #carousel-museo img {
        height: 170px;
    }

    #s-slide-museo {
        width: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
        padding: 20PX;
        background-image: url("/src/img/MUSEO%20DE%20ZIPAQUIRA/fondo-azul.webp");
    }

    #bnn-izq-museo-img,
    #bnn-der-museo-img {
        display: none;
    }

    #info-interna-funzipa {
        padding: 20px;
    }

    #info-interna-funzipa p {
        padding: 0px;
    }
}