
/*
 * Tables
 */

table {
  overflow-x: auto;
  width: 100%;
  border-spacing: 0;
}

table tr.alert {
  color: red;
}

table th {
    padding: 12px;
    font-size: 14px;
    font-weight: 700;
    text-align: left;
    white-space: nowrap;
    color: #404850;
}

table td {
  padding: 12px;
  font-size: 14px;
  line-height: 1.4;
  white-space: nowrap;
  border-top: 1px solid #D6DADE;
}

table th:first-child,
table td:first-child {
    padding-left: 0
}

table th:last-child,
table td:last-child {
    padding-right: 0
}

table.primary {
  border-bottom: 1px solid #D6DADE;
}

table .dark th {
    color: #fff;
    background-color: #404850;
    padding: 12px;
    width: 33%;
}

.dark th table, .dark th table td, table.secondary td {
  padding: 0;
  border: 0;
  width: 50%;
}

.dark th table td:first-child {
  padding-right: 12px;
  text-align: right;
}



/*
 * Charts
 */

.chart div {
    padding: 1%;
    margin: 3% auto;
}

.chart .info {
    flex: 1;
}

.chart .graph {
    border: 1px solid #D6DADE;
    flex: 2;
    margin-top: 0;
}



/*
 * Search 
 */

#search form {
  position: relative;
  border: 0;
  padding-bottom: 0;
}

#search form input {
  border-color: #E9E0D4;
  padding-right: 60px;
} 

#search form input::-moz-placeholder, #search form input::placeholder {
  opacity: 0.5;
}

#search form button[type=reset] {
  position: absolute;
  top: 7px;
  right: 18px;
  border: none;
  background: none;
  cursor: pointer;
}

#search .title {
  margin-bottom: 0;
}



/*
 * Dashboard 
 */

/*
#companies td {
    width: 30%;
    white-space: normal;
}

#companies .email {
  border: 1px solid #D6DADE;
  border-radius: 5px;
  padding-left: 18px;
  overflow: hidden;
  width: 410px;
}

#companies .accedi .btn {
  min-width: 12px;
}
*/

@media screen and (max-width: 1000px) {
  table, thead, tbody, th, td, tr {
    display: block;
  }
  thead tr {
    position: absolute;
    top: -9999px;
    left: -9999px;
  }
  td {
    position: relative;
  }
  td:before {
    position: absolute;
    left: 6px;
    content: attr(data-th);
    font-weight: bold;
  }
  td:first-of-type {
    font-weight: bold;
  }
}






/*@mixin xl-up {
    @media (min-width: 1560px) {
        @content;
    }
}

@mixin lg-up {
    @media (min-width: 1440px) {
        @content;
    }
}

@mixin md-up {
    @media (min-width: 1199px) {
        @content;
    }
}

@mixin xs-up {
    @media (min-width: 767px) {
        @content;
    }
}

@mixin xxs-up {
    @media (min-width: 321px) {
        @content;
    }
}

@mixin tablet-portrait {
    @media screen and (orientation: portrait) and (max-device-width: 1024px) {
        @content;
    }
}

@mixin tablet-landscape {
    @media screen and (orientation: landscape) and (max-device-width: 1024px) {
        @content;
    }
}

@mixin phone-landscape {
    @media screen and (orientation: landscape) and (max-device-width: 820px) {
        @content;
    }
}
*/
/*PADDING stop PER SECTION*/
/*ECCEZIONE PER FOOTER NELLA PAGINA DEL CHI SIAMO*/
/*@mixin xl-up {
    @media (min-width: 1560px) {
        @content;
    }
}

@mixin lg-up {
    @media (min-width: 1440px) {
        @content;
    }
}

@mixin md-up {
    @media (min-width: 1199px) {
        @content;
    }
}

@mixin xs-up {
    @media (min-width: 767px) {
        @content;
    }
}

@mixin xxs-up {
    @media (min-width: 321px) {
        @content;
    }
}

@mixin tablet-portrait {
    @media screen and (orientation: portrait) and (max-device-width: 1024px) {
        @content;
    }
}

@mixin tablet-landscape {
    @media screen and (orientation: landscape) and (max-device-width: 1024px) {
        @content;
    }
}

@mixin phone-landscape {
    @media screen and (orientation: landscape) and (max-device-width: 820px) {
        @content;
    }
}
*/
/*@mixin xl-up {
    @media (min-width: 1560px) {
        @content;
    }
}

@mixin lg-up {
    @media (min-width: 1440px) {
        @content;
    }
}

@mixin md-up {
    @media (min-width: 1199px) {
        @content;
    }
}

@mixin xs-up {
    @media (min-width: 767px) {
        @content;
    }
}

@mixin xxs-up {
    @media (min-width: 321px) {
        @content;
    }
}

@mixin tablet-portrait {
    @media screen and (orientation: portrait) and (max-device-width: 1024px) {
        @content;
    }
}

@mixin tablet-landscape {
    @media screen and (orientation: landscape) and (max-device-width: 1024px) {
        @content;
    }
}

@mixin phone-landscape {
    @media screen and (orientation: landscape) and (max-device-width: 820px) {
        @content;
    }
}
*/
/*PADDING stop PER SECTION*/
/*ECCEZIONE PER FOOTER NELLA PAGINA DEL CHI SIAMO*/
/*@mixin xl-up {
    @media (min-width: 1560px) {
        @content;
    }
}

@mixin lg-up {
    @media (min-width: 1440px) {
        @content;
    }
}

@mixin md-up {
    @media (min-width: 1199px) {
        @content;
    }
}

@mixin xs-up {
    @media (min-width: 767px) {
        @content;
    }
}

@mixin xxs-up {
    @media (min-width: 321px) {
        @content;
    }
}

@mixin tablet-portrait {
    @media screen and (orientation: portrait) and (max-device-width: 1024px) {
        @content;
    }
}

@mixin tablet-landscape {
    @media screen and (orientation: landscape) and (max-device-width: 1024px) {
        @content;
    }
}

@mixin phone-landscape {
    @media screen and (orientation: landscape) and (max-device-width: 820px) {
        @content;
    }
}
*/
@media (-webkit-device-pixel-ratio: 1.25) {
  :root {
    zoom: 0.8;
  }
}
@media (-webkit-device-pixel-ratio: 1.5) {
  :root {
    zoom: 0.7;
  }
}
html {
  overflow-x: hidden;
}

html,
body {
  width: 100%;
  height: 100%;
  padding: 0;
  margin: 0;
  background: url(../img/background.jpg);
  background-size: cover;
  background-attachment: fixed;
}

body {
  -webkit-overflow-scrolling: touch;
}
body::-webkit-scrollbar {
  width: 8px;
  border-radius: 0px;
  background-color: #f5f2f0;
}
body::-webkit-scrollbar-button {
  display: none;
}
body::-webkit-scrollbar-button:hover {
  display: none;
}
body::-webkit-scrollbar-thumb {
  background-color: rgba(0, 0, 0, 0.2);
  box-shadow: none;
  border-radius: 8px;
  border: 2px solid #f5f2f0;
}
body::-webkit-scrollbar-thumb:hover {
  background-color: rgba(0, 0, 0, 0.2);
}
body::-webkit-scrollbar-track {
  background-color: #f5f2f0;
  border-radius: 0px;
}
body::-webkit-scrollbar-track:hover {
  background-color: #f5f2f0;
}
body.noscroll {
  overflow: hidden;
}

a, button {
  outline: none !important;
}

div,
figure {
  box-sizing: border-box;
}

/*Clearfix CF*/
.cf {
  *zoom: 1;
}
.cf:before, .cf:after {
  display: table;
  line-height: 0;
  content: "";
}
.cf:after {
  clear: both;
}

.clear {
  clear: both;
}

*:focus {
  outline: none;
}

img {
  max-width: 100%;
  display: flex;
  height: auto !important;
}

p {
  margin: 0 0 20px 0;
}

div > p:last-child {
  margin-bottom: 0;
}

.container {
  width: 100%;
  max-width: 1440px;
  margin: 0 auto;
  box-sizing: border-box;
  position: relative;
  z-index: 0;
  padding: 0 90px;
}
@media (max-width: 1440px) {
  .container {
    padding: 0 60px;
  }
}
@media (max-width: 1199px) {
  .container {
    padding: 0 40px;
  }
}
@media (max-width: 767px) {
  .container {
    padding: 0 15px;
  }
}

svg {
  line-height: 1;
  display: flex;
}

.scrollbar {
  overflow-x: hidden;
}
.scrollbar::-webkit-scrollbar {
  width: 5px;
  height: 4px;
  background-color: rgba(191, 191, 191, 0.2);
  border-radius: 2px;
}
.scrollbar::-webkit-scrollbar-thumb {
  background: #3BBFBB;
  border-radius: 4px;
}
.scrollbar.scrollbar-y {
  overflow-x: auto;
  overflow-y: hidden;
  padding-bottom: 20px;
}

.flex {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.flex.jcenter {
  justify-content: center;
}
.flex.center {
  align-items: center;
}
.flex.start {
  justify-content: flex-start;
}
.flex.end {
  justify-content: flex-end;
}
.flex.bottom {
  align-items: flex-end;
}
.flex.gap-40 {
  gap: 40px;
}

.text-center {
  text-align: center;
}

/*@mixin xl-up {
    @media (min-width: 1560px) {
        @content;
    }
}

@mixin lg-up {
    @media (min-width: 1440px) {
        @content;
    }
}

@mixin md-up {
    @media (min-width: 1199px) {
        @content;
    }
}

@mixin xs-up {
    @media (min-width: 767px) {
        @content;
    }
}

@mixin xxs-up {
    @media (min-width: 321px) {
        @content;
    }
}

@mixin tablet-portrait {
    @media screen and (orientation: portrait) and (max-device-width: 1024px) {
        @content;
    }
}

@mixin tablet-landscape {
    @media screen and (orientation: landscape) and (max-device-width: 1024px) {
        @content;
    }
}

@mixin phone-landscape {
    @media screen and (orientation: landscape) and (max-device-width: 820px) {
        @content;
    }
}
*/
/*PADDING stop PER SECTION*/
/*ECCEZIONE PER FOOTER NELLA PAGINA DEL CHI SIAMO*/
/*@mixin xl-up {
    @media (min-width: 1560px) {
        @content;
    }
}

@mixin lg-up {
    @media (min-width: 1440px) {
        @content;
    }
}

@mixin md-up {
    @media (min-width: 1199px) {
        @content;
    }
}

@mixin xs-up {
    @media (min-width: 767px) {
        @content;
    }
}

@mixin xxs-up {
    @media (min-width: 321px) {
        @content;
    }
}

@mixin tablet-portrait {
    @media screen and (orientation: portrait) and (max-device-width: 1024px) {
        @content;
    }
}

@mixin tablet-landscape {
    @media screen and (orientation: landscape) and (max-device-width: 1024px) {
        @content;
    }
}

@mixin phone-landscape {
    @media screen and (orientation: landscape) and (max-device-width: 820px) {
        @content;
    }
}
*/
.grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  margin: 0 -20px;
}
.grid.center {
  align-items: center;
}
.grid > div {
  position: relative;
  z-index: 1;
  margin: 0 20px;
}
.grid .col-1 {
  flex: 0 0 calc(8.33% - 40px);
  max-width: calc(8.33% - 40px);
  width: calc(8.33% - 40px);
}
.grid .col-2 {
  flex: 0 0 calc(16.66% - 40px);
  max-width: calc(16.66% - 40px);
  width: calc(16.66% - 40px);
}
.grid .col-3 {
  flex: 0 0 calc(24.99% - 40px);
  max-width: calc(24.99% - 40px);
  width: calc(24.99% - 40px);
}
.grid .col-4 {
  flex: 0 0 calc(33.32% - 40px);
  max-width: calc(33.32% - 40px);
  width: calc(33.32% - 40px);
}
.grid .col-5 {
  flex: 0 0 calc(41.65% - 40px);
  max-width: calc(41.65% - 40px);
  width: calc(41.65% - 40px);
}
.grid .col-6 {
  flex: 0 0 calc(49.98% - 40px);
  max-width: calc(49.98% - 40px);
  width: calc(49.98% - 40px);
}
.grid .col-7 {
  flex: 0 0 calc(58.31% - 40px);
  max-width: calc(58.31% - 40px);
  width: calc(58.31% - 40px);
}
.grid .col-8 {
  flex: 0 0 calc(66.64% - 40px);
  max-width: calc(66.64% - 40px);
  width: calc(66.64% - 40px);
}
.grid .col-9 {
  flex: 0 0 calc(74.97% - 40px);
  max-width: calc(74.97% - 40px);
  width: calc(74.97% - 40px);
}
.grid .col-10 {
  flex: 0 0 calc(83.3% - 40px);
  max-width: calc(83.3% - 40px);
  width: calc(83.3% - 40px);
}
.grid .col-11 {
  flex: 0 0 calc(91.63% - 40px);
  max-width: calc(91.63% - 40px);
  width: calc(91.63% - 40px);
}
.grid .col-12 {
  flex: 0 0 calc(99.96% - 40px);
  max-width: calc(99.96% - 40px);
  width: calc(99.96% - 40px);
}
.grid .offset-1 {
  margin-left: calc(8.33% + 20px);
}
.grid .offset-1-5 {
  margin-left: calc(12.495% + 20px);
}
.grid .offset-2 {
  margin-left: calc(16.66% + 20px);
}
.grid .offset-3 {
  margin-left: calc(24.99% + 20px);
}
.grid .offset-4 {
  margin-left: calc(33.32% + 20px);
}
.grid .offset-5 {
  margin-left: calc(41.65% + 20px);
}
.grid .offset-6 {
  margin-left: calc(49.98% + 20px);
}
.grid .offset-7 {
  margin-left: calc(58.31% + 20px);
}
.grid .offset-8 {
  margin-left: calc(66.64% + 20px);
}
.grid .offset-9 {
  margin-left: calc(74.97% + 20px);
}
.grid .offset-10 {
  margin-left: calc(83.3% + 20px);
}
.grid .offset-11 {
  margin-left: calc(91.63% + 20px);
}
.grid .offset-12 {
  margin-left: calc(99.96% + 20px);
}
@media (max-width: 991px) {
  .grid {
    display: block;
    margin: 0;
  }
  .grid > div {
    max-width: 100% !important;
    width: 100% !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
}

/*@mixin xl-up {
    @media (min-width: 1560px) {
        @content;
    }
}

@mixin lg-up {
    @media (min-width: 1440px) {
        @content;
    }
}

@mixin md-up {
    @media (min-width: 1199px) {
        @content;
    }
}

@mixin xs-up {
    @media (min-width: 767px) {
        @content;
    }
}

@mixin xxs-up {
    @media (min-width: 321px) {
        @content;
    }
}

@mixin tablet-portrait {
    @media screen and (orientation: portrait) and (max-device-width: 1024px) {
        @content;
    }
}

@mixin tablet-landscape {
    @media screen and (orientation: landscape) and (max-device-width: 1024px) {
        @content;
    }
}

@mixin phone-landscape {
    @media screen and (orientation: landscape) and (max-device-width: 820px) {
        @content;
    }
}
*/
/*PADDING stop PER SECTION*/
/*ECCEZIONE PER FOOTER NELLA PAGINA DEL CHI SIAMO*/
/*@mixin xl-up {
    @media (min-width: 1560px) {
        @content;
    }
}

@mixin lg-up {
    @media (min-width: 1440px) {
        @content;
    }
}

@mixin md-up {
    @media (min-width: 1199px) {
        @content;
    }
}

@mixin xs-up {
    @media (min-width: 767px) {
        @content;
    }
}

@mixin xxs-up {
    @media (min-width: 321px) {
        @content;
    }
}

@mixin tablet-portrait {
    @media screen and (orientation: portrait) and (max-device-width: 1024px) {
        @content;
    }
}

@mixin tablet-landscape {
    @media screen and (orientation: landscape) and (max-device-width: 1024px) {
        @content;
    }
}

@mixin phone-landscape {
    @media screen and (orientation: landscape) and (max-device-width: 820px) {
        @content;
    }
}
*/
body,
html {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  color: #404850;
}

h1, h2, h3, h4 {
  margin: 0;
  padding: 0;
  font-weight: normal;
}

strong {
  font-weight: 700;
}

.t-center {
  text-align: center;
}

.fs-16 {
  font-size: 0.88em;
  line-height: 1.5;
}

.fs-20 {
  font-size: 1.11em;
  line-height: 1.5;
}

.fs-22 {
  font-size: 1.22em;
  line-height: 1.5;
}

.fs-26 {
  font-size: 1.44em;
  line-height: 1.5;
}

.fs-28 {
  font-size: 1.55em;
  line-height: 1.4;
}

.pt-16 {
  padding-top: 16px !important;
}

.pt-20 {
  padding-top: 20px;
}

.pt-32 {
  padding-top: 32px !important;
}

.pt-56 {
  padding-top: 56px;
}

.pb-60 {
  padding-bottom: 60px !important;
}

.pb-0 {
  padding-bottom: 0 !important;
}

/*@mixin xl-up {
    @media (min-width: 1560px) {
        @content;
    }
}

@mixin lg-up {
    @media (min-width: 1440px) {
        @content;
    }
}

@mixin md-up {
    @media (min-width: 1199px) {
        @content;
    }
}

@mixin xs-up {
    @media (min-width: 767px) {
        @content;
    }
}

@mixin xxs-up {
    @media (min-width: 321px) {
        @content;
    }
}

@mixin tablet-portrait {
    @media screen and (orientation: portrait) and (max-device-width: 1024px) {
        @content;
    }
}

@mixin tablet-landscape {
    @media screen and (orientation: landscape) and (max-device-width: 1024px) {
        @content;
    }
}

@mixin phone-landscape {
    @media screen and (orientation: landscape) and (max-device-width: 820px) {
        @content;
    }
}
*/
/*PADDING stop PER SECTION*/
/*ECCEZIONE PER FOOTER NELLA PAGINA DEL CHI SIAMO*/
/*@mixin xl-up {
    @media (min-width: 1560px) {
        @content;
    }
}

@mixin lg-up {
    @media (min-width: 1440px) {
        @content;
    }
}

@mixin md-up {
    @media (min-width: 1199px) {
        @content;
    }
}

@mixin xs-up {
    @media (min-width: 767px) {
        @content;
    }
}

@mixin xxs-up {
    @media (min-width: 321px) {
        @content;
    }
}

@mixin tablet-portrait {
    @media screen and (orientation: portrait) and (max-device-width: 1024px) {
        @content;
    }
}

@mixin tablet-landscape {
    @media screen and (orientation: landscape) and (max-device-width: 1024px) {
        @content;
    }
}

@mixin phone-landscape {
    @media screen and (orientation: landscape) and (max-device-width: 820px) {
        @content;
    }
}
*/
.icon.ico-reset {
  width: 24px;
  height: 24px;
}
.icon.ico-busta {
  width: 24px;
  height: 25px;
}
.icon.ico-copy {
  width: 56px;
  height: 47px;
}

/*@mixin xl-up {
    @media (min-width: 1560px) {
        @content;
    }
}

@mixin lg-up {
    @media (min-width: 1440px) {
        @content;
    }
}

@mixin md-up {
    @media (min-width: 1199px) {
        @content;
    }
}

@mixin xs-up {
    @media (min-width: 767px) {
        @content;
    }
}

@mixin xxs-up {
    @media (min-width: 321px) {
        @content;
    }
}

@mixin tablet-portrait {
    @media screen and (orientation: portrait) and (max-device-width: 1024px) {
        @content;
    }
}

@mixin tablet-landscape {
    @media screen and (orientation: landscape) and (max-device-width: 1024px) {
        @content;
    }
}

@mixin phone-landscape {
    @media screen and (orientation: landscape) and (max-device-width: 820px) {
        @content;
    }
}
*/
/*PADDING stop PER SECTION*/
/*ECCEZIONE PER FOOTER NELLA PAGINA DEL CHI SIAMO*/
/*@mixin xl-up {
    @media (min-width: 1560px) {
        @content;
    }
}

@mixin lg-up {
    @media (min-width: 1440px) {
        @content;
    }
}

@mixin md-up {
    @media (min-width: 1199px) {
        @content;
    }
}

@mixin xs-up {
    @media (min-width: 767px) {
        @content;
    }
}

@mixin xxs-up {
    @media (min-width: 321px) {
        @content;
    }
}

@mixin tablet-portrait {
    @media screen and (orientation: portrait) and (max-device-width: 1024px) {
        @content;
    }
}

@mixin tablet-landscape {
    @media screen and (orientation: landscape) and (max-device-width: 1024px) {
        @content;
    }
}

@mixin phone-landscape {
    @media screen and (orientation: landscape) and (max-device-width: 820px) {
        @content;
    }
}
*/
.boxes {
  padding-bottom: 60px;
}

.box {
  background: #FCF9F8;
  padding: 24px 40px;
  border-radius: 5px;
  max-width: 400px;
  margin: 0 auto;
}
@media (max-width: 767px) {
    .box {
        padding: 15px;
    }
}

.box .title {
  font-size: 24px;
  line-height: 1.25;
  font-weight: 700;
  margin-bottom: 40px;
}
.box .txt {
  font-size: 16px;
  line-height: 1.5;
}
.box .form {
  margin-top: 24px;
  margin-top: 24px;
  border-bottom: 1px solid #D6DADE;
  margin-bottom: 24px;
  padding-bottom: 24px;
}
.box .form label {
  display: block;
  font-size: 14px;
  line-height: 1.5;
  font-weight: 700;
  margin-bottom: 2.75px;
}
.box .form input {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  font-family: "Montserrat";
  font-size: 14px;
  line-height: 1;
  width: 100%;
  padding: 10px;
  box-sizing: border-box;
  margin-bottom: 4px;
  border: 1px solid #88919A;
  border-radius: 7px;
  font-weight: 500;
}
.box .form select {
  font-family: "Montserrat";
  font-size: 14px;
  line-height: 1;
  width: 100%;
  padding: 10px;
  box-sizing: border-box;
  margin-bottom: 4px;
  border: 1px solid #88919A;
  border-radius: 7px;
  font-weight: 500;
}

.box .form .btn {
  display: block;
  width: 100%;
  margin-top: 12px;
  cursor: pointer;
}
.box .form .cta {
  padding-top: 24px;
}
.box .form .cta .btn {
  padding: 13px 0;
}
.box .actions {
  font-size: 14px;
  margin-bottom: 16px;
}
.box .actions:last-child {
  margin-bottom: 0;
}
.box .actions a {
  color: #404850;
  font-weight: 700;
}
.box .otplink .otp {
  color: firebrick;
  font-size: 15px;
  font-weight: bold;
}
.box .otplink {
  margin-top: 10px;
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .box .actions a {
    display: block;
  }
}

/*@mixin xl-up {
    @media (min-width: 1560px) {
        @content;
    }
}

@mixin lg-up {
    @media (min-width: 1440px) {
        @content;
    }
}

@mixin md-up {
    @media (min-width: 1199px) {
        @content;
    }
}

@mixin xs-up {
    @media (min-width: 767px) {
        @content;
    }
}

@mixin xxs-up {
    @media (min-width: 321px) {
        @content;
    }
}

@mixin tablet-portrait {
    @media screen and (orientation: portrait) and (max-device-width: 1024px) {
        @content;
    }
}

@mixin tablet-landscape {
    @media screen and (orientation: landscape) and (max-device-width: 1024px) {
        @content;
    }
}

@mixin phone-landscape {
    @media screen and (orientation: landscape) and (max-device-width: 820px) {
        @content;
    }
}
*/
/*PADDING stop PER SECTION*/
/*ECCEZIONE PER FOOTER NELLA PAGINA DEL CHI SIAMO*/
/*@mixin xl-up {
    @media (min-width: 1560px) {
        @content;
    }
}

@mixin lg-up {
    @media (min-width: 1440px) {
        @content;
    }
}

@mixin md-up {
    @media (min-width: 1199px) {
        @content;
    }
}

@mixin xs-up {
    @media (min-width: 767px) {
        @content;
    }
}

@mixin xxs-up {
    @media (min-width: 321px) {
        @content;
    }
}

@mixin tablet-portrait {
    @media screen and (orientation: portrait) and (max-device-width: 1024px) {
        @content;
    }
}

@mixin tablet-landscape {
    @media screen and (orientation: landscape) and (max-device-width: 1024px) {
        @content;
    }
}

@mixin phone-landscape {
    @media screen and (orientation: landscape) and (max-device-width: 820px) {
        @content;
    }
}
*/
.cta {
  visibility: visible;
}

.btn {
  background: #404850;
  border: 1px solid #404850;
  border-radius: 5px;
  color: #ffffff;
  padding: 13px 27px;
  display: block;
  text-decoration: none;
  text-align: center;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 700;
  transition: all 0.3s ease-in-out;
}
.btn:hover {
  background: #FCF9F8;
  color: #404850;
}
.btn.invert {
  background: #FCF9F8;
  color: #404850;
}
.btn.invert:hover {
  background: #404850;
  color: #ffffff;
}

/*@mixin xl-up {
    @media (min-width: 1560px) {
        @content;
    }
}

@mixin lg-up {
    @media (min-width: 1440px) {
        @content;
    }
}

@mixin md-up {
    @media (min-width: 1199px) {
        @content;
    }
}

@mixin xs-up {
    @media (min-width: 767px) {
        @content;
    }
}

@mixin xxs-up {
    @media (min-width: 321px) {
        @content;
    }
}

@mixin tablet-portrait {
    @media screen and (orientation: portrait) and (max-device-width: 1024px) {
        @content;
    }
}

@mixin tablet-landscape {
    @media screen and (orientation: landscape) and (max-device-width: 1024px) {
        @content;
    }
}

@mixin phone-landscape {
    @media screen and (orientation: landscape) and (max-device-width: 820px) {
        @content;
    }
}
*/
/*PADDING stop PER SECTION*/
/*ECCEZIONE PER FOOTER NELLA PAGINA DEL CHI SIAMO*/
/*@mixin xl-up {
    @media (min-width: 1560px) {
        @content;
    }
}

@mixin lg-up {
    @media (min-width: 1440px) {
        @content;
    }
}

@mixin md-up {
    @media (min-width: 1199px) {
        @content;
    }
}

@mixin xs-up {
    @media (min-width: 767px) {
        @content;
    }
}

@mixin xxs-up {
    @media (min-width: 321px) {
        @content;
    }
}

@mixin tablet-portrait {
    @media screen and (orientation: portrait) and (max-device-width: 1024px) {
        @content;
    }
}

@mixin tablet-landscape {
    @media screen and (orientation: landscape) and (max-device-width: 1024px) {
        @content;
    }
}

@mixin phone-landscape {
    @media screen and (orientation: landscape) and (max-device-width: 820px) {
        @content;
    }
}
*/
.find-client {
  padding-bottom: 40px;
}
.find-client .box {
  max-width: 100%;
  text-align: left;
}
.find-client .box .title {
  margin-bottom: 16px;
}
.find-client .box form {
  margin-top: 0;
  position: relative;
}
.find-client .box form input {
  border-color: #E9E0D4;
  padding-right: 60px;
}
.find-client .box form input::-moz-placeholder {
  opacity: 0.5;
}
.find-client .box form input::placeholder {
  opacity: 0.5;
}
.find-client .box form button[type=reset] {
  position: absolute;
  top: 7px;
  right: 18px;
  border: none;
  background: none;
  cursor: pointer;
}
.find-client .box .listing ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.find-client .box .listing ul li {
  border-bottom: 1px solid #D6DADE;
  margin-bottom: 12px;
  padding-bottom: 12px;
}
.find-client .box .listing ul li:last-child {
  border: none;
  margin-bottom: 0;
  padding-bottom: 0;
}
@media (max-width: 991px) {
  .find-client .box .listing ul li .list-sx {
    flex: 0 0 100%;
    max-width: 100%;
    margin-bottom: 5px;
  }
}
@media (max-width: 991px) {
  .find-client .box .listing ul li .list-dx {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
@media (max-width: 767px) {
  .find-client .box .listing ul li .list-dx {
    display: block;
  }
}
.find-client .box .listing ul li .title {
  font-size: 16px;
  line-height: 1.4;
  margin-bottom: 0;
  max-width: 240px;
}
@media (max-width: 767px) {
  .find-client .box .listing ul li .title {
    font-size: 14px;
  }
}
.find-client .box .listing ul li .email {
  border: 1px solid #D6DADE;
  border-radius: 5px;
  padding-left: 18px;
  overflow: hidden;
  min-width: 410px;
}
.find-client .box .listing ul li .email .busta {
  visibility: visible;
}
.find-client .box .listing ul li .email .indirizzo {
  margin: 0 60px 0 16px;
}
.find-client .box .listing ul li .email .indirizzo .label {
  font-size: 12px;
  line-height: 1.5;
}
.find-client .box .listing ul li .email .indirizzo .mail-real {
  font-size: 14px;
  line-height: 1.5;
  font-weight: 700;
}
.find-client .box .listing ul li .email .copy {
  visibility: visible;
}
.find-client .box .listing ul li .email .copy a svg rect, .find-client .box .listing ul li .email .copy a svg path {
  transform-origin: center;
  transition: all 0.3s ease-in-out;
}
.find-client .box .listing ul li .email .copy a:hover svg {
  /*rect {
      fill: $White;
  }*/
}
.find-client .box .listing ul li .email .copy a:hover svg path {
  transform: scale(1.15);
}
@media (max-width: 767px) {
  .find-client .box .listing ul li .email {
    min-width: auto;
    padding-left: 10px;
  }
  .find-client .box .listing ul li .email .indirizzo {
    margin: 0;
  }
  .find-client .box .listing ul li .email .indirizzo .mail-real {
    font-size: 12px;
  }
}
@media (max-width: 767px) {
  .find-client .box .listing ul li .accedi {
    margin-top: 10px;
  }
}
.find-client .box .listing ul li .accedi .btn {
  min-width: 220px;
}
@media (max-width: 1199px) {
  .find-client .box .listing ul li .accedi .btn {
    min-width: auto;
  }
}

/*@mixin xl-up {
    @media (min-width: 1560px) {
        @content;
    }
}

@mixin lg-up {
    @media (min-width: 1440px) {
        @content;
    }
}

@mixin md-up {
    @media (min-width: 1199px) {
        @content;
    }
}

@mixin xs-up {
    @media (min-width: 767px) {
        @content;
    }
}

@mixin xxs-up {
    @media (min-width: 321px) {
        @content;
    }
}

@mixin tablet-portrait {
    @media screen and (orientation: portrait) and (max-device-width: 1024px) {
        @content;
    }
}

@mixin tablet-landscape {
    @media screen and (orientation: landscape) and (max-device-width: 1024px) {
        @content;
    }
}

@mixin phone-landscape {
    @media screen and (orientation: landscape) and (max-device-width: 820px) {
        @content;
    }
}
*/
/*PADDING stop PER SECTION*/
/*ECCEZIONE PER FOOTER NELLA PAGINA DEL CHI SIAMO*/
/*@mixin xl-up {
    @media (min-width: 1560px) {
        @content;
    }
}

@mixin lg-up {
    @media (min-width: 1440px) {
        @content;
    }
}

@mixin md-up {
    @media (min-width: 1199px) {
        @content;
    }
}

@mixin xs-up {
    @media (min-width: 767px) {
        @content;
    }
}

@mixin xxs-up {
    @media (min-width: 321px) {
        @content;
    }
}

@mixin tablet-portrait {
    @media screen and (orientation: portrait) and (max-device-width: 1024px) {
        @content;
    }
}

@mixin tablet-landscape {
    @media screen and (orientation: landscape) and (max-device-width: 1024px) {
        @content;
    }
}

@mixin phone-landscape {
    @media screen and (orientation: landscape) and (max-device-width: 820px) {
        @content;
    }
}
*/




/*
 * Header
 */
.header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 15px;
    margin-bottom: 30px;
}

.logo {
    order: 1;
}

.logo a {
    display: block;
    width: 100%;
    max-width: 150px;
    height: auto;
}

.logo a svg {
    width: 100%;
    height: auto;
}

.navbar {
    position: relative;
    order: 2;
}

.navbar__toggle {
    display: flex;
    background: none;
    border: none;
}

.navbar__nav {
    position: absolute;
    right: 0;
    top: calc(100% + 15px);
    z-index: 100;
    display: none;
    width: calc(100vw - 30px);
    max-width: 400px;
    padding: 15px;
    background-color: #404850;
    border-radius: 4px;
    color: #fff;
    box-sizing: border-box;
}

.navbar__nav._open {
    display: block;
}

.navbar__nav ul {
    padding: 0;
    margin: 15px 0 0 0;
    list-style: none;
}

.navbar__nav ul:first-child {
    margin-top: 0;
}

.navbar__nav ul li {
    margin-top: 10px;
}

.navbar__nav ul li:first-child {
    margin-top: 0;
}

.navbar__nav ul li a {
    font-size: 14px;
    font-weight: 400;
    text-decoration: none;
    color: #fff;
}

.navbar__nav ul li a.active {
    font-weight: 600;
}

@media (min-width: 768px) {
    .header {
        padding: 0;
        margin-bottom: 60px;
        flex-wrap: wrap;
        justify-content: center;
    }

    .logo {
        order: 2;
        margin-top: 30px;
    }

    .logo a {
        max-width: 237px;
    }

    .navbar {
        order: 1;
        width: 100%;
        padding: 10px 15px;
        background-color: #404850;
        color: #fff;
    }

    .navbar__toggle {
        display: none;
    }

    .navbar__nav {
        position: static;
        display: flex;
        width: auto;
        max-width: initial;
        padding: 0;
        justify-content: space-between;
    }

    .navbar__nav ul {
        display: flex;
        margin: 0 -10px;
    }

    .navbar__nav ul li {
        margin: 0 10px;
    }

    .navbar__nav ul li a:hover {
        opacity: 0.75;
    }
}







/*@mixin xl-up {
    @media (min-width: 1560px) {
        @content;
    }
}

@mixin lg-up {
    @media (min-width: 1440px) {
        @content;
    }
}

@mixin md-up {
    @media (min-width: 1199px) {
        @content;
    }
}

@mixin xs-up {
    @media (min-width: 767px) {
        @content;
    }
}

@mixin xxs-up {
    @media (min-width: 321px) {
        @content;
    }
}

@mixin tablet-portrait {
    @media screen and (orientation: portrait) and (max-device-width: 1024px) {
        @content;
    }
}

@mixin tablet-landscape {
    @media screen and (orientation: landscape) and (max-device-width: 1024px) {
        @content;
    }
}

@mixin phone-landscape {
    @media screen and (orientation: landscape) and (max-device-width: 820px) {
        @content;
    }
}
*/
/*PADDING stop PER SECTION*/
/*ECCEZIONE PER FOOTER NELLA PAGINA DEL CHI SIAMO*/
/*@mixin xl-up {
    @media (min-width: 1560px) {
        @content;
    }
}

@mixin lg-up {
    @media (min-width: 1440px) {
        @content;
    }
}

@mixin md-up {
    @media (min-width: 1199px) {
        @content;
    }
}

@mixin xs-up {
    @media (min-width: 767px) {
        @content;
    }
}

@mixin xxs-up {
    @media (min-width: 321px) {
        @content;
    }
}

@mixin tablet-portrait {
    @media screen and (orientation: portrait) and (max-device-width: 1024px) {
        @content;
    }
}

@mixin tablet-landscape {
    @media screen and (orientation: landscape) and (max-device-width: 1024px) {
        @content;
    }
}

@mixin phone-landscape {
    @media screen and (orientation: landscape) and (max-device-width: 820px) {
        @content;
    }
}
*/
footer {
  padding: 95px 0;
  border-top: 1px solid #9E9E9E;
}
footer .logo-60 {
  margin-top: 60px;
}
@media (max-width: 991px) {
  footer .logo-60 {
    margin: 10px 0 40px 0;
  }
}
footer .logo-60 img {
  max-width: 150px;
}
@media (max-width: 767px) {
  footer .logo-60 img {
    max-width: 120px;
  }
}
footer .social {
  gap: 35px;
}
footer .social a {
  display: flex;
}
footer .col-links .title {
  color: #2C43D1;
  padding-bottom: 10px;
}
footer .col-links ul {
  margin: 15px 0 0 0;
  padding: 0;
  list-style-type: none;
}
footer .col-links ul li a {
  font-size: 0.88em;
  line-height: 2.3;
  color: #88919A;
  text-decoration: none;
}
footer .footer-bottom {
  margin-top: 60px;
  font-size: 0.77em;
}
footer .footer-bottom a {
  color: #88919A;
  text-decoration: none;
}
footer .footer-bottom a.footer-ws {
  gap: 10px;
}
footer .footer-bottom .link-privacy {
  gap: 30px;
}
footer .footer-bottom .logo-ws {
  gap: 15px;
}
@media (max-width: 991px) {
  footer {
    padding: 64px 0;
  }
  footer .title-footer {
    position: relative !important;
    left: 50%;
    transform: translateX(-50%) !important;
  }
  footer .social {
    justify-content: center !important;
  }
  footer .col-links {
    border-top: 1px solid #00B3E6;
    padding-top: 38px;
    margin-top: 65px;
  }
  footer .col-links .title {
    padding-bottom: 7px;
  }
  footer .col-links ul {
    margin: 0;
    padding-bottom: 27px;
  }
  footer .footer-bottom {
    margin-top: 0;
  }
}
@media (max-width: 767px) {
  footer .footer-bottom {
    visibility: visible;
  }
  footer .footer-bottom .link-privacy {
    gap: 10px;
    padding-bottom: 30px;
  }
  footer .footer-bottom .link-privacy > div {
    flex: 0 0 100%;
    max-width: 100%;
  }
}

/*
 * Icons
 */

.material-symbols-rounded {
 font-variation-settings:
         'FILL' 0,
         'wght' 400,
         'GRAD' 0,
         'opsz' 24
}


