/***************************/
/******* CONFIG VARS *******/
/* -COLORS.SCSS */
/* DEFAULT COLORS VARS */
/* THEME COLORS VARS */
/* _TEXT.SCSS */
/* Font Library */
/* FONT PER LE ICONE */
/******* CONFIG MIXIN ******/
/* _MIXIN.SCSS */
/***************************/
/*
** Cover hero
*/
.wk-cover {
  height: 100vh;
  max-height: 100dvh;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 64px 0;
  position: relative; }
  .wk-cover::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: #000;
    opacity: .3;
    z-index: 9; }
  .wk-cover .wk-cover-container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 10;
    box-sizing: border-box;
    width: auto; }
    .wk-cover .wk-cover-container h1, .wk-cover .wk-cover-container h2, .wk-cover .wk-cover-container h3, .wk-cover .wk-cover-container h4, .wk-cover .wk-cover-container h5, .wk-cover .wk-cover-container h6,
    .wk-cover .wk-cover-container p,
    .wk-cover .wk-cover-container a {
      color: #fff;
      font-weight: 500;
      margin: 0; }
    .wk-cover .wk-cover-container a:hover {
      color: currentColor; }
    .wk-cover .wk-cover-container h1, .wk-cover .wk-cover-container h2, .wk-cover .wk-cover-container h3, .wk-cover .wk-cover-container h4, .wk-cover .wk-cover-container h5, .wk-cover .wk-cover-container h6 {
      margin-bottom: 20px;
      margin-left: -5px;
      max-width: 60%; }
      @media all and (max-width: 62.49em) {
        .wk-cover .wk-cover-container h1, .wk-cover .wk-cover-container h2, .wk-cover .wk-cover-container h3, .wk-cover .wk-cover-container h4, .wk-cover .wk-cover-container h5, .wk-cover .wk-cover-container h6 {
          font-size: 50px;
          margin-bottom: 15px; } }
      @media all and (max-width: 47.99em) {
        .wk-cover .wk-cover-container h1, .wk-cover .wk-cover-container h2, .wk-cover .wk-cover-container h3, .wk-cover .wk-cover-container h4, .wk-cover .wk-cover-container h5, .wk-cover .wk-cover-container h6 {
          font-size: 40px;
          max-width: 100%;
          margin-bottom: 15px;
          margin-left: -3px; } }
  .wk-cover .wk-localita {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
    color: #fff; }
    .wk-cover .wk-localita svg {
      width: 15px;
      height: auto;
      margin-right: 15px; }
  .wk-cover .wk-sottotitolo {
    color: #fff; }
    .wk-cover .wk-sottotitolo p {
      margin: 0;
      color: #fff; }

.wk-case-studies .wk-localita {
  display: flex;
  align-items: center;
  margin-top: 10px;
  justify-content: flex-end; }
  .wk-case-studies .wk-localita svg {
    width: 15px;
    height: auto;
    margin-right: 15px; }

/*
** Text img block
*/
.wk-text-img {
  padding: 50px 0; }
  .wk-text-img .wk-negative-margin {
    display: flex;
    margin-right: -5%; }
    .wk-text-img .wk-negative-margin.wk-invert {
      flex-direction: row-reverse;
      margin-right: 0;
      margin-left: -5%; }
      .wk-text-img .wk-negative-margin.wk-invert .wk-col-50 {
        padding-right: 5%; }
        .wk-text-img .wk-negative-margin.wk-invert .wk-col-50:first-child {
          padding-left: 5%;
          padding-right: 0; }
          @media all and (max-width: 47.99em) {
            .wk-text-img .wk-negative-margin.wk-invert .wk-col-50:first-child {
              padding: 0; } }
        @media all and (max-width: 47.99em) {
          .wk-text-img .wk-negative-margin.wk-invert .wk-col-50 {
            padding: 0; } }
      @media all and (max-width: 47.99em) {
        .wk-text-img .wk-negative-margin.wk-invert {
          flex-direction: column; } }
    @media all and (max-width: 87.5em) {
      .wk-text-img .wk-negative-margin {
        margin-right: 0 !important;
        margin-left: 0 !important; } }
    @media all and (max-width: 47.99em) {
      .wk-text-img .wk-negative-margin {
        flex-direction: column;
        gap: 30px; } }
  .wk-text-img .wk-col-50 {
    flex-basis: 50%;
    padding-left: 7%; }
    .wk-text-img .wk-col-50:first-child {
      padding-right: 7%;
      padding-left: 0;
      display: flex;
      flex-direction: column;
      justify-content: center; }
    @media all and (max-width: 47.99em) {
      .wk-text-img .wk-col-50 {
        padding: 0; } }
  .wk-text-img h2 {
    font-size: 30px;
    margin-bottom: 30px; }
    @media all and (max-width: 47.99em) {
      .wk-text-img h2 {
        margin-top: 10%; } }
  .wk-text-img .wk-text {
    margin: 0; }
    .wk-text-img .wk-text p {
      line-height: 1.6; }
  .wk-text-img .wk-design {
    font-weight: 500; }
    .wk-text-img .wk-design a {
      font-weight: 500; }
  .wk-text-img .swiper-pagination-bullet {
    width: 8px;
    height: 8px; }

/*
** Slider / text Elementor widget
*/
.wk-carousel {
  padding: 0;
  --swiper-pagination-bullet-width: 12px;
  --swiper-pagination-bullet-height: 12px; }
  .wk-carousel .swiper-slide {
    height: auto;
    max-height: 80dvh;
    max-height: 80vh; }
    @media all and (max-width: 47.99em) {
      .wk-carousel .swiper-slide {
        max-height: 50vh; } }
  .wk-carousel img {
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover; }
  .wk-carousel .swiper-pagination {
    text-align: right;
    padding: 0 10px; }
  .wk-carousel .swiper-pagination-bullet {
    background-color: #fff; }
  .wk-carousel .swiper-pagination-bullets {
    top: auto;
    bottom: 7px !important; }

.wk-text-img-slider .swiper-slide {
  position: relative;
  width: 100%;
  padding-top: 113%; }
  .wk-text-img-slider .swiper-slide img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover; }
    @media all and (max-width: 47.99em) {
      .wk-text-img-slider .swiper-slide img {
        position: relative;
        aspect-ratio: 1 / 1; } }
  @media all and (max-width: 47.99em) {
    .wk-text-img-slider .swiper-slide {
      padding-top: 0; } }

/*
** Widget img/text background color
*/
.wk-img-text-background {
  display: flex;
  flex-wrap: wrap; }
  .wk-img-text-background.wk-invert {
    flex-direction: row-reverse; }
    @media all and (max-width: 47.99em) {
      .wk-img-text-background.wk-invert {
        flex-direction: column-reverse; } }
  @media all and (max-width: 47.99em) {
    .wk-img-text-background {
      flex-direction: column-reverse; } }
  .wk-img-text-background .wk-col-50 {
    flex-basis: 50%; }
    @media all and (max-width: 47.99em) {
      .wk-img-text-background .wk-col-50 {
        flex-basis: 100%; } }
    .wk-img-text-background .wk-col-50.wk-img-text__text {
      padding: 7%;
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center; }
      @media all and (max-width: 47.99em) {
        .wk-img-text-background .wk-col-50.wk-img-text__text {
          padding: 10% 5%; } }
      .wk-img-text-background .wk-col-50.wk-img-text__text > div {
        padding: 0 10%;
        width: 100%; }
  .wk-img-text-background h1, .wk-img-text-background h2, .wk-img-text-background h3, .wk-img-text-background h4, .wk-img-text-background h5, .wk-img-text-background h6 {
    margin-bottom: 30px; }
  .wk-img-text-background h3 {
    font-size: 30px; }
  .wk-img-text-background img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover; }

/*
** Tiles Elementor widget
*/
.wk-tiles h3 {
  margin-bottom: 7%;
  text-align: center;
  font-weight: 500;
  font-size: 30px; }

.wk-tiles .wk-tiles__wrapper {
  display: flex;
  gap: 20px; }
  @media all and (max-width: 47.99em) {
    .wk-tiles .wk-tiles__wrapper {
      flex-wrap: wrap; } }
  .wk-tiles .wk-tiles__wrapper .wk-tiles__item {
    flex: 1;
    max-height: 500px; }
    @media all and (max-width: 47.99em) {
      .wk-tiles .wk-tiles__wrapper .wk-tiles__item {
        flex: auto;
        flex-basis: 50%; } }
    .wk-tiles .wk-tiles__wrapper .wk-tiles__item a {
      display: block;
      position: relative;
      height: 100%; }
      .wk-tiles .wk-tiles__wrapper .wk-tiles__item a::after {
        content: '';
        position: absolute;
        top: 0;
        right: 0;
        left: 0;
        bottom: 0;
        background-color: #000;
        opacity: .5;
        z-index: 10; }
    .wk-tiles .wk-tiles__wrapper .wk-tiles__item h4 {
      position: absolute;
      left: 0;
      right: 0;
      bottom: 0;
      z-index: 11;
      color: #fff;
      font-weight: 500;
      margin: 0;
      padding: 20px;
      font-size: 20px; }
    .wk-tiles .wk-tiles__wrapper .wk-tiles__item img {
      width: 100%;
      height: 100%;
      -o-object-fit: cover;
         object-fit: cover; }

/*
** Immagine con pin prodotti
*/
.wk-container-image-tooltip-products {
  position: relative; }
  .wk-container-image-tooltip-products .wk-product-icon {
    position: absolute;
    z-index: 100;
    border: 1px solid #fff;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    -webkit-transform: translate(-50%, 50%);
            transform: translate(-50%, 50%);
    cursor: pointer; }
    .wk-container-image-tooltip-products .wk-product-icon > span {
      width: 30px;
      height: 1px;
      background-color: #fff;
      display: block;
      -webkit-transform: rotate(0) translate(-50%);
              transform: rotate(0) translate(-50%);
      pointer-events: none; }
      .wk-container-image-tooltip-products .wk-product-icon > span:first-child {
        -webkit-transform: rotate(90deg) translate(0, -7px);
                transform: rotate(90deg) translate(0, -7px); }
    .wk-container-image-tooltip-products .wk-product-icon .wk-tooltip-container {
      position: relative; }
      .wk-container-image-tooltip-products .wk-product-icon .wk-tooltip-container > a {
        position: absolute;
        top: 0;
        left: 0;
        -webkit-transform: translateY(-50%);
                transform: translateY(-50%);
        min-width: 300px;
        padding: 0 20px; }
      .wk-container-image-tooltip-products .wk-product-icon .wk-tooltip-container a:hover {
        opacity: 1; }
      .wk-container-image-tooltip-products .wk-product-icon .wk-tooltip-container .wk-tooltip-container-close {
        width: 20px;
        height: 20px;
        display: none;
        margin-left: auto;
        margin-bottom: 10px;
        cursor: pointer; }
        .wk-container-image-tooltip-products .wk-product-icon .wk-tooltip-container .wk-tooltip-container-close span {
          width: 20px;
          height: 1px;
          background-color: #fff;
          display: block;
          -webkit-transform: rotate(45deg) translate(7px, 6px);
                  transform: rotate(45deg) translate(7px, 6px); }
          .wk-container-image-tooltip-products .wk-product-icon .wk-tooltip-container .wk-tooltip-container-close span:first-child {
            -webkit-transform: rotate(-45deg) translate(-7px, 7px);
                    transform: rotate(-45deg) translate(-7px, 7px); }
        @media all and (max-width: 47.99em) {
          .wk-container-image-tooltip-products .wk-product-icon .wk-tooltip-container .wk-tooltip-container-close {
            display: block; } }
    .wk-container-image-tooltip-products .wk-product-icon .wk-tooltip-content {
      display: none; }
      .wk-container-image-tooltip-products .wk-product-icon .wk-tooltip-content p {
        font-size: 14px; }
    .wk-container-image-tooltip-products .wk-product-icon:hover .wk-tooltip-content {
      display: block;
      padding: 10px 20px;
      transition: all 0.3s ease-in-out;
      /* Glass effect */
      background: rgba(2, 2, 2, 0.4);
      border-radius: 5px;
      box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
      backdrop-filter: blur(5px);
      -webkit-backdrop-filter: blur(5px);
      /*&:hover {
                backdrop-filter: blur(0);
                -webkit-backdrop-filter: blur(0);
            }*/ }
      .wk-container-image-tooltip-products .wk-product-icon:hover .wk-tooltip-content p, .wk-container-image-tooltip-products .wk-product-icon:hover .wk-tooltip-content a {
        margin: 0;
        color: #fff;
        font-size: 14px;
        line-height: 1.2; }
        .wk-container-image-tooltip-products .wk-product-icon:hover .wk-tooltip-content p.wk-tooltip-title, .wk-container-image-tooltip-products .wk-product-icon:hover .wk-tooltip-content a.wk-tooltip-title {
          margin-bottom: 10px;
          font-weight: 500;
          font-size: 16px; }
        .wk-container-image-tooltip-products .wk-product-icon:hover .wk-tooltip-content p p, .wk-container-image-tooltip-products .wk-product-icon:hover .wk-tooltip-content a p {
          text-transform: uppercase;
          font-weight: 400; }
          .wk-container-image-tooltip-products .wk-product-icon:hover .wk-tooltip-content p p span, .wk-container-image-tooltip-products .wk-product-icon:hover .wk-tooltip-content a p span {
            font-weight: 300; }
    .wk-container-image-tooltip-products .wk-product-icon .wk-tooltip-title {
      font-size: 14px;
      font-weight: 500;
      text-transform: uppercase; }
      .wk-container-image-tooltip-products .wk-product-icon .wk-tooltip-title span {
        font-weight: 200;
        text-transform: lowercase;
        margin-left: 5px; }

body .wk-product-icon.wk-left-tooltip .wk-tooltip-container > a {
  left: -30px !important;
  -webkit-transform: translateY(-50%) translateX(-100%);
          transform: translateY(-50%) translateX(-100%); }

.wk-tabs {
  list-style-type: none;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 30px; }
  .wk-tabs li p {
    margin: 0;
    font-weight: 500;
    opacity: 0.5;
    cursor: pointer;
    transition: all 0.3s ease-in-out; }
  .wk-tabs .wk-current-tab p {
    opacity: 1; }

.tab-section {
  max-height: 0;
  overflow: hidden;
  opacity: 0;
  transition: opacity 0.3s ease-in-out; }
  .tab-section.wk-current-tab {
    max-height: 150vh;
    opacity: 1; }
  .tab-section:not(.wk-current-tab) {
    padding: 0 !important; }

body.elementor-editor-active .tab-section {
  max-height: 150vh;
  opacity: 1; }

@media all and (min-width: 48em) {
  .wk_tooltip_container_mobile {
    display: none; } }

.wk_tooltip_container_mobile .wk-tooltip-container {
  display: none; }

@media all and (max-width: 47.99em) {
  .wk-product-icon .wk-tooltip-container {
    display: none; } }

.wk_tooltip_container_mobile .wk-tooltip-container {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

.wk_tooltip_container_mobile .wk-tooltip-content {
  padding: 10px 20px;
  transition: all 0.3s ease-in-out;
  background: rgba(2, 2, 2, 0.4);
  border-radius: 5px;
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px);
  position: absolute;
  top: 50%;
  left: 50%;
  width: 90%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 9999; }
  .wk_tooltip_container_mobile .wk-tooltip-content p {
    color: white;
    font-size: .75rem;
    line-height: 1.3em;
    margin-bottom: 0; }
  .wk_tooltip_container_mobile .wk-tooltip-content p.wk-tooltip-title {
    font-weight: 500;
    margin-bottom: 10px;
    text-transform: uppercase;
    font-size: 18px; }
  .wk_tooltip_container_mobile .wk-tooltip-content .wk-tooltip-desc {
    margin-bottom: 5px;
    color: #fff;
    font-size: 15px; }
  .wk_tooltip_container_mobile .wk-tooltip-content .wk-tooltip-link {
    font-size: .75rem;
    color: white;
    font-weight: 300;
    text-align: right;
    display: block; }

.wk_tooltip_container_mobile .wk-tooltip-container-close {
  position: absolute;
  width: 25px;
  height: 25px;
  top: 5px;
  right: 5px;
  padding: 5px;
  cursor: pointer; }
  .wk_tooltip_container_mobile .wk-tooltip-container-close svg {
    display: block;
    width: 100%;
    height: auto; }
  .wk_tooltip_container_mobile .wk-tooltip-container-close svg * {
    stroke: white; }

body h2.wk_widget_correlati_title {
  margin-bottom: 50px;
  text-align: center; }
  @media all and (max-width: 47.99em) {
    body h2.wk_widget_correlati_title {
      font-size: 30px; } }

/*
** Widget Testo + Slider full width
*/
.wk-slider-full-and-text img {
  max-height: 500px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover; }

.wk-slider-full-and-text .wk-container {
  max-width: 100%;
  padding-right: 0; }
  .wk-slider-full-and-text .wk-container .wk-invert {
    padding-right: 5%;
    margin-left: calc(-5% - 10px) !important; }
    @media all and (max-width: 47.99em) {
      .wk-slider-full-and-text .wk-container .wk-invert {
        margin-left: -5% !important; } }

@media all and (max-width: 47.99em) {
  .wk-slider-full-and-text .swiper {
    margin-right: 5%; } }

.wk-slider-full-and-text.wk-text-img .wk-col-50 {
  width: 60%;
  flex-basis: 60%;
  padding-left: 0; }
  @media all and (max-width: 47.99em) {
    .wk-slider-full-and-text.wk-text-img .wk-col-50 {
      width: 100%;
      flex-basis: 100%; } }
  .wk-slider-full-and-text.wk-text-img .wk-col-50:first-child {
    width: 40%;
    flex-basis: 40%;
    display: flex;
    flex-direction: column;
    justify-content: center; }
    @media all and (max-width: 47.99em) {
      .wk-slider-full-and-text.wk-text-img .wk-col-50:first-child {
        width: 100%;
        flex-basis: 100%; } }

.wk-slider-full-and-text.wk-text-img .swiper-button-prev,
.wk-slider-full-and-text.wk-text-img .swiper-button-next {
  color: #fff;
  bottom: 30px;
  right: 30px;
  top: auto; }
  @media all and (max-width: 47.99em) {
    .wk-slider-full-and-text.wk-text-img .swiper-button-prev,
    .wk-slider-full-and-text.wk-text-img .swiper-button-next {
      color: #000; } }

.wk-slider-full-and-text.wk-text-img .swiper-button-prev {
  right: auto;
  left: 30px;
  transition: all 0.3s ease-in-out; }
  .wk-slider-full-and-text.wk-text-img .swiper-button-prev:hover {
    -webkit-transform: translateX(-7px);
            transform: translateX(-7px); }

.wk-slider-full-and-text.wk-text-img .swiper-button-next {
  transition: all 0.3s ease-in-out; }
  .wk-slider-full-and-text.wk-text-img .swiper-button-next:hover {
    -webkit-transform: translateX(7px);
            transform: translateX(7px); }

.wk-slider-full-and-text .wk-negative-margin {
  margin-right: 0; }
  @media all and (max-width: 47.99em) {
    .wk-slider-full-and-text .wk-negative-margin {
      flex-wrap: wrap;
      flex-direction: column; } }
  @media all and (max-width: 47.99em) {
    .wk-slider-full-and-text .wk-negative-margin.wk-invert {
      flex-direction: column;
      padding-left: 5%; } }
  @media all and (max-width: 47.99em) {
    .wk-slider-full-and-text .wk-negative-margin.wk-invert .swiper {
      margin-right: 0; } }

/*
** Elementor widget slider larghezza piena / testo
*/
.wk-slider-larghezza-piena.wk-text-img .wk-col-50 {
  width: 70%;
  flex-basis: 70%;
  padding-left: 0; }
  @media all and (max-width: 47.99em) {
    .wk-slider-larghezza-piena.wk-text-img .wk-col-50 {
      width: 100%;
      flex-basis: 100%; } }
  .wk-slider-larghezza-piena.wk-text-img .wk-col-50:first-child {
    width: 30%;
    flex-basis: 30%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-right: 5%; }
    @media all and (max-width: 47.99em) {
      .wk-slider-larghezza-piena.wk-text-img .wk-col-50:first-child {
        width: 100%;
        flex-basis: 100%; } }

.wk-slider-larghezza-piena.wk-text-img .wk-negative-margin.wk-invert .wk-col-50 {
  padding-right: 0; }
