section.hero {
    hheight: 250px;
}
#section-hero header .breadcrumb {
    --bs-breadcrumb-divider-color: #ffffffaa;
    --bs-breadcrumb-margin-bottom: 0;
}
#section-hero header .breadcrumb {
    font-size: 15px;
}
#section-hero header .breadcrumb a:hover {
    text-decoration: underline;
}
#sede-info {
    padding: 50px 0 70px;
}
#sede-info .address {
    font-size: 20px
}
#sede-info .contact {
    margin-top: 20px;
    font-size: 18px;
}
#sede-info .contact a {
    font-weight: 700;
    color: var(--mgh-color-1);
}
#sede-info .contact a:hover {
    text-decoration: underline;
}
#container-sede-info {
    padding-top: 50px;
}
#container-sede-info .store-map {
    position: sticky;
    top: 102px;
}
#container-sede-info #map-sedi {
    width: 100%;
    height: 350px;
}
#sede-info-wrapper {
    padding: 20px 20px;
    background: #eeeeee;
}
#sede-info-title {
    margin-bottom: 20px;
    padding: 10px 0;
    font-size: 30px;
    text-align: center;
}
.title-betweenline {
    position: relative;
}
.title-betweenline:before,
.title-betweenline:after {
    content: '';
    position: absolute;
    top: 50%;
    width: 100px;
    height: 1px;
    overflow: hidden;
    background: var(--mgh-color-2);
}
.title-betweenline:before {
    left: calc(50% - 220px);
}
.title-betweenline:after {
    right: calc(50% - 220px);
}
#sede-info-desc {
    margin-bottom: 50px;
    font-size: 18px;
    text-align: center;
}
#sede-gallery .row {
    --bs-gutter-x: 3px
}
#sede-gallery .row .a-pic {
    margin-bottom: 3px;
}
#sede-gallery img {
    width: 100%;
    height: 150px;
    padding: calc(var(--g) + var(--t));
    cursor: pointer;
    outline: var(--t) solid #ffffff66;
    outline-offset: calc(-5 * var(--t));
    transition: .3s;
    --s: 35px;
    --t: 3px;
    --g: 3px;
    -webkit-mask: conic-gradient(at var(--s) var(--s), #0000 75%, #000 0) 0 0 / calc(100% - var(--s)) calc(100% - var(--s)), linear-gradient(#000, #000) content-box;
    object-fit: cover;
}
#sede-gallery a:hover img {
    outline: var(--t) solid #ffffff;
    outline-offset: calc(-1 * var(--t));
    transform: scale(1.05);
}
#sede-professionisti .nav {
    margin-bottom: 50px;
    gap: 16px;
}
#sede-professionisti .nav button.nav-link {
    opacity: .5;
    min-width: 330px;
    padding: 20px 30px;
    background: #ddd;
    border-radius: 10px;
    font-size: 16px;
    color: var(--mgh-color-1);
}
#sede-professionisti .nav button.nav-link.active {
    opacity: 1;
    font-weight: 700;
    bbbackground: var(--mgh-color-1);
    cccolor: var(--mgh-color-2);
}
#sede-professionisti .col-professionista-inner {
    cursor: pointer;
}
#sede-professionisti .pic {
    margin-bottom: 10px;
    background: rgb(211, 215, 216);
    background: radial-gradient(circle, rgba(235, 235, 235, 1) 50%, rgba(169, 178, 180, 1) 100%);
}
#sede-professionisti .col-professionista-inner img {
    width: 100%;
    height: 150px;
    object-fit: cover;
    object-position: top;
}
#sede-professionisti .tab-pane .title {
    font-size: 16px;
    font-weight: 800;
}
#sede-professionisti .pic-wrapper {
    position: relative;
    margin-bottom: 10px;
}
#sede-professionisti .btn-bio-overlay-wrapper {
    position: absolute;
    top: 0;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    width: 100%;
    height: 100%;
}
#sede-professionisti .btn-bio-overlay {
    position: relative;
    display: block;
    max-height: 0;
    overflow: hidden;
    padding-top: 0;
    border-top: 0;
    transition: all ease 0.35s;
}
#sede-professionisti .btn-bio {
    position: relative;
    display: inline-flex;
    align-items: flex-start;
    padding: 10px 35px 10px 15px;
    background: #eee;
    border: none;
    /*border-bottom: 2px solid var(--mgh-color-1);*/
    border-radius: 0;
    font-size: 15px;
    font-weight: 400;
    color: var(--mgh-color-1);
    text-transform: uppercase;
}
#sede-professionisti .btn-bio:after {
    content: '';
    position: absolute;
    top: 15px;
    right: 11px;
    width: 12px;
    height: 12px;
    overflow: hidden;
    background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="11.996" height="12" viewBox="0 0 11.996 12"><path id="arrow-up-right" d="M41.2,96H42.1v10.733H40.307V99.052L32,107.366l-.634.634L30.1,106.733l.634-.634,8.311-8.311H31.363V96H41.2Z" transform="translate(-30.1 -96)" fill="%23003153"/></svg>');
    background-repeat: no-repeat;
    background-size: contain;
}
@media (min-width: 768px) {
    #sede-professionisti {
        margin-top: 60px;
    }
    #sede-info {
        padding: 70px 0
    }
    #sede-info .address {
        font-size: 25px
    }
    #sede-professionisti .pic {
        margin-bottom: 20px;
    }
    #sede-professionisti .col-professionista-inner img {
        height: 260px;
    }
    #sede-professionisti .tab-pane .title {
        font-size: 18px;
    }
    #sede-professionisti .col-professionista-inner.hover .btn-bio-overlay {
        max-height: 60px;
    }
    #container-sede-info #map-sedi {
        height: 100dvh;
    }
    #container-sede-info {
        padding-top: 70px;
        padding-bottom: 70px;
    }
    #sede-info-wrapper {
        padding: 40px 50px;
    }
    #sede-gallery img {
        height: 200px;
    }
}
@media (min-width: 1400px) {
    #sede-professionisti .nav button.nav-link {
        min-width: 250px;
        padding: 16px;
        font-size: 17px;
    }
}