.subMenu .subMenu_box {
    border-top: 1px solid #eaeaea;
    border-bottom: 1px solid #eaeaea;
/*    -webkit-box-shadow: 0px 10px 10px 0px #eaeaea;
    -moz-box-shadow: 0px 10px 10px 0px #eaeaea;
    box-shadow: 0px 10px 10px 0px #eaeaea;*/
    padding: 1.7rem 0;
    position: relative;
}

.subMenu p {
    margin: 0;
    /*font-weight: var(--font-weight-semibold);*/
    text-transform: uppercase;
}

.subMenu .subMenu_link {
    background: linear-gradient(90deg, #7A2180 16.67%, #E40276 95.31%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.subMenu .subMenu_acerca {
    font-size: 1rem;
    display: inline-block;
}

.subMenu .ts-carousel .tns-slider {
    align-items: center;
    display: flex;
}

.subMenu .ts-carousel .tns-controls-side {
    position: absolute;
    top: 50%;
    width: 100%;
    height: 100%;
}

    .subMenu .ts-carousel .tns-controls-side [data-controls=prev],
    .subMenu .ts-carousel .tns-controls-side .tns-prev {
        position: absolute;
        left: 0;
        cursor: pointer;
    }

    .subMenu .ts-carousel .tns-controls-side [data-controls=next],
    .subMenu .ts-carousel .tns-controls-side .tns-next {
        position: absolute;
        right: 0px;
        cursor: pointer;
    }
