@charset "utf-8";

/* CSS Document */

@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600;700&family=Rajdhani:wght@400;500;600;700&display=swap');
html,
body {
    margin: 0px;
    padding: 0px;
    color: #000;
    font-family: 'Poppins', sans-serif;
}

a,
a:hover,
a:focus {
    color: #000;
    outline: none!important;
}

.underline {
    text-decoration: underline;
}

a.underline:hover,
a.underline:focus {
    text-decoration: none;
}

button {
    outline: none!important;
}

textarea {
    resize: none;
}

b,
strong {
    font-weight: 700;
}

.btn.active.focus,
.btn.active:focus,
.btn.focus,
.btn.focus:active,
.btn:active:focus,
.btn:focus {
    outline: 0 !important;
    outline-offset: 0 !important;
    background-image: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}

.btn-primary:not(:disabled):not(.disabled):active {
    background-color: #2c2c2c;
}

.border-3 {
    border-width: 3px;
}

.border-bottom {
    border-color: #e3e3e3;
}

.wordWrap {
    word-wrap: break-word;
}

/* ==================================== font / line / weight ====================================== */

.fontRaj {
    font-family: 'Rajdhani', sans-serif;
}

.fontPoppins {
    font-family: 'Poppins', sans-serif;
}

.font13 {
    font-size: 13px;
}

.font15 {
    font-size: 15px;
}

.font16 {
    font-size: 16px;
}

.font18 {
    font-size: 18px;
}

.font20 {
    font-size: 20px;
}

.font25 {
    font-size: 25px;
}

.font35 {
    font-size: 35px;
}

.font45 {
    font-size: 45px;
}

.font-weight-semiBold {
    font-weight: 600;
}

.line-normal {
    line-height: normal;
}

.line20 {
    line-height: 20px;
}


/* ==================================== margin / padding ====================================== */

.mb-20 {
    margin-bottom: 20px;
}

.mb-30 {
    margin-bottom: 30px;
}

.mb-40 {
    margin-bottom: 40px;
}

.mb-45 {
    margin-bottom: 45px;
}

.mb-60 {
    margin-bottom: 60px;
}

.mb-80 {
    margin-bottom: 80px;
}

.mb-120 {
    margin-bottom: 120px;
}

.mt-30 {
    margin-top: 30px;
}

.mt-40 {
    margin-top: 40px;
}

.mt-60 {
    margin-top: 60px;
}

.mt-90 {
    margin-top: 90px;
}

.my-20 {
    margin-top: 20px;
    margin-bottom: 20px;
}

.my-30 {
    margin-top: 30px;
    margin-bottom: 30px;
}

.my-40 {
    margin-top: 40px;
    margin-bottom: 40px;
}

.my-90 {
    margin-top: 90px;
    margin-bottom: 90px;
}

.pb-20 {
    padding-bottom: 20px;
}

.pb-30 {
    padding-bottom: 30px;
}

.py-25 {
    padding-top: 25px;
    padding-bottom: 25px;
}

.py-30 {
    padding-top: 30px;
    padding-bottom: 30px;
}

.py-40 {
    padding-top: 40px;
    padding-bottom: 40px;
}

.px-70 {
    padding-top: 70px;
    padding-bottom: 70px;
}

.ml-20 {
    margin-left: 20px;
}


/* ==================================== colors ====================================== */

.bg-grigio {
    background-color: #f1f1f1;
}

.azzurro {
    color: #099ec9!important;
}

.text-light {
    color: #d2d2d2!important;
}

.text-dark {
    color: #626262!important;
}

.text-blu {
    color: #3333b2!important;
}

.svg-bianco {
    filter: brightness(0) invert(1);
}


/* ==================================== pagina ====================================== */

header {
    padding-bottom: 10px;
    border-bottom: 1px solid #e3e3e3;
    margin-bottom: 60px;
}

header .top-1 {
    font-size: 13px;
    line-height: 25px;
    color: #a5a5a5;
    padding: 15px 0px;
    border-bottom: 1px solid #e3e3e3;
}

header .top-1 a {
    color: #a5a5a5;
}

header .top-1 .contatti {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 35px;
}

header .top-2 {
    padding-top: 30px;
    padding-bottom: 30px;
}

header .marchi img {
    margin: 0px 7px;
}

header .marchi img.first {
    margin-left: 0px;
}

header .marchi img.right,
header .marchi img.last {
    margin-right: 0px;
}

header .recensioni a {
    text-decoration: none!important;
    font-family: 'Rajdhani', sans-serif;
    color: #7b7b7b;
    font-weight: 600;
}

header .recensioni a>div {
    max-width: 205px;
}

header .recensioni .left {
    font-size: 45px;
    line-height: 40px;
}

header .recensioni .stelle {
    margin-bottom: 3px;
}

header .recensioni .right {
    font-size: 15px;
    line-height: 15px;
    text-transform: uppercase;
    padding-left: 7px;
}

header .voce-preferiti.active {
    color: #000!important;
}

.voci-header,
.voci-header a,
.voci-header a:hover,
.voci-header a:focus {
    color: #a5a5a5;
}


/* ==================================== menu ====================================== */

header .navbar-light .navbar-nav {
    justify-content: center;
}

header .navbar-light .navbar-nav .nav-link {
    font-family: 'Rajdhani', sans-serif;
    color: #000000;
    font-weight: 700;
    font-size: 17px;
    text-transform: uppercase;
    margin: 0px auto;
}

header .navbar-light .navbar-nav .active>.nav-link,
header .navbar-light .navbar-nav .nav-link.active,
header .navbar-light .navbar-nav .nav-link.show,
header .navbar-light .navbar-nav .show>.nav-link,
header .navbar-light .navbar-nav .nav-link:hover,
header .navbar-light .navbar-nav .nav-link:focus {
    color: #a5a5a5;
}

header .navbar-light .dropdown-toggle::after {
    position: absolute;
    top: 17px;
}

header .navbar-light .dropdown-menu {
    font-size: 13px;
    color: #000;
}

header .navbar-light .dropdown-item {
    padding: 8px 0px;
    color: #000;
    border-bottom: 1px solid #dadada;
}

header .navbar-light .dropdown-item:last-child {
    border-bottom: none;
}

header .navbar-light .dropdown-item.active,
header .navbar-light .dropdown-item:active,
header .navbar-light .dropdown-item:hover,
header .navbar-light .dropdown-item:focus {
    color: #7f7f7f;
    background-color: transparent;
}


/* ==================================== hp ====================================== */

.home header {
    margin-bottom: 0px;
}

.box-elenco {
    display: block;
    padding: 8px 8px 12px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    border: 1px solid #ebebeb;
    text-decoration: none!important;
    margin-bottom: 45px;
}

.box-elenco .img-wrap {
    position: relative;
}

.box-elenco .img-wrap img.img-fluid {
    display: block;
}

.box-elenco .foto {
    position: absolute;
    bottom: 4px;
    left: 8px;
    font-size: 13px;
    color: #fff;
    font-weight: 600;
    opacity: 0;
}

.nota-iva,
.nota-usato,
.nota-km0,
.nota-prontaConsegna {
    font-size: 13px;
    height: 20px;
    line-height: 20px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    background-color: #ffdd00;
    padding-left: 10px;
    padding-right: 10px;
    text-transform: uppercase;
}

.box-elenco .nota-iva {
    position: absolute;
    top: 5px;
    left: 5px;
    display: block;
    text-transform: uppercase;
    z-index: 2;
}

.nota-km0 {
    background-color: #339900;
    color: #fff;
}

.nota-prontaConsegna {
    background-color: #0f2997;
    color: #fff;
}

.box-elenco .nota-km0,
.box-elenco .nota-prontaConsegna {
    position: absolute;
    bottom: 5px;
    right: 5px;
    z-index: 2;
}

.box-elenco .preferitiElenco {
    position: absolute;
    bottom: 5px;
    right: 5px;
    z-index: 2;
}

.box-elenco .preferitiElenco img {
    filter: brightness(0) saturate(100%) invert(78%) sepia(53%) saturate(958%) hue-rotate(0deg) brightness(105%) contrast(102%);
}

.box-elenco .foto img {
    vertical-align: text-top;
}

.box-elenco:hover .img-wrap {
    background-color: black;
}

.box-elenco:hover .img-wrap img.img-fluid {
    opacity: 0.6;
}

.box-elenco:hover .foto {
    opacity: 1;
}

.box-elenco .caratteristiche {
    font-size: 13px;
    line-height: normal;
    border-top: 1px solid #ebebeb;
    border-bottom: 1px solid #ebebeb;
    margin: 0px 0px 12px 0px;
    padding: 12px 0px;
}

.box-elenco .btn {
    font-family: 'Rajdhani', sans-serif;
    color: #000000;
    background-color: #eee;
    border-color: #eee;
    font-weight: 700;
    font-size: 17px;
    text-transform: uppercase;
    margin: 0px auto;
    padding: 6px 45px;
}

.box-elenco:hover .btn,
.box-elenco:focus .btn,
.box-elenco .btn-primary:not(:disabled):not(.disabled):active {
    background-color: #000;
    border-color: #000;
    color: #fff;
}

.box-elenco:hover,
.box-elenco:focus {
    box-shadow: 0px 1px 16px 0px rgba(0, 0, 0, 0.16);
}

.btn-outline-primary {
    font-family: 'Rajdhani', sans-serif;
    color: #000000;
    background-color: #fff;
    border-color: #c5c5c5;
    font-weight: 700;
    font-size: 20px;
    text-transform: uppercase;
    padding-top: 24px;
    padding-bottom: 24px;
}

.btn-outline-primary:hover,
.btn-outline-primary:focus,
.btn-outline-primary:active,
.btn-outline-primary:not(:disabled):not(.disabled):active {
    color: #fff;
    border-color: #000;
    background-color: #000;
}

.bg-grigio .container.marchi a {
    display: block;
    font-size: 14px;
    color: #9f9f9f;
    text-align: center;
    text-decoration: none!important;
    position: relative;
    -ms-flex: 0 0 10.222%;
    flex: 0 0 10.222%;
    max-width: 10.222%;
    padding-right: 1%;
}

.bg-grigio .container.marchi a.last {
    padding-right: 0px;
}

#numeriHome .numero {
    font-family: 'Rajdhani', sans-serif;
    font-size: 45px;
    line-height: 40px;
    font-weight: 700;
    margin-bottom: 10px;
}


/* ==================================== footer ====================================== */

.footer-1 {
    background-color: #000;
    padding-top: 50px;
    padding-bottom: 50px;
    color: #999;
    line-height: 30px;
}

.footer-1 strong {
    font-family: 'Rajdhani', sans-serif;
    font-size: 22px;
    font-weight: 700;
    text-transform: uppercase;
    color: #fff;
}

.footer-1 .btn-secondary {
    font-family: 'Rajdhani', sans-serif;
    font-size: 19px;
    font-weight: 700;
    text-transform: uppercase;
    color: #fff;
    background-color: #565656;
    border-color: #565656;
}

.footer-1 .btn-secondary:hover,
.footer-1 .btn-secondary:focus {
    color: #fff;
    background-color: transparent;
    border-color: #565656;
}

.footer-2, .footer-2 a {
    color: #515151!important;
    font-size: 15px;
    line-height: normal;
}

html,
body {
    height: 100%;
}

#wrapper {
    min-height: 100%;
    height: auto !important;
    height: 100%;
    margin: 0 auto -263px;
}

#pushfooter {
    height: 263px;
}


/* ==================================== dettaglio ====================================== */

.indietro,
.indietro a {
    color: #a5a5a5;
    margin-bottom: 30px;
}

.img-piccole {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 2%;
    margin-top: 2%;
}

.img-piccole>a {
    -ms-flex: 0 0 23.5%;
    flex: 0 0 23.5%;
    max-width: 23.5%;
    margin-bottom: 15px;
}

.img-piccole>a img.img-fluid {
    display: block;
    width: 100%;
    height: 110px;
    object-fit: cover;
    object-position: top;
}

.linkPermuta {
    background-color: #5fd7fa;
    padding: 20px 30px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}

.linkPermuta a {
    text-decoration: none!important;
}

.linkPermuta .left {
    font-family: 'Rajdhani', sans-serif;
    font-size: 25px;
    font-weight: 700;
    text-transform: uppercase;
}

.linkPermuta .left img {
    margin-right: 10px;
}

.linkPermuta .right {
    text-decoration: underline;
    line-height: 34px;
}

.linkPermuta:hover,
.linkPermuta:focus {
    background-color: #81e0fb;
}

.bg-pdf,
.bg-stampa {
    background-image: url(../img/icona-pdf.png);
    background-repeat: no-repeat;
    background-position: center left;
    line-height: 18px;
    color: #3887c6!important;
    padding-left: 25px;
}

.bg-stampa {
    background-image: url(../img/icona-stampa.png);
}

.nota-usato {
    background-color: #00c6ff;
}

.prezzo {
    font-size: 30px;
    font-weight: 500;
}

.dettaglio h1 {
    font-size: 35px;
    text-align: left;
}

.dettaglio .elencoCaratteristiche,
.dettaglio .dati {
    color: #868686;
}

.dettaglio .elencoCaratteristiche strong,
.dettaglio .dati strong {
    font-weight: 600;
    color: #000;
}

.dettaglio .elencoCaratteristiche strong {
    display: block;
}

.dettaglio .caratteristica {
    padding-left: 45px;
    background-image: url(../img/icona-categoria.png);
    background-repeat: no-repeat;
    background-position: 3px 5px;
}

.dettaglio .caratteristica.anno {
    background-image: url(../img/icona-anno.png);
    background-position: 5px 5px;
}

.dettaglio .caratteristica.potenza {
    background-image: url(../img/icona-potenza.png);
    background-position: 5px 5px;
}

.dettaglio .caratteristica.chilometraggio {
    background-image: url(../img/icona-km.png);
}

.dettaglio .caratteristica.alimentazione {
    background-image: url(../img/icona-alimentazione.png);
    background-position: 5px 5px;
}

.dettaglio .caratteristica.cambio {
    background-image: url(../img/icona-cambio.png);
    background-position: 5px 5px;
}

.dettaglio .dati {
    line-height: 30px;
}

#testDrive {
    font-family: 'Rajdhani', sans-serif;
    font-size: 25px;
    line-height: 18px;
    font-weight: 700;
    text-transform: uppercase;
    padding: 22px 0px 20px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    background-color: #e50000;
    border-color: #e50000;
}

#testDrive span {
    font-size: 18px;
    font-weight: 400;
}

#testDrive:hover,
#testDrive:focus,
#testDrive:active {
    background-color: #a90000;
    border-color: #a90000;
}

.dettaglio .descrizione {
    padding: 20px 40px 4px;
    font-size: 15px;
    line-height: 25px;
}

.dettaglio .descrizione .titolo {
    font-family: 'Rajdhani', sans-serif;
    font-size: 35px;
    line-height: 35px;
    margin-bottom: 10px;
    font-weight: 700;
}

.dettaglio #link a {
    display: block;
    border: 1px solid #c5c5c5;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    padding: 20px 10px;
    text-align: center;
}

@media (min-width: 992px) {
    .dettaglio #link a {
        min-height: 174px;
    }
}

.dettaglio #link a:hover,
.dettaglio #link a:focus {
    box-shadow: 0px 1px 16px 0px rgb(0 0 0 / 16%);
    text-decoration: none;
}

.dettaglio #link img {
    margin-bottom: 10px;
}

.dettaglio #link strong {
    font-family: 'Rajdhani', sans-serif;
    font-size: 20px;
    line-height: 20px;
    font-weight: 700;
    text-transform: uppercase;
}

label {
    font-weight: 500;
    font-size: 14px;
}

label.form-check-label.checkbox,
label.form-check-label.checkbox a {
    color: #787878!important;
    font-size: 13px;
    font-weight: 400;
}

.form-control {
    height: 40px;
    border-color: #c5c5c5;
    color: #000;
}

.form-control:focus {
    border-color: #c5c5c5;
    box-shadow: none;
}

form .btn-primary {
    font-family: 'Rajdhani', sans-serif;
    color: #000000;
    background-color: #fff;
    border-color: #b4b4b4;
    font-weight: 700;
    font-size: 25px;
    padding-top: 15px;
    padding-bottom: 15px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
}

form .btn-primary:hover,
form .btn-primary:focus,
form .btn-primary:not(:disabled):not(.disabled):active {
    color: #fff;
    background-color: #000;
    border-color: #000;
}

.cta-100 {
    margin-top: 100px;
    padding-left: 8%;
    padding-top: 7%;
}

.white {
    color: #fff !important;
}

.mt {
    float: left;
    margin-top: -20px;
    padding-top: 20px;
}

.bg-blue-ui {
    background-color: #708198 !important;
}

figure img {
    width: 300px;
}

#blogCarousel {
    padding-bottom: 100px;
}

.blog .carousel-indicators {
    left: 0;
    top: -50px;
    height: 50%;
}


/* The colour of the indicators */

.blog .carousel-indicators li {
    background: #708198;
    border-radius: 50%;
    width: 8px;
    height: 8px;
}

.blog .carousel-indicators .active {
    background: #0fc9af;
}

.item-carousel-blog-block {
    outline: medium none;
    padding: 15px;
}

.item-box-blog {
    border: 1px solid #dadada;
    text-align: center;
    z-index: 4;
    padding: 20px;
}

.item-box-blog-image {
    position: relative;
}

.item-box-blog-image figure img {
    width: 100%;
    height: auto;
}

.item-box-blog-date {
    position: absolute;
    z-index: 5;
    padding: 4px 20px;
    top: -20px;
    right: 8px;
    background-color: #41cb52;
}

.item-box-blog-date span {
    color: #fff;
    display: block;
    text-align: center;
    line-height: 1.2;
}

.item-box-blog-date span.mon {
    font-size: 18px;
}

.item-box-blog-date span.day {
    font-size: 16px;
}

.item-box-blog-body {
    padding: 10px;
}

.item-heading-blog a h5 {
    margin: 0;
    line-height: 1;
    text-decoration: none;
    transition: color 0.3s;
}

.item-box-blog-heading a {
    text-decoration: none;
}

.item-box-blog-data p {
    font-size: 13px;
}

.item-box-blog-data p i {
    font-size: 12px;
}

.item-box-blog-text {
    max-height: 100px;
    overflow: hidden;
}

.mt-10 {
    float: left;
    margin-top: -10px;
    padding-top: 10px;
}

.btn.bg-blue-ui.white.read {
    cursor: pointer;
    padding: 4px 20px;
    float: left;
    margin-top: 10px;
}

.btn.bg-blue-ui.white.read:hover {
    box-shadow: 0px 5px 15px inset #4d5f77;
}

.owl-carousel .owl-item .caratteristiche img,
.owl-carousel .owl-item .foto img {
    display: inline;
    width: auto;
}

.owl-prev span,
.owl-next span {
    display: none;
}

.owl-carousel .owl-nav button.owl-prev,
.owl-carousel .owl-nav button.owl-next {
    background-color: transparent!important;
    background-image: url(../img/carousel-arrow-left.png)!important;
    width: 40px;
    height: 40px;
    position: absolute;
    left: -55px;
    top: 50%;
    margin-top: -30px;
}

.owl-carousel .owl-nav button.owl-next {
    background-image: url(../img/carousel-arrow-right.png)!important;
    left: auto;
    right: -55px;
}

.owl-carousel .box-elenco {
    margin-bottom: 0px;
}


/* tooltips Preferiti */

.aggiungiPreferiti img {
    cursor: pointer;
}

.tooltipPreferiti {
    width: 200px;
    border: 1px solid #000;
    border-radius: 5px;
    padding: 3px 8px;
    text-align: center;
    font-size: 12px;
    position: absolute;
    background-color: #fff;
    top: -55px;
    right: 0px;
    display: none;
}

.tooltipPreferiti.active {
    display: block;
}

.tooltipPreferiti .arrow {
    width: 0;
    height: 0;
    border-top: 6px solid transparent;
    border-bottom: 6px solid transparent;
    border-right: 6px solid black;
    position: absolute;
    right: 20px;
    transform: rotate(-90deg);
}

.tooltipPreferiti .arrow:after {
    content: '';
    width: 0;
    height: 0;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    border-right: 5px solid #fff;
    position: absolute;
    top: -5px;
    left: 1px;
}

.btn-success {
    font-family: 'Rajdhani', sans-serif;
    font-weight: 700;
    font-size: 20px;
    text-transform: uppercase;
    padding-top: 24px;
    padding-bottom: 24px;
}

@media (min-width: 1500px) {
    .tooltipPreferiti {
        right: auto;
        left: -65px;
    }
    .tooltipPreferiti .arrow {
        right: auto;
        left: calc(50% - 6px);
    }
}


/* ==================================== assistenza ====================================== */

h1,
.h1-dettaglio {
    font-size: 45px;
    line-height: 40px;
    font-family: 'Rajdhani', sans-serif;
    color: #000000;
    font-weight: 700;
    text-transform: uppercase;
    text-align: center;
}

.h1-dettaglio {
    font-size: 35px;
}

.radius8 {
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
}

.btn-secondary {
    font-family: 'Rajdhani', sans-serif;
    color: #fff;
    background-color: #000;
    border-color: #000;
    font-weight: 700;
    font-size: 20px;
    text-transform: uppercase;
    padding-top: 24px;
    padding-bottom: 24px;
}

.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary:active,
.btn-secondary:not(:disabled):not(.disabled):active {
    color: #000;
    border-color: #000;
    background-color: #fff;
}


/* ==================================== promozioni ====================================== */

.boxPromo .testo {
    font-size: 20px;
    line-height: normal;
    margin-bottom: 25px;
}

.boxPromo .titolo {
    text-transform: uppercase;
    margin-bottom: 3px;
    font-weight: 700;
}

.boxPromo .testo p {
    margin-bottom: 0px;
}

.boxPromo .validita {
    color: #989898;
    font-size: 15px;
}

.boxPromo .btn {
    font-family: 'Rajdhani', sans-serif;
    color: #fff;
    background-color: #fe021e;
    border-color: #fe021e;
    font-weight: 700;
    font-size: 20px;
    text-transform: none;
    padding-top: 14px;
    padding-bottom: 14px;
    width: 255px;
}

.boxPromo .btn:hover,
.boxPromo .btn:focus,
.boxPromo .btn:active,
.boxPromo .btn:not(:disabled):not(.disabled):active {
    color: #fe021e;
    border-color: #fe021e;
    background-color: #fff;
}


/* ==================================== noleggio ====================================== */

ul.ulFreccina li,
#lavoraConNoi ul li {
    position: relative;
}

ul.ulFreccina,
#lavoraConNoi ul {
    list-style: none;
}

ul.ulFreccina li:before,
#lavoraConNoi ul li:before {
    content: '>';
    position: absolute;
    left: -20px;
}

ul.ulFreccina li:before {
    font-weight: bold;
}

.inputRadio {
    margin-right: 30px;
}

.inputRadio .form-check-label {
    margin-left: 8px;
}

.inputRadio input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}

.inputRadio .checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 20px;
    width: 20px;
    background-color: #fff;
    border: 1px solid #000;
    border-radius: 50%;
}

.inputRadio:hover input~.checkmark {
    background-color: #ccc;
}

.inputRadio input:checked~.checkmark {
    background-color: #000;
}

.inputRadio .checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

.inputRadio input:checked~.checkmark:after {
    display: block;
}

.inputRadio .checkmark:after {
    top: 4px;
    left: 4px;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: white;
}

.form-group {
    margin-bottom: 25px;
}

.text-uppercase-none {
    text-transform: none!important;
}


/* ==================================== lavora con noi ====================================== */

#lavoraConNoi .card {
    margin-bottom: 10px;
    border: 0;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
}

#lavoraConNoi .card .card-header {
    border: 0;
    padding: 0;
}

#lavoraConNoi .card .card-header .btn-header-link {
    font-family: 'Rajdhani', sans-serif;
    font-weight: 700;
    display: block;
    text-align: left;
    background: #e3e3e3;
    color: #000;
    padding: 20px;
    font-size: 20px;
}

#lavoraConNoi .card .card-header .btn-header-link:after {
    content: ">";
    transform: rotate(90deg);
    font-family: 'Poppins', sans-serif;
    font-weight: 700;
    float: right;
}

#lavoraConNoi .card .card-header .btn-header-link.collapsed {
    background: #e3e3e3;
    color: #000;
}

#lavoraConNoi .card .card-header .btn-header-link.collapsed:after {
    transform: rotate(0deg);
}

#lavoraConNoi .card-body {
    font-size: 15px;
    line-height: 25px;
    color: #000;
    border: 1px solid #e3e3e3;
    -webkit-border-bottom-right-radius: 8px;
    -webkit-border-bottom-left-radius: 8px;
    -moz-border-radius-bottomright: 8px;
    -moz-border-radius-bottomleft: 8px;
    border-bottom-right-radius: 8px;
    border-bottom-left-radius: 8px;
}

input[type=file] {
    font-size: 15px;
}


/* ==================================== recensioni ====================================== */

.numero-recensioni {
    font-size: 70px;
    line-height: 70px;
    color: #7b7b7b;
    font-weight: 600;
}

.totale-recensioni {
    font-size: 15px;
    line-height: normal;
    color: #7b7b7b;
    font-weight: 600;
    text-transform: uppercase;
    margin-top: 10px;
}


/* ==================================== contatti ====================================== */

#embedMappa {
    position: relative;
    padding-bottom: 30%;
    height: 0;
    overflow: hidden;
    max-width: 100%;
}

#embedMappa iframe,
#embedMappa object,
#embedMappa embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0px;
}

.card.showroom .card-header {
    padding: 20px 10px;
    background-color: #000;
    border-bottom: none;
    color: #fff;
    font-size: 35px;
    line-height: 35px;
    font-family: 'Rajdhani', sans-serif;
    font-weight: 700;
    text-transform: uppercase;
}

.card.officine {
    min-height: 623px;
}

.card.officine.last {
    min-height: 472px;
}

.card.officine .card-header {
    padding: 15px 10px;
    background-color: #fff;
    color: #000;
    font-size: 25px;
    line-height: 29px;
    font-family: 'Rajdhani', sans-serif;
    font-weight: 600;
    height: 117px;
}

.card.officine .card-header .d-table-cell {
    vertical-align: middle;
}

.card.officine .orari {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.card.officine .orari .giorni {
    -ms-flex: 0 0 30%;
    flex: 0 0 30%;
    max-width: 30%;
}

.card.officine .orari .numeri {
    -ms-flex: 0 0 70%;
    flex: 0 0 70%;
    max-width: 70%;
}


/* ==================================== usato ====================================== */

.ui-slider-horizontal {
    height: 5px;
    box-shadow: none!important;
}

.ui-slider-handle.ui-corner-all {
    border-radius: 50%;
}

.ui-widget-header {
    border: none;
    background: #a5a5a5;
}

.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default,
.ui-button,
html .ui-button.ui-state-disabled:hover,
html .ui-button.ui-state-disabled:active {
    border: none;
    background: #000;
    top: -8px;
}

.filtri {
    display: flex;
    flex-wrap: wrap;
}

.filtri label {
    font-size: 17px;
    font-weight: 700;
}

.filtri>div {
    -ms-flex: 0 0 13%;
    flex: 0 0 13%;
    max-width: 13%;
    margin-right: 1.5%;
}

.filtri>div.last {
    margin-right: 0px;
}

.filtri .d-flex label {
    margin-left: -7.5px;
}

.custom-range {
    padding-left: 7.5px;
    padding-right: 7.5px;
}

.custom-range input {
    color: #000;
    font-weight: 500;
    background-color: #fff;
}

.page-link {
    padding: 0px;
    width: 28px;
    height: 28px;
    line-height: 28px;
    text-align: center;
    color: #000;
    border: none;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

.page-link:hover,
.page-link:focus,
.page-item.active .page-link {
    color: #fff;
    background-color: #000;
}


/* ==================================== media min 768 ====================================== */

@media (min-width: 768px) {
    .box-elenco .img-wrap img.img-fluid {
        display: block;
        width: 100%;
        height: 202px;
        object-fit: cover;
        object-position: top;
    }
    .owl-carousel .box-elenco .img-wrap img.img-fluid {
        height: 188px;
    }
    .elencoTesto {
        height: 75px;
        overflow: hidden;
    }
}


/* ==================================== media min 1200 ====================================== */

@media (min-width: 1200px) {
    header .top-2 .recensioni {
        -ms-flex: 0 0 21%;
        flex: 0 0 21%;
        max-width: 21%;
    }
    header .top-2 .marchi {
        -ms-flex: 0 0 54%;
        flex: 0 0 54%;
        max-width: 54%;
    }
    header .navbar-light .navbar-nav .nav-link {
        padding-left: 22px;
        padding-right: 22px;
    }
    header .navbar-light .navbar-nav .first .nav-link {
        padding-left: 0px;
    }
    header .navbar-light .navbar-nav .last .nav-link {
        padding-right: 0px;
    }
    header .navbar-light .dropdown-menu {
        padding: 10px 15px;
        border: 1px solid #7f7f7f;
        border-radius: 10px;
    }
    .boxPromo .testo {
        padding-right: 64px;
        padding-left: 20px;
    }
    .boxPromo .btn {
        margin-left: 20px;
    }
    .boxPromo .testo {
        min-height: 150px;
    }
    header .navbar-light .dropdown-menu {
        padding: 0px 15px;
    }
    .caroselloCorrelati .km img {
        display: none!important;
    }
}

/* ==================================== media min 1200 and max 1399 ====================================== */

@media (min-width: 1200px) and (max-width: 1399px) {
    .box-elenco .img-wrap img.img-fluid {
        display: block;
        width: 100%;
        height: 175px;
        object-fit: cover;
        object-position: top;
    }
    .owl-carousel .box-elenco .img-wrap img.img-fluid {
        height: 160px;
    }
}

/* ==================================== media min 1400 ====================================== */

@media (min-width: 1400px) {
    .container.elenco {
        max-width: 1290px;
    }
    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl {
        max-width: 1180px;
    }
    header .navbar-light .navbar-nav .nav-link {
        padding-left: 24.5px;
        padding-right: 24.5px;
    }
    header .navbar-light .navbar-nav .first .nav-link {
        padding-left: 0px;
    }
    header .navbar-light .navbar-nav .last .nav-link {
        padding-right: 0px;
    }
    #embedMappa {
        padding-bottom: 22.7%;
    }
    .mt-90-xxl {
        margin-top: 90px;
    }
}


/* ==================================== media min 1800 ====================================== */

@media (min-width: 1800px) {
    .container.marchi {
        max-width: 1640px;
        margin: 0px auto;
    }
    .container.contatti {
        max-width: 1680px;
        margin: 0px auto;
    }
    .card.officine {
        min-height: 555px;
    }
    .card.officine.last {
        min-height: 492px;
    }
    .card.officine .d-flex-xxl {
        display: flex;
    }
    .card.officine .d-flex-xxl .cittaSede {
        -ms-flex: 0 0 29%;
        flex: 0 0 29%;
        max-width: 29%;
    }
    .card.officine .d-flex-xxl .dati {
        -ms-flex: 0 0 71%;
        flex: 0 0 71%;
        max-width: 71%;
    }
}


/* ==================================== media desktop piccolo ====================================== */

@media (max-width: 1199px) {
    .navbar-collapse {
        z-index: 10;
    }
    header .top-1 {
        padding: 7px 0px;
    }
    header .top-2 {
        padding-top: 15px;
        padding-bottom: 10px;
    }
    header .recensioni {
        margin-top: 25px;
        position: relative;
        z-index: 10;
    }
    .navbar-collapse {
        margin-top: 15px;
        background-color: #fff;
        padding: 15px;
        -webkit-border-radius: 10px;
        -moz-border-radius: 10px;
        border-radius: 10px;
    }
    header .navbar-light .dropdown-menu {
        border: none;
        border-radius: 0px;
    }
    .bg-grigio .container.marchi a {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
        padding-right: 0px;
        padding: 20px 0px;
    }
    #numeriHome br {
        display: none;
    }
    #numeriHome {
        font-size: 15px;
    }
}


/* ==================================== media 992-1199 ====================================== */

@media (min-width: 992px) and (max-width: 1199px) {
    .dettaglio #link a {
        padding: 20px 3px;
        font-size: 15px;
    }
    .boxPromo .testo {
        min-height: 150px;
    }
    .img-piccole>a img.img-fluid {
        height: 80px;
    }
    .caroselloCorrelati .km img {
        display: none!important;
    }
    .navbar {
        justify-content: end;
        margin-top: -64px;
    }
    header .top-1 .contatti {
        gap: 20px;
    }
    .card.officine.last {
        min-height: 492px;
    }
    .owl-carousel .box-elenco .img-wrap img.img-fluid {
        height: 180px;
    }
}


/* ==================================== media tablet ====================================== */

@media (min-width: 768px) and (max-width: 991px) {
    /* .home header {
        height: 500px;
        background-position: bottom center;
    } */
    header .marchi {
        padding-left: 0px;
    }
    header .marchi img {
        margin: 0px 2px;
    }
    header .marchi img.last {
        margin-right: 0px;
    }
    .navbar {
        justify-content: end;
        margin-top: -64px;
    }
    .navbar {
        padding: 0.5rem 0px;
    }
    .box-elenco .caratteristiche span {
        display: block;
        margin-top: 5px;
    }
    .owl-carousel .owl-nav button.owl-prev {
        left: -40px;
    }
    .owl-carousel .owl-nav button.owl-next {
        right: -40px;
    }
    .boxPromo .testo {
        font-size: 18px;
    }
    #embedMappa {
        padding-bottom: 50%;
    }
    .filtri {
        justify-content: center;
    }
    .filtri>div {
        -ms-flex: 0 0 23%;
        flex: 0 0 23%;
        max-width: 23%;
        margin-right: 2%;
    }
    .filtri>div.md-last {
        margin-right: 0px;
    }
    .filtri>div.custom-range {
        margin-right: 4%;
    }
    .box-elenco .img-wrap img.img-fluid {
        height: 144px;
    }
    .elencoTesto {
        height: 100px;
    }
    .img-piccole>a img.img-fluid {
        height: 120px;
    }
    .card.officine, .card.officine.last {
        min-height: auto;
    }
    .owl-carousel .box-elenco .img-wrap img.img-fluid {
        height: 144px;
    }
}


/* ==================================== media mobile ====================================== */

@media (max-width: 767px) {
    header {
        margin-bottom: 30px;
    }
    /* .home header {
        height: 400px;
        background-position: bottom center;
    } */
    .top-1 {
        display: none;
    }
    header .marchi img {
        display: none;
        margin: 25px 0px 5px;
    }
    .navbar {
        padding: 0px;
    }
    .bg-grigio .container.marchi a {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }
    .linkPermuta .left {
        padding: 0px;
        text-align: center;
    }
    .owl-carousel .owl-nav button.owl-prev {
        left: -40px;
    }
    .owl-carousel .owl-nav button.owl-next {
        right: -40px;
    }
    #testDrive {
        padding: 22px 5px 20px;
    }
    .dettaglio #link a {
        margin-bottom: 25px;
    }
    .dettaglio h1 {
        font-size: 30px;
        line-height: normal;
    }
    .inputRadio {
        margin-bottom: 20px;
    }
    .form-check.mt-md-40 {
        margin-top: 20px;
    }
    #embedMappa {
        padding-bottom: 80%;
    }
    .filtri>div {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
        margin-right: 0px;
    }
    .filtri>div:nth-child(odd) {
        padding-right: 2%;
    }
    .filtri>div:nth-child(even) {
        padding-left: 2%;
    }
    .filtri>div.custom-range {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        margin-bottom: 45px!important;
    }
    h1,
    .h1-dettaglio {
        font-size: 40px;
        line-height: 35px;
    }
    h2.font25 {
        font-size: 23px;
    }
    .img-piccole>a img.img-fluid {
        height: 60px;
    }
    .card.officine, .card.officine.last {
        min-height: auto;
    }
    /* .bg-grigio .container.marchi .last {
        margin-left: 3%;
    } */
    .box-elenco .img-wrap img.img-fluid {
        display: block;
        width: 100%;
        height: 245px;
        object-fit: cover;
        object-position: top;
    }
    .owl-carousel .box-elenco .img-wrap img.img-fluid {
        height: 209px;
    }
}


/* ==================================== media retina ====================================== */

@media all and (-webkit-min-device-pixel-ratio: 1.5),
all and (-webkit-min-device-pixel-ratio: 2) {
    .bg-pdf {
        background-image: url(../img/icona-pdf@2x.png);
        background-size: 17px 16px;
    }
    .bg-stampa {
        background-image: url(../img/icona-stampa@2x.png);
        background-size: 18px 18px;
    }
    .dettaglio .caratteristica {
        background-image: url(../img/icona-categoria@2x.png);
        background-size: 23px 16px;
    }
    .dettaglio .caratteristica.anno {
        background-image: url(../img/icona-anno@2x.png);
        background-size: 20px 19px;
    }
    .dettaglio .caratteristica.potenza {
        background-image: url(../img/icona-potenza@2x.png);
        background-size: 19px 17px;
    }
    .dettaglio .caratteristica.chilometraggio {
        background-image: url(../img/icona-km@2x.png);
        background-size: 27px 17px;
    }
    .dettaglio .caratteristica.alimentazione {
        background-image: url(../img/icona-alimentazione@2x.png);
        background-size: 18px 18px;
    }
    .dettaglio .caratteristica.cambio {
        background-image: url(../img/icona-cambio@2x.png);
        background-size: 19px 20px;
    }
}