.box-carousel,
.modal-body .box-carousel {
    width: 500px;
    height: 25em;
    margin: 0 auto;
    position: relative;
}

.productos li {
    width: 400px;
    display: inline-block;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    overflow: hidden;
    border: 5px solid #006e00;
    border-radius: 60px;
    -webkit-border-radius: 60px;
    -moz-border-radius: 60px;
    -ms-border-radius: 60px;
    -o-border-radius: 60px;
}

.productos li p {
    color: white;
    font-weight: bold;
    font-size: 5em;
    text-align: center;
    margin-top: 1.175em;
}

.productos .items,
.modal-body .items {
    position: absolute;
}

.productos .main-pos {
    z-index: 1020;
    cursor: pointer;
}

.productos .left-pos,
.modal-body .left-pos {
    opacity: .8;
    margin-left: -280px;
    z-index: 1000;
    -webkit-transform: scale(.75);
    -moz-transform: scale(.75);
    transform: scale(.75);
}

.productos .left-pos::after,
.productos .right-pos::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(0, 62, 0, 0.8);
    left: 0;
    top: 0;
}

.productos .back-pos,
.modal-body .back-pos {
    margin-left: 2em !important;
    opacity: 0;
    -webkit-transform: scale(.5);
    -moz-transform: scale(.5);
    transform: scale(.5);
}

.productos .right-pos,
.modal-body .right-pos {
    opacity: .8;
    margin-left: 280px;
    z-index: 1000;
    -webkit-transform: scale(.75);
    -moz-transform: scale(.75);
    transform: scale(.75);
}

/* .productos span {
    position: relative;
    margin: 0 auto;
    left: 17em;
    top: 20em;
} */

#prev,
#next {
    position: absolute;
    top: 60%;
    cursor: pointer;
    border-radius: 50%;
}

#prev {
    left: 0;
}

#next {
    right: 0;
}

#prev img,
#next img {
    width: 35px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}


/* Carousel Modal */

.modal-content {
    background: rgba(12, 58, 0, .6);
    border-radius: 30px;
    border: 3px solid #07d607;
}

.modal-header {
    border: 0;
}

.modal-header h5 {
    color: #07d607;
    margin: 0 auto;
    text-align: center;
    width: 100%;
    padding: 1rem;
}

.modal-header .close {
    color: #07d607;
    opacity: 1;
    font-size: 2rem;
}

.modal-body .box-carousel {
    width: 100%;
}

.modal-body .carousel {
    display: flex;
    justify-content: center;
}

.modal-body li {
    width: 300px;
    z-index: 2100;
    list-style: none;
}

.modal-body .right-pos {
    margin-left: 180px;
    z-index: 2000;
}

.modal-body .left-pos {
    z-index: 2000;
    margin-left: -180px;
}

.modal-body .items {
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50px;
}

.modal-body .items img {
    border-radius: 60px;
    -webkit-border-radius: 60px;
    -moz-border-radius: 60px;
    -ms-border-radius: 60px;
    -o-border-radius: 60px;
    box-shadow: 5px 5px 20px #000;
}

.modal-body .items h3 {
    position: absolute;
    color: #ffffff;
    text-align: center;
    bottom: 0;
    height: 100px;
    background: #003e00;
    width: 100%;
    margin: 0;
    border-radius: 0 0 50px 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0;
    font-size: 1.3rem;
    padding: 8px;
}

.next,
.prev {
    position: absolute;
    top: calc(50% - 15px);
    height: 30px;
    width: 30px;
    background: transparent;
    cursor: pointer;
}

.next,
.next {
    right: 25px;
}

.prev,
.prev {
    left: 25px;
}