/*
CTC Separate Stylesheet
Updated: 2024-09-09 11:21:18
*/
/* Modifica la barra in un pulsante */
/* Top bar con pulsanti */
/* Barra sticky con pulsanti */
.top-bar {
    position: fixed;
    top: 0;
    width: 100%;
    background-color: #F4FAFD; /* Colore di sfondo della barra */
    display: flex;
    justify-content: center; /* Allinea i pulsanti al centro */
    align-items: center;
    height: 60px; /* Altezza della barra */
    z-index: 9999; /* Mantieni la barra sempre sopra */
}

/* Stile pulsanti */
.top-bar-btn {
    background-color: #45A107 !important; /* Colore del pulsante */
    color: white !important; /* Colore del testo */
    padding: 10px 20px !important; /* Spaziatura interna */
    text-decoration: none !important; /* Rimuove la sottolineatura */
    margin: 0 10px !important; /* Spazio tra i pulsanti */
    border-radius: 5px !important; /* Angoli arrotondati */
    font-weight: bold; /* Testo in grassetto */
    display: inline-block !important; /* Assicura che sembri un pulsante */
	
}

/* Stile hover per i pulsanti */
.top-bar-btn:hover {
    background-color: #3C8E07 !important; /* Colore più scuro all'hover */
}


   @media screen and (max-width: 768px) { .meteor-slideshow img {
        display: block !important; /* Mostra le immagini */
        visibility: visible !important;
        opacity: 1 !important;
    }

    .meteor-slideshow-wrapper {
        height: auto !important;
    }
	   /* Stile per il testo nero nella prima colonna del footer */
.footer-column p {
    color: #000 !important; /* Imposta il colore del testo a nero */
}
	   .footer-column {
    color: #000 !important;
}
}