.nav-tabs--location {
    border: none;
    margin-bottom: 24px;
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
}

.nav-tabs--location .nav-item {
    border: none;
    border-radius: 0;
    margin-left: clamp(1.2rem, 0.5rem + 2vw, 3.2rem);
    margin-right: clamp(1.2rem, 0.5rem + 2vw, 3.2rem);
}

.nav-tabs--location .nav-link {
    color: #0D213E;
    position: relative;
    border: none;
    border-radius: 0;
    font-size: clamp(1.75rem, 1.4899rem + 0.9459vw, 2.625rem);
    padding-bottom: 20px;
    opacity: 0.8;
}

.nav-tabs--location .nav-link.active {
    font-weight: 700;
    color:rgba(13, 33, 62, 1);
    opacity: 1;
}

.nav-tabs--location .nav-link.active:after {
    content: '';
    position: absolute;
    border-radius: 6px;
    background: #FEDC00;
    bottom: 0;
    left: 0;
    right: 0;
    height: clamp(0.375rem, 0.2635rem + 0.4054vw, 0.75rem);
}

.tab-content--location {
    margin-bottom: 74px;
}

.tab-content--location .btn {
    margin: 4px;
    font-size: clamp(0.75rem, 0.6385rem + 0.4054vw, 1.125rem);
}

.tab-content--location .btn img {
    width: 14px;
    margin-right: clamp(0.25rem, 0.1385rem + 0.4054vw, 0.625rem);
}

.subtitle-centeres {
    font-size: 18px;
}
.subtitle-centeres b {
    font-size: 20px;
}

.section--locations .btn-light.btn-arrow {
    background: transparent;
    color: #1B4580;
}

@media (max-width: 1400px) {
    .tab-content--location .btn {
        min-width: auto;
        height: 36px;
    }

    .nav-tabs--location .nav-link {
        padding-bottom: 10px;
    }

    .nav-tabs--location .nav-item {
        margin-left: 20px;
        margin-right: 20px;
    }

    .tab-content--location .btn img {
        width: 10px;
    }
}

@media (max-width: 767px) {
    .tab-content--location {
        margin-bottom: 20px;
    }
    .subtitle-centeres {
        font-size: 16px;
    }
    .subtitle-centeres b {
        font-size: 16px;
    }
    .section--locations h1,
    .section--locations .h1 {
        font-size: 34px;
    }
}