.orange_text {
  color: #f28d38;
}

.black_text {
  color: #000;
}

.white_text {
  color: #fff;
}

.blu_text {
  color: #0080bb;
}

.orange_background {
  background-color: #f28d38 !important;
}

.light-orange_background {
  background-color: #f7b681 !important;
}

.dark-orange_background {
  background-color: #ec6a26 !important;
}

.red_background {
  background-color: #a4272b !important;
}

.white_background {
  background-color: #fff !important;
}

.blu_background {
  background-color: #0080bb !important;
}

.hover_light_text:hover {
  color: #f7b681;
}

img {
  width: 100%;
  height: auto;
}

.main-title {
  font-size: 2rem;
}

.sub-title {
  font-size: 1.5rem;
}

@media screen and (min-width: 992px) {
  .main-title {
    font-size: 3rem;
  }
}

.min-vh-middle {
  min-height: 60vh;
}

.logo {
  width: 250px;
}

.home__image-background {
  background-image: url("/img/jakin-group-commercio-farmaceutico.webp");
  background-size: cover;
}

.home__image-background::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #ec6a26;
  opacity: 0.8;
}

.d-lg-inline {
  display: block;
}

@media screen and (min-width: 992px) {
  .d-lg-inline {
    display: inline;
  }
}

.image_farmaco {
  max-width: 58%;
  height: auto;
}

.farmaco__image-background {
  background-repeat: no-repeat;
  background-image: url(/img/sfondo-acqua-farmaco.webp);
  background-attachment: scroll;
  background-position: center center;
  background-size: cover;
}

/* .farmaco__image-background::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #ec6a26;
  opacity: 0.4;
} */

.boxed {
  max-width: 1200px !important;
  margin: auto;
}

.col-6 .image_auto {
  height: auto;
}

.image_logo {
  width: 150px;
  height: auto;
}

.footer_color {
  background-color: #0080bb;
}

/* .overlay_image {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #ec6a26;
  opacity: 0.7;
} */
