/*PRELOADER*/
.preloader .spinner-wrap .preloader-logo {
  width: 93%;
  padding: 25px;
  background: #ffffff;
  border-radius: 50%;
}

/*HEADER*/
.header-logo {
  width: 70px;
}

header .main-menu ul li a::before {
  content: "";
  position: absolute;
  bottom: 29px;
  left: auto;
  right: 0;
  height: 2px;
  width: 0;
  background-color: var(--color-primary);
  transition: all 0.3s ease;
}
header .main-menu ul li.current-menu-item a::before {
  left: 0;
  right: auto;
  width: 100%;
}

.quanto-mobile-menu ul li a {
  color: var(--color-black) !important;
}

/* LAYOUT */
@media (min-width: 1400px) and (max-width: 1599px) {
  .container.custom-container {
    max-width: 1400px;
  }
}
@media (min-width: 1201px) and (max-width: 1399px) {
  .container.custom-container {
    max-width: 1200px;
  }
}

/*TITLES*/
h1.title {
  font-size: 100px !important;
}
@media only screen and (max-width: 768px) {
  h1.title {
    font-size: 65px !important;
  }
  h1.title img {
    max-width: 80px;
  }
}

/* HOME */
.quanto-hero__info {
  max-width: 400px;
  right: 20px;
}
@media only screen and (max-width: 768px) {
  .quanto-hero__info {
    max-width: 100%;
    right: 0px;
  }
}

.quanto-hero__thumb img {
  height: 100%;
  width: 100%;
  margin: 0 auto;
  background-position: center center;
  background-size: cover;
  -o-object-fit: cover;
  object-fit: cover;
}

.terapeutic-section .title,
.terapeutic-section .service-title,
.terapeutic-section .service-info p {
  color: #ffffff;
}
.terapeutic-section h5 {
  font-size: 40px;
}
.terapeutic-section .quanto-link-btn {
  color: #ffffff;
  border-bottom: 1px solid #ffffff;
}
.terapeutic-section .quanto-link-btn span {
  color: #ffffff;
}
.terapeutic-section .quanto-link-btn span .arry1 {
  color: #ffffff;
}
.terapeutic-section .quanto-link-btn:hover {
  color: #ffffff;
}
.terapeutic-section .quanto-link-btn:hover span {
  color: #ffffff;
}
.terapeutic-section .quanto-link-btn:hover span .arry2 {
  color: #ffffff;
}
.terapeutic-section .quanto-service-box4 svg {
  color: #ffffff;
}

.typology-section {
  background-color: var(--color-2);
}
.typology-section .quanto-blog-box .quanto-blog-thumb {
  text-align: right;
}
.typology-section .quanto-blog-box .quanto-blog-thumb img {
  transition: all 0.5s ease;
  width: 100%;
  height: 265px;
  -o-object-fit: cover;
     object-fit: cover;
}

/* VIDEO */
#player-container {
  position: relative;
  background: #000;
  overflow: hidden;
}
#player-container img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

/* TRATTAMENTI */
.quanto-service-box4 .service-info.long_text {
  max-width: 980px;
}

.quanto_list_small {
  margin-bottom: 50px;
}
.quanto_list_small .quanto-awards-box {
  padding: 10px 0;
}
.quanto_list_small .quanto-awards-box:hover {
  padding: 10px 10px;
}
.quanto_list_small .quanto-awards-box .awards-info {
  display: none;
}

/* TECNOLOGIE */
h2.portfolio-details__title {
  font-size: 80px;
}

footer .marquee-container .marquee .marquee-item-container .marquee-item h1 {
  font-size: 70px;
}
footer .marquee-container .marquee .marquee-item-container .marquee-item img {
  filter: brightness(0) invert(1);
}/*# sourceMappingURL=custom.css.map */