input[type="radio"] + label:before,
input[type="checkbox"] + label:before {
  top: 20% !important;
}

.privacy-check-container {
  line-height: 1;
  text-align: justify;
}

.my-layer {
  background-color: rgba(248, 247, 216, 0.7);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.swiper-slide:not(.swiper-slide-active) .my_figure {
  opacity: 0;
  transition: all 0.5s;
}

#services-section {
  position: relative;
}

#services-section .dark-box {
  width: 100%;
  height: 100%;
  position: absolute;
  background-color: #0008;
  top: 0;
  display: none;
}

#services-section .my_container {
  /*position: absolute !important;*/
  width: 45%;
  height: 100%;
  top: 0;
  right: 0;
  display: none;
  overflow: hidden;
  position: absolute;
  transition: 1s;
  transition-timing-function: ease;
  /*background-color: rgba(255, 0, 0, 0.533);*/
  /*height: 10% !important;*/
}

#services-section .sliding-box {
  position: relative;
  width: 50% !important;
  background-color: var(--primary);
  top: 27.5%;
  left: -100%;
  z-index: 15;
  padding: 20px;
  /*display: flex;
    flex-direction: column;
    justify-content: center;*/
  height: 55%;
  transition: 1s;
  transition-timing-function: ease;
  margin: 0 auto;
  overflow: overlay;
}

#services-section .sc_services_item_featured_top {
  background-color: var(--primary);
  cursor: pointer;
}
#services-section .sc_services_item .sc_services_item_header {
  transition: all 0.5s;
}
#services-section .sc_services_item.active .sc_services_item_header {
  opacity: 0;
}

.sc_services_item {
  transition: all 0.5s;
  z-index: 1;
}

.sc_services_item.unactive {
  z-index: 0 !important;
}

.sc_services_item_title {
  transition: 0.5s;
}

.intern-box-title {
  text-align: center;
  margin-top: 10%;
  margin-bottom: 0%;
}

.intern-box-ul {
  position: relative;
  color: white;
  text-align: justify;
  padding-top: 2%;
  padding-left: 7%;
  padding-right: 5%;
  margin-bottom: 0;
  font-size: large;
  line-height: 1.6;
}

.intern-box-subtitle {
  position: relative;
  color: white;
  padding-top: 2%;
  padding-left: 5%;
  padding-right: 5%;
  font-size: large;
  font-weight: bold;
  text-align: center;
  line-height: 1.6;
}

.intern-box-paragraph {
  position: relative;
  color: white;
  padding-left: 5%;
  padding-right: 5%;
  padding-top: 5%;
  font-size: large;
  font-weight: bold;
  line-height: 1.6;
}

.boxImage {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.custom-svg {
  fill: white !important;
}
.custom-svg:hover {
  fill: var(--primary-lite) !important;
}

.column-inner.ph15p {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: auto !important;
}

.close-button {
  position: absolute !important;
  top: 0 !important;
  right: 0 !important;
  background-color: var(--primary) !important;
  color: white !important;
  font-size: large !important;
  width: 40px !important;
  height: 40px !important;
  padding: 0 !important;
}

#capitolato {
  color: var(--primary);
}

#capitolato:hover {
  color: var(--primary);
}

.main-title {
  padding-top: 3rem !important;
}

.titolo_colorato {
  color: var(--primary) !important;
}

.first-main-title {
  margin: 30px 0px 0px;
}

* {
  box-sizing: border-box;
}

.img-zoom-container {
  position: relative;
}

.img-zoom-lens {
  position: absolute;
  border: 1px solid #d4d4d4;
  /*set the size of the lens:*/
  width: 20vw;
  aspect-ratio: 1 / 1;
  z-index: 100;
}

.img-zoom-result {
  border: 1px solid #d4d4d4;
  width: 35vw;
  position: fixed;
  top: 0;
  padding-left: 15px;
  z-index: 100;
  background-color: white;
  /*margin-top: 50px;*/
  aspect-ratio: 1 / 1;
  left: 50px;
}

.img-zoom-container img {
  max-height: 450px;
}

.images-modal-container {
  position: fixed;
  z-index: 99999;
  width: 100vw;
  height: 100vh;
  top: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  backdrop-filter: blur(5px);
  background-color: rgba(0, 0, 0, 0.65);
  display: none;
}
.images-modal {
  position: relative;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.images-modal img {
  width: auto;
  height: 100%;
  object-fit: contain;
}
.images-modal-close {
  position: absolute;
  top: 16px;
  right: 16px;
  width: 24px;
  height: 24px;
  border-radius: 999px;
  border: 0;
  background: none;
  color: #fff;
  font-size: 24px;
  line-height: 24px;
  cursor: pointer;
  box-shadow: none;
  outline: none;
}
.scheme_default .sc_button_hover_slide_top.images-modal-close {
  background: none !important;
}
.zoomE {
  cursor: zoom-in;
}

.custom_wrap {
  margin-right: 0 !important;
}

.button_custom {
  width: 100% !important;
}

#img_punti {
  height: 100vh;
  object-fit: unset;
}

.piantina-sold {
  -webkit-filter: grayscale(0.7);
  filter: grayscale(0.7);
}
.sold {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 300px;
  height: auto;
}

.logo-row {
  display: flex;
  justify-content: center;
  align-items: center;
  column-gap: 20px;
  row-gap: 20px;
  flex-wrap: wrap;
  padding: 100px 0 50px 0;
}
.logo-item {
  width: 175px;
}
.logo-item img {
  width: 100%;
  height: auto;
  max-height: 75px;
  object-fit: contain;
}

@media screen and (min-width: 1345px) {
  #img_punti {
    height: 100vh;
    width: calc(100vw - 90px) !important;
    object-fit: unset;
  }
}

@media screen and (max-width: 800px) {
  #img_punti {
    height: 100%;
    object-fit: cover;
  }
}

@media screen and (max-width: 600px) {
  .images-modal img {
    position: relative;
    width: auto;
    height: auto;
  }

  #img_cartina_greenway {
    display: block;
    margin-left: auto;
    margin-right: auto;
  }

  .main-img {
    margin: 30px 0px 0px !important;
  }

  .img-zoom-result,
  .img-zoom-lens {
    display: none !important;
  }
  .trx_addons_list_parameters {
    padding-bottom: 25px;
  }

  #services-section .my_container {
    top: 20%;
    width: 80%;
    right: 10%;
    height: 65% !important;
    transition: 1s;
    transition-timing-function: ease;
  }

  #services-section .sliding-box {
    position: relative;
    width: 80% !important;
    left: -100%;
    height: 85%;
    top: 0;
  }
  /*
    #services-section .sliding-box {
        position: fixed;
        width: 100% !important;
        height: 100%;
    }
    */

  /* .img-zoom-lens {
        width: 50px;
        height: 50px;
    } */
  .logo-item {
    width: 100px;
  }
}

@media screen and (min-width: 600px) {
  .images-modal img {
    width: auto;
    height: 100%;
    object-fit: contain;
  }

  .column-inner-custom {
    padding-left: 50px !important;
    padding-right: 0px !important;
  }
  #container_1 {
    bottom: 100px !important;
  }
  #custom_container_1 {
    width: calc(100vw - 90px) !important;
  }
  .main-img {
    margin: 100px 0px 0px !important;
  }

  .my_promo_cst {
    width: 45%;
  }

  .promo_text_right {
    margin-left: 50%;
  }

  #sc_googlemap_1 {
    padding-top: 75px;
  }

  .my_figure {
    padding-left: 30%;
  }

  .little_maps {
    transform: rotate(90deg);
  }

  #map_1 {
    padding-top: 100px;
    padding-left: 0;
    width: 80%;
    position: relative;
    left: 150px;
  }
}

@media screen and (max-width: 1279px) {
  .custom_form_left {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .custom_form_right {
    padding-right: 0 !important;
    padding-left: 0 !important;
    padding-top: 0 !important;
  }
}

@media screen and (min-width: 1280px) {
  .custom_form_left {
    padding-right: 7px !important;
    padding-left: 0 !important;
  }
  .custom_form_right {
    padding-left: 7px !important;
    padding-right: 0 !important;
  }
}
