@font-face {
  font-family: 'Proxima Nova Rg';
  src: url('../font/ProximaNova-Regular.woff2') format('woff2'), url('../font/ProximaNova-Regular.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Proxima Nova Rg';
  src: url('../font/ProximaNova-Bold.woff2') format('woff2'), url('../font/ProximaNova-Bold.woff') format('woff');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Proxima Nova Bl';
  src: url('../font/ProximaNova-Black.woff2') format('woff2'), url('../font/ProximaNova-Black.woff') format('woff');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

* {
  box-sizing: border-box;
}

*:focus {
  outline: none !important;
  box-shadow: none !important;
}

/* .container-fluid {
  max-width: 1920px;
}
 */
html {
  overflow-x: hidden;
}

body {
  font-family: 'Lato', sans-serif;
}

footer {
  background-color: #2d2926;
  padding-top: 50px;
  padding-bottom: 80px;
  color: #FFFFFF;
}

footer ul li::marker {
  color: #FFFFFF;
}

footer a {
  color: #FFFFFF;
  text-decoration: none;
}

footer a:hover {
  color: #FFFFFF;
  text-decoration: underline;
}

ul {
  padding-left: 1rem;
}

.nav-link, .dropdown-item{
  transition: all 300ms ease-in-out;
}
.nav-link:hover{
  opacity: 70%;
}

.dropdown-item:hover, .dropdown-item:focus{
  background-color: transparent;
  opacity: 70%;
  color: #FFFFFF;
}

.active-menu{
  text-decoration: underline;
  text-underline-offset: 5px;
}
.active-drop{
  background-color: rgba(255, 255, 255, 0.3);
  font-weight: 900;
}

.elenco-lavorazioni {
  flex-wrap: wrap;
}

.btn-outline-primary {
  width: 350px;
  color: #000000;
  border-color: #000000;
  margin-bottom: 10px;
  margin-right: 20px;
  text-align: start;
}

.btn-check:checked+.btn-outline-primary, .btn-check:active+.btn-outline-primary, .btn-outline-primary:active, .btn-outline-primary.active, .btn-outline-primary.dropdown-toggle.show {
  background-color: #9e3223;
  border-color: #9e3223;
}

.btn-outline-primary:hover {
  /* width: 70%;*/
  color: #FFFFFF;
  border-color: #9e3223;
  background-color: #9e3223;
  /* margin-bottom: 10px;
  text-align: start; */
}

.nova {
  font-family: 'Proxima Nova Rg';
  font-weight: normal;
  font-style: normal;
}

.absolute {
  position: absolute;
}

.relative {
  position: relative;
}

.card {
  height: 100%;
  padding: 20px 50px 20px 20px;
}

.img-contanti {
  width: 100px;
  right: -50px;
  top: -50px;
  /* border: 1px solid #9e3223;
  border-radius: 50px; */
  padding: 10px;
}

.link-formato {
  text-decoration: none;
}

.link-formato p {
  color: #000000;
}

.box-formato {
  border-radius: 10px;
  height: 100%;
  box-shadow: rgb(215, 215, 215) 6px 2px 16px 0px, rgba(255, 255, 255, 0.8) -6px -2px 16px 0px;
}

.box-formato:hover {
  box-shadow: rgb(224, 224, 225) 3px 3px 6px 0px inset, rgb(232, 232, 232) -3px -3px 6px 1px inset;
}

.box-attenzione {
  text-align: center;
  background: #9e3223;
  padding: 20px 10px;
  margin: 50px 0;
  color: #FFFFFF;
}

.bg-black {
  background-color: #000000;
}

.margine {
  margin-top: 100px;
}

.titolo-pagina {
  font-weight: 900;
  font-size: 60px;
  color: #FFFFFF;
}

.rettangolo-pantone {
  width: 100%;
  height: auto;
}

.titolo-pagina-paragrafo {
  color: #000000;
  font-weight: 900;
  font-size: 50px;
  line-height: 50px;
}

.titolo-pagina-paragrafo span {
  color: #9e3223;
  font-weight: 900;
}

.bread li {
  color: #000000;
}

.titoletto {
  font-size: 25px;
  letter-spacing: 1px;
  color: #575656;
}

.titoletto-no-sotto {
  font-size: 25px;
  font-weight: 300;
  letter-spacing: 1px;
  color: #575656;
  margin-bottom: 20px;
}

.titoletto-prodotto {
  font-size: 20px;
  font-weight: 300;
  letter-spacing: 1px;
  color: #575656;
  /* margin-bottom: 20px; */
}

.titoletto-pantone em {
  font-size: 25px;
  font-weight: 300;
  letter-spacing: 1px;
  color: #575656;
  position: relative;
}

.titoletto-pantone em:before {
  content: "";
  position: absolute;
  /* font-size: 25px;
  font-weight: 300;
  letter-spacing: 1px; */
  width: 100%;
  height: 10px;
  bottom: 0;
  background-color: #b2b2b2;
  z-index: -1;
}

.riga-pagina {
  width: 100px;
  height: 5px;
  background-color: #FFFFFF;
}

.riga {
  background-color: #9e3223;
  width: 100px;
  height: 3px;
}

.form-check-input:checked {
  background-color: #9e3223;
  border-color: #9e3223;
}

.magical--underline {
  cursor: pointer;
  background-image: linear-gradient(45deg, #d0887c 0%, #d0887c 100%);
  background-repeat: no-repeat;
  background-size: 100% .3em;
  background-position: 0 95%;
  transition: background-size .25s linear, color .2s linear;
  text-decoration: none;
  padding: 5px;
  color: #9e3223;
}

.magical--underline:hover {
  color: #fff !important;
  background-size: 100% 95%;
}

.titolo-prodotto {
  font-size: 22px;
  font-weight: 900;
  margin-top: 25px;
}

.call-action-menu {
  color: #9e3223;
  font-weight: 900;
}

.call-action-menu:hover {
  color: #575656;
}

.img-prodotto {
  transition: all .3s ease-in;
}

.img-prodotto:hover {
  transform: scale(1.1);
}

.freccia {
  transition: all .3s ease-in;
}

.freccia:hover {
  transform: translateX(20px);
}

.menu-princ-destra {
  justify-content: flex-end;
}

.menu-princ-destra .nav-item {
  margin-right: 30px;
}

.testo-menu-destra {
  line-height: 20px;
  margin-left: 20px;
}

.menu-secondario {
  justify-content: space-between;
  width: 100%;
  padding-left: var(--bs-gutter-x, 0.75rem) !important;
 /*  max-width: 1920px; */
  margin: 0 auto;
}

.menu-sopra {
  justify-content: flex-end;
 /*  max-width: 1920px;*/
  margin: 0 auto; 
}

.menu-sopra a {
  color: #FFFFFF;
}

.menu-secondario a {
  color: #FFFFFF;
}

.btn-preventivo {
  background-color: #9e3223;
  padding: 16px 32px !important;
}

.menu-sopra .nav-item {
  padding: 5px 0;
}

.titolo-home {
  font-size: 55px;
  font-weight: 900;
}

.btn-scopri {
  margin-top: 20px;
  color: #FFFFFF;
  background: rgb(177, 32, 9);
  background: linear-gradient(171deg, rgba(177, 32, 9, 1) 0%, rgba(252, 66, 38, 1) 100%);
  text-decoration: none;
  padding: 10px 50px;
}

.btn-scopri:hover {
  color: #FFFFFF;
}

.box-prodotto {
  border-radius: 20px;
  padding-bottom: 20px;
  height: 100%;
  overflow: hidden;
}

.img-prodotto-foto {
  width: 100%;
  height: 300px;
  object-fit: contain;
  /*  object-fit: cover; */
}

.slick-track {
  margin-left: 0 !important;
  margin-right: 0 !important;
}

.slick-dots li {
  margin: 0 !important;
}

.slick-dots li button::before {
  font-size: 15px !important;
}

.carousel-indicators [data-bs-target] {
  background-color: #9e3223;
  width: 8px;
  height: 8px;
  margin-left: 10px;
  margin-right: 10px;
  border-radius: 50px;
  border: 1px solid #FFFFFF;
}


.grafica-carosello {
  z-index: -1;
  position: absolute;
  top: -60px;
  left: -50px;
}

.link-bread {
  color: #000000;
  font-weight: 900;
  text-decoration: none;
}

.link-bread:hover {
  color: #000000;
}

.titolo-paragrafo-home {
  color: #9e3223;
  line-height: 30px;
}

.titolo-paragrafo-home span {
  color: #000000;
  font-weight: 900;
}

.titolo-newsletter {
  color: #9e3223;
  font-weight: 900;
  font-size: 50px;
}

.link-privacy {
  color: #9e3223;
}

.link-privacy:hover {
  color: #575656;
}

.titolo-formato {
  color: #9e3223;
}

/* RETURN TOP */

#scrolltotop {
  height: 55px;
  width: 55px;
  display: none;
  position: fixed;
  bottom: 100px;
  right: 30px;
  z-index: 99;
  font-size: 18px;
  border: none;
  background-color: #575656;
  color: white;
  cursor: pointer;
  border-radius: 4px;
  outline: 1px solid #FFFFFF;
  z-index: 1000;
}

#scrolltotop:hover {
  background-color: #9e3223;
}

.riga-bianca {
  height: 1px;
  width: 100%;
  background-color: #FFFFFF;
}

.bg-red {
  background: rgb(177, 32, 9);
  background: linear-gradient(171deg, rgba(177, 32, 9, 1) 0%, rgba(252, 66, 38, 1) 100%);
}

.custom-shape-divider-bottom-1627552863 {
  width: 100%;
  overflow: hidden;
  line-height: 0;
}

.custom-shape-divider-bottom-1627552863 svg {
  position: relative;
  display: block;
  width: calc(104% + 1.3px);
  height: 75px;
  transform: rotateY(180deg);
}

.custom-shape-divider-bottom-1627552863 .shape-fill {
  fill: #FFFFFF;
}

.logo-cella{
  max-width: 350px;
  width: 100%;
}

@media all and (min-width: 991px) {
  .menu {
    display: flex;
    flex-direction: column;
  }

  .responsive {
    display: none;
  }

  .separatore {
    margin-right: 15px;
  }

  .dropdown-menu {
    background-color: #000000;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }

  .border-no-responsive {
    border-left: 1px solid #FFFFFF;
    border-right: 1px solid #FFFFFF;
  }

  .menu-secondario {
    align-items: center;
  }

  .bordo-right-no-responsive {
    border-right: 1px solid #000000;
    padding-right: 30px;
  }
}

@media all and (max-width: 991px) {
  .no-responsive {
    display: none;
  }

  .dropdown-menu {
    background-color: transparent;
    border-left: 1px solid #FFFFFF;
    border-top: 0;
    border-right: 0;
    border-bottom: 0;
    border-radius: 0;
  }

  .menu-princ-destra .nav-item {
    margin-bottom: 15px;
    margin-top: 15px;
    padding-right: var(--bs-gutter-x, 0.75rem);
    padding-left: var(--bs-gutter-x, 0.75rem);
  }

  .menu-secondario {
    padding: 10px 0;
  }
}

@media all and (min-width: 991px) {
  .img-pantone-verticale {
    display: none;
  }
}

@media all and (max-width: 767px) {
  .reverse {
    flex-direction: column-reverse;
  }

  .img-pantone-verticale {
    display: none;
  }

  .margine-mobile {
    margin-bottom: 70px;
  }
}

@media all and (max-width: 1240px) and (min-width: 992px) {
  .titolo-prodotto {
    height: 50px;
  }
}

@media all and (max-width: 992px) and (min-width: 762px) {
  .img-pantone-orizzontale {
    display: none;
  }
}


/* SLICK SLIDER */
.slick-slider {
  margin: 0 -5px;
}

.slick-slide {
  padding: 5px;
  /*   background-color:red; */
  text-align: center;
  /*   margin-right:10px;
  margin-left:5px; */
}


.cc-nb-reject {
  background-color: #9e3223 !important;
}

.cc-nb-okagree {
  background-color: #9e3223 !important;
}

.cc-cp-foot-save {
  background-color: #9e3223 !important;
}


.btn-cookies {
  width: 55px !important;
  height: 55px !important;
  background-color: #FFFFFF !important;
  font-size: 30px !important;
  color: #9e3223 !important;
  position: fixed !important;
  bottom: 30px !important;
  left: 30px !important;
  border-radius: 5px !important;
  border: 1px solid #9e3223 !important;
  z-index: 1 !important;
}