<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body {
  color: var(--primary-grigio);
}
img {
  height: auto;
}
/* img[src*="/images/gallerie/undefined"] {
  display: none;
} */
.font-bebas {
  font-family: "Bebas Neue" !important;
}

html {
  font-size: 90%;
  /*font-size: calc(10px + 0.2vw);*/
}

b,
strong {
  font-family: "gotham bold";
  font-weight: normal !important;
}

.nav-pills .nav-link.active,
.nav-pills .show &gt; .nav-link {
  background-color: var(--primary-rosso);
  padding-top: 12px;
}

.gothambook {
  font-family: "gotham book";
}

.gothambold {
  font-family: "gotham bold";
}

time,
.article-data,
.card-date {
  text-transform: lowercase !important;
}

#counter {
  background: white;
  border-radius: 100px;
  z-index: 100000;
  display: block;
  position: absolute;
  width: 40px;
  height: 40px;
  border: 4px solid #c60000;
  font-size: 22px;
}

/* The animation code */

@keyframes fadeinup {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

.rotate-pulse {
  animation: superChillSpin 13s cubic-bezier(0.2, 0.6, 0.3, 1) infinite;
  transform-origin: center;
  filter: drop-shadow(0 0 6px rgba(120, 160, 255, 0.1));
}

@keyframes superChillSpin {
  0%,
  15% {
    transform: rotate(0deg) scale(0.95);
    opacity: 0.85;
  }
  30% {
    transform: rotate(180deg) scale(1.02);
    opacity: 1;
  }
  45%,
  100% {
    transform: rotate(360deg) scale(0.95);
    opacity: 0.85;
  }
}

blockquote {
  padding: 30px 20px 20px 20px;
  text-align: center;
  font-size: 1.3rem;
  border-top: 5px solid black;
  border-bottom: 1px solid grey;
  margin: 20px 0;
  font-weight: bold;
}

.datahomepage {
  text-transform: uppercase;
}

.guardaladirettatitle {
  padding: 0 8px !important;
  margin-top: auto !important;
}

#bannermodale img {
  max-height: 90vh;
  max-width: 91vw !important;
}

.chiudimodale {
  border-radius: 100px;
  position: relative;
  left: 95%;
  top: 40px;
  z-index: 1000;
  border: 2px solid #c70000;
}

.modal-header {
  border: 0;
}

.modal-content {
  background: none !important;
}

/*
#bannermodale .modal-dialog-centered div {
    margin: auto;
}
*/

.video-js .vjs-modal-dialog {
  display: none;
  /*BUG IE e Mobile mostrano pulsanti in giro*/
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "gotham bold";
}

div[itemprop="articleBody"] h2,
div[itemprop="articleBody"] h3,
div[itemprop="articleBody"] h4,
div[itemprop="articleBody"] h5,
div[itemprop="articleBody"] h6 {
  font-size: 1.5rem !important;
  margin: 1rem 0 !important;
}

.icometeo {
  height: 38px;
  margin-top: -2px;
}

.iconahomearticolo {
  width: 46px;
  float: right;
  top: -4px;
  position: relative;
  right: -5px;
}

.tastohomearticolo{
  float: right;
  font-size: 32px;
  color: #333;
  line-height: 42px;
}

div[itemprop="articleBody"] {
  font-size: 1.3rem;
  line-height: 2.3rem;
}

div[itemprop="articleBody"] a {
  text-decoration: underline;
  font-weight: bolder;
  font-style: italic;
  /* font-size: 1rem; */
}

div[itemprop="articleBody"] img {
  max-width: 100%;
}

.iconemeteo {
  width: 94px;
  background: #333333;
  border-radius: 50px;
  padding: 20px;
  margin: 10px 0;
}

.modal-dialog {
  max-width: 80vw;
}

.banneritem img {
  width: 100%;
}

a {
  color: black;
}

a:hover {
  color: var(--primary-rosso);
}

a.nav-link {
  font-family: "Bebas Neue";
  font-size: 2rem;
  font-weight: bold;
  padding: 6px 5px 0px 5px !important;
}

a.nav-link:hover,
.page-link {
  color: white;
  background: var(--primary-rosso) !important;
}

span.didascalia {
  font-size: 0.65em;
  top: -1.5rem;
  position: relative;
  background: var(--primary-grigiochiaro) !important;
  padding: 0em 0.4em;
  width: 100%;
  display: inline-block;
  text-align: right;
  font-style: italic;
  border-top: 3px solid var(--primary-rosso);
}

#finder-search #q,
#search-searchword {
  font-size: 1.75rem;
}
.search-results.list-striped {
  padding: 0;
}
#search-button {
  background: #b70600;
  color: white;
  border-color: #b70600;
}

.chzn-container-single .chzn-single {
  border-radius: 0;
  background: white;
  margin: 0 1rem;
  width: 100%;
  min-width: 120px;
}
.chzn-container .chzn-drop {
  margin: 0 1rem;
  width: 100%;
  min-width: 120px;
}
.controls.finder-selects {
  padding: 1rem;
  display: flex;
}

.finder-selects label {
  font-size: 1.1rem;
}

.page-item.active .page-link {
  background-color: var(--primary-rosso);
  border-color: var(--primary-rosso);
}

.pagination,
#content {
  margin: 10px auto;
}

.pagination .disabled{
  display: none;
}
.pagination .active .page-link {
  background: #333 !important;
  margin: 0px .1em;
}

body {
  font-family: "gotham book";
}

.logo {
  width: 90%;
  max-width: 460px;
  height: auto;
}

.logofooter {
  width: 50%;
  max-width: 320px;
  position: relative;
  top: 20%;
  margin-bottom: 30px;
  margin-left: 3px;
  height: auto;
}

/* footer 2025 */
footer li {
  list-style-type: none;
}
footer ul{
  padding:0;
}
footer a.nav-link {
  font-size: 1.2em;
  padding: 0px !important;
}

#preheader .bg-primary,
.bg-primary {
  background: var(--primary-grigio) !important;
  color: white;
}

.bg-primary a {
  color: white;
}

#preheader {
  line-height: 48px;
}

#preheader a {
  color: white;
  padding: 0 4px;
}

.meteohomepage {
  background: #525252;
  border-radius: 10px;
  padding: 10px 9px 10px 0px;
  margin: 0 10px;
  color: white;
}

.josefin,
.pager.pagenav a {
  font-family: "Josefin Sans";
}

.pager.pagenav span {
  border-color: var(--primary-grigio) !important;
}

.form-control.inputbox.search-query.input-medium {
  /* width: calc(100% - 20px); */
  border: 0;
  width: auto;
}

.search.container.p-0 {
  height: 36px;
}

.embed-responsive-item {
  background: black;
}

/* header */

#formCerca {
  float: right;
  /*
    border: 1px solid var(--primary-grigiochiaro);
    width: 30%;
    min-width: 140px;
    padding-left: 10px;
    position: relative;
    left: 70%; */
}

#formCerca.open {
  font-size: 1.5rem;
  left: 0;
  background: white;
  width: 100%;
  border: 5px solid var(--primary-rosso);
}

#formCerca.open input {
  font-size: 1.5rem;
  width: calc(100% - 50px);
}

#hiddenmobilemenu {
  float: right;
  position: relative;
}

.fas.fa-search {
  color: var(--primary-rosso);
}

#navprincipale &gt; ul {
  display: flex;
  justify-content: space-between;
  font-family: "Bebas Neue";
  font-size: 1.7rem;
  font-weight: 540;
  /* letter-spacing: 0.1rem; */
  margin-top: 2rem;
}

/**
#navprincipale .nav-link {
    padding: 0 15px !important;
}
*/

#header &gt; .jumbotron {
  background: url("/images/headers/header.webp") !important;
  background-repeat: no-repeat !important;
  background-position: center !important;
  background-color: var(--primary-grigio) !important;
  background-size: auto 100% !important;
}

.jumbotron {
  padding: 3rem 2rem 1.8rem 2rem !important;
}

.lead {
  letter-spacing: 0.5vw;
  /*0.6rem;*/
}

/* sticky right bar */

#contenitore {
  display: flex;
  flex-wrap: wrap;
  max-width: 1140px;
  width: 100%;
}

#contenitore &gt; * {
  margin-bottom: var(--space-md);
  /*  margin-left: var(--space-md); */
}

#content {
  flex-basis: 0;
  flex-grow: 999;
  /*min-width: 40%; */
  display: block;
}

#aside {
  --offset: var(--space);
  flex-grow: 1;
  flex-basis: 0;
  align-self: end;
  /*start;*/
  position: sticky;
  /* top: calc(var(--offset) - 40px); */
  bottom: calc(var(--offset));
  display: block;
}

/* bottone mobile */

.bottonemobile label {
  display: flex;
  flex-direction: column;
  width: 30px;
  cursor: pointer;
  margin-top: 30px;
  border: 0;
}

.bottonemobile label span {
  background: #fff;
  border-radius: 10px;
  height: 3px;
  margin: 3px 0;
  transition: 0.4s cubic-bezier(0.68, -0.6, 0.32, 1.6);
}

.bottonemobile span:nth-of-type(1) {
  width: 50%;
}

.bottonemobile span:nth-of-type(2) {
  width: 100%;
}

.bottonemobile span:nth-of-type(3) {
  width: 75%;
}

.bottonemobile input[type="checkbox"] {
  display: none;
}

.bottonemobile input[type="checkbox"]:checked ~ span:nth-of-type(1) {
  transform-origin: bottom;
  transform: rotatez(45deg) translate(3px, 0px);
}

.bottonemobile input[type="checkbox"]:checked ~ span:nth-of-type(2) {
  transform-origin: top;
  transform: rotatez(-45deg);
}

.bottonemobile input[type="checkbox"]:checked ~ span:nth-of-type(3) {
  transform-origin: bottom;
  width: 50%;
  transform: translate(13px, -5px) rotatez(45deg);
}

.headermotori h1 {
  visibility: hidden;
}

.aggregatoretitle {
  background-size: contain !important;
  background-repeat: no-repeat !important;
  background-position: 50% 50% !important;
}

.aggregatoretitle h1 {
  width: 100%;
  padding: 70px 20px 70px 20px !important;
  background: none;
  font-size: 2.3rem !important;
  display: flex;
  font-family: "gotham bold" !important;
}

.aggregatoretitle h3 {
  padding: 10px 20px 20px !important;
  color: white;
  font-family: "gotham book" !important;
  background: rgba(1, 1, 1, 0.4);
}

.mod_banners.moduletable &gt; h3,
.mod_manualbanners.moduletable &gt; h3 {
  display: none;
}

#primopiano {
  padding: 0 15px;
}

.groupedarticles {
  margin-bottom: 1em;
}

.tempResp {
  /* margin-top: 40px; */
  /* overflow: hidden; */
  width: 100%;
}

.tempResp &gt; .inonda {
  margin-bottom: 1rem;
}
.moduletable.inonda {
  margin-top: 2rem;
}

/* menÃ¹ hamburgher */

.sidenav {
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 1000;
  top: 0;
  left: 0;
  background-color: var(--primary-grigio);
  overflow-x: hidden;
  padding-top: 60px;
  transition: 0.5s;
}

.sidenav li {
  width: 100%;
}

.sidenav li:nth-child(even) {
  background-color: #534e4a;
}

/* The navigation menu links */

.sidenav a {
  padding: 8px 8px 0px 32px;
  text-decoration: none;
  color: white;
  display: block;
  transition: 0.3s;
}

/* When you mouse over the navigation links, change their color */

.primary-rosso,
.sidenav a:hover {
  background: var(--primary-rosso);
  color: white;
}

/* Position and style the close button (top right corner) */

.sidenav .closebtn {
  position: absolute;
  top: 0;
  right: 25px;
  font-size: 36px;
  margin-left: 50px;
  padding-left: 8px;
}

.closebtn:hover {
  cursor: pointer;
}

/* Style page content - use this if you want to push the page content to the right when you open the side navigation */

#main {
  transition: margin-left 0.5s;
  padding: 20px;
}

/* On smaller screens, where height is less than 450px, change the style of the sidenav (less padding and a smaller font size) */

@media screen and (max-height: 450px) {
  .sidenav {
    padding-top: 15px;
  }
  .sidenav a {
    font-size: 18px;
  }
}

/* modulo articoli */

/*#posizionebanner .card,
.modulearticles .card */

.cardgrigia .article-module-intro,
.cardgrigia .card .article-module-intro,
#aside .moduletable.cardgrigia h3,
#aside .moduletable.cardgrigia,
.moduletable.cardgrigia.jmoddiv {
  background: var(--primary-grigiochiaro) !important;
}

#aside .moduletable.cardgrigia::before {
  content: " ";
  background: var(--primary-grigiochiaro);
  width: 100%;
  display: inline-block;
  border-bottom: 5px solid var(--primary-rosso);
  height: 20px;
}

.inevidenzatitolo {
  width: 100%;
  text-align: center;
  border-bottom: 5px solid #d3262d;
  line-height: 0;
  margin: 0;
  font-family: "gotham bold";
  height: 15px;
  font-size: 30px;
  margin-bottom: 20px;
  margin-top: .4em;
}

#primopiano h3,
#groupedarticles h3 {
  /* font-size: 2.5rem; */
  font-size: clamp(1.5rem, 5vw, 2.5rem);
  margin-top: -10px;
}

#primopiano .moduletable,
#groupedarticles .moduletable {
  border-top: 5px solid #d3262d;
  width: 100%;
}

.inevidenzatitolo h3,
.inevidenzatitolo h2 {
  background: #fff;
  padding: 0px 20px;
  font-size: 2.5rem;
  display: inline;
  position: relative;
  text-transform: uppercase;
  top: -6px;
  white-space: nowrap;
}

.article-data,
.card-date,
.greytext {
  padding: 5px 0;
  font-family: "Josefin Sans";
  /* color: var(--primary-grigiomedio); */
}

.greytext {
  font-style: italic;
  font-size: 1.2rem;
}

/* spalla dx */

.moduletable h3 {
  text-align: center;
  background: white !important;
  top: -14px;
  position: relative;
  width: auto;
  margin: 0 auto;
  padding: 0 20px;
  display: table;
  font-size: 1.4rem;
  text-transform: uppercase;
}

.article-author {
  text-align: right;
  font-style: italic;
  position: absolute;
  bottom: 0;
  right: 10px;
  margin: 0px !important;
  z-index: 900;
}

#aside .moduletable:not(:first-child) /* #aside .moduletable  */ {
  border-top: 5px solid var(--primary-rosso) !important;
}

.moduletable.sponsorizzate,
.moduletable.sponsorizzata {
  border-top: 5px solid black !important;
}

.moduletable.sponsorizzate a,
.moduletable.sponsorizzata a {
  color: var(--primary-rosso);
}

#aside .moduletable.commentomove,
#aside .moduletable.newslettermultiple {
  border-top: 0 !important;
}

.articoliCorrelatiHomepage {
  padding-top: 0.5em;
  text-align: left;
}

.sponsorizzate.page-blankcontent .mod_articles_category.sponsorizzate,
.sponsorizzata.page-blankcontent .mod_articles_category.sponsorizzata {
  display: none;
}

#aside .moduletable {
  border-top: 5px solid var(--primary-rosso) !important; 
  /* margin-top: 40px;  */
}

#posizionebnnr &gt; .moduletable {
  border: 0 !important;
  margin: 0;
}

.moduletable.desktop,
.moduletable.responsive {
  border: 0;
}

.moduletable.cardgrigia {
  margin-bottom: 2em;
  border: 0;
}

#aside .cardgrigia h3 {
  margin-bottom: 0px;
}
/* 
.mb-4.manualbanner {
    margin-top: -5px;
} */
#side .topvideomove + .topvideomove {
  margin-top: 0 !important;
}

#aside .manualbanner.px-2 {
  padding: 0 !important;
}

#aside .topvideo .manualbanner.px-2 {
  margin-bottom: 0 !important;
}

#aside .manualbanner {
  margin-bottom: 1.5em;
}

.moduletable .manualbanner {
  margin-top: 20px;
}

.manualbanner img {
  width: 100% !important;
}

#content .manualbanner {
  padding: 1em .5em;
}

.dim-2 {
  margin-bottom: 20px;
}

.cardgrigia,
.cardgrigia h3 {
  background: var(--primary-grigiochiaro) !important;
  margin-bottom: 10px;
}

.card {
  background: transparent;
}

/* h4,
h5,
h6 {
  font-size: 1.2rem;
}
 */

h4 {
  font-size: clamp(
    1.1rem,
    3vw + 1rem,
    1.3rem
  ); /* h4 (leggermente piÃ¹ grande di 1.2rem) */
}

h5 {
  font-size: clamp(1.05rem, 3vw + 0.8rem, 1.2rem); /* h5 */
}

h6 {
  font-size: clamp(1rem, 3vw + 0.7rem, 1.1rem); /* h6 */
}

h4.artcorrtitle {
  border-bottom: 1px solid var(--primary-grigio);
  padding: 10px 0;
  width: 100%;
  margin-bottom: 30px;
}

/* pagina cat */

.categoryheadline {
  background: var(--primary-grigio);
  color: white;
  text-transform: uppercase;
  font-family: "gotham book";
  font-size: 1.2rem;
  padding: 0.6rem 1.8rem;
  display: inline-block;
  margin: 0;
}

option {
  font-family: "gotham book";
}

.btn {
  text-transform: uppercase;
}

.btn-success {
  background-color: var(--primary-rosso);
  border-color: var(--primary-rosso);
}

.btn.singletagtoadd {
  text-transform: uppercase;
  font-family: "gotham bold";
  font-size: 1.2rem;
  letter-spacing: 3px;
}

.btn-primary{
  background-color: var(--primary-rosso);
  border-color: var(--primary-rosso);
  color:white;
}
.btn-primary:hover{
  background-color: var(--primary-grigio);
  border-color: var(--primary-grigio);
  color:white;
}

.tagsuggeriti {
  margin-top: 20px;
}

.category-header {
  border-bottom: 1px solid var(--primary-grigio);
  margin-bottom: 20px;
}

.w-90 {
  margin: 0 !important;
  width: 90% !important;
}

.w-10 {
  width: 10%;
}

#filtro_submit {
  background: var(--primary-rosso);
}

#filtro_submit .fas.fa-search {
  color: white;
  font-size: 26px;
}

#filter-search,
#filtro_submit {
  height: 3rem;
}

.tagselezionato,
.tagselezionato button {
  border: 1px solid var(--primary-rosso);
  background: var(--primary-rosso) !important;
  color: white !important;
}

.tagtoremove {
  color: white;
  background: var(--primary-rosso);
  position: relative;
  left: 10%;
}

.nav-item.tagselezionato:hover {
  cursor: pointer;
}

h1.titoloarticolo {
  margin: 30px 0 10px 0;
}

div.item-page {
  line-height: 1.8rem;
}

.social .fbtn {
  font-size: 16px;
  color: white;
  background-color: #534e4a;
  width: 40px;
  display: block;
  text-align: center;
  line-height: 36px;
  float: left;
  border: 1px solid white;
  padding-top: 3px;
}

.fbtn.share.facebook {
  background-color: #3b5998;
}

.fbtn.share.twitter {
  background-color: #00acee;
}

.fbtn.share.pinterest {
  background-color: #c8232c;
}

.fbtn.share.whatsapp {
  background-color: #4ac959;
}

.ombretta {
  border: 0 !important;
  -webkit-box-shadow: 6px 6px 16px -3px #000000;
  box-shadow: 6px 6px 16px -3px #000000;
}

.navarticle {
  color: var(--primary-rosso);
  width: 100%;
  display: block;
  text-transform: uppercase;
  font-family: "gotham book";
  margin-bottom: 5px;
}

.pager .previous span,
.pager .previous a {
  text-align: left;
}

.pager .next span,
.pager .next a {
  text-align: right;
}

.pager .previous .navarticle .fa {
  margin-right: 30px;
}

.pager .next .navarticle .fa {
  margin-left: 30px;
}

.list-cat-image {
  object-fit: cover;
  aspect-ratio: 16/9 !important;
  background: url(/images/placeholder-image.jpg);
  background-size: 100% auto;
  background-repeat: no-repeat;
  height: 100%;
  width: 100%;
  display: block;
  text-align: center;
}

.card-text p,
.card-text {
  margin: 0;
  font-family: "gotham book";
  word-break: break-word;
  display: block;
}

.intermezzoCategorie {
  background: var(--primary-grigiochiaro);
}

.conplay {
  position: relative;
  width: 100%;
}

.cardgrigia .card-img-top {
  aspect-ratio: 16/10;
  object-fit: cover;
}

.conplaybefore {
  font-family: "gotham bold";
  text-transform: uppercase;
  font-size: 16px;
  display: block;
  text-align: center;
  /* color: var(--primary-rosso) !important; */
}

/*
.playicon {
    position: absolute;
    
    //top: 30%;
    //left: 41%;
    //width: 17%;
    
    top: 5%;
    left: 89%;
    width: 10%;
    background: rgba(255, 255, 255, 0.85);
    border-radius: 100px;
}
*/

.playicon {
  position: absolute;
  top: 15px;
  width: 10%;
  background: rgba(255, 255, 255, 0.85);
  border-radius: 100px;
  max-width: 40px;
  right: 10px;
  min-width: 24px;
}

.divimgconplaycontainer {
  position: relative;
  height: min-content;
}

.watermarkvideo {
  position: absolute;
  width: 30%;
  top: 2px;
  right: 3px;
  background: rgba(1, 1, 1, 0.5);
  padding: 2px;
  height: auto;
}

ul.latestnews {
  margin: 0;
  padding: 0;
  text-align: center;
  font-family: "gotham bold";
  overflow-x: hidden;
}

ul.latestnews li {
  list-style-type: none;
}

.ultimenotizie ul.latestnews li a::after {
  content: " ";
  background: var(--primary-rosso);
  width: 120px;
  height: 3px;
  display: block;
  margin: 24px auto;
}

.ultimenotizie ul.latestnews li:last-child a::after {
  background: none;
}

.card-author {
  padding: 10px 0;
  display: block;
  clear: both;
  line-height: 14px;
}

.commentoimg {
  border-radius: 50%;
  width: 100px;
}

.tags.inline li {
  display: inline-block;
  background: var(--primary-grigio);
  border-radius: 20px;
  padding: 2px 10px;
  font-family: "Josefin Sans";
  text-transform: uppercase;
  margin: 2px;
}

.tags.inline li a {
  color: white;
}

/*
.occhiello-articolo {
    word-break: break-all;
}*/

.controls .radio {
  width: 100%;
}

.form-check {
  padding-left: 1.75rem;
}

.form-check-input {
  position: absolute;
  margin-left: -1.75rem;
  margin-top: 0.3;
}

input[type="radio"] {
  margin-right: 0.5rem;
}

/* sponsorizzata */

.field-value {
  padding: 0.2em 1em;
  margin-top: 0px !important;
  display: inline-block;
}

.sponsorizzate .topvideo,
.sponsorizzata .topvideo {
  background-color: #ebebeb;
  color: black;
  margin-bottom: 1.5em;
}

.sponsorizzate .topvideo .conplay,
.sponsorizzata .topvideo .conplay {
  padding: 0 !important;
}

.p-0.sponsorizzate.pb-md-0.py-2,
.p-0.sponsorizzata.pb-md-0.py-2 {
  padding: 0 !important;
}

.sponsorizzate .category-header,
.sponsorizzata .category-header {
  border-color: whites;
}

.sponsorizzate .categoryheadline,
.sponsorizzata .categoryheadline {
  background: var(--primary-rosso);
}

/* */

.gallery {
  width: 100%;
  display: block;
  float: left;
}

.gallery img {
  float: left;
  width: 31%;
  margin: 1%;
  height: 100px;
  object-fit: cover;
}

.gallery img:hover {
  cursor: pointer;
}

.imgSearchResult {
  width: 200px;
  margin-right: 10px;
}

.videoarticolo {
  margin: 10px 0;
}

.pagination-counter {
  padding: 16px 10px 0 0;
}

ul.category-module.mod-list.row {
  padding-left: 0 !important;
  margin: 0 !important;
}

.deferImage {
  max-width: 100px !important;
  margin: 0 auto;
  display: block;
  height: 0px;
}

.container434 {
  background-repeat: no-repeat;
  background-size: cover;
}

.custom.gradientowhitesx {
  background: rgb(255, 255, 255);
  background: linear-gradient(
    65deg,
    rgba(255, 255, 255, 1) 30%,
    rgba(255, 255, 255, 0) 80%
  );
  padding: 100px 0 !important;
}

/* varie su tarteaucitron */

/* Colore di sfondo della modale iniziale */
/* .cc--darkmode{
   --cc-bg: var(--primary-grigio);
} */

#tarteaucitronIcon #tarteaucitronManager img{
  width: auto !important;
  height: auto !important;
}

#tarteaucitron #tarteaucitronPrivacyUrl,
#tarteaucitron #tarteaucitronPrivacyUrlDialog,
#tarteaucitronAlertBig #tarteaucitronCloseAlert,
#tarteaucitronAlertBig #tarteaucitronPersonalize,
#tarteaucitronAlertBig #tarteaucitronPersonalize2,
#tarteaucitronRoot .tarteaucitronAllow,
#tarteaucitronRoot .tarteaucitronDeny,
.tarteaucitronCTAButton {
  background: #fff !important;
  color: black !important;
}

#tarteaucitronIcon #tarteaucitronManager img {
  width: 38px !important;
  background: white;
  border-radius: 100px !important;
}

#tarteaucitronIcon #tarteaucitronManager {
  margin: 0 !important;
  padding: 0 !important;
}

.tarteaucitronIconBottomLeft #tarteaucitronManager {
  border-radius: 0;
}



/***/

div[itemprop="articleBody"] .img-fluid {
  margin: 0px auto 20px;
  display: block;
}

.alert-warning,
.message-warning,
.warning {
  display: none;
}

/** banner responsive / desktop **/
.banner-catid-18,
.banner-catid-3
/* .banner-catid-43  */{
  /*app mobile*/
  display: none !important;
}

.banner-catid-21 {
  /*resp*/
  display: none;
}

/** access level  **/
.item-page.stato-2,
.item-page.stato-3,
.item-page.stato-6,
.item-page.stato-8 {
  background: #ffdfdf;
  border: 5px solid red;
  padding: 0 0.5em;
}

.item-page.stato-2:before,
.item-page.stato-3:before,
.item-page.stato-6:before,
.item-page.stato-8:before {
  content: "PREVIEW: Contenuto NON pubblico";
  color: white;
  background: red;
  width: 100%;
  display: block;
  margin: 0.5em 0;
  padding: 0.5em;
  font-weight: bold;
  text-align: center;
}

.liveRecorderDot {
  display: inline-block;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: yellow;
  animation: blink 3s infinite;
  /* margin: 0 1em 0 0; */
}
.pagenavcounter{
  display: none;
}

@keyframes blink {
  0%,
  50%,
  100% {
    opacity: 1;
  }
  25%,
  75% {
    opacity: 0;
  }
}

@media (max-width: 400px) {
  html {
    font-size: 85%;
  }
  .iconahomearticolo {
    width: 43px;
  }
  .lead {
    font-size: 0.9rem;
  }
  .meteohomepage {
    display: none;
  }
  .conplaybefore::before {
    height: 40px;
    font-size: 24px;
  }
  #formCerca {
    min-width: 80px !important;
  }
}

@media (max-width: 575.98px) {
  body,
  html {
    overflow-x: hidden;
  }

  .banner-catid-21 {
    /*resp*/
    display: block !important;
  }

  .banner-catid-22 {
    /*desk*/
    display: none;
  }

  div[itemprop="articleBody"] img {
    max-width: 100vw;
  }
  body {
    overflow-x: hidden !important;
  }
  #ilcommento h4 {
    font-size: 1.8rem;
  }
  .page-link {
    padding: 2px 5px;
  }
  .iconahomearticolo {
    width: 45px;
  }
  .search.container.p-0 {
    height: 50px !important;
  }
  #formCerca {
    width: 100% !important;
    font-size: 24px !important;
    padding: 0 10px !important;
  }
  .form-control.inputbox.search-query.input-medium {
    width: 90% !important;
    font-size: 24px !important;
  }
  .inevidenzatitolo12 h3,
  .inevidenzatitolo11 h3,
  .inevidenzatitolo12 h2,
  .inevidenzatitolo11 h2 {
    font-size: 6vw !important;
    /* top: 10% !important; */
  }
  #preheader a {
    color: white;
    padding: 0 2px;
  }
  /*body {
        overflow-x: hidden;
    }*/
  a.socialheader {
    margin: 0 -2px;
  }
  .cercaaggregatore,
  .tagsuggeriti {
    width: 100%;
  }
  #filter-search {
    display: inline-block;
    width: calc(100% - 50px) !important;
  }
  .article-data {
    font-size: 0.9rem;
  }
  #primopiano {
    padding: 0;
  }
  #aside {
    position: relative !important;
  }
  .inevidenzatitolo {
    margin-top: 20px;
  }
  .category-header {
    margin-top: 10px;
  }
  div.item-page {
    padding: 0 1vw;
  }
  .lead {
    font-size: 1rem;
  }
  .sticky {
    position: fixed;
    background: var(--primary-grigio) !important;
    z-index: 910;
    top: 5px;
    width: 100vw;
  }
  .jumbotron {
    padding: 0.5rem 1rem !important;
  }
  /*
    .elem-93-1 .card-img-top {
        height: 40vh;
        object-fit: cover;
    }
    */
  .logo {
    max-width: 200px !important;
    margin-top: 10px;
  }
  .article-module-intro {
    width: 90%;
    margin: 0 auto;
    /* margin-top: -20px; */
    z-index: 900;
    /* background: #ebebeb; */
    text-align: center;
  }
  .col-6 .article-module-intro {
    width: 100%;
    margin-top: 0px;
    text-align: left;
    background: white;
  }
  .ultimenotizie {
    font-size: 1.5rem;
  }
  .h1,
  h1 {
    font-size: 2.3rem;
  }
  /*li.not-img,*/
  .latestnews li {
    padding: 0 10vw;
  }
  .list-cat-image {
    min-width: 180px;
  }
  .conplay:after {
    right: 10%;
  }
  .banneritem.my-4,
  .jumbotron,
  #content {
    margin: 0 !important;
  }
  #aside .moduletable h3 {
    font-size: 2rem;
  }
  .card-img-top {
    min-height: 140px;
    object-fit: cover;
  }
  /*
    .card-img-top,
    .bannergroup img {
        width: 100vw;
        left: -30px;
        position: relative;
    }*/
  #aside h4,
  #aside h5,
  #aside h6 {
    font-size: 1.8rem;
  }
  .commentoimg {
    width: 180px;
  }
  #preheader {
    font-size: calc(10px + 0.1vw);
  }
  #back-top {
    position: fixed;
    top: 95%;
    display: block;
    border-radius: 10px;
    padding: 2%;
    z-index: 900;
    background: grey;
    right: 5%;
  }
  .aggregatoretitle.headermotori {
    background-image: url("/images/headers/headermotorimobilep26876.png") !important;
  }
  /*
    .topvideo div:not(:first-child)&gt;.conplay {
        width: 35%;
    }
    .topvideo div:not(:first-child)&gt;.article-module-intro {
        width: 60%;
        font-size: 80%;
        background: white;
        text-align: left;
    }
    .topvideo div:not(:first-child)&gt;.article-module-intro h5 {
        font-size: 1.2rem;
    }*/
  /*
    .playcommentate {
        height: 60px;
        border-radius: 90px;
        border: 0;
        font-size: 30px;
        width: 60px;
        display: block;
        padding: 10px 20px;
    }*/
}

/* @media (max-width: 767.98px) { */
@media (max-width: 992px) {

  #primopiano .tempResp {
    padding-top: 0;
    /* margin-top: -2em; */
  }
  .tempResp {
    padding-top: 40px;
  }
  /* da spostare su dsktop */
  .stuck {
    position: fixed;
    bottom: 1%;
    animation-name: fadeinup;
    animation-duration: 1s;
    z-index: 2147483647;
    width: 100%;
    border: 0.7vw solid rgba(1, 1, 1, 0.4);
    border-radius: 0.5vw;
    max-width: 600px;
  }
  .stuck .closevideo {
    top: 0px;
    z-index: 1232;
    left: 0;
    position: absolute;
    background: rgba(0, 0, 0, 0.3);
    color: white;
    border: 0;
    border-radius: 30px;
    width: 40px;
    display: block !important;
    font-size: 28px;
  }
  /**/
  .stuck {
    max-width: 100vw !important;
    left: 0 !important;
  }
  #content {
    flex-basis: auto !important;
  }
  #aside {
    position: relative !important;
    margin-top: 50px;
  }
  .smaller h3 {
    /* font-size: 1.3rem !important; */
    font-size: 1.6em !important;
  }
}

@media (max-width: 991.98px) {
  .guardaladirettatitle {
    font-size: calc(1vw + 18px) !important;
  }
}

@media (max-width: 1199.98px) {
}

@media (max-width: 1399.98px) {
}

</pre></body></html>