/* general */
:root {
  --colorePrimario: #E80000;
  --text1: #000000;
  --text2: #6C6161;
  --lightGrayBorder: rgba(0, 0, 0, 0.37);
  --white: #ffffff;
  --text55: clamp(26px, 5vw, 55px);
  --text45: clamp(22px, 4vw, 45px);
  --text30: clamp(22px, 3vw, 30px);
  --text22: clamp(16px, 2vw, 22px);
  --text16: clamp(14px, 1.5vw, 16px);
  --text20: clamp(18px, 1.8vw, 20px);
}



* {
  font-family: "Poppins";
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-bottom: 0;
}



h2,
h3 {
  font-size: var(--text30);
  color: var(--text1);
  font-weight: 700;
}

p {
  font-size: var(--text16);
}

a,
a:visited,
a:hover {
  color: inherit;
  text-decoration: none;
}

.uppercase {
  text-transform: uppercase;
}

.color-primary {
  color: var(--colorePrimario);
}

.color-white {
  color: var(--white);
}

.text1 {
  color: var(--text1);
}

.text2 {
  color: var(--text2);
}

.fw6 {
  font-weight: 600;
}

.fw7 {
  font-weight: 700;
}

.btn1,
.btn1:hover,
.btn1:visited {
  color: white;
  border: 1px solid var(--colorePrimario) !important;
  background-color: var(--colorePrimario) !important;
  padding: 10px 15px;
  border-radius: 3px;
}


/* header */
.searchHeader,
.searchHeader:hover,
.searchHeader:visited {
  padding: 7px 15px;
  border: none;
  background: #FFFFFF;
  box-shadow: 0px 2px 4px 3px rgba(0, 0, 0, 0.05);
  -webkit-box-shadow: 0px 2px 4px 3px rgba(0, 0, 0, 0.05);
  -webkit-appearance: none;
  border-radius: 5px;
  position: relative;
}

#icon-inside-search {
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 6;
  pointer-events: none;
}

#menuDesktopTop {
  height: 140px;
  display: flex;
  align-items: center;
}

#menuMobileTop {
  height: 100px;
  display: flex;
  align-items: center;
}

#menuDesktopBottom,
#menuMobileBottom {
  border-top: 0.5px solid var(--lightGrayBorder);
}

#menuDesktop .logo-header {
  width: auto;
  height: 90px;
}

#menuMobile .logo-header {
  width: auto;
  height: 70px;
  margin-left:-20px;
}

.btn-linkedin,
.btn-linkedin:hover,
.btn-linkedin:visited {
  color: #0A66C2;
  font-size: 35px;
  margin-right: 30px;
}

#menuDesktop .container,
#menuMobile .container {
  padding: 0;
}

.border-right-menuDesktopBottom,
.border-right-menuMobileBottom {
  border-right: 0.5px solid var(--lightGrayBorder);
}

#menuDesktopLink>.btnNavbarMenuDesktop {
  padding-left: 0;
}

.btnNavbarMenuDesktop {
  border: none;
  background-color: transparent !important;
  height: 100%;
  display: flex;
  align-items: center;
  padding: 0 20px;
  min-height: 50px;
}

.btnNavbarMenuMobile {
  border: none;
  background-color: transparent !important;
  height: 100%;
  display: flex;
  align-items: center;
  min-height: 50px;
}

.btnNavbarMenuDesktop.dropdown-toggle::after,
.btnNavbarMenuMobile.dropdown-toggle::after,
.btnDropSub.dropdown-toggle::after {
  display: none;
}

#menuDesktopLink .dropdown:hover .dropdown-menu {
  display: block;
}

#menuMobileBottom .dropdown-menu {
  margin-top: 0;
  border: none;
  border-radius: 0;
  min-width: 250px
}

#menuDesktopBottom .dropdown-menu {
  margin-top: 0;
  padding: 0;
  border: none;
  border-radius: 0;
  min-width: 300px
}

.dropdown-item {
  color: var(--text1);
  padding: 10px 20px;
}

.dropdown-item:hover,
.dropdown-item:focus,
.dropdown-item:active,
.dropdown-item.open,
.btnDropSub:hover,
.btnDropSub:active,
.btnDropSub:focus {
  background-color: var(--colorePrimario) !important;
  color: #ffffff !important;
}

.margin-right0-left-auto {
  margin: 0 0 0 auto;
}

.dropdown .dropend .dropdown-menu {
  margin-left: 0;
}

.btnDropSub {
  border: none;
  background-color: transparent !important;
  padding: 10px 20px;
  width: 100%;
  text-align: left;
}

/* fine header */


.img-background {
  height: 100%;
  width: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.aziendaCard {
  padding: 20px;
  box-shadow: 0px 2px 4px 2px rgba(0, 0, 0, 0.25);
  border-radius: 5px;
  width: auto;
  padding: 25px 35px;
}

.aziendaTitle {
  color: var(--colorePrimario);
  font-weight: 700;
  font-size: 34px;
  margin-bottom: 15px;
  line-height: 34px;
}

.link-footer a {
  color: #6C6161;
}

.link-footer a:hover,
.link-footer a:hover {
  color: #6C6161;
  font-weight: 700;
}

.container-link-footer-azienda {
  border-left: 0.8px solid #D8932D;
}

.container-link-footer-azienda .hline {
  color: #D8932D;
}

#footerDesktop .titleFooter {
  color: var(--colorePrimario);
  font-weight: 700;
  font-size: 26px;
  line-height: 97.5%;
  letter-spacing: -0.02em;
}

#footerMobile .titleFooter {
  color: var(--colorePrimario);
  font-weight: 700;
  font-size: 36px;
  line-height: 97.5%;
  letter-spacing: -0.02em;
}

.margin-righ10 {
  margin-right: 10px;
}

.title-link-desktop {
  color: #000000;
  font-size: 24px;
  font-weight: 700;
}

.container-link-foooter-center {
  border-left: 0.8px solid var(--colorePrimario);
}

.container-link-foooter-center .hline {
  color: var(--colorePrimario);
}

.border-right-footer-bottom {
  border-right: 1px solid rgba(108, 97, 97, 0.5);
}

.border-top-footer-bottom {
  border-top: 1px solid rgba(108, 97, 97, 0.5);
}

.shadow-banner {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  /* z-index: 99; */
  background-color: rgba(0, 0, 0, 0.5);
}

.insideBanner {
  position: absolute;
  top: auto;
  left: 0;
  right: 0;
  bottom: 100px;
}

.img-background-container {
  position: relative;
  overflow: hidden;
}

.insideBanner .pre-title {
  color: var(--white);
  font-size: var(--text45);
  line-height: 113%;
  letter-spacing: -0.02em;
  font-weight: 600;

}

.insideBanner .title {
  /*color: var(--colorePrimario);*/
  color: #fff;
  font-size: var(--text55);
  line-height: 113%;
  letter-spacing: -0.02em;
  font-weight: 600;
  text-transform: uppercase;
}

.img-background-container .text {
  color: var(--white);
  font-size: var(--text22);
  max-width: 60%;
  font-weight: 600;
}

.btn-contatti {
  background-color: transparent !important;
  /*border: 1px var(--colorePrimario) solid !important;
  color: var(--colorePrimario) !important; */
  border: 1px #fff solid !important;
  color: #ffff !important;
  margin-right: 20px;
}

.btn-contatti:hover {
  background-color: var(--colorePrimario) !important;
  color: var(--white) !important;
}

.btn-utensili {
  background-color: var(--colorePrimario) !important;
  border: 1px var(--colorePrimario) solid !important;
  color: var(--white) !important;
}

.btn-utensili:hover {
  background-color: transparent !important;
  color: var(--colorePrimario) !important;
}

.btn-banner {
  display: flex;
  flex-direction: row;
}

.toTop {
  position: fixed;
  right: 3px;
  bottom: 80px;
  width: 60px;
  height: 60px;
  z-index: 999999999999;
  display: none;
  cursor: pointer;
}

.cerchio {
  background-color: #D9D9D9;
  border: 1px solid #D9D9D9;
  border-radius: 50%;
  width: 100%;
  height: 100%;
  position: relative;
}

.triangolo {
  width: 40%;
  height: 40%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  clip-path: polygon(50% 0, 100% 100%, 0 100%);
  background-color: var(--colorePrimario);
}

.noBreak {
  display: inline-block;
}

.img-background-cover-container-relative {
  position: relative;
  width: 100%;
  display: inline-block;
}

.img-background-cover-container-relative-2 {
  position: relative;
  width: 100%;
  min-height: 300px;
  display: inline-block;
  max-width: 400px;
  max-height: 400px;
}

.img-background-cover-absolute {

  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.img-background-cover-absolute-2 {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.mt-100-fix {
  margin-top: 100%;
}

.w100 {
  width: 100%;
}

.h100 {
  height: 100%;
}

#presentation .pre-title {
  font-size: var(--text30);
  margin: 0;
  line-height: 1;
  font-weight: 700;
}

#presentation .title {
  font-size: var(--text30);
  line-height: 1;
  font-weight: 700;
  color: var(--colorePrimario);
}

.btn.btn-primary {
  background-color: var(--colorePrimario);
  border: 1px var(--colorePrimario) solid;
  border-radius: 3px;
  color: var(--white);

  text-align: center;
  padding: 10px 0;
  font-weight: 600;
}

.btn.btn-primary:hover {
  background-color: transparent;
  color: var(--colorePrimario);
}

.btn.btn-secondary {
  background-color: transparent;
  border: 1px var(--colorePrimario) solid;
  border-radius: 3px;
  color: var(--colorePrimario);

  text-align: center;
  padding: 10px 0;
  font-weight: 600;
}

.btn.btn-secondary:hover {
  background-color: var(--colorePrimario);
  color: var(--white);
}

.title-section {
  text-align: center;
  font-size: var(--text30);
  font-weight: 700;
}

.background-gray {
  background-color: #E5E5E5;
}

.background-white {
  background-color: #ffffff;
}

.icon-service {
  max-height: 50px;
  max-width: 50px;
  padding: 0;
}

.icon-service img {
  width: 100%;
  height: auto;
}

.img-background-cover {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.card-cta {
  max-width: 1000px;
  margin: auto;
}

.text-cta {
  font-size: var(--text22);
}

.card-cta .btn {
  margin: auto;
}

.title-servizi {
  font-weight: 700;
  color: var(--colorePrimario);
  font-size: 24px;
}

#splideServizi {
  padding-left: 35px;
  padding-right: 35px;
}

#splideServizi .splide__arrow.splide__arrow--prev {
  left: 0;
  background: none;
  width: 40px;
}

#splideServizi .splide__arrow.splide__arrow--prev svg {
  width: 40px;
  height: 40px;
}

#splideServizi .splide__arrow.splide__arrow--next {
  right: 0;
  background: none;
  width: 40px;
}

#splideServizi .splide__arrow.splide__arrow--next svg {
  width: 40px;
  height: 40px;
}

.max-w-servizi {
  max-width: 400px;
}

.sottomenuMobile li a {
  padding-left: 40px;
}

#utensili {
  background-color: #E5E5E5;
}

.containerImgServizi {
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 70%;
  border-radius: 4px;
}

.containerImgServizi100 {
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  border-radius: 4px;
}

.containerImgProdotti {
  overflow: hidden;
  /* max-height: 400px; */
  display: flex;
  align-items: center;
  justify-content: center;
}

.containerImgProdotti2 {
  overflow: hidden;
  /* max-height: 300px; */
  display: flex;
  align-items: center;
  justify-content: center;
}

.containerImgHomeChiSiamo {
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 90%;
  border-radius: 4px;
}


.divImgLikeCover {
  height: 100%;
  width: 100%;
  display: flex;
  justify-content: center;
  overflow: hidden;
  align-items: center;
  border-radius: 4px;
  position: relative;
}

.imgW100 {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.imgW100Auto {
  width: 100%;
  height: auto;
}

.imgH100Auto {
  width: auto;
  height: 100%;
}

.imgh100 {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

#splideUtensili .splide__slide {
  display: flex;
  width: 100%;
  justify-content: center;
}

.containerImgBackGroundUtensili {
  position: relative;
  width: 100%;
  min-height: 300px;
  display: inline-block;
}

.containerImgBackGroundUtensili .fix-height-img {
  margin-top: 150%;
}

.imgBackGroundUtensili {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.margin-btn {
  margin-top: 90px;
}

.btn-utensili-scheda {
  position: absolute;
  bottom: 40px;
}



#splideUtensili .splide__arrow.splide__arrow--prev {
  left: 50%;
  background: none;
  width: 4em;
  bottom: -70px;
  top: auto;
  transform: translateX(-100px);
}

#splideUtensili .splide__arrow.splide__arrow--prev svg {
  width: 40px;
  height: 40px;
}

#splideUtensili .splide__arrow.splide__arrow--next {
  right: 50%;
  background: none;
  width: 4em;
  bottom: -70px;
  top: auto;
  transform: translateX(100px);
}

#splideUtensili .splide__arrow.splide__arrow--next svg {
  width: 40px;
  height: 40px;
}

.w300-utensili {
  max-width: 300px;
  background-color: #ffffff;
  box-shadow: 0px 7px 4px rgba(0, 0, 0, 0.3);
  margin: 10px 0;
  border-radius: 4px;
  overflow: hidden;
}

.padding-utensili {
  padding-left: 80px;
  padding-right: 80px;
}

#splideClienti {
  margin: auto;
  padding: 0 60px;
}

#splideClienti .splide__arrow.splide__arrow--prev {
  left: 0;
  background: none;
  width: 40px;
}

#splideClienti .splide__arrow.splide__arrow--prev svg {
  width: 40px;
  height: 40px;
}

#splideClienti .splide__arrow.splide__arrow--next {
  right: 0;
  background: none;
  width: 40px;
}

#splideClienti .splide__arrow.splide__arrow--next svg {
  width: 40px;
  height: 40px;
}

#splideClienti img {
  width: 100%;
  height: auto;
  object-fit: contain;
  max-width: 300px;
}

#splideClienti .splide__slide {
  display: flex;
  align-items: center;
  justify-content: center;
}

.card-under-presentation {
  padding: 20px 30px;
}

.border-card-under-presentation {
  padding: 20px 30px;
  border: 2px solid #C4C4C4;
  display: flex;
  flex-direction: column;
  align-items: center;
  height: 220px;
  position: relative;
  border-radius: 8px;
}

.title-inside-card {
  font-weight: 600;
  font-size: 24px;
  line-height: 100%;
  position: absolute;
  bottom: 40px;
}

.card-under-presentation img {
  /* margin: 20px auto; */
  position: absolute;
  top: 40px;
  left: 50%;
  transform: translateX(-50%);
}

#menuDesktopTop.py-2 {
  padding-top: 1rem !important;
  padding-bottom: 1rem !important;
}

#menuMobileBottom.fixed {
  position: fixed;
  z-index: 999;
  background: #ffff;
  width: 100%;
  /* padding-right: 3rem !important;
  padding-left: 3rem !important; */
  top: 0;
  margin-left: 0 !important;
  margin-right: 0 !important;
  border-bottom: 1px var(--lightGrayBorder) solid;
}

#menuDesktopBottom.fixed {
  position: fixed;
  z-index: 999;
  background: #ffff;
  width: 100%;
  padding-right: 3rem !important;
  padding-left: 3rem !important;
  top: 0;
  margin-left: 0 !important;
  margin-right: 0 !important;
  border-bottom: 1px var(--lightGrayBorder) solid;
}

.btnNavbarMenuDesktop {
  border: none;
  background-color: transparent !important;
  height: 100%;
  display: flex;
  align-items: center;
  padding: 0 20px 0 0px;
  min-height: 50px;
}

.breadcrumb-banner {
  position: absolute;
  bottom: 20px;
  width: 100%;
}

.breadcrumb-banner .breadcrumb-item {
  color: #ffffff;
}

.breadcrumb-banner .breadcrumb-item.active {
  color: var(--colorePrimario);
}

.breadcrumb-item+.breadcrumb-item::before {
  content: var(--bs-breadcrumb-divider, "|");
}

.title-prodotti {
  font-weight: 600;
  font-size: var(--text30);
}

.btn-inside-search {
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  background-color: var(--colorePrimario);
  border: 1px solid var(--colorePrimario);
  color: #ffffff;
  box-shadow: 0px 4px 4px 4px rgba(0, 0, 0, 0.1);
  border-radius: 5px !important;
  z-index: 99;
}

.searchProdotti,
.searchProdotti:hover,
.searchProdotti:visited {
  padding: 7px 15px;
  border: none;
  background: #FFFFFF;
  box-shadow: 0px 2px 4px 3px rgb(0 0 0 / 5%);
  border-radius: 5px;
  position: relative;
}




.filtro .title {
  font-weight: 700;
  font-size: var(--text30);
  color: var(--colorePrimario);
}

.filtro .elemento-filtro {
  display: flex;
  align-items: center;
  width: auto;
  border-radius: 100px;
  margin: 10px 0;
  cursor: pointer;
  transition: .3s;
  position: relative;
  margin-right: 20px;
}

.filtro .rad-input {
  position: absolute;
  right: 0;
  top: 0;
  width: 1px;
  height: 1px;
  opacity: 0;
  z-index: -1;
}

.filtro .rad-design {
  width: 22px;
  height: 22px;
  border-radius: 4px;
  background: var(--colorePrimario);
  position: absolute;
  right: 0;
  box-shadow: 0px 0px 20px rgba(214, 221, 232, 0.75);
}

.filtro .rad-design::before {
  content: '';

  display: inline-block;
  width: inherit;
  height: inherit;
  border-radius: inherit;

  background: hsl(0, 0%, 90%);
  transform: scale(1.1);
  transition: .3s;
}

.filtro .rad-input:checked+.rad-design::before {
  transform: scale(0);
}

.filtro .rad-text {
  color: hsl(0, 0%, 60%);
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 900;
  transition: .3s;

  margin-right: 30px;
}

.filtro .rad-input:checked~.rad-text {
  color: hsl(0, 0%, 40%);
}




.filtro .abs-site-link {
  position: fixed;
  bottom: 40px;
  left: 20px;
  color: hsla(0, 0%, 0%, .5);
  font-size: 16px;
}

.section-filter {
  width: 250px;
  display: flex;
  flex-direction: column;
}

.section-prodotti {
  width: calc(100% - 250px);
}

.section-prodotti .divImgLikeCover {
  border-radius: 0;
}

.orientamento-prodotti {
  display: flex;
  flex-direction: row;
}

.ordinamento-filtro {
  display: flex;
  flex-direction: column;
}

.card-utensili {
  position: relative;
  display: flex;
  justify-content: center;
}

.widthAuto {
  width: auto;
}

.searchHeaderMobile {
  font-size: 14px;
}

/* splide CarouselProdotto  */

.containerImgBackGroundCarouselProdotto {
  position: relative;
  width: 100%;
  min-height: 300px;
  display: inline-block;
}

.fix-height-imgCarouselProdotto {
  margin-top: 150%;
}

.imgBackGroundCarouselProdotto {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

#splideCarouselProdotto {
  margin: auto;
  padding-left: 35px;
  padding-right: 35px;
}

#splideCarouselProdotto .splide__arrow.splide__arrow--prev {
  left: 0;
  background: none;
  width: 40px;
}

#splideCarouselProdotto .splide__arrow.splide__arrow--prev svg {
  width: 40px;
  height: 40px;
}

#splideCarouselProdotto .splide__arrow.splide__arrow--next {
  right: 0;
  background: none;
  width: 40px;
}

#splideCarouselProdotto .splide__arrow.splide__arrow--next svg {
  width: 40px;
  height: 40px;
}

#splideCarouselProdotto2 {
  margin: auto;
  padding-left: 35px;
  padding-right: 35px;
}

#splideCarouselProdotto2 .splide__arrow.splide__arrow--prev {
  left: 0;
  background: none;
  width: 40px;
}

#splideCarouselProdotto2 .splide__arrow.splide__arrow--prev svg {
  width: 40px;
  height: 40px;
}

#splideCarouselProdotto2 .splide__arrow.splide__arrow--next {
  right: 0;
  background: none;
  width: 40px;
}

#splideCarouselProdotto2 .splide__arrow.splide__arrow--next svg {
  width: 40px;
  height: 40px;
}

/* splide CarouselProdotto  */

/* splide CarouselServizio  */

.containerImgBackGroundCarouselServizio {
  position: relative;
  width: 100%;
  display: inline-block;
}

.fix-height-imgCarouselServizio {
  margin-top: 66%;
}

.imgBackGroundCarouselServizio {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

#splideCarouselServizio {
  margin: auto;
  padding-left: 35px;
  padding-right: 35px;
}

#splideCarouselServizio .splide__arrow.splide__arrow--prev {
  left: 0;
  background: none;
  width: 40px;
}

#splideCarouselServizio .splide__arrow.splide__arrow--prev svg {
  width: 40px;
  height: 40px;
}

#splideCarouselServizio .splide__arrow.splide__arrow--next {
  right: 0;
  background: none;
  width: 40px;
}

#splideCarouselServizio .splide__arrow.splide__arrow--next svg {
  width: 40px;
  height: 40px;
}

/* splide CarouselServizio  */






.title-prodotto {
  margin: auto;
  width: 90%;
  font-weight: 600;
  font-size: clamp(36px, 4vw, 48px);
}

.filtro-carousel-prodotti {
  margin: auto;
}

.elemento-filtro-carousel-prodotti {
  color: #000000;
  font-weight: 600;
  font-size: var(--text20);
}

.elemento-filtro-carousel-prodotti.active {
  color: white;
  background-color: var(--colorePrimario);

}

.btn.elemento-filtro-carousel-prodotti {
  width: auto;
  margin-right: 10px;
}

:not(.btn-check)+.btn:active {
  color: white;
  background-color: var(--colorePrimario);
  border-color: var(--colorePrimario);
  ;
}

.btn.elemento-filtro-carousel-prodotti:last-child {
  margin-right: 0;
}

.card-utensili[data-filtro]:not(.mostra) {
  display: none;
}

.btn.btn-primary.btn-padding {
  padding: 10px 30px;
}

.title-carousel-servizio {
  font-weight: 700;
  font-size: var(--text30);
  line-height: 1;
}

.subtitle-carousel-servizio {
  font-weight: 700;
  font-size: var(--text30);
  line-height: 1;
  color: var(--colorePrimario);
}

.logo-footer {
  height: 70px;
  width: auto;
}

.background-primary {
  background-color: var(--colorePrimario);
}

.background-brown {
  background-color: #6C6161;
}

.title-small {
  font-size: var(--text16);
}

.p-big {
  font-size: var(--text22);
  color: var(--white);
}

.p-xl {
  font-size: var(--text22);
}

.p-xl span {
  font-size: var(--text30);
}

.relative {
  position: relative;
}

.img-cliente {
  width: 100%;
  height: auto;
}

.logo-principale img {
  max-height: 140px;
  width: auto;
}

.logo-sede {
  text-align: center;
}

.logo-sede img {
  max-height: 140px;
  width: auto;
}

.nome-sede {
  font-size: var(--text20);
  border-bottom: 1px solid black;
  color: var(--colorePrimario);
  line-height: 1.7;
}

#form-contattaci input,
#form-contattaci textarea,
#form-contattaci select {
  border: none;
  width: 100%;
  box-shadow: 0px 4px 4px 4px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0px 4px 4px 4px rgba(0, 0, 0, 0.1);
  outline: none;
  -webkit-appearance: none;
  border-radius: 5px;
  padding: 8px 16px;
  color: #6C6161;

}

#form-contattaci select {
  background-image: url("data:image/svg+xml;utf8,<svg fill='black' height='24' viewBox='0 0 24 24' width='24' xmlns='http://www.w3.org/2000/svg'><path d='M7 10l5 5 5-5z'/><path d='M0 0h24v24H0z' fill='none'/></svg>");
  background-repeat: no-repeat;
  background-position-x: 99%;
  background-position-y: 50%;
}

#form-contattaci input:placeholder-shown,
#form-contattaci textarea:placeholder-shown {
  color: #6C6161;
}

.table_orari {
  width: 100%;
  max-width: 400px;
}

.table_orari td {
  padding: 10px 0;
}

.table_orari tr {
  border-bottom: 1px solid black;
}

.icon_plus_data {
  display: flex;
  flex-direction: row;
  align-items: center;
}

.icon_plus_data i {
  font-size: 40px;
  color: var(--colorePrimario);
  margin-right: 30px;
}

.br_10 {
  border-radius: 10px;
}

.fa-brands.fa-youtube {
  color: #ff0000;
}

.mr-15 {
  margin-right: 15px;
}

#menuMobileLink i {
  font-size: 16px;
}

.mobile-secondary-link {
  display: flex;
  align-items: center;
  border-radius: 50%;
  margin-right: 10px;
  margin-left: 10px;
}

#dropdownMenuMobile {
  padding-top: 8px;
  background: transparent;
}

#dropdownMenuMobile li {
  background-color: #ffffff;
}

.dropdown-item:hover .mobile-secondary-link,
.dropdown-item:focus .mobile-secondary-link,
.dropdown-item:active .mobile-secondary-link,
.liMenuBackground:hover,
.liMenuBackground:hover .dropdown-item {
  background-color: var(--colorePrimario) !important;
  color: #ffffff !important;
  cursor: pointer;
}

.liMenuBackground.open {
  background-color: var(--colorePrimario) !important;
  color: #ffffff !important;
}

/* body {
	margin: 0px;
	background: radial-gradient(#CECECE, #fff);
	display: flex;
	justify-content: center;
	align-items: center;
	height: 100vh;
} */
.loader-container-fixed {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100vw;
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 999999999999999;
  background: white;
}

.container-loader {
  width: 350px;
  height: 350px;
  border-radius: 100%;
  background: linear-gradient(165deg, rgba(255, 255, 255, 1) 0%, rgb(220, 220, 220) 40%, rgb(170, 170, 170) 98%, rgb(10, 10, 10) 100%);
  position: relative;
}

.loader:before {
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  border-radius: 100%;
  border-bottom: 0 solid #ffffff05;

  box-shadow:
    0 -10px 20px 20px #ffffff40 inset,
    0 -5px 15px 10px #ffffff50 inset,
    0 -2px 5px #ffffff80 inset,
    0 -3px 2px #ffffffBB inset,
    0 2px 0px #ffffff,
    0 2px 3px #ffffff,
    0 5px 5px #ffffff90,
    0 10px 15px #ffffff60,
    0 10px 20px 20px #ffffff40;
  filter: blur(3px);
  animation: 2s rotate linear infinite;
}

@keyframes rotate {
  100% {
    transform: rotate(360deg)
  }
}

#elenco-news .news-preview:first-child {
  margin-top: 0 !important;
}

#elenco-news .news-preview:last-child {
  margin-bottom: 0 !important;
}

.imgBackgroundNewsPreviewContainer {
  height: 400px;
  width: 100%;
  position: relative;
}

.imgBackgroundNewsPreview {
  height: 100%;
  width: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.backgroundSideNews {
  margin: auto;
  max-width: 500px;
  height: 500px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: relative;
}

.sideNews {
  position: absolute;
  top: 0;
  left: 0;
  text-align: left;
}

.btn.btn-white {
  background-color: var(--white);
  border: 1px var(--white) solid;
  border-radius: 3px;
  color: black;
  text-align: center;
  padding: 10px 0;
  font-weight: 600;
}

.btn.btn-white:hover {
  background-color: transparent;
  border-color: var(--colorePrimario);
  color: var(--colorePrimario);
}

.btn-sideNews {
  position: absolute;
  bottom: 0;
  left: 0;
}

.embed-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
}

.embed-container iframe,
.embed-container object,
.embed-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.btn.btn-primary .icona_download {
  background-color: white;
  width: 50px;
  height: 50px;
  border-radius: 3px;
  position: relative;
}

.btn.btn-primary:hover .icona_download {
  background-color: var(--colorePrimario);
  border-color: white;

}

.btn.btn-primary:hover .icona_download i {
  color: white;
}

.btn.btn-primary .icona_download i {
  font-size: 30px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: var(--colorePrimario);
}

.hover_white:hover {
  background-color: white !important;
}

.page-link {
  color: inherit;
}

.active>.page-link,
.page-link.active {
  background-color: var(--colorePrimario);
  border-color: var(--colorePrimario);
}

#splideCarouselProdotto .splide__slide {
  width: 300px;
  margin-right: 20px;
}

[data-filtro_gallery].nascondi {
  width: 0;
  margin-right: 0;
  display: none;
}

#splideCarouselProdotto2 {
  min-height: 400px;
}

#splideCarouselProdotto {
  min-height: 400px;
}

#splideCarouselProdotto2 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

#splideCarouselProdotto img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

img.fitCover {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.border-top {
  border-top: 0.5px solid var(--lightGrayBorder) !important;
}
.logoCertificazione {
  width: 600px;
  max-width: 80%;
  height: auto;
}