.t-Footer-topButton{

    visibility:hidden;

    display:none;

}
.t-Region-header {
  background-color:  #B5303F /* #a1150b; /* Colore verde scuro */
}


.t-Region-title {
  color: white;
}

.t-Card-wrap .t-Card-icon {
  background-color: #B5303F; /* Colore specificato */
}



/* Imposta dimensioni fisse per tutte le icone */
.t-Card-icon {
  width: 80%; /* Imposta la larghezza al 100% della card */
  padding-top: 80%; /* Imposta l'altezza proporzionale alla larghezza */
  background-size: cover; /* Assicura che l'immagine copra l'intera area */
  background-position: center; /* Centra l'immagine */
  background-repeat: no-repeat; /* Impedisce la ripetizione dell'immagine */
}


.t-Card-wrap .t-Icon {  
  // background-color:  #2a4391;  
    background-color: transparent;   
  //color: white; 
  color: transparent;   
 
}