@media (min-width: 900px) {
    body {
        padding-top: 0;
    }
}
@media (max-width: 900px) {
    .boxRicercaHomeCnt {
        /* margin: 0 10px 40px; */
    }
    .boxRicercaHomeCnt .boxRicercaHome .expanderBlock {
        display: none;
    }

    .boxRicercaHomeCnt {
        margin: 0 10px 0px;
        padding-bottom: 40px;
    }

    
}
body{
    /* background-color: #101026; */
}
.boxRicercaHome {
    position: relative;
    z-index: 5;
    box-shadow: 0px 18px 15px -15px #616161, 3px 3px 20px 2px #3a3a3a 63;
}
.boxRicercaHome nav {
    border-radius: 0;
}
.boxRicercaHome nav .nav-item {
    width: 50%;
    text-align: center;
    border: 0;
    font-weight: 600;
    padding: 13px 5px;
    background-color: #E2051C;
    color: #fff;
    cursor: pointer;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border: 0;
    font-size: 24px;
}
.boxRicercaHome nav .nav-item:hover {
    color: #fff;
}
.boxRicercaHome nav .nav-item.active {
    color: #E2051C;
}
.boxRicercaHome .tab-content {
    background-color: #fff;
    padding: 20px;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    font-size: 24px;
}
.archiveCheckboxes {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 20px;
}
.archiveCheckboxes .checkbox label {
    text-transform: uppercase;
    margin: 0;
    font-weight: 500;
    padding-left: 15px;
    display: flex;
    align-items: center;

    &::before {
        position: relative;
        left: -10px;
    }

}
    archiveCheckboxes .checkbox label span {
    display: inline-block;
    margin-top: 5px;
}
@media (max-width: 768px) {
    .boxRicercaHome .tab-content{
        padding: 14px;
    }
    .archiveCheckboxes .reset{
        flex-basis: 100%;
        width: 100%;
        margin-top: 20px;
        text-align: right;
    }
}
.boxRicercaHome .reset button {
    -webkit-appearance: none;
    appearance: none;
    border: 0;
    background: #fff;
    font-size: 18px;
}
.boxRicercaHome .reset button i {
    margin-left: 3px;
}
.boxRicercaHome .vehiclesfound {
    margin-top: 10px;
}
.boxRicercaHome .vehiclesfound button {
    font-size: 24px;
}
.boxRicercaHome .numFound {
    text-align: right;
    font-weight: 600;
    color: #101026;
}
@media (max-width: 900px) {
    .boxRicercaHome .numFound {
        text-align: center;
        margin-bottom: 20px;
    }
}
.boxRicercaHome .numFound b {
    font-size: 60px;
    font-weight: 600;
    line-height: 1;
    display: block;
}
.bannerHomeCircleList a {
    display: block;
    text-align: center;
    font-size: 12px;
    line-height: 1.1;
    color: #000;
    text-decoration: none;
    color: #fff;
}
.bannerHomeCircleList a:hover img {
    border-color: #E2051C;
}
.bannerHomeCircleList a img {
    border-radius: 100%;
    height: 70px !important;
    width: 70px !important;
    object-fit: cover;
    border: 3px solid #fff;
    margin: auto;
    transition: all .3s !important;
}
.bannerHomeCircleList a img + div {
    margin-top: 8px;
    color: #fff;
}
@media (min-width: 900px) {
    .bannerHomeCircleList a img + div {
        text-shadow: 1px 1px 1px #000;
    }
}
.bannerHomeCircleList .owl-nav > button {
    position: absolute;
    top: 20px;
    -webkit-appearance: none;
    appearance: none;
}
.bannerHomeCircleList .owl-nav > .owl-prev {
    left: -12px;
}
.bannerHomeCircleList .owl-nav > .owl-next {
    right: -12px;
}
.bannerHomeCircleList .owl-nav > .disabled {
    opacity: 0;
}
.bannerHomeCircleList .owl-nav span {
    font-size: 32px;
    line-height: 1;
    color: #fff;
}
.bannerHomeCircleList .owl-dots {
    text-align: center;
    margin-top: 15px;
}
.bannerHomeCircleList .owl-dots button {
    -webkit-appearance: none;
    appearance: none;
    border-radius: 10px;
    width: 20px;
    height: 5px;
    background-color: #fff;
    margin: 0 4px;
}
@media (max-width: 900px) {
    .bannerHomeCircleList .owl-dots .buttonCnt{
        border: 1px solid #E2051C;
    }
    .bannerHomeCircleList .owl-dots .buttonCnt.active{
        border: 1px solid #fff;
    }
}
.bannerHomeCircleList .owl-dots button.active {
    background-color: #E2051C;
}
.topper {
    position: relative;
    background-color: #E2051C;
    padding-top: 20px;    
}
@media (min-width: 900px) {
    .topper {
        height: 100vh;
   }
}
@media (min-width: 900px) {
    .owlAndSearch {
        position: absolute;
        top: 20vh;
        width: 500px;
        z-index: 5;
        left: 3vw;
   }
}
.hometop {
    margin: 0 20px 40px 20px;
}
@media (max-width: 900px) {
    .hometop {
        margin-top: -12px;
        position: relative;
        z-index: 5;
   }
}
.hometopImg {
    max-width: 100%;
}
.hometopImgCnt {
    position: relative;
}
@media (min-width: 900px) {
    .hometopImgCnt .video-cnt {
        width: 100vw;
        height: 100vh;
   }
}
.hometopImgCnt .video-cnt iframe {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100vw;
    height: 100vh;
    transform: translate(-50%, -50%);
    pointer-events: none;
}
@media ((min-aspect-ratio: 16/9) and (min-width: 900px)) {
    .hometopImgCnt .video-cnt iframe {
        height: 56.25vw;
   }
}
@media ((max-aspect-ratio: 16/9) and (min-width: 900px)) {
    .hometopImgCnt .video-cnt iframe {
        width: 177.78vh;
   }
}
@media (max-width: 900px) {
    .hometopImgCnt .video-cnt iframe {
        height: 32vh;
        margin-top: 110px;
   }
}
@media (min-width: 900px) {
    .hometopImgCnt {
        height: 100vh;
        overflow: hidden;
   }
}
@media (max-width: 900px) {
    .hometopImgCnt {
        min-height: 30vh;
   }
}
.hometopImgCnt a {
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
    z-index: 0;
    opacity: 0;
    transition: opacity 1s;
    display: block;
}
@media (min-width: 900px) {
    .hometopImgCnt a {
        position: fixed;
   }
}
@media (max-width: 900px) {
    .hometopImgCnt a {
        position: relative;
        display: none;
   }
}
.hometopImgCnt a img {
    width: 100%;
}
.hometopImgCnt a.active {
    opacity: 1;
    z-index: 3;
}
@media (max-width: 900px) {
    .hometopImgCnt a.active {
        display: block;
    }
}
.hometopImgCnt .buttonCnt {
    position: absolute;
    bottom: 40px;
    width: 100%;
    text-align: center;
    z-index: 10;
}
.hometopImgCnt .buttonCnt svg {
    cursor: pointer;
    transition: all 0.3s;
}
.hometopImgCnt .buttonCnt svg:hover path {
    fill: #101026;
}
.hometopImgCnt .navBannerTop > div{
    position: absolute;
    bottom: 40px;
    font-size: 30px;
    z-index: 30;
    color: #fff;
    cursor: pointer;
    transition: all .3s;
}
.hometopImgCnt .navBannerTop > div:hover{
    color: #101026;
}
.hometopImgCnt .navBannerTop .next{
    right: 20px;
}
.hometopImgCnt .navBannerTop .prev{
    right: 50px;
}
@media (max-width: 900px) {
    .hometopImgCnt .navBannerTop > div{
        bottom: 0;
        font-size: 26px;
    }
}
.majorHomeSection {
    position: relative;
    z-index: 5;
    background-size: 80%;
    
    &.no-title {
        background: none;
    }
    &.title-top {
        background: url('/images/atena-sopra-1920x200px.jpg') no-repeat top center #E2051C;
        background-size: 85%;
    }
    &.title-bot {
        background: url('/images/atena-sotto-1920x200px.jpg') no-repeat top center #E2051C;
        background-size: 85%;
    }

    &.black{
        background-color: #000;

    }
}
@media (min-width: 900px) {
    .bannerBelowSlideList {
        display: flex;
        flex-wrap: wrap;
   }
}
.bannerBelowSlideList a {
    display: block;
    overflow: hidden;
    position: relative;
}
@media (min-width: 900px) {
    .bannerBelowSlideList a {
        flex: 0 0 50%;
        max-width: 50%;
   }
}
.bannerBelowSlideList a img {
    transition: all 0.3s;
    width: 100%;
}
.bannerBelowSlideList a:hover img {
    /* opacity: 0.7; */
    transform: scale(1.1);
}
.bannerBelowSlideList a > div {
    position: absolute;
    text-align: center;
    display: inline-block;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
}
@media (min-width: 900px) {
    .bannerBelowSlideList a > div {
        bottom: 50px;
   }
}
@media (max-width: 900px) {
    .bannerBelowSlideList a > div {
        bottom: 10px;
   }
}
.bannerBelowSlideList a > div span {
    font-size: 20px;
    color: #fff;
    display: inline-block;
    border-bottom: 1px solid #fff;
    padding: 8px 15px;
}
.newsList {

}
@media (min-width: 900px) {
    .newsList {
        padding: 100px 0;
   }
}
@media (max-width: 900px) {
    .newsList {
        padding: 40px 0;
   }
}
.newsList h3 {
    color: #fff;
    font-weight: 300;
}
@media (min-width: 900px) {
    .newsList h3 {
        text-align: center;
        font-size: 50px;

   }
}
@media (max-width: 900px) {
    .newsList h3 {
        font-size: 24px;
   }
}
.newsList .item a {
    display: block;
    overflow: hidden;
}
.newsList .item a img {
    transition: all 0.3s !important;
}
.newsList .item a:hover img {
    transform: scale(1.1);
}
.newsList .item a > div {
    position: absolute;
    font-size: 24px;
    font-weight: 600;
    bottom: 30px;
    width: 100%;
    z-index: 1;
    text-align: center;
    color: #fff;
}
.newsList .item a:after {
    content: '';
    box-shadow: inset 0px -60px 15px -3px rgba(0, 0, 0, 0.2);
    position: absolute;
    width: 100%;
    bottom: 0;
    left: 0;
    height: 90px;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
}
.newsList .owl-nav button {
    position: absolute;
    right: 0;
    font-size: 32px !important;
}
@media (min-width: 900px) {
    .newsList .owl-nav button {
        top: -90px;
   }
}
@media (max-width: 900px) {
    .newsList .owl-nav button {
        top: -70px;
   }
}
.newsList .owl-nav button.owl-prev {
    right: 40px;
}
.newsList .owl-nav button.disabled {
    opacity: 0.5;
}
.newsList .btn-primary {
    font-size: 20px;
    padding-inline: 40px;
    color: #fff;
    font-weight: 300;
    border-color: #fff;
}
@media (min-width: 900px) {
    .newsList .btn-primary {
        margin-top: 50px;
   }
}
@media (max-width: 900px) {
    .newsList .btn-primary {
        margin-top: 30px;
   }
}
.bannerBelowNewsList h3 {
    text-align: center;
    font-size: 50px;
    color: #fff;
    font-weight: 300;    
}
.bannerBelowNewsList a {
    display: block;
    position: relative;
    overflow: hidden;
    text-align: center;
}
.bannerBelowNewsList a img {
    width: 100%;
    transition: all 0.3s;
}
.bannerBelowNewsList a:hover img {
    transform: scale(1.05);
}
.bannerBelowNewsList a > div {
    position: absolute;
    text-align: center;
    width: 100%;
    @media(min-width: 900px){
        top: calc(50% - 70px);
    }
    @media(max-width: 900px){
        top: 20%;
    }
}
.bannerBelowNewsList a > div span {
    font-size: 20px;
    color: #fff;
    display: inline-block;
    border-bottom: 1px solid #fff;
    padding: 8px 15px;
}
.bannerBelowNewsList a h4{
    color: #fff;
    font-weight: 300;
    font-size: 50px;
}
.bannerFooterList {
    content-visibility: auto;
}
/* @media (min-width: 900px) {
    .bannerFooterList {
        padding: 100px 0;
   }
} */
@media (max-width: 900px) {
    /* .bannerFooterList {
        padding: 50px 0;
    } */
    .bannerBelowNewsList a h4{
        font-size: 20px;
    }
    .bannerBelowNewsList a > div span {
        font-size: 14px;
    }
}
/* @media (min-width: 900px) {
    .bannerFooterList {
        background-image: url('/images/background-lastpost.jpg');
        background-position: bottom center;
        background-repeat: no-repeat;
        background-size: cover;
   }
} */
/* .bannerFooterList .instalink {
    color: #fff;
    display: inline-block;
    margin-bottom: 15px;
    text-transform: uppercase;
    font-size: 14px;
} */
.bannerFooterList .instalink img {
    /* margin-right: 15px; */
    width: 65px;
    border-radius: 100%;
    border: 3px solid #fff;
}
.bannerFooterList h4 {
    text-align: center;
    font-weight: 300;
    color: #fff;
}
@media (min-width: 900px) {
    /* .bannerFooterList h4 {
        font-size: 50px;
        margin-bottom: 50px;
   } */
}
@media (max-width: 900px) {
    /* .bannerFooterList h4 {
        font-size: 24px;
        margin-bottom: 30px;
   } */
}
@media (max-width: 900px) {
    .bannerFooterList h4 {
        margin-top: 0;
        display: inline-block;
   }
}

.bannerFooterList.bg{
    /* min-height: 880px; */
    background: url('/images/banner-post-1920x1120px.jpg') 100% 100% no-repeat;
}

.bannerPost{
    a {
        border-radius: 14px;
        .head{
            background: white;
            height:48px;
            display: flex;
            align-items: center;
            justify-content: flex-start;
            padding-inline: 15px;


            img{
                border-radius: 100%;
                width: 26px !important;
            }
        }
        .foot{
            background: white;
            height:42px;
            display: flex;
            align-items: center;
            justify-content: flex-start;
            padding-inline: 15px;            
        }
    }
}

@media (min-width: 900px) {
    .bannerFooterList .bannerPost {
        display: flex;
        flex-wrap: wrap;
        gap: 50px;
   }
    .bannerFooterList .bannerPost a {
        display: block;
        width: 30%;
        overflow: hidden;
   }
    .bannerFooterList .bannerPost a img {
        width: 100%;
        transition: all 0.3s;
   }
    .bannerFooterList .bannerPost a:hover img {
        /* transform: scale(1.1); */
   }
}
@media (max-width: 900px) {
    .bannerFooterList .bannerPost {
        display: flex;
        scroll-snap-type: x mandatory;
        overflow-x: auto;
        overflow-y: hidden;
        -webkit-overflow-scrolling: touch;
        flex-wrap: inherit;
        margin-right: -15px;
   }
    .bannerFooterList .bannerPost a {
        flex-grow: 0;
        flex-shrink: 0;
        width: 70vw;
        margin-right: 10px;
        scroll-snap-align: start;
   }
    .bannerFooterList .bannerPost a img {
        max-width: 100%;
   }
}
.lastVehiclesList{
    background-color: transparent;
}
@media (max-width: 900px) {
    .lastVehiclesList {
        padding: 60px 0;
   }
}
@media (min-width: 900px) {
    .lastVehiclesList {
        padding: 50px 0 50px;
   }
}
.lastVehiclesList h4 {
    text-align: center;
    margin-bottom: 70px;
    color: #fff;
    font-weight: 300;
}
@media (min-width: 900px) {
    .lastVehiclesList h4 {
        font-size: 50px;
   }
}
@media (max-width: 900px) {
    .lastVehiclesList h4 {
        font-size: 30px;
   }
}
.lastVehiclesList .owl-nav button {
    position: absolute;
    right: 0;
    font-size: 32px !important;
    color: #fff !important;
}
@media (min-width: 900px) {
    .lastVehiclesList .owl-nav button {
        top: -90px;
   }
}
@media (max-width: 900px) {
    .lastVehiclesList .owl-nav button {
        top: -80px;
   }
}
.lastVehiclesList .owl-nav button.owl-prev {
    right: 40px;
}
.lastVehiclesList .owl-nav button.disabled {
    opacity: 0.5;
}
@media (max-width: 900px) {
    .lastVehiclesList #owlVehicles {
        display: flex;
        scroll-snap-type: x mandatory;
        overflow-x: auto;
        overflow-y: hidden;
        -webkit-overflow-scrolling: touch;
        justify-content: start;
        flex-wrap: inherit;
        margin-right: -15px;
   }
    .lastVehiclesList #owlVehicles > .item {
        flex-grow: 0;
        flex-shrink: 0;
        width: 60vw;
        margin-right: 10px;
        scroll-snap-align: start;
   }
}
.bannerHomeSeoList {
    color: #fff;
}
@media (min-width: 900px) {
    .bannerHomeSeoList {
        padding: 90px 20px 120px;

   }
}
@media (max-width: 900px) {
    .bannerHomeSeoList {
        padding: 20px;
        /* margin-bottom: 30px; */
   }
}
.bannerHomeSeoList h4 {
    text-align: center;
    font-weight: 300;
}
@media (min-width: 900px) {
    .bannerHomeSeoList h4 {
        font-size: 50px;
        margin-bottom: 50px;
   }
}
@media (max-width: 900px) {
    .bannerHomeSeoList h4 {
        font-size: 30px;
        margin-bottom: 30px;
   }
}
.bannerHomeSeoList ul {
    list-style: none;
    padding-left: 0;
}
@media (max-width: 900px) {
    .bannerHomeSeoList ul {
        margin-bottom: 40px;
   }
}
.bannerHomeSeoList ul li {
    margin-bottom: 12px;
}
.bannerHomeSeoList ul li a {
    display: inline-block;
    background-color: #fff;
    color: #202020;
    border-radius: 50px;
    padding: 8px 16px;
}
.bannerHomeSeoList .title5 {
    border-bottom: 1px solid #fff;
    margin-bottom: 16px;
    padding-bottom: 8px;
    text-transform: uppercase;
    font-size: 18px;
}
.bottomHome {
    background: transparent linear-gradient(187deg, #F7F7F7 0%, #DEDEDE 49%, #F2F2F2 100%) 0% 0% no-repeat padding-box;
    color: #101026;
    position: relative;
    z-index: 3;
}
@media (min-width: 900px) {
    .bottomHome {
        padding: 120px 0 60px;
   }
}
@media (max-width: 900px) {
    .bottomHome {
        padding: 30px 0 40px;
   }
}
.bottomHome h1 {
    text-align: center;
    font-weight: 300;
    color: #101026;
}
@media (min-width: 900px) {
    .bottomHome h1 {
        font-size: 50px;
        margin-bottom: 36px;
   }
}
@media (max-width: 900px) {
    .bottomHome h1 {
        font-size: 30px;
        margin-bottom: 20px;
   }
}
.bottomHome .bannerHomeIntro {
    text-align: center;
    margin-bottom: 60px;
    line-height: 22px;
    font-size: 22px;
    font-family: "DIN Pro Cond";
}
.bottomHome .linksocialhome {
    margin-bottom: 30px;
    align-items: center;
    display: flex;
    justify-content: center;
    content-visibility: auto;
}
.bottomHome .linksocialhome a {
    display: inline-block;
    width: 70px;
    height: 70px;
    background-color: #E2051C;
    color: #fff;
    border-radius: 100%;
    font-size: 30px;
    text-align: center;
    line-height: 70px;
    transition: all 0.3s;
}
@media (min-width: 900px) {
    .bottomHome .linksocialhome a {
        margin: 0 15px 20px;
   }
}
@media (max-width: 900px) {
    .bottomHome .linksocialhome a {
        margin: 0 7px;
   }
}
.bottomHome .linksocialhome a:hover {
    background-color: #fff;
    color: #E2051C;
}
.bottomHome .newsletterHome {
    color: #101026;
    font-size: 24px;
    font-weight: 400;
    text-decoration: none;
    transition: all 0.3s;
    border-bottom: 1px solid #101026;
    padding: 0 30px 15px;
}
@media (min-width: 900px) {
    .bottomHome .newsletterHome {
        display: inline-block;
        margin-bottom: 60px;
   }
}
@media (max-width: 900px) {
    .bottomHome .newsletterHome {
        padding: 20px;
        display: block;
   }
}
.modal-backdrop.show {
    background-color: rgba(16, 16, 38, .7);
}


.linklist{
    p{
        border-bottom: 1px solid white;
        line-height: 50px;
        margin-bottom: 20px;
    }
    ul li a{
        background-color: #E2051C;
        color: #fff;
    }


}