.box {
	-webkit-box-shadow: 0px 3px 17px 0px rgba(224,224,224,1);
	-moz-box-shadow: 0px 3px 17px 0px rgba(224,224,224,1);
	box-shadow: 0px 3px 17px 0px rgba(224,224,224,1);
  border-radius: 2rem;
}
a {text-decoration: none}
.boxtitle {
	font-size: 1.4rem;
	font-weight: 600;
	font-family: 'Montserrat', sans-serif;
	color: #7C7C7C
}
.boxnumber {
	font-size: 3rem;
	font-weight: 700;
	font-family: 'Montserrat', sans-serif;
	color: var(--bs-primary)
}
.blue {
	color: var(--bs-primary)
}
.rosso {
	color: var(--bs-red);
}
.bar {
	background-color: rgba(100,100,100,0.2);	
}
.cat {
	cursor: pointer
}
.bluebox {
	background-color: #02BEC1;
	color: white;
}
#infowindow {
	color: black;
}
.pinkbox {
	background-color: #E4807B;
	color: white;
}
.blockquote {
	font-size: 1rem;
	font-style:italic;
}
a.team {
	opacity: 0.7;
	background-color:#EF3F3C;
  border-color: #EF3F3C;
}
a.team:hover {
	opacity: 1;
	background-color:#EF3F3C;
  border-color: #EF3F3C;
}
a.team.active {
	opacity: 1;
	background-color:#EF3F3C;
  border-color: #EF3F3C;
}
h6, .h6, h5, .h5, h4, .h4, h3, .h3, h2, .h2, h1, .h1 {
  margin-top: 0;
  margin-bottom: 0.5rem;
  font-weight: 500;
  line-height: 1.2;
  font-family: 'Montserrat', sans-serif;
}
.round {
	  border-radius: 1.5rem;
}

h1, .h1 {
  font-size: calc(1.375rem + 1.5vw);
  font-weight: 900;
}
h2, .h2 {
  font-size: calc(1.325rem + 0.9vw);
  font-weight: 800;
}
h3, .h3 {
  font-size: calc(1.3rem + 0.6vw);
  font-weight: 700;
}
h5, .h5 {
  color: #7C7C7C;
  font-weight: 600;
}
h6, .h6 {
  font-family: 'Lato', sans-serif;
  font-weight: 300;
  font-size: calc(1.3rem + 0.6vw);
}
.biga {
  font-weight: 500;
  font-family: 'Montserrat', sans-serif;
  text-decoration: none;
  color: white;
}

hr {
  margin: 1rem 0;
  color: white;
  background-color: currentColor;
  border-top: 2px solid white;
  opacity: 1;
}
.boldlink {
  font-family: 'Montserrat', sans-serif;
  font-weight: 800;
  color: #7C7C7C;
  font-size: 1.1rem;	
}
.hr-red {
  margin: 1rem 0;
  color: var(--bs-red);
  background-color: currentColor;
  border-top: 2px solid var(--bs-red);
  opacity: 1;
}
.btn-white {
  color: var(--bs-red);
  background-color: white;
  border-color: white;
}
.btn-black {
  color: white;
  background-color: black;
  border-color: black;
}
.cap {
	text-transform: uppercase;
	font-size: 0.8rem;
	font-weight: 600;
	font-family: 'Montserrat', sans-serif;	
}
.capB {
	text-transform: uppercase;
	font-size: 1.2rem;
	font-weight: 600;
	font-family: 'Montserrat', sans-serif;	
}
.euro {
		font-size: 2.5rem;
	font-weight: 900;
	font-family: 'Montserrat', sans-serif;	
}
.btn-blue {
  color: white;
  background-color: var(--bs-blue);
  border-color: var(--bs-blue);
	-webkit-box-shadow: 0px 3px 17px 0px rgba(0,103,112,1);
	-moz-box-shadow: 0px 3px 17px 0px rgba(0,103,112,1);
	box-shadow: 0px 3px 17px 0px rgba(0,103,112,1);
  border-radius: 1.5rem;
}

.card-img-top {
	border-radius: 1.5rem 1.5rem 0px 0px;
}
.mail {
	border: 0;
	border-radius: 1.5rem 0 0 1.5rem;	
}
.btn-mail {
	border: 0;
	background: black;
	border-radius: 0 1.5rem 1.5rem 0;	
}
.home {
	background-image: url(/images/sfondo-1.png);
	
}
.mkc_circle { animation: mck_progress 1000ms ease-in-out; }
@keyframes mck_progress { 0% { stroke-dasharray: 0, 100; }}

/* Layout styles only, not needed for functionality */
.grid {
    display: grid;
    grid-column-gap: 1em;
    grid-row-gap: 1em;
    grid-template-columns: repeat(1, 1fr);
}

@media (min-width: 31em) {
    .grid { grid-template-columns: repeat(4, 1fr);}
}
.mkc_info {
  font-size: 0.5em;
  font-weight: 900;
	font-family: 'Montserrat', sans-serif;		
}
