.plantas__slider__item__hold {
    position: relative;
}

.arrows {
    position: absolute;
    right: 10px;
    bottom: 12px;
    display: flex;
    width: 100%;
    justify-content: flex-end;
}


.arrows svg:first-child {
    transform: rotate(-180deg);
}

.arrows svg {
    cursor: pointer;
}

.arrows svg.none {
    opacity: 0.5;
    pointer-events: none;
}

.arrows svg:last-child {
    position: relative;
    top: -8px;
}

.__buttons {
    display: flex;
    margin-top: 16px;
    border: 1px solid white;
    border-radius: 4px;
}

.__buttons button {
    opacity: 1;
    background-color: transparent;
    text-align: center;
    padding: 8px 16px;
    flex: 1;
    max-width: 116px;
}

.__buttons button.act {
    background-color: white;
    color:#28322D;
}
