@font-face {
	font-family: CofoRobert;
	src: url(../fonts/CoFo_Robert-Regular.ttf);
}

@font-face {
	font-family: PublicSansBold;
	src: url(../fonts/PublicSans-Bold.ttf);
}

@font-face {
	font-family: PublicSansRegular;
	src: url(../fonts/PublicSans-Regular.ttf);
}

.blc-mb-helper-1 {
	margin-bottom: 30px;
}

@media (max-width: 992px) {
	.blc-mb-helper-1 {
		/*margin-bottom: 0px; modificato*/
		margin-bottom: 20px;
	}
}

.blc-hours p {
	display: flex;
	gap: 5px;
	color:var(--bianco);
}

.blc-hours span {
	display:flex;
	align-items: center;
	color:var(--bianco);
}

.blc-button-consulenza {
	font-weight: 400;
	font-size: 20px;
	line-height: 30px;
	background: var(--blu);
	font-family: "PublicSansRegular";
	padding: 15px 30px;
	color: var(--bianco);
  }
  
  @media (max-width: 992px) {
	.blc-button-consulenza {
	  font-size: 18px;
	  line-height: 27px;
	  display: block;
	  text-align: center;
	  width:100%;
	}
  }
  a.blc-button-consulenza {
	text-decoration: none;
  }
  a.blc-button-consulenza:visited {
	color: var(--bianco);
  }
  
  .blc-button-consulenza:hover {
	background-color: rgb(49, 90, 110);
	text-decoration: none;
	color: var(--bianco);
  }

.blc-button-1 {
	font-weight: 400;
	font-size: 20px;
	line-height: 30px;
	background: var(--blu);
	font-family: "PublicSansRegular";
	padding: 15px 30px;
	color: var(--bianco);
}

@media (max-width: 992px) {
	.blc-button-1 {
		font-size: 18px;
		line-height: 27px;
	}
}

a.blc-button-1 {
	text-decoration: none;
}

a.blc-button-1:visited {
	color: var(--bianco);
}

.blc-button-1:hover {
	background-color: rgba(49, 90, 110, 1);
	text-decoration: none;
	color: var(--bianco);
}

.blc-button-2 {
	font-weight: 400;
	font-size: 20px;
	line-height: 30px;
	border: 2px solid var(--blu);
	padding: 15px 30px;
	color: var(--nero);
}

.blc-button-2:hover {
	background: rgba(59, 118, 147, 0.2);
	text-decoration: none;
}

.blc-button-3 {
	font-weight: 400;
	font-size: 20px;
	line-height: 30px;
	border: 2px solid var(--blu);
	padding: 15px 30px;
	color: var(--blu);
	height: 100%;
}

.blc-button-4 {
	/*font-weight: 700; Modificato*/
	font-weight: 500;
	font-size: 20px;
	line-height: 30px;
	padding: 10px 20px;
	color: var(--nero);
	background-color: var(--azzurro);
	border: 0;
}

@media (max-width: 992px) {
	.more_private_tests_wrapper .blc-button-4 {
		display: flex;
		justify-content: space-between;
		align-items: center;
		padding: 10px 15px;
		width: 100%;
		text-align: left;
	}
}

.blc-med-jumbo {
	background: var(--bianco-opaco);
	padding: 50px 0;
}

@media (max-width: 992px) {
	.blc-med-jumbo {
		padding: 30px 0;
	}
}

.blc-med-jumbo p {
	font-family: 'PublicSansRegular';
	font-weight: 400;
	font-size: 20px;
	line-height: 30px;
	color: var(--nero);
}

@media (max-width: 992px) {
	.blc-med-jumbo p {
		font-size: 18px!important;
		line-height: 27px!important;
	}
}

.blc-title-element p {
	font-family: 'PublicSansRegular';
	font-weight: 400;
	font-size: 20px;
	line-height: 30px;
	color: var(--nero);
	margin-bottom:0!important;
}

@media (max-width: 992px) {
	.blc-med-element p {
		font-size: 18px!important;
		line-height: 27px!important;
	}
}


.blc-med-jumbo h1 {
	margin: 30px 0 0 !important;
	font-weight: 400 !important;
	font-size: 50px !important;
	line-height: 65px !important;
	font-family: "CofoRobert";
}

@media (max-width: 992px) {
	.blc-med-jumbo h1 {
		margin-top: 20px !important;
		font-size: 35px !important;
		line-height: 45px !important;
	}
}

.blc-med-jumbo .blc-med-jumbo-labels span {
	background: var(--azzurro);
	padding: 10px 20px;
	display: inline-block;
	margin-right: 10px;
	/*font-weight: 700; Modificato*/
	font-weight: 500;
	font-size: 16px;
	line-height: 20px;
	color: var(--nero);
	font-family: "PublicSansBold";
}

@media (max-width: 992px) {
	.blc-med-jumbo .blc-med-jumbo-labels span {
		font-size: 14px;
		line-height: 18px;
		margin-top: 10px;
	}
}

.blc-med-how-it-works {
	margin: 60px 0 70px;
	font-family: "PublicSansRegular";
}

@media (max-width: 992px) {
	.blc-med-how-it-works {
		margin: 50px 0;
	}
}

.blc-med-how-it-works iframe {
	height: 400px;
	width: 100%;
}

@media (max-width: 992px) {
	.blc-med-how-it-works iframe {
		height: auto;
	}
}

.blc-med-how-it-works .blc-med-how-it-works-content {
	display: flex;
	height: 400px;
	flex-direction: column;
	justify-content: center;
}

.blc-med-how-it-works .blc-med-how-it-works-content strong, .blc-med-how-it-works .blc-med-how-it-works-content b {
	/*font-weight: 700; Modificato*/
	font-weight: 500;
	font-size: 25px;
	line-height: 32px;
	font-family: "PublicSansBold";
}

@media (max-width: 992px) {
	.blc-med-how-it-works .blc-med-how-it-works-content strong, .blc-med-how-it-works .blc-med-how-it-works-content b {
		font-size: 22px;
		line-height: 28px;
	}
}

.blc-med-how-it-works .blc-med-how-it-works-content p {
	font-weight: 400;
	font-size: 20px;
	line-height: 30px;
}

@media (max-width: 992px) {
	.blc-med-how-it-works .blc-med-how-it-works-content p {
		margin-top: 10px;
		font-size: 18px;
		line-height: 27px;
		margin-bottom: 0 !important;
	}
}

.blc-med-session {
	margin-bottom: 70px;
}

@media (max-width: 992px) {
	.blc-med-session {
		margin-bottom: 50px;
	}		
}

.blc-med-session .blc-med-session-heading {
	padding: 0 !important;
	margin: 0 0 30px !important;
	font-weight: 400;
	font-size: 30px;
	line-height: 45px;
	font-family: "PublicSansRegular";
}

@media (max-width: 992px) {
	.blc-med-session .blc-med-session-heading {
		margin-bottom: 20px !important;
		font-size: 25px !important;
		line-height: 32px !important;
	}
}

.blc-med-session .blc-med-session {	
	font-family: "PublicSansRegular";
}

@media (max-width: 992px) {
	.blc-med-session .blc-med-session {
		margin-bottom: 0;
	}
}

.blc-med-session-group:last-child .blc-med-session {
	margin-bottom: 0 !important;
}

.blc-med-session .blc-med-session .blc-med-session-content {
	background: var(--bianco-opaco);
	display: flex;
	padding: 20px 20px 10px;
	/* margin-bottom: 30px; */
}

/* MEDIA QUERY SOTTO < 992PX */
@media (max-width: 992px) {
	.blc-med-session .blc-med-session .blc-med-session-content {
		margin-bottom: 0px;
	}
}

.blc-med-session .blc-med-session-header {
	background-color: var(--azzurro);
	padding: 10px 20px;
}

@media (max-width: 992px) {
	.blc-med-session .blc-med-session-header {
		padding: 10px 15px;
	}
}

.blc-med-session .blc-med-session-header strong {
	/*font-weight: 700; Modificato*/
	font-weight: 500;
	font-size: 25px;
	line-height: 32px;
	font-family: "PublicSansBold";
}

.blc-med-session .blc-med-session-header b {
	/*font-weight: 700; Modificato*/
	font-weight: 500;
	font-size: 25px;
	line-height: 32px;
	font-family: "PublicSansBold";	
}

@media (max-width: 992px) {
	.blc-med-session .blc-med-session-header strong, .blc-med-session .blc-med-session-header b {
		font-size: 20px;
		line-height: 26px;
	}
}

.blc-med-session .blc-med-session-header p {
	margin-bottom: 0;
	font-weight: 400;
	font-size: 16px;
	line-height: 20px;
}

@media (max-width: 992px) {
	.blc-med-session .blc-med-session-header p {
		font-size: 14px;
		line-height: 18px;
	}
}

.blc-med-session .blc-med-session-content-date {
	width: calc((100% / 12) * 4);
}

/*  media query < 992px */
@media (max-width: 992px) {
	.blc-med-session .blc-med-session-content-date {
		width: 100%;
	}
}

.blc-med-session .blc-med-session-content-date strong, .blc-med-session .blc-med-session-content-date b {
	display: block;
	font-family: "PublicSansBold";
	font-size: 20px;
	line-height: 30px;
	/*font-weight: 700; Modificato*/
	font-weight: 500;
}

@media (max-width: 992px) {
	.blc-med-session .blc-med-session-content-date strong, .blc-med-session .blc-med-session-content-date b {
		font-size: 18px;
		line-height: 27px;
	}
}

.blc-med-session .blc-med-session-content-date > div > p {
	font-family: "PublicSansRegular";
	font-size: 20px;
	line-height: 30px;
	font-weight: 400;
	margin:0!important;
}

@media (max-width: 992px) {
	.blc-med-session .blc-med-session-content-date > div > p {
		font-size: 18px;
		line-height: 27px;
	}
}

.blc-med-session .blc-med-session-content-date > div:not(:last-child) > p {
	margin-bottom: 10px;
}

.blc-med-session .blc-med-session-content-structure strong {
	display: block;
	margin-bottom: 10px;
	font-family: "PublicSansBold";
	font-size: 20px;
	line-height: 30px;
	/*font-weight: 700; Modificato*/
	font-weight: 500;
}

.blc-med-session .blc-med-session-content-structure b
{
	margin-bottom: 10px;
	font-family: "PublicSansBold";
	font-size: 20px;
	line-height: 30px;
	/*font-weight: 700; Modificato*/
	font-weight: 500;
}


/*@media (max-width: 992px) {
	.blc-med-session .blc-med-session-content-structure strong, .blc-med-session .blc-med-session-content-structure b {
		display: none;
	}
}*/

.blc-med-session .blc-med-session-content-structure div {
	display: flex;
	gap: 5px;
}

.blc-med-session .blc-med-session-content-structure div > p {
	font-family: "PublicSansRegular";
	font-size: 16px;
	line-height: 14px;
	font-weight: 400;
	align-self: center;
}

@media (max-width: 992px) {
	.blc-med-session .blc-med-session-content-structure div > p {
		font-size: 14px;
		line-height: 21px;
	}
}

.blc-med-session .blc-med-session-content-structure div > p > b {
	font-family: "PublicSansBold";
	font-size: 16px;
	line-height: 14px;
	/*font-weight: 700; Modificato*/
	font-weight: 500;
}

@media (max-width: 992px) {
	.blc-med-session .blc-med-session-content-structure div > p > b {
		font-size: 14px;
		line-height: 21px;
	}
}

.blc-med-session .blc-med-session-content-structure-accordion {
	display: none;
}

.blc-med-session .blc-med-session-content-structure-accordion a {
	text-decoration: none;
}

.blc-med-session .blc-med-session-content-structure-accordion .panel-heading {
	background-color: #c9cac4;
	border: none;
}

.blc-med-session .blc-med-session-content-structure-accordion .panel-body {
	background-color: var(--bianco-opaco);
	border: none;
	padding: 20px 20px 10px;
}

/*.blc-med-session .blc-med-session-content-structure div::before {
	content: "1";
	display: inline-block;
	width: 25px;
	height: 25px;
	text-align: center;
	flex-shrink: 0;
	border-radius: 50%;
	background-color: rgba(59, 118, 147, 0.2);
	color: var(--nero);
	font-weight: 700;
	font-size: 16px;
	line-height: 24px;
	font-family: "PublicSansBold";
	margin: 0 0 10px;
}*/

.blc-med-session .blc-med-session-content-structure span {
	display: inline-block;
	width: 25px;
	height: 25px;
	text-align: center;
	flex-shrink: 0;
	border-radius: 50%;
	background-color: rgba(59, 118, 147, 0.2);
	color: var(--nero);
	/*font-weight: 700; Modificato*/
	font-weight: 500;
	font-size: 16px;
	line-height: 24px;
	font-family: "PublicSansBold";
	margin: 0 0 10px;
}

/*  media query < 992px */
@media (max-width: 992px) {
	.blc-med-session .blc-med-session-content-structure div::before {
		/*font-weight: 700; Modificato*/
		font-weight: 500;
		font-size: 14px;
	}
}

/*.blc-med-session .blc-med-session-content-structure div:nth-child(2)::before {
	content: "7";
}
.blc-med-session .blc-med-session-content-structure div:nth-child(3)::before {
	content: "15";
}
.blc-med-session .blc-med-session-content-structure div:nth-child(4)::before {
	content: "15";
}
.blc-med-session .blc-med-session-content-structure div:nth-child(5)::before {
	content: "13";
}*/

.blc-med-session-group > div {
	display: flex;
	justify-content: space-between;
}

.blc-med-session-group .blc-med-session {
	width: calc(100% / 3 - 15px);
	background-color: var(--bianco-opaco);
	margin-bottom: 30px;
}

/*  media query < 992px */
@media (max-width: 992px) {
	.blc-med-session-group .blc-med-session {
		width: 100%;
		height: fit-content;
		margin-bottom: 20px;
	}

	.blc-med-session-group > div {
		display: block;
	}
}

.blc-med-session-group .blc-med-session .blc-med-session-content-date {
	width: 100%;
}

.blc-med-infoblock {
	font-family: "PublicSansRegular";
	/*margin-top: 70px;*/
}

/*  media query < 992px */
@media (max-width: 992px) {
	.blc-med-infoblock {
		margin-top: 0!important;
	}
}

.blc-med-infoblock > h3 {
	margin: 0 !important;
	padding: 0 !important;
	margin-bottom: 30px !important;
	font-weight: 400;
	font-size: 30px;
	line-height: 45px;
}

@media (max-width: 992px) {
	.blc-med-infoblock > h3 {
		margin-bottom: 20px !important;
		font-size: 25px !important;
		line-height: 32px !important;
	}
}

.blc-med-infoblock-content
{
	margin-bottom: 30px;
}

@media (max-width: 992px) {
	.blc-med-infoblock-content
	{
		margin-bottom: 20px !important;
	}
}

.blc-med-infoblock-content h4 
{
	font-weight: 500;
	font-size: 20px;
	line-height: 30px;
	display: block;
	margin-bottom: 0!important;
	min-height: 60px;
	font-family: "PublicSansBold";
}

@media (max-width: 992px) {
	.blc-med-infoblock-content h4 
	{
		min-height: 0!important;
	}
}

@media (max-width: 767px) {
	.blc-med-infoblock-content h4 
	{
		font-size:20px!important;
	}
}

.blc-med-infoblock .blc-med-infoblock-content p {
	font-weight: 400;
	font-size: 20px;
	line-height: 30px;
	margin-bottom:0!important;
}

.blc-med-infoblock .blc-med-infoblock-content strong, .blc-med-infoblock .blc-med-infoblock-content b {
	/*font-weight: 700; Modificato*/
	font-weight: 500;
	font-size: 20px;
	line-height: 30px;
	font-family: "PublicSansBold";
}

.blc-med-infoblock .blc-med-infoblock-content h3 {
	margin: 0 !important;
	padding: 0 !important;
	/*font-weight: 700; Modificato*/
	font-weight: 500;
	font-size: 20px;
	line-height: 30px;
	font-family: "PublicSansBold";
	margin-top: 16px !important;
}

.blc-med-infoblock p {
	font-weight: 400;
	font-size: 30px;
	line-height: 45px;
	margin-bottom: 30px;
}
@media screen and (max-width: 992px) {
	.blc-med-infoblock p {
		font-family: "PublicSansRegular";
		font-weight: 400;
		font-size: 25px;
		line-height: 32px;
		margin-bottom: 26px;
	}
	.blc-med-infoblock .blc-med-infoblock-content h3 {
		/*font-weight: 700; Modificato*/
		font-weight: 500;
		font-size: 18px !important;
		line-height: 27px !important;
		font-family: "PublicSansBold";
		margin-top: 10px !important;
	}
	.blc-med-infoblock .blc-med-infoblock-content p {
		font-family: "PublicSansRegular";
		font-weight: 400;
		font-size: 18px;
		line-height: 27px;
		margin-bottom: 20px;
	}
	.blc-med-cta-banner .blc-med-cta-banner-content h3 {
		font-family: "PublicSansBold";	
		margin-top: 0 !important;
		font-size: 20px !important;
		line-height: 26px !important;
	}
	.blc-med-cta-banner .blc-med-cta-banner-content p {
		font-family: "PublicSansRegular";
		font-weight: 400;
		font-size: 18px;
		line-height: 27px;
		margin-bottom: 0;
	}
}

/* MEDIA QUERY SOTTO < 992PX */
@media (max-width: 992px) {
	.blc-med-infoblock p {
		margin-bottom: 20px;
	}
}

/*Aggiunto*/
.blc-med-consulenza {
	margin-bottom:70px;
}

@media (max-width: 992px) {
	.blc-med-consulenza {
		margin-bottom:50px;
	}
}

.blc-med-session-content-date br{
	display: none;	
}

.blc-med-session-content-date hr{
	margin-top: 15px;
	margin-bottom: 15px;
	margin-right:20px;
}

@media (max-width: 992px) {
	.blc-med-session-content-date hr {
		margin-right:0;
	}
}

.blc-med-spacer {
	margin-top:70px;
}

@media (max-width: 992px) {
	.blc-med-spacer {
		margin-top:50px;
	}
}

.blc-med-cards {
	margin-top: 70px;
	margin-left: 0;
	margin-right: 0;
	margin-bottom: 40px;	
}

@media (max-width: 992px) {
	.blc-med-cards {
		margin-top:50px;
	}
}

.blc-title-element {
	margin-bottom: 30px !important;
}


.blc-med-cards h3 {
	margin: 0 !important;
	padding: 0 !important;	
	font-weight: 400;
	font-size: 30px;
	line-height: 45px;
	margin-bottom: 30px;
	font-family: "PublicSansRegular";
}

@media screen and (max-width: 992px) {
	.blc-med-cards h3 {
		
		font-size: 25px !important;
		line-height: 32px !important;
	}

	.blc-title-element {
		margin-bottom: 20px !important;
	}
}

span.blc-star::before
{	
	content: "";
	display: inline-block;
	background-image: url("../images/icon-star.svg");
	width: 24px;
	height: 24px;
	background-size: contain;
	background-repeat: no-repeat;
	border-radius: 50%;
	margin-right: 5px;
	margin-block:-4px;	
}

.blc-med-cards-wrapper {
	display: flex;
	justify-content: space-between;
	gap: 30px;
	font-family: "PublicSansRegular";
}

.blc-med-cards .blc-med-card {
	/*flex-basis: calc(100% / 3); eliminato*/
	flex-basis:50%;
	display: flex;
	flex-direction: column;
}

.blc-med-cards .blc-med-card-full {
	display: flex;
	margin-top: 30px;
	background-color: var(--bianco-opaco);	
}

.blc-med-cards .blc-med-card-full .blc-med-cards-pricing {
	min-width: calc(100% / 12 * 5);
}

.blc-med-cards .blc-med-card-full .blc-med-cards-pricing span {
	display: block;
}

/*.blc-med-cards .blc-med-card-full .blc-med-cards-pricing div {
	height: 50%;
}*/

.blc-med-cards .blc-med-card-full .blc-med-cards-pricing > div {
	/* 	display: flex;
	align-items: start;
	flex-direction: column;
	justify-content: center; */

	display: flex;
	align-items: start;
	flex-direction: column;
	justify-content: center;
}

.blc-med-cards .blc-med-card-full .blc-med-cards-pricing > div:first-child {
	border-bottom: 1px solid var(--grigio-scuro);
}

/* MEDIA QUERY SOTTO < 992PX */
@media (max-width: 992px) {
	.blc-med-cards .blc-med-card-full .blc-med-cards-pricing > div {
		display: flex;
		align-items: start;
		flex-direction: row;
		justify-content: center;
	}
}

.blc-med-cards .blc-med-card-full .blc-med-cards-pricing span {
	font-weight: 400;
	font-size: 20px;
	line-height: 30px;
}

.blc-med-cards .blc-med-card-full .blc-med-cards-pricing strong, .blc-med-cards .blc-med-card-full .blc-med-cards-pricing b {
	/*font-weight: 700; Modificato*/
	font-weight: 500;
	font-size: 20px;
	line-height: 30px;
	font-family: "PublicSansBold";	
}

/* MEDIA QUERY SOTTO < 992PX */
@media (max-width: 992px) {
	.blc-med-cards .blc-med-card-full .blc-med-cards-pricing span {
		font-weight: 400 !important;
		font-size: 18px !important;
		line-height: 27px !important;
	}

	.blc-med-cards .blc-med-card-full .blc-med-cards-pricing strong, .blc-med-cards .blc-med-card-full .blc-med-cards-pricing b {
		/*font-weight: 700 !important;*/
		font-size: 18px !important;
		line-height: 27px !important;
		font-family: "PublicSansBold" !important;		
	}
}

.blc-med-cards .blc-med-card-full .blc-med-card-full-btn {
	min-width: 77px;
	background-color: var(--bianco-opaco);
}

.blc-med-cards .blc-med-card-full .blc-med-card-full-btn a::before {
	content: "";
	display: inline-block;
	background-image: url("../images/icon-search.svg");
	width: 37.5px;
	height: 30px;
	background-size: contain;
	background-repeat: no-repeat;
	border-radius: 50%;
	margin-right: 5px;
}

.blc-med-cards .blc-med-card-full .blc-med-card-full-btn a {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 100%;
	width: 100%;
}

.blc-med-cards .blc-med-card-full .blc-med-card-full-btn a:hover {
	background-color: rgba(59, 118, 147, 0.2);
}

.blc-med-cards .blc-med-card-full .blc-med-card-full-btn-mobile {
	display: none;
}

/* MEDIA QUERY SOTTO < 992PX */
@media (max-width: 992px) {
	.blc-med-cards .blc-med-card-full {
		flex-direction: column;
	}
	.blc-med-cards .blc-med-card-full .blc-med-cards-pricing {
		width: 100%;
	}
	.blc-med-cards .blc-med-card-full .blc-med-cards-pricing div {
		display: flex;
		height: 68px;
		justify-content: flex-end;/*space-between;*/
		align-items: center;
	}

	.blc-med-cards .blc-med-card-full .blc-med-card-full-btn {
		display: none;
	}

	.blc-med-cards .blc-med-card-full .blc-med-card-full-btn-mobile {
		display: block;
		padding: 20px;
	}

	.blc-med-cards .blc-med-card-full .blc-med-card-full-btn-mobile .blc-button-2 {
		display: block;
		text-align: center;
	}
}

.blc-med-card-header {
	padding: 20px;
	color: white;
	min-height:200px;/*aggiunto*/
}

.blc-med-card-header2 {
	padding: 20px;
	color: white;
	min-height:200px;/*aggiunto*/
}

.blc-med-card-header3 {
	padding: 20px;
	color: white;
	min-height:250px;/*aggiunto*/
}

/*aggiunto*/
@media only screen and (min-width: 992px) and (max-width: 1199px) {
	.blc-med-card-header {
		min-height:220px!important;
	}

	.blc-med-card-header2 {
		min-height:220px!important;
	}

	.blc-med-card-header3 {
		min-height:270px!important;
	}

	.blc-med-card-header-sprint {
		min-height:0!important;
	}
}

.blc-med-card-header span, .blc-med-card-header2 span, .blc-med-card-header3 span {
	/*font-weight: 700; Modificato*/
	font-weight: 500;
	font-size: 20px;
	line-height: 30px;
	display: inline-block;
	padding: 0 10px;
	border-radius: 99px;
	background: rgba(27, 24, 24, 0.3);
}

/* MEDIA QUERY SOTTO < 992PX */
@media (max-width: 992px) {
	.blc-med-card-header span, .blc-med-card-header2 span, .blc-med-card-header3 span {
		font-weight: 700 !important ;
		font-size: 18px !important ;
		line-height: 27px !important ;
	}

	.blc-med-card-header {
		min-height:0!important;/*aggiunto*/
	}

	.blc-med-card-header2 {
		min-height:0!important;/*aggiunto*/
	}

	.blc-med-card-header3 {
		min-height:0!important;/*aggiunto*/
	}
}

.blc-med-card-header h4, .blc-med-card-header2 h4, .blc-med-card-header3 h4 {
	margin: 0 !important;
	font-weight: 400;
	font-size: 50px;
	line-height: 65px;
	font-family: "CofoRobert";
}

/* MEDIA QUERY SOTTO < 992PX */
@media (max-width: 992px) {
	.blc-med-card-header h4, .blc-med-card-header2 h4, .blc-med-card-header3 h4 {
		font-weight: 400 !important;
		font-size: 35px !important;
		line-height: 45px !important;
		font-family: "CofoRobert" !important;
	}
}

.blc-med-card-header p, .blc-med-card-header2 p, .blc-med-card-header3 p {
	margin-bottom: 0;
	margin-top: 0;
	font-weight: 400;
	/*font-size: 20px; modificato*/
	font-size: 19px;
	line-height: 30px;
	font-family: "PublicSansRegular";
}

/* MEDIA QUERY SOTTO < 992PX */
@media (max-width: 992px) {
	.blc-med-card-header p, .blc-med-card-header2 p, .blc-med-card-header3 p {
		font-weight: 400 !important;
		font-size: 18px !important;
		line-height: 27px !important;
		font-family: "PublicSansRegular" !important;
	}
}

.blc-med-card .blc-med-card-course-details {
	background-color: var(--bianco-opaco);
	padding: 20px;
	flex-basis: 100%;

	display: flex;
	flex-direction: column;
	justify-content: space-between;

	font-family: "PublicSansRegular";
}

.blc-med-card .blc-med-card-course-details strong, .blc-med-card .blc-med-card-course-details b {
	display: block;
	/*font-weight: 700; Modificato*/
	font-weight: 500;
	font-size: 20px;
	line-height: 30px;
	font-family: "PublicSansBold";	
}

/* MEDIA QUERY SOTTO < 992PX */
@media (max-width: 992px) {
	.blc-med-card .blc-med-card-course-details strong, .blc-med-card .blc-med-card-course-details b {
		font-size: 18px !important;
		line-height: 27px !important;		
		font-family: "PublicSansBold" !important;		
	}
}

.blc-med-card .blc-med-card-course-details .blc-med-card-course-details-points-list {
	padding: 10px 0px 20px 0px;
}

/*Aggiunto*/
.blc-med-card-course-details-points-list ul {
	list-style-type: none!important;
}

.blc-med-card .blc-med-card-course-details p {
	/*margin-bottom: 5px !important;*/
	margin-bottom: 0!important;

	font-weight: 400;
	font-size: 16px;
	line-height: 20px;
}

/* MEDIA QUERY SOTTO < 992PX */
@media (max-width: 992px) {
	.blc-med-card .blc-med-card-course-details p {
		font-weight: 400 !important;
		font-size: 14px !important;
		line-height: 18px !important;
	}
}

/*Rimosso*/
/*.blc-med-card .blc-med-card-course-details p::before {
	content: "";
	display: inline-block;
	background-image: url("../images/check.svg");
	background-size: contain;
	background-repeat: no-repeat;
	width: 15px;
	height: 15px;
	margin-right: 5px;
	vertical-align: middle;
}*/

/*Aggiunto*/
.blc-med-card-course-details-points-list li::before {
	content: "";
	display: inline-block;
	background-image: url("../images/check.svg");
	background-size: contain;
	background-repeat: no-repeat;
	width: 15px;
	height: 15px;
	margin-right: 5px;
	vertical-align: middle;

}

/*.blc-med-card .blc-med-card-course-details*/ .sprint {
	color: var(--rosso);
	font-family: "PublicSansBold"!important;	
}

/*.blc-med-card .blc-med-card-course-details*/ .sprint::before {
	background-image: url("../images/check-orange.svg")!important;
}


.blc-med-card .blc-med-card-course-details .blc-button-2 {
	display: block;
	text-align: center;
}

.blc-med-cta-banner {
	display: flex;
	min-height: 220px;
	background-color: var(--verde-scuro);
}

.blc-med-cta-banner .blc-med-cta-banner-image {
	background-image: url("../images/IMG-Placeholder-1.png");
	background-size: cover;
	min-height: 200px;
	width: 50%;
}

.blc-med-cta-banner .blc-med-cta-banner-content {
	width: 50%;
	padding: 20px 20px 20px 31px;
	background-color: var(--bianco-opaco);
}

.blc-med-cta-banner .blc-med-cta-banner-content .blc-button-1 {
	text-align: center;
	display: inline-block;
}

/*Aggiunto*/
.blc-med-cta-banner .blc-med-cta-banner-content .blc-button-consulenza {
	text-align: center;
	display: inline-block;
}

.blc-med-cta-banner .blc-med-cta-banner-content h3 {
	/*font-weight: 700; Modificato*/
	font-weight: 500;
	font-size: 25px;
	line-height: 32px;
	margin: 0px 0px 10px 0px;
	font-family: "PublicSansBold";	
}

.blc-med-cta-banner .blc-med-cta-banner-content p {
	padding-bottom: 10px;
	font-family: "PublicSansRegular";
	font-weight: 400;
	font-size: 20px;
	line-height: 30px;
}

/*.blc-med-card-header-green {
	background-color: #3f605e;
}

.blc-med-card-header-blue {
	background-color: var(--blu);
}

.blc-med-card-header-brown {
	background-color: #70594d;
	margin-right: 0;
}*/

.blc-med-card-header-orange {
	background-color: var(--rosso);
	margin-right: 0;
}

.blc-med-cards-pricing {
	background: #dde1de;
	padding:10px;	
	font-family: "PublicSansRegular";
	min-height: 140px;
}

.blc-med-card-full .blc-med-cards-pricing {
	padding: 0 10px;
}

.blc-med-cards-pricing-details {
	display: flex;
	border-bottom: 1px solid var(--grigio-scuro);
	align-items: flex-start;
}

/*.blc-med-cards-pricing-details:not(:first-child) {
	margin-top: 10px;
}*/

.blc-med-cards-pricing-details:last-child {
	border: 0;
}

.blc-med-cards-pricing-details > span {
	flex-basis: 20%;
	font-weight: 400;
	font-size: 20px;
	line-height: 30px;
	
	/*padding-top: 20px;*/
}

@media (max-width: 992px) {
	.blc-med-card-full {
		display: none!important;
	}
	.blc-med-cards-pricing-details {
		flex-wrap: wrap;
	}
}

/* MEDIA QUERY SOTTO < 992PX */
@media (max-width: 992px) {
	.blc-med-cards-pricing-details > span {
		font-weight: 400;
		font-size: 18px;
		line-height: 27px;
	}
}

.blc-med-cards-pricing-details > div {
	flex-basis: 80%;
	text-align: right;
	min-height:60px; /*aggiunto*/
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
	.blc-med-cards-pricing-details > div {
		min-height:0 !important; /*aggiunto*/
	}
}

/* MEDIA QUERY SOTTO < 992PX */
@media (max-width: 992px) {
	.blc-med-cards-pricing-details > div {
		min-height:0!important; /*aggiunto*/
	}
}

.blc-med-cards-pricing-details strong, .blc-med-cards-pricing-details b {
	/*font-weight: 700; Modificato*/
	font-weight: 500;
	font-size: 20px;
	line-height: 30px;
	font-family: "PublicSansBold";	
}

/* MEDIA QUERY SOTTO < 992PX */
@media (max-width: 992px) {
	.blc-med-cards-pricing-details strong, .blc-med-cards-pricing-details b {		
		/*font-weight: 700 !important; Modificato*/
		font-weight: 500 !important;
		font-size: 18px !important;
		line-height: 27px !important;
		font-family: "PublicSansBold" !important;
	}
}

.blc-med-cards-pricing-details strong span {
	text-decoration: line-through;
}

.blc-med-cards-pricing-details b span {
	text-decoration: line-through;
}

.blc-med-cards-pricing-details p {
	font-weight: 400;
	font-size: 14px;
	line-height: 20px;
	margin-bottom: 20px;
}

.blc-med-books {
	margin: 70px 0;
}

@media screen and (max-width: 992px) {
	.blc-med-books {
		margin: 50px 0;
	}
}

.blc-med-books-content {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.blc-med-books-image {
	flex-basis: calc(100% / 12 * 4);
	text-align: center;
	margin-right: 30px;
}

.blc-med-books-image img {
	width: 100%;
}

/*Aggiunto*/
.blc-med-books-text {
	flex-basis: calc(100% / 12 * 8);
}

.blc-med-books-text h3 {
	margin: 0 0 10px 0;
	/*font-weight: 700; Modificato*/
	font-weight: 500;
	font-size: 25px !important;
	line-height: 32px !important;
	margin-top: 20px;
	font-family: "PublicSansBold" !important;	
}

.blc-med-books-text p {
	margin-bottom: 40px;
	font-weight: 400;
	font-size: 20px;
	line-height: 30px;
	font-family: "PublicSansRegular";
}

.blc-med-faqs {
	margin: 70px 0;
}

@media screen and (max-width: 992px) {
	.blc-med-faqs {
		margin: 50px 0;
	}
}

.blc-med-faqs h3 {
	margin: 0 !important;
	margin-bottom: 30px;
	font-weight: 400;
	font-size: 30px;
	line-height: 45px;
}

@media screen and (max-width: 992px) {
	.blc-med-faqs h3 {
		margin-bottom: 20px !important;
		font-size: 25px !important;
		line-height: 32px !important;
	}
}

.blc-med-faq {
	border-top: 1px solid rgba(75, 72, 70, 0.2);
	padding: 20px 0;
}

.blc-med-faq:last-child {
	border-bottom: 1px solid rgba(75, 72, 70, 0.2);
}

.blc-med-faq .blc-med-faq-head {
	padding-right: 30px;
	/*font-weight: 700; Modificato*/
	font-weight: 500;
	font-size: 20px;
	line-height: 30px;
	cursor: pointer;
	font-family: "PublicSansBold"; /*Aggiunto*/
}

.blc-med-faq .blc-med-faq-head span {
	width: 75%;
	display: block;		
}

@media screen and (max-width: 992px) {
	.blc-med-faq .blc-med-faq-head {
		font-size: 18px;
		line-height: 27px;
	}
}

.blc-med-faq .blc-med-faq-head img {
	float: right;
	height: 30px;
}

.blc-med-faq .blc-med-faq-content {
	margin-top: 10px;
}

.blc-med-faq .blc-med-faq-content p {
	font-weight: 400;
	font-size: 20px;
	line-height: 30px;
}

@media screen and (max-width: 992px) {
	.blc-med-faq .blc-med-faq-content p {
		font-size: 18px;
		line-height: 27px;
	}
}

.blc-med-pre-footer {
	padding: 60px 0;
	background-color: var(--azzurro);
}

.blc-med-pre-footer-content {
	display: flex;
	justify-content: space-around;
	align-items: center;
}

.blc-med-pre-footer-image {
	flex-basis: calc(100% / 12 * 5);
	text-align: center;
}

.blc-med-pre-footer-image img {
	width: 70%;
}

@media screen and (max-width: 992px) {
	.blc-med-pre-footer-image img {
		width: 80%;
		height: auto;
		margin-bottom: 40px;
	}
}

.blc-med-pre-footer-text h3 {
	font-family: "CofoRobert";
	margin: 0 0 10px 0;
	font-weight: 400;
	font-size: 35px;
	line-height: 45px;
}

@media (max-width: 992px) {
	.blc-med-pre-footer-text h3 {
		font-size: 30px !important;
		line-height: 38px !important;
	}
}

.blc-med-pre-footer-text p {
	font-family: "PublicSansRegular";
	margin-bottom: 40px;
	font-weight: 400;
	font-size: 20px;
	line-height: 23px;
}

/* MEDIA QUERY SOTTO < 992PX */
@media (max-width: 992px) {
	.blc-med-cta-banner {
		height: fit-content;
		flex-direction: column;
		margin-top: 0;
	}

	.blc-med-cta-banner .blc-med-cta-banner-image {
		height: 200px!important;
		width: 100%!important;
	}

	.blc-med-cta-banner .blc-med-cta-banner-content {
		width: 100%;
		padding: 20px;
		background-color: var(--bianco-opaco);
	}

	.blc-med-cta-banner .blc-button-1 {
		display: block;
		width: 100%;
		text-align: center;
	}

	.blc-med-cards-wrapper {
		flex-direction: column;
	}

	.blc-med-how-it-works .blc-med-how-it-works-content {
		display: block;
		height: fit-content;
		padding-top: 30px;
	}

	.blc-med-books-content {
		display: flex;
		flex-direction: column;
	}

	.blc-med-books-image {
		width: 100%;
		height: 200px;
		flex-basis: auto;
		overflow: hidden;
		margin-right: 0;
	}

	.blc-med-books .blc-button-2 {
		display: block;
		width: 100%;
		text-align: center;
	}

	.blc-med-pre-footer-content {
		display: flex;
		justify-content: space-around;
		align-items: center;
		flex-direction: column;
	}

	.blc-med-pre-footer-content .blc-button-1 {
		display: block;
		width: 100%;
		text-align: center;
	}

	.blc-med-session .blc-med-session-content-structure-accordion {
		display: block;
	}

	.blc-med-session .blc-med-session-content-structure-accordion .blc-med-session-content-structure {
		display: block;
	}

	.blc-med-session .blc-med-session-content-structure {
		display: none;
	}
}

.blc-med-faq-head {
	position: relative;
}

.blc-med-faq-head::after {
	content: "";
	display: inline-block;
	width: 40px;
	height: 40px;
	position: absolute;
	top: 50%;
	right: 0;
	transform: translateY(-50%);
	background-image: url("../images/arrows-updown.png");
	background-size: contain;
	background-repeat: no-repeat;
	transition: transform 0.3s ease;
}

.blc-med-faq-head[aria-expanded="true"]::after {
	transform: translateY(-50%) rotate(180deg);
}
