.elementor-10892 .elementor-element.elementor-element-2d392010{--display:flex;--margin-top:030px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;}.elementor-10892 .elementor-element.elementor-element-2d392010:not(.elementor-motion-effects-element-type-background), .elementor-10892 .elementor-element.elementor-element-2d392010 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#F7F7F7;}.elementor-widget-heading .elementor-heading-title{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );color:var( --e-global-color-primary );}.elementor-10892 .elementor-element.elementor-element-a8d924a > .elementor-widget-container{margin:20px 0px 0px 0px;}.elementor-10892 .elementor-element.elementor-element-a8d924a .elementor-heading-title{font-family:"Fraunces", Sans-serif;font-size:38px;font-weight:400;color:#0A1B49;}.elementor-widget-text-editor{color:var( --e-global-color-text );font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );}.elementor-widget-text-editor.elementor-drop-cap-view-stacked .elementor-drop-cap{background-color:var( --e-global-color-primary );}.elementor-widget-text-editor.elementor-drop-cap-view-framed .elementor-drop-cap, .elementor-widget-text-editor.elementor-drop-cap-view-default .elementor-drop-cap{color:var( --e-global-color-primary );border-color:var( --e-global-color-primary );}/* Start custom CSS for text-editor, class: .elementor-element-92e4a41 *//* Stile principale per la barra dei tab */
.e-n-tabs {
    display: flex;
    justify-content: center; /* Centra orizzontalmente */
    align-items: center;
    gap: 10px;
    padding: 10px 15px;
    background-color: #f9f9f9; /* Sfondo chiaro */
    border-radius: 5px;
    border: 1px solid #ddd;
    font-family: Arial, sans-serif;
    text-align: center; /* Centra il testo all'interno */
}

/* Stile per il titolo */
.e-n-tabs .e-n-tab-title-text {
    font-weight: bold;
    color: #333; /* Colore scuro per il testo */
}

/* Stile per i link non attivi */
.e-n-tabs .e-n-tab-title {
    color: #888; /* Grigio per i link non attivi */
    text-decoration: none;
    padding: 5px 10px;
    border-radius: 3px;
    transition: color 0.3s, text-decoration 0.3s;
}

/* Hover sui link */
.e-n-tabs .e-n-tab-title:hover {
    color: #555; /* Grigio scuro al passaggio del mouse */
}

/* Stile per il link attivo (pagina corrente) */
.e-n-tabs .e-n-tab-title.active {
    color: #FFA500; /* Arancione per il link attivo */
    font-weight: bold;
    text-decoration: underline; /* Sottolineatura per l’elemento attivo */
}/* End custom CSS */