@charset "UTF-8";
/* index */
body {
	/* 	height: 100%; */
	width: 100%;
/* 	width: 100vw; */

	

}

#contenitore-prima-sezione {
	margin-bottom: 42px;
}

#contenitore-prima-sezione .carousel-indicators > button {
  	border-radius: 50%;
  	height: 10px;
	width: 10px;
}

.contenitore-ovale-banner-prima-sezione {
	background: #C7984D;
	width: 79.9vw;
	height: 10.3vw;
	position: absolute;
	top: 4.1vw;
	border-top-right-radius: 96px;
	border-bottom-right-radius: 96px;
	opacity: 0.8;
}

.titolo-ovale-banner-prima-sezione {
	font-family: "OpenSans-Bold", sans-serif !important;
	color: #F2F0ED !important;
	font-size: 4.8vw;
	margin-left: 4vw;
}

.titoletto-ovale-banner-prima-sezione {
	font-family: "OpenSans-Regular", sans-serif !important;
	color: #F2F0ED !important;
	font-size: 1.81vw;
	margin-left: 4vw;
}

#contenitore-sezione-prodotti {
	margin-bottom: 0px;
}

.contenitore-titolo-sezione {
	margin-top: 0px;
	display: inline-block;
	vertical-align: top;
	margin-bottom: 28px;
}

.contenitore-titolo-sezione span {
	margin-bottom: 20px;
	display: inline-block;
}

.contenitore-titolo-sezione .testo-titolo-sezione {
	margin-bottom: 10px;
	margin-top: 20px;
}

#scroller-prodotti {
	margin-left: 10px;
	width: 95%;
	display: inline-block;
	overflow: hidden;
}

#scroller-prodotti a {
	text-decoration: none;
}

#scroller-prodotti a:hover {
	text-decoration: none;
}

#scroller-prodotti .item-slider {
	width: 350px;
}

.contenitore-item-slider {
	border-radius: 20px;
	box-shadow: 0px 3px 6px #00000029;
	height: 369px;
}

.linguetta-item-slider {
	height: 48px;
	border-top-left-radius: 20px;
	border-bottom-right-radius: 20px;
	font-family: "OpenSans-Regular", sans-serif !important;
	color: #F2F0ED !important;
	font-size: 20px;
	line-height: 48px;
	width: 71%;
	z-index: 10;
	position: relative;
}

#contenitore-sezione-comunica .linguetta-item-slider {
	height: 48px;
	border-top-left-radius: 20px;
	border-bottom-right-radius: 20px;
	font-family: "OpenSans-Regular", sans-serif !important;
	color: #F2F0ED !important;
	font-size: 20px;
	line-height: 48px;
	width: 71%;
	z-index: 10;
	position: relative;
}


.img-item-slider img {
	vertical-align: top;
/* 	max-height: 220px; */
/* 	max-width: 350px; */
/* 	z-index: 1; */
/* 	position: relative; */
	max-width: 100%;
	top: -48px;
	border-top-right-radius: 20px;
	border-top-left-radius: 20px;
}

#contenitore-sezione-comunica .img-item-slider img {
	vertical-align: top;
/* 	max-height: 220px; */
/* 	max-width: 350px; */
	z-index: 1;
	position: relative;
	max-width: 100%;
	top: -48px;
	border-top-right-radius: 20px;
	border-top-left-radius: 20px;
}

.titolo-item-slider {
	font-family: "OpenSans-Regular", sans-serif !important;
	color: #C7984D;
	font-size: 20px;
	line-height: 1vw;
	margin-top: -145px;
	font-weight: bold;
	text-align: left;
	margin-bottom: 14px;
	padding-left: 25px;
}

#contenitore-sezione-comunica .titolo-item-slider {
	font-family: "OpenSans-Regular", sans-serif !important;
	color: #C7984D;
	font-size: 20px;
/* 	line-height: 1.5vw; */
	line-height: 29px;;
	margin-top: -120px;
	font-weight: bold;
	text-align: left;
	margin-bottom: 14px;
	padding-left: 25px;
}

.testo-item-slider {
	font-family: "OpenSans-Regular", sans-serif !important;
	color: #000000;
	font-size: 16px;
	line-height: 100%;
	text-align: left;
	padding-left: 25px;
	height: 55px;
	overflow: hidden;
	line-height: 24px;
}

#contenitore-consiglia {
	margin-bottom: 103px;
}

#contenitore-consiglia .carousel-indicators > button {
  	border-radius: 50%;
  	height: 10px;
	width: 10px;
}

.carousel-control-next, .carousel-control-prev {
	width: 6%;
}

.contenitore-ovale-bianco {
    background: #ffffff;
    border-top-right-radius: 50px;
    border-bottom-right-radius: 50px;
    position: absolute;
    z-index: 2;
    padding-left: 79px;
    padding-right: 33px;
    margin-top: 48px;
}

.hoverpiu {
	background: #C7984D;
	width: 30px;
	height: 30px;
	border-radius: 30px;
	position: absolute;
	text-align: center;
	color: #ffffff;
	font-size: 30px;
	line-height: 20px;
	z-index: 2;
	cursor: pointer;
	border: 3px solid #fff;
}

.hoverpiu a {
	text-decoration: none;
	color: inherit;
}

.hoverpiu a:hover {
	text-decoration: none;
}

/* TOOLTIP */
.tooltip.show {
	opacity: 1;
}

.tooltip-inner {
/* 	background-color: #ffffff; */
	background-color: transparent;
	/* box-shadow: 0px 0px 4px black; */
	opacity: 1 !important;
	color: #000000;
}

.tooltip.bs-tooltip-top .tooltip-arrow::before {
/* 	border-top-color: #ffffff; */
	border-top-color: transparent;
}

.tooltip.bs-tooltip-bottom .tooltip-arrow::before {
/* 	border-bottom-color: #ffffff; */
	border-bottom-color: transparent;
}

.tooltip.bs-tooltip-start .tooltip-arrow::before {
/* 	border-left-color: #ffffff; */
	border-left-color: transparent;
}

.tooltip.bs-tooltip-end .tooltip-arrow::before {
/* 	border-right-color: #ffffff; */
	border-right-color: transparent;
}

/* FINE TOOLTIP */

#s1-1 {
	margin-left: 36vw;
	margin-top: -8vw;
}

#s1-2 {
	margin-left: 30.7vw;
	margin-top: -5.8vw;
}

#s1-3 {
	margin-left: 56.8vw;
	margin-top: -22.7vw;
}

#s1-4 {
	margin-left: 73.9vw;
	margin-top: -14.1vw;
}

/* #s1-5 { */
/* 	margin-left: 48.5vw; */
/* 	margin-top: -35.8vw; */
/* } */

#s2-1 {
	margin-left: 8vw;
	margin-top: -6vw;
}

#s2-2 {
	margin-left: 26.7vw;
	margin-top: -27.5vw;
}

#s2-3 {
	margin-left: 57.8vw;
	margin-top: -33.7vw;
}

#s2-4 {
	margin-left: 90.9vw;
	margin-top: -18.5vw;
}


#s3-1 {
	margin-left: 18vw;
	margin-top: -15vw;
}

#s3-2 {
	margin-left: 39.7vw;
	margin-top: -31.5vw;
}

#s3-3 {
	margin-left: 61.8vw;
	margin-top: -20.2vw;
}

/* INIZIO SLIDER PRODOTTI */

#scroller-prodotti .container { margin: 0 auto; }

/* Example wrapper */
#scroller-prodotti .wrap {
	position: relative;
	margin: 3em 0;
	margin-top: 17px;
}

/* Frame */
#scroller-prodotti .frame {
	height: 407px;
	line-height: 369px;
	overflow: hidden;
}
#scroller-prodotti .frame ul {
	list-style: none;
	margin: 0;
	padding: 0;
	height: 100%;
	font-size: 50px;
}
#scroller-prodotti .frame ul li {
	float: left;
	width: 350px;
	height: 100%;
	margin: 0 26px 0 0;
	padding: 0;
	background: #ffffff;
	color: #ddd;
	text-align: center;
	cursor: pointer;
}
#scroller-prodotti .frame ul li.active {
	color: #fff;
	/* background: #a03232; */
}

/* Scrollbar */
#scroller-prodotti .scrollbar {
	margin: 0 0 1em 0;
	height: 8px;
	background: #F2F0ED;
	line-height: 0;
}
#scroller-prodotti .scrollbar .handle {
	width: 100px;
	height: 100%;
	background: #C7984D;
	cursor: pointer;
}
#scroller-prodotti .scrollbar .handle .mousearea {
	position: absolute;
	top: -9px;
	left: 0;
	width: 100%;
	height: 20px;
}

/* Pages */
#scroller-prodotti .pages {
	list-style: none;
	margin: 20px 0;
	padding: 0;
	text-align: center;
}
#scroller-prodotti .pages li {
	display: inline-block;
	width: 14px;
	height: 14px;
	margin: 0 4px;
	text-indent: -999px;
	border-radius: 10px;
	cursor: pointer;
	overflow: hidden;
	background: #fff;
	box-shadow: inset 0 0 0 1px rgba(0,0,0,.2);
}
#scroller-prodotti .pages li:hover {
	background: #aaa;
}
#scroller-prodotti .pages li.active {
	background: #666;
}

/* Controls */
#scroller-prodotti .controls { margin: 25px 0; text-align: center; }

/* One Item Per Frame example*/
#scroller-prodotti .oneperframe { height: 300px; line-height: 300px; }
#scroller-prodotti .oneperframe ul li { width: 1140px; }
#scroller-prodotti .oneperframe ul li.active { background: #333; }

/* Crazy example */
#scroller-prodotti .crazy ul li:nth-child(2n) { width: 100px; margin: 0 4px 0 20px; }
#scroller-prodotti .crazy ul li:nth-child(3n) { width: 300px; margin: 0 10px 0 5px; }
#scroller-prodotti .crazy ul li:nth-child(4n) { width: 400px; margin: 0 30px 0 2px; }

/* FINE SLIDER PRODOTTI */

#contenitore-risolve {
	margin-bottom: 42px;
}

#contenitore-risolve .titolo-oro-34 {
	margin-top: 11px;
	margin-bottom: 34px;
	text-align: center;
	font-size: 25px;
	font-family: 'OpenSans-Bold' !important;
	font-weight: normal;
}

#contenitore-risolve .titolo-oro-34.secondo {
	text-align: center;
	padding-right: 0px;
}

#contenitore-risolve .contenitore-materiale.secondo {
	text-align: center;
	padding-right: 0px;
	margin-left: 10px;
}

#contenitore-risolve .testo-oro-16 {
	margin-bottom: 20px;
	display: inline-block;
	width: 60%;
}

#contenitore-risolve .testo-nero-16 {
	margin-bottom: 20px;
	display: inline-block;
	width: 60%;
}

#contenitore-risolve .contenitore-item-risolve a {
	text-decoration: none;
	color: #000000;
}

#contenitore-risolve .contenitore-item-risolve .x-risolve a {
	text-decoration: none;
	color: #C7984D;
}

#contenitore-risolve .contenitore-item-risolve .x-risolve {
	color: #C7984D;
	font-size: 18px;
	display: inline-block;
	vertical-align: top;
}

#contenitore-risolve .contenitore-item-risolve .contenitore-scorrimento {
	max-height: 383px;
	overflow: auto;
}

.contenitore-problema .testo-nero-16, .contenitore-materiale .testo-nero-16, .contenitore-intervento .testo-nero-16	{
	font-size: 25px;
}

.contenitore-problema .testo-oro-16, .contenitore-materiale .testo-oro-16, .contenitore-intervento .testo-oro-16	{
	font-size: 25px;
}

#contenitore-risolve .contenitore-problema {
	text-align: center;
}

#contenitore-risolve .contenitore-item-risolve.materiale .contenitore-scorrimento {
	width: 95%;
}

#contenitore-risolve .contenitore-item-risolve .contenitore-intervento {
	text-align: center;
}

#contenitore-supereroi {
	margin-bottom: 42px;
}

#contenitore-supereroi .scudo {
	margin-bottom: 42px;
}

#contenitore-supereroi .contenitore-item {
	margin-top: 1px;
	text-align: center;
}

#contenitore-supereroi .contenitore-item .titolo-sezione-oro {
	margin-bottom: 55px;
}

#contenitore-supereroi .contenitore-item .testo-oro-24 {
	margin-bottom: 12px;
	margin-top: 10px;
}

#contenitore-supereroi .contenitore-item img {
	width: 230px;
}

#contenitore-supereroi .contenitore-item .testo-nero-16 {
	padding-right: 0px;
	padding-bottom: 18px;
}

#contenitore-sezione-tv {
	margin-bottom: 42px;
}

#scroller-tv {
	width: 95%;
	display: inline-block;
	overflow: hidden;
	margin-left: 10px;
}

#scroller-tv a {
	text-decoration: none;
}

#scroller-tv a:hover {
	text-decoration: none;
}

#scroller-tv .item-slider {
	width: 350px;
}

#scroller-tv .item-slider iframe {
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
}


/* INIZIO SLIDER TV */

#scroller-tv .container { margin: 0 auto; }

/* Example wrapper */
#scroller-tv .wrap {
	position: relative;
	margin: 3em 0;
	margin-top: 20px;
}

/* Frame */
#scroller-tv .frame {
	height: 407px;
	line-height: 369px;
	overflow: hidden;
}
#scroller-tv .frame ul {
	list-style: none;
	margin: 0;
	padding: 0;
	height: 100%;
	font-size: 50px;
}
#scroller-tv .frame ul li {
	float: left;
	width: 350px;
	height: 100%;
	margin: 0 26px 0 0;
	padding: 0;
	background: #ffffff;
	color: #ddd;
	text-align: center;
	cursor: pointer;
}
#scroller-tv .frame ul li.active {
	color: #fff;
	/* background: #a03232; */
}

/* Scrollbar */
#scroller-tv .scrollbar {
	margin: 0 0 1em 0;
	height: 8px;
	background: #F2F0ED;
	line-height: 0;
}
#scroller-tv .scrollbar .handle {
	width: 100px;
	height: 100%;
	background: #C7984D;
	cursor: pointer;
}
#scroller-tv .scrollbar .handle .mousearea {
	position: absolute;
	top: -9px;
	left: 0;
	width: 100%;
	height: 20px;
}

/* Pages */
#scroller-tv .pages {
	list-style: none;
	margin: 20px 0;
	padding: 0;
	text-align: center;
}
#scroller-tv .pages li {
	display: inline-block;
	width: 14px;
	height: 14px;
	margin: 0 4px;
	text-indent: -999px;
	border-radius: 10px;
	cursor: pointer;
	overflow: hidden;
	background: #fff;
	box-shadow: inset 0 0 0 1px rgba(0,0,0,.2);
}
#scroller-tv .pages li:hover {
	background: #aaa;
}
#scroller-tv .pages li.active {
	background: #666;
}

/* Controls */
#scroller-tv .controls { margin: 25px 0; text-align: center; }

/* One Item Per Frame example*/
#scroller-tv .oneperframe { height: 300px; line-height: 300px; }
#scroller-tv .oneperframe ul li { width: 1140px; }
#scroller-tv .oneperframe ul li.active { background: #333; }

/* Crazy example */
#scroller-tv .crazy ul li:nth-child(2n) { width: 100px; margin: 0 4px 0 20px; }
#scroller-tv .crazy ul li:nth-child(3n) { width: 300px; margin: 0 10px 0 5px; }
#scroller-tv .crazy ul li:nth-child(4n) { width: 400px; margin: 0 30px 0 2px; }

/* FINE SLIDER TV */









#contenitore-sezione-comunica {
	margin-bottom: 103px;
}

#scroller-comunica {
	width: 95%;
	display: inline-block;
	overflow: hidden;
	margin-left: 10px;
}

#scroller-comunica a {
	text-decoration: none;
}

#scroller-comunica a:hover {
	text-decoration: none;
}

#scroller-comunica .item-slider {
	width: 350px;
}


/* INIZIO SLIDER COMUNICA */

#scroller-comunica .container { margin: 0 auto; }

/* Example wrapper */
#scroller-comunica .wrap {
	position: relative;
	margin: 3em 0;
	margin-top: 18px;
}

/* Frame */
#scroller-comunica .frame {
	height: 407px;
	line-height: 369px;
	overflow: hidden;
}
#scroller-comunica .frame ul {
	list-style: none;
	margin: 0;
	padding: 0;
	height: 100%;
	font-size: 50px;
}
#scroller-comunica .frame ul li {
	float: left;
	width: 350px;
	height: 100%;
	margin: 0 26px 0 0;
	padding: 0;
	background: #ffffff;
	color: #ddd;
	text-align: center;
	cursor: pointer;
}
#scroller-comunica .frame ul li.active {
	color: #fff;
	/* background: #a03232; */
}

/* Scrollbar */
#scroller-comunica .scrollbar {
	margin: 0 0 1em 0;
	height: 8px;
	background: #F2F0ED;
	line-height: 0;
}
#scroller-comunica .scrollbar .handle {
	width: 100px;
	height: 100%;
	background: #C7984D;
	cursor: pointer;
}
#scroller-comunica .scrollbar .handle .mousearea {
	position: absolute;
	top: -9px;
	left: 0;
	width: 100%;
	height: 20px;
}

/* Pages */
#scroller-comunica .pages {
	list-style: none;
	margin: 20px 0;
	padding: 0;
	text-align: center;
}
#scroller-comunica .pages li {
	display: inline-block;
	width: 14px;
	height: 14px;
	margin: 0 4px;
	text-indent: -999px;
	border-radius: 10px;
	cursor: pointer;
	overflow: hidden;
	background: #fff;
	box-shadow: inset 0 0 0 1px rgba(0,0,0,.2);
}
#scroller-comunica .pages li:hover {
	background: #aaa;
}
#scroller-comunica .pages li.active {
	background: #666;
}

/* Controls */
#scroller-comunica .controls { margin: 25px 0; text-align: center; }

/* One Item Per Frame example*/
#scroller-comunica .oneperframe { height: 300px; line-height: 300px; }
#scroller-comunica .oneperframe ul li { width: 1140px; }
#scroller-comunica .oneperframe ul li.active { background: #333; }

/* Crazy example */
#scroller-comunica .crazy ul li:nth-child(2n) { width: 100px; margin: 0 4px 0 20px; }
#scroller-comunica .crazy ul li:nth-child(3n) { width: 300px; margin: 0 10px 0 5px; }
#scroller-comunica .crazy ul li:nth-child(4n) { width: 400px; margin: 0 30px 0 2px; }

/* FINE SLIDER COMUNICA */




@media ( min-width : 300px) {
	
}

@media ( min-width : 365px) {
	
}

@media ( min-width : 768px) {
	html, body {
		/* 	height: 100%; */
		/* width: 100%; */
		margin:0;
    padding:0;
	/* 	width: 100vw; */
	}
}

@media ( min-width : 992px) {
	
	#scroller-prodotti {
/* 		width: 66.8vw; */
		width: 58vw;
		display: inline-block;
		overflow: hidden;
		margin-left: 0px;
	}
	
	#contenitore-supereroi .scudo {
		margin-bottom: 42px;
	}
	
	#contenitore-supereroi .contenitore-item {
		margin-top: 1px;
		text-align: left;
	}
	
	#contenitore-supereroi .contenitore-item .titolo-sezione-oro {
		margin-bottom: -13px;
	}
	
	#contenitore-supereroi .contenitore-item .testo-nero-16 {
		padding-right: 209px;
		padding-bottom: 60px;
	}
	
	#scroller-tv {
		width: 58vw;
		display: inline-block;
		overflow: hidden;
		margin-left: 0px;
	}
	
	#scroller-comunica {
		width: 58vw;
		display: inline-block;
		overflow: hidden;
		margin-left: 0px;
	}
	
	#contenitore-risolve .contenitore-problema {
		text-align: inherit;
	}
	
	#contenitore-risolve .contenitore-item-risolve.materiale .contenitore-scorrimento {
		width: 80%;
	}
	
	#contenitore-risolve .contenitore-materiale.secondo {
		text-align: left;
		padding-right: 44px;
		margin-left: 46px;
	}
	
	#contenitore-risolve .contenitore-item-risolve .contenitore-intervento {
		text-align: left;
	}
	
	#contenitore-risolve .titolo-oro-34.secondo {
		text-align: center;
		padding-right: 44px;
	}
	
	#contenitore-risolve .titolo-oro-34 {
		margin-top: 11px;
		margin-bottom: 34px;
		text-align: left;
		font-size: 34px;
		font-family: 'OpenSans-Regular';
		font-weight: bold;
	}
	
	#contenitore-prima-sezione {
		margin-bottom: 103px;
	}
	
	.contenitore-titolo-sezione .testo-titolo-sezione {
		margin-bottom: 60px;
		margin-top: 20px;
	}
	
	.contenitore-titolo-sezione {
		margin-top: 0px;
		display: inline-block;
		vertical-align: top;
		margin-bottom: inherit;
	}
	
	#contenitore-sezione-prodotti {
		margin-bottom: 103px;
	}
	
	#contenitore-risolve {
		margin-bottom: 103px;
	}
	
	#contenitore-supereroi .contenitore-item img {
		width: 314px;
	}
	
	#contenitore-supereroi .contenitore-item .testo-nero-16 {
		padding-right: 0px;
		padding-bottom: 60px;
	}
	
	#contenitore-supereroi {
		margin-bottom: 103px;
	}
	
	#contenitore-sezione-tv {
		margin-bottom: 103px;
	}
	
	.contenitore-problema .testo-nero-16, .contenitore-materiale .testo-nero-16, .contenitore-intervento .testo-nero-16	{
		font-size: 16px;
	}
	
	.contenitore-problema .testo-oro-16, .contenitore-materiale .testo-oro-16, .contenitore-intervento .testo-oro-16	{
		font-size: 16px;
	}
	
}

@media ( min-width : 1200px) {
	
}

@media ( min-width : 1920px) {
	
}

