.carousel {
    position: relative;
    height: 800px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.carousel-control-prev-icon {
    background-image: url('../img/flechas.svg)');
    height: 100px;
    width: 100px;
    background-position: left;
    opacity: 1;
    background-size: 200px;
}

.carousel-control-next-icon {
    background-image: url('../img/flechas.svg)');
    height: 100px;
    width: 100px;
    background-position: right;
    opacity: 1;
    background-size: 200px;
}

.carousel-control-next {
    opacity: 1;
}

.carousel-control-prev {
    opacity: 1;
}

.carusel-producto-home .titulo-seccion-pag-interior::before {
    content: 'Products';
    width: 100%;
    clear: both;
    display: block;
    font-size: 1rem;
    color: var(--naranjo-ach);
    margin-bottom: 20px;
}

.carusel-producto-home .texto-seccion-pag-interior {
    font-weight: 100;
    line-height: 201%;
}