/*--- header ---*/
.menu-header-001-header {
    position:absolute;
    top:0;
    left:0;
    padding:0 0 0 0;
    width:100%;
    height: 90px;
    z-index:1100;
    background-color: transparent;
}

.menu-header-001-header-scroll {
    position:fixed;
    top:-90px;
    left:0;
    padding:0 0 0 0;
    width:100%;
    height: 90px;
    background-color:#fff;
    box-shadow: -1px 1px 6px -1px rgba(0,0,0,0.5);
    z-index:999;
}

.menu-header-001-header-scroll .logo,
.menu-header-001-header .logo {
    position:relative;
    margin:0;
    padding:0 0 0 0;
    width: 240px;
    height:90px;
    float:left;
    display: flex;
    align-items: center;
}

@media only screen and (max-width: 320px) {

    .menu-header-001-header-scroll .logo, 
    .menu-header-001-header .logo {
        width: 180px;
    }

}

.menu-header-001-header-scroll .logo img,
.menu-header-001-header .logo img {
    width: auto;
    height: 90px;
}

.menu-header-001-nav {
    position:relative;
    margin:0 0 0 0;
    padding:0 0 0 0;
    float:right;
    height:90px;
    display: table;
}

.menu-header-001-nav ul {
    position:relative;
    margin:0 0 0 0;
    padding:0 0 0 0;
    height:21px;
}

.menu-header-001-nav ul li {
    position:relative;
    margin:0 20px 0 0;
    padding:0;
    list-style:none;
    text-align:center;
    float:left;
}

.menu-header-001-nav ul li.search {
    height:21px;
    padding: 29px 0 0 0;
}

.menu-header-001-nav ul li.hamburger {
    float:right;
}

.menu-header-001-nav ul li a {
    margin:0;
    padding:0;
    display: block;
    line-height: 90px;
    height: 90px;
    display: flex;
    align-items: center;
    color: #fff;
    font-family: Gotham Medium;
    font-size: 14px;
    text-transform: uppercase;
}

.menu-header-001-nav ul li a:hover {
    color: #ddd;
}

.menu-header-001-nav ul li a.active {
/*
    box-shadow:0 2px 0px -1px rgba(255,255,255,0.5);
*/
    color:#ddd;
}

.menu-header-001-header-scroll .menu-header-001-nav ul li a {
    color:#333;
}

.menu-header-001-header-scroll .menu-header-001-nav ul li a:hover {
    color:#888;
}

.menu-header-001-header-scroll .menu-header-001-nav ul li a.active {
/*
    box-shadow:inset 0 2px 0px -1px rgba(0,0,0,0.5);
*/
    color:#888;
}

.menu-header-001-nav .for-shop {
    position:relative;
    top:21px;
}

@media only screen and (max-width: 930px)
{

    .menu-header-001-nav ul li {
        margin: 0 10px 0 0;
    }

}

@media only screen and (max-width: 768px)
{

    .menu-header-001-nav ul li {
        margin: 0 25px 0 0;
    }

}

@media only screen and (max-width: 575px)
{

    .menu-header-001-nav ul li {
        margin: 0 5px 0 0;
    }

    .menu-header-001-nav .for-shop {
        position:absolute;
        right:5px;
        top:21px;
    }
}

@media only screen and (max-width: 320px)
{

    .menu-header-001-nav ul li {
        margin: 0 0 0 0;
    }

}

/*--- ! ---*/
	
	.numero-verde-dim {
		width: 140px;
	}
/*--- panel menu ---*/
/*--- 
variabili pannello menu 
	colore sfondo pannello
	--bg-panel-menu:#fff;

	colore bordo a sinistra sub menu
	--border-left-sub-menu:#ddd;

	colore bordo in basso ai links
	--border-bottom-items:#ddd;

	colore link
	--link:#111;

	colore link hover
	--link-over:#777;

---*/
:root {
	--bg-panel-menu:#fff;
	--border-left-sub-menu:#ddd;
	--border-bottom-items:#ddd;
	--link:#111;
	--link-over:#777;
}

.panel-menu-001-panel-menu {
	position:fixed;
	top:0;
	bottom:0;
	width:100%;
	max-width: 420px;
	height:100%;
	z-index:9999999999999999999999999;
	margin:0;
	padding:0 0 0 0;
	background-color:var(--bg-panel-menu);
	overflow:hidden;
	display: none;
}

.panel-menu-001-panel-menu.panel-left {
	left:-100%;
	right:auto;
}

.panel-menu-001-panel-menu.panel-right {
	right:-100%;
	left:auto;
}

.panel-menu-001-panel-menu .header {
	position: relative;
	margin: 0;
	padding: 0;
	width:100%;
	height:90px;
}

.panel-menu-001-panel-menu .header a.close {
	position: absolute;
	top: 21px;
	right: 10px;
	width: 50px;
	height: 50px;
	display: flex;
	align-items: center;
	margin: 0;
	padding: 0 0 0 0;
	z-index: 888;
}

.panel-menu-001-panel-menu .header .title {
	position: relative;
	margin: 0;
	padding: 0;
	width: 240px;
	display: flex;
	align-items: center;
}

.panel-menu-001-panel-menu .header .title a img {
	width: auto;
	height: 90px;
}

.panel-menu-001-panel-menu .container {
	position: relative;
	margin: 0 0 0 0;
	padding: 20px 0 10px 0;
	width: 100%;
	height:calc(100% - 130px);
	overflow-y:auto;
	-webkit-overflow-scrolling: touch;
}

.panel-menu-001-panel-menu .panel-shadow {
	position: absolute;
	top: 90px;
	left: 0;
	bottom: auto;
	right: auto;
	width: 100%;
	height: 50px;
	z-index: 1;
/*
	background-repeat:repeat-x;
	background-position:left top;
	background-size:50px 50px;
	background-image: url(/assets/img/menu/panel-menu-shadow.png);
*/
	background: linear-gradient(to top,rgba(255,255,255,0.2) 0%,rgba(255,255,255,1)100%);
}

.panel-menu-001-panel-menu .content {
	position: relative;
	margin:0;
	padding:0 0 0 0;
	font-family: 'Lato', sans-serif;
}

.panel-menu-001-panel-menu .content .section {
	position:relative;
	margin:0;
	padding:0 0 0 0;
	display: table;
	width: 100%;
	clear: both;
	border-bottom: 1px solid var(--border-bottom-items);
}

.panel-menu-001-panel-menu .content .section.no-border:last-child,
.panel-menu-001-panel-menu .content .section.no-border {
	border-bottom: none;
}

.panel-menu-001-panel-menu .section .title {
	position: relative;
	margin: 0 0 0 0;
	padding: 0;
	font-size: 25px;
	font-weight: 300;
	color: var(--link);
	text-align: left;
	width: 100%;
	height: 51px;
	border-left: 10px solid transparent;
	display: flex;
	align-items: center;
}

.panel-menu-001-panel-menu .section .title.active {
	border-left: 10px solid var(--border-left-sub-menu);
	background-color: #f8f8f8;
}

.panel-menu-001-panel-menu .section.submenu .title.active {
	border-bottom: 1px solid var(--border-bottom-items);
}

.panel-menu-001-panel-menu .content ul li.active,
.panel-menu-001-panel-menu .content ul li.active a.active {
	background-color: #f8f8f8;
}

.panel-menu-001-panel-menu .section .title a {
	display: inline;
	align-items: center;
	float: left;
	width: calc(100% - 22px);
	padding: 0 0 0 25px;
	line-height: 20px;
}

.panel-menu-001-panel-menu .section .title a.with-icon {
/*
	display: flex;
*/
	display: inline;
	line-height: 25px;
}

.panel-menu-001-panel-menu .section .submenu a.with-icon {
	display: flex !important;
	align-items:center;
}

.panel-menu-001-panel-menu .with-icon img {
	float:left;
	margin-right:15px;
	width: 25px;
	height: 25px;
}

.panel-menu-001-panel-menu .section li .title {
	padding: 0 0 0 0;
}

.panel-menu-001-panel-menu .section img.submenu-open {
	position: relative;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	float: right;
	width: 25px;
	height: 25px;
	display: flex;
	align-items: center;
}

.panel-menu-001-panel-menu .page-link {

}

.panel-menu-001-panel-menu .page-link.with-icon {
	font-size:20px;
}

.panel-menu-001-panel-menu .page-link.with-icon img {
	float:left;
	margin-right:15px;
	width: 25px;
	height: 25px;
}

.panel-menu-001-panel-menu .content ul {
	position: relative;
	margin:0;
	padding:0 0 0 0px;
	width:100%;
	clear: both;
	display: none;
	border-left: 10px solid var(--border-left-sub-menu);
}

.panel-menu-001-panel-menu .content ul li ul {
	position: relative;
	margin:0;
	padding:0 0 10px 0;
	width:100%;
	clear: both;
	display: none;
}

.panel-menu-001-panel-menu .content ul li {
	position: relative;
	list-style-type: disc;
	list-style-position: inside;
	width: 100%;
	margin: 0 0 0 0;
	padding: 0 0 0 40px;
	clear: both;
	border-bottom: 1px solid var(--border-bottom-items);
	line-height: 50px;
}

.panel-menu-001-panel-menu .content ul li:last-child {
	border-bottom:none;
}

.panel-menu-001-panel-menu .content ul li a {
	position: relative;
	margin: 0 0 0 0;
	padding: 0 60px 0 0px;
	display: inline-block;
	width: 90%;
	font-size: 20px;
	font-weight: 300;
	color: var(--link);
	text-align: left;
	-webkit-transition: all 0.5s ease-out;
	-moz-transition: all 0.5s ease-out;
	-ms-transition: all 0.5s ease-out;
	-o-transition: all 0.5s ease-out;
	transition: all 0.5s ease-out;
}

.panel-menu-001-panel-menu .content ul li a span {
	font-weight: 700;
	margin-left: 6px;
}

.panel-menu-001-panel-menu .section .title a:hover,
.panel-menu-001-panel-menu a.single:hover,
.panel-menu-001-panel-menu .content ul li a:hover {
	color: var(--link-over);
}

.panel-menu-001-panel-menu .content ul li a.evidence {
	font-weight: 400;
}

.panel-menu-001-panel-menu .content ul li a.submenu-open {
	border:none;
}

.panel-menu-001-panel-menu .content .single-image {
	position: relative;
	margin: 25px 10px 10px 10px;
	padding: 0 0 0 0;
	clear: both;
	display: flex;
	justify-content: center;
}

.panel-menu-001-panel-menu .content .single-image a {
}

.panel-menu-001-panel-menu .content .single-image a img.round {
	border-radius: 10px;
}

.panel-menu-001-panel-menu .footer {
	position: absolute;
	bottom:0;
	top: auto;
	left: 0;
	right: auto;
	margin: 0;
	padding: 0;
	width:100%;
	max-width: 420px;
	height:50px;
	clear: both;
	border-top: 1px solid var(--border-bottom-items);
	background-color: #fff;
}

.panel-menu-001-panel-menu .footer a {
	position:relative;
	margin:0;
	padding:0;
	width:100%;
	height:50px;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size:14px;
	font-weight: 400;
	color: var(--link);
	text-transform: uppercase;
	font-family: Gotham Medium;
}

.panel-menu-001-panel-menu .footer a:hover {
	color: var(--link);
}

.panel-menu-001-panel-menu .footer a span {
	font-family: Gotham Black;
	padding-left: 5px;
}

.panel-menu-001-panel-menu .for-shop {
	position:absolute;
	right:60px;
	top:21px;
	width:80px;
}

@media only screen and (max-width: 590px) {

	.panel-menu-001-panel-menu .header-menu .title {
		padding: 0 0 0 0;
	}

}

@media only screen and (max-width: 480px) {

	.panel-menu-001-panel-menu .section .title {
		line-height: 20px;
	}

	.panel-menu-001-panel-menu .section .title a.page-link {
/*
		line-height: 46px;
*/		
	}

	.panel-menu-001-panel-menu .page-link {
		line-height: 46px;
	}

	.panel-menu-001-panel-menu-content ul li a {
		padding: 0 60px 0 28px;
		background-position: 18px center;
	}

	.panel-menu-001-panel-menu-content ul li ul li a {
		padding: 0 40px 0 40px;
		background-position: 30px center;
	}

	.panel-menu-001-panel-menu ul li a.page-link {
/*
		display: contents;
*/
	}

	.panel-menu-001-panel-menu a.single {
		padding: 0 0 0 30px;
	}

}

@media only screen and (max-width: 320px) {

	.panel-menu-001-panel-menu .section .title {
		font-size: 20px;
	}

	.panel-menu-001-panel-menu .content ul li a {
		padding: 0 20px 0 0px;
		font-size: 18px;
	}

	.panel-menu-001-panel-menu .for-shop {
		top:15px;
	}

	.panel-menu-001-panel-menu .header a.close {
		top: 15px;
	}

}

/*--- ! ---*/

	:root {
		--colore-0: transparent;
		--colore-1: #05668d;
		--colore-2: #427aa1;
		--colore-3: #ebf2fa;
		--colore-4: #679436;
		--colore-5: #a5be00;
		
		--colore-h: #1f1f1f;
		--colore-p: #393939;
		
		--nuovo-font: "Fira Sans", sans-serif;
	}
	
	.colore-0 { color: var(--colore-0) }
	.colore-1 { color: var(--colore-1) }
	.colore-2 { color: var(--colore-2) }
	.colore-3 { color: var(--colore-3) }
	.colore-4 { color: var(--colore-4) }
	.colore-5 { color: var(--colore-5) }
	
	.bg-colore-0 { background-color: var(--colore-0) }
	.bg-colore-1 { background-color: var(--colore-1) }
	.bg-colore-2 { background-color: var(--colore-2) }
	.bg-colore-3 { background-color: var(--colore-3) }
	.bg-colore-4 { background-color: var(--colore-4) }
	.bg-colore-5 { background-color: var(--colore-5) }

@media only screen and (min-width: 769px) { /* Desktop */
    .classe {
        padding: 0px 0px 0px 0px;
    }
}

@media only screen and (min-width: 481px) and (max-width: 768px) { /* Tablet */
    .classe {
        padding: 0px 0px 0px 0px;
    }
}

@media only screen and (max-width: 768px) { /* Smartphone + Tablet */
    .classe {
        padding: 0px 0px 0px 0px;
    }
}

@media only screen and (max-width: 480px) { /* Smartphone */
    .classe {
        padding: 0px 0px 0px 0px;
    }
}

/*--- typography ---*/

	h1.nuovofont, 
	h2.nuovofont, 
	h3.nuovofont, 
	h4.nuovofont, 
	h5.nuovofont, 
	h6.nuovofont,
	.titolo-h1,
	.titolo-h2,
	.titolo-h3,
	.titolo-h4,
	.titolo-h5,
	.titolo-h6,
	.titolo-xl,
	.titolo-xxl,
	.titolo-xxxl { 
		font-family: var(--nuovo-font);
		color: var(--colore-h);
	}

	h1.nuovofont,
	.titolo-h1 {
		font-size: calc(45px + (75 - 45) * ((100vw - 320px) / (3000 - 320)));
		line-height: calc(45px + (75 - 45) * ((100vw - 320px) / (3000 - 320)));
		font-weight: 900;
		letter-spacing: -1px;
		margin: 20px 0 30px 0;
	}
	
	h2.nuovofont,
	.titolo-h2 {
		font-size: calc(40px + (65 - 40) * ((100vw - 320px) / (3000 - 320)));
		line-height: calc(40px + (65 - 40) * ((100vw - 320px) / (3000 - 320)));
		font-weight: 800;
		letter-spacing: -1px;
		margin: 20px 0 25px 0;
	}
	
	h3.nuovofont,
	.titolo-h3 {
		font-size: calc(35px + (55 - 35) * ((100vw - 320px) / (3000 - 320)));
		line-height: calc(35px + (55 - 35) * ((100vw - 320px) / (3000 - 320)));
		font-weight: 500;
		letter-spacing: -1px;
		margin: 20px 0 20px 0;
	}
	
	h4.nuovofont,
	.titolo-h4 {
		font-size: calc(30px + (45 - 30) * ((100vw - 320px) / (3000 - 320)));
		line-height: calc(30px + (45 - 30) * ((100vw - 320px) / (3000 - 320)));
		font-weight: 300;
		letter-spacing: -1px;
		margin: 20px 0 10px 0;
	}
	
	h5.nuovofont,
	.titolo-h5 {
		font-size: calc(25px + (35 - 25) * ((100vw - 320px) / (3000 - 320)));
		line-height: calc(25px + (35 - 25) * ((100vw - 320px) / (3000 - 320)));
		font-weight: 500;
		letter-spacing: -1px;
		margin: 20px 0 10px 0;
	}
	
	h6.nuovofont,
	.titolo-h6 {
		font-size: calc(20px + (25 - 20) * ((100vw - 320px) / (3000 - 320)));
		line-height: calc(20px + (25 - 20) * ((100vw - 320px) / (3000 - 320)));
		font-weight: 500;
		letter-spacing: -1px;
		margin: 20px 0 10px 0;
	}
	
	.titolo-xl {
		font-size: calc(50px + (80 - 50) * ((100vw - 320px) / (3000 - 320)));
		line-height: calc(50px + (80 - 50) * ((100vw - 320px) / (3000 - 320)));
		font-weight: 900;
		letter-spacing: -1px;
		margin: 20px 0 30px 0;
	}

	.titolo-xxl {
		font-size: calc(60px + (100 - 60) * ((100vw - 320px) / (3000 - 320)));
		line-height: calc(60px + (100 - 60) * ((100vw - 320px) / (3000 - 320)));
		font-weight: 900;
		letter-spacing: -1px;
		margin: 20px 0 30px 0;
	}

	.titolo-xxxl {
		font-size: calc(75px + (120 - 75) * ((100vw - 320px) / (3000 - 320)));
		line-height: calc(75px + (120 - 75) * ((100vw - 320px) / (3000 - 320)));
		font-weight: 900;
		letter-spacing: -1px;
		margin: 20px 0 30px 0;
	}


	p {
		color: var(--colore-p);
		font-family: var(--nuovo-font);
	}
	/*
	p {
		font-family: 'Poppins', sans-serif;
		font-size: calc(16px + (18 - 16) * ((100vw - 320px) / (3000 - 320)));
		line-height: calc(23px + (25 - 23) * ((100vw - 320px) / (3000 - 320)));
	}

	ul li, ol li {
		font-size: calc(16px + (18 - 16) * ((100vw - 320px) / (3000 - 320)));
		line-height: calc(23px + (25 - 23) * ((100vw - 320px) / (3000 - 320)));
	}
	*/


@media screen and (min-width: 3001px) {
	
	h1.nuovofont,
	.titolo-h1 {
		font-size: 75px;
		line-height: 75px;
	}
	
	h2.nuovofont,
	.titolo-h2 {
		font-size: 65px;
		line-height: 65px;
	}
	
	h3.nuovofont,
	.titolo-h3 {
		font-size: 55px;
		line-height: 55px;
	}
	
	h4.nuovofont,
	.titolo-h4 {
		font-size: 45px;
		line-height: 45px;
	}
	
	h5.nuovofont,
	.titolo-h5 {
		font-size: 35px;
		line-height: 35px;
	}
	
	h6.nuovofont,
	.titolo-h6 {
		font-size: 25px;
		line-height: 25px;
	}
	
	.titolo-xl {
		font-size: 80px;
		line-height: 80px;
	}
	
	.titolo-xxl {
		font-size: 100px;
		line-height: 100px;
	}
	
	.titolo-xxxl {
		font-size: 120px;
		line-height: 120px;
	}
	
	/*
	p {
		font-size: 18px;
		line-height: 25px;
	}
	
	ul li, ol li {
		font-size: 18px;
		line-height: 25px;
	}
	*/
}

@media screen and (max-width: 319px) {

	h1.nuovofont,
	.titolo-h1 {
		font-size: 45px;
		line-height: 45px;
	}
	
	h2.nuovofont,
	.titolo-h2 {
		font-size: 40px;
		line-height: 40px;
	}
	
	h3.nuovofont,
	.titolo-h3 {
		font-size: 35px;
		line-height: 35px;
	}
	
	h4.nuovofont {
		font-size: 30px;
		line-height: 35px;
	}
	
	h5.nuovofont,
	.titolo-h5 {
		font-size: 25px;
		line-height: 30px;
	}
	
	h6.nuovofont,
	.titolo-h6 {
		font-size: 20px;
		line-height: 25px;
	}
	
	.titolo-xl {
		font-size: 50px;
		line-height: 50px;
	}
	
	.titolo-xxl {
		font-size: 60px;
		line-height: 60px;
	}
	
	.titolo-xxxl {
		font-size: 75px;
		line-height: 75px;
	}
	
	/*
	p {
		font-size: 16px;
		line-height: 23px;
	}
	
	ul li, ol li {
		font-size: 16px;
		line-height: 23px;
	}
	*/
}

	.menu-header-001-header {
		left: 50%;
		max-width: 768px;
		transform: translateX(-50%);
	}
	
@media only screen and (max-width: 575px) {
	
	.menu-header-001-nav ul li {
		margin: 0 10px 0 0;
	}
	
}
	
	:root {
		--bg-data-corrente: #ECECEC;
		--bg-data-soon: #E2E2E2;
		--bg-farmacia-corrente: #F5F3F3;
		--bg-farmacia-soon: #ECECEC;
		--boder-data-corrente: #00A62B;
		--boder-data-soon: #F8931F;
		--boder-data-next: #BEBEBE;
		--border-farmacia-corrente: #6EBA6D;
		--border-farmacia-soon: #FBB948;
		--border-farmacia-next: #E1E1E1;
		--font-family: "Fira Sans", sans-serif;
		--bg-bottone-eccoci: #6EBA6D;
	}
	
    .container-f-turno {
        max-width: 768px;
        width: 100%;
        margin: 0 auto;
        padding: 0 15px;
        position: relative;
        font-family: var(--font-family);
        top: 70px;
    }
    
	
	.f-turno {
		display: flex;
		margin-bottom: 12px;
		overflow: hidden;
	}
	.turno.f-turno-multi{
		display: flex;
		margin-bottom: 12px;
		overflow: hidden;
        flex-direction: column;
	}
	
	.f-turno .f-sinistra {
		width: 90px;
		background: var(--boder-data-corrente);
		border-left: 4px solid var(--boder-data-corrente);
		border-bottom: 16px solid var(--boder-data-corrente);
		border-radius: 12px 0 0 12px;
	}
	
	.turno.f-turno-multi .f-sinistra {
		width: 90px;
		background: var(--boder-data-corrente);
		border-left: 4px solid var(--boder-data-corrente);
		border-bottom: 16px solid var(--boder-data-corrente);
		border-radius: 12px 0 0 12px;
	}
	
	.f-next .f-sinistra {
		background: var(--bg-data-corrente);
		border-left: 4px solid var(--boder-data-next);
		border-bottom: 4px solid var(--boder-data-next);
	}
	
	.f-turno .f-sinistra-sfondo {
		background: var(--bg-data-corrente);
		border-radius: 12px 0 0 8px;
		height: 100%;
		width: 100%;
		padding: 10px 0 0 0;
		color: white;
		display: flex;
		align-items: center;
		justify-content: start;
		flex-direction: column;
		width: 86px;
	}
	
	.turno.f-turno-multi .f-sinistra-sfondo {
		background: var(--bg-data-corrente);
		border-radius: 12px 0 0 8px;
		height: 100%;
		width: 100%;
		padding: 10px 0 0 0;
		color: white;
		display: flex;
		align-items: center;
		justify-content: start;
		flex-direction: column;
		width: 86px;
	}
    
	.f-turno .f-sinistra-sfondo.info {
		justify-content: space-between;
	}

	.turno.f-turno-multi .f-sinistra-sfondo.info {
		justify-content: space-between;
	}

	.f-next .f-sinistra-sfondo {
		background: var(--bg-data-corrente);
		border-radius: 12px 0 0 12px;
		height: 100%;
		width: 100%;
		padding: 10px 0 0 0;
		color: white;
		display: flex;
		align-items: center;
		justify-content: start;
		flex-direction: column;
	}
	
	.f-sinistra .data-box {
		font-size: 1rem;
		font-weight: bold;
		padding: 1rem;
		text-align: center;
		text-transform: capitalize;
	}
	
	.f-destra {
		flex: 1;
		background-color: var(--border-farmacia-corrente);
		border-bottom: 16px solid var(--border-farmacia-corrente);
		border-radius: 0 12px 12px 0;
		margin: 0 0 0 1px;
	}
	
	.f-turno .f-destra-sfondo {
		background-color: var(--bg-farmacia-corrente);
		height: 100%;
		width: 100%;
		display: flex;
		flex-direction: column;
		justify-content: center;
		border-radius: 0 12px 12px 0;
	}

	.turno.f-turno-multi .f-destra-sfondo {
		background-color: var(--bg-farmacia-corrente);
		height: 100%;
		width: 100%;
		display: flex;
		flex-direction: column;
		justify-content: center;
		border-radius: 0 12px 12px 0;
	}
	
	.f-next .f-destra {
		background: var( --bg-farmacia-corrente);
		border-bottom: 4px solid var(--border-farmacia-next);
	}
	
	.f-destra h1, .f-destra h2 {
		margin: 0 0 0.4rem;
		color: #00A62B;
		font-size: 38px;
/*		font-size: calc(14px + (38 - 14) * ((768px - 320px) / (768 - 320)));*/
		letter-spacing: -1px;
		line-height: 33px;
	}
	
	.f-next h2 {
		color: #5c5c5c;
		font-size: 30px;
		line-height: 28px;
	}
	
	.f-destra .turno {
		font-size: 12px;
		margin-bottom: 0.8rem;
	}
	
	.f-destra a {
		align-self: start;
		text-decoration: none;
		color: white;
		background: var(--bg-bottone-eccoci);
		padding: 8px 10px 8px 10px;
		border-radius: 6px;
		font-weight: 500;
		display: flex;
		flex-direction: row;
		align-items: center;
		font-size: 14px;
        max-width: max-content;
	}
	
	.f-next a {
		background: var(--bg-bottone-eccoci);
	}
	
	.f-turno.soon {
		opacity: 0.85;
		filter: grayscale(0.2);
	}
	
	.f-turno.soon .f-destra {
		background-color: #F5F3F3;
		border-bottom: 4px solid #f7941d;
	}
	
	.f-turno.soon .badge-giorno {
		background: #777 !important;
	}
	
	.f-turno.soon .f-destra-sfondo {
		background-color: #f9f9f9;
	}
	
	.f-sinistra .data-box {
		width: 60px;
		height: 60px;
		border-radius: 8px;
		display: flex;
		align-items: center;
		justify-content: center;
		font-weight: bold;
		font-size: 1.1rem;
		color: white;
	}
	
	.data-box.blu {
		background-color: #0077cc;
	}
	
	.data-box.rosso {
		background-color: #e53935;
	}
	
	.f-next .f-destra .etichetta {
		font-size: 20px;
		color: #505050;
		letter-spacing: -1px;
		margin-top: 5px;
		line-height: 12px;
		padding-bottom: 8px;
	}
	
	.f-destra .etichetta {
		font-size: 23px;
		color: #505050;
		letter-spacing: -1px;
		margin-top: 5px;
		line-height: 14px;
		padding-bottom: 8px;
	}
	
	.f-destra .indirizzo {
		font-size: 0.9rem;
		color: #747474;
		padding: 3px 0 8px 0;
	}
	
	.badge-giorno {
		font-size: 0.65rem;
		background: #00A62B;
		color: white;
		padding: 4px 8px;
		border-radius: 20px;
		text-align: center;
		margin-bottom: 8px;
		text-transform: uppercase;
		width: 68px;
		font-weight: 600;
	}
	
	.f-next .badge-giorno {
		background: #585858;
	}
	
	.data-quadrato {
		background: white;
		width: 68px;
		height: 68px;
		border-radius: 10px;
		box-shadow: 0 2px 5px rgba(0,0,10,0.1);
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: center;
		font-family: "Fira Sans", sans-serif;
	}
	
	.data-quadrato.azzurro .giorno-num {
		color: #00a1e0;
	}
	
	.data-quadrato.rosso .giorno-num {
		color: #e53935;
	}
	
	.data-quadrato .giorno-top {
		font-size: 12px;
		color: #666;
		font-weight: 400;
	}
	
	.data-quadrato .giorno-num {
		font-size: 50px;
		font-weight: 200;
		line-height: 42px;
		letter-spacing: -2px;
	}
	
	.turno.evidenziato {
		background: #0077cc;
		padding: 5px 12px;
		border-radius: 30px;
		color: #fff;
		width: fit-content;
	}
/* CSS per l'elenco settimanale e il pulsante */
	
/* Stile base per l'elenco settimanale - nascosto */
	.elenco-settimanale {
		max-height: 0;
		overflow: hidden;
		transition: max-height 0.5s ease-out, opacity 0.3s ease-out;
		opacity: 0;
		visibility: hidden;
		position: relative;
		z-index: 5;
	}
	
/* Stato attivo - completamente visibile */
	.elenco-settimanale.show {
		max-height: 5000px;
		overflow: visible;
		opacity: 1;
		visibility: visible;
		margin-top: 15px;
		margin-bottom: 25px;
		transition: max-height 1.2s ease-in, opacity 0.4s ease-in, visibility 0s;
	}
	
/* Assicura che tutti gli elementi f-turno dentro l'elenco abbiano lo stile corretto */
	.elenco-settimanale .f-turno {
		display: flex;
		margin-bottom: 12px;
		overflow: hidden;
	}
	
/* Stile per la parte sinistra di ogni f-turno nell'elenco */
	.elenco-settimanale .f-turno .f-sinistra {
		width: 90px;
		background: var(--bg-data-corrente);
		border-left: 4px solid var(--boder-data-next);
		border-bottom: 4px solid var(--boder-data-next);
		border-radius: 12px 0 0 12px;
	}
	
/* Stile per il fondo della parte sinistra */
	.elenco-settimanale .f-turno .f-sinistra-sfondo {
		background: var(--bg-data-corrente);
		border-radius: 12px 0 0 12px;
		height: 100%;
		width: 100%;
		padding: 10px 0;
		color: white;
		display: flex;
		align-items: center;
		justify-content: start;
		flex-direction: column;
	}
	
/* Stile per la parte destra di ogni f-turno nell'elenco */
	.elenco-settimanale .f-turno .f-destra {
		flex: 1;
		background: var(--bg-farmacia-corrente);
		border-bottom: 4px solid var(--border-farmacia-next);
		border-radius: 0 12px 12px 0;
		margin: 0 0 0 1px;
	}
	
/* Stile per il fondo della parte destra */
	.elenco-settimanale .f-turno .f-destra-sfondo {
		background-color: var(--bg-farmacia-corrente);
		height: 100%;
		width: 100%;
		display: flex;
		flex-direction: column;
		justify-content: center;
		border-radius: 0 12px 12px 0;
	}
	
/* Animazione per ogni elemento f-turno dentro l'elenco */
@keyframes fadeIn {

	from { opacity: 0; transform: translateY(15px); }
	to { opacity: 1; transform: translateY(0); }

}
	
	.elenco-settimanale.show .f-turno {
		animation: fadeIn 0.4s ease-out forwards;
	}
	
/* Ritardo in cascata per gli elementi */
	.elenco-settimanale.show .f-turno:nth-child(1) { animation-delay: 0.05s; }
	.elenco-settimanale.show .f-turno:nth-child(2) { animation-delay: 0.15s; }
	.elenco-settimanale.show .f-turno:nth-child(3) { animation-delay: 0.25s; }
	.elenco-settimanale.show .f-turno:nth-child(4) { animation-delay: 0.35s; }
	
	/* Stile per il bottone - nascosto quando i giorni sono mostrati */
	.footer-tools {
		position: relative;
		z-index: 10;
		margin-bottom: 15px;
		transition: opacity 0.3s ease, max-height 0.5s ease, margin 0.5s ease;
	}
	
	.footer-tools.hidden {
		opacity: 0;
		max-height: 0;
		margin: 0;
		overflow: hidden;
		visibility: hidden;
	}
	
	/* Stile per il bottone */
	.btn-espandi {
		background: white;
		border-radius: 12px;
		border: 1px solid #ddd;
		font-size: 1.1rem;
		padding: 1rem;
		width: 100%;
		box-shadow: 0 2px 5px rgba(0, 0, 0, 0.15);
		display: flex;
		justify-content: center;
		align-items: center;
		cursor: pointer;
		font-family: var(--font-family);
		color: #333;
		font-weight: 600;
		margin-bottom: 1rem;
		position: relative;
		z-index: 10;
		transition: background-color 0.2s, transform 0.1s;
	}
	
	.btn-espandi:hover {
		background-color: #f5f5f5;
		transform: translateY(-1px);
		box-shadow: 0 3px 8px rgba(0, 0, 0, 0.1);
	}
	
	.select-wrapper {
		position: relative;
		width: 100%;
		max-width: 768px;
		margin: 0 auto;
	}
	
	.select-zona {
		background: white;
		border-radius: 12px;
		font-size: 1.1rem;
		padding: 1rem;
		width: 100%;
		box-shadow: 0 2px 5px rgba(0, 0, 0, 0.15);
		display: flex;
		justify-content: space-between;
		align-items: center;
		cursor: pointer;
		font-family: var(--font-family);
		color: #333;
		font-weight: 600;
		transition: border-radius 0.2s ease;
	}
	
	.select-zona.open {
		border-radius: 12px 12px 0 0; /* angoli inferiori piatti */
	}

	.icona-select {
		width: 24px;
		height: 24px;
		transition: transform 0.3s ease;
	}
	
	.select-zona.open .icona-select {
		transform: rotate(180deg);
	}
	
	.icona-select {
		width: 24px;
		height: 24px;
		transition: transform 0.3s ease;
	}
	
	.select-zona.open .icona-select {
		transform: rotate(180deg);
	}
	
	.dropdown-zone {
		display: none;
		position: relative;
		top: 100%;
		left: 0;
		width: 100%;
		background: white;
		border-radius: 0 0 12px 12px;
		box-shadow: 0 4px 8px rgba(0,0,0,0.1);
		z-index: 1000;
		max-height: 80vh;
		overflow-y: auto;
	}
	
	.dropdown-zone.show {
		display: block;
	}
	
	.dropdown-zone ul {
		list-style: none;
		padding: 0 0 10px 0;
		margin: 0;
	}
	.dropdown-zone li {
		list-style: none;
		padding: 0;
		margin: 0;
	}
	
	.dropdown-zone li a {
		display: block;
		padding: 10px 15px 5px 15px;
		text-decoration: none;
		color: #00a651;
		font-weight: bold;
	}
	
	.dropdown-zone li p {
		font-size: 14px;
		padding: 0px 15px 10px 0px;
		font-style: italic;
		line-height: 18px;
		margin-bottom: 0px;
	}
	
	.dropdown-zone li a:hover {
		background: #f6f6f6;
	}
	
	
	.btn-espandi:hover, .select-zona:hover {
		background: #f2f2f2;
	}
	
	.btn-espandi svg, .select-zona svg {
		transition: transform 0.3s ease;
	}
	
	.btn-espandi.open svg {
		transform: rotate(180deg);
	}
	
	.select-zona select {
		display: none;
	}
	
	.f-destra .pin-eccoci {
		height: 25px;
		margin-right: 10px;
	}
	
	.f-turno.soon-ieri {
		margin-bottom: 1px;
	}
	
	.f-turno.soon-ieri .f-sinistra {
		border-bottom: 0;
		border-radius: 12px 0 0 0;
	}
	.f-turno.soon-ieri .f-sinistra-sfondo {
		border-radius: 12px 0 0 0px;
	}
	
	.f-turno.soon-ieri .f-destra {
		border-bottom: 0;
		border-radius: 0 12px 0 0;
	}
	
	.f-turno.soon-ieri .f-destra-sfondo {
		border-radius: 0 12px 0 0;
	}
	
	.f-turno.soon-oggi .f-sinistra-sfondo {
		background: var(--bg-data-soon);
		border-radius: 0px 0 0 8px;
		padding: 20px 0;
	}
	.f-turno.soon-oggi .f-sinistra {
		width: 90px;
		background: var(--boder-data-soon);
		border-left: 4px solid var(--boder-data-soon);
		border-bottom: 16px solid var(--boder-data-soon);
		border-radius: 0px 0 0 12px;
	}
	
	.f-turno.soon-oggi .f-destra-sfondo {
	background-color: var(--bg-farmacia-soon);
	border-radius: 0 0 12px 0;
	}
	
	.f-turno.soon-oggi .f-destra {
		background-color: var(--bg-farmacia-soon);
		border-bottom: 16px solid var(--border-farmacia-soon);
		border-radius: 0 0 12px 0;
	}
	
	.f-turno.soon-oggi .turno.evidenziato {
		background: var(--boder-data-soon);
	}
	
	.logo-eccoci-footer {
		height: 50px;
		width: 120px;
		margin-top: 5px;
	}
	
	.freccia-soon {
		width: 50px;
		height: 50px;
	}
	
	.f-turno.soon-oggi .f-destra h2 {
		margin: 0 0 0.4rem;
		color: #5c5c5c;
		font-size: 30px;
		line-height: 28px;
	}
	
	.f-turno.soon-oggi .f-destra .etichetta {
		font-size: 20px;
		color: #505050;
		letter-spacing: -1px;
		margin-top: 5px;
		line-height: 12px;
		padding-bottom: 8px;
	}
	
	.firma-eccoci {
		font-family: var(--font-family);
		text-transform: uppercase;
		margin: 0 !important;
		font-size: 11px;
		text-align: center;
		line-height: 0px;
	}
	
	.contenitore-firma {
		display: flex;
		justify-content: center;
		align-items: center;
		flex-direction: column;
	}

    .info {
        width: 68px;
        height: 68px;
        cursor: pointer;
    }
    .padding-interno {
        padding: 1rem;
    }
/* menu header ribassato */

	.menu-header-001-header {
		height: 70px;
	}
	
	.menu-header-001-header-scroll .logo, .menu-header-001-header .logo {
		height: 70px;
	}
	
	.menu-header-001-header-scroll .logo img, .menu-header-001-header .logo img {
		height: 70px;
	}
	
	.menu-header-001-nav {
		height: 70px;
	}
	
	.menu-header-001-nav ul li a {
		line-height: 70px;
		height: 70px;
	}
	

	
	.menu-header-001-header-scroll {
		height: 70px;
	}
    
    .h1-reduce {
        font-size: calc(25px + (30 - 25) * ((100vw - 320px) / (768 - 320))) !important;
        line-height: calc(25px + (30 - 25) * ((100vw - 320px) / (768 - 320))) !important;
    }
    .interlinea {
        width: 100%;
        border-bottom: 1px solid #fff;
    }

/* fine menu header ribassato */

	.body-no-scroll {
		overflow: hidden;
	}
	
	/**/
	
	.logo-col1 {
		color: #075f84;
		font-size: 18px;
	}
	
	.logo-col2 {
		color: #f9b848;
		font-size: 18px;
	}
	
	.logo-col3 {
		color: #f29224;
		font-size: 18px;
	}
	
	.logo-col4 {
		color: #cac8c8;
		font-size: 18px;
	}

/*** Iframe ***/
	/* Overlay oscurante */
	.overlay-backdrop {
		display: none;
		position: fixed;
		z-index: 99999998;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		background: rgba(0, 0, 0, 0.5);
	}
	
	/* Modale principale */
	.iframe-modal {
		display: none;
		position: fixed;
		z-index: 99999999;
		left: 50%;
		bottom: -100%;
		width: 100%;
		max-width: 768px;
		background-color: #fff;
		box-shadow: 0 -4px 8px rgba(0, 0, 0, 0.2);
		transition: bottom 0.4s ease;
		border-radius: 15px 15px 0 0;
		transform: translateX(-50%);
	}
	
	
	/* Contenitore interno */
	.iframe-modal-inner {
		position: relative;
		background-color: #fff;
		height: 100%;
		width: 100%;
		border-radius: 12px 12px 0 0;
		overflow: hidden;
	}
	
	/* Header */
	.iframe-modal-header {
		padding: 10px 16px;
		background-color: #f8f8f8;
		border-bottom: 1px solid #f8f8f8;
		display: flex;
		justify-content: space-between;
		align-items: center;
	}
	
	/* Titolo */
	.iframe-modal-title {
		margin: 0;
		font-size: 18px;
		color: #333;
	}
	
	/* Pulsante chiusura */
	.iframe-modal-close {
		color: #aaa;
		font-size: 28px;
		font-weight: bold;
		cursor: pointer;
	}
	
	/* Contenuto iframe */
	.iframe-modal-content {
		height: calc(100% - 50px);
	}
	
	.iframe-content {
		width: 100%;
		height: 100%;
		border: none;
	}
	
	/* Per evitare scroll del body */
	.body-no-scroll {
		overflow: hidden;
	}
	
	.fino-al {
		font-size: 12px;
		padding: 10px 0 5px 0;
		text-align: center;
		color: #5c5c5c;
		font-weight: 400;
	}
	
	.f-turno-multi .contenitore-date{
		padding: 0 0 5px 0;
	}
	
	.contenitore-multi {
		display: flex;
		flex-direction: row;
		width: 100%;
	}
	
	.contenitore-bordo-grigio1 {
		width: 95%;
		display: flex;
		flex-direction: row;
		margin: 0 auto;
		padding-top: 1px;
	}
	.bordo-grigio1-sx {
		width: 87px;
		border-radius: 0 0 0 11px;
		border-bottom: 13px solid #d1d1d1;
	}
	.bordo-grigio1-dx {
		margin-left: 1px;
		flex: 1;
		border-radius: 0 0 11px 0;
		border-bottom: 13px solid #e1e1e1;
	}
	
	.contenitore-bordo-grigio2 {
		width: 89%;
		display: flex;
		flex-direction: row;
		margin: 0 auto;
		padding-top: 1px;
	}
	
	.bordo-grigio2-sx {
		width: 84px;
		border-radius: 0 0 0 10px;
		border-bottom: 11px solid #e5e5e5;
	}
	
	.bordo-grigio2-dx {
		margin-left: 1px;
		flex: 1;
		border-radius: 0 0 10px 0;
		border-bottom: 11px solid #eeeeee;
	}

/* sezione informativa */

	.info-zona .introduzione {
		border-bottom: 2px solid #d0d0d0;
		padding: 0 10px 30px 10px;
	}
	
	.info-zona h2 {
		color: #00A62B;
		font-size: 26px;
		line-height: 26px;
		margin: 20px 0 10px 0;
	}
	
	.info-zona h3 {
		color: #00A62B;
		font-size: 24px;
		line-height: 24px;
		margin: 20px 0 10px 0;
	}
	
	.info-zona p {
		color: #333333;
		font-size: 16px;
		line-height: 20px;
		margin-bottom: 10px;
	}
	
	.info-zona .blocco-icona {
		padding: 40px 0px 0px 0px;
	}
	
	.info-zona .blocco-testo {
		padding: 30px 10px 0px 20px;
	}
	
@media only screen and (min-width: 480px) and (max-width: 768px) {
	
	.info-zona .blocco-icona {
		padding: 40px 0px 0px 0px;
	}
	
	.info-zona .icona {
		max-width: 60px;
	}
	
}
	
	.esempio {
		display: flex;
		align-items: center;
		padding: 0 0 10px 0;
	}
	
	.esempio .si {
		background-color: rgb(0, 182, 53);
		color: rgb(255, 255, 255);
		padding: 5px 10px;
		border-radius: 3px;
	}
	
	.esempio .no {
		background-color: rgb(255, 0, 0);
		color: rgb(255, 255, 255);
		padding: 5px 10px;
		border-radius: 3px;
	}
	
	.esempio .descrizione,
	.esempio .descrizione {
		padding: 0 0 0 20px;
	}
	
/* fine sezione informativa */
    body {
        margin: 0 auto!important;    
    }

    .panel-menu-001-panel-menu .section .title a {
        font-family: 'Fira Sans';
    }

    .panel-menu-001-panel-menu .content ul li a {
        font-family: 'Fira Sans';
    }

    .submit-button.show {
        display: block;
        animation: fadeInUp 0.6s ease-out;
    }
    #zonaSelector.show {
        display: block;
        animation: fadeInUp 0.6s ease-out;
    }
    #zonaSelector:not(.show) {
        display: none;
    }
    
    .f-destra .btn-zona-alt {
        align-self: start;
        text-decoration: none;
        color: white;
        background: #0077cc;
        padding: 8px 15px 8px 8px;
        border-radius: 6px;
        font-weight: 500;
        display: flex;
        flex-direction: row;
        align-items: center;
        font-size: 14px;
        max-width: max-content;
        margin-bottom: 10px;
        text-transform: uppercase;
    }
    .f-destra .btn-zona-alt:last-child {
        margin-bottom: 0px;
    }
    
    .f-destra .btn-zona-alt:hover {
        background: #005fa3;
    }
    
    .f-destra .etichetta.alternativa {
        line-height: 23px !important;
    }
    .turnomancante {
        background-color: #fff;
        padding: 5px 10px;
        margin-bottom: 1rem;
        border-radius: 8px;
    }
    .turnomancante p {
        margin: 0;
        letter-spacing: -1px;
        font-size: 16px;
        line-height: 20px;
    }
    
    .f-destra .freccia-alternativa {
        height: 25px;
        margin-right: 15px;
    }
    
    .titolozonaalternativaverde {
        color: #00A62B;
        font-weight: 600;
    }

