@media (max-width: 767.98px) {
  body.mybody .section-jumbotron,
  body.mybody .section-cose,
  body.mybody .section-cause,
  body.mybody .section-sintomi,
  body.mybody .section-tipi-viti,
  body.mybody .section-come-si-cura,
  body.mybody .section-immunonova,
  body.mybody .section-microbiota {
    padding: 48px 0;
  }
  body.mybody .section-tipi-viti .col-md-4 {
    border-right: none;
    border-bottom: 1px solid #e0e0e0;
    padding: 1.5rem 1rem;
    margin-bottom: 1rem;
  }
  body.mybody .section-tipi-viti .col-md-4:last-child {
    border-bottom: none;
  }
  body.mybody .section-immunonova .fasi-list li {
    flex-wrap: wrap;
  }
  body.mybody .microbiota-blocco {
    font-size: 0.82rem;
    padding: 8px 16px;
  }
}
body.mybody .section-jumbotron,
body.mybody .section-cose,
body.mybody .section-cause,
body.mybody .section-sintomi,
body.mybody .section-tipi-viti,
body.mybody .section-come-si-cura,
body.mybody .section-immunonova,
body.mybody .section-microbiota {
  padding: 80px 0;
  color: #2c2c2c;
}
body.mybody .section-cose h2,
body.mybody .section-cause h2,
body.mybody .section-sintomi h2,
body.mybody .section-tipi-viti h2,
body.mybody .section-come-si-cura h2,
body.mybody .section-immunonova h2,
body.mybody .section-microbiota h2 {
  font-size: 2rem;
  /* font-weight:   700; */
  color: #2c2c2c;
  margin-bottom: 1rem;
  line-height: 1.3;
}
body.mybody .section-jumbotron {
  position: relative;
  z-index: 1;
  background-size: contain;
  background-repeat: no-repeat;
  background-position-y: bottom;
  background-position-x: right;
  /* height: calc(100vh - var(--altezza-header)); */
  background: linear-gradient(180deg, #F8F8F8, #F6ECE4);
  padding-bottom: 0;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: space-between;
  overflow: hidden;
}
@media (min-width: 992px) {
  body.mybody .section-jumbotron {
    height: 700px;
    justify-content: center;
    padding-top: 0;
  }
}
body.mybody .section-jumbotron .container {
  position: relative;
}
@media (min-width: 992px) {
  body.mybody .section-jumbotron .testi-jt-pelle {
    width: 50%;
  }
}
body.mybody .section-jumbotron .testi-jt-pelle a {
  margin-top: 20px;
  display: inline-block;
  color: white;
}
body.mybody .section-jumbotron .img-pelle {
  /* position: absolute;
      bottom: 0;
      right: 0;
      object-fit: contain;
      width: 100%;
      height: auto;
      z-index: -1; */
  /* opacity: .3; */
  /* max-width: 480px;
      margin-left: auto; */
}
@media (min-width: 992px) {
  body.mybody .section-jumbotron .img-pelle {
    position: absolute;
    top: 100%;
    left: 90%;
    object-fit: contain;
    width: 88%;
    height: auto;
    opacity: 1;
    z-index: unset;
    max-width: 950px;
    transform: translate(-50%, -60%);
  }
}
body.mybody .section-jumbotron .align-items-center {
  /* height: 100%; */
}
body.mybody .section-jumbotron .align-items-center .row {
  /* height: 100%; */
  align-items: center;
  justify-content: start;
}
body.mybody .section-jumbotron .align-items-center .row .testi h1 {
  font-weight: 500;
  color: #2c2c2c;
  margin-bottom: 40px;
  line-height: 1.3;
}
body.mybody .section-jumbotron .align-items-center .row .testi .jumbotron-testo {
  font-size: 16px;
  color: #666666;
  line-height: 1.7;
  margin-bottom: 40px;
}
body.mybody .section-jumbotron .align-items-center .row .testi-jt-pelle {
  width: 100%;
}
@media (min-width: 550px) {
  body.mybody .section-jumbotron .align-items-center .row .testi-jt-pelle {
    width: 60%;
  }
}
@media (min-width: 992px) {
  body.mybody .section-jumbotron .align-items-center .row .testi-jt-pelle {
    width: 50%;
  }
}
@media (max-width: 767.98px) {
  body.mybody .section-jumbotron .align-items-center .row {
    align-items: start;
  }
}
body.mybody .section-cose {
  background-color: #ffffff;
  padding-bottom: 0!important;
}
body.mybody .section-cose .wrapper-cose-totale {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 30px;
}
@media (min-width: 992px) {
  body.mybody .section-cose .wrapper-cose-totale {
    flex-direction: row;
    gap: 20px;
  }
  body.mybody .section-cose .wrapper-cose-totale .wrapper-testo-cose {
    width: calc(70% - 20px);
    margin-bottom: 60px;
  }
  body.mybody .section-cose .wrapper-cose-totale .figure-img-due {
    width: 30%;
    display: flex;
    align-items: flex-end;
    justify-content: center;
  }
}
body.mybody .section-cose .wrapper-cose-totale h2 {
  font-size: 40px;
  font-weight: 400;
  color: #2c2c2c;
  margin-bottom: 30px;
  line-height: 45px;
}
body.mybody .section-cose .wrapper-cose-totale .cose-descrizione {
  /* width: 70%; */
  font-size: 16px;
  color: #666666;
  line-height: 28px;
  font-weight: 300;
}
body.mybody .section-cause {
  background-color: #f5f5f5;
}
body.mybody .section-cause .row #approfondimenti-tabs {
  display: flex;
  justify-content: center;
  margin-bottom: 50px;
  border: unset;
  gap: 0;
}
body.mybody .section-cause .row #approfondimenti-tabs .nav-link {
  font-size: 1.1rem;
  font-weight: 400;
  color: #2a7a8c;
  padding: 20px 30px;
  border: unset;
}
body.mybody .section-cause .row #approfondimenti-tabs .nav-link.active {
  color: #1e5f6e;
  border-color: #2a7a8c;
}
body.mybody .section-cause .row #tab0,
body.mybody .section-cause .row #tab1 {
  background-color: #f5f5f5;
}
body.mybody .section-cause .row #tab0 img,
body.mybody .section-cause .row #tab1 img {
  border-radius: 12px;
  width: 100%;
  max-height: 600px;
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 40px;
}
body.mybody .section-cause .row .cause-testo,
body.mybody .section-cause .row .sintomi-testo {
  font-size: 16px;
  color: #666666;
  line-height: 28px;
  font-weight: 300;
  padding: 20px 40px;
}
body.mybody .section-cause .row .cause-testo strong,
body.mybody .section-cause .row .sintomi-testo strong {
  color: #2c2c2c;
}
body.mybody .section-cause .row .cause-testo a,
body.mybody .section-cause .row .sintomi-testo a {
  color: #2a7a8c;
}
body.mybody .section-cause .row .cause-testo .testo-azzurro,
body.mybody .section-cause .row .sintomi-testo .testo-azzurro {
  color: #98B8DA;
}
body.mybody .section-cause .row .cause-testo .testo-azzurro,
body.mybody .section-cause .row .sintomi-testo .testo-azzurro {
  color: #5281B3;
}
body.mybody .section-cause .row #tab2 {
  background-color: #f5f5f5;
}
body.mybody .section-cause .row #tab2 .rettangolo {
  border: none;
  border-radius: 10px;
  padding: 20px;
  background-color: #fff;
}
body.mybody .section-cause .row #tab2 h4 {
  font-size: 22px;
  color: #8b7d5e;
}
body.mybody .section-cause .row #tab2 .tipi-viti-testo {
  font-weight: 300;
  font-size: 16px;
  color: #666666;
}
body.mybody .section-cause .row #tab2 .riga {
  display: flex;
}
@media (min-width: 992px) {
  body.mybody .section-cause .row #tab2 .riga {
    align-items: flex-start;
  }
}
body.mybody .section-cause .row #tab2 .riga .colonna {
  flex: 1;
  margin: 10px 20px;
}
body.mybody .section-cause .row #tab2 .riga .colonna .rettangolo {
  border: none;
  border-radius: 10px;
  padding: 20px;
  background-color: #fff;
}
body.mybody .section-cause .row #tab2 .riga .colonna h4 {
  font-size: 18px;
  color: #8b7d5e;
}
body.mybody .section-cause .row #tab2 .riga .colonna .tipi-viti-testo {
  font-weight: 300;
  font-size: 14px;
  color: #666666;
}
body.mybody .section-cause .row #tab2 .riga .colonna .sopra {
  margin-bottom: 20px;
}
body.mybody .section-cause .row #tab2 .riga .colonna .sotto .col-md-12 {
  margin-bottom: 1rem;
}
body.mybody .section-cause .row #tab2 .riga .colonna .sotto .col-md-12:last-child {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  body.mybody .section-cause .row #tab2 .riga {
    flex-direction: column;
  }
  body.mybody .section-cause .row #tab2 .riga .colonna {
    margin: 10px 0;
  }
  body.mybody .section-cause .row #tab2 .riga .colonna .sotto {
    padding: 20px;
  }
}
body.mybody .section-come-si-cura {
  background-color: #ffffff;
  /* margin-top: 60px; */
}
body.mybody .section-come-si-cura h2 {
  font-size: 40px;
  font-weight: 400;
  line-height: 48px;
  text-align: center;
  margin-bottom: 40px;
}
body.mybody .section-come-si-cura h3 {
  width: 90%;
  text-align: start;
  font-size: 24px;
  font-weight: 600;
  color: #2c2c2c;
  line-height: 40px;
}
body.mybody .section-come-si-cura p {
  text-align: start;
  font-size: 16px;
  color: #666666;
  line-height: 28px;
  font-weight: 300;
}
body.mybody .section-come-si-cura .btn-primary {
  background-color: #8b7d5e;
  border-color: #8b7d5e;
  color: #fff;
  border-radius: 50px;
  padding: 10px 28px;
  font-size: 0.95rem;
  font-weight: 500;
  transition: background-color 0.2s ease;
  display: inline-block;
  margin-top: 1rem;
}
body.mybody .section-come-si-cura .btn-primary:hover {
  background-color: #6e6349;
  border-color: #6e6349;
}
body.mybody .section-immunonova {
  background-color: #fff;
}
body.mybody .section-immunonova h2 {
  text-align: center;
  margin-bottom: 40px;
}
body.mybody .section-immunonova p {
  font-size: 16px;
  font-weight: 300;
  line-height: 28px;
}
body.mybody .section-immunonova img {
  border-radius: 8px;
  display: block;
  margin: 0 auto 1.25rem;
}
body.mybody .section-immunonova .fasi-list {
  list-style: none;
  padding: 0;
  margin: 0;
}
body.mybody .section-immunonova .fasi-list li {
  background: rgba(152, 184, 218, 0.2);
  border-radius: 10px;
  margin-bottom: 12px;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.06);
  justify-content: space-between;
}
body.mybody .section-immunonova .fasi-list li .fase-sequenza {
  min-width: 20%;
  padding: 20px;
  font-size: 28px;
  font-weight: 400;
  color: #4281B3;
  word-wrap: break-word;
  text-align: center;
}
body.mybody .section-immunonova .fasi-list li .fase-content {
  display: flex;
  align-items: center;
  gap: 20px;
  padding: 20px;
  width: 100%;
}
body.mybody .section-immunonova .fasi-list li .fase-content .fase-testo {
  flex: 1;
  font-size: 18px;
  font-weight: 300;
  word-wrap: break-word;
}
body.mybody .section-immunonova .fasi-list li .fase-content img {
  margin-top: auto;
  margin-bottom: auto;
  flex-shrink: 0;
  height: auto;
}
body.mybody .section-immunonova .row.bottone {
  margin: 60px 0 20px 0;
  text-align: center;
}
body.mybody .section-microbiota {
  background-color: #dce6ec;
  position: relative;
  overflow: hidden;
  padding-bottom: 0;
}
body.mybody .section-microbiota h2 {
  text-align: center;
  font-weight: 400;
  font-size: 40px;
  line-height: 48px;
  color: #8b7d5e;
  margin-bottom: 40px;
}
body.mybody .section-microbiota h3 {
  /* width: 50%; */
  text-align: center;
  font-size: 22px;
  font-weight: 400;
  color: #666666;
  margin-bottom: 40px;
  max-width: 500px;
}
body.mybody .section-microbiota .microbiota-blocchi {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 25px;
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 992px) {
  body.mybody .section-microbiota .microbiota-blocchi {
    gap: 12px;
    max-width: unset;
  }
}
body.mybody .section-microbiota .microbiota-blocchi .microbiota-blocco {
  text-align: center;
  padding: 30px;
  border-radius: 12px;
  font-size: 22px;
  font-weight: 600;
  background-color: #fff;
  white-space: nowrap;
  position: relative;
}
body.mybody .section-microbiota .microbiota-blocchi .microbiota-blocco span {
  color: #4281B3;
}
@media (min-width: 992px) {
  body.mybody .section-microbiota .microbiota-blocchi .microbiota-blocco:first-child {
    margin-right: 40px;
  }
}
@media (min-width: 992px) {
  body.mybody .section-microbiota .microbiota-blocchi .microbiota-blocco:last-child {
    margin-left: 40px;
  }
}
body.mybody .section-microbiota .microbiota-blocchi .microbiota-blocco:not(:last-child)::after {
  content: '';
  position: absolute;
  background-color: #fff;
  height: 30px;
  top: 100%;
  width: 5px;
  left: 50%;
  transform: translateX(-50%);
}
@media (min-width: 992px) {
  body.mybody .section-microbiota .microbiota-blocchi .microbiota-blocco:not(:last-child)::after {
    right: -56px;
    top: 50%;
    width: 60px;
    height: 5px;
    transform: translateY(-50%);
    left: unset;
  }
}
body.mybody .section-microbiota .testi {
  padding: 30px;
}
body.mybody .section-microbiota .bottone {
  padding: 50px;
  padding-top: 0;
}
body.mybody .section-microbiota .microbiota-immagine {
  display: none;
}
body.mybody .section-microbiota .microbiota-immagine img {
  width: 100%;
  height: Auto;
  max-width: unset;
}
@media (min-width: 992px) {
  body.mybody .section-microbiota .microbiota-immagine {
    display: block;
  }
}
/*# sourceMappingURL=./vitiligine.css.map */