@font-face {
  font-family: 'Noah';
  src: url('../fonts/Noah-Regular.ttf') format('truetype'),
  url('../fonts/Noah-Regular.otf') format('opentype');
  font-style: normal;
}

* {
  box-sizing: border-box !important;
  text-rendering: optimizeLegibility;
}

/* COLORI */
.bg-black-50 {
  background-color: rgba(0, 0, 0, 0.5);
}
.bg-blu {
  background-color: #152a77;
}
.bg-blu-2 {
  background-color: #3f42ff;
}
.bg-blu-3 {
  background-color: #162b78;
}
.bg-blu-4 {
  background-color: #2644b0;
}
.bg-blu-5 {
  background-color: #4f69c7;
}
.bg-grigio-chiaro {
  background-color: rgba(0, 0, 0, 0.05);
}
.bg-grigio-chiaro-2 {
  background-color: #f2f2f2;
}
.bg-kaki, .bg-kaki2 {
  background-color: #848D82;
}
.bg-kaki-50 {
  background-color: rgba(132, 141, 130, 0.6);
}
.bianco {
  color: #ffffff;
}
.blu {
  color: #152a77;
}
.blu-2 {
  color: #3f42ff;
}
/*.crema {
  color: #ECE59A;
} */
.grigio-scuro {
  color: #424242;
}
.kaki {
  color: #848D82;
}

/* COOKIES STYLE */
.cc-window {
  font-family: 'Cabin', sans-serif !important;
  color: #ffffff !important;
}
.cc-btn {
  font-family: 'Quicksand', sans-serif !important;
  font-size: 16px !important;
}
.cc-btn:hover {
  background-color: #4f69c7 !important;
}
.cc-link {
  color: #ffffff !important;
}
ol {
  padding-left: 20px;
}
h1 {
  margin: 0;
}
h1.blu, h1.bianco, h3.kaki, h5.grigio-scuro, .right p, h3.blu {
  font-family: 'Quicksand', sans-serif;
  font-weight: 600;
}
h2 {
  font-size: 30px;
  font-family: 'Quicksand', sans-serif;
}
h3 {
  font-size: 20px;
  font-family: 'Quicksand', sans-serif;
}
h5 {
  font-size: 16px;
  font-family: 'Quicksand', sans-serif;
}
p, ol li.grigio-scuro {
  font-family: 'Cabin', sans-serif;
  text-align: justify;
  line-height: 29px;
  font-size: 16px;
}
nav .brand-logo {
/*  transform: translateX(-50%);
  left: 50%; */
  float: left;
  left: initial;
  transform: initial;
  margin-left: 20px;
}
nav .brand-logo img {
  width: 130px;
  padding-top: 13px;
}
nav ul a {
  font-family: 'Quicksand', sans-serif;
  font-weight: 400;
  color: #7f7f7f;
}
a.bg-grigio-chiaro {
  display: inline-block;
  padding: 5px;
  margin-top: 15px;
}
a.blu {
  word-break: break-word;
}
.approfondisci h3 {
  margin: 0 auto;
}
.approfondisci strong {
  font-size: 18px;
  color: #424242;
}
.approfondisci:hover strong {
  color: #ffffff;
  -webkit-transition: .2s;
  transition: .2s;
  transition-timing-function: ease-in-out;
}
.artemislab {
  font-family: 'Noah';
  font-size: 35px;
  vertical-align: bottom;
}
.claim {
  font-family: 'Quicksand', sans-serif;
  font-weight: 700;
  font-size: 70px;
  margin-bottom: 30px;
  margin-top: 170px;
  margin-left: 140px;
  display: block;
}
.claim-2 {
  font-family: 'Quicksand', sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  line-height: 55px;
  font-size: 22px;
  margin-top: 0px;
  margin-bottom: 170px;
  display: block;
}
.collaboratori img {
  margin-top: 10px;
}
.divider.white {
  margin-top: 25px;
}
/*.active {
  color: #0077cb;
  background-color: transparent;
}
nav ul a:hover, nav ul a:active, .sidenav li > a:hover, .sidenav li > a:active {
  color: #0077cb;
  background-color: initial;
}
nav ul li.active {
  background-color: transparent;
} */
.sfondo-card-1 {
  background-image: url('../img/sfondo-noah-chiaro.jpg');
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  display: flex;
  position: relative;
  overflow: hidden;
  height: 600px;
  align-items: center;
}
.sfondo-card-2 {
  background-image: url('../img/sfondo-noah-chiaro.jpg');
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  display: flex;
  position: relative;
  overflow: hidden;
  height: 600px;
  align-items: center;
}
.sfondo-card-3 {
  background-image: url('../img/sfondo-noah-chiaro.jpg');
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  display: flex;
  position: relative;
  overflow: hidden;
  height: 600px;
  align-items: center;
}
.sfondo-card-4 {
  background-image: url('../img/sfondo-noah-chiaro.jpg');
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  display: flex;
  position: relative;
  overflow: hidden;
  height: 600px;
  align-items: center;
}
.sidenav li > a {
  font-family: 'Quicksand', sans-serif;
  font-weight: 400;
  color: #424242;
  font-size: 13px;
  padding: 0 15px;
}
.sidenav li > a:hover {
  color: #152a77;
  background-color: rgba(0, 0 ,0, 0.05);
}
.sidenav li.logo > a:hover {
  background-color: transparent !important;
}
.sidenav li > a:active {
  color: #0d47a1;
  background-color: initial;
}
.sidenav-trigger {
  color: #3f42ff;
  float: right !important;
}
.staff .divider, .info-contatti .divider, .archivio .divider {
  margin-top: 17px;
}
.add {
  display: inline-block !important;
  position: relative;
  align-self: center;
  margin-right: -5px !important;
  padding-left: 5px;
}
.archivio h3 {
  margin-top: 1.09333rem;
  margin-bottom: 0;
}
.archivio h5 {
  font-family: 'Quicksand', sans-serif;
  font-size: 14px !important;
  font-weight: 500 !important;
  margin-top: 5px;
  margin-bottom: 5px;
}
.archivio h6 {
  font-family: 'Quicksand', sans-serif;
  font-size: 13px !important;
  font-weight: 400 !important;
  margin-top: 5px;
  margin-bottom: 0px;
}
.btn.bg-kaki {
  font-family: 'Quicksand', sans-serif;
  font-size: 14px;
  font-weight: 500;
  border-radius: 5px;
  width: 155px;
}
.btn.bg-kaki2 {
  font-family: 'Quicksand', sans-serif;
  font-size: 14px;
  font-weight: 500;
  border-radius: 5px;
  margin-right: 20px;
  margin-bottom: 15px;
}
.btn.bg-kaki:hover, .btn.bg-kaki2:hover {
  color: #ffffff;
  background-color: rgba(132,141,130,0.7) !important;
}
.card.bg-grigio-chiaro {
  height: 240px;
  position: relative;
}
.card.bg-grigio-chiaro:hover {
  background-color: #848D82;
  -webkit-transition: .2s;
  transition: .2s;
  transition-timing-function: ease-in-out;
}
.card .kaki.p-20 {
  text-align: center;
  position: relative;
  margin-top: 0;
  margin-bottom: 0;
  -webkit-transition: .2s;
  transition: .2s;
  transition-timing-function: ease-in-out;
}
.card:hover .kaki.p-20, .card:hover strong {
  color: #f2f2f2;
  -webkit-transition: .2s;
  transition: .2s;
  transition-timing-function: ease-in-out;
}
.card-image img {
  width: 100%;
  height: auto;
  object-fit: cover;
  position: relative;
}
h5.card-title {
  font-family: 'Quicksand', sans-serif;
  font-size: 14px !important;
  font-weight: 500 !important;
}
.contatti-intro {
  background-image: url('../img/desk.jpg');
  background-repeat: no-repeat;
  background-position: top;
  background-size: cover;
}
.contatti-intro h1 {
  padding-top: 50px;
  padding-bottom: 0px;
  font-family: 'Noah';
  font-size: 75px;
  margin-bottom: 0px;
  text-align: right;
}
.contatti-intro h2 {
  margin-top: 0px;
  font-family: 'Quicksand', sans-serif;
  font-size: 20px;
  padding-bottom: 100px;
  text-align: right;
}
.cookie-intro {
  background-image: url('../img/cookie-back.jpg');
  background-repeat: no-repeat;
  background-position: bottom;
  background-size: cover;
}
.cookie-intro h1 {
  padding-top: 50px;
  padding-bottom: 0px;
  font-family: 'Noah';
  font-size: 75px !important;
  margin-bottom: 0px;
  text-align: right;
}
.cookie-intro h2 {
  margin-top: 0px;
  font-family: 'Quicksand', sans-serif;
  font-size: 20px;
  padding-bottom: 100px;
  text-align: right;
}
.copyright {
  margin-top: 20px;
}
.d-block {
  display: block;
}
.doc h3 {
  margin-top: 0;
  margin-bottom: 0;
}
.doc p {
  margin-top: 0;
}
.domanda {
  font-family: 'Quicksand', sans-serif;
  font-weight: 600;
  font-size: 14px;
}
.descrizione {
  font-family: 'Cabin', sans-serif;
  font-size: 14px;
  line-height: normal;
}
.faqs-intro {
  background-image: url('../img/faq.jpg');
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.faqs-intro h1 {
  padding-top: 50px;
  padding-bottom: 0px;
  font-family: 'Noah';
  font-size: 75px !important;
  margin-bottom: 0px;
  text-align: right;
}
.faqs-intro h2 {
  margin-top: 0px;
  font-family: 'Quicksand', sans-serif;
  font-size: 20px;
  padding-bottom: 100px;
    text-align: right;
}
.fixed-action-btn {
  position: relative !important;
  right: initial;
  left: initial;
  margin-top: 25px;
}
.fixed-action-btn.active, .btn-floating.btn-large.bg-blu:hover {
  background-color: #152a77;
}
.fixed-action-btn .bg-blu {
  float: right;
}
.home {
  background-image: url('../img/sfondo-noah-chiaro.jpg');
  background-position: bottom;
  background-size: cover;
  background-repeat: no-repeat;
  display: block;
  position: relative;

}
.home img {
  display: block;
}
.icon-block {
  padding: 0 15px;
}
.icon-block .material-icons {
  font-size: inherit;
}
.icon-footer {
  display: inline-block;
  font-size: 25px;
  margin-top: 15px;
  margin-left: 20px;
}
.icon-footer:hover i {
  color: #e0e0e0;
}
.icone-servizi {
  width: 45px;
  height: 45px;
  display: block;
  margin: 0 auto;
  padding-bottom: 3px;
}
#info-contatti .row {
  margin-top: 25px;
}
#info-contatti a {
  margin-top: 10px;
}
.info-intro {
  background-image: url('../img/office.jpg');
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.info-intro h1 {
  padding-top: 50px;
  padding-bottom: 0px;
  font-family: 'Noah';
  font-size: 75px !important;
  margin-bottom: 0px;
}
.info-intro h2 {
  margin-top: 0px;
  font-family: 'Quicksand', sans-serif;
  font-size: 20px;
  padding-bottom: 100px;
}
input[type=text]:not(.browser-default):focus:not([readonly]), input[type=email]:not(.browser-default):focus:not([readonly]), textarea.materialize-textarea:focus:not([readonly]) {
  border-bottom: 1px solid #848D82 !important;
  box-shadow: 0 1px 0 0 #848D82 !important;
}
label.active {
  color: #848D82 !important;
}
.n-logo {
  width: 120px;
  float: left;
  margin-top: 180px;
}
.pitstop-intro{
  background-image: url('../img/app-pitstop-noah.jpg');
  background-repeat: no-repeat;
  background-position: top;
  background-size: cover;
}
.pitstop-intro h1{
  padding-top: 50px;
  padding-bottom: 0px;
  font-family: 'Noah';
  font-size: 75px !important;
  margin-bottom: 0px;
  text-align: right;
}
.pitstop-intro h2 {
  margin-top: 0px;
  font-family: 'Quicksand', sans-serif;
  font-size: 20px;
  padding-bottom: 100px;
  text-align: right;
}
.news-intro {
  background-image: url('../img/news.jpg');
  background-repeat: no-repeat;
  background-position: bottom;
  background-size: cover;
}
.news-intro h1 {
  padding-top: 50px;
  padding-bottom: 0px;
  font-family: 'Noah';
  font-size: 75px !important;
  margin-bottom: 0px;
  text-align: right;
}
.news-intro h2 {
  margin-top: 0px;
  font-family: 'Quicksand', sans-serif;
  font-size: 20px;
  padding-bottom: 100px;
  text-align: right;
}
.owl-carousel.one .owl-dots {
  margin-top: -50px !important;
  position: relative !important;
}
.row .bg-black-50 {
  padding-top: 20px;
  padding-bottom: 20px;
}
.row.bg-kaki {
  margin-bottom: 0px;
}
.col.s2.nav {
  font-family: 'Quicksand', sans-serif;
  font-weight: 400;
  text-align: center;
  color: #ffffff;
  padding: 20px;
}
.col.s2.nav .tab {
  color: #ffffff;
}
.col.s2.nav:hover {
  background-color: rgba(0, 0, 0, 0.4);
}
.faqs, .contatti, .news {
  margin-top: 55px;
  margin-bottom: 55px;
}
.faqs .collapsible-header i {
  margin-left: auto;
  margin-right: 0px;
}
.first .row {
  margin-bottom: 0px;
}
.first p {
  margin-top: 50px;
  margin-bottom: 25px;
}
.logo-contatti {
  margin-top: 14px;
  width: 200px;
}
.mb-0 {
  margin-bottom: 0px;
}
.mb-20 {
  margin-bottom: 20px;
}
.mt-0 {
  margin-top: 0px;
}
.mt-10 {
  margin-top: 10px;
}
.mt-20 {
  margin-top: 20px;
}
.mt-30 {
  margin-top: 30px;
}
.mt-35 {
  margin-top: 35px;
}
.mt-40 {
  margin-top: 40px;
}
.mt-50 {
  margin-top: 50px;
}
.p-20 {
  padding: 20px;
}
.p-30-45 {
  padding: 30px 45px !important;
}
.pb-30 {
  padding-bottom: 30px;
}
.pb-40 {
  padding-bottom: 40px;
}
.pt-20 {
  padding-top: 20px;
}
.pt-30 {
  padding-top: 30px;
}
.pt-40 {
  padding-top: 40px;
}
.py-40 {
  padding-top: 40px;
  padding-bottom: 40px;
}
.servizi p, .team p {
  margin-bottom: 30px !important;
}
.sidenav .divider {
  margin: 0;
}
.tabs .tab a {
  color: #848d82;
  opacity: 0.7;
}
.tabs .tab a.active, .tabs .tab a:hover, .tabs .tab a:focus, .tabs .tab a:focus.active {
  color: #848d82;
  background-color: transparent;
  opacity: 1;
}
.tabs .indicator {
  background-color: #848d82;
}
.title-lab {
  display: block;
  width: 100%;
  margin-top: 100px;
  margin-bottom: 20px;
}
#return-to-top {
  display: none;
  position: fixed;
  bottom: 2%;
  right: 2%;
  z-index: 200;
  border: none;
  outline: none;
  background-color: #848D82;
  color: #ffffff;
  cursor: pointer;
  width: 36px;
  height: 36px;
  padding: 6px;
  border-radius: 5px;
  -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
#return-to-top:hover {
  background-color: rgba(132,141,130,0.7);
}
#return-to-top i {
  color: #ffffff;
}
.share:hover i {
  color: #dddddd;
}
.valign-wrapper h1 {
  margin-top: 0px;
}
.valign-wrapper p {
  margin-bottom: 0;
}
ul.archivio-news > a > li {
  font-family: 'Quicksand', sans-serif;
  font-weight: 400;
}
ul.archivio-news > a > li:hover {
  text-decoration: underline;
}
ul.pubblicazioni {
  padding-left: 20px !important;
}
ul.pubblicazioni li {
    font-family: 'Cabin', sans-serif;
    text-align: justify;
    list-style-type: disc !important;
  }
footer ul {
  margin-bottom: 0;
}
footer ul li a {
  color: #ffffff;
}
footer ul li a:hover {
  color: #e0e0e0;
}
footer .brand-logo img {
  width: 200px;
}
footer.page-footer {
  font-family: 'Quicksand', sans-serif;
  font-weight: 400;
  background-color: #152a77;
  color: #ffffff;
  margin: 0;
  padding-top: 40px;
  padding-left: 28px;
  padding-right: 43px;
  padding-bottom: 20px;
}
footer.page-footer .row {
  margin-bottom: 0px;
}
footer.page-footer h5 {
  font-size: 22px;
  font-weight: 500;
  margin-top: 20px;
}

@media only screen and (max-width: 600px) {
  .contatti-mobile {
    margin-bottom: 20px;
  }
  .faqs-intro h1, .info-intro h1, .contatti-intro h1, .news-intro h1 {
    font-size: 30px;
  }
  .faqs-intro h2, .info-intro h2, .contatti-intro h2, .news-intro h2 {
    font-size: 18px;
    padding-bottom: 70px;
  }
  footer.page-footer h5 {
    margin-top: 30px;
  }
  h1.blu {
    font-size: 25px;
  }
  .keys .row.valign-wrapper, #info-contatti .valign-wrapper, .servizi .valign-wrapper {
    display: block;
  }
  #info-contatti a {
    margin-bottom: 10px;
  }
  li.logo {
    padding-top: 10px;
    padding-bottom: 30px;
  }
  li.logo img {
    width: 140px;
    margin-top: 13px;
  }
  .logo-contatti {
    margin-top: 55px;
  }
  nav .brand-logo img {
    width: 130px;
    padding-top: 8px;
  }
  .sfondo-card-1, .sfondo-card-2, .sfondo-card-3, .sfondo-card-4 {
    height: 700px;
  }
  .sfondo-card-1 .row.mt-20, .sfondo-card-2 .row.mt-20, .sfondo-card-3 .row.mt-20, .sfondo-card-4 .row.mt-20 {
    margin-left: 10px;
    margin-right: 10px;
  }
  .staff .s8 {
    padding-bottom: 15px;
  }
  .claim {
    font-size: 30px;
    margin-left: 100px;
  }
  .claim-2 {
    font-size: 20px;
    line-height: 40px;
  }
  .n-logo {
    width: 70px;
    margin-top: 165px;
  }
}
@media only screen and (max-width: 600px) {
  .valign-wrapper p {
    margin-bottom: 1em;
  }
}
@media only screen and (min-width: 601px) {
  /*.mt-0 {
    margin-top: 9px;
  } */
}
@media only screen and (min-width: 601px) and (max-width: 992px) {
  .faqs-intro h1, .info-intro h1, .contatti-intro h1, .news-intro h1 {
    font-size: 70px;
  }
  li.logo {
    padding-top: 10px;
    padding-bottom: 30px;
  }
  li.logo img {
    width: 140px;
    margin-top: 13px;
  }
  .claim {
    font-size: 64px;
    margin-top: 180px;
  }
}
@media only screen and (max-width: 992px) {
}
@media only screen and (min-width: 993px) {
  nav a.sidenav-trigger {
    display: initial;
  }
  li.logo {
    padding-top: 10px;
    padding-bottom: 30px;
  }
  li.logo img {
    width: 140px;
    margin-top: 13px;
  }
}
@media only screen and (min-width: 993px) and (max-width: 1200px) {
}
@media only screen and (min-width: 1200px) {
}
@media only screen and (min-width: 1440px) {

}
@media only screen and (min-width: 1540px) {
  .claim {
    margin-top: 280px;
  }
  .claim-2 {
    margin-bottom: 230px;
  }
  .home {
    background-position: center;
  }
  .n-logo {
    margin-top: 290px;
  }
}
