.section-preguntas-frecuentes .contenedor .right-side .nav {
    border-radius: 0px;
    background-color: transparent;
    overflow: auto;
    overflow-y: hidden;
    max-width: 100%;
    display: inline-block;
    max-width: 100%;
    white-space: nowrap;
}

.section-preguntas-frecuentes .contenedor .right-side .nav::-webkit-scrollbar {
    display: none;
}

.section-preguntas-frecuentes .contenedor .right-side .nav .nav-item {
    width: max-content;
    display: inline-block;
    vertical-align: middle;
    margin-right: 8px;
}

.section-preguntas-frecuentes .contenedor .right-side .nav .nav-item .nav-link {
    width: 100%;
    height: 32px;
    color: #191919;
    text-align: center;
    font-family: 'Santander Text';
    font-size: 14px;
    font-weight: 400;
    line-height: 21px;
    display: flex;
    align-items: center;
    justify-content: center;   
    padding: 12px !important;
    border-radius: 60px;
    border: 1px solid #D9D9D9;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.section-preguntas-frecuentes .contenedor .right-side .nav .nav-item .nav-link.active {
    width: 100%;
    background: #EEFBEF;
    color: #008437;
    border: 1px solid #008437;
    font-weight: 700;
}

@media (min-width: 768px) {
    .section-preguntas-frecuentes .contenedor .right-side {
        width: calc(100% - 182px) !important;
    }
}

@media (max-width: 767px) {
    .section-preguntas-frecuentes .contenedor .right-side .nav {
        
        gap: 8px;
    }

    .section-preguntas-frecuentes .contenedor .right-side .nav .nav-item {
        overflow: visible;
    }
}