/* header
/* ------------------------ */
.header {
    height: 100px;
    box-shadow: 0 1px 5px -5px #1f1f1f;
    background: white;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1001;
}

.header-top {
    position: absolute;
    height: 100px;
    width: 100%;
    padding: 15px 0;
    display: flex;
    justify-content: space-between;
    z-index: 110;
    background: white;
}

.loader {
    position: fixed;
    top: 0;
    height: 0;
    background: rgba(0, 0, 0, 0.4);
    width: 100%;
    display: none;
    align-items: center;
    justify-content: center;
}

body {
    padding-top: 100px;
    /* padding-bottom: 56px; */
}

@media (max-width: 768px) {
    body {
        padding-top: 60px;
    }

    .header {
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        z-index: 200;
    }
}

.header .menu_icon {
    width: 75px;
}

.header .brand-logo {
    /* gap: 105px; */
    margin-right: 105px;
}

@media (max-width: 992px) {
    .header .brand-logo {
        display: none;
    }
}

.header .brand-logo .logo {
    max-height: 62px;
}

.header .megamenu #link_sito_gruppo {
    display: none;
}

.header .text-uppercase {
    font-weight: 600;
    font-size: 12px;
}

.header-promo-carousel {
    height: 61px;
    overflow: hidden;
}

.header-promo-carousel a {
    width: 300px;
}

.header-promo img {
    height: 61px;
}

.header .megamenu {
    display: block;
    background-color: #21283a;
    position: absolute;
    top: -100vh;
    left: 0;
    right: 0;
    padding: 60px 0 75px;
    z-index: 100;
    opacity: 0;
    transition: all 0.2s ease-in-out, top 0.35s ease-out;
}

@media (min-width: 768px) {
    .header .megamenu-shade.active {
        position: fixed;
        top: 0;
        left: 0;
        width: 100vw;
        height: 100vh;
        z-index: 90;
        cursor: default;
    }
}

.header .megamenu.active {
    top: 100px;
    opacity: 1;
}

@media (max-width: 768px) {
    .header .megamenu {
        max-height: calc(100vh - 110px);
        /* header + footer*/
        overflow-y: auto;
        overflow-x: hidden;
        padding: 0;
    }
}

.header .megamenu-shade.active {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    z-index: 90;
    cursor: default;
    display: block;
    background: rgba(0, 0, 0, 0.9);
}

@media (min-width: 768px) {
    .header .megamenu {
        height: auto;
    }
}

.header .wishlist_badge {
    position: absolute;
    left: calc(50% + 5px);
    top: -3px;
    border-radius: 100%;
    font-size: 10px;
    line-height: 1.5;
    width: 15px;
    padding: 0;
    height: 15px;
}

.header .brand,
.header .btn-favorites p {
    display: none;
}

.header .brand a.active {
    font-weight: 500;
    text-decoration: underline;
}

.header .btn-favorites {
    position: relative;
    transition: all 0.2s ease-in-out;
}

.header .btn-favorites {
    transform-origin: center;
}

.header .btn-favorites:hover {
    color: var(--c2accent);
    text-decoration: none;
}

.header .brand a:last-child {
    border-right: none !important;
}

@media (max-width: 768px) {
    .header-promo {
        display: none !important;
    }

    .header .logo-brand {
        position: absolute;
        width: 100%;
        justify-content: center;
        top: 0;
        bottom: 0;
    }
}

@media (max-width: 768px) {

    .header,
    .header .header-top {
        height: 60px;
    }

    .header .megamenu.active {
        top: 60px;
    }
}

@media (min-width: 768px) {
    .header .logo-brand {
        flex-grow: 1;
    }

    .header .brand {
        display: flex;
        align-items: center;
        font-size: 12px;
        line-height: 1.1;
        font-weight: 350;
        text-transform: uppercase;
    }

    .header .btn-favorites p {
        display: block;
        margin: 0;
        font-size: 8px;
        font-weight: 300;
    }
}

.header .btn-menu {
    display: block;
    width: 46px;
    height: 46px;
    background: url("/images/icone/header/menu-hamburger-46x46px.png");
    margin-left: 1rem;
    margin-right: 1rem;
}

.header .btn-menu.active {
    background: url("/images/icone/header/menu-hamburger-chiudi-46x46px.png");
}

.breadcrumbs {
    padding: 10px 10px 0;
    margin-bottom: 30px;
}

.breadcrumbs a,
.breadcrumbs li,
.breadcrumbs li a {
    color: #bbbfc8;
}

@media (max-width: 768px) {
    .breadcrumbs {
        z-index: 1;
        position: absolute;
    }
}

.switch_content,
.switch_home_content {
    position: relative;
}

.switch {
    background-color: #9edc37;
    border-radius: 50px;
    height: 48px;
    width: 380px;
    margin-top: 35px;
    margin-bottom: 15px;
    box-shadow: inset 1px 1px 2px #1f1f1f;
    -webkit-box-shadow: inset 1px 1px 2px #1f1f1f;
    -moz-box-shadow: inset 1px 1px 2px #1f1f1f;
    -o-box-shadow: inset 1px 1px 2px #1f1f1f;
}

@media (max-width: 768px) {
    .switch {
        width: 335px;
        max-width: 100%;
        margin-top: 15px;
    }

    .search-home-title {
        padding-top: 10px !important;
    }

    .ricerca-box>div,
    .ricerca-box .result-box-usato,
    .ricerca-box select {
        width: 100% !important;
    }

    .ricerca-box select.small {
        width: 50% !important;
    }
}

.switch .element {
    text-align: center;
    border-radius: 50px;
    width: 33%;
    font-size: 14px;
    padding: 16px 0;
}

.switch .element.active {
    background: #fafafa;
    border: 2px solid #9edc37;
    padding: 14px 0;
}

.switch.on-tab {
    height: 25px;
    width: 50px;
    margin: 0;
    background-color: transparent;
    border: 2px solid #fafafa;
    box-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -o-box-shadow: none;
}

.switch.on-tab .element {
    background-color: transparent;
    text-align: center;
    border-radius: 50px;
    width: 50%;
    font-size: 14px;
    padding: 16px 0;
    color: transparent;
}

.switch.on-tab .element.active {
    background-color: var(--c7);
    color: #fafafa;
    border: none;
    font-size: 10px;
    padding: 5px 0;
}

.switch.on-tab .element.si.active {
    background-color: var(--c13);
}

.switch-dark {
    background-color: rgba(86, 95, 105, 0.3);
    border: 1px solid #fafafa;
    border-radius: 50px;
    height: 42px;
    width: 168px;
    margin: 3px 0 10px;
}

.switch-dark .element {
    color: #fafafa;
    border-radius: 50px;
    font-weight: 600;
    font-size: 12px;
    padding: 14px 0;
    width: 50%;
    text-align: center;
}

.switch-dark .element.active {
    background: #649fcc;
    padding: 14px 0;
}

.menu {
    position: fixed;
    top: 170px;
    z-index: 1000;
}

@media (max-width: 768px) {
    .menu {
        display: none !important;
    }
}

.menu.right {
    right: 0;
    text-align: left;
}

.menu.right .box {
    align-self: end;
}

.menu .box {
    text-decoration: none;
    display: flex;
    align-items: center;
    color: #fafafa;
    font-weight: 350;
    font-size: 14px;
    margin: 2px;
    max-width: 135px;
    height: 55px;
    /* border: 1px solid #fff; */
    border-right: 0;
    transition: all 0.3s ease-in-out;
    background-color: rgba(84, 94, 105, 0.65);
    text-align: center;
}
.menu:hover .box{
    background-color: rgba(84, 94, 105, 1);
}
.menu .box:hover{
    background-color: #1F1F1F;
}
.menu .box img {
    width: 55px;
    height: 55px;
}
.menu .box .text {
    width: 0;
    opacity: 0;
    display: flex;
    color: #fafafa;
    transition: all 0.3s ease-in-out;
}
.menu:hover .box .text,
.menu:active .box .text,
.menu.active .box .text {
    align-items: center;
    height: 100%;
    padding-left: 12px;
    padding-right: 12px;
    max-height: 55px;
    width: 150px;
    opacity: 1;
    text-decoration: none;
}

.ricerca-box {
    width: 100%;
    max-width: 630px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 15px;
}

.ricerca-box-usato {
    max-width: 920px;
}

.ricerca-box .btn-ricerca {
    text-transform: uppercase;
    background: #565f69;
    color: #fafafa;
    height: 47px;
    width: 190px;
    font-size: 14px;
    font-weight: 600;
    white-space: nowrap;
    padding: 16px 0;
    text-align: center;
}

.ricerca-box .search {
    height: 47px;
    width: 440px;
    border: none;
    outline: none;
    background: url("/images/icone/ricerca/ricerca-rapida-46x46px.svg") no-repeat 8px 0 #fafafa;
    padding: 0 67px;
}

.ricerca-box .vehicle-box {
    width: 48px;
    height: 42px;
    border-radius: 3px;
    background-color: rgba(86, 95, 105, 0.3);
    border: thin solid #fafafa;
}

.ricerca-box .vehicle-box.active,
.ricerca-box .vehicle-box:active {
    background-color: #649fcc;
    border: thin solid #649fcc;
}

.ricerca-box .reset {
    font-size: 10px;
    font-weight: 350;
}

.ricerca-box .reset img {
    width: 24px;
}

.ricerca-box select {
    text-transform: uppercase;
}

.ricerca-box select.small {
    width: 49%;
    font-size: 14px;
    font-weight: 350;
}

.ricerca-box select.small {
    width: 140px;
    font-weight: 350;
}

.ricerca-box select.small:last-child {
    margin-left: 5px;
}

.ricerca-box .result-box-usato {
    background-color: #e3e3e3;
    width: 286px;
    height: 158px;
    padding: 15px 0;
}

.ricerca-box .result-box-usato .garanzie {
    padding: 20px 10px;
    display: flex;
    width: 100%;
    flex-wrap: wrap;
}

.ricerca-box .result-box-usato .checkbox_cnt {
    padding-left: 25px;
    padding-bottom: 4px;
    padding-top: 0;
    margin-right: 0;
}

.ricerca-box .result-box-usato .checkbox_cnt.inactive,
.ricerca-box .result-box-usato .checkbox_cnt.disabled {
    opacity: 0.3;
}

.ricerca-box .result-box-usato .checkmark,
.ricerca-box .result-box-usato .checkbox_cnt:hover input~.checkmark {
    background-color: #fafafa;
    height: 20px;
    width: 20px;
}

.ricerca-box .result-box-usato .checkbox_cnt .checkmark:after {
    border-color: #fafafa;
    left: 6px;
    top: 0;
    width: 7px;
    height: 14px;
}

.ricerca-box .result-box-usato .checkbox_cnt input:checked~.checkmark {
    background-color: #649fcc;
}

.ricerca-box .result-box {
    background-color: #e3e3e3;
    width: 286px;
    padding: 0 15px 10px;
}

.ricerca-box .result-box .number {
    font-weight: 600;
    font-size: 60px;
}

.ricerca-box .result-box .text {
    font-size: 18px;
}

.ricerca-box .black-cover {
    position: relative;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    max-width: 600px;
    height: 75px;
}

.ricerca-box .black-cover-text {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 75px;
    font-size: 24px;
    font-weight: 300;
    line-height: 75px;
    color: #fafafa;
    text-align: center;
    background-color: rgba(0, 0, 0, 0.5);
}

.ricerca-box .black-cover-text.mobile {
    display: block;
}

.ricerca-box .black-cover-text.desktop {
    display: none;
}

@media (min-width: 992px) {
    .ricerca-box .black-cover-text.mobile {
        display: none;
    }

    .ricerca-box .black-cover-text.desktop {
        display: block;
    }
}

.ricerca-box .black-cover small {
    color: #fafafa;
    margin-left: 10px;
    font-weight: 600;
    font-size: 13px;
}

.ricerca-box .btn-search-your-style {
    background: #565f69;
    width: 100%;
    cursor: pointer;
    padding: 7px 8px;
    height: 100%;
    align-items: center;
    overflow: hidden;
}

.ricerca-box .btn-search-your-style img {
    margin: 0 2px;
    max-width: 100%;
    height: auto;
    max-height: 61px;
}

.ricerca-box {
    flex-direction: column;
}

.ricerca-box>div {
    margin: 10px 0;
}

@media (min-width: 992px) {
    .ricerca-box {
        flex-direction: row;
    }

    .ricerca-box>div {
        margin: 0;
    }

    .ricerca-box-form {
        align-items: start;
    }
}

.search-home-title {
    margin: 0 auto;
    padding: 30px 15px 0;
    max-width: 630px;
    font-size: 28px;
    line-height: 1.1;
    color: #fff;
    font-weight: 300;
    text-align: center;
}

@media (min-width: 992px) {
    .search-home-title {
        display: none;
    }
}

/* ricerca rapida
/* ------------------------ */
.ricerca-rapida {
    padding: 30px 15px 0;
    position: relative;
    flex-direction: row;
}

.ricerca-rapida input {
    font-weight: 300;
    font-style: italic;
    color: #000;
}

@media (min-width: 768px) {
    .ricerca-rapida {
        padding: 30px 15px 48px;
    }
}

@media (max-width: 768px) {
    .ricerca-rapida .btn-ricerca {
        display: none;
    }
}

.btn-expand-ricerca {
    margin: 30px auto;
    font-size: 12px;
    color: #fff;
    text-align: center;
    cursor: pointer;
    transition: color 0.2s ease-in-out;
}

/* .btn-expand-ricerca:hover {
color: var(--c2accent);
}
*/
.btn-expand-ricerca .fa {
    margin-left: 4px;
    transition: transform 0.2s ease-in-out;
}

.btn-expand-ricerca.expanded .fa {
    transform: rotate(180deg);
}

@media (min-width: 768px) {
    .btn-expand-ricerca {
        display: none;
    }
}

/*.expand-ricerca-content {
    display: none;
}*/
@media (min-width: 768px) {
    .expand-ricerca-content {
        display: block !important;
    }
}

/* .active-fixed-search {
position: fixed;
top: 0;
left: 0;
right: 0;
z-index: 10;
}
*/
/* .active-fixed-search .background-ricerca {
margin: 0 !important;
} */
.fixable {
    position: fixed;
    z-index: 10;
    top: 61px;
    left: 0;
    min-height: 45px;
    right: 0;
}

.m-t-5 {
    margin-top: 5px;
}

.m-t-10 {
    margin-top: 10px;
}

.m-t-20 {
    margin-top: 20px;
}

.m-t-30 {
    margin-top: 30px;
}

.m-t-50 {
    margin-top: 50px;
}

.m-b-5 {
    margin-bottom: 5px;
}

.m-b-10 {
    margin-bottom: 10px;
}

.m-b-20 {
    margin-bottom: 20px;
}

.m-b-30 {
    margin-bottom: 30px;
}

.m-b-50 {
    margin-bottom: 50px;
}

.m-b-100 {
    margin-bottom: 100px;
}

.m-l-5 {
    margin-left: 5px;
}

.m-l-10 {
    margin-left: 10px;
}

.m-l-20 {
    margin-left: 20px;
}

.m-r-5 {
    margin-right: 5px;
}

.m-r-10 {
    margin-right: 10px;
}

.m-r-20 {
    margin-right: 20px;
}

.ricerca-veicoli-box {
    transition: all 0.3s ease-in-out;
    max-width: 1100px;
    width: 100%;
}

.ricerca-veicoli-box-usato {
    max-width: 920px;
}

.ricerca-veicoli-box .search {
    height: 47px;
    width: 100%;
    color: #fafafa;
    background-color: transparent;
    border: none;
    outline: none;
    padding: 0 12px;
    border-bottom: thin solid #e3e3e3;
}

.ricerca-veicoli-box .active-geolocation-btn {
    cursor: pointer;
    background-color: #a5a6aa;
    color: white;
    padding: 10px 30px;
    text-align: center;
}

.ricerca-veicoli-box .vehicle-box {
    width: 48px;
    height: 42px;
    border-radius: 3px;
    background-color: rgba(86, 95, 105, 0.3);
    border: thin solid #fafafa;
}

.ricerca-veicoli-box .vehicle-box.active,
.ricerca-veicoli-box .vehicle-box:active {
    background-color: #649fcc;
    border: thin solid #649fcc;
}

.ricerca-veicoli-box .reset {
    font-size: 10px;
    font-weight: 350;
}

.ricerca-veicoli-box .reset img {
    width: 24px;
}

.ricerca-veicoli-box .width-350 {
    width: 350px;
    margin-right: 30px;
}

.ricerca-veicoli-box .width-350:last-child {
    margin-right: 0;
}

.ricerca-veicoli-box .background-gray {
    background-color: #e3e3e3;
}

.ricerca-veicoli-box .width-350 select {
    width: 100%;
    text-transform: uppercase;
}

.ricerca-veicoli-box .width-350 select.small {
    width: 170px;
}

.ricerca-veicoli-box .width-350 select.small:last-child {
    margin-left: 10px;
}

.ricerca-veicoli-box .result-box-usato {
    padding: 15px 0;
    height: 158px;
}

.ricerca-veicoli-box .color-ball {
    width: 20px;
    height: 20px;
    margin-top: 5px;
    margin-right: 5px;
    border: thin solid #fafafa;
    border-radius: 100%;
}

@media (max-width: 768px) {
    .ricerca-veicoli-box .color-ball {
        width: 40px;
        height: 40px;
    }
}

.ricerca-veicoli-box .color-ball.selected {
    border-width: 3px;
}

.ricerca-veicoli-box .result-box-usato .garanzie {
    padding: 20px 0;
}

.ricerca-veicoli-box .result-box-usato .checkbox_cnt {
    padding-left: 25px;
    padding-bottom: 4px;
    padding-top: 0;
}

.ricerca-veicoli-box .result-box-usato .checkmark,
.ricerca-veicoli-box .result-box-usato .checkbox_cnt:hover input~.checkmark {
    height: 20px;
    width: 20px;
}

.ricerca-veicoli-box .result-box-usato .checkbox_cnt .checkmark:after {
    border-color: #fafafa;
    left: 6px;
    top: -2px;
    width: 9px;
    height: 18px;
}

.ricerca-veicoli-box .result-box-usato .checkbox_cnt .checkmark {
    background-color: #fafafa;
}

.ricerca-veicoli-box .result-box-usato .checkbox_cnt input:checked~.checkmark {
    background-color: #649fcc;
}

.ricerca-veicoli-box .result-box {
    background-color: #e3e3e3;
    width: 286px;
    padding: 0 15px 10px;
}

.ricerca-veicoli-box .result-box .number {
    font-weight: 600;
    font-size: 60px;
}

.ricerca-veicoli-box .result-box .text {
    font-size: 18px;
}

.orderBy {
    padding-top: 0;
    height: 42px;
    font-size: 12px;
    padding-bottom: 0;
    margin-bottom: 0;
}

.ricerca-veicoli-box .orderBy {
    background: transparent;
    color: white;
    max-width: 200px;
}

.ricerca-veicoli-box .orderBy option {
    background-color: rgb(86, 95, 105);
    color: white;
    max-width: 200px;
}

.ricerca-veicoli-box .black-cover {
    width: 600px;
    height: 75px;
    position: absolute;
    background-color: rgba(86, 95, 105, 0.5);
    text-align: center;
    color: #fafafa;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 24px;
    font-weight: 350;
}

.ricerca-veicoli-box .black-cover small {
    color: #fafafa;
    margin-left: 10px;
    font-weight: 600;
    font-size: 13px;
}

.ricerca-veicoli-box .btn-search-your-style {
    background: #565f69;
    cursor: pointer;
    padding: 7px 8px;
}

.ricerca-veicoli-box .btn-search-your-style img {
    max-height: 61px;
    margin: 0 2px;
}

#ricerca-veicoli-survey .accordion {
    background-color: var(--c6);
    padding: 10px 10px 0 10px;
    margin-bottom: 10px;
}

@media (max-width: 768px) {
    #ricerca-veicoli-survey .accordion {
        padding: 0 10px;
    }
}

#ricerca-veicoli-survey .accordion.p-10 {
    padding: 10px 14px 10px 10px;
}

#ricerca-veicoli-survey .accordion .checkbox_cnt {
    color: var(--c1);
}

#ricerca-veicoli-survey .accordion select {
    border: none;
    background-color: transparent;
    padding: 0;
    color: var(--c2);
}

.filtro_marchi {
    margin-top: 20px;
    margin-bottom: 20px;
}

.hide_filtro_marchi .filtro_marchi div.filtraper {
    display: none;
}

#lookBook-anchor {
    margin-bottom: 60px;
}

#lookbook .contenitore_contatti {
    border-top: thin solid #e3e3e3;
    border-bottom: thin solid #e3e3e3;
    padding: 0;
    margin: 45px 0 75px;
}

#lookbook .contenitore_contatti .contatti {
    border: none;
}

@media (min-width: 768px) {
    .container_component_contatti {
        padding: 45px 0 75px;
    }
}

.container_component_contatti {
    padding: 30px 0 70px;
}

.filtro_marchi div.filtraper {
    margin-right: 10px;
    padding: 0;
    font-size: 14px;
}

.filtro_marchi .brand {
    max-width: 100%;
    opacity: 1;
}

.filtro_marchi div {
    gap: 30px;
}

@media (min-width: 768px) {
    .filtro_marchi div {
        gap: 105px;
    }
}

.lookbook-title {
    padding-bottom: 30px;
    border-bottom: thin solid #e3e3e3;
}

@media (max-width: 768px) {
    .lookbook-title {
        border: none;
    }
}

.allLookbookList {
    padding-top: 50px;
}

#allLookbookList .boxVeicoloPromo:nth-child(5n) {
    margin-right: 0;
}

.snippet.snippet11 .container-fluid {
    padding: 0;
}

@media (max-width: 768px) {

    .snippet.snippet-slider .container,
    .snippet.snippet1 .container,
    .snippet.snippet2 .container,
    .snippet.snippet3 .container {
        padding: 0;
    }
}

.configurator-container {
    align-items: center;
}

@media (max-width: 768px) {
    .configurator-container img {
        max-width: 100%;
    }
}

.configurator-container .configurator-item {
    transition: all 1s ease;
}

.configurator-container .configurator-item.left {
    margin-right: 20px;
    transition: all 1s ease;
}

.configurator-container .configurator-item.left,
.configurator-container .configurator-item.right {
    transition: all 1s ease;
    /* display: flex; */
    justify-content: center;
    align-items: center;

    overflow: hidden;
    flex: none;
    width: auto;
}

.configurator-container .configurator-item.left.active,
.configurator-container .configurator-item.right.active {
    display: flex;
    overflow: hidden;
    flex: none;
    width: auto;
}

.configurator-container .configurator-item.left img,
.configurator-container .configurator-item.right img {
    transition: all 1s ease;
    transform: scale(1);
}

.configurator-container .configurator-item.left.active img,
.configurator-container .configurator-item.right.active img {
    transform: scale(1.1);
}

.configurator-container .configurator-item.left a.btn,
.configurator-container .configurator-item.right a.btn {
    transition: all 1s ease;
    position: absolute;
    opacity: 0;
    width: auto;
}

.configurator-container .configurator-item.left.active a.btn,
.configurator-container .configurator-item.right.active a.btn {
    opacity: 1;
    z-index: 1;
    text-align: center;
}

.configurator-container .configurator-item.center {
    position: absolute;
    max-width: 220px;
    text-align: center;
    line-height: 39px;
    z-index: -1;
    opacity: 0;
    align-items: center;
}

.configurator-container .configurator-item.right {
    margin-left: 20px;
    transition: all 1s ease;
}

.configurator-container.active .configurator-item.left {
    margin-right: 205px;
}

.configurator-container.active .configurator-item.center {
    z-index: 1;
    opacity: 1;
}

.configurator-container.active .configurator-item.right {
    margin-left: 205px;
}

@media (min-width: 768px) {
    .configurator-container .configurator-item.center {
        max-width: 410px;
    }

    .configurator-container .configurator-item.center div i {
        color: #575f69;
        opacity: 0.4;
    }

    .configurator-container .configurator-item.center>div:nth-child(2) {
        width: 230px;
    }

    .configurator-container .configurator-item.center>div:first-child,
    .configurator-container .configurator-item.center>div:last-child {
        width: 90px;
        display: flex;
        justify-content: center;
    }
}

#work .openPosition {
    padding: 20px;
    background: #E3E3E3;
    margin-bottom: 10px;
    display: block;
    font-size: 22px;
    font-weight: 600;
    color: #1f1f1f;
    transition: all .3s;
}
#work .openPosition:hover{
    background-color: #AAAFB3;
}

@media (max-width: 768px) {

    /*
  .filtro_marchi .brand-item {
      min-width: 30.333%;
  }
  */
    .filtro_marchi .brand {
        max-width: 100%;
    }
}

.filtro_marchi .brand.active {
    opacity: 1;
}

.filtro_marchi .brand.inactive {
    opacity: 0.3;
}

.filtro_marchi_small {
    margin-top: 20px;
    margin-bottom: 40px;
}

.filtro_marchi_small div {
    color: #fafafa;
}

.filtro_marchi_small div.filtraper {
    margin-right: 10px;
    padding: 0;
    font-size: 14px;
}

.filtro_marchi_small div.brand {
    text-transform: uppercase;
    border-right: thin solid;
    padding: 0 15px 0;
    font-weight: 350;
    font-size: 12px;
    color: #bbbfc8;
}

.filtro_marchi_small div:active,
.filtro_marchi_small div.active {
    font-weight: 600;
}

.filtro_marchi_small div:last-child {
    border: none !important;
}

.filtro-marchi-mobile {
    max-width: 90vw;
    margin: 0 auto;
}

@media (min-width: 768px) {
    .filtro-marchi-mobile {
        display: none;
    }
}

.filtro-marchi-mobile-label {
    margin: 15px 0;
}

.carousel-vendita-title {
    margin: 15px 0;
}

.carousel-vendita-title h2 {
    font-size: 22px;
    padding: 0 15px;
}

@media (min-width: 768px) {
    .carousel-vendita-title {
        font-size: 32px;
        margin: 60px auto 30px;
    }

    .carousel-vendita-title h2 {
        font-size: 32px;
    }
}

@media (min-width: 768px) {
    .carousel {
        margin-bottom: 80px;
    }
}

.carousel .carousel-cursor {
    width: 30px;
    margin-right: 3px;
    height: 2px;
    background-color: #565f69;
    opacity: 0.5;
    cursor: pointer;
}

.carousel .carousel-cursor:last-child {
    margin-right: 0;
}

.carousel .carousel-cursor.active {
    opacity: 1;
}

/* light slider carousel
/* ------------------------ */
.carousel .lSSlideOuter .lSPager.lSpg>li {
    padding: 0 3px;
}

.carousel .lSSlideOuter .lSPager.lSpg>li a {
    width: 30px;
    height: 2px;
    margin-right: 3px;
    background-color: #565f69;
    opacity: 0.5;
    border-radius: 0;
    transition: opacity 0.2s ease-in-out;
}

.carousel .lSSlideOuter .lSPager.lSpg>li.active a,
.carousel .lSSlideOuter .lSPager.lSpg>li:hover a {
    opacity: 1;
}

.noleggio-carousel {
    padding: 10px 0;
}

.carousel .show-more {
    font-size: 12px;
    font-weight: 600;
    margin-top: -5px;
    position: absolute;
    right: 0;
    color: #649fcc;
}

.carousel .show-more i {
    color: #649fcc;
}

@media (max-width: 768px) {
    .carousel .show-more {
        right: auto;
    }
}

.carousel .carousel-left {
    left: -15px;
    text-align: left;
}

.carousel .carousel-right {
    right: -15px;
    text-align: right;
}

.carousel .carousel-left.active,
.carousel .carousel-right.active {
    opacity: 1;
}

.carousel .carousel-left,
.carousel .carousel-right {
    opacity: 0.2;
    width: 30px;
    height: 30px;
    font-size: 18px;
    font-weight: 350;
    position: absolute;
    top: calc(50% - 30px);
    cursor: pointer;
}

.boxVeicoloPromo {
    text-align: center;
    margin-bottom: 60px;
    font-size: 16px;
}
.boxVeicoloPromo a.link:hover{
    color: inherit;
}
.boxVeicoloPromo a.link:hover .title{
    text-decoration: underline solid #1f1f1f 1px;
}

@media (max-width: 768px) {
    .boxVeicoloPromo {
        margin-bottom: 0px;
    }
}

@media (min-width: 768px) {
    #carousel-promo .boxVeicoloPromo {
        display: block;
        margin: 0;
    }

    .boxVeicoloPromo {
        width: 160px;
        margin-left: 33px;
        margin-right: 33px;
    }

    #survey .boxVeicoloPromo:nth-child(5n) {
        margin-right: 0;
    }
}

.boxVeicoloPromo img {
    max-width: 100%;
    max-height: 90px;
}

.boxVeicoloPromo .counters>a {
    width: 3vw;
    border-right: #e3e3e3 thin solid;
}

.boxVeicoloPromo .counters>a:last-child {
    border-right: none;
}

.boxVeicoloPromo .title {
    text-transform: uppercase;
    margin-bottom: 4px;
    font-size: 14px;
    font-weight: 350;
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.boxVeicoloPromo .subtitle {
    font-weight: 700;
    margin-bottom: 16px;
}

.boxVeicoloPromo .description {
    line-height: 20px;
}

@media (max-width: 768px) {
    .mobile-horizontal-scroll {
        padding: 0 0vw 20px !important;
    }

    .mobile-horizontal-scroll>.boxVeicoloPromo {
        /* margin-right: -10vw; */
        /*         margin-left: -10vw;
    */
    }

    .mobile-horizontal-scroll>.boxCommenti {
        scroll-snap-align: start;
        flex-shrink: 0;
        transition: opacity 0.2s ease-in-out;
    }

    .mobile-horizontal-scroll>.boxCommenti .inner {
        width: 85vw;
    }

    .mobile-horizontal-scroll .boxVeicoloPromo.box.box-2 {
        width: 80vw;
        margin-right: 2vw;
    }

    .mobile-horizontal-scroll .boxVeicoloPromo.box.box-2 a {
        scroll-snap-align: start;
        flex-shrink: 0;
        transition: opacity 0.2s ease-in-out;
        width: 80vw;
        margin-right: 2vw;
    }

    .boxVeicoloPromo .counters>a {
        width: 20vw;
    }

    .boxVeicoloPromo img {
        max-height: none;
    }

    .mobile-horizontal-scroll>.boxVeicoloPromo>div {
        scroll-snap-align: center;
        width: 70vw;
    }

    .carosello-noleggio-container .mobile-horizontal-scroll {
        padding: 0 !important;
        margin: 0 0px;
    }

    .mobile-horizontal-scroll .boxVeicoloNoleggio:first-child {
        margin-left: 5vw;
    }

    .mobile-horizontal-scroll .boxVeicoloNoleggio {
        width: 95vw;
    }

    .mobile-horizontal-scroll .boxVeicoloNoleggio .content_box {
        padding: 10px;
        padding-bottom: 0;
    }

    .mobile-horizontal-scroll .boxVeicoloNoleggio .content_box a {
        display: block;
    }

    .mobile-horizontal-scroll .boxVeicoloNoleggio .promo {
        right: -10px;
    }

    .mobile-horizontal-scroll .boxVeicoloNoleggio:nth-child(3n),
    .mobile-horizontal-scroll .boxVeicoloNoleggio:last-child {
        margin-right: 10px;
    }

    .mobile-horizontal-scroll .boxVeicoloVendita {
        /* padding: 0 0 0 5px; */
    }

    .mobile-horizontal-scroll .brand-item.first {
        width: 33%;
    }

    .mobile-horizontal-scroll .box-news.box-promo a {
        scroll-snap-align: start;
        flex-shrink: 0;
        transition: opacity 0.2s ease-in-out;
        width: 90vw;
    }

    .mobile-horizontal-scroll .box-news:nth-child(3n) {
        margin-right: 5px;
    }
}

.boxVeicoloVendita {
    padding-bottom: 15px;
    position: relative;
}

@media (max-width: 768px) {
    .boxVeicoloVendita {
        padding-bottom: 30px;
    }
}

.boxVeicoloVendita.x2 {
    width: 550px;
}

.boxVeicoloVendita.x2 .scheda {
    width: 100%;
    margin-right: 5px;
}

.boxVeicoloVendita .scheda {
    width: 270px;
    background-color: #fff;
    border: thin solid #e3e3e3;
    text-align: left;
    padding: 0 10px;
    margin-right: 5px;
    font-size: 16px;
}

.boxVeicoloVendita .scheda a {
    text-decoration: none;
    color: inherit;
}

.boxVeicoloVendita .scheda .truncate {
    width: 230px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.boxVeicoloVendita .customBanner {
    padding: 0;
    height: 510px;
}

.boxVeicoloVendita .customBanner .angle-banner {
    transition: all 0.3;
}

.boxVeicoloVendita .customBanner .angle-banner.open {
    transform: rotate(180deg);
}

@media (max-width: 768px) {
    .boxVeicoloVendita .customBanner {
        height: auto;
    }
}

.boxVeicoloVendita .customBanner .scheda {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.boxVeicoloVendita .customBanner.doubleSize .scheda {
    width: 540px;
}

.boxVeicoloVendita .customBanner>div {
    padding: 20px 10px;
}

.boxVeicoloVendita .customBanner .btn {
    /*
  max-width: 100%;
  margin: 10px 0;
  */
    margin: 10px auto;
    padding: 5px 30px;
    width: auto;
}

.boxVeicoloVendita .scheda.opacity {
    opacity: 0.5;
}

.boxVeicoloVendita:last-child .scheda {
    margin-right: 0;
}

.boxVeicoloVendita .stato {
    font-size: 12px;
    text-transform: uppercase;
}

.boxVeicoloVendita .riferimento {
    font-size: 12px;
    color: #565f69;
}

.boxVeicoloVendita .main_img {
    width: 255px;
    max-width: 100%;
    height: auto;
}

.boxVeicoloVendita .title {
    font-size: 18px;
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.boxVeicoloVendita .preferito {
    font-size: 18px;
}

@media (max-width: 768px) {
    .boxVeicoloVendita .preferito {
        font-size: 24px;
    }
}

.boxVeicoloVendita .discount-price {
    font-weight: 700;
    font-size: 25px;
    color: #565f69;
}

.boxVeicoloVendita .price {
    font-size: 16px;
    font-weight: 350;
    text-decoration: line-through;
}

.boxVeicoloVendita .risparmi {
    font-size: 14px;
}

.boxVeicoloVendita .garanzia_src {
    max-width: 127px;
    padding: 5px 0 10px;
}

.boxVeicoloVendita .rata_consigliata {
    font-size: 9px;
}

.boxVeicoloVendita .rata_consigliata_box {
    min-height: 70px;
}

.boxVeicoloVendita .rata_consigliata_valore {
    font-size: 18px;
    font-weight: 700;
    color: #565f69;
}

.boxVeicoloVendita .utenti_interessati {
    color: #565f69;
    font-size: 12px;
}

.boxVeicoloVendita .utenti_interessati .bold {
    color: #565f69;
    font-size: 16px;
    padding-right: 5px;
}

.boxVeicoloVendita .service {
    margin: 0;
    align-items: center;
    padding: 0 5px 8px;
    text-align: center;
}

@media (max-width: 768px) {
    .boxVeicoloVendita .service {
        padding: 0 0 8px 0;
        width: 25%;
    }
}

.boxVeicoloVendita .service img {
    height: 30px;
}

.boxVeicoloVendita .service .service_name {
    font-size: 10px;
}

.boxVeicoloVendita .promo-box {
    background: #565f69;
    opacity: 0.3;
    margin-right: -10px;
    height: 50px;
    width: 60px;
    -webkit-clip-path: polygon(35% 0%, 100% 0, 100% 100%, 0% 100%);
    clip-path: polygon(35% 0%, 100% 0, 100% 100%, 0% 100%);
}

.boxVeicoloVendita .promo-box img {
    padding: 5px;
    height: 45px;
}

.boxVeicoloVendita .promo-box:hover,
.boxVeicoloVendita .promo-box.active,
.boxVeicoloVendita .promo-box.active {
    opacity: 1;
}

.boxVeicoloVendita .tip {
    background-color: #565f69;
    color: #fafafa;
    padding: 10px;
    position: absolute;
    margin-top: -80px;
    width: 245px;
    border-radius: 5px;
    box-shadow: 0 0 2px #565f69;
}

.boxVeicoloVendita .diponibilita_vettura {
    margin-top: 5px;
    font-size: 14px;
    height: 60px;
    background-color: #e3e3e3;
}

.boxVeicoloVendita .diponibilita_vettura.disponibile {
    background-color: #fafafa;
}

.boxVeicoloVendita .sitename {
    font-size: 11px;
    font-weight: 600;
    border-top: 1px solid #e3e3e3;
    text-transform: uppercase;
    padding: 5px 0;
}

@media (max-width: 768px) {
    .boxVeicoloVendita .scheda {
        width: 330px;
    }

    .boxVeicoloVendita .scheda .main_img {
        width: 100%;
    }

    .boxVeicoloVendita .customBanner .scheda {
        background-size: cover;
    }
}

@media (max-width: 576px) {
    .home-carousel .boxVeicoloVendita .scheda {
        margin: 0 auto;
    }
}

/* .boxVeicoloVendita .diponibilita_vettura.disponibile {
background-color: #e3e3e3;
} */
.boxVeicoloNoleggio {
    width: 360px;
    background-color: #fff;
    text-align: left;
    margin: 0 10px 30px 0;
    font-size: 16px;
    box-shadow: 0 0 5px -2px #1f1f1f;
}

.boxVeicoloNoleggio:only-child {
    margin-right: 0;
}

.slider .boxVeicoloNoleggio {
    margin: 0 10px 0 0;
    /*     padding-bottom: 30px;
  */
}

.boxVeicoloNoleggio a {
    text-decoration: none;
    color: inherit;
}

.boxVeicoloNoleggio:nth-child(3n),
.boxVeicoloNoleggio:last-child {
    margin-right: 0;
}

.boxVeicoloNoleggio .fascia-black {
    background-color: #21283a;
    color: #fafafa;
    padding: 15px 0;
}

.boxVeicoloNoleggio .fascia-black div {
    color: #fafafa;
    padding: 0 5px;
}

.boxVeicoloNoleggio .fascia-black .discount-price {
    font-weight: 700;
    font-size: 30px;
}

.boxVeicoloNoleggio .fascia-black .price {
    font-size: 18px;
    font-weight: 350;
    text-decoration: line-through;
}

.boxVeicoloNoleggio .content_box {
    padding: 0px 20px;
    min-height: 450px;
}

.boxVeicoloNoleggio .content_box .main_img {
    width: 100%;
    height: auto;
    margin: 0 auto;
}

.boxVeicoloNoleggio .content_box .title {
    font-size: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

.boxVeicoloNoleggio .content_box .km,
.boxVeicoloNoleggio .content_box .durata,
.boxVeicoloNoleggio .content_box .anticipo {
    font-size: 16px;
    font-weight: 300;
    margin-bottom: 5px;
}

.boxVeicoloNoleggio .service {
    margin: 0;
    padding: 0 12px 14px;
}

.boxVeicoloNoleggio .service img {
    height: 24px;
}

.boxVeicoloNoleggio .service .service_name {
    font-size: 10px;
}

.boxVeicoloNoleggio .promo {
    height: 50px;
    width: 210px;
    position: relative;
    right: -20px;
    -webkit-clip-path: polygon(7% 0%, 100% 0, 100% 100%, 0% 100%);
    clip-path: polygon(7% 0%, 100% 0, 100% 100%, 0% 100%);
}

.boxVeicoloNoleggio .promo.green {
    background-color: #079c39;
}

.boxVeicoloNoleggio .promo.blue {
    background-color: #649fcc;
}

.boxVeicoloNoleggio .promo.orange {
    background-color: #f39200;
}

.boxVeicoloNoleggio .promo .text {
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 700;
    color: #fafafa;
    margin: 0 auto;
}

.boxVeicoloNoleggio .promo .image {
    max-height: 50px;
    margin: 0 auto;
}

/* lista
/* ------------------------ */
.news-list {
    flex-wrap: wrap;
}

.news-list .box-news {
    width: calc(100% - 15px);
    margin: 0 5px 30px;
    max-width: none;
}

@media (max-width: 768px) {
    .news-list {
        justify-content: flex-start;
        padding: 15px 0 0;
    }
}

@media (min-width: 768px) {
    .news-list .box-news {
        width: calc(33.333% - 10px);
    }
}

/* box news
/* ------------------------ */
.box-news {
    box-shadow: 0 0 4px #e3e3e3;
    background-color: #fff;
    border: 1px solid #e3e3e3;
    width: 360px;
    margin-right: 5px;
}

.box-news .box-image {
    /*     height: 190px;
  */
    background: #e4e5e9;
}

.box-news .box-image>img {
    object-fit: cover;
    height: 190px;
    width: 100%;
}

.box-news .box-news:nth-child(3n) {
    margin-right: 0;
}

.box-news a {
    text-decoration: none;
    display: block;
    height: 100%;
    transition: color 0.2s ease-in-out;
    position: relative;
}
.box-news a:hover {
    color: var(--c1);
}
.box-news .box-logo {
    position: absolute;
    top: 4px;
    left: 4px;
    z-index: 1;
}

.box-news .box-inner {
    padding: 0 15px 15px;
}

.box-news .box-top {
    padding: 5px 0;
    margin-right: -10px;
}

.box-news .news-suptitle {
    font-size: 12px;
    font-weight: 350;
    margin: 10px 0;
    text-transform: uppercase;
}

.box-news .news-type {
    height: 28px;
    background: #e4e5e9;
    line-height: 28px;
    font-size: 12px;
    font-weight: 350;
    padding: 0 8px;
    border-radius: 2px;
}

.box-news .news-title {
    margin-top: 10px;
    font-weight: 600;
    font-size: 18px;
    line-height: 1.2;
    transition: color 0.2s ease-in-out;
}

.box-news .news-content {
    font-weight: 300;
    font-size: 16px;
    line-height: 1.2;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.box-news .news-subtitle {
    margin: 10px 0;
}

.box-news .news-subtitle,
.box-news .news-subtitle {
    font-size: 12px;
    color: #649fcc;
}

.box-news .news-subtitle>strong {
    font-weight: 500;
}

/*.boxNews {*/
/*    cursor: pointer;*/
/*    width: 360px;*/
/*    margin-right: 15px;*/
/*    border: thin solid #e3e3e3;*/
/*}*/
/*.boxNews:last-child {*/
/*    margin-right: 0;*/
/*}*/
/*.boxNews .main_img {*/
/*    width: 100%;*/
/*}*/
/*.boxNews .type_img {*/
/*    position: absolute;*/
/*    width: 70px;*/
/*    margin-top: 25px;*/
/*    margin-left: 290px;*/
/*}*/
/*.boxNews .content_box {*/
/*    padding: 20px 18px;*/
/*}*/
/*.boxNews .content_box .subtitle {*/
/*    text-transform: uppercase;*/
/*    font-size: 12px;*/
/*    margin-bottom: 30px;*/
/*}*/
/*.boxNews .content_box .title {*/
/*    font-weight: 600;*/
/*    font-size: 18px;*/
/*    margin-bottom: 20px;*/
/*    width: calc(100%);*/
/*    white-space: nowrap;*/
/*    overflow: hidden;*/
/*    text-overflow: ellipsis;*/
/*}*/
/*.boxNews .content_box .text {*/
/*    font-weight: 300;*/
/*    font-size: 16px;*/
/*    margin-bottom: 20px;*/
/*    width: calc(100%);*/
/*    white-space: nowrap;*/
/*    overflow: hidden;*/
/*    text-overflow: ellipsis;*/
/*}*/
/*.boxNews .content_box .info {*/
/*    font-weight: 300;*/
/*    font-size: 16px;*/
/*    color: #649fcc;*/
/*}*/
.boxCommenti {
    padding-bottom: 20px;
}

.boxCommenti .inner {
    background-color: #fff;
    border: 1px solid #e6e6e6;
    box-shadow: 0 0 2px 0 #e6e6e6;
    width: 267px;
    padding: 20px;
    margin-right: 10px;
}

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

.boxCommenti .icon {
    width: 80px;
    height: 44px;
    margin-top: -20px;
    margin-right: -20px;
}

.boxCommenti .stars i {
    color: #ffc400;
    font-size: 18px;
    margin-right: 2px;
}

.boxCommenti .stars i:last-child {
    margin-right: 0;
}

.boxCommenti .nome {
    text-transform: uppercase;
    margin-top: 10px;
    font-weight: 350;
    font-size: 12px;
}

.boxCommenti .commento {
    margin-top: 20px;
    font-weight: 300;
    font-size: 16px;
}

.boxCommenti .data {
    opacity: 0.6;
    font-size: 12px;
    margin-top: 5px;
}

.hide-description .description {
    display: none;
}

.contenitore_promo {
    display: none;
}

@media (min-width: 768px) {
    .contenitore_promo {
        display: block;
        background-color: #21283a;
        padding: 70px 50px;
        margin: 45px auto 0;
    }
}

.contenitore_promo .area {
    display: grid;
    width: 1100px;
    grid-template-columns: repeat(4, 1fr);
    grid-template-rows: repeat(2, 1fr);
    grid-column-gap: 0;
    grid-row-gap: 0;
}

.contenitore_promo .image-0 {
    grid-area: 1/1/3/1;
    width: 1100px;
    height: 550px;
    margin: 0 6px 0 0;
}

.contenitore_promo .image-1 {
    grid-area: 1/1/3/3;
    width: 547px;
    height: 410px;
    margin: 0 6px 0 0;
}

.contenitore_promo .image-2 {
    grid-area: 1/3/2/5;
    width: 547px;
    height: 275px;
    margin: 0 0 6px 0;
}

.contenitore_promo .image-3 {
    grid-area: 2/3/3/4;
    width: 270px;
    height: 200px;
    margin: 0 6px 0 0;
}

.contenitore_promo .image-4 {
    grid-area: 2/4/3/5;
    width: 270px;
    height: 200px;
    margin: 0 6px 0 0;
}

.contenitore_promo .area>.image {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    padding: 0 0 15px 0;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.contenitore_promo .area .image img {
    width: fit-content;
}

.contenitore_promo .area .image .text-container {
    padding: 0 15px;
}

.contenitore_promo .area .image .text-container .titolo {
    font-size: 18px;
    color: #fafafa;
}

.contenitore_promo .area .image .text-container .scadenza {
    color: #649fcc;
    text-transform: uppercase;
    font-size: 11px;
    font-weight: 350;
}

.contenitore_promo .area .image .scadenza .bold {
    font-weight: 700;
    color: #649fcc;
}

.contenitore_promo .image-0,
.contenitore_promo .image-1,
.contenitore_promo .image-2,
.contenitore_promo .image-3,
.contenitore_promo .image-4 {
    box-shadow: inset 0px -100px 100px 0 #1f1f1f;
}

.contenitore_promo .area .image-4 {
    margin: 0;
}

.contenitore_promo .btn {
    margin: 0 auto;
    padding-left: 20px;
    padding-right: 20px;
    width: auto;
    height: 36px;
    font-size: 13px;
    font-weight: 600;
    display: flex;
    cursor: pointer;
    justify-content: center;
    align-items: center;
}

.contenitore_noleggio {
    position: relative;
    background-color: #21283a;
    background-repeat: no-repeat;
    background-position: center top;
    background-size: contain;
    padding: 30px 15px 30px;
}

.contenitore_noleggio .contenitore_noleggio--bg {
    position: absolute;
    z-index: 0;
    left: 0;
    top: 0;
    margin: 0;
    width: 100%;
    height: 100%;
}

.contenitore_noleggio .contenitore_noleggio--bg img {
    height: 100%;
    width: 100%;
    object-position: center;
    object-fit: cover;
}

.contenitore_noleggio>*:not(.contenitore_noleggio--bg) {
    position: relative;
    z-index: 9;
}

@media (max-width: 768px) {
    .contenitore_noleggio {
        background-size: cover;
        padding: 100px 25px 30px;
    }
}

.contenitore_noleggio h2 {
    font-weight: 300;
    font-size: 22px;
    line-height: 1.1;
    text-align: center;
}

.contenitore_noleggio p {
    font-size: 16px;
    line-height: 1.1;
}

@media (min-width: 768px) {
    .contenitore_noleggio {
        padding: 75px 15px 30px;
    }

    .contenitore_noleggio h2 {
        font-size: 32px;
        line-height: 1.2;
        text-align: left;
    }

    .contenitore_noleggio p {
        font-size: 18px;
        line-height: 1.2;
    }
}

.contenitore_noleggio .btn {
    margin: 15px auto 0;
    padding-left: 20px;
    padding-right: 20px;
    width: auto;
    height: 36px;
    font-size: 13px;
    font-weight: 600;
    display: flex;
    cursor: pointer;
    justify-content: center;
    align-items: center;
}

.contenitore_news {
    padding: 30px 10px;
    margin: 0;
}

.contenitore_news.single_news .box-news {
    width: 100%;
}

.contenitore_news.single_news .box-news .box-image img {
    height: auto;
}

.contenitore_news.single_news .btn {
    margin: 40px auto 0;
    padding-left: 20px;
    padding-right: 20px;
    width: auto;
    height: 36px;
    font-size: 13px;
    font-weight: 600;
    display: flex;
    cursor: pointer;
    justify-content: center;
    align-items: center;
}

@media (min-width: 768px) {
    .contenitore_news {
        padding: 70px 50px;
        margin: 65px auto 0;
        display: block;
    }
}

.contenitore_news .btn {
    margin: 40px auto 0;
    padding-left: 20px;
    padding-right: 20px;
    width: auto;
    height: 36px;
    font-size: 13px;
    font-weight: 600;
    display: flex;
    cursor: pointer;
    justify-content: center;
    align-items: center;
}

.contenitore_home_bottom {
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
    background-color: #333;
    padding: 125px 50px;
    margin: 45px auto 0;
    width: 100%;
}

.contenitore_home_bottom .btn {
    margin: 65px auto 0;
    text-transform: uppercase;
    width: 255px;
    height: 48px;
    font-size: 15px;
    font-weight: 600;
    display: flex;
    cursor: pointer;
    justify-content: center;
    align-items: center;
}

.contenitore_contatti {
    padding: 30px 0 0px;
}

@media (min-width: 768px) {
    .contenitore_contatti {
        padding: 45px 0 0px;
    }
}

.contenitore_contatti .contatti {
    padding: 30px 0;
    border-top: thin solid #e3e3e3;
    border-bottom: thin solid #e3e3e3;
}

@media (min-width: 768px) {
    .contenitore_contatti .contatti {
        padding: 40px 0;
    }
}

.contenitore_contatti .contatti .ragione_indirizzo {
    margin-bottom: 15px;
}

.contenitore_contatti .contatti .ragione {
    font-size: 18px;
    line-height: 22px;
    color: #212529;
}

.contenitore_contatti .contatti i,
.contenitore_contatti .contatti a,
.contenitore_contatti .contatti .chiusura {
    color: #1F1F1F;
}

@media (min-width: 768px) {
    .contenitore_contatti {
        gap: 30px;
    }

    .contenitore_contatti .contatti {
        border-top: thin solid #e3e3e3;
        border-bottom: thin solid #e3e3e3;
        display: flex;
        align-items: center;
        gap: 5px;
    }
}

.contenitore_contatti .switch {
    width: 336px;
    margin-top: 30px;
    margin-bottom: 40px;
}

.contenitore_contatti .switch .element {
    width: 50%;
}

.contenitore_contatti .switch a,
.contenitore_contatti .switch a:hover {
    color: var(--c1);
}

.contatti .filter-province {
    margin-bottom: 20px;
}

.contatti .filter-province div {
    border-right: thin solid #e3e3e3;
    font-size: 12px;
    font-weight: 600;
    padding: 0 10px;
    height: 22px;
    color: rgba(31, 31, 31, 0.6);
}

.contatti .filter-province div.inactive {
    color: rgba(31, 31, 31, 0.3);
}

.contatti .filter-province div.active {
    color: #fafafa;
    background-color: #649fcc;
    border-radius: 2px;
    vertical-align: middle;
}

.contatti .filter-province div:last-child {
    border-right: 0;
}

#homepage .contatti .box {
    padding: 0 15px;
}

.contatti .box {
    padding: 0;
    background: white;
}

@media (max-width: 768px) {
    .contatti .box {
        padding: 0 15px;
    }

    /*         #contatti .fa.fa-angle-right {
      display: none;
  } */
}

.contatti .box>div {
    border-top: thin solid #e3e3e3;
    padding: 20px 0;
}

.contatti .box .provincia {
    width: 145px;
    text-transform: uppercase;
    font-size: 11px;
    font-weight: 600;
}

.contatti .box .ragione_indirizzo {
    width: 375px;
    font-size: 18px;
    font-weight: 600;
}

.contatti .box .ragione {
    font-weight: 600;
    font-size: 18px;
}

.contatti .box .indirizzo {
    margin-top: 2px;
    font-weight: 300;
    font-size: 16px;
}

.contatti .box .contatti {
    width: 565px;
    font-size: 14px;
    font-weight: 600;
}

.contatti .box .contatti a {
    font-weight: 700;
    font-size: 18px;
    color: #079c39;
}

.contatti .box .contatti a:active,
.contatti .box .contatti a:hover {
    color: #079c39;
    text-decoration: none;
    font-weight: 700;
}

.contatti .box .chiusura {
    margin-top: 2px;
    color: #079c39;
    font-size: 14px;
    font-weight: 600;
}

.contatti .box .dettaglio {
    width: 20px;
}

@media (max-width: 768px) {

    #contatti .box>div,
    #contatti .box>div a {
        flex-direction: column;
        align-items: start !important;
    }

    #contatti .box .ragione_indirizzo,
    #contatti .box .provincia,
    #contatti .box>div .contatti {
        width: 100% !important;
    }
}

.contenitore_gmaps {
    margin-top: 20px;
}

@media (max-width: 1100px) {
    .contenitore_gmaps {
        padding: 0 15px;
    }
}

.contenitore_gmaps>div {
    height: 400px;
    overflow: hidden;
    box-shadow: 0 0 2px 0 #1f1f1f;
}

.contenitore_selezioni {
    background-color: #e4e5e9;
}

.contenitore_selezioni>div {
    max-width: 1100px;
    margin: 0 auto;
    padding: 65px 15px;
}

.contenitore_newsletter {
    transition: all 1s;
    background: url(/images/background-ricerca-homepage-1600x610px.webp);
    background-size: cover;
    padding: 1px;
    background-position: bottom;
    background-repeat: no-repeat;
}

@media (min-width: 768px) {
    .contenitore_newsletter {
        padding: 50px 0;
    }
}

.contenitore_newsletter .box {
    padding: 50px 0;
    background-color: rgba(0, 0, 0, 0.3);
    border-radius: 4px;
    color: white;
}

@media (min-width: 768px) {
    .contenitore_newsletter .box {
        padding: 18px 50px;
    }
}

.contenitore_newsletter .box p {
    margin: 0;
}

.contenitore_newsletter .box .btn {
    width: auto;
}

.contenitore_footer {
    display: block;
    background-color: #21283a;
}

.contenitore_footer .nostri_brand {
    display: none;
}

@media (min-width: 768px) {
    .contenitore_footer .nostri_brand {
        display: block;
        padding-top: 45px;
        /*         padding-bottom: 45px;
    */
    }
}

.contenitore_footer .nostri_brand div {
    color: #fafafa;
}

.contenitore_footer .nostri_brand div.filtraper {
    margin-right: 10px;
    padding: 0;
    font-size: 14px;
}

.contenitore_footer .nostri_brand .brand {
    text-transform: uppercase;
    padding: 0 10px 0;
    font-weight: 600;
    font-size: 11px;
    /* color: rgba(31, 31, 31, 0.3); */
    color: white;
    transition: color 0.2s ease-in-out;
}

.contenitore_footer .nostri_brand .brand:hover {
    color: var(--c2accent);
}

.contenitore_footer .nostri_brand .brand:not(:last-child):after {
    content: " | ";
    padding-left: 10px;
    color: #bbbfc8 !important;
}

.contenitore_footer .sitemap-mobile {
    display: none;
}

.contenitore_footer .foot {
    margin: 0 auto;
    padding: 10px 15px;
}

.contenitore_footer .foot div {
    color: #fafafa;
}

.contenitore_footer .foot .copy {
    margin-top: 20px;
    font-size: 12px;
    font-weight: 350;
    line-height: 1.3;
}

@media (max-width: 768px) {
    .contenitore_footer .foot .madein {
        margin-bottom: 75px;
    }

    .sitemap {
        display: none !important;
    }
}

.hide_sitemap .sitemap {
    display: none;
}

.seo-box {
    margin: 70px 0 0;
}

.seo-box h1 {
    margin-bottom: 16px;
}

@media (min-width: 768px) {}

/* sitemap desktop
/* ------------------------ */
.sitemap {
    padding-top: 30px;
}

.sitemap ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.sitemap li {
    display: block;
    padding: 5px 0;
    font-weight: 300;
    font-size: 16px;
    color: #fff;
    transition: color 0.2s ease-in-out;
}

/*.sitemap li:hover, .sitemap li:hover a {*/
/*    color: var(--c2accent);*/
/*}*/
.sitemap .accordion {
    padding-left: 5px;
}

.sitemap .archive-menu-title {
    display: block;
    color: #fff;
    font-weight: 300;
    font-size: 22px;
    line-height: 1;
    transition: color 0.2s ease-in-out;
    margin-bottom: 15px;
}

.sitemap .archive-menu-title a:hover {
    text-decoration: none;
    color: var(--c2accent);
}

.sitemap .archive-menu-list {
    list-style: none;
    margin: 0;
    padding: 0;
}

.sitemap .archive-menu-list>li {
    padding: 0;
}

.sitemap .archive-menu-list a {
    display: block;
    color: white;
    font-size: 16px;
    font-weight: 300;
    transition: color 0.2s ease-in-out;
    padding: 4px 0;
}

.sitemap .archive-menu-list a:hover {
    text-decoration: underline solid #fff 1px !important;
}

.sitemap .main-menu .item {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.sitemap .main-menu .item:hover a,
.sitemap .main-menu .item:hover .fa {
    color: #fff;
}

.sitemap .main-menu a,
.sitemap .main-menu span {
    font-weight: 350;
    color: var(--c5);
    font-size: 22px;
    transition: color 0.2s ease-in-out;
}

.sitemap .main-menu a:hover,
.sitemap .main-menu span:hover {
    text-decoration: underline solid #fff 1px !important;
    color: #fff !important;
}

.sitemap .main-menu li.has-subnav {
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.sitemap .main-menu li.has-subnav>.item {
    cursor: pointer;
}

.sitemap .main-menu .accordion a {
    font-size: 16px;
    color: var(--white60);
    transition: color 0.2s ease-in-out;
}

.sitemap .main-menu .accordion a:hover {
    color: var(--c2accent);
}

.sitemap .main-menu .accordion {
    display: none;
    padding: 5px 5px 0;
}

.sitemap .bottom-menu {
    margin: 15px 0 0;
}

.sitemap .bottom-menu a {
    color: white;
    font-size: 14px;
    font-weight: 300;
    transition: color 0.2s ease-in-out;
    padding: 4px 0;
}

.sitemap .bottom-menu a:hover {
    color: #fff;
    text-decoration: underline !important;
}

.sitemap .bottom-menu a:not(:last-child):after {
    content: "|";
    padding: 0 10px;
    color: #fff;
}

/* sitemap mobile
/* ------------------------ */
.sitemap-mobile .menu-list {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

.sitemap-mobile .menu-list>li {
    background: var(--c4);
}

.sitemap-mobile .menu-list>li.no-bg {
    background: none;
    border-bottom: 1px solid var(--c4);
}

.sitemap-mobile .menu-list>li>.menu-item {
    display: flex;
    align-items: center;
    height: 55px;
    border-bottom: 1px solid #21283a;
}

.sitemap-mobile .menu-list>li {
    border-bottom: 1px solid #21283a;
}

.sitemap-mobile .img {
    width: 55px;
}

.sitemap-mobile .menu-item-label {
    display: flex;
    align-items: center;
}

.sitemap-mobile .menu-item-label,
.sitemap-mobile .menu-item-label a {
    font-size: 16px;
    color: #fff;
}

.sitemap-mobile .menu-item-label.no-img {
    padding-left: 55px;
}

.sitemap-mobile .fa {
    margin-left: 10px;
    color: #fff;
    font-size: 14px;
    transition: all 0.2s ease-in-out;
}

.sitemap-mobile .menu-item.active .fa {
    transform: rotate(180deg);
}

.sitemap-mobile .submenu-list {
    display: none;
    list-style-type: none;
    padding: 0;
    margin: 0;
}

.sitemap-mobile .submenu-list>li {
    display: flex;
    align-items: center;
    height: 55px;
}

.sitemap-mobile .submenu-list a {
    color: #fff;
}

.sitemap-mobile .submenu-list .menu-item-label {
    padding-left: 55px;
}

@media (min-width: 768px) {
    .sitemap-mobile {
        display: none !important;
    }
}

.pagina_assistenza {
    position: relative;
}

.pagina_assistenza .pagina_assistenza__background {
    position: absolute;
    z-index: 0;
    left: 0;
    top: 0;
    margin: 0;
    width: 100%;
    height: 100%;
}

.pagina_assistenza .pagina_assistenza__background img {
    height: 100%;
    width: 100%;
    object-position: center;
    object-fit: cover;
}

.pagina_assistenza>*:not(.pagina_assistenza__background) {
    position: relative;
    z-index: 9;
}

.contenitore_vendi {
    background: #21283a;
    margin: 15px auto 0;
    overflow-x: hidden;
    overflow-y: auto;
}

.contenitore_vendi .first-box {
    position: relative;
    padding: 30px;
    box-shadow: inset 0 -100px 50px 0 #21283a;
}

.contenitore_vendi .first-box .contenitore_vendi__background {
    position: absolute;
    z-index: 0;
    left: 0;
    top: 0;
    margin: 0;
    width: 100%;
}

.contenitore_vendi .first-box .contenitore_vendi__background img {
    height: 100%;
    width: 100%;
    object-position: center;
    object-fit: cover;
}

.contenitore_vendi .first-box>*:not(.contenitore_vendi__background) {
    position: relative;
    z-index: 9;
}

@media (max-width: 768px) {

    .contenitore_vendi .mobile-column,
    .contenitore_contatti .mobile-column {
        flex-direction: column !important;
    }

    .contenitore_vendi .w-115 {
        width: 100% !important;
        margin: 0 auto !important;
    }

    .contenitore_vendi .contenitore_vendi_valutazione .text-center {
        text-align: left !important;
    }

    .contenitore_vendi .contenitore_vendi_valutazione .f-18 {
        font-size: 16px;
    }

    .contenitore_vendi .contenitore_vendi_valutazione {
        line-height: 22px;
    }

    .contenitore_vendi .first-box {
        background-size: cover;
    }
}

.contenitore_vendi_valutazione {
    padding: 15px;
}

@media (min-width: 768px) {
    .contenitore_vendi .first-box {
        padding: 125px 50px;
    }

    .contenitore_vendi_valutazione {
        padding: 60px 15px;
    }
}

@media (min-width: 1200px) {
    .contenitore_vendi .first-box {
        padding: 200px 50px;
    }
}

.contenitore_vendi .w-115 {
    text-align: center;
    width: 115px;
    margin: 0 20px;
}

.contenitore_vendi .w-115 img {
    margin: 10px auto;
    width: 40px;
}

.contenitore_vendi .i-hide {
    display: none;
}

.contenitore_vendi .input-box {
    margin: 20px 0;
    flex-wrap: wrap;
}

.contenitore_vendi .input-box>div {
    width: 100%;
    padding: 0;
}

.contenitore_vendi .section-privacy .checkbox label::before {
    background-color: transparent;
}

.contenitore_vendi .section-privacy .checkbox label::after {
    color: white;
}

@media (min-width: 768px) {
    .contenitore_vendi .input-box {
        flex-wrap: nowrap;
        gap: 10px;
    }

    .contenitore_vendi .input-box>div {
        width: 33.333%;
    }

    .contenitore_vendi .section-privacy label {
        font-size: 12px;
        font-weight: 350;
        color: #fff;
    }
}

.contenitore_vendi .input-box input,
.contenitore_vendi .input-box select {
    display: block;
    width: 100%;
    height: 46px;
    border: none;
    outline: none;
    /* margin: 10px 0; */
    padding: 0 10px;
    font-weight: 350;
    font-size: 16px;
    color: rgba(31, 31, 31, 0.6);
}

.contenitore_vendi .checkbox input[type="checkbox"] {
    z-index: 0;
}

@media (max-width: 768px) {

    .contenitore_vendi .input-box input,
    .contenitore_vendi .input-box select {
        margin: 0 0 7px;
        height: 48px;
    }

    .contenitore_vendi .checkbox label::after {
        font-size: 14px;
    }
}

.contenitore_vendi .input-box input:last-child,
.contenitore_vendi .input-box select:last-child {
    margin-right: 0;
}

.contenitore_vendi .btn {
    width: 220px;
    height: 46px;
    margin: 40px 0;
    font-size: 15px;
    font-weight: 600;
    padding: 10px 30px;
}

.contenitore_assistenza {
    padding-bottom: 100px;
}

.contenitore_assistenza>.row {
    margin-left: -7px;
    margin-right: -7px;
}

.contenitore_assistenza>.row>div {
    padding-left: 7px;
    padding-right: 7px;
}

.contenitore_assistenza .text-container .titolo {
    font-size: 22px;
    font-weight: 350;
    color: #fafafa;
}

.contenitore_assistenza .box {
    background-color: #649fcc;
    box-shadow: 1px 1px 10px -5px #21283a;
}

.contenitore_assistenza .box.trova-sede {
    position: relative;
}

.contenitore_assistenza .box.trova-sede .trova-sede__background {
    position: absolute;
    z-index: 0;
    left: 0;
    top: 0;
    margin: 0;
    width: 100%;
}

.contenitore_assistenza .box.trova-sede .trova-sede__background img {
    height: 100%;
    width: 100%;
    object-position: center;
    object-fit: cover;
}

.contenitore_assistenza .box.trova-sede>*:not(.trova-sede__background) {
    position: relative;
    z-index: 9;
}

.contenitore_assistenza .box.banner-assistenza-little,
.contenitore_assistenza .box.banner-assistenza-big {
    position: relative;
}

.contenitore_assistenza .box.banner-assistenza-little .contenitore_assistenza--bg,
.contenitore_assistenza .box.banner-assistenza-big .contenitore_assistenza--bg {
    position: absolute;
    z-index: 0;
    left: 0;
    top: 0;
    margin: 0;
    width: 100%;
    height: 100%;
}

.contenitore_assistenza .box.banner-assistenza-little .contenitore_assistenza--bg img,
.contenitore_assistenza .box.banner-assistenza-big .contenitore_assistenza--bg img {
    height: 100%;
    width: 100%;
    object-position: center;
    object-fit: cover;
}

.contenitore_assistenza .box.banner-assistenza-little>*:not(.contenitore_assistenza--bg),
.contenitore_assistenza .box.banner-assistenza-big>*:not(.contenitore_assistenza--bg) {
    position: relative;
    z-index: 9;
}

@media (min-width: 768px) {

    .contenitore_assistenza .gap-15,
    .contenitore_assistenza_sede .gap-15 {
        column-gap: 15px;
    }
}

.contenitore_assistenza .box-1 {
    height: 410px;
    margin-bottom: 15px;
    padding: 15px;
    background-color: #649fcc;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    box-shadow: inset 0 -100px 100px 0 #1f1f1f;
}

@media (max-width: 768px) {
    .contenitore_assistenza .box-1 {
        margin-bottom: 5px;
    }

    #contenitore_assistenza .row {
        margin-left: 0;
        margin-right: 0;
    }

    #contenitore_assistenza .row>div {
        padding-left: 0;
        padding-right: 0;
    }
}

#assistenza-form {
    padding: 10px 0;
    width: 350px;
    margin: 0 auto;
}

.contenitore_assistenza .assistenza-form-open {
    height: 100% !important;
}

.contenitore_assistenza .box-2 {
    transition: all 0.2s ease-in-out;
    height: 275px;
    padding: 15px;
    margin: 0 0 15px;
}

@media (max-width: 768px) {
    .contenitore_assistenza .box-2 {
        height: 220px;
    }
}

.contenitore_assistenza .box-3 {
    width: 90vw;
    margin-bottom: 15px;
}

@media (min-width: 768px) {
    .contenitore_assistenza .box-3 {
        width: calc(50% - 7.5px);
    }
}

.contenitore_assistenza .box-3 .image-container {
    max-width: 100%;
    height: 162px;
    background-size: cover;
    background-repeat: no-repeat;
}

.contenitore_assistenza .box-3 .text-container {
    background: #fafafa;
    padding: 18px 10px;
}

.contenitore_assistenza .box-3 .text-container .titolo {
    color: #1f1f1f;
    font-weight: 600;
    font-size: 18px;
}

.contenitore_assistenza .box-4 {
    width: 100%;
    height: 310px;
    margin: 0 0 15px;
    padding: 15px;
}

@media (min-width: 768px) {
    .contenitore_assistenza .box-4 {
        width: calc(50% - 7.5px);
    }
}

.contenitore_assistenza .banner-assistenza-little {
    background-size: cover;
    background-color: #649fcc;
    background-repeat: no-repeat;
    background-position: center;
    box-shadow: inset 0 -100px 100px 0 #1f1f1f;
}

.contenitore_assistenza .box_prenota {
    width: 350px;
    height: 100%;
}

.contenitore_assistenza .box_prenota input[type="text"] {
    height: 47px;
    width: 350px;
    border: none;
    outline: none;
    margin: 10px 0 0;
    padding: 0 10px;
    font-weight: 350;
    font-size: 16px;
    color: rgba(31, 31, 31, 0.6);
}

.contenitore_assistenza_sede {
    padding-bottom: 100px;
}

.contenitore_assistenza_sede>.row {
    margin-left: -7px;
    margin-right: -7px;
}

.contenitore_assistenza_sede>.row>div {
    padding-left: 7px;
    padding-right: 7px;
}

.contenitore_assistenza_sede .text-container .titolo {
    font-size: 22px;
    color: #fafafa;
}

.contenitore_assistenza_sede .p-0 {
    padding: 0;
}

.contenitore_assistenza_sede a {
    color: var(--c1);
    transition: color 0.2s ease-in-out;
}

.contenitore_assistenza_sede a:hover {
    color: var(--c2accent);
}

.contenitore_assistenza_sede .box {
    box-shadow: 1px 1px 10px -5px #21283a;
}

.contenitore_assistenza_sede .box-1 {
    margin-bottom: 15px;
    padding: 15px;
}

.contenitore_assistenza_sede .d-flex .box-1:last-child {
    margin: 0;
}

.contenitore_assistenza_sede .box-2 {
    width: 100%;
    margin: 0 0 15px;
}

@media (min-width: 768px) {
    .contenitore_assistenza_sede .box-2 {
        width: calc(50% - 7.5px);
    }
}

.contenitore_assistenza_sede .box-2 .image-container {
    max-width: 100%;
    height: 162px;
    background-size: cover;
}

.contenitore_assistenza_sede .box-2 .image-container a {
    transition: color 0.2s ease-in-out;
}

.contenitore_assistenza_sede .box-2 .image-container a:hover {
    color: var(--c2accent);
}

.contenitore_assistenza_sede .box-2 .text-container {
    background: #fff;
    padding: 18px 10px;
}

.contenitore_assistenza_sede .box-2 .text-container .titolo {
    color: #1f1f1f;
    font-weight: 600;
    font-size: 18px;
}

.contenitore_assistenza_sede .box-2:nth-child(2n) {
    margin-right: 0;
}

.contenitore_assistenza_sede .box-4 {
    width: 270px;
    height: 310px;
    margin: 0 6px 0 0;
    padding: 15px;
}

.contenitore_assistenza_sede .box_prenota {
    width: 350px;
    height: 100%;
}

.contenitore_assistenza_sede .box_prenota input[type="text"] {
    height: 47px;
    width: 350px;
    border: none;
    outline: none;
    margin: 10px 0 0;
    padding: 0 10px;
    font-weight: 350;
    font-size: 16px;
    color: rgba(31, 31, 31, 0.6);
}

.contenitore_assistenza_sede .data_container {
    padding: 0 0 20px;
}

.contenitore_assistenza .box-contatti,
.contenitore_assistenza_sede .box-contatti {
    padding: 15px;
    height: auto;
    margin-bottom: 15px;
    min-height: 275px;
}

@media (max-width: 768px) {
    #contenitore_assistenza_sede .btn-sede .btn {
        padding: 0;
        margin: 10px 15px;
        width: auto;
    }

    .contenitore_assistenza .box-4 {
        margin-bottom: 5px;
    }

    .contenitore_assistenza.container {
        padding: 0;
    }
}

.contenitore_custom_banner {
    position: absolute;
    left: 0;
    right: 0;
    overflow-y: scroll;
    z-index: 1;
}

.contenitore_custom_banner .close {
    padding: 15px 0;
    font-size: 10px;
    font-weight: 350;
    text-shadow: none;
    opacity: 1;
}

#contenitore_custom_banner .boxVeicoloVendita {
    margin: 0 auto;
}

.contenitore_custom_banner .boxVeicoloVendita .diponibilita_vettura.disponibile,
.boxVeicoloVendita .boxVeicoloVendita .diponibilita_vettura.disponibile,
.boxVeicoloVenditaPreferiti .boxVeicoloVendita .diponibilita_vettura.disponibile {
    background-color: #fafafa !important;
}

#survey .box-style-imgs {
    width: 130px;
    cursor: pointer;
    transform: scale(1);
    transition: all 0.3s;
    margin-right: 5px;
    /* opacity: 0.3; */
}

#survey .box-style-imgs:hover,
#survey .box-style-imgs.selected {
    /* opacity: 1; */
    z-index: 1;
    transform: scale(1.1);
}

#survey .box-style-imgs.inactive {
    opacity: 0.3;
}

#survey .box-style-imgs:last-child {
    margin-right: 0;
}

#survey .reset {
    font-size: 10px;
    font-weight: 350;
}

#survey .not-survey-box {
    width: 345px;
}

#survey .survey-box {
    transition: all 1s;
    width: 470px;
    height: 600px;
    background: var(--c10) url("../images/survey/fondo_survey.svg") no-repeat;
    background-size: cover;
}

#survey .survey-box.no-background {
    background-image: none;
}

#survey .survey-box>div {
    padding: 30px 60px;
}

#survey .survey-box .title {
    padding-bottom: 5px;
}

#survey .survey-box .checkbox_cnt {
    margin-top: 10px;
    color: var(--c1);
}

#survey .survey-box .checkbox_cnt .checkmark {
    background: #fafafa;
}

#survey .survey-box .checkbox_cnt input:checked~.checkmark {
    background-color: #649fcc;
}

#survey .survey-box .checkbox_cnt .checkmark:after {
    border-color: #fafafa;
}

#survey .survey-box select {
    background-color: #fafafa;
    text-transform: uppercase;
    border: none;
    padding: 0 0 0 10px;
    width: 100%;
    margin-top: 20px;
}

#survey .survey-box .car-container {
    height: 100%;
}

#survey .survey-box .road {
    width: 19%;
    height: 4px;
    background-color: var(--c3);
    opacity: 0.3;
    margin-right: 1%;
}

#survey .survey-box .road.active {
    opacity: 1;
}

#survey .survey-box .road:last-child {
    margin-right: 0;
}

#survey .survey-box .btn {
    height: 36px;
    margin-top: 30px;
    width: 50%;
}

#survey .accordion {
    background-color: #fafafa;
    padding: 5px 10px;
    margin-top: 10px;
    color: #1f1f1f;
}

#survey .box-6 .btn {
    justify-content: space-evenly;
}

#survey .box-6 .accordion {
    padding: 15px 10px 5px;
    margin-top: 5px;
}

#survey .box-6 .accordion select {
    font-weight: 300;
    padding: 0;
    margin: 0;
    color: var(--c3);
}

#survey .box-6 .accordion .checkbox_cnt {
    color: var(--c3);
}

/* wishlist e-mail form
/* ------------------------ */
#mail-wishlist {
    padding: 30px 0;
}

@media (min-width: 768px) {
    #mail-wishlist {
        padding: 60px 0;
    }
}

#mail-wishlist input.email {
    width: 100%;
    height: 48px;
    border: none;
    outline: none;
    background: url("/images/icone/scrivi-tua-mail-48x48px.svg") no-repeat 8px 0 #fafafa;
    padding: 0 0 0 60px;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
}

#mail-wishlist .btn.btn-blue {
    width: auto;
    padding: 11px 40px;
    margin-left: 0;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

#mail-wishlist .mail-wishlist-text {
    font-size: 18px;
}

@media (min-width: 768px) {
    #mail-wishlist .mail-wishlist-text {
        font-size: 22px;
    }
}

#mail-wishlist .mail-wishlist-form {
    width: 100%;
    max-width: 550px;
}

/* footer mobile
/* ------------------------ */
.contenitore_footer_mobile {
    position: fixed;
    left: 0;
    bottom: 0;
    z-index: 100;
}

.contenitore_footer_mobile_buttons {
    background: #565e69;
    display: flex;
    align-items: center;
    box-shadow: 0 0 3px #1f1f1f;
    width: 100vw;
}

.contenitore_footer_mobile_buttons.bg-3 {
    background: var(--c3);
}

.contenitore_footer_mobile_buttons>div {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 25%;
}

.contenitore_footer_mobile_buttons .btn-footer-mobile {
    width: 100%;
    color: #fff;
    font-size: 10px;
    line-height: 20px;
    text-align: center;
    padding: 6px 0 2px;
}

.contenitore_footer_mobile_buttons .btn-footer-mobile>img {
    max-width: 26px;
}

.contenitore_footer_mobile_buttons .btn-footer-mobile>div {
    padding-top: 2px;
}

@media (min-width: 768px) {
    .contenitore_footer_mobile {
        display: none;
    }
}

/* footer menu mobile
/* ------------------------ */
.btn-footer-mobile.btn-altro .img-chiudi,
.btn-footer-mobile.btn-altro.active .img-altro,
.btn-footer-mobile.btn-phone .img-chiudi,
.btn-footer-mobile.btn-phone.active .img-altro,
.btn-footer-mobile.btn-mail .img-chiudi,
.btn-footer-mobile.btn-mail.active .img-altro {
    display: none;
}

.btn-footer-mobile.btn-altro.active,
.btn-footer-mobile.btn-phone.active,
.btn-footer-mobile.btn-mail.active {
    background: #565e69;
}

.btn-footer-mobile.btn-altro.active .img-chiudi,
.btn-footer-mobile.btn-phone.active .img-chiudi,
.btn-footer-mobile.btn-mail.active .img-chiudi {
    display: inline;
}

.btn-footer-mobile.active {
    background: var(--c3);
}

.contenitore_footer_mobile_nav {
    display: none;
}

.footer-nav-mobile {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer-nav-mobile>li {
    width: 100%;
    border-bottom: 1px solid #fff;
    background: #565e69;
    font-size: 16px;
    color: #fff;
    height: 56px;
    display: flex;
    align-items: center;
}

.footer-nav-mobile>li .img {
    width: 56px;
}

.footer-nav-mobile-shade {
    display: none;
    z-index: 90;
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background: rgba(86, 94, 105, 0.9);
}

.footer-nav-mobile-shade.active {
    display: block;
}

.btn-footer-mobile.btn-altro.active {
    background: #565e69;
}

.btn-footer-mobile.btn-altro.active .img-chiudi {
    display: inline;
}

.contenitore_footer_mobile_nav {
    display: none;
}

.footer-nav-mobile {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer-nav-mobile>li {
    width: 100%;
    border-bottom: 1px solid #fff;
    background: #565e69;
    font-size: 16px;
    color: #fff;
    height: 56px;
    display: flex;
    align-items: center;
}

.footer-nav-mobile>li .img {
    width: 56px;
}

/*
.footer-nav-mobile-shade {
display: none;
z-index: 90;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background: transparent;
}

.footer-nav-mobile-shade.active {
display: block;
}
*/
/* preferiti
/* ------------------------ */
#right-menu-preferiti {
    display: block !important;
}

#right-menu-preferiti .btn {
    padding-top: 0;
    padding-bottom: 0;
    margin: 0;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

/* voucher */
.boxVoucher {
    width: 360px;
    margin-right: 10px;
    border: thin solid var(--c5);
}

.boxVoucher:last-child {
    margin: 0;
}

.boxVoucher .text {
    padding: 20px;
}

/* google maps
/* ------------------------ */
.gmap-contatti .gm-style .gm-style-iw-c button {
    outline: none;
}

.map-infobox {
    font-family: "Red Hat Text", sans-serif;
    font-size: 14px;
    line-height: 1;
}

.map-infobox strong {
    font-size: 14px;
    font-weight: 600;
}

.map-infobox>div {
    padding: 2px 0;
}

@media (max-width: 768px) {
    .row {
        margin-left: 0;
        margin-right: 0;
    }
}

.breaking-news-box {
    height: 30px;
    padding: 10px;
    position: relative;
    left: 0;
    overflow: hidden;
}

.breaking-news-box .ball {
    border-radius: 100%;
    background-color: red;
    width: 10px;
    height: 10px;
    margin-right: 10px;
}

.breaking-news-box .news {
    min-width: 250px;
}

/*# sourceMappingURL=components.css.map */