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