body {
  font-size: 1rem;
  min-height: 75rem;
  /*padding-top: 3rem;*/
}




#main { 
}















/* ICONE SVG */
.bi {
  vertical-align: -.125em;
  fill: currentColor;
}
.bis {
	fill: currentColor;
}

/** NAVBAR */
@media all and (min-width: 992px) {
  .navbar .dropdown-menu-end {
    right: 0;
    left: auto;
  }
  .navbar .nav-item .dropdown-menu {
    display: block;
    opacity: 0;
    visibility: hidden;
	transition: .3s;
	margin-top: 0;
  }
  .navbar-brand {
    font-size: 1rem;
  }
  .navbar-dark .navbar-nav .nav-link {
	color: #fff;
  }
  .navbar-dark .navbar-nav .nav-link:hover,
  .navbar-dark .navbar-nav .nav-link:focus {
	color: #000;
  }
  .navbar-dark .navbar-nav .nav-link.disabled {
	color: #ccc;
  }
  .navbar-dark .navbar-nav .show > .nav-link,
  .navbar-dark .navbar-nav .nav-link.active {
	color: #f00;
  }
  .navbar .dropdown-menu.fade-down {
	top: 80%;
	transform: rotateX(-75deg);
	transform-origin: 0% 0%;
  }
  .navbar .dropdown-menu.fade-up {
	top: 180%;
  }
  .navbar .nav-item:hover .dropdown-menu {
	transition: .3s;
	opacity: 1;
	visibility: visible;
	top: 100%;
	transform: rotateX(0deg);
  }
}
	

/*  MASTHEAD | JUMBOTRON */
.masthead {
  padding-top: calc(2rem + 74px);
  padding-bottom: 3rem;
}
.masthead .masthead-heading {
  font-size: 2.75rem;
  line-height: 2.75rem;
}
.masthead .masthead-subheading {
  font-size: 1.25rem;
}
.masthead .masthead-avatar {
  width: 15rem;
}
@media(min-width: 992px) {
  .masthead {
	padding-top: calc(5rem + 104px);
	padding-bottom: 5rem;
  }
  .masthead .masthead-heading {
	font-size: 4rem;
	line-height: 3.5rem;
  }
  .masthead .masthead-subheading {
	font-size: 1.5rem;
  }
}

/* FOTO DI APERTURA A TUTTA PAGINA */
/*.fotofull {
height: 100vh;
  min-height: 500px;
  background-image: url('https: //source.unsplash.com/BtbjCFUvBXs/1920x1080');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat
}
*/
#fotofullpage {
  height: 100vh;
  min-height: 500px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}



/* FOTO */
main{margin:45px 0 0 0}
/* foto ingrandisci poi */
.modal-content{background-color:rgba(0,0,0,.75)} 
#LightboxCanvas{max-width:100%;max-height:100%}
/* foto tagline */   
.tagline{
background-size:cover;
background-position:center; 
background-repeat:no-repeat;
height:auto;
min-width:100%; 
width:-moz-available;margin:0;padding:0;
}    
/* foto fullscreen */    
#fullscreen{
height:100vh;
min-height:500px;
/*background-image:url('http://test/bootstrap/asset/img/tagline/foto-1440x720x300_xxl.jpg');*/
background-size:cover;
background-position:center;
background-repeat:no-repeat;
}



















/* SCROLL TO TOP */
#gototop {
  display: none;
  position: fixed;
  bottom: 40px;
  right: 30px;
  z-index: 99;
  margin: 0;
  padding: 5px;
}
#gototop:hover {
  background-color: #000;
}

/* SEZIONE PORTFOLIO */
.portfolio {}
.portfolio .portfolio-item {
  cursor: pointer;
  position: relative;
  display: block;
  max-width: 25rem;
  margin-bottom: 30px;
  border-radius: 0.25rem;
  overflow: hidden;
}
.portfolio .portfolio-item .portfolio-item-caption {
  position: absolute;
  top: 0;
  left: 0;
  transition: all 0.2s ease-in-out;
  opacity: 0;
  background-color: rgba(51,102,153,0.8);
}
.portfolio .portfolio-item .portfolio-item-caption:hover {
  opacity: 1;
}
.portfolio .portfolio-item .portfolio-item-caption .portfolio-item-caption-content {
  font-size: 1.5rem;
}
.portfolio-modal .portfolio-modal-title {
  font-size: 2.25rem;
  line-height: 2rem;
}
@media(min-width: 992px) {
  .portfolio-modal .portfolio-modal-title {
  	font-size: 3rem;
  	line-height: 2.5rem;
  }
}
.portfolio-modal .close {
  position: absolute;
  z-index: 1;
  right: 1.5rem;
  top: 1rem;
  font-size: 3rem;
  line-height: 3rem;
  color: #007bff;
  opacity: 1;
}

/* starter */
div.starter-template {
  padding: 1rem 1.5rem .5rem 1.5rem;
  text-align: center;
}
div.starter-template p.lead a {
  color: #000;
}
div.starter-template h1.h1ombreggiato {
  color: #131313;
  letter-spacing: .10em;
  text-shadow: 1px -1px 0 #767676,-1px 2px 1px #737272,-2px 4px 1px #767474;
}

/* divider */
.divider-custom {
  margin: 1.25rem 0 1.5rem;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.divider-custom .divider-custom-line {
  width: 100%;
  max-width: 7rem;
  height: 0.25rem;
  background-color: #369;
  border-radius: 1rem;
  border-color: #369 !important;
}
.divider-custom .divider-custom-line:first-child {
  margin-right: 1rem;
}
.divider-custom .divider-custom-line:last-child {
  margin-left: 1rem;
}
.divider-custom .divider-custom-icon {
  color: #369 !important;
  font-size: 2rem;
}
.divider-custom.divider-light .divider-custom-line {
  background-color: #fff;
}
.divider-custom.divider-light .divider-custom-icon {
  color: #fff !important;
}

/** section */
section.page-section {
  padding: 2rem 0;
}
section.page-section .page-section-heading {
  font-size: 2.25rem;
  line-height: 2rem;
}
@media(min-width: 992px) {
  section.page-section .page-section-heading {
    font-size: 3rem;
    line-height: 2.5rem;
  }
}


/* BUTTON */
.btn-xsm {
  padding: .15rem .15rem;
}

.btn-xl {
  padding: 1rem 1.75rem;
  font-size: 1.25rem;
}
.btn-social {
  border-radius: 100%;
  display: inline-flex;
  width: 3.25rem;
  height: 3.25rem;
  font-size: 1.25rem;
  justify-content: center;
  align-items: center;
}

/** SEZIONE NEWSLETTER */
#newsletter-subscribe {
  color: #313437;
  padding: 50px 0;
  border-top: 1px solid #ccc;
}
#newsletter-subscribe p {
  color: #7d8285;
  line-height: 1.5;
}
#newsletter-subscribe h2 {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 25px;
  line-height: 1.5;
  padding-top: 0;
  margin-top: 0;
  color: inherit;
}
#newsletter-subscribe .intro {
  font-size: 16px;
  max-width: 500px;
  margin: 0 auto 25px;
}
#newsletter-subscribe .intro p {
  margin-bottom: 35px
}
#newsletter-subscribe form {
  justify-content: center;
}
#newsletter-subscribe form .form-control {
  background: #eff1f4;
  border: none;
  border-radius: 3px;
  box-shadow: none;
  outline: none;
  color: inherit;
  text-indent: 9px;
  height: 45px;
  margin-right: 10px;
  min-width: 250px;
}
#newsletter-subscribe form .btn {
  padding: 16px 32px;
  border: none;
  box-shadow: none;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 13px;
  letter-spacing: 0.4px;
  line-height: 1;
}


/**  FORM  */
span.obbligatorio {
  color: #f00;
}
/** VALIDATE FORM */
.errore {
  padding-left: 10px;
  color: #f00;
}
.form-control-feedback {
  margin-left: 6px;
  color: #f00;
}
/** AUTOCOMPLETE */
.ui-autocomplete-loading {
  background: white url('../img/loader/ui-anim_basic_16x16.gif') right center no-repeat;
}
.floating-label-form-group {
  position: relative;
  border-bottom: 1px solid #e9ecef;
}
.floating-label-form-group input,
.floating-label-form-group textarea {
  font-size: 1.5em;
  position: relative;
  z-index: 1;
  padding-right: 0;
  padding-left: 0;
  resize: none;
  border: none;
  border-radius: 0;
  background: none;
  box-shadow: none !important;
}
.floating-label-form-group label {
  font-size: 0.85em;
  line-height: 1.764705882em;
  position: relative;
  z-index: 0;
  top: 2em;
  display: block;
  margin: 0;
  -webkit-transition: top 0.3s ease, opacity 0.3s ease;
  -moz-transition: top 0.3s ease, opacity 0.3s ease;
  -ms-transition: top 0.3s ease, opacity 0.3s ease;
  transition: top 0.3s ease, opacity 0.3s ease;
  vertical-align: middle;
  vertical-align: baseline;
  opacity: 0;
}
.floating-label-form-group:not(:first-child) {
  padding-left: 14px;
  border-left: 1px solid #e9ecef;
}
.floating-label-form-group-with-value label {
  top: 0;
  opacity: 1;
}
.floating-label-form-group-with-focus label {
  color: #007bff;
}
form .row:first-child .floating-label-form-group {
  border-top: 1px solid #e9ecef;
}

/* IMMAGINI _ FOTO */
img.tagline {
  width: 100%;
  height: auto;
}
.ombra {
  box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2), 0 6px 20px 0 rgba(0,0,0,0.19);
}

.gallery-item {
  width: 200px;
  padding: 5px;
}

/** FOOTER */
.copyright {
  ackground-color: #545b62;
}

/** MODAL */
/*.modal-body {
padding: 4rem 1rem
}
*/
/*.modal-footer {
padding: 1rem - .5rem / 2
}
*/
.modal-content {
  border: 0px solid rgba(0,0,0,.2);
}
/* MODAL workaround modal-open padding issue */
body.modal-open {
  padding-right: 0 !important;
}

/* tootltip */
.tooltipclass {
  background: #FFF;
  border: 2px solid #000;
}
.leaflet-tooltip-left.tooltipclass:before {
  border-left-color: #000;
}
.leaflet-tooltip-right.tooltipclass:before {
  border-right-color: #000;
}
.popover {
  max-width: 100%;
}

/*  SIDEBAR */
#sidebar {
  min-height: calc(100vh - 74px);
  overflow-y: auto;
  transition: all 0.3s;
  top: 0;
  bottom: 0;
  left: 0;
  z-index: 100;
  margin: 0;
  padding: 0;
  box-shadow: inset -1px 0 0 rgba(0,0,0,.1);
}
#sidebar .sidebar-sticky {
  position: -webkit-sticky;
  position: sticky;
  padding-top: .5rem;
  overflow-x: hidden;
  overflow-y: auto;
}
#sidebar a.nav-link {
  font-weight: 500;
  color: #333;
  display: block;
  padding: .75rem 1rem;
  text-decoration: none;
}
#sidebar a.nav-link.active {
  color: white;
  background: rgba(0,0,0,1);
}
#sidebar a.nav-link:hover {
  background-color: #ccc;
  color: #fff;
  clip-path: polygon(90% 0%, 100% 50%, 90% 100%, 0% 100%, 0% 0%, 0% 0%);
}
#sidebar li.freccia {
  clip-path: polygon(90% 0%, 100% 50%, 90% 100%, 0% 100%, 0% 0%, 0% 0%);
}
#sidebar .sidebar-heading {
  font-size: .75rem;
  text-transform: uppercase;
}
#sidebar ul ul {
  padding-left: 2rem;
  background: rgba(0,0,0,.25);
}
		
#sidebar [data-toggle="collapse"] {
  position: relative;
}
#sidebar [data-toggle="collapse"]:before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f054";
  position: absolute;
  right: 1rem;
}
#sidebar [aria-expanded="true"] {
  background: rgba(125, 125, 125, .15);
}
#sidebar [aria-expanded="true"]:before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f0d7";
}
#sidebar h4 {
  line-height: 2.5rem;
  border-bottom: 1px solid #000;
}
#sidebar #menu-verticale .submanusidebar {
  padding-bottom: 5px;
  border-bottom: 1px solid #000;
}
#accordion {
  margin: 0;
  padding: 0;
  width: 100%;
}
@media(max-width: 576px) {
  #sidebar {
	min-height: 100%;
    height: 100%;
  }
}
	
.content {
  width: 100%;
}
	
#sidebar-fissa {
  padding: 0;
  background-color: #fff;
}
#sidebar-fissa {
  position: fixed;
  top: 50px;
}
div#sidebar-h1 {
  background-color: #fff;
  padding: 5px 0 5px 0;
  border-bottom: 1px solid #000;
}
li#el-cas {
  padding-left: 15px;
  font-weight: bold;
}
#sidebar .nav > li > a {
  color: #000;
}
/* count indicator near icons */
.nav>li .app-badge {
  background-color: #369;
  color: #FFF;
}


/* LOADING */
#loading {
  display: none;
}
.loading {
  position: fixed;
  z-index: 999;
  height: 2em;
  width: 2em;
  overflow: visible;
  margin: auto;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}
.loading:before {
  content: '';
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,0.3);
}
.loading:not(:required) {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.loading:not(:required):after {
  content: '';
  display: block;
  font-size: 10px;
  width: 1em;
  height: 1em;
  margin-top: -0.5em;
  -webkit-animation: spinner 1500ms infinite linear;
  -moz-animation: spinner 1500ms infinite linear;
  -ms-animation: spinner 1500ms infinite linear;
  -o-animation: spinner 1500ms infinite linear;
  animation: spinner 1500ms infinite linear;
  border-radius: 0.5em;
  -webkit-box-shadow: rgba(0,0,0,0.75) 1.5em 0 0 0, rgba(0,0,0,0.75) 1.1em 1.1em 0 0, rgba(0,0,0,0.75) 0 1.5em 0 0, rgba(0,0,0,0.75) -1.1em 1.1em 0 0, rgba(0,0,0,0.5) -1.5em 0 0 0, rgba(0,0,0,0.5) -1.1em -1.1em 0 0, rgba(0,0,0,0.75) 0 -1.5em 0 0, rgba(0,0,0,0.75) 1.1em -1.1em 0 0;
  box-shadow: rgba(0,0,0,0.75) 1.5em 0 0 0, rgba(0,0,0,0.75) 1.1em 1.1em 0 0, rgba(0,0,0,0.75) 0 1.5em 0 0, rgba(0,0,0,0.75) -1.1em 1.1em 0 0, rgba(0,0,0,0.75) -1.5em 0 0 0, rgba(0,0,0,0.75) -1.1em -1.1em 0 0, rgba(0,0,0,0.75) 0 -1.5em 0 0, rgba(0,0,0,0.75) 1.1em -1.1em 0 0;
}
@-webkit-keyframes spinner {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
	-webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-moz-keyframes spinner {
  0% {
	-webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
	-webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-o-keyframes spinner {
  0% {
	-webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
	-webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes spinner {
  0% {
	-webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}



/* UTILITIES */
.border-top {
  border-top: 1px solid #e5e5e5;
}
.border-bottom {
  border-bottom: 1px solid #e5e5e5;
}
		
.collapsing {
  -webkit-transition: none;
  transition: none !important;
}

/* TAB */
.nav-tabs {
  border-bottom: none
}
.nav-tabs .nav-link.active {
  background-color: #D4D4D4;
  border-bottom: #f2f2f2;
  font-weight: bold;
}
.tab-pane.active .tab-pane-header {
  padding: 2rem;
  background-color: #f2f2f2;
  border-top-right-radius: .5rem;
  border-top-left-radius: .5rem;
  margin-bottom: 1rem;
}
.tab-pane:first-child .tab-pane-header {
  border-top-left-radius: 0;
}
.nav-tabs a {
  color: #369;
}
.card-header-bianco {
  padding: .75rem 1.25rem;
  margin-bottom: 0;
  background-color: #F9F9F9;
  border-bottom: 1px solid rgba(0,0,0,.125);
}


/*  TABLE  */
table .w-5 {
  width: 5% !important;
}
table .w-10 {
  width: 10% !important;
}
table .w-15 {
  width: 15% !important;
}
table .w-20 {
  width: 20% !important;
}
table .w-30 {
  width: 30% !important;
}
table .w-40 {
  width: 40% !important;
}
table .w-60 {
  width: 60% !important;
}
table .w-70 {
  width: 70% !important;
}
table .w-80 {
  width: 80% !important;
}
table .w-90 {
  width: 90% !important;
}

/*  TABLE CON HEADER VERTICALE 
.table-header-rotated th.rotate {
height: 100px;
  width: 15px;
  white-space: nowrap
}
.table-header-rotated th.rotate > div {
transform: translate(0px,0px) rotate(270deg)
}
.table-header-rotated th.rotate > div > span {
border-bottom: 1px solid #ccc;
  padding: 1px
}
.table-header-rotated tr.riga td {
width: 20px
}
.table td {
padding: 1px
}
  
.scrollorizzonatale {
overflow-x: auto;
  white-space: nowrap
}
 
*/
.table-header-rotated th.row-header {
  width: auto;
}
.table-header-rotated td {
  width: 40px;
  border-top: 1px solid #dddddd;
  border-left: 1px solid #dddddd;
  border-right: 1px solid #dddddd;
  vertical-align: middle;
  text-align: center;
}
.table-header-rotated th.rotate-45 {
  height: 80px;
  width: 40px;
  min-width: 40px;
  max-width: 40px;
  position: relative;
  vertical-align: bottom;
  padding: 0;
  font-size: 12px;
  line-height: 0.8;
}
.table-header-rotated th.rotate-45 > div {
  position: relative;
  top: 0px;
  left: 40px;
  height: 100%;
  -ms-transform: skew(-45deg, 0deg);
  -moz-transform: skew(-45deg, 0deg);
  -webkit-transform: skew(-45deg, 0deg);
  -o-transform: skew(-45deg, 0deg);
  transform: skew(-45deg, 0deg);
  overflow: hidden;
  border-left: 1px solid #dddddd;
  border-right: 1px solid #dddddd;
  border-top: 1px solid #dddddd;
}
.table-header-rotated th.rotate-45 span {
  -ms-transform: skew(45deg, 0deg) rotate(315deg);
  -moz-transform: skew(45deg, 0deg) rotate(315deg);
  -webkit-transform: skew(45deg, 0deg) rotate(315deg);
  -o-transform: skew(45deg, 0deg) rotate(315deg);
  transform: skew(45deg, 0deg) rotate(315deg);
  position: absolute;
  bottom: 30px;
  left: -25px;
  display: inline-block;
  width: 100%;
  width: 85px;
  text-align: left;
  white-space: nowrap;
}

table.table-header-rotated-90 th.row-header {
  width: auto;
}
table.table-header-rotated-90 th.rotate {
  height: 75px;
  white-space: nowrap;
  position: relative;
}
table.table-header-rotated-90 th.rotate>div {
transform: rotate(90deg);
  position: absolute;
  left: 0;
  right: 0;
  top: 10px;
  margin: auto;
}
table.table-header-rotated-90 td {
  width: 15px;
  border-left: 1px solid #dddddd;
  border-right: 1px solid #dddddd;
  vertical-align: middle;
  text-align: center;
}

table.colfissa {
  font-size: .6rem;
}

table.colfissa tr {
  min-height: 90px;
  height: 90px;
  margin: 0;
  padding: 0;
}
 
table.colfissa tr td {
  margin: 0;
  padding: 0;
}


/** Box info */
#boxinfo a:link {
  text-decoration: underline
}
#boxinfo a:hover {
  text-decoration: none;
  font-weight: 600;
}
#lista {
  margin: 0;
  padding: 0;
  width: 95%;
}



/* BREADCRUMB */
#breadcrumb {
  /* width: 100%; */
  /*margin-top: 1rem;*/
  /*padding: 0;*/
  /*border-bottom: 1px solid #369;*/
}
.breadcrumb {
  margin-bottom: 2px;
  padding: 0 0 0 10px;
}
.breadcrumb a:hover {
  text-decoration: underline;
}

/* BADGE */
.badge-climb {
  color: #fff;
  background-color: #ff6600;
}
.badge-esc {
  color: #fff;
  background-color: #00802b;
}



/* WIKI */
.w-editabile {
  border: 1px solid #F00;
  padding: 0 10px;
  background-color: #FFF;
  color: #000;
}


/*
.progress {
position: relative;
  width: 400px;
  border: 1px solid #ddd;
  padding: 1px;
  border-radius: 3px;
  }

.bar {
background-color: #F00;
  width: 0%;
  height: 20px;
  border-radius: 3px;
  }

.percent {
position: absolute;
  display: inline-block;
  top: 3px;
  left: 48%;
  }

*/
/* NOTIFY */
[data-notify="progressbar"] {
  margin-bottom: 0px;
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 100%;
  height: 5px;
}

/* UPLOAD */
.progress {
  position: relative;
  border: 1px solid #ddd;
  padding: 1px;
  border-radius: 3px;
}
.bar {
  background-color: #B4F5B4;
  width: 0%;
  height: 20px;
  border-radius: 3px;
}
.percent {
  position: absolute;
  display: inline-block;
  top: 3px;
  left: 48%;
}


/* GALLERIA FOTOGRAFICA */
.justified-gallery>a>img {
  transition: transform 0.15s ease 0s;
  transform: scale3d(1,1,1);
  height: 100%;
  width: 100%;
}
.justified-galler>a:hover>img {
  transform: scale3d(1.1,1.1,1.1)
}
.justified-gallery a:hover .poster>img {
  opacity: 1;
}
.justified-gallery>a .poster {
  background-color: rgba(0,0,0,0.1);
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  transition: background-color 0.15s ease 0s;
}
.justified-gallery>a .poster>img {
  left: 50%;
  margin-left: -10px;
  margin-top: -10px;
  opacity: 0;
  position: absolute;
  top: 50%;
  transition: opacity 0.3s ease 0s;
}
.justified-gallery>a:hover .poster {
  background-color: rgba(0,0,0,0.5);
}

/* ICONE */
.app-divider {
  height: 3rem;
  background-color: rgba(0,0,0,.1);
  border: solid rgba(0,0,0,.15);
  border-width: 1px 0;
  box-shadow: inset 0 .5em 1.5em rgba(0,0,0,.1), inset 0 .125em .5em rgba(0,0,0,.15);
}


.bi {
  vertical-align: -.125em;
}


.feature-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 4rem;
  height: 4rem;
  margin-bottom: 1rem;
  font-size: 2rem;
  color: #fff;
  border-radius: .75rem;
}


.icon-link {
  display: inline-flex;
  align-items: center;
}

.icon-link > .bi {
  margin-top: .125rem;
  margin-left: .125rem;
  transition: transform .25s ease-in-out;
  fill: currentColor;
}

.icon-link:hover > .bi {
  transform: translate(.25rem);
}


.icon-square {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 3rem;
  height: 3rem;
  font-size: 1.5rem;
  border-radius: .75rem;
}


.rounded-4 {
  border-radius: .5rem;
}
.rounded-5 {
  border-radius: 1rem;
}
.text-shadow-1 {
  text-shadow: 0 .125rem .25rem rgba(0,0,0,.25);
}
.text-shadow-2 {
  text-shadow: 0 .25rem .5rem rgba(0,0,0,.25);
}
.text-shadow-3 {
  text-shadow: 0 .5rem 1.5rem rgba(0,0,0,.25);
}


.card-cover {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}







/** GESTIONE MAPPE SVG **/
#carta .st0:hover{
opacity:0.5;
fill:red;
cursor:pointer
}
.numero{
   cursor:pointer; 
}
.numero:hover{
    fill:red;
    stroke:red;
}
























