.bd-placeholder-img {
  font-size: 1.125rem;
  text-anchor: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

/* @media (min-width: 768px) {
  .bd-placeholder-img-lg {
    font-size: 3.5rem;
  }
} */

.b-example-divider {
  height: 3rem;
  background-color: rgba(0, 0, 0, .1);
  border: solid rgba(0, 0, 0, .15);
  border-width: 1px 0;
  box-shadow: inset 0 .5em 1.5em rgba(0, 0, 0, .1), inset 0 .125em .5em rgba(0, 0, 0, .15);
}

.form-control-dark {
  color: #fff;
  background-color: var(--bs-dark);
  border-color: var(--bs-gray);
}
.form-control-dark:focus {
  color: #fff;
  background-color: var(--bs-dark);
  border-color: #fff;
  box-shadow: 0 0 0 .25rem rgba(255, 255, 255, .25);
}

.bi {
  vertical-align: -.125em;
  fill: currentColor;
}

.text-small {
  font-size: 85%;
}

.dropdown-toggle {
  outline: 0;
}
.b-example-divider {
  height: 3rem;
  background-color: rgba(0, 0, 0, .1);
  border: solid rgba(0, 0, 0, .15);
  border-width: 1px 0;
  box-shadow: inset 0 .5em 1.5em rgba(0, 0, 0, .1), inset 0 .125em .5em rgba(0, 0, 0, .15);
}

.bi {
  vertical-align: -.125em;
  fill: currentColor;
}

.feature-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 4rem;
  height: 4rem;
  margin-bottom: 1rem;
  font-size: 2rem;
  color: #fff;
  border-radius: .75rem;
}

.icon-link {
  display: inline-flex;
  align-items: center;
}
.icon-link > .bi {
  margin-top: .125rem;
  margin-left: .125rem;
  transition: transform .25s ease-in-out;
  fill: currentColor;
}
.icon-link:hover > .bi {
  transform: translate(.25rem);
}

.icon-square {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 3rem;
  height: 3rem;
  font-size: 1.5rem;
  border-radius: .75rem;
}

.rounded-4 { border-radius: .5rem; }
.rounded-5 { border-radius: 1rem; }

.text-shadow-1 { text-shadow: 0 .125rem .25rem rgba(0, 0, 0, .25); }
.text-shadow-2 { text-shadow: 0 .25rem .5rem rgba(0, 0, 0, .25); }
.text-shadow-3 { text-shadow: 0 .5rem 1.5rem rgba(0, 0, 0, .25); }

.nav-pills .pill-1 .nav-link:not(.active) {  
  background-color: transparent;
  color: green;
}

.nav-pills .pill-1 .nav-link {
background-color: green;
color: white;
}

.nav-pills .pill-1 .nav-link:hover {  
  background-color: green;
  color: white;
}

.logo {
  float:left;
  display:block;
  width: 204px;
  height: 85px;
}

.impegni-qualità {
    list-style-type: none;  
    padding-left: 1rem;        
    margin-left: 1rem;         
  }

@media (min-width: 1040px) {
  
.intestazione {
  float:left; 
  display:block;
  width: 75px;
  height: 75px;
}
}

@media (max-width: 768px) {
  .container {
      padding-right: 15px;
      padding-left: 15px;
      margin-right: auto;
      margin-left: auto;
      width: 100%;
  }
}

@media (max-width: 1039px) {
  
  .intestazione {
    display:none;
  }

}

@media (max-width: 930px) {
  .vertical-menu {
    display: none;
  }

  .image-container-servizi {
    flex: 1;
    max-width: 100%; 
  }

  }
  
.vertical-menu a {
  background-color: green; 
  color: white; 
  display: block; 
  padding: 3px; 
  text-decoration: none; 
}

.vertical-menu a:hover {
  /*background-color: #ccc;  */
  color:aquamarine;  
}

.vertical-menu a.active {
  /*background-color: #04AA6D; */
  color: white;
}

/*img {
  width: auto;
  height: auto;
}*/

.slider-container {
  max-width: 800px;
  margin: 50px auto;
  overflow: hidden;
}

.thumbnails-container {
  display: flex;
  overflow-x: auto;
}

.thumbnail {
  cursor: pointer;
  margin-right: 10px;
}

.main-image-container {
  text-align: center;
  margin-top: 20px;
}

#mainImage {
  max-width: 100%;
  max-height: 400px;
  border: 1px solid #ccc;
}
.container-servizi {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  overflow: auto; 
}

/* Stili per l'immagine */
.image-container-servizi {
  flex: 1;
  max-width: 50%; 
}

.img-servizi {
  max-width: 100%;
  height: auto;
  display: block;
}

.img-filosofia {
  /*align-items: center;
  max-width: 30%;
  height: auto;*/
    display: block;
    margin-left: auto;
    margin-right: auto;  
    max-width: 30%;
}

/* Stili per il testo */
.text-container-servizi {
  flex: 1;
  max-width: 50%; /*  */
  text-align: right; /*  */
  padding: 0 20px; /*  */
}

.credits {
  display: flex;
  align-items: center; /*  */
  height: auto;
}

.credits img {
  

  max-height: 140px;
  width: auto; /*  */
  /*display: block; /*  */
  margin-top: auto;
  margin-left: auto; /*  */
  padding: 1rem;
}

.content-servizi {
  overflow: auto; /*  */
}

.box-servizi {
  float: left; /*  */
  margin-right: 20px; /* */
  background-color: #f0f0f0;
  padding: 10px;
}

.clearfix::after {
  content: "";
  clear: both;
  display: table;
}

p.descrizione_servizi, li.descrizione_servizi {
  text-align:justify;
}