:root {
  scroll-behavior: smooth;
}
html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
body {
  margin: 0;
  font-family: "Manrope", sans-serif;
  font-weight: 400;
  font-style: normal;
  line-height: 1.5;
  color: #333;
  text-align: left;
  background-color: #faf8ff;
}
article,
aside,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section {
  display: block;
}
a,
a:active,
a:hover {
  text-decoration: none;
  color: #000;
}
p a {
  text-decoration: underline;
  color: #000;
}

footer a,
footer a:active,
footer a:hover {
  text-decoration: underline;
  color: #0033ff;
}


h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Manrope", sans-serif;
  font-weight: 400;
  font-style: normal;
  margin-top: 0;
  margin-bottom: 0.75rem;
}
p {
  font-family: "Manrope", sans-serif;
  font-weight: 400;
  font-style: normal;
  margin-top: 0;
  margin-bottom: 0.5rem;
}
.container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 576px) {
  .container {
    max-width: 540px;
  }
  .modal-dialog {
    max-width: 700px !important;
  }
}
@media (min-width: 768px) {
  .container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container {
    max-width: 1140px;
  }
}

.manrope-300 {
  font-family: "Manrope", sans-serif;
  font-optical-sizing: auto;
  font-weight: 300;
  font-style: normal;
}
.manrope-400 {
  font-family: "Manrope", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}
.manrope-700 {
  font-family: "Manrope", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
}
.abril-fatface-regular {
  font-family: "Abril Fatface", serif;
  font-weight: 400;
  font-style: normal;
}
.app {
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}
.bg-black {
  background-color: #000000;
}
.bg-lightgrey {
  background-color: #fcfcfc;
}
.section {
  padding: 1rem 0;
}
.row-divider {
  margin-top: 12rem;
}
.masthead .logo-row {
  background-color: rgb(255 255 255 / 80%);
}
/* dropdown */
#lingua.dropdown {
  position: absolute;
  right: 10px;
}
#lingua .dropdown-toggle {
  border-radius: 0;
  font-size: 12px;
}
#lingua .dropdown-menu {
  border-radius: 0;
}
#lingua .dropdown-menu ul {
  margin-bottom: 0;
  padding-left: 15px;
}
#lingua .dropdown-menu ul li {
  list-style: none;
  font-size: 12px;
}
/**/
.alert.alert-primary p{
	font-family: monospace;
font-size: 0.9em;
margin:0;
}
#focus.section {
  padding: 0;
}
.title-section{
	position:relative;
	color: #008492;
	padding-left: 8%;
}
.title-section:before{
	position: absolute;
	content: '';
	width:10%;
	height: 2px;
	background: #008492;
	top: 50%;
    left: 0%;
    transform: translate(-50%, -50%);
}


.focus-info {
  padding: 16px;
  border: 2px solid #bce038;
  border-radius: 18px;
}
.details-title {
	line-height: 24px;
	padding: 0px 4px;
	margin-top: 12px;
}
.details {
  line-height: 24px;
  display: flex;
  padding: 4px 4px;
}
.details p {
  display: inline-flex;
  margin-left: 8px;
	margin-bottom: 0;
}
.details p span {
  margin-right: 4px;
}
.image-wrapper {
  position: relative;
  padding-bottom: 56.2%;
}
.image-wrapper img {
  position: absolute;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.img-product{
	border: 1px solid #e5e8e9;
	background-color: #fff;
}
/* new accordion */
.accordion .card {
  border: none;
  border-bottom: 1px solid #ccc !important;
  border-radius: 0;
  background-color: #faf8ff;
}

.accordion .card-header {
  background-color: transparent;
  border: none;
  padding: 1rem;
  font-weight: bold;
  cursor: pointer;
  position: relative;
}

.accordion .btn-link {
  color: #000;
  text-decoration: none;
  width: 100%;
  text-align: left;
  padding: 0;
  font-weight: bold;
}

.accordion .btn-link::after {
  content: '';
  position: absolute;
  right: 1rem;
  top: 50%;
  transform: translateY(-50%) rotate(0deg);
  border: solid #000;
  border-width: 0 2px 2px 0;
  padding: 5px;
  transform: rotate(45deg);
  transition: transform 0.3s ease;
}

.accordion .btn-link[aria-expanded="true"]::after {
  transform: rotate(-135deg);
}
/* tabella iniziale */
.border-dashed {
    border: 1px dashed #ccc;
  }

  .no-border-top { border-top: none; }
  .no-border-bottom { border-bottom: none; }
  .no-border-left { border-left: none; }
  .no-border-right { border-right: none; }

  .cell {
    min-width: 50%; /* Previene overflow */
    padding: 1rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }

  .label {
    font-weight: bold;
    font-size: 0.9rem;
  }

  .value {
    font-size: 0.9rem;
  }

/*-------*/
.card-body ul {
  padding: 0 0;
  margin: 0 0;
}
.card-body ul li {
  list-style: none;
  margin-bottom: 0.5em;
}
/* timeline Impatto Ambientale */
.timeline {
    position: relative;
    margin-left: 15px;
    border-left: 2px dashed #ccc;
  }

  .timeline-step {
    position: relative;
    padding: 20px 20px 10px 10px;
    margin-left: 20px;
  }
  .timeline-marker {
    position: absolute;
    left: -30px;
    top: 20px;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    background-color: #007bff;
    border: 3px solid #fff;
    box-shadow: 0 0 0 2px #007bff;
  }

  .timeline-marker:nth-child(1) { background-color: #00aaff; }
  .timeline-marker:nth-child(2) { background-color: #28a745; }
  .timeline-marker:nth-child(3) { background-color: #ffc107; }
  .timeline-marker:nth-child(4) { background-color: #e83e8c; }

/* carousel-container */
.carousel-container {
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    display: flex;
    gap: 1rem;
    padding-bottom: 1rem;
  }

  .carousel-container::-webkit-scrollbar {
    display: none;
  }

  .carousel-card {
    flex: 0 0 300px;
    scroll-snap-align: start;
    background-color: #fff;
    border: 1px solid #e5e5e5;
    border-radius: 8px;
    overflow: hidden;
    transition: transform 0.3s ease;
  }

  .carousel-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.1);
  }

  .carousel-img {
    width: 100%;
    height: 160px;
    object-fit: cover;
  }

  .carousel-body {
    padding: 1rem;
  }
.carousel-body .details{
	padding: 4px 0px 8px;
}

  .carousel-title {
    font-weight: 600;
    font-size: 1.1rem;
  }

  .carousel-text {
    font-size: 0.9rem;
    color: #666;
    margin-bottom: 1rem;
  }
/* */
.card.box-pages {
  border-radius: 16px;
  margin-bottom: 24px;
  box-shadow: 0 2px 5px rgb(0 0 0 / 20%);
}
.card.box-pages .card-body {
  	height: 20vh;
	position: relative;
}
.card.box-pages .card-body .card-text{
    color: #fff;
    position: absolute;
    bottom: 10px;
    text-shadow: 0 0 6px black;
}
.card.box-pages .card-body h2{
	font-size: 1.5rem;;
}
.card.box-pages .card-body h4{
	font-size: 1rem;
	text-decoration: underline
}
.card.box-pages.focus-01 {
	background-image: url("../img/focus-ambiente.jpg");
  background-position-x: center;
  background-position-y: center;
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-size: cover;
}
.card.box-pages.focus-02 {
	background-image: url("../img/focus-riciclo.jpg");
  background-position-x: center;
  background-position-y: center;
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-size: cover;
}
.btn-black {
  background-color: #000;
  border: 1px solid #000;
  padding: 0.5em 1em;
  color: #fff;
  display: inline-block;
  text-align: center;
  margin: 20px 0 0 0;
  text-decoration: none;
  box-shadow: 0 3px 4px 0px rgb(0 0 0 / 30%);
  border-radius: 5px;
}
.btn-green {
  background-color: #2e6745;
  border: 1px solid #2e6745;
  padding: 0.5em 1em;
  color: #fff;
  display: inline-block;
  text-align: center;
  margin: 20px 0 0 0;
  text-decoration: none;
  box-shadow: 0 3px 4px 0px rgb(0 0 0 / 30%);
  border-radius: 5px;
}
.btn-track {
  font-family: "Manrope", sans-serif;
  min-width: 140px;
  height: 50px;
  position: relative;
  display: inline-block;
  background: rgb(9, 130, 190);
  background: linear-gradient(
    0deg,
    rgba(9, 130, 190, 1) 0%,
    rgba(34, 59, 134, 1) 100%
  );
  box-shadow: rgb(52 58 64 / 30%) 0 5px 8px 0px;
  box-sizing: border-box;
  color: #ffffff;
  cursor: pointer;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  opacity: 1;
  outline: 0 solid transparent;
  padding: 10px 40px;
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
  word-break: break-word;
  border: 0;
  border-radius: 99px;
  letter-spacing: 1px;
  margin: 20px 0 10px;
  text-align: left;
}
.btn-track::after {
  content: "";
  position: absolute;
  right: 20px;
  top: 50%;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  color: #fff;
  background: url("../img/right-arrow.png");
  background-size: cover;
  width: 20px;
  height: 20px;
}
.btn-track .icon-madeblock {
  width: 60px;
  position: absolute;
  right: 50px;
  top: 50%;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.btn-black.uppercase {
  letter-spacing: 1px;
  text-transform: uppercase;
  font-weight: bold;
}
.imgblog.dx {
  width: auto;
  height: 100%;
  display: block;
  border-radius: 20px 0 0 20px;
  box-shadow: 0px 3px 5px rgb(0 0 0 / 20%);
}
.imgblog.sx {
  width: auto;
  height: 100%;
  display: block;
  border-radius: 0 20px 20px 0;
  box-shadow: 0px 3px 5px rgb(0 0 0 / 20%);
}
.imgblog.dx.blog-1 {
  background: url("../img/acidi-ialuronici_blog.jpg") no-repeat;
  background-size: cover;
  background-position: center;
}
.imgblog.sx.blog-2 {
  background: url("../img/beauty-cosmetics_blog.jpg") no-repeat;
  background-size: cover;
  background-position: center;
}
#blog h2 {
  margin-bottom: 5px;
}
#blog .news_01,
#blog .news_02 {
  position: relative;
}
#blog .news_01::before {
  position: absolute;
  content: "";
  display: block;
  background-color: #f6f6f6;
  width: 250px;
  height: 250px;
  border-radius: 50%;
  left: 30%;
  top: 5%;
}
#blog .news_02::before {
  position: absolute;
  content: "";
  display: block;
  background-color: #f2ddd2;
  width: 250px;
  height: 250px;
  border-radius: 50%;
  left: 10%;
  bottom: 5%;
}
.company {
  width: 100%;
  background-color: #000;
  padding: 0.75em;
  border: 1px solid #fff;
}
.company img {
  width: 100%;
  max-width: 140px;
}
.company .border-white {
  border: 1px solid #fff;
}
.company .btn-white {
  background-color: #fff;
  padding: 0.5em 1em;
  color: #000;
  display: inline-block;
  text-align: center;
  margin: 8px 0 20px;
  text-decoration: none;
  box-shadow: 0 3px 4px 0px rgb(0 0 0 / 10%);
  border-radius: 5px;
}
.slide-container {
  border: 1px solid #000;
}
.slide-container .slide-title {
  background-color: #000;
  margin: 10px 10px;
  padding: 15px 0;
  color: #fff;
  text-align: center;
}
.slide-container .slide-title.crosslink {
  background-color: #d2d7f2;
  color: #000;
}
.slide-container .slide-title h3 {
  margin: 0;
  padding: 0;
}
.slide-container .slide-title h3 span {
  display: block;
  font-size: 24px;
  line-height: 22px;
}
.slide-container .slide-paragrafo .w-35 {
  width: 35%;
}
.slide-container .slide-paragrafo {
  display: inline-block;
  width: 100%;
  padding: 10px 30px;
  border-bottom: 1px solid #000;
}
.slide-container .slide-paragrafo p {
  padding-bottom: 1.85em;
  margin: 0 0;
}
.slide-container .slide-paragrafo .focus {
  padding: 10px;
  font-size: 16px;
  line-height: 18px;
  margin: 0 0;
}
.slide-container .slide-paragrafo .focus.rose-1 {
  background-color: #e7bfaa;
  color: #62331b;
}
.slide-container .slide-paragrafo .focus.rose-2 {
  background-color: #edcebe;
  color: #62331b;
}
.slide-container .slide-paragrafo .focus.rose-3 {
  background-color: #f2ddd2;
  color: #62331b;
}
.carousel-control-next,
.carousel-control-prev {
  opacity: 1;
  height: 400px;
}
.carousel-control-next .carousel-control-next-icon {
  background-image: url("../img/right-arrow.png") !important;
  background-repeat: no-repeat;
  background-size: contain;
  width: 30px;
  height: 30px;
  margin-right: -40px;
}
.carousel-control-prev .carousel-control-prev-icon {
  background-image: url("../img/right-arrow.png") !important;
  background-repeat: no-repeat;
  background-size: contain;
  width: 30px;
  height: 30px;
  -ms-transform: rotate(180deg);
  /* IE 9 */
  transform: rotate(180deg);
  margin-left: -40px;
}

#partner{
	background-color: #000;
	color: #fff;
}
/* made in block */
#madeinblock{
	background-color: #032f5e;
	color: #fff;
}
#madeinblock p{
	font-size: 14px;
	margin: 0;
}
/* footer */
footer {
  background: #000;
  padding: 2em 0;
  margin: 0 0;
}
footer p,
footer a {
  font-size: 14px;
  color: #fff;
}
footer a,
footer a:active,
footer a:visited {
  color: #fff;
  text-decoration: underline;
}
footer ul.social {
  padding: 0;
  margin: 0;
}
footer ul.social li {
  display: inline-block;
}
footer ul.social li img {
  width: 30px;
  height: 30px;
  margin: 0 0.25rem;
}
/* FINE footer*/

/* modal */
.modal-dialog,
.modal-dialog .modal-content {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  
  padding: 0 !important;
  border: 0 !important;
  border-radius: 0 !important;
}
.modal-header,
.modal-body,
.modal-footer {
  background-color: #fff;
}

.modal-header {
  border-color: #fff;
  padding-bottom: 0;
}
.modal-body h2 {
  font-family: "Poppins", sans-serif;
  color: #131516;
  font-size: 1.424rem;
  line-height: 120%;
  font-weight: bold;
}

.modal-body .modal-image {
  position: relative;
  padding-bottom: 56.2%;
}

.modal-body .modal-image .image {
  position: absolute;
  object-fit: cover;
  width: 100%;
  height: 100%;
  left: 0;
}

.modal-body .modal-image .image.focus {
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-size: cover;
}

.modal-body .modal-image .image.focus-1 {
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-size: cover;
}

.modal-body .modal-image .image.focus-2 {
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-size: cover;
}

.modal-body .modal-image .image.focus-3 {
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-size: cover;
}

.modal-body .focus-batch-search-image img {
  max-width: 100% !important;
  padding: 1em !important;
}

.modal-body #link-company {
  background-color: #fff;
}

.modal-footer .btn.btn-close {
  font-family: "Lato", sans-serif;
  text-transform: uppercase;
  background: none;
  border: none;
  font-size: 14px;
  letter-spacing: 2px;
  margin: 0 auto;
}
