@import url(https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700;800&display=swap);@import url(https://fonts.googleapis.com/css2?family=Nunito:wght@300;400;600;700&display=swap);/*colors*/
/*colors*/
/* fonts */
/* fonts */
.container {
  padding-left: 1rem;
  padding-right: 1rem;
  width: 100%;
  max-width: 1175px;
  display: block;
  margin: 0 auto; }

.container--large {
  max-width: 1475px; }

.fixed {
  position: fixed; }

.relative {
  position: relative; }

.absolute {
  position: absolute; }

.block {
  display: block; }

.flex {
  display: flex; }

.flex-column {
  flex-direction: column; }

.align-items-start {
  align-items: flex-start; }

.align-items-end {
  align-items: flex-end; }

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

.justify-content-center {
  justify-content: center; }

.justify-content-between {
  justify-content: space-between; }

.justify-content-end {
  justify-content: flex-end; }

.row {
  margin-left: -1rem;
  margin-right: -1rem;
  display: flex;
  flex-wrap: wrap; }

.grid1 {
  flex: 0 0 100%;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem; }

.grid1\/2 {
  flex: 0 0 50%;
  max-width: 50%;
  padding-left: 1rem;
  padding-right: 1rem; }

.grid1\/3 {
  flex: 0 0 33.3333%;
  max-width: 33.3333%;
  padding-left: 1rem;
  padding-right: 1rem; }

.grid2\/3 {
  flex: 0 0 66.6666%;
  max-width: 66.6666%;
  padding-left: 1rem;
  padding-right: 1rem; }

.grid1\/4 {
  flex: 0 0 25%;
  max-width: 25%;
  padding-left: 1rem;
  padding-right: 1rem; }

.grid1\/8 {
  flex: 0 0 12.5%;
  max-width: 12.5%;
  padding-left: 1rem;
  padding-right: 1rem; }

.grid3\/4 {
  flex: 0 0 75%;
  max-width: 75%;
  padding-left: 1rem;
  padding-right: 1rem; }

.m-0 {
  margin: 0; }

.mx-1 {
  margin-left: 1rem;
  margin-right: 1rem; }

.my-1 {
  margin-top: 1rem;
  margin-bottom: 1rem; }

.px-1 {
  padding-left: 1rem;
  padding-right: 1rem; }

.py-1 {
  padding-top: 1rem;
  padding-bottom: 1rem; }

.py-3 {
  padding-top: 3rem;
  padding-bottom: 3rem; }

.py-5 {
  padding-top: 5rem;
  padding-bottom: 5rem; }

.mb-05 {
  margin-bottom: .5rem; }

.mb-1 {
  margin-bottom: 1rem; }

.mb-2 {
  margin-bottom: 2rem; }

.mb-3 {
  margin-bottom: 3rem; }

.mb-4 {
  margin-bottom: 4rem; }

.mb-5 {
  margin-bottom: 5rem; }

.mb-6 {
  margin-bottom: 6rem; }

.mb-7 {
  margin-bottom: 7rem; }

.mb-8 {
  margin-bottom: 8rem; }

.mb-9 {
  margin-bottom: 9rem; }

.pt-1 {
  padding-top: 1rem; }

.pt-2 {
  padding-top: 2rem; }

.pt-3 {
  padding-top: 3rem; }

.pt-4 {
  padding-top: 4rem; }

.pt-5 {
  padding-top: 5rem; }

.pt-6 {
  padding-top: 6rem; }

.pt-7 {
  padding-top: 7rem; }

.pt-8 {
  padding-top: 8rem; }

.pt-9 {
  padding-top: 9rem; }

.mt-n5 {
  margin-top: -5rem; }
  .mt-n5 img {
    max-width: 100%; }

img.mt-n5 {
  max-width: 100%; }

.w-100 {
  width: 100%; }

.h-100 {
  height: 100%; }

.h-100vh {
  height: 100vh; }

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

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

.uppercase {
  text-transform: uppercase; }

.italic {
  font-style: italic; }

.title-h1 {
  font-family: "Poppins", sans-serif;
  font-size: 40px;
  line-height: 50px; }

.title-h2 {
  font-family: "Poppins", sans-serif;
  font-size: 30px;
  line-height: 40px; }

.title-h3 {
  font-family: "Poppins", sans-serif;
  font-size: 20px;
  line-height: 30px; }

.p--large {
  font-size: 19px;
  line-height: 25px; }

.bold {
  font-weight: 600; }

.cover {
  object-fit: cover; }

.bg-white {
  background-color: #FFFFFF; }

.white {
  color: #FFFFFF; }

.bg-light {
  background-color: #F3F5F7; }

.primary {
  color: #1B9499; }

.kuroi {
  color: #11171D; }

.bg-footer {
  background-color: #11171D; }

.text {
  color: #1D252D; }

.bg-primary {
  background-color: #1B9499; }

.remove-list-style {
  list-style: none;
  padding: 0; }

.show--tablet {
  display: none; }

@media (max-width: 1023px) {
  .hidden--tablet {
    display: none; }
  .show--tablet {
    display: block; }
  .grid1\/3--tablet {
    flex: 0 0 33.3333%;
    max-width: 33.3333%; }
  .grid1\/8 {
    flex: 0 0 33.3333%;
    max-width: 33.3333%;
    margin-bottom: 2rem; }
  .grid1\/2--tablet {
    flex: 0 0 50%;
    max-width: 50%; } }

@media (max-width: 767px) {
  .hidden--mobile {
    display: none; }
  .grid1\/2 {
    flex: 0 0 100%;
    max-width: 100%; }
  .grid1\/3 {
    flex: 0 0 100%;
    max-width: 100%; }
  .grid2\/3 {
    flex: 0 0 100%;
    max-width: 100%; }
  .grid1\/4 {
    flex: 0 0 100%;
    max-width: 100%; }
  .grid3\/4 {
    flex: 0 0 100%;
    max-width: 100%;
    padding-left: 1rem;
    padding-right: 1rem; }
  .mb-2--mobile {
    margin-bottom: 2rem; }
  .mt-n5 {
    margin-top: 2rem; }
  .grid1\/8 {
    flex: 50%;
    max-width: 50%;
    margin-bottom: 2rem; }
  .title-h1 {
    font-size: 35px;
    line-height: 40px; }
  .title-h2 {
    font-family: "Poppins", sans-serif;
    font-size: 25px;
    line-height: 33px; }
  .flex-column--mobile {
    flex-direction: column; } }

.error_ajax_custom {
  font-size: 12px;
  margin-top: -1rem;
  display: block;
  margin-bottom: 1rem;
  line-height: 30px;
  color: #cc0000; }

.check .error_ajax_custom {
  margin-top: 0rem; }

*,
*::before,
*::after {
  box-sizing: border-box;
  font-family: "Nunito", sans-serif; }

body {
  margin: 0;
  background-color: #F3F5F7; }

.main {
  position: relative;
  z-index: 2; }

.btn {
  padding: 14px 15px;
  min-width: 200px;
  text-align: center;
  border: 2px solid;
  transition: all .2s ease;
  text-decoration: none;
  cursor: pointer; }

.btn-primary {
  background-color: #1B9499;
  border-color: #1B9499;
  color: #FFFFFF; }
  .btn-primary:hover {
    background-color: #198388;
    border-color: #198388; }

.btn-secondary {
  background-color: #FFFFFF;
  border-color: #1B9499;
  color: #1B9499; }
  .btn-secondary:hover {
    background-color: #1B9499;
    border-color: #1B9499;
    color: #FFFFFF; }

.header {
  z-index: 5; }

.lang {
  top: 13px;
  right: 0; }
  .lang a {
    margin-left: 1rem; }

.menu {
  padding-top: 60px;
  padding-bottom: 40px; }

.menu__link {
  text-decoration: none;
  color: #6c6c6c;
  padding: 0 1rem; }
  .menu__link.menu__link--active {
    color: #1B9499; }
  .menu__link:hover {
    color: #1B9499; }

.menu__link--mobile {
  color: #FFFFFF;
  font-size: 16px;
  padding-top: 5px;
  padding-bottom: 5px;
  border-bottom: 2px solid transparent;
  text-transform: uppercase; }
  .menu__link--mobile.menu__link--active {
    color: #FFFFFF; }
  .menu__link--mobile:hover {
    color: #FFFFFF; }

.menu__list .btn {
  margin-left: 2rem; }

.menu__logo {
  left: -65px;
  top: 50%;
  transform: translate(0, -50%); }
  .menu__logo img {
    width: 230px; }

.menu--mobile {
  width: 300px;
  max-width: 100%;
  right: 0;
  top: 130px;
  height: calc(100vh - 130px);
  display: none; }
  .menu--mobile .menu__list {
    padding: 1rem; }
  .menu--mobile .menu__list .btn {
    margin-left: 1rem;
    padding: 14px 15px; }
  .menu--mobile .menu__list li {
    padding-top: 5px;
    padding-bottom: 5px; }
    .menu--mobile .menu__list li:last-child {
      margin-top: 2rem; }

@media (max-width: 1320px) {
  .menu__logo {
    left: 0;
    margin-top: 10px; } }

@media (max-width: 1023px) {
  .menu__logo {
    left: 0; }
    .menu__logo img {
      width: 180px; } }

.slider-carousel__content {
  top: 0;
  left: 0; }

.slider-carousel__image:after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: transparent linear-gradient(180deg, #000000 0%, #00000000 100%) 0% 0% no-repeat padding-box;
  opacity: .7;
  transform: rotate(180deg); }

.slider-carousel h2 {
  font-family: "Poppins", sans-serif;
  font-size: 60px;
  font-weight: 600;
  line-height: 70px; }

.slider-carousel__dots {
  left: 0;
  top: 123px;
  width: 100%; }

@keyframes AnimationSlide {
  from {
    width: 0; }
  to {
    width: 100%; } }

[data-carousel-dots] {
  list-style: none;
  display: flex;
  padding: 0;
  margin: 0;
  z-index: 3;
  width: 100%; }

[data-carousel-dots] li {
  background-color: #FFFFFF;
  position: relative;
  margin: 0px;
  height: 3px;
  overflow: hidden;
  cursor: pointer; }

[data-carousel-dots] li span {
  position: absolute;
  background-color: #1B9499;
  top: 0;
  left: 0;
  height: 100%;
  display: block; }

[data-carousel-dots] li.js-active span {
  animation: 5000ms AnimationSlide linear; }

[data-carousel-dots] li.js-filled span {
  width: 100%; }

[data-carousel-title] div, [data-carousel-text] div {
  display: none; }

[data-carousel-text] p {
  color: #FFFFFF;
  font-size: 20px; }

[data-carousel-text] .btn {
  display: inline-block; }

@media (max-width: 1023px) {
  .slider-carousel__dots {
    top: 100px; } }

@media (max-width: 767px) {
  .slider-carousel h2 {
    font-size: 45px;
    line-height: 55px; } }

.servizi {
  position: relative;
  padding-bottom: 10rem; }

.servizi .container {
  z-index: 1;
  margin-top: -170px; }

.box-servizi__border {
  width: 100%;
  height: 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border: 5px solid transparent;
  transition: all .5s ease; }

.box-servizi {
  width: 100%;
  height: 0;
  padding-bottom: 100%;
  margin-bottom: 2rem;
  z-index: 1;
  cursor: pointer;
  background-position: center;
  background-size: cover; }
  .box-servizi:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: #000000;
    opacity: .6; }
  .box-servizi:hover .box-servizi__border {
    width: 90%;
    height: 90%;
    border-color: #FFFFFF; }

.box-servizi__title {
  font-size: 25px;
  line-height: 30px;
  height: 88px;
  left: 55px;
  bottom: 33px;
  font-weight: 500;
  width: calc(100% - 110px); }

@media (max-width: 1023px) {
  .servizi .grid1\/3 {
    flex: 0 0 50%;
    max-width: 50%; } }

@media (max-width: 767px) {
  .servizi {
    padding-bottom: 5rem; }
  .servizi .container {
    z-index: 1;
    margin-top: 5rem; }
  .servizi .grid1\/3 {
    flex: 0 0 100%;
    max-width: 100%; } }

.chi-siamo__left {
  width: 50%;
  padding: 160px 55px;
  z-index: 1;
  top: -5.375rem;
  left: 0;
  background-image: url("/assets/img/ilmed-bg.jpg");
  background-position: center;
  background-size: cover; }
  .chi-siamo__left:before {
    content: '';
    width: 100%;
    height: 100%;
    background-color: #1B9499;
    opacity: .85;
    position: absolute;
    left: 0;
    top: 0; }

.chi-siamo__box {
  border: 5px solid #FFFFFF;
  padding: 33px 26px;
  font-size: 30px;
  line-height: 40px;
  font-weight: 600;
  width: 350px;
  z-index: 1; }

.chi-siamo__right {
  z-index: 0;
  width: 55%;
  padding: 45px 140px 45px 200px; }

@media (min-width: 1920px) {
  .chi-siamo__right {
    padding: 90px 140px 90px 200px; } }

@media (max-width: 1023px) {
  .chi-siamo {
    flex-wrap: wrap; }
  .chi-siamo__left {
    width: 100%;
    position: relative;
    top: 0; }
  .chi-siamo__right {
    z-index: 0;
    width: 100%;
    padding: 45px 15px 45px 15px; } }

.numeri {
  padding: 100px  0; }

.box-numeri__img {
  border-radius: 50%;
  width: 90px;
  height: 90px;
  padding: 1rem; }
  .box-numeri__img img {
    max-width: 80px;
    max-height: 80px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%); }

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

.numeri--big {
  position: relative;
  background-image: url("/assets/img/bg-numbers.jpg");
  background-size: cover;
  background-position: center; }
  .numeri--big:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: #1B9499;
    opacity: .9;
    top: 0;
    left: 0;
    z-index: 0; }
  .numeri--big .container {
    z-index: 1; }
  .numeri--big p {
    max-width: 250px;
    display: block;
    margin: 0 auto; }

.box-numeri__disk {
  height: 250px;
  width: 250px;
  display: block;
  margin: 0 auto;
  border: 5px solid #FFFFFF;
  border-radius: 50%;
  margin-bottom: 2rem; }
  .box-numeri__disk * {
    color: #FFFFFF;
    font-size: 25px;
    font-weight: bold; }
  .box-numeri__disk span {
    font-size: 45px;
    font-weight: 700; }

@media (max-width: 1023px) {
  .box-numeri__disk {
    height: 150px;
    width: 150px;
    display: block;
    margin: 0 auto;
    border: 5px solid #FFFFFF;
    border-radius: 50%;
    margin-bottom: 2rem; }
    .box-numeri__disk * {
      color: #FFFFFF;
      font-size: 25px;
      font-weight: bold; }
    .box-numeri__disk span {
      font-size: 25px;
      font-weight: 700; } }

@media (max-width: 767px) {
  .box-numeri {
    margin-bottom: 2rem; } }

.banner-contatti {
  padding: 35px 0; }

footer {
  padding: 82px 0 45px 0; }
  footer * {
    color: #ccc;
    font-size: 14px; }

.footer {
  border-bottom: 2px solid #ccc;
  padding-bottom: 3.75rem; }

.copyright p {
  font-size: 10px; }

.menu__footer a {
  text-decoration: none;
  padding-left: 1rem; }
  .menu__footer a:hover {
    color: #1B9499; }

.banner {
  height: 430px;
  width: 100%;
  background-position: center;
  background-size: cover; }
  .banner:before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: transparent linear-gradient(180deg, #000000 0%, #00000000 100%) 0% 0% no-repeat padding-box;
    opacity: .7;
    z-index: 1;
    transform: rotate(180deg); }

.banner__title {
  padding-top: 123px;
  position: relative;
  z-index: 2; }

.box-img-txt__left {
  width: 60%;
  z-index: 0;
  left: 0; }

.box-img-txt__right {
  width: 55%;
  padding: 64px 55px;
  margin-top: 130px;
  box-shadow: 0px 3px 6px #00000029; }
  .box-img-txt__right p {
    color: #FFFFFF;
    font-size: 19px;
    margin-top: 0;
    line-height: 25px; }
    .box-img-txt__right p:last-child {
      margin-bottom: 0; }
  .box-img-txt__right h3 {
    text-shadow: 0px 3px 6px #00000029; }

@media (max-width: 767px) {
  .box-img-txt {
    flex-wrap: wrap; }
  .box-img-txt__left {
    width: 100%;
    z-index: 0;
    left: 0;
    position: relative;
    display: block; }
    .box-img-txt__left img {
      display: block; }
  .box-img-txt__right {
    width: 100%;
    padding: 64px 15px;
    margin-top: 0rem;
    box-shadow: 0px 3px 6px #00000029; } }

.punti__numero {
  width: 54px;
  height: 54px;
  border: 1px solid #1B9499;
  font-size: 30px;
  line-height: 54px;
  text-align: center;
  margin-right: 2rem;
  color: #1B9499;
  font-family: "Poppins", sans-serif;
  border-radius: 50%;
  font-weight: 700;
  flex: 0 0 54px;
  max-width: 54px; }

.servizi-slider {
  margin-bottom: 14rem; }

.servizi__item {
  box-shadow: 0px 3px 6px #00000029;
  padding: 50px 50px 70px; }
  .servizi__item img {
    height: 45px;
    width: auto; }

.line-clamp {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden; }
  .line-clamp p {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical; }

.servizi__arrow {
  width: 212px;
  height: 45px;
  bottom: 0;
  left: -106px;
  z-index: 2;
  display: flex; }

.slick-prev.slick-arrow {
  height: 45px;
  width: 106px;
  background-color: #eaeaea;
  border: 0px !important; }

.slick-next.slick-arrow {
  height: 45px;
  width: 106px;
  background-color: #eaeaea;
  border: 0px !important; }

.servizi__counter {
  bottom: 0;
  left: 1rem;
  font-weight: bold; }
  .servizi__counter span {
    color: #1B9499; }
  .servizi__counter .divider {
    height: 2px;
    width: 65px;
    background-color: #1D252D;
    margin: 0 1rem; }

@media (max-width: 767px) {
  .servizi__list {
    padding-bottom: 5rem;
    margin-top: 2rem; }
  .servizi__arrow {
    width: 100%;
    height: 45px;
    bottom: 35px;
    left: 0px;
    z-index: 2;
    display: flex; }
  .servizi-slider {
    margin-bottom: 5rem; } }

.contatti__form {
  padding: 60px 70px;
  padding-right: 180px; }
  .contatti__form .btn {
    font-size: 1rem; }

.contatti__bg {
  background-image: url("/assets/img/ilmed-contatti.png");
  background-position: center;
  background-size: cover; }

.contatti__input {
  background-color: #FCFCFC;
  border: 1px solid #FCFCFC;
  height: 56px;
  color: #1D252D;
  font-size: 1rem;
  outline: none;
  padding: 0 28px;
  width: 100%;
  margin-bottom: 13px; }
  .contatti__input:active, .contatti__input:focus {
    border-color: #1B9499; }

textarea.contatti__input {
  height: 150px;
  resize: none;
  padding: 28px; }

.check a {
  text-decoration: none;
  color: #1B9499; }

@media (max-width: 1500px) {
  .contatti__form {
    padding-right: 15px; } }

@media (max-width: 1023px) {
  .contatti__form {
    padding: 40px 15px;
    padding-right: 15px; } }

.hamburger {
  padding: 0px 0px;
  display: inline-block;
  cursor: pointer;
  transition-property: opacity, filter;
  transition-duration: 0.15s;
  transition-timing-function: linear;
  font: inherit;
  color: inherit;
  text-transform: none;
  background-color: transparent;
  border: 0;
  margin: 0;
  overflow: visible;
  position: relative;
  z-index: 10; }
  .hamburger:hover {
    opacity: 0.5; }
  .hamburger.is-active:hover {
    opacity: 0.5; }
  .hamburger.is-active .hamburger-inner,
  .hamburger.is-active .hamburger-inner::before,
  .hamburger.is-active .hamburger-inner::after {
    background-color: #1B9499; }

.hamburger-box {
  width: 32px;
  height: 24px;
  display: inline-block; }

.hamburger-inner {
  display: block;
  top: 50%;
  margin-top: -2px; }
  .hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
    width: 32px;
    height: 4px;
    background-color: #1B9499;
    border-radius: 0px;
    position: absolute;
    transition-property: transform;
    transition-duration: 0.15s;
    transition-timing-function: ease; }
  .hamburger-inner::before, .hamburger-inner::after {
    content: "";
    display: block; }
  .hamburger-inner::before {
    top: -10px; }
  .hamburger-inner::after {
    bottom: -10px; }

/*
   * Squeeze
   */
.hamburger--squeeze .hamburger-inner {
  transition-duration: 0.075s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  .hamburger--squeeze .hamburger-inner::before {
    transition: top 0.075s 0.12s ease, opacity 0.075s ease; }
  .hamburger--squeeze .hamburger-inner::after {
    transition: bottom 0.075s 0.12s ease, transform 0.075s cubic-bezier(0.55, 0.055, 0.675, 0.19); }

.hamburger--squeeze.is-active .hamburger-inner {
  transform: rotate(45deg);
  transition-delay: 0.12s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  .hamburger--squeeze.is-active .hamburger-inner::before {
    top: 0;
    opacity: 0;
    transition: top 0.075s ease, opacity 0.075s 0.12s ease; }
  .hamburger--squeeze.is-active .hamburger-inner::after {
    bottom: 0;
    transform: rotate(-90deg);
    transition: bottom 0.075s ease, transform 0.075s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1); }
