/**
 * COLORI
VERDE 8BC53F
GRIGIO CHIARO f5f5f3
GRIGIO SCURO TESTI 797978
*/

:root {
	--gap: 16px;
}



@media (min-width: 576px) {}

@media (min-width: 768px) {}

@media (min-width: 992px) {}

@media (min-width: 1200px) {}

/****************************
** Core html setup stuff **
****************************/
html,
body {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 14px;
	text-align: left;
	line-height: 1.5;
	position: relative;
	color: #000000;
}

body {
	padding-top: 78px;
}

@media (min-width: 576px) {}

@media (min-width: 768px) {}

@media (min-width: 992px) {

	html,
	body {
		font-size: 16px;
	}

	body {
		padding-top: 144px;

		-webkit-transition: padding-top 500ms ease;
		-moz-transition: padding-top 500ms ease;
		-ms-transition: padding-top 500ms ease;
		-o-transition: padding-top 500ms ease;
		transition: padding-top 500ms ease;
	}

	body.shrink {
		padding-top: 78px;

		-webkit-transition: padding-top 500ms ease;
		-moz-transition: padding-top 500ms ease;
		-ms-transition: padding-top 500ms ease;
		-o-transition: padding-top 500ms ease;
		transition: padding-top 500ms ease;
	}
}

@media (min-width: 1200px) {

	html,
	body {
		font-size: 18px;
	}
}

a {
	color: #8BC53F;
	text-decoration: none;
	outline: 0;
}

a:hover {
	color: #8BC53F;
	text-decoration: underline;
	outline: 0;
}

a:focus {
	color: #8BC53F;
	text-decoration: none;
	outline: 0;
}

body::-webkit-scrollbar {
	width: 6px;
}

body::-webkit-scrollbar-track {
	background-color: #fff;
}

body::-webkit-scrollbar-thumb {
	border-radius: 10px;
	background-color: #8BC53F;
}


:target:before {
	content: "";
	display: block;
	height: 76px;
	/* fixed header height*/
	margin: -76px 0 0;
	/* negative fixed header height */
}

h1,
h2,
h3,
h4,
h5 {
	/*text-align: left;*/
	line-height: normal;
	font-size: 18px;
	text-transform: uppercase;
}

#body-wrapper h2.pageTitle {
	display: none;
}

.text-grey {
	color: #797978;
}

@media (min-width: 576px) {}

@media (min-width: 768px) {}

@media (min-width: 992px) {}

@media (min-width: 1200px) {}

.text-overflow {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.btn-wrap {
	white-space: normal;
}

.bx-next.disabled,
.bx-prev.disabled {
	display: none !important;
}

.btn-primary {
	color: #000;
	background-color: #FFFFFF;
	border-color: #8BC53F;
	border-width: 2px;
	border-radius: 15px;
	line-height: 1.5;
	text-transform: none;
	padding: 0.5rem 2rem;

	font-weight: bold;
}

.btn-primary.focus,
.btn-primary:focus {
	color: #000;
	background-color: #8BC53F;
	border-color: #8BC53F;
	box-shadow: 0;
}

.btn-primary:hover {
	color: #000;
	background-color: #8BC53F;
	border-color: #8BC53F;
}

.btn-primary:not(:disabled):not(.disabled).active,
.btn-primary:not(:disabled):not(.disabled):active,
.show>.btn-primary.dropdown-toggle {
	color: #000;
	background-color: #8BC53F;
	border-color: #8BC53F;
}






.btn-negprimary {
	color: #000;
	background-color: #8BC53F;
	border-color: #8BC53F;
	border-width: 2px;
	border-radius: 15px;
	line-height: 1.5;
	text-transform: none;
	padding: 0.5rem 2rem;

	font-weight: bold;

	-webkit-transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	transition: all 500ms ease;
}

.btn-negprimary.focus,
.btn-negprimary:focus {
	color: #000;
	background-color: #fff;
	border-color: #8BC53F;
	box-shadow: 0;
}

.btn-negprimary:hover {
	color: #000;
	background-color: #fff;
	border-color: #8BC53F;

	-webkit-transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	transition: all 500ms ease;
}

.btn-negprimary:not(:disabled):not(.disabled).active,
.btn-negprimary:not(:disabled):not(.disabled):active,
.show>.btn-negprimary.dropdown-toggle {
	color: #000;
	background-color: #fff;
	border-color: #8BC53F;
}







.btn-borderprimary {
	color: #000;
	background-color: #8BC53F;
	border-color: #fff;
	border-width: 2px;
	border-radius: 15px;
	line-height: 1.5;
	text-transform: none;
	padding: 0.5rem 2rem;

	font-weight: bold;

	-webkit-transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	transition: all 500ms ease;
}

.btn-borderprimary.focus,
.btn-borderprimary:focus {
	color: #000;
	background-color: #fff;
	border-color: #fff;
	box-shadow: 0;
}

.btn-borderprimary:hover {
	color: #000;
	background-color: #fff;
	border-color: #fff;

	-webkit-transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	transition: all 500ms ease;
}

.btn-borderprimary:not(:disabled):not(.disabled).active,
.btn-borderprimary:not(:disabled):not(.disabled):active,
.show>.btn-borderprimary.dropdown-toggle {
	color: #000;
	background-color: #fff;
	border-color: #fff;
}





.custom-select,
.form-control {
	/*height: auto;*/
	border-radius: 15px;
	padding: 0.5rem 0.75rem;
}


.custom-select {
	appearance: none;
	line-height: normal;
	vertical-align: middle;
	background-image: url('data:image/svg+xml,<%3Fxml version="1.0" encoding="UTF-8" standalone="no"%3F><svg width="9.0875549mm" height="7.1317554mm" viewBox="0 0 9.0875549 7.1317554" version="1.1" fill="%238BC53F" id="svg4" xmlns="http://www.w3.org/2000/svg" xmlns:svg="http://www.w3.org/2000/svg"><defs id="defs8" /><path d="m 8.8702425,1.7601013e-7 c -0.0593,0 -0.13829,0.0395100039899 -0.21731,0.0987800039899 L 4.5437725,3.4766272 0.41486247,0.09878018 C 0.33586247,0.03951018 0.25682247,1.7601013e-7 0.19755247,1.7601013e-7 0.07902247,1.7601013e-7 2.4658203e-6,0.09878018 2.4658203e-6,0.25682218 V 3.1806442 c 0,0.256823 0.03950000418,0.434623 0.2173100041797,0.572911 l 3.77331003,3.121378 c 0.1778,0.138289 0.37535,0.256822 0.55315,0.256822 0.1778,0 0.3556,-0.118533 0.5334,-0.256822 l 3.79307,-3.121378 c 0.1778,-0.138288 0.21731,-0.316088 0.21731,-0.572911 V 0.25682218 c 0,-0.158044 -0.0988,-0.25682200398987 -0.21731,-0.25682200398987" id="path2" /></svg>');
	background-size: 20px 16px;
}


.img-rounded {
	border-radius: 1rem;
}



.mtNegPgModule {
	margin-top: -4rem;
	position: relative;
	z-index: 3;
}

@media (min-width: 576px) {}

@media (min-width: 768px) {}

@media (min-width: 992px) {
	.mtNegPgModule {
		margin-top: -5rem;
	}
}

@media (min-width: 1200px) {
	.mtNegPgModule {
		margin-top: -6rem;
	}
}

.br-tot {
	border-radius: 200px;
}

/****************************************
** COOKIE                              **
****************************************/
#cconsent-bar,
#cconsent-bar * {
	box-sizing: border-box
}

#cconsent-bar .visually-hide,
#cconsent-modal .visually-hide {
	position: absolute !important;
	overflow: hidden !important;
	clip: rect(1px 1px 1px 1px) !important;
	clip: rect(1px, 1px, 1px, 1px) !important;
	width: 1px !important;
	height: 1px !important;
}

#cconsent-bar {
	background-color: #000000;
	color: #FFF;
	padding: 30px 15px 15px 15px;
	text-align: right;
	font-family: sans-serif;
	font-size: 14px;
	line-height: 18px;
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
	z-index: 9998;
	transform: translateY(0);
	transition: transform .6s ease-in-out;
	transition-delay: .3s;
}

#cconsent-bar.ccb--hidden {
	transform: translateY(100%);
	display: block;
}

#cconsent-bar .ccb__wrapper {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	max-width: 1800px;
	margin: 0 auto;
}

#cconsent-bar .ccb__left {
	align-self: center;
	text-align: left;
	margin: 0 0 15px 0;
}

#cconsent-bar .ccb__right {
	align-self: center;
	white-space: nowrap;
	width: 100%;
	text-align: left;
}

#cconsent-bar .ccb__right .ccb__button {
	display: flex;
	color: #FFF;
	flex-direction: row;
	width: 100%;
	flex-wrap: wrap;
	gap: 8px;
}




#cconsent-bar .ccb__right .ccb__button_edit {
	flex-grow: 1;
}

#cconsent-bar button {
	line-height: normal;
	font-size: 14px;
	border: 0;
	padding: 10px 10px;
	color: #000;
	background-color: #FFF;
}

#cconsent-bar .ccb__button {
	display: flex;
}

#cconsent-bar .ccb__button>div {
	width: 100%;
}

#cconsent-bar .ccb__button button {
	/*min-width: 110px;*/
	width: 100%;
}

#cconsent-modal .ccm__footer button.consent-give,
#cconsent-bar button.consent-give {
	background-color: #28a745;
	color: #fff;
}

#cconsent-bar button.ccb__edit {
	flex-grow: 1;
}

#cconsent-bar a:hover,
#cconsent-bar button:hover {
	cursor: pointer;
}

#cconsent-bar button#ccb__bar-close {
	/* font-weight: bold; */
	padding: 0;
	margin: 0;
	position: absolute;
	top: 0;
	right: 0;
	font-size: 32px;
	color: #fff;
	background: #000;
	height: 30px;
	width: 30px;
	line-height: 30px;
}

#cconsent-modal {
	display: none;
	font-size: 14px;
	line-height: 18px;
	color: #666;
	width: 100vw;
	height: 100vh;
	position: fixed;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	font-family: sans-serif;
	font-size: 14px;
	background-color: rgba(0, 0, 0, 0.6);
	z-index: 9999;
	align-items: center;
	justify-content: center;
}

@media (max-width: 600px) {
	#cconsent-modal {
		height: 100%
	}
}

#cconsent-modal button {
	border: 0
}

#cconsent-modal h2,
#cconsent-modal h3 {
	color: #333
}

#cconsent-modal.ccm--visible {
	display: flex
}

#cconsent-modal .ccm__content {
	max-width: 600px;
	max-height: calc(100vh - 30px);
	overflow-Y: auto;
	background-color: #FFFFFF;
}

@media (max-width: 600px) {
	#cconsent-modal .ccm__content {
		max-width: 100vw;
		height: 100%;
		max-height: initial;
	}
}

#cconsent-modal .ccm__content>.ccm__content__heading {
	border-bottom: 1px solid #D8D8D8;
	padding: 35px 35px 20px;
	background-color: #FFFFFF;
	position: relative;
}

#cconsent-modal .ccm__content>.ccm__content__heading h2 {
	font-size: 21px;
	font-weight: 600;
	color: #333;
	margin: 0
}

#cconsent-modal .ccm__content>.ccm__content__heading .ccm__cheading__close {
	-moz-appearance: none;
	-webkit-appearance: none;
	appearance: none;
	padding: 0;
	border: 0;
	font-weight: 600;
	color: #888;
	cursor: pointer;
	font-size: 26px;
	position: absolute;
	right: 15px;
	top: 15px;
	width: 26px;
	height: 26px;
	background: none;
	text-align: center;
}

#cconsent-modal .ccm__content>.ccm__content__heading .ccm__cheading__close:focus {
	box-shadow: 0 0 0 0.25 rem rgb(40 168 52 / 75%);
}

#cconsent-modal h2,
#cconsent-modal h3 {
	margin-top: 0
}

#cconsent-modal .ccm__content>.ccm__content__body {
	background-color: #FFF;
}

#cconsent-modal .ccm__content>.ccm__content__body .ccm__tabgroup {
	margin: 0;
	border-bottom: 1px solid #D8D8D8;
}

#cconsent-modal .ccm__content>.ccm__content__body .ccm__tab-head {
	color: #333;
	font-weight: 600;
	cursor: pointer;
	position: relative;
	padding: 0;
	margin: 0;
	transition: background-color .5s ease-out;
}

#cconsent-modal .ccm__content>.ccm__content__body .ccm__tab-head:hover {
	background-color: #F9F9F9
}

#cconsent-modal .ccm__content>.ccm__content__body .ccm__tab-head__status {
	order: 1;
	position: absolute;
	left: 35px;
	font-weight: 600;
	display: inline-block;
	margin-right: 20px;
	pointer-events: none;
}

#cconsent-modal .ccm__content>.ccm__content__body .ccm__tab-head__status.ccm__tab-head__status--checked {
	font-size: 1em;
	color: #28a834;
}

#cconsent-modal .ccm__content>.ccm__content__body .ccm__tab-head__status.ccm__tab-head__status--unchecked {
	font-size: 1.4em;
	color: #e56385;
}

#cconsent-modal .ccm__content>.ccm__content__body .ccm__tab-head__text {
	order: 2;
	pointer-events: none;
}

#cconsent-modal .ccm__content>.ccm__content__body .ccm__tabgroup .ccm__tab-head .ccm__tab-head__icon-wedge {
	transition: transform .3s ease-out;
	transform-origin: center;
	position: absolute;
	right: 25px;
	top: 50%;
	transform: rotate(0deg);
	transform: translateY(-50%);
	order: 3;
}

#cconsent-modal .ccm__content>.ccm__content__body .ccm__tabgroup .ccm__tab-head .ccm__tab-head__icon-wedge>svg {
	pointer-events: none;
}

#cconsent-modal .ccm__content>.ccm__content__body .ccm__tabgroup.ccm__tabgroup--open .ccm__tab-head .ccm__tab-head__icon-wedge {
	transform: translateY(-50%) rotate(-180deg)
}

#cconsent-modal .ccm__tab-trigger {
	appearance: none;
	background: none;
	display: flex;
	flex-direction: row;
	width: 100%;
	padding: 17px 35px 17px 56px;
	color: #333;
	font-weight: 600;
}

#cconsent-modal .ccm__content>.ccm__content__body .ccm__tab-content {
	padding: 0;
	margin: 0
}

#cconsent-modal .ccm__content>.ccm__content__body .ccm__tabgroup .ccm__tab-content {
	max-height: 0;
	overflow: hidden;
	opacity: 0;
	transition: all .5s ease-out;
}

#cconsent-modal .ccm__content>.ccm__content__body .ccm__tabgroup .ccm__tab-content__inner {
	display: flex;
	flex-direction: row;
	padding: 25px 35px;
}

#cconsent-modal .ccm__content>.ccm__content__body .ccm__tabgroup.ccm__tabgroup--open .ccm__tab-head {
	background-color: #f9f9f9
}

#cconsent-modal .ccm__content>.ccm__content__body .ccm__tabgroup.ccm__tabgroup--open .ccm__tab-content {
	max-height: 900px;
	opacity: 1;
}

#cconsent-modal .ccm__content>.ccm__content__body .ccm__tab-content .ccm__tab-content__choose {
	order: 1;
}

@media (max-width: 600px) {
	#cconsent-modal .ccm__content>.ccm__content__body .ccm__tabgroup.ccm__tabgroup--open .ccm__tab-content {
		flex-direction: column
	}
}

@media (max-width: 600px) {
	#cconsent-modal .ccm__content>.ccm__content__body .ccm__tab-content .ccm__tab-content__choose {
		margin-bottom: 20px;
	}
}

#cconsent-modal .ccm__content>.ccm__content__body .ccm__tab-content .ccm__tab-content__choose .ccm__switch-component {
	display: flex;
	margin-right: 35px;
	align-items: center;
}

#cconsent-modal .ccm__content>.ccm__content__body .ccm__tab-content .ccm__tab-content__choose .ccm__switch__status {
	font-weight: 600;
}

#cconsent-modal .ccm__content>.ccm__content__body .ccm__tab-content .ccm__tab-content__choose .ccm__switch-group {
	background: none;
	width: 40px;
	height: 20px;
	margin: 0 10px;
	position: relative;
}

#cconsent-modal .ccm__content>.ccm__content__body .ccm__tab-content .ccm__tab-content__choose .ccm__switch__slider {
	position: absolute;
	cursor: pointer;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: #ccc;
	border-radius: 10px;
	-webkit-transition: .4s;
	transition: .4s;
	pointer-events: none;
}

#cconsent-modal .ccm__content>.ccm__content__body .ccm__tab-content .ccm__tab-content__choose .ccm__switch__slider:before {
	position: absolute;
	content: "";
	height: 12px;
	width: 12px;
	left: 4px;
	bottom: 4px;
	background-color: white;
	border-radius: 50%;
	-webkit-transition: .4s;
	transition: .4s;
}

#cconsent-modal .ccm__content>.ccm__content__body .ccm__tab-content .ccm__tab-content__choose .ccm__switch-group[aria-checked="true"] .ccm__switch__slider {
	background-color: #28A834;
}

#cconsent-modal .ccm__content>.ccm__content__body .ccm__tab-content .ccm__tab-content__choose .ccm__switch-group:focus {
	box-shadow: 0 0 0 2pxrgb(40 168 52 / 75%);
}

#cconsent-modal .ccm__content>.ccm__content__body .ccm__tab-content .ccm__tab-content__choose .ccm__switch-group[aria-checked="true"] .ccm__switch__slider:before {
	-webkit-transform: translateX(20px);
	-ms-transform: translateX(20px);
	transform: translateX(20px);
}

#cconsent-modal .ccm__content>.ccm__content__body .ccm__tab-content .ccm__tab-content__desc {
	order: 2;
}

#cconsent-modal .ccm__content>.ccm__content__body .ccm__tab-content h3 {
	font-size: 18px;
	margin-bottom: 10px;
	line-height: 1;
}

#cconsent-modal .ccm__content>.ccm__content__body .ccm__tab-content p {
	color: #444;
	margin-bottom: 0
}

#cconsent-modal .ccm__content>.ccm__content__body .ccm__tab-content .ccm__list:not(:empty) {
	margin-top: 30px;
}

#cconsent-modal .ccm__content>.ccm__content__body .ccm__tab-content .ccm__list .ccm__list__title {
	color: #333;
	font-weight: 600;
}

#cconsent-modal .ccm__content>.ccm__content__body .ccm__tab-content .ccm__list ul {
	margin: 15px 0;
	padding-left: 15px
}

#cconsent-modal .ccm__footer {
	padding: 15px 10px;
	background-color: #EFEFEF;
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: flex-end;
	justify-content: center;
}

#cconsent-modal .ccm__footer button {
	line-height: normal;
	font-size: 14px;
	transition: background-color .5s ease-out;
	background-color: #000000;
	color: #FFF;
	border: none;
	padding: 13px;
	min-width: 110px;
	border-radius: 2px;
	cursor: pointer;
}

#cconsent-modal .ccm__footer button:hover {
	background-color: #0;
}

#cconsent-modal .ccm__footer button#ccm__footer__consent-modal-submit {
	margin-right: 10px;
}


@media (min-width: 576px) {
	#cconsent-bar .ccb__button button {
		min-width: 110px;
		width: auto;
	}

	#cconsent-bar .ccb__button>div {
		width: auto;
	}

	#cconsent-modal .ccm__footer {
		padding: 30px;
		justify-content: flex-end;
	}
}

@media (min-width: 768px) {}

@media (min-width: 992px) {}

@media (min-width: 1200px) {}

/****************************************
** END COOKIE                          **
****************************************/


/****************************************
** Template specific layout elements   **
****************************************/
#pageLoader {
	background: url("../images/loader.gif") no-repeat scroll center center #FFFFFF;
	height: 8000px;
	left: 50%;
	margin: -4000px 0 0 -4000px;
	position: fixed;
	top: 50%;
	width: 8000px;
	z-index: 9999999;
}

/****************************************
** HEADER                              **
****************************************/
.navbar-brand {
	flex-grow: 1;
	align-self: center;
}

.navbar-brand img {
	height: 54px;
}

#header-wrapper .navbar {
	background-color: #fff;
	border-bottom: 1px solid #fff;
}

body.shrink #header-wrapper .navbar {
	background-color: #fff;
	border-bottom: 1px solid #f5f5f5;
}

.navbar-light .navbar-toggler[aria-expanded="false"] .navbar-toggler-icon {
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%280, 0, 0, 1%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");

	/*-webkit-transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	transition: all 500ms ease;*/
}

.navbar-light .navbar-toggler[aria-expanded="true"] .navbar-toggler-icon {
	background-image: url('data:image/svg+xml,<%3Fxml version="1.0" encoding="UTF-8" standalone="no"%3F><svg width="30" height="30" viewBox="0 0 30 30" version="1.1" id="svg4" xmlns="http://www.w3.org/2000/svg" xmlns:svg="http://www.w3.org/2000/svg"><defs id="defs8" /><path stroke="rgba(0, 0, 0, 1)" stroke-linecap="round" stroke-miterlimit="10" stroke-width="2" d="M 7.2218254,22.778175 22.778175,7.2218254" id="path2" style="fill:%23000000;fill-opacity:1;stroke:%23000000;stroke-opacity:1" /><path stroke="rgba(0, 0, 0, 1)" stroke-linecap="round" stroke-miterlimit="10" stroke-width="2" d="M 7.2218254,7.2218254 22.778175,22.778175" id="path2-6" style="fill:%23000000;fill-opacity:1;stroke:%23000000;stroke-opacity:1" /></svg>');

	/*-webkit-transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	transition: all 500ms ease;*/
}

.navbar-light .navbar-toggler {
	color: #fff;
	border-color: #fff;
	background: #fff;
}

.mainmenu {
	text-align: center;
	font-size: 14px;
}

.mainmenu a {
	text-decoration: none;
	display: block;
	line-height: 2.5;
	padding: 0 30px;
	color: #000;

	font-size: 18px;
}

.navbar .btn-negprimary {
	/*font-size: 18px;*/
	line-height: normal;
}


.mainmenu li:hover,
.mainmenu li.active {
	background-color: #8BC53F;
}

.mainmenu>li>ul {
	display: none;
	list-style-type: none;
	margin: 0;
	padding: 0;
	background-color: #fff;
}

.mainmenu>li>ul li {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.mainmenu li.active ul {
	display: block;
}



.header-langmenu ul {
	margin: 1rem 0 0 0;
	padding: 0;
	display: flex;
	flex-direction: row;
	text-transform: uppercase;
	text-align: center;
	justify-content: center;
	border-bottom: 1px solid #f5f5f5;
	border-top: 1px solid #f5f5f5;
}

.header-langmenu ul li {
	list-style-type: none;
	margin: 0;
	padding: 0 20px;
	flex-grow: 1;
	line-height: 2;
}

.header-langmenu ul li a {
	text-decoration: none;
	color: #797978;
}

.header-langmenu ul li a:hover {
	text-decoration: none;
	color: #000;
}

.header-langmenu ul li.active a {
	color: #000;
	font-weight: bold;
}





@media (min-width: 576px) {}

@media (min-width: 768px) {}

@media (min-width: 992px) {
	.navbar .container {
		position: relative;
		align-items: stretch;
		height: 124px;

		-webkit-transition: all 500ms ease;
		-moz-transition: all 500ms ease;
		-ms-transition: all 500ms ease;
		-o-transition: all 500ms ease;
		transition: all 500ms ease;
	}

	.navbar-brand img {
		height: 100px;

		-webkit-transition: all 500ms ease;
		-moz-transition: all 500ms ease;
		-ms-transition: all 500ms ease;
		-o-transition: all 500ms ease;
		transition: all 500ms ease;
	}

	.navbar-collapse {
		flex-basis: auto;
		flex-grow: 0;
		align-items: center;
	}

	.header-mainmenu {
		display: flex;
		align-content: center;
		align-items: center;
		flex-direction: row;
		flex-wrap: nowrap;
		justify-content: flex-end;
	}

	.header-mainmenu ul {
		margin-right: 15px;
	}

	.mainmenu a {
		text-decoration: none;
		display: block;
		line-height: 2.5;
		padding: 0 15px;
		color: #000;
		background-color: #fff;
	}

	.mainmenu a:hover {
		background-color: #fff;
	}


	.mainmenu a span {
		padding: 2px 0;
		background-image: linear-gradient(to right, #8BC53F, #8BC53F), linear-gradient(to right, transparent, transparent);
		background-repeat: no-repeat;
		background-position: 0 100%, 0 100%;
		background-size: 0 2px, 100% 2px;
		transition: .6s cubic-bezier(0.4, 0, 0.3, 1);
		transition-property: color, background-size;
	}

	.mainmenu li:hover span,
	.mainmenu li.active span {
		background-size: 100% 2px, 0 2px;
	}



	.header-langmenu {
		position: absolute;
		top: 0;
		right: 1rem;
	}


	.header-langmenu ul {
		margin: 0;
		padding: 0;
		display: flex;
		flex-direction: row;
		text-transform: uppercase;
		text-align: center;
		justify-content: center;
		border: none;
	}

	.header-langmenu ul li {
		list-style-type: none;
		margin: 0;
		padding: 0 0 0 20px;
		flex-grow: 0;
		line-height: normal;
	}

	/* Scroll */
	body.shrink .navbar .container {
		position: relative;
		align-items: stretch;
		height: 62px;

		-webkit-transition: all 500ms ease;
		-moz-transition: all 500ms ease;
		-ms-transition: all 500ms ease;
		-o-transition: all 500ms ease;
		transition: all 500ms ease;
	}

	body.shrink .navbar .navbar-brand img {
		height: 54px;

		-webkit-transition: all 500ms ease;
		-moz-transition: all 500ms ease;
		-ms-transition: all 500ms ease;
		-o-transition: all 500ms ease;
		transition: all 500ms ease;
	}

	body.shrink .navbar .header-langmenu {
		display: none;
	}


	body #header-wrapper .navbar {
		height: 143px;

		-webkit-transition: height 500ms ease;
		-moz-transition: height 500ms ease;
		-ms-transition: height 500ms ease;
		-o-transition: height 500ms ease;
		transition: height 500ms ease;
	}

	body.shrink #header-wrapper .navbar {
		height: 77px;

		-webkit-transition: height 500ms ease;
		-moz-transition: height 500ms ease;
		-ms-transition: height 500ms ease;
		-o-transition: height 500ms ease;
		transition: height 500ms ease;
	}
}

@media (min-width: 1200px) {}

/****************************************
** HEADER END                          **
****************************************/

/****************************************
** SOCIAL                              **
****************************************/
.social {
	padding-right: 10px;
}

.social ul {
	margin: 0;
	padding: 0;
	display: block;
}

.social ul li {
	display: inline-block;
	margin: 0 0 0 10px;
	padding: 0;
	list-style-type: none;
}

.social ul li a {
	color: #FFFFFF;
}


.social ul li span {
	display: none;
}

.social ul li .faicon {
	/*font-size: 16px;*/
}

/****************************************
** SOCIAL END                          **
****************************************/


/****************************************
** FOOTER                              **
****************************************/
.footer-outer {
	color: #fff;
	background-color: #000;
	background-image: url('../images/FOOTER.jpg');

	padding: 5rem 0;
}

.footer-outer a {
	color: #fff;
}

.footer-outer a:hover {
	color: #8BC53F;
}

.footer-bottom {
	font-size: 0.7rem;
	padding-top: 3rem;
}




.footer-outer .logo img {
	width: 200px;
}

.footer-outer .address img {
	width: 80px;
	margin-bottom: 5px;
}

.footer-top .row>div {
	margin: 20px 0;
}


ul.footer-main-menu {
	margin: 0;
	padding: 0;
	display: block;
}

ul.footer-main-menu li {
	margin: 0;
	padding: 0;
	display: block;
	list-style-type: none;
}

ul.footer-main-menu li a {
	margin: 0;
	padding: 0;
	display: block;
	text-align: center;
	text-transform: uppercase;
	color: #FFFFFF;
	padding: 3px 0;
}


ul.footer-main-menu li a:hover {
	text-decoration: none;
	color: #8BC53F;
}

.footer-outer ul li {
	margin: 0 12px;
}

.footer-outer .social {
	text-align: center;
}

.footer-outer .social a {
	color: #8BC53F;
	font-size: 28px;
}

.footer-outer .social a:hover {
	color: #FFFFFF;
}

.footer-outer .followus_lbl {
	font-size: 12px;
	padding: 0 0 10px 0;
}

/* FC 05.08.2026 - aggiunto testo divisione di*/

/* Contenitore per affiancare logo e testo */
.address .logo-wrapper {
	display: flex;
	align-items: baseline;
	gap: 8px;
	flex-wrap: wrap;
	margin-bottom: 8px;
	/* Spazio prima dell'indirizzo */
}

/* Stile per il testo "divisione di" */
.address .logo-wrapper span {
	font-size: 0.85em;
	font-style: italic;
	margin-right: 6px;
	/* Spazio dopo la parola "di" */
}

/****************************************
** FOOTER END                          **
****************************************/

/****************************************
** GENERIC PGMODULE                    **
****************************************/
.pbPgModule {
	/* padding-bottom: 4rem; */
	padding-bottom: 2rem;
}

.ptPgModule {
	padding-top: 4rem;
}

.pgmodule_box_outer h3 {
	font-size: 2.5rem;
	font-weight: bold;
}

.pgModuleBottomLink {
	border-bottom: 1px solid #000;
	text-align: right;
}

.pgModuleBottomLink a {
	display: inline-block;
	font-weight: bold;
	text-decoration: none;
	color: #000;
	background-image: url('../images/G_QUADRATA.svg');
	background-repeat: no-repeat;
	background-position: left center;
	background-size: 40px 40px;
	padding-left: 42px;
	line-height: 40px;
	padding-top: 8px;
	margin: 0 0 5px 0;
}

.pgModuleBottomLink a span {
	padding: 2px 0;
	background-image: linear-gradient(to right, #8BC53F, #8BC53F), linear-gradient(to right, transparent, transparent);
	background-repeat: no-repeat;
	background-position: 0 100%, 0 100%;
	background-size: 0 2px, 100% 2px;
	transition: .6s cubic-bezier(0.4, 0, 0.3, 1);
	transition-property: color, background-size;
}

.pgModuleBottomLink a:hover span,
.pgModuleBottomLink a.active span {
	background-size: 100% 2px, 0 2px;
}

/****************************************
** GENERIC PGMODULE END                **
****************************************/

/****************************************
** HEADER-MEDIA-BOX                    **
****************************************/
.header-media-box {
	position: relative;
	overflow: hidden;

	/*min-height: 300px;*/
	background-color: #000;
}

.mediaCrop .header-media-box {
	min-height: 300px;
}

.header-media-box.image>img,
.header-media-box video {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	min-width: 100%;
	min-height: 100%;
	width: auto;
	height: auto;
	object-fit: cover;
	/* Questo farà in modo che il video copra l'intero div */

	z-index: 1;

	height: 100%;
}

.header-media-box-overlay {
	/*position: absolute;
	top: 0;
	left: 0;
	width: 100%;*/
	/*background-color: rgba(0, 0, 0, 0.6);*/

	position: relative;
	z-index: 2;

	/*background-color: rgba(255, 0, 255, 0.5);*/
}

.overlayBlack .header-media-box-overlay {
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#000000+20,000000+50&0.65+20,0+50 */
	background: linear-gradient(135deg, rgba(0, 0, 0, 0.65) 30%, rgba(0, 0, 0, 0) 60%);
	/* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */

}


/*.header-media-box-overlay-inner {
	width: 100%;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}*/

.header-media-box-overlay-inner {
	padding: 4rem 0;
}

.mediaPreTitle {
	font-weight: bold;
	color: #8BC53F;
	font-size: 1.5rem;
}

.mediaTitle {
	font-weight: bold !important;
	color: #FFF;
	font-size: 3.5rem !important;
	line-height: normal;
	text-transform: none;
	text-align: left;
}

.mediaTitleUnderline {
	font-weight: bold !important;
	color: #FFF;
	font-size: 2.5rem !important;
	line-height: normal;
	text-transform: none;
	text-align: left;
}

.trattinosep {
	content: '';
	display: block;
	width: 50px;
	height: 3px;
	background-color: #8BC53F;
	margin: 1.5rem 0;
}


.mediaDescription {
	color: #fff;
	text-align: left;
}

/*.macchinaMediaTop .header-media-box-overlay-inner {
	width: 100%;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}*/

.macchinaMediaTop .mediaTitle {
	text-align: center;
}

.macchinaMediaTop .mediaDescription {
	text-align: center;
}

.macchinaMediaTop .mediaTitle img {
	filter: invert(1) brightness(100);
	width: 18rem;

	margin-top: 3rem;
}

.pbMediaExtra .header-media-box-overlay-inner {
	padding-bottom: 8rem;
}

.homeMediaTop.pbMediaExtra .header-media-box-overlay-inner {
	padding-bottom: 11rem;
}

.pgmodule_box_outer.homeMediaTop.pbMediaExtra {
	border-left: 10px solid #ffffff;
	border-right: 10px solid #ffffff;
}

.contactMediaTop .mediaTitle {
	color: #000;
}

@media (min-width: 576px) {
	.header-media-box {
		/*min-height: 400px;*/
	}

	.mediaCrop .header-media-box {
		min-height: 400px;
	}

	.macchinaMediaTop .mediaTitle img {
		width: 28rem;
	}

	.macchinaMediaTop .mediaDescription {
		font-size: 1.5rem;
	}
}

@media (min-width: 768px) {
	.macchinaMediaTop .mediaTitle img {
		width: 28rem;
	}

	.macchinaMediaTop .mediaDescription {
		font-size: 1.5rem;
	}

}

@media (min-width: 992px) {
	.header-media-box {
		/*min-height: 550px;*/
	}

	.mediaCrop .header-media-box {
		min-height: 550px;
	}
}

@media (min-width: 1200px) {}

/****************************************
** HEADER-MEDIA-BOX END                **
****************************************/


/****************************************
** LANCIBAR                            **
****************************************/
.pgmodule_box_outer.lanciBar {
	background: linear-gradient(to right, #8BC53F 50%, transparent 50%);
}

.pgmodule_box_outer.lanciBar.black {
	background: linear-gradient(to right, #8BC53F 50%, #000 50%);
}

.lanciBarInner {
	background-color: #fff;

	z-index: 3;
	position: relative;
}

.pgmodule_box_outer.lanciBar.black .lanciBarInner {
	background-color: #000;
}

.lanciBarContent {
	border-top-right-radius: 30px;
	border-bottom-right-radius: 30px;
	background-color: #8BC53F;
	display: inline-block;
	padding: 30px 30px 30px 5px;

	width: 100%;
}

.lanciBarContent .btn {
	padding: 1rem 2rem;
}

.lanciBarContent img {
	width: 100%;
	position: absolute;
	bottom: 100%;
}

@media (min-width: 576px) {}

@media (min-width: 768px) {
	.lanciBarContent {
		width: 80%;
	}
}

@media (min-width: 992px) {
	.lanciBarContent {
		width: 60%;
	}
}

@media (min-width: 1200px) {}

/****************************************
** LANCIBAR end                        **
****************************************/


/****************************************
** MACCHINE ITEM                       **
****************************************/
.macchinaItemInner {
	display: flex;
	flex-direction: column;
	height: 100%;
	padding-bottom: 1rem;
}



.macchinaItemLogo {
	margin: 1rem 0;
}

.macchinaItemIntroText {
	flex-grow: 1;
}

.macchinaItemMoreInfo {
	text-align: right;
	margin: 1rem 0;
}

/****************************************
** MACCHINE ITEM END                   **
****************************************/


/****************************************
** SLIDELOGHI                          **
****************************************/
.pgmodule_box_outer.slideLoghi .pgmodule_box_inner .drgTickerBar {
	padding: 3rem 0;
	background-color: #8BC53F;
}

.drgTickerBar {
	width: 100%;
	overflow: hidden;
}

.drgTickerBar ul {
	margin: 0;
	padding: 0;
	display: inline-flex;
}

.drgTickerBar ul li {
	list-style-type: none;
	margin: 0;
	padding: 0;
	display: block;
}

.drgTickerBar ul li a {
	padding: 0 2rem;
	display: block;
}

/****************************************
** SLIDELOGHI END                      **
****************************************/

/****************************************
** SERVICE                             **
****************************************/
.servicebox {
	border: 1px solid #8BC53F;
	border-radius: 200px;
	padding: 2rem 1.4rem;
	font-weight: bold;

	display: flex;
	flex-direction: row;
	align-content: center;
	align-items: center;
	text-align: left;
	margin-bottom: 1rem;
	justify-content: center;
}

.servicebox.icon-ok::before {
	content: url("../images/OK.svg");
	display: block;
	margin-right: 1rem;
}

.servicebox.icon-sicurezza::before {
	content: url("../images/SICUREZZA.svg");
	display: block;
	margin-right: 1rem;
}

.servicebox.icon-manutenzione::before {
	content: url("../images/MANUTENZIONE.svg");
	display: block;
	margin-right: 1rem;
}


/****************************************
** SERVICE END                         **
****************************************/

/****************************************
** NEWSLETTER FORM BOX                 **
****************************************/
.pgmodule_box_outer.newsletterFormBox {
	background-color: #f0f2ee;
	padding: 5rem 0;
}

.pgmodule_box_outer.newsletterFormBox .pgmodule_box_inner {
	background: linear-gradient(to left, #8BC53F 50%, transparent 50%);
}

.newsletterFormBoxInner {
	border-top-left-radius: 30px;
	border-bottom-left-radius: 30px;
	background-color: #8BC53F;
	display: inline-block;
	padding: 2rem 0 2rem 1rem;
	width: 100%;
}


#inputFormEmailNewsletter {
	border-color: #fff;
	border-width: 2px;
	border-radius: 15px;
	line-height: 1.5;
	text-transform: none;
	padding: 0.5rem;
	font-weight: bold;
	height: auto;
}

.modal-header {
	background-color: #8BC53F;
	border-bottom: none;
	border-top-left-radius: 15px;
	border-top-right-radius: 15px;
}

.modal-content {
	border: none;
	border-radius: 15px;
}

/****************************************
** NEWSLETTER FORM BOX END             **
****************************************/

/****************************************
** CONTACT                             **
****************************************/
.btn-primaryanimateicon {
	color: #797978;
	background-color: #FFFFFF;
	border-color: #8BC53F;
	border-width: 2px;
	border-radius: 200px;
	line-height: 1.5;
	text-transform: none;
	padding: 1.5rem 1rem 1.5rem 3rem;

	font-weight: normal;
	position: relative;
}

.btn-primaryanimateicon.focus,
.btn-primaryanimateicon:focus {
	color: #000;
	background-color: #FFF;
	border-color: #8BC53F;
	box-shadow: 0;
}

.btn-primaryanimateicon:hover {
	color: #000;
	background-color: #FFF;
	border-color: #8BC53F;
}

.btn-primaryanimateicon:not(:disabled):not(.disabled).active,
.btn-primaryanimateicon:not(:disabled):not(.disabled):active,
.show>.btn-primaryanimateicon.dropdown-toggle {
	color: #000;
	background-color: #FFF;
	border-color: #8BC53F;
}

.btn-primaryanimateicon i {
	position: absolute;
	width: 40px;
	top: 50%;
	left: 0.7rem;
	margin-top: -20px;
	color: #8BC53F;
	font-size: 36px;
}

.btn-primaryanimateicon img {
	position: absolute;
	width: 40px;
	top: 50%;
	left: 0.5rem;
	margin-top: -20px;
}

.btn-primaryanimateicon img.static {
	opacity: 1;
}

.btn-primaryanimateicon img.animated {
	opacity: 0;
}

.btn-primaryanimateicon:hover img.static {
	opacity: 0;
}

.btn-primaryanimateicon:hover img.animated {
	opacity: 1;
}


.pdModuleContatti {
	background-color: #8BC53F;
}

.pdModuleContatti a {
	color: #fff;
}

.pdModuleContatti .alert a {
	color: #000;
}

.form-group.privacy {
	font-size: 12px;
	line-height: 1;
}

.google-disclaimer {
	text-align: center;
	font-size: 10px;
}

.grecaptcha-badge {
	display: none;
}

/* FC 05.08.2026 - stile testo all'interno della pagina contatti */
/* Spaziatura per i paragrafi all'interno del testo */
.text-grey p {
	margin-bottom: 1rem;
}

/* Stile per la frase d'impatto in grassetto */
.text-grey .contact-callout {
	font-weight: bold;
	margin-top: 1.5rem;
}

/* Stile per il testo "divisione di" */
.division-text {
	font-size: 0.85em;
	font-style: italic;
	margin-right: 4px;
}

/****************************************
** CONTACT END                         **
****************************************/


/****************************************
** MACCHINE FILTER                     **
****************************************/
.filterTitle {
	color: #8BC53F;
	font-weight: bold;
	font-size: 1.5rem;
	text-align: left;
	padding-bottom: 1rem;
}

.filterBarContent label {
	display: none;
}

.filterPgModule.mtNegPgModule {
	margin-top: -8rem;
	position: relative;
	z-index: 3;
	margin-bottom: 4rem;
}


@media (min-width: 768px) {
	.filterBarInner {
		width: 65%;
	}
}

@media (min-width: 992px) {
	.filterBarInner {
		width: 50%;
	}
}

@media (min-width: 1200px) {}

/****************************************
** MACCHINE FILTER END                 **
****************************************/


/****************************************
** MACCHINA PG                         **
****************************************/
.plyr--stopped .plyr__controls {
	display: none;
}

.macchinaIntroContent {
	color: #797978;
}

.macchinaIntroContent h3 {
	color: #000;
	text-transform: none;
	margin: 0rem 0 1rem 0;
}

.fotorama__stage {
	display: none;
}

.fotorama--fullscreen .fotorama__stage {
	display: block;
}

.fotorama__thumb-border {
	border-color: #8BC53F;
	border-radius: 8px;
}

.fotorama__thumb {
	border-radius: 8px;
}

.galleryTitle {
	margin: 1rem 0 0 0;
	line-height: normal;
	font-weight: bold;
}

.pgmodule_box_outer.addons h3 {
	background-color: #8BC53F;
	color: #fff;
	border-radius: 200px;
	font-size: 1.6rem;
	text-align: center;
	display: inline-block;
	padding: 1rem;
	margin: 0 auto;
}

.pgmodule_box_outer.addons .addonsTitle {
	text-align: center;
}

.pgmodule_box_outer.addons .addonsSubtitle {
	text-align: center;
	font-size: 2rem;
	padding: 1rem 0;
	margin-top: 1rem;
	margin-bottom: 3rem;
	font-weight: bold;
}

.pgmodule_box_outer.addons .addonItem {
	text-align: center;
	font-weight: bold;
	color: #797978;
	font-size: 1rem;
	line-height: normal;
	margin-bottom: 2rem;
}

.pgmodule_box_outer.addons .addonItem:after {
	content: '';
	display: block;
	background-color: #8BC53F;
	border-radius: 200px;
	height: 15px;
	overflow: hidden;
	margin-top: 1.3rem;
}


.pgmodule_box_outer.techInfo {
	background-color: #454647;
	color: #fff;
	text-align: left;
}

.pgmodule_box_outer.techInfo .techInfoTitle h3 {
	text-transform: none;
	text-align: center;
	margin-bottom: 2rem;
}

.pgmodule_box_outer.techInfo .techInfoCap {
	font-weight: bold;
	font-size: 1.2rem;
	margin-bottom: 1rem;
}

.pgmodule_box_outer.techInfo .techInfoSubCap {
	margin-bottom: 1rem;
}

.pgmodule_box_outer.techInfo ul {
	padding-left: 1.3rem;
}

.pgmodule_box_outer.techInfo div[class^="col-"] {
	border-right: 1px solid #8BC53F;
}

.pgmodule_box_outer.techInfo div[class^="col-"]:last-child {
	border-right: none;
}

/****************************************
** MACCHINA PG END                     **
****************************************/

/****************************************
** AZIENDA PG                          **
****************************************/
.pgmodule_box_outer.bgBlack {
	background-color: #000;
	color: #fff;
}

.pgmodule_box_outer.customSys {
	background-image: url('../../../media/images/azienda/SEZIONE_MACCHINE.jpg');
	background-size: cover;
	background-repeat: no-repeat;
}

.pgmodule_box_outer.customSys h3 {
	text-align: center;
	text-transform: none;
}

.macchinaAzItemInner {
	text-align: center;
	margin-bottom: 6rem;
}

.macchinaAzItemInner .macchinaItemLogo img {
	filter: invert(1) brightness(100);
}

.macchinaAzItemInner .macchinaItemIntroText {
	min-height: 3rem;
}

.sep {
	text-align: center;
}

.sep::after {
	content: '';
	display: inline-block;
	height: 2px;
	width: 200px;
	background-color: #8BC53F;
	border-radius: 100px;
	margin: 6rem 0;
}

.sep.topneg::after {
	margin-top: 0rem;
}

/****************************************
** AZIENDA PG END                     **
****************************************/


/****************************************
** HOME INTRO                          **
****************************************/
.pgHomeIntro h3 {
	font-size: 1.4rem;
	text-transform: none;
}

.pgHomeIntro img {
	width: 60px;
	margin-bottom: 1rem;
}

.pgHomeIntro h4 {
	font-size: 1rem;
	text-transform: none;
	font-weight: bold;
}

.pgHomeIntro .card {
	text-align: left;
}


.pgHomeIntro .qualitaBox {
	display: grid;
	grid-template-columns: 1fr;
	gap: var(--gap);
	font-size: 0.8rem;
}

.font-size-1-5 {
	font-size: 1.5rem;
}


@media (min-width: 576px) {}

@media (min-width: 768px) {
	.pgHomeIntro .qualitaBox {
		display: grid;
		grid-template-columns: 1fr 1fr;
	}
}

@media (min-width: 992px) {}

@media (min-width: 1200px) {}

/****************************************
** HOME INTRO END                      **
****************************************/


/****************************************
** LANCI SOLUZIONI                     **
****************************************/
.LanciSoluzioni {
	background-color: #f0f2ee;
	text-align: center;
}

.LanciSoluzioni h3 {
	font-size: 2rem;
	text-align: center;
	text-transform: none;
}

.LanciSoluzioni .trattinosep {
	margin-left: auto;
	margin-right: auto;
}

.LanciSoluzioni .LanciSoluzioniBox {
	display: flex;
	gap: var(--gap);
	flex-direction: row;
	flex-wrap: wrap;

	margin-top: 3rem;
}

.LanciSoluzioni .LanciSoluzioniBox .card {
	text-align: center;
	flex-grow: 1;
	flex-basis: 100%;
}

.LanciSoluzioni .LanciSoluzioniBox .card .soluzione-title {
	font-weight: bold;
	margin: 0.5rem 0;
	font-size: 1.2rem;
	line-height: normal;
}

.LanciSoluzioni .LanciSoluzioniBox .card img {
	width: 60px;
	margin-bottom: 0.5rem;
}

.LanciSoluzioni .LanciSoluzioniBox .card a {
	font-weight: bold;
	text-decoration: none;
}

.LanciSoluzioni .card-body {
	display: flex;
	flex-direction: column;
	align-items: center;
}

.LanciSoluzioni .card-body a {
	display: block;
	margin-top: auto;
}



@media (min-width: 576px) {}

@media (min-width: 768px) {
	.LanciSoluzioni .LanciSoluzioniBox {
		flex-wrap: nowrap;
	}

	.LanciSoluzioni .LanciSoluzioniBox .card img {
		width: 60px;
		margin-bottom: 0.5rem;
	}

	.LanciSoluzioni .LanciSoluzioniBox .card .soluzione-title {
		font-size: 1.1rem;
		margin: 1rem 0;
	}

	.LanciSoluzioni .card-body a {
		font-size: 0.8rem;
	}
}

@media (min-width: 992px) {}

@media (min-width: 1200px) {
	.LanciSoluzioni .LanciSoluzioniBox .card .soluzione-title {
		font-size: 1.1rem;
		margin: 1rem 0;
	}

	.LanciSoluzioni .LanciSoluzioniBox .card img {
		width: 80px;
		margin-bottom: 0.5rem;
	}

	.LanciSoluzioni .card-body a {
		font-size: 0.8rem;
	}
}

/****************************************
** LANCI SOLUZIONI END                 **
****************************************/


.card {
	transition: border-color 0.8s ease;
	/* effetto fade */
	border-width: 3px;
}

.card:hover {
	border-color: #8BC53F;
}



/****************************************
** DISABILITAZIONI TEMPORANEE          **
****************************************/
.header-langmenu ul {
	display: none !important;
}


.LanciSoluzioni .card-body a {
	display: none;
}

.LanciSoluzioni .LanciSoluzioniBox .card .soluzione-title {
	margin-bottom: 0;
}