/* Colore della barra in alto */
.it-header-slim-wrapper {
    background-color: #00396e;
}
/* Colore del header */
.it-header-center-wrapper {
    background-color: #00529e;
}
/* Colore dei fianchetti (deve combaciare con header) */
.it-header-navbar-wrapper {
    background-color: #00529e;
}
/* Colore del menù in modalità smartphone (deve combaciare con header) 
.navbar .navbar-collapsable .menu-wrapper {
    background: #00529e;
}*/
/* Nasconde il selettore di lingua */
.nav-item.dropdown {
    display: none;
}
.it-brand-title {
    font-weight: 700 !important;
    font-size: 1.778em;
    margin-bottom: 0;
}
img.logo-arentino {
    max-width: 100px !important;
    height: auto !important;
  }

.bg-primary {
    background-color: #00529e !important;
}
.btn-outline-secondary:hover {
    color: #095caf;
    box-shadow: inset 0 0 0 2px #095caf;
}
.btn-outline-secondary {
    color: #5c6f82;
    background-color: rgba(0,0,0,0);
    background-image: none;
    box-shadow: inset 0 0 0 2px #5c6f82;
}
.btn-outline-primary {
    color: #06c;
    background-color: rgba(0,0,0,0);
    background-image: none;
    box-shadow: inset 0 0 0 2px #06c !important;
}
/* Pulsante torna in cima */
.back-to-top {
    background: #06c;
}

  
