/* ================
B+L
===================*/


/*============= 
VARIABILI GENERALI COLORE
=============*/

:root {
	--color-primary-25: #D5FEFF;
	--color-primary-50: #97FCFF;
	--color-primary-75: #62F2F6;
	--color-primary-100: #2CE9EE;
	--color-primary-200: #19DCE1;
	--color-primary-300: #2ACFD4;
	--color-primary-400: #34BEC2;
	--color-primary-500: #1BB3B8;
	--color-primary-600: #05A2A7;
	--color-primary-700: #008E92;
	--color-primary-800: #007B7F;
	--color-primary-900: #005052;

	--color-gray-25: #F8F8F8;
	--color-gray-50: #F3F3F4;
	--color-gray-75: #ECECED;
	--color-gray-100: #E2E2E4;
	--color-gray-200: #D9D8DC;
	--color-gray-300: #C6C5CA;
	--color-gray-400: #B3B1B8;
	--color-gray-500: #8D8A95;
	--color-gray-600: #676472;
	--color-gray-700: #4F4B5C;
	--color-gray-800: #2E293D;
	--color-gray-900: #110C22;	
	
	--color-gray_alpha-25: rgba(17, 12, 34, 0.02);
	--color-gray_alpha-50: rgba(17, 12, 34, 0.05);
	--color-gray_alpha-75: rgba(17, 12, 34, 0.08);
	--color-gray_alpha-100: rgba(17, 12, 34, 0.12);
	--color-gray_alpha-200: rgba(17, 12, 34, 0.16);
	--color-gray_alpha-300: rgba(17, 12, 34, 0.24);
	--color-gray_alpha-400: rgba(17, 12, 34, 0.32);
	--color-gray_alpha-500: rgba(17, 12, 34, 0.48);
	--color-gray_alpha-600: rgba(17, 12, 34, 0.64);
	--color-gray_alpha-700: rgba(17, 12, 34, 0.74);
	--color-gray_alpha-800: rgba(17, 12, 34, 0.88);
	--color-gray_alpha-900: #110C22;		

	--color-neutral_black-4: rgba(0, 0, 0, 0.04);
	--color-neutral_black-7: rgba(0, 0, 0, 0.07);
	--color-neutral_black-12: rgba(0, 0, 0, 0.12);
	--color-neutral_black-16: rgba(0, 0, 0, 0.16);
	--color-neutral_black-20: rgba(0, 0, 0, 0.20);
	--color-neutral_black-24: rgba(0, 0, 0, 0.24);
	--color-neutral_black-32: rgba(0, 0, 0, 0.32);
	--color-neutral_black-48: rgba(0, 0, 0, 0.48);
	--color-neutral_black-64: rgba(0, 0, 0, 0.64);
	--color-neutral_black-76: rgba(0, 0, 0, 0.76);
	--color-neutral_black-88: rgba(0, 0, 0, 0.88);
	--color-neutral_black-100: #000000;	
	
	--color-neutral_white-4: rgba(255, 255, 255, 0.04);
	--color-neutral_white-7: rgba(255, 255, 255, 0.07);
	--color-neutral_white-12: rgba(255, 255, 255, 0.12);
	--color-neutral_white-16: rgba(255, 255, 255, 0.16);
	--color-neutral_white-20: rgba(255, 255, 255, 0.20);
	--color-neutral_white-24: rgba(255, 255, 255, 0.24);
	--color-neutral_white-32: rgba(255, 255, 255, 0.32);
	--color-neutral_white-48: rgba(255, 255, 255, 0.48);
	--color-neutral_white-64: rgba(255, 255, 255, 0.64);
	--color-neutral_white-76: rgba(255, 255, 255, 0.76);
	--color-neutral_white-88: rgba(255, 255, 255, 0.88);
	--color-neutral_white-100: #ffffff;

	--color-info-25: #F5FAFF;
	--color-info-50: #E9F4FF;
	--color-info-75: #C2E2FF;
	--color-info-100: #A0D2FF;
	--color-info-200: #71BBFF;
	--color-info-300: #45A6FF;
	--color-info-400: #1C92FF;
	--color-info-500: #0084FF;
	--color-info-600: #0076E2;
	--color-info-700: #164EA6;
	--color-info-800: #0C355A;
	--color-info-900: #0D1C2B;	

	--color-success-25: #F3FDF8;
	--color-success-50: #E2FCF0;
	--color-success-75: #C6F1DD;
	--color-success-100: #A6E9C8;
	--color-success-200: #6FDAA6;
	--color-success-300: #4DCC8F;
	--color-success-400: #28C07A;
	--color-success-500: #0BAA60;
	--color-success-600: #0A9C55;
	--color-success-700: #0C7844;
	--color-success-800: #104B2F;
	--color-success-900: #0D1F11;	

	--color-warning-25: #FFFAED;
	--color-warning-50: #FFF5DB;
	--color-warning-75: #FFECBA;
	--color-warning-100: #FFDD86;
	--color-warning-200: #FFCB45;
	--color-warning-300: #FDBA0F;
	--color-warning-400: #F2AA09;
	--color-warning-500: #E09400;
	--color-warning-600: #D07D00;
	--color-warning-700: #B55E0F;
	--color-warning-800: #5C3111;
	--color-warning-900: #27170B;	

	--color-danger-25: #FFF9F9;
	--color-danger-50: #FFF1F1;
	--color-danger-75: #FFE0E0;
	--color-danger-100: #FFC7C7;
	--color-danger-200: #FFA7A7;
	--color-danger-300: #FF8080;
	--color-danger-400: #F95E5E;
	--color-danger-500: #F03D3D;
	--color-danger-600: #CF2A2A;
	--color-danger-700: #A41F1F;
	--color-danger-800: #591A1A;
	--color-danger-900: #271111;		
	
	--color-gamification-25: #F9F8FF;
	--color-gamification-50: #F1EEFF;
	--color-gamification-75: #E2DCFF;
	--color-gamification-100: #C6BBFF;
	--color-gamification-200: #BCAFFF;
	--color-gamification-300: #A797FF;
	--color-gamification-400: #8B75FF;
	--color-gamification-500: #7357FF;
	--color-gamification-600: #6347F4;
	--color-gamification-700: #553ADE;
	--color-gamification-800: #3C28A4;
	--color-gamification-900: #21194D;
}

/* ============================
		FONTS
	=========================== */

	@font-face {
		font-family: 'Urbanist';
		src: url('.../../fonts/Urbanist-BlackItalic.eot');
		src: url('.../../fonts/Urbanist-BlackItalic.eot?#iefix') format('embedded-opentype'),
		url('.../../fonts/Urbanist-BlackItalic.woff2') format('woff2'),
		url('.../../fonts/Urbanist-BlackItalic.woff') format('woff'),
		url('.../../fonts/Urbanist-BlackItalic.ttf') format('truetype'),
		url('.../../fonts/Urbanist-BlackItalic.svg#Urbanist-BlackItalic') format('svg');
		font-weight: 900;
		font-style: italic;
		font-display: swap;
	}

	@font-face {
		font-family: 'Urbanist';
		src: url('.../../fonts/Urbanist-BoldItalic.eot');
		src: url('.../../fonts/Urbanist-BoldItalic.eot?#iefix') format('embedded-opentype'),
		url('.../../fonts/Urbanist-BoldItalic.woff2') format('woff2'),
		url('.../../fonts/Urbanist-BoldItalic.woff') format('woff'),
		url('.../../fonts/Urbanist-BoldItalic.ttf') format('truetype'),
		url('.../../fonts/Urbanist-BoldItalic.svg#Urbanist-BoldItalic') format('svg');
		font-weight: bold;
		font-style: italic;
		font-display: swap;
	}

	@font-face {
		font-family: 'Urbanist';
		src: url('.../../fonts/Urbanist-Black.eot');
		src: url('.../../fonts/Urbanist-Black.eot?#iefix') format('embedded-opentype'),
		url('.../../fonts/Urbanist-Black.woff2') format('woff2'),
		url('.../../fonts/Urbanist-Black.woff') format('woff'),
		url('.../../fonts/Urbanist-Black.ttf') format('truetype'),
		url('.../../fonts/Urbanist-Black.svg#Urbanist-Black') format('svg');
		font-weight: 900;
		font-style: normal;
		font-display: swap;
	}

	@font-face {
		font-family: 'Urbanist';
		src: url('.../../fonts/Urbanist-Bold.eot');
		src: url('.../../fonts/Urbanist-Bold.eot?#iefix') format('embedded-opentype'),
		url('.../../fonts/Urbanist-Bold.woff2') format('woff2'),
		url('.../../fonts/Urbanist-Bold.woff') format('woff'),
		url('.../../fonts/Urbanist-Bold.ttf') format('truetype'),
		url('.../../fonts/Urbanist-Bold.svg#Urbanist-Bold') format('svg');
		font-weight: bold;
		font-style: normal;
		font-display: swap;
	}

	@font-face {
		font-family: 'Urbanist';
		src: url('.../../fonts/Urbanist-ExtraLightItalic.eot');
		src: url('.../../fonts/Urbanist-ExtraLightItalic.eot?#iefix') format('embedded-opentype'),
		url('.../../fonts/Urbanist-ExtraLightItalic.woff2') format('woff2'),
		url('.../../fonts/Urbanist-ExtraLightItalic.woff') format('woff'),
		url('.../../fonts/Urbanist-ExtraLightItalic.ttf') format('truetype'),
		url('.../../fonts/Urbanist-ExtraLightItalic.svg#Urbanist-ExtraLightItalic') format('svg');
		font-weight: 200;
		font-style: italic;
		font-display: swap;
	}

	@font-face {
		font-family: 'Urbanist';
		src: url('.../../fonts/Urbanist-SemiBold.eot');
		src: url('.../../fonts/Urbanist-SemiBold.eot?#iefix') format('embedded-opentype'),
		url('.../../fonts/Urbanist-SemiBold.woff2') format('woff2'),
		url('.../../fonts/Urbanist-SemiBold.woff') format('woff'),
		url('.../../fonts/Urbanist-SemiBold.ttf') format('truetype'),
		url('.../../fonts/Urbanist-SemiBold.svg#Urbanist-SemiBold') format('svg');
		font-weight: 600;
		font-style: normal;
		font-display: swap;
	}

	@font-face {
		font-family: 'Urbanist';
		src: url('.../../fonts/Urbanist-LightItalic.eot');
		src: url('.../../fonts/Urbanist-LightItalic.eot?#iefix') format('embedded-opentype'),
		url('.../../fonts/Urbanist-LightItalic.woff2') format('woff2'),
		url('.../../fonts/Urbanist-LightItalic.woff') format('woff'),
		url('.../../fonts/Urbanist-LightItalic.ttf') format('truetype'),
		url('.../../fonts/Urbanist-LightItalic.svg#Urbanist-LightItalic') format('svg');
		font-weight: 300;
		font-style: italic;
		font-display: swap;
	}

	@font-face {
		font-family: 'Urbanist';
		src: url('.../../fonts/Urbanist-ExtraBoldItalic.eot');
		src: url('.../../fonts/Urbanist-ExtraBoldItalic.eot?#iefix') format('embedded-opentype'),
		url('.../../fonts/Urbanist-ExtraBoldItalic.woff2') format('woff2'),
		url('.../../fonts/Urbanist-ExtraBoldItalic.woff') format('woff'),
		url('.../../fonts/Urbanist-ExtraBoldItalic.ttf') format('truetype'),
		url('.../../fonts/Urbanist-ExtraBoldItalic.svg#Urbanist-ExtraBoldItalic') format('svg');
		font-weight: bold;
		font-style: italic;
		font-display: swap;
	}

	@font-face {
		font-family: 'Urbanist';
		src: url('.../../fonts/Urbanist-ExtraBold.eot');
		src: url('.../../fonts/Urbanist-ExtraBold.eot?#iefix') format('embedded-opentype'),
		url('.../../fonts/Urbanist-ExtraBold.woff2') format('woff2'),
		url('.../../fonts/Urbanist-ExtraBold.woff') format('woff'),
		url('.../../fonts/Urbanist-ExtraBold.ttf') format('truetype'),
		url('.../../fonts/Urbanist-ExtraBold.svg#Urbanist-ExtraBold') format('svg');
		font-weight: bold;
		font-style: normal;
		font-display: swap;
	}

	@font-face {
		font-family: 'Urbanist';
		src: url('.../../fonts/Urbanist-SemiBoldItalic.eot');
		src: url('.../../fonts/Urbanist-SemiBoldItalic.eot?#iefix') format('embedded-opentype'),
		url('.../../fonts/Urbanist-SemiBoldItalic.woff2') format('woff2'),
		url('.../../fonts/Urbanist-SemiBoldItalic.woff') format('woff'),
		url('.../../fonts/Urbanist-SemiBoldItalic.ttf') format('truetype'),
		url('.../../fonts/Urbanist-SemiBoldItalic.svg#Urbanist-SemiBoldItalic') format('svg');
		font-weight: 600;
		font-style: italic;
		font-display: swap;
	}

	@font-face {
		font-family: 'Urbanist';
		src: url('.../../fonts/Urbanist-ExtraLight.eot');
		src: url('.../../fonts/Urbanist-ExtraLight.eot?#iefix') format('embedded-opentype'),
		url('.../../fonts/Urbanist-ExtraLight.woff2') format('woff2'),
		url('.../../fonts/Urbanist-ExtraLight.woff') format('woff'),
		url('.../../fonts/Urbanist-ExtraLight.ttf') format('truetype'),
		url('.../../fonts/Urbanist-ExtraLight.svg#Urbanist-ExtraLight') format('svg');
		font-weight: 200;
		font-style: normal;
		font-display: swap;
	}

	@font-face {
		font-family: 'Urbanist';
		src: url('.../../fonts/Urbanist-MediumItalic.eot');
		src: url('.../../fonts/Urbanist-MediumItalic.eot?#iefix') format('embedded-opentype'),
		url('.../../fonts/Urbanist-MediumItalic.woff2') format('woff2'),
		url('.../../fonts/Urbanist-MediumItalic.woff') format('woff'),
		url('.../../fonts/Urbanist-MediumItalic.ttf') format('truetype'),
		url('.../../fonts/Urbanist-MediumItalic.svg#Urbanist-MediumItalic') format('svg');
		font-weight: 500;
		font-style: italic;
		font-display: swap;
	}

	@font-face {
		font-family: 'Urbanist';
		src: url('.../../fonts/Urbanist-Medium.eot');
		src: url('.../../fonts/Urbanist-Medium.eot?#iefix') format('embedded-opentype'),
		url('.../../fonts/Urbanist-Medium.woff2') format('woff2'),
		url('.../../fonts/Urbanist-Medium.woff') format('woff'),
		url('.../../fonts/Urbanist-Medium.ttf') format('truetype'),
		url('.../../fonts/Urbanist-Medium.svg#Urbanist-Medium') format('svg');
		font-weight: 500;
		font-style: normal;
		font-display: swap;
	}

	@font-face {
		font-family: 'Urbanist';
		src: url('.../../fonts/Urbanist-ThinItalic.eot');
		src: url('.../../fonts/Urbanist-ThinItalic.eot?#iefix') format('embedded-opentype'),
		url('.../../fonts/Urbanist-ThinItalic.woff2') format('woff2'),
		url('.../../fonts/Urbanist-ThinItalic.woff') format('woff'),
		url('.../../fonts/Urbanist-ThinItalic.ttf') format('truetype'),
		url('.../../fonts/Urbanist-ThinItalic.svg#Urbanist-ThinItalic') format('svg');
		font-weight: 100;
		font-style: italic;
		font-display: swap;
	}

	@font-face {
		font-family: 'Urbanist';
		src: url('.../../fonts/Urbanist-Italic.eot');
		src: url('.../../fonts/Urbanist-Italic.eot?#iefix') format('embedded-opentype'),
		url('.../../fonts/Urbanist-Italic.woff2') format('woff2'),
		url('.../../fonts/Urbanist-Italic.woff') format('woff'),
		url('.../../fonts/Urbanist-Italic.ttf') format('truetype'),
		url('.../../fonts/Urbanist-Italic.svg#Urbanist-Italic') format('svg');
		font-weight: normal;
		font-style: italic;
		font-display: swap;
	}

	@font-face {
		font-family: 'Urbanist';
		src: url('.../../fonts/Urbanist-Thin.eot');
		src: url('.../../fonts/Urbanist-Thin.eot?#iefix') format('embedded-opentype'),
		url('.../../fonts/Urbanist-Thin.woff2') format('woff2'),
		url('.../../fonts/Urbanist-Thin.woff') format('woff'),
		url('.../../fonts/Urbanist-Thin.ttf') format('truetype'),
		url('.../../fonts/Urbanist-Thin.svg#Urbanist-Thin') format('svg');
		font-weight: 100;
		font-style: normal;
		font-display: swap;
	}

	@font-face {
		font-family: 'Urbanist';
		src: url('.../../fonts/Urbanist-Regular.eot');
		src: url('.../../fonts/Urbanist-Regular.eot?#iefix') format('embedded-opentype'),
		url('.../../fonts/Urbanist-Regular.woff2') format('woff2'),
		url('.../../fonts/Urbanist-Regular.woff') format('woff'),
		url('.../../fonts/Urbanist-Regular.ttf') format('truetype'),
		url('.../../fonts/Urbanist-Regular.svg#Urbanist-Regular') format('svg');
		font-weight: normal;
		font-style: normal;
		font-display: swap;
	}

	@font-face {
		font-family: 'Urbanist';
		src: url('.../../fonts/Urbanist-Light.eot');
		src: url('.../../fonts/Urbanist-Light.eot?#iefix') format('embedded-opentype'),
		url('.../../fonts/Urbanist-Light.woff2') format('woff2'),
		url('.../../fonts/Urbanist-Light.woff') format('woff'),
		url('.../../fonts/Urbanist-Light.ttf') format('truetype'),
		url('.../../fonts/Urbanist-Light.svg#Urbanist-Light') format('svg');
		font-weight: 300;
		font-style: normal;
		font-display: swap;
	}

/* ================
TYPOGRAPHY
===================*/

body {
/* Body/Reg */
font-family: 'Urbanist', sans-serif;
font-size: 18px;
font-style: normal;
font-weight: 400;
line-height: 150%; /* 27px */
color: var(--color-gray-600);
}

@media (max-width:991px) {
	body {
		/* Body/Small/Medium */
		font-family: 'Urbanist', sans-serif;
		font-size: 16px;
		font-style: normal;
		font-weight: 500;
		line-height: 150%; /* 24px */
	}
}

h1, .h1 {
/* Heading 1 */
font-family: Urbanist, sans-serif;
font-size: 64px;
font-style: normal;
font-weight: 600;
line-height: 120%; /* 76.8px */
}

h2, .h2 {
/* Heading 2 */
font-family: 'Urbanist', sans-serif;
font-size: 54px;
font-style: normal;
font-weight: 600;
line-height: 120%; /* 64.8px */
}

h3, .h3 {
/* Heading 3 */
font-family: 'Urbanist', sans-serif;
font-size: 48px;
font-style: normal;
font-weight: 500;
line-height: 130%; /* 62.4px */
color: var(--color-gray-700);
}

@media(max-width:575px) {
	h3, .h3 {
		font-size: 36px;
		line-height: 120%;
	}	
}

h4, .h4 {
/* Heading 4 */
font-family: 'Urbanist', sans-serif;
font-size: 36px;
font-style: normal;
font-weight: 500;
line-height: 120%; /* 43.2px */
}

h5, .h5 {
/* Heading 5 */
font-family: 'Urbanist', sans-serif;
font-size: 30px;
font-style: normal;
font-weight: 400;
line-height: 120%; /* 36px */
}

h6, .h6 {
/* Heading 6 */
font-family: 'Urbanist', sans-serif;
font-size: 28px;
font-style: normal;
font-weight: 400;
line-height: 120%; /* 33.6px */
}

.title {
/* Title/Reg */
font-family: 'Urbanist', sans-serif;
font-size: 20px;
font-style: normal;
font-weight: 400;
line-height: 120%; /* 24px */
color: var(--color-gray-700);
}

.title-bld {
	color: var(--color-gray-700);
	text-align: center;
/* Title/Bld */
font-family: Urbanist;
font-size: 20px;
font-style: normal;
font-weight: 600;
line-height: 120%; /* 24px */
}

.display1 {
/* Display 1 */
font-family: 'Urbanist', sans-serif;
/*font-size: 100px;*/
font-size: 6rem;	
font-style: normal;
font-weight: 600;
line-height: 120%; /* 120px */
margin-bottom: 24px;	
}

@media(max-width:991px) {
	.display1 {
		font-size: 4rem;		
	}
}

@media(max-width:575px) {
	.display1 {
		font-size: 2.5rem;		
	}
}

.display2 {
/* Display 2 */
font-family: 'Urbanist', sans-serif;
font-size: 90px;
font-style: normal;
font-weight: 600;
line-height: 120%; /* 108px */
}

.cta {
/* Call to action */
font-family: 'Urbanist', sans-serif;
font-size: 16px !important;
font-style: normal;
font-weight: 600 !important;
line-height: 120% !important; /* 19.2px */
}

.p_body_med {
	color: var(--color-gray-600);
	text-align: center;
/* Body/Med */
font-family: Urbanist;
font-size: 18px;
font-style: normal;
font-weight: 500;
line-height: 150%; /* 27px */
}

@media(max-width:991px) {
	.cta {
		/* Call to action */
		font-size: 14px !important;
	}
}

@media(max-width:575px) {
	.cta {
		/* Call to action */
		font-size: 12px !important;
	}
}

.caption_s {
	/* Caption/Small */
	font-family: 'Urbanist', sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: 500;
	line-height: 120%; /* 16.8px */
}

.caption_xs {
	/* Caption/Extra-small */
	font-family: 'Urbanist', sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: 500;
	line-height: 120%; /* 14.4px */
	color: var(--color-gray-700);
}

/* Body/Small/Medium */
small, .small {
	font-family: 'Urbanist', sans-serif;
	font-size: 16px !important;
	font-style: normal;
	font-weight: 500 !important;
	line-height: 150% !important; /* 24px */ 
}

.small_semibold {
	/* Body/Small/Semibold */
	font-family: 'Urbanist', sans-serif;
	font-size: 16px !important;
	font-style: normal;
	font-weight: 600 !important;
	line-height: 150% !important; /* 24px */ 
}

small a{
	font-family: 'Urbanist', sans-serif;
	font-size: 16px;
	font-weight: 600;
	text-decoration: none;
}

a {
	font-family: 'Urbanist', sans-serif;
	font-size: inherit;
	font-weight: inherit;
	text-decoration: inherit;
	color: inherit;
}
a:hover {
	color: var(--color-primary-600);
}

.text-green {
	color: var(--color-primary-600) !important;
}

.text-dark-green {
	color: #0093AA;
}
.text-dark {
	color: #0E0E2C;
}
.text-body {
	color: #4A4A68;
}
.text-subtle {
	color: #8C8cA1;
}
.text-disable {
	color: #D7DCE2;
}
.text-accent {
	color: #ECF1F4;
}
.text-light {
	color: #FAFCFE;
}
.text-white {
	color: #fff;
}
.text-red {
	color: #FF6058;
}
.text-gradient-green {
	/*font-size: 72px;*/
	background: -webkit-linear-gradient(#05A2A7 50%, #34BEC2 52%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	background-clip: text;
	text-fill-color: transparent;
}
h4.text-gradient-green {
	font-size: 40px;
	background: -webkit-linear-gradient(#05A2A7 50%, #34BEC2 52%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	background-clip: text;
	text-fill-color: transparent;
}

/*
h2.text-gradient-blue {
	font-family: 'Urbanist', sans-serif;
	font-size: 46px;
	font-style: normal;
	font-weight: 600;
	line-height: 56px;
	letter-spacing: 0px;
	text-align: center;
	background: -webkit-linear-gradient(45deg, #1661A5 0%, #134078 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

@media screen and (max-width: 768px) {
	
	.text-gradient-green {
		font-size: 52px;
		background: -webkit-linear-gradient(#33BEC2, #0093AA);
		-webkit-background-clip: text;
		-webkit-text-fill-color: transparent;
	}
	h4.text-gradient-green {
		font-size: 22px;
		background: -webkit-linear-gradient(#33BEC2, #0093AA);
		-webkit-background-clip: text;
		-webkit-text-fill-color: transparent;
	}
	

}

*/

/* ================
GENERALI
===================*/

.bg-gradient-green {
	background: linear-gradient(180deg, var(--color-success-25) 0%, #FFF 15%, #FFF 100%);
}

.bg-gradient-blu {
	background: linear-gradient(180deg, var(--color-info-25) 0%, #FFF 15%, #FFF 100%);
}

.bg-gradient-orange {
	background: linear-gradient(180deg, var(--color-warning-25) 0%, #FFF 15%, #FFF 100%);
}

.background-green {
	background-color: var(--color-primary-600);
}

.background-green-light {
	background-color: var(--color-success-25);
}

.background-blu-light {
	background-color: var(--color-info-25);
}

.background-dark-green {
	background-color: #0093AA;
}
.background-dark {
	background-color: #0E0E2C;
}
.background-body {
	background-color: #4A4A68;
}
.background-subtle {
	background-color: #8C8cA1;
}
.background-disable {
	background-color: #D7DCE2;
}
.background-accent {
	background-color: #ECF1F4;
}
.background-light {
	background-color: #FAFCFE;
}
.background-gray {
	background-color: #F8FAFC;
}
.btn-light {
	background-color: transparent;
	border: 2px solid #FAFCFE;
	color: #FAFCFE;
	border-radius: 200px;
	padding: 15px 35px;
}



@media screen and (max-width: 768px) {
	.w-100-small {
		width: 100%;
		margin: 10px 0px;
	}
}


.btn-small {
	background-color: #fff;
	border-radius: 100px;
	pointer-events: none;
	color: var(--color-gray-600); 
}

.btn-orange > .fa-circle {
	color: var(--color-danger-300);
	font-size: 12px;
}

.btn-yellow  > .fa-circle {
	color: var(--color-warning-100);
	font-size: 12px;
}

.btn-gray  > .fa-circle {
	color: var(--color-gray-400);
	font-size: 12px;
}

.btn-dark-blue  > .fa-circle {
	color: var(--color-info-700);
	font-size: 12px;
}

.btn-violet  > .fa-circle {
	color: var(--color-gamification-200);
	font-size: 12px;
}

.btn-aqua > .fa-circle {
	color: var(--color-primary-300);
	font-size: 12px;
}

.btn-voucher {
	display: inline-block;
	font-weight: 400;
	line-height: 1.5;
	color: #212529;
	text-align: center;
	text-decoration: none;
	vertical-align: middle;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	user-select: none;
	background-color: transparent;
	border: 1px solid transparent;
	padding: 0.375rem 0.75rem;
	font-size: 1rem;
	border-radius: 0.25rem;
	background-color: #30538A;
	color: #fff;
	border-radius: 100px;
	
}

.btn-blue {
	color: #fff;
	background: linear-gradient(90deg, #1661A5 0%, #134078 100%);
	border-radius: 500px;
}

.btn-transp-white {
	background-color: rgba(255,255,255,.6);
	color: #fff;
	border-radius: 100px;
	pointer-events: none;
}

.select-ottico {
	background: url("../img/map-pointer.svg") left center no-repeat;
	background-color: #fff;
	background-position: 10px;
}

/* =======================
		BUTTON
   ======================= */
   .btn, .btn-green {
   	display: inline-flex;
   	padding: 12px 16px;
   	justify-content: center;
   	align-items: center;
   	gap: 8px;
   	border-radius: 100px;
   	border: 0px solid transparent;	
   	text-align: center;

   	font-family: 'Urbanist', sans-serif;
   	font-size: 18px;
   	font-style: normal;
   	font-weight: 700;
   	line-height: 120%; /* 21.6px */	
   }

   @media (max-width:991px) {
   	.btn {
   		padding: 12px;
   		gap: 8px;
   		font-size: 16px;
   		font-weight: 600;
   	}
   }

   @media (max-width:767px) {
   	.btn {
   		padding: 8px;
   	}
   }

   @media (max-width:575px) {
   	.btn {
   		font-size: 14px;
   		font-weight: 500;
   	}
   }

   .primary, .btn-green, .btn-green-light-fill {
   	background: var(--color-primary-400);
   	color: var(--color-neutral_white-100); 	
   }

   .primary:hover, .btn-green:hover, .btn-green-light-fill:hover {
   	background: var(--color-primary-300) !important;
	color: var(--color-neutral_white-100) !important;
   }

   .primary:focus, .btn-green:focus, .btn-green-light-fill:focus {
   	border: 4px solid var(--color-primary-25);
   	background: var(--color-primary-300);
   }

   .primary .disabled, .btn-green .disabled, .btn-green-light-fill .disabled {
   	background: var(--color-gray-100);
   	color: var(--color-gray-500);
   }

   .secondary, .btn-green-light {
   	border: 1px solid var(--color-primary-600);
   	color: var(--color-primary-600);	
   }

   .secondary:hover, .btn-green-light:hover {
   	border: 1px solid var(--color-primary-400) !important;
   	background: var(--color-neutral_white-88) !important;
   	color: var(--color-primary-400) !important;	
   }

   .secondary:focus, .btn-green-light:focus {
   	border: 2px solid var(--color-primary-400);
   	background: var(--color-neutral_white-88);
   	color: var(--color-primary-400);	
   }

   .secondary .disabled, .btn-green-light .disabled {
   	border: 1px solid var(--color-gray-300);
   	background: var(--color-gray-100);
   	color: var(--color-gray-300);	
   }

   .gost {
   	color: var(--color-primary-600);
   }

   .gost:hover {
   	background: var(--color-success-25) !important;
   	color: var(--color-primary-400) !important;
   }

   .gost:focus {
   	border: 2px solid var(--color-primary-400);
   	background: var(--color-success-25);
   	color: var(--color-primary-400);
   }

   .gost .disabled {
   	background: var(--color-gray-25);
   	color: var(--color-gray-500);
   }


/* ================
MENU
===================*/
#main_menu {
				position: relative;
				background-image: url('../img/menu_icon_bg.png');
				background-position: center right;
				background-size: contain;
				background-repeat: no-repeat;
				padding: 6px 2px;
	}
@media(max-width:991px) {
	#main_menu {
				padding: 2px 2px;
	}
}
@media(max-width:767px) {
	#main_menu {
				padding: 2px;
	}
}
/*#menu {
	background-color: #fff;
}*/
@media(max-width:575px) {
	#logo-menu {
		max-width: 165px;
	}
}
@media(max-width:375px) {
	#logo-menu {
		max-width: 135px;
	}
}

#baloon {
	max-width: 48px;
}
#btn-menu-user {
	max-height: 25px;
}
#btn-menu-line {
	max-height: 25px;
	cursor: pointer;
}
#btn-menu-times {
	max-height: 25px;
	cursor: pointer;
}
.align-vertical {
	display: flex; 
	align-items: center;
}

.dropdown-menu {
	right: 0;
	border-radius: 16px;
	background: var(--color-neutral_white-100);
	box-shadow: 0px 2px 4px -2px rgba(17, 12, 34, 0.12);
	padding: 12px;
	flex-direction: column;
	align-items: flex-start;
	gap: 24px; 
}
.dropdown-item {
	color: var(--color-gray-600);
	font-weight: 500;
	line-height: 150%; /* 27px */
	padding: 12px;
	border: 1px solid var(--color-neutral_white-100);
	border-radius: 50px;
}
.dropdown-item:hover {
	border: 1px solid var(--color-gray-25) !important;
	background: var(--color-gray-25) !important;
}
.dropdown-item:focus {
	border: 1px solid var(--color-primary-300) !important;
	background: var(--color-gray-25) !important;
}
/*
#menu-hover {
	position: fixed;
	top: 0px;
	left: 0px;
	width: 100%;
	z-index: 50000;
	overflow: scroll;
}

#darkening {
	min-height: 100vh;
	width: 100%;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 49000;
	background-color: rgba(0,0,0,.3);
}*/

.menu-ul {
	font-size: 18px;
	font-weight: 600;
	list-style-type: none!important;
	-webkit-padding-start: 0px;
	-moz-padding-start: 0px;
	-o-padding-start: 0px;
	padding-start: 0px;
	line-height: 230%;
}

.menu-ul a{
	font-weight: inherit;
}

.menu-ul-xl {
	font-size: 40px;
	font-weight: 600;
	list-style-type: none!important;
	-webkit-padding-start: 0px;
	-moz-padding-start: 0px;
	-o-padding-start: 0px;
	padding-start: 0px;
	line-height: 180%;
}
#sponsored {
	max-width: 160px;
}

@media screen and (max-width: 768px) {
	/*#menu-hover {
		height: 100vh;
	}*/
	.menu-ul {
		font-size: 18px;
		font-weight: 600;
		list-style-type: none!important;
		-webkit-padding-start: 0px;
		-moz-padding-start: 0px;
		-o-padding-start: 0px;
		padding-start: 0px;
		line-height: 180%;
	}
	.menu-ul-xl {
		font-size: 38px;
		font-weight: 600;
		list-style-type: none!important;
		-webkit-padding-start: 0px;
		-moz-padding-start: 0px;
		-o-padding-start: 0px;
		padding-start: 0px;
		line-height: 120%;
	}
}

#menu_sticky {
	position: fixed;
	z-index: 20000;
	bottom: 100px;
	left: 50%;
	width: 400px;
	padding: 12px 16px;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%);
}

@media(max-width:575px) {
	#menu_sticky {
		left: 55%;
		width: 300px;
		-webkit-transform: translateX(-50%);
		-moz-transform: translateX(-50%);
		-o-transform: translateX(-50%);
		transform: translateX(-50%);
	}
}

#menu_sticky a {
	font-weight: 600 !important;
}

.menu_verde {
	max-width: 250px;
	border-radius: 100px;
	background: rgba(5, 162, 167, 0.90);
	backdrop-filter: blur(4px);
}
/*
#menu_fixed_home img {
	filter: grayscale(100%);
}
#menu_fixed_home img.img_active, #menu_fixed_home img:hover {
	filter: grayscale(0%);
}*/

.list_menuSito, .list_menuIn, .list_menuOut {
	position: absolute;
	top:70px!important;
	right:0px!important;
	width:250px;
	/*
	-webkit-transform: translateX(170%)!important;
	-moz-transform: translateX(170%)!important;
	-o-transform: translateX(170%)!important;
	transform: translateX(170%)!important;
	transform: translate3d(0)!important;
	*/
}
@media screen and (max-width: 768px) {
	.list_menuSito, .list_menuIn, .list_menuOut {
		/*position: initial;
		top:initial;
		left:initial;
		width:250px;
		-webkit-transform: translateX(-80%)!important;
		-moz-transform: translateX(-80%)!important;
		-o-transform: translateX(-80%)!important;
		transform: translateX(-80%)!important;
		transform: translate3d(-80%)!important;	*/
	}
}
/* ================
HOME
===================*/
.carousel-indicators [data-bs-target]{
	box-sizing: content-box;
	flex: 0 1 auto;
	width: 17px;
	height: 14px;
	padding: 0;
	margin-right: 3px;
	margin-left: 3px;
	text-indent: -999px;
	cursor: pointer;
	background-color: #fff;
	background-clip: padding-box;
	border: 0;
	border: none;
	/* border-top: 10px solid transparent; */
	/* border-bottom: 10px solid transparent; */
	opacity: 1;
	transition: opacity .6s ease;
	border-radius: 15px;
}
.carousel-indicators .active {
	background-color: #33bec3;
	opacity: 1;
	width: 27px;
}


/* ===================
	  SLIDER HEADER
	================= */

	.carousel-item > .bordo {
		padding: 2rem;
		border: 4px solid var(--color-primary-400);
		border-radius: 40px;
		background: var(--color-neutral_white-100);
		margin: .5rem;
	}

	@media(max-width:575px) {
		.carousel-item > .bordo {
			padding: 0rem;
			margin: 0rem;
		}
	}

/* blu di 2023_772_ultra smart */
.bordo-ultra {
	border: 4px solid var(--color-info-500) !important;
}

.text-ultra {
	color: var(--color-info-300) !important;
}

.btn-primary-ultra {
	background-color: var(--color-info-300) !important;
	background: var(--color-info-300) !important;
}

.btn-secondary-ultra {
	color: var(--color-info-300) !important;
	border: 1px solid var(--color-info-300) !important;
}

/* verde di 2023_852_biotrue nabla */
.bordo-biotrue {
	border: 4px solid var(--color-success-200) !important;
}

.text-biotrue  {
	color: var(--color-success-400) !important;
}

.btn-primary-biotrue  {
	background-color: var(--color-success-400) !important;
	background: var(--color-success-400) !important;
}

.btn-secondary-biotrue  {
	color: var(--color-success-400) !important;
	border: 1px solid var(--color-success-400) !important;
}

/* ===================
		PROMOZIONI
	================= */

/* blu di 2023_772_ultra smart */

#div-subscribed-promo-1-50.promo-block {
	border: 4px solid var(--color-info-500);
}

#div-subscribed-promo-1-50.promo-block > h3.text-green {
	color: var(--color-info-300) !important;
}

#div-subscribed-promo-1-50.promo-block > a > .primary {
	background-color: var(--color-info-300) !important;
	background: var(--color-info-300) !important;
}

/* verde di 2023_852_biotrue nabla */

#div-subscribed-promo-1-51.promo-block {
	border: 4px solid var(--color-success-200);
}

#div-subscribed-promo-1-51.promo-block > h3.text-green {
	color: var(--color-success-400) !important;
}

#div-subscribed-promo-1-51.promo-block > a > .primary {
	background-color: var(--color-success-400) !important;
	background: var(--color-success-400) !important;
}

/* ================
	DASHBOARD
===================*/

.promo-block {
	margin: 25px auto;
	text-align: center;
	padding: 40px;
	border: 4px solid var(--color-primary-400);
	border-radius: 24px;
	max-width: 390px !important;
	text-transform: uppercase;
	background-color: #ffffff;
}

.promo-block img {
	border-radius: 60px;
	margin-bottom: 24px;
}

.img-lista {
	max-width: 82px;
	border-radius: 24px;
	margin-right: 20px;
	float: left;
	/*float: inline-end;*/
}

@media(max-width:370px) {
	.img-lista {
		float: none;
		margin-right: auto;
		display: block;
	}	
}



/* ===================
		FORM
	================= */

	.form-control, .form-select {
		padding: 1rem 1.5rem;
		font-size: 16px;
		font-weight: 500;
		line-height: 150%;
		color: var(--color-gray-500);
		border-radius: 4px;
		border: 1px solid var(--color-gray-500);
	}


/* ================
	 STORIE
===================*/

.img_storie {
	max-height: 293px;
	overflow: hidden;
	border-radius: 12px;
	display: flex;
	align-items: center;
	flex-wrap: nowrap;
}

.img_storie > img {
	width: 100% !important;
}

.img_storie_header {
	max-height: 489px !important;
}

.img_storie_header > img {
	padding-top: 12% !important;
}

@media(max-width:991px) {
	.img_storie_header > img {
		padding-top: 0% !important;
	}
}

/* ================
PRODOTTI
===================*/
/*ul#product_selection {
	-webkit-padding-start: 0px;
	-moz-padding-start: 0px;
	-o-padding-start: 0px;
	padding-start: 0px;
}

ul#product_selection li {
	list-style-type: none;
	float: left;
	background-color: #EBF0F3;
	font-weight: 300;
	margin-right: 15px;
	border-radius: 100px;
	padding: 10px 15px;
	cursor: pointer;
	margin-bottom: 15px;
}

ul#product_selection li:hover {
	background-color: #D8DDE2;
}

ul#product_selection li:active {
	background-color: #D8DDE2;
}
*/
#product_selection_div {
	background-color: var(--color-neutral_white-100);
	position: fixed;
	z-index: 20000;
	width: 860px;	
	bottom: 186px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%);
	border-radius: 16px;
	box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.10);
}

@media (max-width: 991px) {
	#product_selection_div {
		width: 575px;
	}	
}

@media (max-width: 767px) {
	#product_selection_div {	
		width: 500px;
	}	
}

@media screen and (max-width: 575px) {
	#product_selection_div {	
		width: 100%;	
		bottom: 176px;
		left: 0;
		-webkit-transform: translateX(0%);
		-moz-transform: translateX(0%);
		-o-transform: translateX(0%);
		transform: translateX(0%);
		box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.10);
	}	
}



.filter-button {
	margin: 12px;
	padding: 12px !important;
	border: 1px solid var(--color-primary-300);
}

.filter-button:hover, .filter-button:active, .filter-button.btn.active {
	border: 1px solid var(--color-success-25) !important;
	background-color: var(--color-success-25) !important;
}

.reset_filtro {
	border: 1px solid transparent !important;
}

.product {
	max-width: 390px;
}

.product-container {
	background-color: #fff;
	overflow: hidden;
	border-radius: 12px;
	border: 1px solid var(--color-gray-300); 
}
.product-container-small {
	background-color: #fff;
	border-radius: 12px;
	overflow: hidden;
	border: 1px solid var(--color-gray-300); 
	width: 400px;
	float: left;
	flex: 0 0 auto;
	margin-right: 15px;
}
@media screen and (max-width: 768px)
{
	#product_selection_div {
		overflow-x: scroll;
		display: block;
	}
	#product_selection {
		/*width: 210%;*/
	}
	.product-container {
		border: 5px solid #F8FAFC;
	}
	ul#product_selection li {
		list-style-type: none;
		float: left;
		background-color: #EBF0F3;
		font-weight: 300;
		margin-right: 8px;
		border-radius: 100px;
		padding: 5px 10px;
		cursor: pointer;
		margin-bottom: 15px;
		font-size: 12px;
	}
}



/* ================
PRODOTTI
===================*/
#carouselExampleIndicatorsProdotti .carousel-indicators [data-bs-target] {
	box-sizing: content-box;
	flex: 0 1 auto;
	width: 150px;
	height: auto;
	padding: 0;
	margin-right: 3px;
	margin-left: 3px;
	text-indent: -999px;
	cursor: pointer;
	background-color: #fff;
	background-clip: padding-box;
	border: 0;
	border-top: 10px solid transparent;
	border-bottom: 10px solid transparent;
	opacity: .5;
	transition: opacity .6s ease;
}
.border-gray {
	border-radius: 15px;
	border: 2px solid #D7DCE2;
}


.description-tag {
	background: var(--color-neutral_white-100, #FFF);
	display: flex;
	padding: 12px;
	justify-content: center;
	align-items: center;
	gap: 10px;
	color: var(--color-gray-600, #676472);
	text-align: center;
	font-family: Urbanist;
	font-size: 16px;
	font-style: normal;
	font-weight: 600;
	line-height: 120%; /* 19.2px */
}

.tag-cirlce-miopia {
	color: var(--color-gamification-200);
}

.text-formati {
	color: var(--color-gray-700, #4F4B5C);
	font-family: Urbanist;
	font-size: 12px;
	font-style: normal;
	font-weight: 600;
	line-height: 120%; /* 14.4px */
	text-transform: uppercase;
}
.container-lenti {
	display: flex;
	padding: 12px 24px;
	flex-direction: column;
	align-items: center;
	border-radius: 16px;
	border: 1px solid var(--color-gray-200, #D9D8DC);
	background: var(--color-neutral_white-100, #FFF);
}
.numero-lenti {
	color: var(--color-gray-700, #4F4B5C);
	text-align: center;
	font-family: Urbanist;
	font-size: 60px;
	font-style: normal;
	font-weight: 500;
	line-height: 130%; /* 78px */
}
.testo-lenti {
	color: var(--color-gray-700, #4F4B5C);
	text-align: center;
	font-family: Urbanist;
	font-size: 14px;
	font-style: normal;
	font-weight: 500;
	line-height: 130%; /* 18.2px */
}

.download-foglietto {
	display: flex;
	padding: 12px 16px;
	justify-content: center;
	align-items: center;
	gap: 8px;
	border-radius: 100px;
	border: 1px solid var(--color-primary-600, #05A2A7);
	background: var(--color-neutral_white-100, #FFF);
	color: var(--color-primary-600, #05A2A7);
	text-align: center;
	font-family: Urbanist;
	font-size: 16px;
	font-style: normal;
	font-weight: 600;
	line-height: 120%; /* 19.2px */
}

.cta-prodotti {
	border-radius: 100px;
	border: 1px solid var(--color-primary-600, #05A2A7);
	color:var(--color-primary-600, #05A2A7);
	display: flex;
	padding: 12px;
	justify-content: center;
	align-items: center;
	gap: 8px;
}

.descrizione-prodotto {
	color: var(--color-gray-700, #4F4B5C);
	text-align: center;
	font-family: Urbanist;
	font-size: 28px;
	font-style: normal;
	font-weight: 400;
	line-height: 120%; /* 33.6px */
}
.container-caratteristiche {
	background: var(--color-success-25, #F3FDF8);
}

.product-carachteristic-container {
	padding: 32px 24px;
	align-items: center;
	border-radius: 24px;
	background: var(--color-neutral_white-100, #FFF)
}
.carousel-indicators-prodotti button {
	border-radius: 12px;
	border: 1px solid transparent!important;
	background: transparent!important;
	margin-bottom: 5px;
}

.carousel-indicators-prodotti button.active, .carousel-indicators-prodotti button:hover {
	border-radius: 12px;
	border: 1px solid var(--color-primary-700, #008E92)!important;
	background: var(--color-neutral_white-100, #FFF)!important;
}

.paginazione_prodotti {
	display: inline-flex;
	padding: 8px 12px;
	align-items: center;
	gap: 4px;
	border-radius: 100px;
	border: 1px solid var(--color-gray-400, #B3B1B8);
	background: var(--color-neutral_white-100, #FFF);
}
ul#disponibili {
	list-style-type: none;
	-webkit-padding-start:0px;
	-moz-padding-start:0px;
	-o-padding-start:0px;
	padding-start:0px;
}

.border-right-caratteristiche {
	border-right: 1px solid var(--color-gray-300, #C6C5CA);
}

@media screen and (max-width: 768px) {
	.carousel-indicators-prodotti button {
		float: left;
		display: block;
		max-width: 90px;
	}

	.border-right-caratteristiche {
		border-right: 0px solid var(--color-gray-300, #C6C5CA);
	}
}



/* ================
STORIE
===================*/
#banner_storia {
	background-size: cover;
	background-position: 50% 20%;
	min-height:500px;
}



/* ================
FOOTER
===================*/
footer {
	background-color: var(--color-success-25);
}
/*#logo-footer {
	max-width: 140px;
}*/
.footer-ul {
	list-style-type: none!important;
	-webkit-padding-start: 0px;
	-moz-padding-start: 0px;
	-o-padding-start: 0px;
	padding-start: 0px;
	line-height: 220%;
	display: flex;
	align-items: center;
	gap: 12px; 
}

.footer-ul li {
	text-decoration: none;
	display: flex;
	padding: 4px 12px;
	align-items: center;
	gap: 24px; 
}

footer .caption_s {
	color: var(--color-gray_alpha-400);
}

hr {
	color: #DEE0E4;
	height: 2px;
	opacity: 1;
}

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

	.footer-ul {
		display: block;
	}

	.footer-ul li {
		text-decoration: none;
		display: inline-block;
		width: 100%!important;
		padding: 4px 12px;
		align-items: start;
		gap: 24px; 
	}
}
/* ================
CONTAINER
===================*/
@media (min-width: 1200px) {
	.container, .container-lg, .container-md, .container-sm, .container-xl {
		max-width: 1440px;
	}
}


.form-content {
	max-width: 1000px;
}
/* ================
MODAL
===================*/

.modal-dialog {
	max-width: 1380px;
	margin: 1.75rem auto;
}

.modal {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 30000;
	display: none;
	width: 100%;
	height: 100%;
	overflow-x: hidden;
	overflow-y: auto;
	outline: 0;
}

.modal-content {
	position: relative;
	display: flex;
	flex-direction: column;
	width: 100%;
	pointer-events: auto;
	background-color: #E4E8F0;
	background-clip: padding-box;
	border: none;
	border-radius: 0.3rem;
	outline: 0;
}

.modal h2 {
	font-family: 'Urbanist', sans-serif;
	font-size: 40px;
	font-weight: 600;
	letter-spacing: -2%;
	color: #1661A5;
}

.modal h4 {
	font-family: 'Urbanist', sans-serif;
	font-size: 24px;
	font-weight: 500;
}

.modal-backdrop:nth-child(3n-2) {
	opacity : 0;
}

.modal-backdrop.show {
	opacity: .25;
}

.btn-close {
	box-sizing: content-box;
	width: 1em;
	height: 1em;
	padding: 0.25em 0.25em;
	color: #33BEC2;
	border: 0;
	border-radius: 0.25rem;
	opacity: .5;
}



/* ================
STORE LOCATOR
===================*/
.form-check-label {
	font-size: 18px;
}
#ricerca {
	position: absolute;
	top:60px;
}
#map_selection_div {
	position: absolute;
	top:60px;
	right:30px;
	background-color: #fff;
	border-radius: 15px;
	box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.3);
}
#map_selection {
	list-style-type: none!important;
}
.form-switch .form-check-input {
	float: right;
	padding-left: 0px;
}
.form-check {
	padding-left: 0px;
}
.form-check-input {
	background-color: #E2E2E4;
	border-color: #E2E2E4;
	height: 24px;
	width: 41px;
}

.form-switch .form-check-input {
	width: 2em;
	margin-left: -2.5em;
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='rgba%280, 0, 0, 0.25%29'/%3e%3c/svg%3e");
	background-position: left center;
	border-radius: 2em;
	transition: background-position .15s ease-in-out;
}

.form-check-input:checked {
	background-color: #34BEc2;
	border-color: #34BEc2;
	height: 24px;
	width: 41px;
}

#switch-button {
	border: 1px solid #transparent;
	background-color: #transparent;
	position: absolute;
	bottom:0px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%);
	
}

#switch-button img {
	max-width: 110px;
}

#lista {
	position: absolute;
	width: 380px;
	height: 80vh;
	overflow-y: scroll;
	left: 30px;
	top:60px;
	z-index: 40000000;
	background-color: #fff;
	border-radius: 10px;
	box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.5);
}

@media screen and (max-width: 768px) {
	#map_selection_div {
		height: 100vh;
		width: 100%;
		position: fixed;
		top:0px;
		right:0px;
		z-index: 40000001;
		background-color: #fff;
		border-radius: 15px;
		box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.3);
	}

	#lista {
		position: fixed;
		width: 100%;
		height: 75vh;
		overflow-y: scroll;
		left: 0px;
		top:25vh;
		z-index: 40000000;
		background-color: #fff;
		border-radius: 10px;
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.5);
	}
	#selection-button {
		position: absolute;
		bottom:5px;
		left: 15px;
	}
}

#lista .h5lista {
	font-size: !important;
	text-transform: capitalize !important;
}