.elementor-369 .elementor-element.elementor-element-f3d9203{--display:flex;--min-height:0px;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--gap:0px 0px;--row-gap:0px;--column-gap:0px;border-style:solid;--border-style:solid;border-width:10px 1px 0px 1px;--border-top-width:10px;--border-right-width:1px;--border-bottom-width:0px;--border-left-width:1px;border-color:var( --e-global-color-10377e4 );--border-color:var( --e-global-color-10377e4 );--border-radius:0px 0px 0px 0px;}.elementor-369 .elementor-element.elementor-element-f3d9203.e-con{--flex-grow:0;--flex-shrink:0;}.elementor-369 .elementor-element.elementor-element-b19286e{--display:grid;--min-height:0px;--e-con-grid-template-columns:repeat(1, 1fr);--e-con-grid-template-rows:repeat(1, 1fr);--gap:0px 0px;--row-gap:0px;--column-gap:0px;--grid-auto-flow:row;--justify-items:stretch;}.elementor-369 .elementor-element.elementor-element-8eb1026 img{width:90%;max-width:100%;height:10px;}@media(max-width:1024px){.elementor-369 .elementor-element.elementor-element-b19286e{--grid-auto-flow:row;}}@media(min-width:768px){.elementor-369 .elementor-element.elementor-element-f3d9203{--width:100%;}.elementor-369 .elementor-element.elementor-element-b19286e{--width:100%;}}@media(max-width:767px){.elementor-369 .elementor-element.elementor-element-b19286e{--e-con-grid-template-columns:repeat(1, 1fr);--grid-auto-flow:row;}}/* Start custom CSS for html, class: .elementor-element-27864c6 *//* Stile per il footer container e le colonne */
.footer-container {
    display: flex;
    justify-content: space-around;
    align-items: center;
    padding: 20px;
    flex-wrap: wrap; /* Per gestire il wrap delle colonne su schermi stretti */
}

.footer-column {
    flex: 1;
    text-align: center;
    margin-bottom: 20px; /* Spazio tra le colonne */
}

/* Stile per i link di navigazione rapida */
.quick-links {
    list-style: none;
    padding: 0;
}

.quick-links li {
    margin-bottom: 10px;
}

.quick-links a {
    color: #333;
    text-decoration: none;
}

/* Stile per i pulsanti social */
.social-buttons {
    margin-top: 10px;

}

.social-buttons a {
    display: inline-block;
    width: 40px;
    height: 40px;
    background-color: #333;
    color: #fff;
    border-radius: 50%;
    line-height: 40px;
    text-align: center;
    margin-right: 10px;
    text-decoration: none;
}

/* Media query per tablet */
@media (max-width: 991px) {
    .footer-column {
        flex: 1 1 50%; /* Le colonne occupano metà dello spazio */
    }
}

/* Media query per smartphone */
@media (max-width: 767px) {
    .footer-column {
        flex: 1 1 100%; /* Le colonne occupano tutto lo spazio disponibile */
    }
}

/* Stile per la linea orizzontale separatrice */
.footer-separator {
    border-top: 1px solid #ccc;
    margin: 20px 0;
}

/* Stile per il testo di copyright */
.copyright {
    text-align: center;
    font-size: 12px;
    color: #777;
}/* End custom CSS */