
/* CSS Document */

#sp-footer, #sp-bottom {
     background: #f0f0f0;
}

#sp-top-bar {
 display:none!important;
}

.cat-children {
  display: flex;
  flex-wrap: wrap;
	    justify-self: flex-start;
  gap: 10px;
  justify-content: center;
}

.cat-children h3 a {
  flex: 1 1 200px; /* min-width 200px e responsivo */
  max-width: 250px;
  padding: 12px 20px;
  
	background-color: #6a0b14;
  color: #fff;
  border: 2px solid #ccc;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
  text-align: center;
  font-size: 20px;
  cursor: pointer;
  position: relative;
  transition: background-color 0.3s ease, color 0.3s ease;
}

/* Aggiungi la freccia dopo il testo */
.cat-children h3 a::after {
  content: ' ➔';
  transition: transform 0.3s ease;
}

/* Hover effect */
.cat-children h3 a:hover {
  background-color: white;
  color: #333;
}

.cat-children h3 a:hover::after {
  transform: translateX(5px);
}
.listamodulo{
     display: grid;
     grid-template-columns: repeat(1, 1fr);
    /* Due colonne */
     gap: 1rem;
    /* Spazio tra bottoni */
     list-style: none;
     padding: 0;
     margin: 0;
     max-width: 600px;
}
.listamodulo li {
     background-color: white;
     border: 1px solid #ccc;
     padding: 1rem;
     text-align: center;
     cursor: pointer;
     box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
     transition: background-color 0.3s, color 0.3s;
     font-family: sans-serif;
     border-radius: 6px;
     position: relative;
	margin: 5px 0px;
}
 
.listamodulo li::after {
     content: ' ➔';
    /* Freccia dopo il testo */
     margin-left: 0.5rem;
     transition: transform 0.3s;
}
.listamodulo li:hover{
     background-color: #ddd;
     color: white;
}
.listamodulo li a:hover{
     
      color:#6b0610;
}
.listamodulo li:hover::after {
     transform: translateX(3px);
    /* Movimento della freccia su hover */
}
#sp-main-body {
    padding: 50px 0 70px 0;
}
.nuron-arrow-big-button:before {
    filter: invert(1);
}
@media (max-width: 991px) {
    #sp-header {
        height: 80px;
    }
	#sp-logo.has-border .sp-column {
 
    margin-top: 15px;
}
	@media (max-width: 991px) {
    #sp-header .logo {
         margin-left: 20px;
    }
}
}
.error-page h2, .error-page h4 {
  -webkit-text-stroke: 1px #6b0610;
  -webkit-text-fill-color: white;
  -webkit-animation: fill 0.5s infinite alternate;
}
@media screen and (max-width: 767px) {
    .offcanvas-inner .nuron-arrow-big-button {display: block !important;}
}
.sp-megamenu-parent {
 
    margin: 0 0px;
 
}
#sp-breadcrumbs .fa-map-marker-alt {
    --fa: "";
    margin-right: 10px;
    color: #ccc;
}
