﻿#contenitore-mappa {
  margin-bottom: 50px;
  position: relative;
}

#carta-italia-base,
#nord,
#centro,
#sud {
  opacity: 0;
  left: 0;
  position: absolute;
  top: 0;
  transition: opacity 0.5s;
}

#carta-italia-base {
  opacity: 1;
}

#carta-italia {
  opacity: 0;
  position: relative;
  transition: opacity 0.5s;
}

#nord.is-visible,
#centro.is-visible,
#sud.is-visible,
#carta-italia.is-visible {
  opacity: 1;
}

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

#contenitore-mappa span {
  color: #fff;
  font-family: "Montserrat", sans-serif;
  font-size: 1.25rem;
  font-weight: 700;
  pointer-events: none;
  position: absolute;
}

#contenitore-mappa #piemonte {
  left: 35px;
  top: 100px;
}

#contenitore-mappa #lombardia {
  left: 100px;
  top: 65px;
}

#contenitore-mappa #liguria {
  left: 88px;
  top: 128px;
}

#contenitore-mappa #emilia {
  left: 155px;
  top: 128px;
}

#contenitore-mappa #trentino {
  left: 176px;
  top: 24px;
}

#contenitore-mappa #veneto {
  left: 176px;
  top: 79px;
}

#contenitore-mappa #friuli {
  left: 235px;
  top: 39px;
}

#contenitore-mappa #toscana {
  left: 156px;
  top: 190px;
}

#contenitore-mappa #lazio {
  left: 210px;
  top: 262px;
}

#contenitore-mappa #umbria {
  left: 214px;
  top: 217px;
}

#contenitore-mappa #marche {
  left: 235px;
  top: 191px;
}

#contenitore-mappa #abruzzo {
  left: 273px;
  top: 255px;
}

#contenitore-mappa #molise {
  left: 304px;
  top: 283px;
}

#contenitore-mappa #sardegna {
  left: 75px;
  top: 370px;
}

#contenitore-mappa #campania {
  left: 306px;
  top: 324px;
}

#contenitore-mappa #calabria {
  left: 390px;
  top: 418px;
}

#contenitore-mappa #sicilia {
  left: 290px;
  top: 511px;
}

#contenitore-mappa #basilicata {
  left: 372px;
  top: 351px;
}

#contenitore-mappa #puglia {
  left: 383px;
  top: 318px;
}

#contenitore-mappa #tot-nord,
#contenitore-mappa #tot-centro,
#contenitore-mappa #tot-sud {
  font-size: 1.875rem;
}

@media (max-width: 767px) {

	#contenitore-mappa #tot-nord,	
	#contenitore-mappa #tot-centro,
	#contenitore-mappa #tot-sud {
		font-size: 1.25rem;
		}
}

#contenitore-mappa .zona {
  font-size: 0.875rem;
  font-weight: 400;
  position: relative;
}

#contenitore-mappa #tot-nord {
  left: 376px;
  top: 70px;
}

#contenitore-mappa #tot-centro {
  left: 376px;
  top: 133px;
}

#contenitore-mappa #tot-centro .zona,
#contenitore-mappa #tot-sud .zona {
  left: 20px;
}

#contenitore-mappa #tot-sud {
  left: 376px;
  top: 195px;
}

#num-sportelli {
  bottom: 50px;
  left: 55%;
  position: absolute;
}

#num-sportelli p {
  font-size: 3.75rem;
  font-weight: 400;
  line-height: 1.3;
}

#num-sportelli p:nth-child(1) {
  background-color: #00843d;
  color: #fff;
  display: inline-block;
  margin-bottom: 0;
  padding: 0 20px;
}

#num-sportelli p:nth-child(2) {
  color: #00843d;
  margin-left: 20px;
}

/* Sovrascritture modali Bootstrap */
.modal-header .modal-title {
  display: block;
  line-height: 1.3;
  margin-bottom: 20px;
  margin-top: 30px;
}
.modal-header .close {
  left: auto;
  right: 22px;
  top: 22px;
}

#contenitore-mappa .modal-header .close span {
  font-size: 0;
}

.modal-header .close:after,
.modal-header .close:before {
  background-color: #000;
  border-radius: 4px;
  height: 22px;
  width: 3px;
}

.modal-content {
  padding: 70px 30px;
}

.modal-body {
  padding: 0;
}
/* Fine sovrascritture modali Bootstrap */

@media (min-width: 767px) and (max-width: 991px) {
  #num-sportelli {
    bottom: 0;
    left: auto;
    right: 0;
  }

  #num-sportelli p {
    font-size: 2.813rem;
  }

  #num-sportelli p:nth-child(2) {
    margin-bottom: 0;
  }
}

@media (max-width: 767px) {
  #contenitore-mappa
    span:not(#tot-nord):not(#tot-centro):not(#tot-sud):not(.zona) {
    display: none;
  }

  #contenitore-mappa #tot-nord,
  #contenitore-mappa #tot-centro,
  #contenitore-mappa #tot-sud {
    transform: scale(0.7);
    white-space: nowrap;
  }

  #contenitore-mappa #tot-nord {
    left: 61vw;
    top: 12vw;
  }

  #contenitore-mappa #tot-centro {
    left: 61vw;
    top: 23vw;
  }

  #contenitore-mappa #tot-sud {
    left: 61.5vw;
    top: 34vw;
  }

  /* Sovrascritture modali Bootstrap */
  .modal-content {
    padding: 40px 10px 20px;
  }

  .modal .close {
    background-color: #fff;
    display: inline-block;
    right: 20px;
    top: 20px;
    width: auto;
  }

  .modal .close:before,
  .modal .close:after {
    display: block;
  }

  #contenitore-mappa .modal .close span {
    display: block;
    font-size: 1.5rem;
  }
  /* Fine sovrascritture modali Bootstrap */

  #num-sportelli {
    bottom: 0;
    display: inline-block;
    left: 50%;
    margin-top: 50px;
    position: relative;
    transform: translateX(-50%);
  }

  #num-sportelli p {
    font-size: 2.875rem;
  }
}

@media (max-width: 450px) {
  #contenitore-mappa #tot-nord {
    left: 59vw;
    top: 10vw;
  }

  #contenitore-mappa #tot-centro {
    left: 59vw;
    top: 21vw;
  }

  #contenitore-mappa #tot-sud {
    left: 60vw;
    top: 32vw;
  }
}

@media (max-width: 400px) {
  #contenitore-mappa #tot-nord {
    left: 56.5vw;
    top: 9.5vw;
  }

  #contenitore-mappa #tot-centro {
    left: 56.5vw;
    top: 20.5vw;
  }

  #contenitore-mappa #tot-sud {
    left: 57.5vw;
    top: 31vw;
  }
}

@media (min-width: 200px) and (max-width: 350px) {
  #contenitore-mappa #tot-nord,
  #contenitore-mappa #tot-centro,
  #contenitore-mappa #tot-sud {
    transform: scale(0.6);
    white-space: nowrap;
  }

  #contenitore-mappa #tot-nord {
    left: 53vw;
    top: 8.5vw;
  }

  #contenitore-mappa #tot-centro {
    left: 53vw;
    top: 18.5vw;
  }

  #contenitore-mappa #tot-sud {
    left: 55vw;
    top: 29vw;
  }
}
