.pdp_nav_producto {
    display: flex;
    align-items: center;
    background-color: #F1F1F1;
    position: sticky;
    /* overflow-x: auto;
    overflow-y: hidden; */
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
    z-index: 98;
}

    .pdp_nav_producto::-webkit-scrollbar {
        display: none;
    }

.pdp_nav_producto_titulo {
    padding-right: 31px;
    white-space: nowrap;
    display: flex;
    flex-direction: column;
}

.pdp_nav_producto_titulo_texto {
    padding-left: 1em;
    font-family: var(--font-family-1);
    font-weight: 700;
}

.pdp_nav_producto_titulo_texto::after {
    content: '';
    height: 0.188rem;
    width: 110%;
    background: var(--brand);
    left: -5%;
    top: 0.438rem;
    display: block;
    position: relative;
}

.pdp_nav_producto_titulo_linea {
    position: relative;
    left: 1.5em;
    height: 0.188rem;
    background-color: var(--brand);
}

.pdp_nav_prod_vline {
    position: relative;
    border-left: 1px solid #CCCCCC;
    height: 20px;
    top: 0;
    bottom: 0;
    right: 10px;
}

.pdp_nav_prod_sections {
    display: flex;
    align-items: stretch;
    justify-content: space-between;
    overflow: auto;
}

.pdp_nav_prod_sections_option {
    display: flex;
    flex: 0 2 auto;
    text-decoration: none;
    color: #414141;
    padding: 0 3em 0 0;
    align-items: center;
    font-family: var(--font-family-1);
}

.pdp_nav_prod_sections_option_active {
    font-weight: bold;
    color: black;
    font-size: 1em;
}

.pdp_nav_prod_sections_option_icon {
    float: right;
    margin-left:10px;
}

.pdp_nav_prod_sections_option:hover {
    font-weight: bold;
    color: black;
    font-size: 1em;
}

    .pdp_nav_prod_sections_option:last-child {
        margin-right: 0;
    }

    .pdp_nav_prod_sections_option:first-child {
        margin-left: 0.8em;
    }



@media only screen and (max-width: 768px) {
    .pdp_nav_prod_vline {
        border-left: 2px solid #CCCCCC;
        display: block;
        height: 100%;
        box-shadow: 3.5px 0px 8px 2px rgba(0, 0, 0, 0.20);
    }
    .pdp_nav_producto_titulo_texto::after {
      top: 0.3rem;
    }
}


@media only screen and (max-width: 700px) {
    .pdp_nav_producto_titulo_texto {
        margin-top: 7%;
        margin-bottom: 5%;
    }
}

@media only screen and (max-width: 970px) {
    .pdp_nav_producto_titulo_texto {
        margin-top: 6%;
        margin-bottom: 5%;
    }
}