/* 
*  CSS TABLE OF CONTENTS
*   
*  1.0 - Section containers
*  2.0 - Chart container
*  3.0 - Choice panel
*    3.1 - Wrapper
*    3.2 - Card   
*  4.0 - Opportunita subpanel
*  5.0 - Utility
*  6.0 - Slider
*  7.0 - Default section
*/
/*** 1.0 - Section containers ***/
#mappe {
  font-family: "Titillium Web", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  position: relative;
  z-index: 1;
}
#mappe .map-font-reduced {
  font-size: 0.85rem;
}
#mappe #go {
  position: absolute;
  right: 20px;
  font-weight: 600;
  color: #1f3367;
  z-index: 2000;
  display: none;
  padding: 0 0 0 20px;
  width: auto;
  text-align: center;
  border: none;
  -webkit-appearance: none;
          appearance: none;
  -moz-appearance: none;
  text-decoration: none;
  cursor: pointer;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  top: calc(85% - 42px);
  background-color: rgba(255, 255, 255, 0.6);
  border-radius: 30px;
}
#mappe .card-wrapper img {
  width: 100%;
  position: relative;
  -o-object-fit: cover;
     object-fit: cover;
}
#mappe #choice-panel.panel {
  overflow: hidden;
}
#mappe .panel {
  position: absolute;
  width: 100%;
  height: 100%;
  bottom: 0;
  left: 0;
  background: "transparent";
  position: relative;
}
#mappe .panel .card-wrapper .card-button-hover {
  display: flex;
  justify-content: center;
  align-items: center;
}
#mappe #iniziative-panel .section-bg.full-bg {
  width: 100%;
  height: 95%;
}
#mappe .map-stage {
  position: absolute;
}
#mappe .back-button-map {
  display: flex;
  align-items: center;
  font-weight: 600;
  color: #1f3367;
  margin-top: 45px;
  padding: 0 20px 0 0;
  background-color: rgba(255, 255, 255, 0.6);
  border-radius: 30px;
}

/*** 2.0 - Chart container ***/
#wrapper #mappe .chart {
  width: 100%;
  z-index: 100;
  height: calc(100px + 50vh);
}
#wrapper #mappe .map-form #tab_section {
  position: absolute;
  display: flex;
  width: 80%;
  top: 80px;
}
#wrapper #mappe .map-form #tab_title {
  position: absolute;
  width: 100%;
  top: 10px;
  left: 0;
}
#wrapper #mappe .map-form #tab_title #tab_title_value {
  text-align: center;
  color: #1f3367;
  font-size: 1.5rem;
}
@media screen and (max-width: 992px) {
  #wrapper #mappe .map-form #tab_title #tab_title_value {
    font-size: 1rem;
  }
}
#wrapper #mappe .map-form #tab_categoria {
  position: absolute;
  width: 80%;
  top: 45px;
  margin: 0;
  /* font-size: 1.5rem; */
  font-weight: 600;
}
#wrapper #mappe .form-overlay .section-bg.full-bg {
  height: 85%;
}
#wrapper #mappe .form-overlay .form-wrapper.map-form {
  position: relative;
  padding: 130px 40px 65px;
}
@media screen and (max-width: 992px) {
  #wrapper #mappe .form-overlay .form-wrapper.map-form {
    padding: 125px 20px 63px;
  }
}

/*** 3.0 - Choice panel(3.1) ***/
#wrapper #mappe .map-slide .wd-card-text-overlay .img-wrapper {
  position: relative;
  padding-top: 93%;
}
#wrapper #mappe #chart-overlay {
  position: relative;
  padding-bottom: 100px;
  background: rgba(52, 61, 145, 0.86);
  -webkit-backdrop-filter: blur(5px);
          backdrop-filter: blur(5px);
  z-index: 1000;
}

#title-text-overlay {
  color: #FFF;
  font-style: normal;
  font-weight: 700;
  line-height: 32px;
}

#secondary-text-overlay {
  color: #FFF;
  font-style: normal;
  font-weight: 600;
  line-height: 32px;
}

#mappe .card-wrapper {
  position: relative;
  border: 3px solid #FFF;
  z-index: 100;
  cursor: pointer;
}

/*** 3.0 - Choice panel(3.2) ***/
#wrapper #mappe .card-shade-overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  bottom: 0;
  left: 0;
  background: linear-gradient(180deg, rgba(217, 217, 217, 0) 0%, rgba(0, 0, 0, 0.83) 100%);
  z-index: 100;
}
#wrapper #mappe .card-bg-hover {
  position: absolute;
  width: 100%;
  height: 100%;
  bottom: 0;
  left: 0;
  background: linear-gradient(150.63deg, #2c90e4, #20dab4);
  height: 0%;
  z-index: 101;
  transition: height 0.4s linear;
}
#wrapper #mappe .card-text-overlay {
  position: absolute;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  color: white;
  font-weight: 600;
  top: calc(100% - 100px);
  z-index: 101;
  transition: all 0.4s linear;
}
#wrapper #mappe .card-text-hover {
  position: absolute;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  color: white;
  font-weight: 200;
  margin: 0;
  top: 50%;
  bottom: 50%;
  font-size: 0.8em;
  z-index: 101;
  opacity: 0;
  transition: opacity 0.6s linear;
}
#wrapper #mappe .card-button-hover {
  position: absolute;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  color: white;
  font-weight: 400;
  bottom: 20px;
  z-index: 101;
  opacity: 0;
  transition: opacity 0.4s linear;
}

#wrapper #mappe .carousel-container .card-wrapper {
  padding-bottom: 0;
}

#wrapper #mappe .card-wrapper:hover {
  border: hidden;
}
#wrapper #mappe .card-wrapper:hover .card-bg-hover {
  height: 100%;
}
#wrapper #mappe .card-wrapper:hover .card-text-overlay {
  top: 30px;
}
#wrapper #mappe .card-wrapper:hover .card-text-hover {
  opacity: 1;
}
#wrapper #mappe .card-wrapper:hover .card-button-hover {
  opacity: 1;
}

/*** 4.0 - Opportunita subpanel ***/
#wrapper #mappe .wd-form-search h2 {
  padding-left: 0;
  padding-right: 0;
}
#wrapper #mappe .panel-icon {
  margin-left: 1.2rem;
  fill: white;
}
#wrapper #mappe .panel-text {
  font-size: 0.85rem !important;
}
#wrapper #mappe .navigation-button {
  cursor: pointer;
}
#wrapper #mappe .icon.map_panel_arrow_back:hover {
  cursor: pointer;
}
#wrapper #mappe .white-text.map_panel_arrow_back {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
}

/*** 5.0 - Utility  ***/
#wrapper #mappe .form-overlay .text-container {
  padding-right: 50px;
}
#wrapper #mappe .form-overlay .text-container p {
  font-size: 0.95rem;
  margin-bottom: 10px;
}
#wrapper #mappe .active-navigation-button {
  font-size: 1.3rem !important;
  font-weight: bold !important;
}
@media screen and (max-width: 992px) {
  #wrapper #mappe .active-navigation-button {
    font-size: 1rem !important;
  }
}
#wrapper #mappe #redirect {
  cursor: pointer;
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
}
@media (min-width: 992px) {
  #wrapper #mappe #chart-overlay {
    height: 100%;
  }
}
@media (max-width: 991px) {
  #wrapper #mappe .form-overlay .text-container {
    padding: 12px;
  }
}

/*** 5.0 - Swiper  ***/
#wrapper #mappe {
  /*** 7.0 - Default section ***/
}
#wrapper #mappe .panel .swiper-buttons {
  left: -36px;
  width: calc(100% + 72px);
  top: 40%;
}
#wrapper #mappe .title-wrapper {
  padding-left: 14px;
  padding-right: 14px;
}
#wrapper #mappe .title-wrapper {
  padding: 0 24px;
}
#wrapper #mappe .swiper-slide {
  height: auto;
}
#wrapper #mappe h2 {
  padding-bottom: 18px;
}
#wrapper #mappe .swiper-pagination {
  margin-top: 9px;
  position: relative;
}
#wrapper #mappe .swiper-pagination .swiper-pagination-bullet-active {
  background: linear-gradient(153deg, #f77d11, #f22a78);
}
#wrapper #mappe .swiper-container-horizontal > .swiper-scrollbar {
  bottom: 2px;
  left: 10%;
  width: 80%;
  height: 4px;
  background: #fff;
  overflow: visible;
}
#wrapper #mappe .swiper-scrollbar-drag {
  background: linear-gradient(153.43deg, #fa0f0c, #bd1284);
  height: 8px;
  top: -2px;
}
#wrapper #mappe .swiper-wrapper {
  padding-bottom: 14px;
}
#wrapper #mappe .swiper-buttons {
  display: none;
}
#wrapper #mappe .swiper-buttons .swiper-button-next:after,
#wrapper #mappe .swiper-buttons .swiper-button-prev:after {
  content: none;
}
@media (max-width: 991px) {
  #wrapper #mappe .carousel-container {
    padding-left: 0;
    padding-right: 0;
  }
}
@media (min-width: 992px) {
  #wrapper #mappe .wd-carousel {
    position: relative;
  }
  #wrapper #mappe .wd-card-text-overlay .card-text-zone {
    flex-basis: auto;
    height: 100%;
  }
  #wrapper #mappe h2 {
    font-size: 2.22222rem;
    padding-bottom: 36px;
  }
  #wrapper #mappe .title-wrapper {
    padding-left: 0;
    padding-right: 0;
    display: flex;
    justify-content: space-between;
  }
  #wrapper #mappe .swiper-container-horizontal > .swiper-scrollbar {
    bottom: 2px;
    left: 5%;
    width: 90%;
    height: 4px;
    background: #fff;
    overflow: visible;
  }
  #wrapper #mappe .swiper-scrollbar-drag {
    background: linear-gradient(153.43deg, #fa0f0c, #bd1284);
    height: 8px;
    top: -2px;
  }
  #wrapper #mappe .swiper-wrapper {
    padding-bottom: 28px;
  }
  #wrapper #mappe .swiper-buttons {
    transform: translateY(-64px);
    display: block;
    position: absolute;
    top: 23.5vw;
    left: -18px;
    width: calc(100% + 36px);
    height: 64px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    z-index: 1;
    pointer-events: none;
  }
  #wrapper #mappe .swiper-buttons .swiper-button-next,
  #wrapper #mappe .swiper-buttons .swiper-button-prev {
    height: 64px;
    width: 64px;
    background: linear-gradient(150.63deg, #1d0e82, #7e1183);
    transition: all 0.15s ease-in;
    left: auto;
    right: auto;
    top: auto;
    bottom: auto;
    position: relative;
    flex-grow: 0;
    flex-shrink: 0;
    margin: 0;
    pointer-events: all;
    border: 4px solid #fff;
  }
  #wrapper #mappe .swiper-buttons .swiper-button-next.swiper-button-disabled,
  #wrapper #mappe .swiper-buttons .swiper-button-prev.swiper-button-disabled {
    opacity: 0;
    pointer-events: none;
  }
  #wrapper #mappe .swiper-buttons .swiper-button-next .icon,
  #wrapper #mappe .swiper-buttons .swiper-button-prev .icon {
    width: 24px;
    height: 24px;
    fill: #fff;
    transition: all 0.15s ease-in;
  }
  #wrapper #mappe .card-rounded-version .swiper-buttons {
    left: -18px;
    width: calc(100% + 36px);
    top: 50%;
  }
}
@media (min-width: 1200px) {
  #wrapper #mappe .carousel-container:not(.no-h-offset) {
    max-width: 1380px;
  }
  #wrapper #mappe .swiper-buttons {
    left: 0;
    width: 100%;
    transform: translateY(-50px);
  }
  #wrapper #mappe .swiper-buttons .swiper-button-next:hover,
  #wrapper #mappe .swiper-buttons .swiper-button-prev:hover {
    transform: scale(1.2);
  }
  #wrapper #mappe .swiper-buttons .swiper-button-next:hover .icon,
  #wrapper #mappe .swiper-buttons .swiper-button-prev:hover .icon {
    transform: scale(0.84);
  }
}
@media (min-width: 1440px) {
  #wrapper #mappe .swiper-buttons {
    transform: translateY(-64px);
    left: -18px;
    width: calc(100% + 36px);
    top: 50%;
  }
  #wrapper #mappe .card-rounded-version .swiper-buttons {
    transform: translateY(-64px);
    left: -32px;
    width: calc(100% + 64px);
  }
}
@media (min-width: 1600px) {
  #wrapper #mappe .swiper-buttons {
    left: -32px;
    width: calc(100% + 64px);
  }
}
#wrapper #mappe #default-chart {
  position: relative;
  z-index: 1;
}
#wrapper #mappe #default-chart::before {
  content: "";
  z-index: 2;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-backdrop-filter: blur(5px);
          backdrop-filter: blur(5px);
  background: rgba(255, 255, 255, 0.582);
}
#wrapper #mappe #default-chart::after {
  content: "Seleziona una categoria";
  position: absolute;
  width: 100%;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  z-index: 3;
  font-size: 1.5rem;
  text-align: center;
  font-weight: 600;
}

#wrapper #mappe .cta {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  font-weight: 700;
  color: #1f3367;
  text-decoration: none;
  margin-bottom: 24px;
}
#wrapper #mappe .cta .wd-icon-circle {
  margin-left: 24px;
}
#wrapper #mappe .user-logged h2 {
  padding-bottom: 0;
}/*# sourceMappingURL=style.css.map */