@import "variabili-sito.css";

#listaUsoSito
{
    list-style-type: disc;
}

.single-banner
{
    background: var(--imgTerminiCondizioni);
    min-height: 33.59375vw;
    background-size: var(--grandezzaBackground);

}

/*PARTE COMUNE

.cate-link,.news-text h2,.news-form input::placeholder,
.header-form input::placeholder
{
    text-transform: unset;
}

.footer-desc
{
    text-align: justify;
}
.category-header a img
 {
     height: var(--altezzaImgLogoSidebar);
 }

.news-part
{
    background: var(--imgNewsletter);
    min-height: var(--altezzaMinSlide);
    background-size: var(--grandezzaBackground);
}
.news-part::before,.single-banner:before
{
    background: var(--disattivaBackgVerde);
}



*/