/*
Theme Name: Kiboko
Theme URI:
Author: Kiboko
Author URI:
Description:
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: nx

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

*/
::selection {
  background-color: #D0D0D0;
  color: #ffffff;
}

html {
  overflow-x: hidden;
}
html.over {
  overflow: hidden;
}
html body {
  overflow-x: hidden;
  background-color: #ffffff;
  font-weight: 400;
}
html body .container {
  max-width: 80vw;
}
@media (max-width: 991px) {
  html body .container {
    max-width: 90vw;
    padding: 0;
  }
}

@media (min-width: 992px) {
  .hiddendesk {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .hiddenmobi {
    display: none !important;
  }

  .mobi-direction-reverse {
    flex-direction: column-reverse;
  }
  .mobi-direction-reverse > *:first-child {
    margin-top: 2rem;
  }
}
hr {
  border: 0;
  border-top: 0.05rem solid #1D1D1B;
}

.intro {
  margin-bottom: 5rem;
}
@media (max-width: 991px) {
  .intro h1 {
    margin-bottom: 2.5rem;
  }
}

.sectionfull {
  padding-top: 7.5rem;
  padding-bottom: 7.5rem;
}

.has-background-grigio {
  background-color: #F2F2F2;
}

.align-center {
  text-align: center;
}

.imgfull img {
  height: 44.6rem;
  width: 100%;
  display: block;
  object-fit: cover;
}
@media (max-width: 991px) {
  .imgfull img {
    height: auto;
    aspect-ratio: 4/3;
  }
}

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

.list-prodotti {
  margin-bottom: 5rem;
}

@media (min-width: 992px) {
  html {
    font-size: 1.25vw;
  }
}
@media (min-width: 1400px) {
  html {
    font-size: 1.0416666667vw;
  }
}
@media (max-width: 767px) {
  html {
    font-size: 2.7568922306vw;
  }
}
@media (max-width: 575px) {
  html {
    font-size: 3.8647342995vw;
  }
}

body {
  font-family: "Inter", sans-serif;
  font-size: 1.2rem;
}

h1,
.h1 {
  font-size: 2.25rem;
  line-height: 1.05;
  color: #1D1D1B;
}
@media (max-width: 991px) {
  h1,
.h1 {
    font-size: 1.75rem;
  }
}

h2,
.h2 {
  font-size: 2.3rem;
  color: #1D1D1B;
  font-weight: 600;
  margin-bottom: 1.6rem;
  letter-spacing: -0.012em;
}
h2 strong,
.h2 strong {
  color: #A12118;
}

h3,
.h3 {
  font-size: 1.1rem;
  color: #A12118;
  font-weight: 600;
  margin-bottom: 1rem;
}

h4,
.h4 {
  font-size: 1.2rem;
  line-height: 1.25;
  color: #1D1D1B;
}

h5,
.h5 {
  font-size: 0.7rem;
  color: #A12118;
  font-weight: normal;
  margin-bottom: 0.5rem;
}

h6,
.h6 {
  font-size: 0.9rem;
  line-height: 1.25;
  color: #1D1D1B;
  font-weight: 500;
}

p {
  font-size: 1rem;
  line-height: 1.5;
  color: #888888;
}
p a {
  color: #1D1D1B;
}

.page-content ul {
  font-size: 0.8rem;
  line-height: 1.625;
  padding-left: 1.5rem;
  margin-bottom: 1rem;
}

.listaemail {
  font-size: 0.9rem;
  line-height: 1.4;
}
@media (max-width: 991px) {
  .listaemail {
    font-size: 0.75rem;
    line-height: 1.6;
    display: flex;
    flex-direction: column;
  }
  .listaemail span {
    display: none;
  }
}
.listaemail a {
  color: #1D1D1B;
  text-decoration: none;
}
.listaemail a:hover {
  color: #A12118;
}

.has-verde-color {
  color: #A12118;
}

.has-verde-background-color {
  background-color: #A12118;
}

.has-bianco-color {
  color: #ffffff;
}

.has-bianco-background-color {
  background-color: #ffffff;
}

.has-nero-color {
  color: #1D1D1B;
}

.has-nero-background-color {
  background-color: #1D1D1B;
}

.cta, .gform_wrapper .gform_footer input.button, .gform_wrapper .gform_footer input[type=submit], .gform_wrapper .gform_page_footer input.button, .gform_wrapper .gform_page_footer input[type=submit] {
  color: #ffffff;
  font-size: 0.9rem !important;
  font-weight: 600;
  display: inline-flex !important;
  background-color: #A12118;
  padding: 0.9rem 1.6rem;
  text-decoration: none;
  position: relative;
  border: 0 !important;
  border-radius: 9999px;
  align-items: center;
  cursor: pointer;
  justify-content: center;
  appearance: none;
  transition: backgroundColor 500ms 0s ease;
}
.cta:hover, .gform_wrapper .gform_footer input.button:hover, .gform_wrapper .gform_footer input[type=submit]:hover, .gform_wrapper .gform_page_footer input.button:hover, .gform_wrapper .gform_page_footer input[type=submit]:hover {
  background-color: #1D1D1B;
}

@media (max-width: 991px) {
  body .gform_wrapper {
    margin-top: 5rem;
  }
}
body .gform_wrapper li.gfield {
  margin-top: 0 !important;
  margin-bottom: 1.2rem;
}
body .gform_wrapper span.gform_description {
  font-size: 1.1rem;
  margin-bottom: 2.4rem !important;
  line-height: 1.5;
}
body .gform_wrapper .top_label .gfield_label {
  font-size: 0.8rem;
  margin-bottom: 0.8rem;
}
body .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]), body .gform_wrapper textarea {
  width: 100%;
  border: 0 !important;
  padding: 0.8rem 1.25rem;
  border: 0.05rem solid #D0D0D0 !important;
  font-size: 1rem;
  appearance: none;
  border-radius: 0;
  border-radius: 9999px;
}
body .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]):focus, body .gform_wrapper textarea:focus {
  outline: none;
  border-color: #A12118 !important;
}
body .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file])::placeholder, body .gform_wrapper textarea::placeholder {
  color: #D0D0D0;
}
body .gform_wrapper textarea {
  border-radius: 2rem;
}
body .gform_wrapper .ginput_container_consent .gfield_consent_label {
  font-size: 0.8rem;
  margin-left: 0.5rem;
}
body .gform_wrapper .ginput_container_consent .gfield_consent_label a {
  color: #1D1D1B;
  transition: color 500ms ease;
}
body .gform_wrapper .ginput_container_consent .gfield_consent_label a:hover {
  color: #A12118;
}
body .gform_wrapper .ginput_container_consent input[type=checkbox] {
  height: 1rem;
  width: 1rem;
  border-radius: 0;
  margin: 0;
  filter: grayscale(1);
  transform: translateY(1px);
}
body .gform_wrapper .gform_footer {
  margin: 0;
  padding: 0;
  display: flex;
  justify-content: flex-start;
  margin-top: 1.6rem;
}
body .gform_wrapper .validation_error {
  font-size: 0.8rem !important;
}

.gfield_required {
  display: none !important;
}

.gform_wrapper div.validation_error {
  font-size: 0.7rem;
  padding: 0;
  border: 0;
  text-align: left;
}

.gform_wrapper li.gfield.gfield_error, .gform_wrapper li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning {
  border: 0 !important;
  padding-top: 0 !important;
  background-color: transparent !important;
  padding-bottom: 0 !important;
}
.gform_wrapper li.gfield.gfield_error .validation_message, .gform_wrapper li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning .validation_message {
  font-size: 0.7rem !important;
}

.card-categoria {
  color: #1D1D1B;
  text-decoration: none;
  display: block;
  margin-bottom: 6rem;
}
.card-categoria:hover img {
  transform: scale(1.05);
}
.card-categoria:hover h3 {
  color: #A12118 !important;
}
.card-categoria figure {
  overflow: hidden;
  border-radius: 2rem;
}
.card-categoria figure img {
  aspect-ratio: 50/37;
  width: 100%;
  height: auto;
  object-fit: cover;
  border-radius: 2rem;
  display: block;
  transition: 0.3s all cubic-bezier(0.4, 0, 0.2, 1);
}
.card-categoria .card__content {
  margin-top: 1.2rem;
}
.card-categoria .card__content h3 {
  font-size: 1.6rem;
  margin-bottom: 1rem;
  color: #1D1D1B;
}
.card-categoria .card__content p {
  font-size: 0.9rem;
  color: #888888;
  line-height: 1.3333;
  max-width: 90%;
}
.card-categoria.card-categoria--cta {
  padding: 2rem;
  border-radius: 9999px;
  border: 1px solid #D0D0D0;
  display: flex;
  flex-direction: column;
  gap: 1.1rem;
  align-items: flex-start;
  font-size: 1.2rem;
  color: #1D1D1B;
  text-decoration: none;
  border-radius: 2rem;
  height: calc(100% - 6rem);
  justify-content: flex-end;
}
.card-categoria.card-categoria--cta:hover h3 {
  color: #1D1D1B !important;
}
.card-categoria.card-categoria--cta h3 {
  font-size: 2.6rem;
  line-height: 1.2;
  margin-bottom: 1rem;
  color: #1D1D1B;
}

.card-prodotti {
  margin-bottom: 6rem;
  text-align: left;
}
.card-prodotti .card-prodotti__thumbnail figure {
  width: 100%;
  height: auto;
  aspect-ratio: 1/1;
  border-radius: 2rem;
  border: 1px solid #D0D0D0;
  display: block;
  margin-bottom: 1.25rem;
  overflow: hidden;
}
.card-prodotti .card-prodotti__thumbnail figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
}
.card-prodotti .card-prodotti__marchio {
  color: #A12118;
  font-size: 0.9rem;
}
.card-prodotti h3 {
  color: #1D1D1B;
  font-size: 1.4rem;
  margin-top: 0.5rem;
  margin-bottom: 1rem;
}
.card-prodotti .card-prodotti__excerpt {
  max-width: 98%;
  font-size: 0.9rem;
}

.galleryRealizzazioni .splide__list {
  list-style: none;
}
.galleryRealizzazioni .splide__track {
  margin-left: 5rem;
  margin-right: 5rem;
}
@media (max-width: 991px) {
  .galleryRealizzazioni .splide__track {
    margin-left: 2.5rem;
    margin-right: 2.5rem;
  }
}
.galleryRealizzazioni .splide__pagination {
  bottom: -5rem;
}
.galleryRealizzazioni .splide__pagination__page {
  width: 3rem;
  height: 0.15rem;
  border-radius: 0;
}
@media (max-width: 991px) {
  .galleryRealizzazioni .splide__pagination__page {
    width: 1rem;
  }
}
.galleryRealizzazioni .splide__pagination__page.is-active {
  transform: scale(1);
  background-color: #A12118;
}
.galleryRealizzazioni .splide__arrow {
  background: none;
  border: none;
  height: 2rem;
  width: 2rem;
  opacity: 1 !important;
}
.galleryRealizzazioni .splide__arrow svg {
  width: 100%;
  height: 100%;
}
.galleryRealizzazioni .splide__arrow svg rect {
  transition: fill 500ms ease;
}
.galleryRealizzazioni .splide__arrow:hover svg rect {
  fill: #d09f79 !important;
}
@media (max-width: 991px) {
  .galleryRealizzazioni .splide__arrow.splide__arrow--prev {
    left: -10px;
  }
  .galleryRealizzazioni .splide__arrow.splide__arrow--next {
    right: -10px;
  }
}
.galleryRealizzazioni .lg-backdrop {
  background-color: #1D1D1B;
}

.gallerySlider img {
  height: 100vh;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 991px) {
  .gallerySlider img {
    aspect-ratio: 4/3;
    height: auto;
  }
}
.gallerySlider .splide__arrow {
  background-color: #ffffff;
  opacity: 1;
  width: 2rem;
  height: 2rem;
}
.gallerySlider .splide__arrow svg {
  fill: #1D1D1B;
}

.col-lg-4:nth-child(2) .box, .col-lg-4:nth-child(2) .servizio-item {
  transition-delay: 0.2s !important;
}

.col-lg-4:nth-child(3) .box, .col-lg-4:nth-child(3) .servizio-item {
  transition-delay: 0.4s !important;
}

.box {
  border-radius: 9999px;
  padding: 1rem 1.5rem;
  border: 1px solid #D0D0D0;
  display: flex;
  gap: 1.1rem;
  align-items: center;
  font-size: 1.2rem;
  color: #1D1D1B;
  text-decoration: none;
}
@media (max-width: 991px) {
  .box {
    font-size: 0.9rem;
  }
}
.box figure {
  background-color: #A12118;
  border-radius: 50%;
  width: 3.4rem;
  height: 3.4rem;
  min-width: 3.4rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.box.box--servizi h3 {
  margin-bottom: 0;
  color: #1D1D1B;
  font-size: 1.6rem;
}
@media (max-width: 991px) {
  .box {
    margin-bottom: 1.2rem;
  }
}

.marchi {
  padding-bottom: 4.5rem !important;
}
.marchi h2 {
  margin-bottom: 4rem;
}
.marchi .marchio-item {
  background-color: #ffffff;
  border-radius: 999px;
  width: 100%;
  height: 8.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 3rem;
}
@media (max-width: 991px) {
  .marchi .marchio-item {
    height: 5rem;
  }
}
.marchi .marchio-item img {
  width: 12rem;
  height: 5rem;
  object-fit: contain;
  object-position: center;
}
@media (max-width: 991px) {
  .marchi .marchio-item img {
    width: 60%;
  }
}

.pagination {
  margin-bottom: 2.5rem;
  margin-top: 2.5rem;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.9rem;
}
.pagination a, .pagination span {
  display: inline-block;
  margin: 0 5px;
  color: #1D1D1B;
  text-decoration: none;
}
.pagination a:hover {
  color: #A12118;
}
.pagination span {
  background-color: #A12118;
  aspect-ratio: 1/1;
  width: 2.25rem;
  height: auto;
  color: #ffffff;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
}

header {
  padding-top: 1.15rem;
  padding-bottom: 1.15rem;
  position: fixed;
  top: 0;
  z-index: 888;
  background-color: #ffffff;
  width: 100%;
  transition: 0.4s all cubic-bezier(0.4, 0, 0.2, 1);
  box-shadow: 0px -1px 1.8rem #00000010;
}
.home header {
  background-color: transparent;
  box-shadow: 0px -1px 1.8rem #00000000;
  transition: 0.3s all cubic-bezier(0.4, 0, 0.2, 1);
}
.home header .header__menu li a {
  color: #ffffff;
  transition: 0.3s all cubic-bezier(0.4, 0, 0.2, 1);
}
.home header .header__social img {
  filter: invert(1) grayscale(1) brightness(5);
  transition: 0.3s all cubic-bezier(0.4, 0, 0.2, 1);
}
.home header.scroll {
  background-color: #ffffff;
  box-shadow: 0px -1px 1.8rem #00000010;
}
.home header.scroll .header__menu li a {
  color: #1D1D1B;
}
.home header.scroll .header__menu li.current_page_item a {
  color: #1D1D1B;
}
.home header.scroll .header__social img {
  filter: invert(0) grayscale(0);
}
header.scroll .header__logo img {
  height: 3.5rem;
}
header .header__logo img {
  height: 4.5rem;
  width: auto;
  transition: 0.3s all cubic-bezier(0.4, 0, 0.2, 1);
}
header .header__menu ul {
  display: flex;
  list-style: none;
  justify-content: center;
  gap: 2.4rem;
  font-size: 0.9rem;
  font-weight: 700;
}
header .header__menu ul .current_page_item a {
  color: #A12118;
}
.home header .header__menu ul .current_page_item a {
  color: #ffffff;
}
.home header .header__menu ul .current_page_item a:hover {
  color: #A12118;
}
header .header__menu ul a {
  color: #1D1D1B;
  text-decoration: none;
}
header .header__menu ul a:hover {
  color: #A12118 !important;
}
header .header__social {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 0.8rem;
}
header .header__social img {
  width: 1.4rem;
  height: auto;
  display: block;
  transition: 0.2s all cubic-bezier(0.4, 0, 0.2, 1);
}
header .header__social img:hover {
  transform: scale(1.15);
}
@media (max-width: 991px) {
  header .header__social img {
    width: 1.75rem;
  }
}
@media (max-width: 991px) {
  header .header__social {
    gap: 1.25rem;
  }
}

.header__hamburger {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
@media (max-width: 991px) {
  .header__hamburger {
    padding-left: 0;
  }
}
.header__hamburger .nav-hamburger {
  height: 1.5rem;
  width: 1.5rem;
  position: relative;
  cursor: pointer;
  box-sizing: content-box;
}
.header__hamburger .nav-hamburger .content-hambu {
  height: 100%;
  width: 100%;
  position: relative;
}
.header__hamburger .nav-hamburger .content-hambu:hover span {
  background-color: #A12118;
}
.home .header__hamburger .nav-hamburger span {
  background-color: #ffffff;
}
.home .scroll .header__hamburger .nav-hamburger span {
  background-color: #1D1D1B;
}
.header__hamburger .nav-hamburger span {
  display: block;
  height: 2px;
  width: 100%;
  background-color: #1D1D1B;
  position: absolute;
  transition: 0.3s all cubic-bezier(0.4, 0, 0.2, 1);
}
.header__hamburger .nav-hamburger span:first-child {
  top: 0;
  transform-origin: top left;
}
.header__hamburger .nav-hamburger span:nth-child(2) {
  top: 50%;
  transform: translateY(-50%);
}
.header__hamburger .nav-hamburger span:last-child {
  bottom: 0;
  transform-origin: bottom left;
}
.header__hamburger .nav-hamburger.open span:first-child {
  transform: rotate(45deg);
  width: 140%;
}
.header__hamburger .nav-hamburger.open span:nth-child(2) {
  opacity: 0;
}
.header__hamburger .nav-hamburger.open span:last-child {
  transform: rotate(-45deg);
  width: 140%;
}
.header__hamburger .nav-hamburger:hover span {
  background-color: #1D1D1B;
}

.pannello-menu {
  position: fixed;
  width: 100%;
  top: -150vh;
  left: 0;
  background-color: #A12118;
  z-index: 777;
  transition: 0.6s all cubic-bezier(0.4, 0, 0.2, 1);
  height: 100vh;
}
.pannello-menu.open {
  top: 0;
}
.pannello-menu ul.menu {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  font-size: 3.2rem;
  flex-direction: column;
  gap: 1rem;
  list-style: none;
  margin-top: 10rem;
}
.pannello-menu ul.menu a {
  color: #ffffff;
  text-decoration: none;
  font-weight: 100;
}
.pannello-menu ul.menu a:hover {
  color: #1D1D1B;
}
.pannello-menu ul.menu > li {
  display: flex;
  align-items: center;
  position: relative;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
}
.pannello-menu ul.menu > li.current_page_item > a, .pannello-menu ul.menu > li.current-menu-item > a {
  color: #1D1D1B;
}
.pannello-menu ul.menu > li .sub-menu {
  list-style: none;
  font-size: 1.2rem;
  width: max-content;
  line-height: 2;
  max-height: 0;
  width: 100%;
  overflow: hidden;
  transition: 0.4s all cubic-bezier(0.4, 0, 0.2, 1);
}
.pannello-menu ul.menu > li .sub-menu li:first-child {
  padding-top: 0.75rem;
}
.pannello-menu ul.menu > li .sub-menu li:last-child {
  padding-bottom: 0.75rem;
}
.pannello-menu ul.menu > li .sub-menu a {
  color: #ffffff;
}
.pannello-menu ul.menu > li.open .sub-menu {
  max-height: 1000px;
}
.pannello-menu ul.menu > li.open > a:before {
  width: 100%;
}
.pannello-menu ul.menu > li.open .menuopen {
  transform: rotate(180deg);
}
.pannello-menu .menuopen {
  background-color: transparent;
  appearance: none !important;
  border-radius: 0;
  border: 0;
  display: inline !important;
  font-size: 0;
  transition: 0.3s all cubic-bezier(0.4, 0, 0.2, 1);
}
.pannello-menu .menuopen svg {
  height: 0.6rem;
  width: 1.2rem;
}
.pannello-menu .menuopen svg path {
  stroke: #ffffff;
}

.footer_cta {
  background-color: #1D1D1B;
  padding-top: 3.5rem;
  padding-bottom: 3.5rem;
}
.footer_cta p {
  color: #ffffff;
  font-size: 2.7rem;
}
@media (max-width: 991px) {
  .footer_cta p {
    margin-bottom: 1.2rem;
    line-height: 1.2;
    font-size: 2rem;
  }
}
.footer_cta .cta:hover {
  background-color: #ffffff;
  color: #A12118;
}

footer {
  background-color: #A12118;
  padding-top: 5rem;
  padding-bottom: 3.1rem;
  font-size: 0.9rem;
  line-height: 1.44;
}
footer .footer__logo img {
  width: 100%;
  height: auto;
}
@media (max-width: 991px) {
  footer .footer__logo img {
    width: 5rem;
  }
}
@media (max-width: 991px) {
  footer .footer__logo {
    margin-bottom: 2.8rem;
  }
}
footer a {
  color: #ffffff;
  text-decoration: none;
}
footer a:hover {
  color: #1D1D1B;
}
footer ul {
  font-size: 0.9rem;
  line-height: 1.44;
  font-weight: 400;
  list-style: none;
}
footer h3 {
  font-size: 1rem;
  margin-bottom: 1.2rem;
  color: #ffffff;
  font-weight: 700;
}
footer p {
  font-size: 0.9rem;
  line-height: 1.44;
  color: #ffffff;
  font-weight: 400;
}
footer p a {
  color: #ffffff;
  text-decoration: none;
}
footer p a:hover {
  color: #1D1D1B;
}
footer .footer__recapiti {
  margin-top: 1.2rem;
}
footer .footer__recapiti a {
  display: block;
  padding-left: 2rem;
  background-position: center left;
  background-size: 1rem auto;
  background-repeat: no-repeat;
}
footer .footer__recapiti a.footer__telefono {
  background-image: url(assets/img/telefono.svg);
}
footer .footer__recapiti a.footer__mail {
  background-image: url(assets/img/mail.svg);
}
@media (max-width: 991px) {
  footer .footer__recapiti {
    margin-bottom: 2.8rem;
  }
}
footer .footer-bottom {
  margin-top: 7rem;
  color: #ffffff;
  font-size: 0.8rem;
  font-weight: 400;
}
@media (max-width: 991px) {
  footer .footer-bottom {
    margin-top: 2.8rem;
  }
  footer .footer-bottom .row {
    flex-direction: column;
    gap: 1.2rem;
  }
}
footer .footer-bottom .footer__social {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 0.5rem;
}
footer .footer-bottom .footer__social img {
  width: 1.1rem;
  height: auto;
  display: block;
  transition: 0.2s all cubic-bezier(0.4, 0, 0.2, 1);
}
footer .footer-bottom .footer__social img:hover {
  transform: scale(1.15);
}
@media (max-width: 991px) {
  footer .footer-bottom .footer__social img {
    width: 1.3rem;
  }
}

.home__hero {
  position: relative;
  display: flex;
  align-items: center;
  height: 90vh;
  padding-top: 6.8rem;
  overflow: hidden;
}
.home__hero .imgParallax {
  width: 100%;
  position: absolute;
  z-index: 0;
  width: 100%;
  height: auto;
  top: 0;
  left: 0;
  transform: scale(1.3);
}
@media (max-width: 991px) {
  .home__hero .imgParallax {
    height: 100%;
    width: 100%;
    object-fit: cover;
  }
}
.home__hero:before {
  content: " ";
  position: absolute;
  background-color: #1D1D1B;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  opacity: 0.6;
}
.home__hero h1, .home__hero p, .home__hero a {
  position: relative;
  z-index: 2;
}
.home__hero h1 {
  color: #ffffff;
  margin-bottom: 2.2rem;
  font-size: 3.6rem;
  line-height: 1.1;
}
@media (max-width: 991px) {
  .home__hero h1 {
    font-size: 2rem;
  }
}
@media (min-width: 552px) and (max-width: 991px) {
  .home__hero h1 {
    font-size: 3.2rem;
  }
}
.home__hero p {
  max-width: 50%;
  color: #ffffff;
  margin-bottom: 2.2rem;
}
@media (max-width: 991px) {
  .home__hero p {
    max-width: 85%;
  }
}
@media (min-width: 552px) and (max-width: 991px) {
  .home__hero p {
    font-size: 1.4rem;
  }
}

.home__intro {
  margin-top: 9rem;
  margin-bottom: 9rem;
}
.home__intro .home__intro__testo .cta {
  margin-top: 3.1rem;
}
.home__intro .home__intro__servizi {
  margin-top: 6rem;
}

.home__prodotti {
  margin-top: 9rem;
  margin-bottom: 9rem;
  text-align: center;
}
.home__prodotti h2 {
  text-align: center;
  margin-bottom: 4rem;
}

@media (max-width: 991px) {
  .home__vicinanza .vicinanza__mappa, .chisiamo__vicinanza .vicinanza__mappa {
    margin-bottom: 2.8rem;
  }
}

.intro404 {
  margin-top: 12rem;
  margin-bottom: 12rem;
}
@media (max-width: 991px) {
  .intro404 {
    margin-bottom: 8.5rem;
  }
}
.intro404 h1 {
  color: #A12118;
}

.page-default {
  margin-bottom: 12rem;
}
.page-default .title-page {
  margin-bottom: 3rem;
}
@media (max-width: 991px) {
  .page-default {
    margin-bottom: 8.5rem;
  }
}
.page-default p, .page-default h1, .page-default h2, .page-default h3, .page-default h4, .page-default h5, .page-default h6 {
  margin-bottom: 1rem;
}

.page .page-head, .archive .page-head {
  margin-top: 13.5rem;
  margin-bottom: 7rem;
}
.page .page-head h1, .page .page-head .h1, .archive .page-head h1, .archive .page-head .h1 {
  color: #A12118;
  font-size: 1.2rem;
  font-weight: 500;
  margin-bottom: 1rem;
  text-align: center;
}
.page .page-head h2, .page .page-head .h2, .archive .page-head h2, .archive .page-head .h2 {
  color: #1D1D1B;
  font-size: 3.6rem;
  font-weight: 600;
  text-align: center;
}
@media (max-width: 991px) {
  .page .page-head h2, .page .page-head .h2, .archive .page-head h2, .archive .page-head .h2 {
    font-size: 2.8rem;
  }
}
.page .page-head p, .archive .page-head p {
  text-align: center;
  max-width: 42%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 2.8rem;
}
@media (max-width: 991px) {
  .page .page-head p, .archive .page-head p {
    max-width: 80%;
  }
}

.archive .footer_cta {
  margin-top: 3rem;
}

.chisiamo__intro {
  margin-bottom: 9rem;
}
.chisiamo__intro .chisiamo__intro__immagine img {
  aspect-ratio: 4/3;
  width: 100%;
  height: auto;
  object-fit: cover;
  border-radius: 2rem;
}

.chisiamo__servizi {
  margin-bottom: 9rem;
}
.chisiamo__servizi h2 {
  text-align: center;
  margin-bottom: 4rem;
}
.chisiamo__servizi .servizio-item {
  padding: 3rem 2rem;
  border-radius: 2rem;
  border: 1px solid #D0D0D0;
  display: flex;
  gap: 1.1rem;
}
@media (max-width: 991px) {
  .chisiamo__servizi .servizio-item {
    margin-bottom: 1.2rem;
  }
}
.chisiamo__servizi .servizio-item figure {
  background-color: #A12118;
  border-radius: 50%;
  width: 3.4rem;
  height: 3.4rem;
  min-width: 3.4rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.chisiamo__servizi .servizio-item h3 {
  font-size: 1.6rem;
  font-weight: 600;
  color: #1D1D1B;
  margin-bottom: 0.8rem;
}
.chisiamo__servizi .servizio-item p {
  font-size: 0.8rem;
  color: #888888;
  line-height: 1.43;
}
@media (max-width: 991px) {
  .chisiamo__servizi .servizio-item p {
    font-size: 1rem;
  }
}

.chisiamo__realizzazioni {
  margin-top: 9rem;
  margin-bottom: 9rem;
}
.chisiamo__realizzazioni h2 {
  text-align: center;
  margin-bottom: 4rem;
}
.chisiamo__realizzazioni .galleryRealizzazioni img {
  width: 100%;
  height: auto;
  aspect-ratio: 4/3;
  border-radius: 2rem;
  object-fit: cover;
}
.chisiamo__realizzazioni .galleryRealizzazioni p {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  color: #ffffff;
  border-bottom-left-radius: 2rem;
  border-bottom-right-radius: 2rem;
  background: black;
  font-size: 0.9rem;
  font-weight: 400;
  background: -moz-linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5998993347) 100%);
  background: -webkit-linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5998993347) 100%);
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5998993347) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000",endColorstr="#000000",GradientType=1);
  padding: 1.25rem;
  text-align: center;
}
.chisiamo__realizzazioni .galleryRealizzazioni .splide__track {
  margin: 0;
  overflow: visible;
}
.chisiamo__realizzazioni .galleryRealizzazioni .splide__track .splide__slide {
  position: relative;
}
.chisiamo__realizzazioni .galleryRealizzazioni .splide__arrow {
  background-color: #A12118;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  top: auto;
  bottom: 0;
  transform: translateY(0);
}
.chisiamo__realizzazioni .galleryRealizzazioni .splide__arrow svg {
  width: 50%;
  height: auto;
  fill: #ffffff;
}
.chisiamo__realizzazioni .galleryRealizzazioni .splide__pagination {
  position: static;
  height: 4.5rem;
  align-items: flex-end;
}

.prodotti__categorie {
  margin-bottom: 3rem;
}

.contatti__telefono {
  margin-bottom: 1.6rem;
}

.contatti__trovarci {
  margin-top: 9rem;
  text-align: center;
}
.contatti__trovarci p.contatti__indirizzo {
  margin-top: 2.6rem;
  font-size: 1.6rem;
  color: #1D1D1B;
  line-height: 1.5;
  margin-bottom: 4rem;
}
@media (max-width: 991px) {
  .contatti__trovarci p.contatti__indirizzo {
    font-size: 1.2rem;
  }
}
.contatti__trovarci iframe {
  display: block;
}

/*# sourceMappingURL=style.css.map */
