.news-list-heading {
    margin: 0 auto;
    padding: 60px 0 0;
}

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


/* filtro
/* ------------------------ */

.filtro_marchi_small {
    display: none;
}

@media (min-width: 768px) {
    .filtro_marchi_small {
        display: block;
        margin-top: 25px;
        margin-bottom: 0;
    }
}

.filtro_marchi_small .filtraper {
    color: #1f1f1f;
}

.filtro_marchi_small div.active span {
    color: #fff;
    background-color: #565F69;
    border-radius: 2px;
    padding: 2px 5px;
    vertical-align: middle;
    font-weight:350 !important;
}

.filtro_marchi_small .brand span {
    line-height: 22px;
    color: var(--c1);
}

.btn-load-news {
    width: auto;
    min-width: 170px;
    font-size: 14px;
    color: #fff;
}

.btn-load-news .fa {
    font-size: 12px;
    color: #fff;
}


/* lista
/* ------------------------ */

.news-list {
    flex-wrap: wrap;
    padding: 0px 0 0;
    justify-content: center;
}

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

.news-list .box-news {
    width: 100%;
    margin: 0 5px 30px;
    background: #fff;
    box-shadow: 0 0 4px #e3e3e3;
    border: 1px solid #e3e3e3;
    max-width: 335px;
}

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

.no-results {
    margin: 60px 0;
    text-align: center;
}

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

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

@media (min-width: 992px) {
    .box-news .box-image>img {
        height: 190px;
    }
}

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

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

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

.box-news .news-suptitle {
    font-size: 12px;
}

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

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

.box-news .news-content {
    font-weight: 300;
    font-size: 16px;
    line-height: 1.2;
    margin-bottom: 10px;
}

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

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

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


/* dettaglio
/* ------------------------ */

.news-date,
.news-title,
.news-subtitle {
    margin: 10px 0;
    padding: 0;
}

.col-730 {
    max-width: 730px;
    margin: 0 auto;
}

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

.news-title {
    font-size: 24px;
    line-height: 1.1;
    font-weight: normal;
}

@media (min-width: 992px) {
    .news-title {
        font-size: 28px;
        font-weight: 350;
    }
}

.news-list-heading .filtro-marchi-mobile select {
    outline: none;
    height: 48px;
    font-weight: 350;
    font-size: 14px;
    border: thin solid #e3e3e3;
    background: white;
    margin: 0 0 7px;
    padding: 15px 10px;
}

.news-subtitle {
    font-size: 22px;
    font-weight: 300;
}

.news-content,
.news-content p {
    font-weight: 300;
}

.news-content strong,
.news-content b {
    font-weight: 500;
}

.news-date {
    font-size: 12px;
}


/* @media (min-width: 768px) {
    .news-content .container .col-md-8 {
        margin-left: 16.666667%;
    }
} */


/* promo top
/* ------------------------ */

.promo-list-top.vendita {
    background-color: #21283a;
    color: #fff;
}

.promo-list-top.vendita .filtro_marchi_small .brand span {
    color: #fff;
}

@media (max-width: 768px) {
    .promo-list-top.vendita .container.promo-top-wrap {
        padding-left: 0;
        padding-right: 0;
    }
}

@media (max-width: 768px) {
    .news-list .box-news {
        max-width: 90vw;
    }
}

.promo-list-top .news-list-heading {
    padding-bottom: 15px;
}

@media (max-width: 768px) {
    .news-list-heading {
        padding-top: 45px;
    }
}

@media (min-width: 768px) {
    .promo-list-top .news-list-heading {
        padding-bottom: 45px;
    }
}

.promo-list-top.vendita .filtraper {
    color: #fff;
}

/* promo top
/* ------------------------ */
.promo-top-wrap {
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 60px;
}

@media (max-width: 768px) {
    .promo-top-wrap {
        padding-bottom: 0;
    }
}

.promo-top-wrap .row {
    margin-left: 0;
    margin-right: 0;
}

.promo-top-wrap .row>div {
    padding-left: 0;
    padding-right: 0;
}

@media (min-width: 768px) {
    .promo-top-wrap {
        padding-left: 7px;
        padding-right: 7px;
        padding-bottom: 60px;
        margin-bottom: 45px;
    }
    .promo-top-wrap .row {
        margin-left: -7px;
        margin-right: -7px;
    }
    .promo-top-wrap .row>div {
        padding-left: 7px;
        padding-right: 7px;
    }
}

.promo-top-box {
    position: relative;
}

.promo-top-box .box-image::after {
    box-shadow: inset 0px -100px 100px 0 #1f1f1f;
    content: '';
    display: block;
    height: 100%;
    position: absolute;
    top: 0;
    width: 100%;
}

.promo-top-box a:hover .box-text {
    color: var(--c2accent);
}

.promo-top-box .box-logo {
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 1;
}

.promo-top-box .box-text {
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 1;
    padding: 15px;
    width: 100%;
}

.promo-top-box .box-text .box-title,
.promo-top-box .box-text .box-subtitle {
    font-size: 24px;
    color: #fafafa;
}

@media (min-width: 768px) {
    .promo-top-box .box-text .box-title,
    .promo-top-box .box-text .box-subtitle {
        font-size: 18px;
    }
}

.promo-top-box .box-text .box-expiration {
    display: none;
}

.box-expiration-mobile {
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 15px 25px;
}

.box-expiration-mobile>div:first-child {
    text-transform: uppercase;
    font-size: 12px;
    color: var(--c3);
}

.btn-expiration-mobile {
    font-size: 16px;
    font-weight: 500;
    color: var(--c2);
}

.btn-expiration-mobile .fa {
    font-size: 14px;
}

@media (min-width: 768px) {
    .box-expiration-mobile {
        display: none;
    }
    .promo-top-box .box-text .box-expiration {
        display: block;
        color: #649fcc;
        text-transform: uppercase;
        font-size: 11px;
        font-weight: 300;
        margin-top: 4px;
    }
}

.promo-top-box .box-text .box-expiration>strong {
    font-weight: 600;
}

.promo-top-box .box-image {
    background: #e4e5e9;
}

.promo-top-box .top-img {
    object-fit: cover;
    width: 100%;
}

.promo-top-box .box-image,
.promo-top-box .top-img {
    height: 280px;
}

@media (min-width: 768px) {
    .promo-top-box.single,
    .promo-top-box.single .box-image,
    .promo-top-box.single .top-img {
        height: 500px;
    }
    .promo-top-box.top-1,
    .promo-top-box.top-1 .box-image,
    .promo-top-box.top-1 .top-img {
        height: 410px;
    }
    .promo-top-box.top-2,
    .promo-top-box.top-2 .box-image,
    .promo-top-box.top-2 .top-img {
        height: 275px;
    }
    .promo-top-box.top-3 {
        margin-top: 14px;
    }
}

.promo-top-box.top-3,
.promo-top-box.top-3 .box-image,
.promo-top-box.top-3 .top-img {
    height: 200px;
}

/* promo
/* ------------------------ */
.promo {
    margin-bottom: 30px;
}

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

.promo .news-subtitle,
.news .news-subtitle {
    display: none;
}
.snippet-main-cnt.special{
    margin-left: -15px;
}
.snippet-main-cnt.special .snippet > .container > .row{
    display: block;
}
.snippet-main-cnt.special .snippet > .container > .row > .col-md-8{
    margin-left: 0;
    margin-right: 0;
    width: 100%;
    max-width: 100%;
}   
.snippet-main-cnt.special .snippet .container-fluid{
    padding-left: 0;
    padding-right: 0;
}
.internalForm .form-box.aside {
    padding: 10px 10px 30px;
}
.internalForm .form-group .inputWi input,
.internalForm .form-group .inputWi textarea {
    border: none;
}
.internalForm button[type="submit"]{
    margin: 0;
}
.fixedCtaForm {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(100, 159, 204, .8);
    padding: 15px 5px;
    z-index: 10;
}
.fixedCtaForm .cta {
    margin: 0 auto;
    width: auto;
    padding-left: 40px;
    padding-right: 40px;
}
@media (max-width: 768px){
    .fixedCtaForm {
        padding: 15px 0;
        bottom: 7.5vh;
    }
    .news-content > .container,
    .news-content > .container > .row > div{
        padding: 0;
    }
    .snippet-main-cnt .snippet > .container{
        padding: 0;
    }
    .internalForm .col-md-6{
        padding-left: 0;
        padding-right: 0;
    }
}