.btn-flag {
	width: 55px;
	height: 34px;
}

.container-fluid
{
	/* Medium devices (landscape tablets, 768px and up) */
	/*@media only screen and (min-width: 768px) {*/
		padding-top: 8em !important;
	/*} */
}

@media only screen and (min-width: 990px) {
	/*b::after {
		content: "|";
		margin-left: 5px;
	}
	b {
		border-right: 1px solid #eee;
		padding: 0.1em 0.76em;
	}
	b:hover {
		border-bottom: 0px solid #eee;
	}*/
	
	.nav-link {
		padding: 0 !important;
		margin: 0 !important;
	}
	
	/** MENU **/
	.navbar-nav ol, .navbar-nav ul {
		list-style: none;
	}
	.navbar-nav li {
		display: inline-block;
		padding: 20px 0 20px;
		vertical-align: middle;
	}
	.nav-item a:hover, a:focus, a:active {
		color: #999;
		text-decoration: none;
	}
	.nav-item a {
		font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
		text-decoration: none;
		transition: color 0.1s, background-color 0.1s;
	}
	.nav-item a {
		position: relative;
		display: block;
		padding: 18px 0;
		margin: 0 12px;
		text-transform: uppercase;
		transition: color 0.1s,background-color 0.1s,padding 0.2s ease-in;
		color: #000;
	}
	.nav-item a::before {
		content: '';
		display: block;
		position: absolute;
		bottom: 0px;
		left: 0;
		height: 2px;
		width: 100%;
		background-color: #fFf;
		transform-origin: right top;
		transform: scale(0, 1);
		transition: color 0.1s,transform 0.2s ease-out;
	}
	.nav-item a:active::before {
		background-color: #FfF;
	}
	.nav-item a:hover::before, a:focus::before {
		transform-origin: left top;
		transform: scale(1, 1);
	}
}
@media only screen and (min-width: 900px) {
	li {
	  font-size: 6.5pt;
	}
}
@media only screen and (min-width: 1170px) {
	li {
	  font-size: 8.5pt;
	}
}
@media only screen and (min-width: 1206px) {
	li {
	  font-size: 9.5pt;
	}
}
@media only screen and (min-width: 1472px) {
	li {
	  font-size: 12.5pt;
	}
}
@media only screen and (min-width: 1575px) {
	li {
	  font-size: 13.5pt;
	}
}

.container {
	margin-top: 5em;
}

.cc {
  /*width: fit-content;
  padding: 1.5em;*/
  box-shadow: 5px 7px 14px 3px #0000004a;
  border-radius: 0 0 0.45em 0.451em;
  background: rgba(61, 55, 55, 0.07);
  backdrop-filter: blur(7.223px);
  -webkit-backdrop-filter: blur(8.8px);
  border: 1px solid rgba(61, 55, 55, 0.68);
}

@media only screen and (min-width: 900px) {
	.btn-prenota-visita {
	  box-shadow: 6px 7px 13px 1px #081835ba;
	  border-radius: 6px;
	  margin: 1.54em auto;
	  display: block;
	}
}

@media only screen and (min-width: 1600px) {
	.btn-prenota-visita {
	  margin-top: 1.542em;
	  margin-left: 1em;
	  box-shadow: 6px 7px 13px 1px #081835ba;
	  border-radius: 6px;
	}
}

#myBtn {
  display: none;
  position: fixed;
  bottom: 20px;
  right: 30px;
  z-index: 99;
  font-size: 18px;
  outline: none;
  background-color: #fff;
  color: #111;
  cursor: pointer;
  padding: 0.87em 0.9em;
  border-radius: 2em;
  border: none;
}

#myBtn:hover {
  background-color: #fff;
  color: #222;
}

h1 {
	color: #000 !important;
	font-style: normal;
	font-weight: normal;
}

h2 {
	color: #000 !important;
	font-style: normal;
	font-weight: normal;
}

.content-section h1 {
	color: #000 !important;
	font-style: normal;
	font-weight: normal;
}

.content-section h2 {
	color: #000 !important;
	font-style: normal;
	font-weight: normal;
}