@import url("6+.css");

:root {
  --cnvs-themecolor: #aed7ed;
  --cnvs-themecolor-rgb: 174, 215, 237;
}

.button-aqua {
  --cnvs-btn-color: var(--cnvs-themecolor);
  color: #000;
}

/* Pulsanti fissi laterali sx */
.floating-btns {
  position: fixed;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  flex-direction: column;
  gap: 12px;
  z-index: 9999;
}
.floating-btns a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 52px;
  height: 52px;
  border-radius: 50%;
  color: #fff !important;
  font-size: 22px;
  box-shadow: 0 4px 14px rgba(0,0,0,0.25);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
  text-decoration: none !important;
}
.floating-btns a:hover {
  transform: scale(1.1);
  box-shadow: 0 6px 20px rgba(0,0,0,0.35);
  color: #fff !important;
}
.floating-btn-phone { background-color: #22d112; }
.floating-btn-contact { background-color: #17b9dc; }
@media (max-width: 480px) {
  .floating-btns { left: 10px; top: auto; bottom: 20px; transform: none; }
}

/* Foto float sx con testo a fianco (content_block.php) */
.cb-float-img { display:block; width:100%; margin-bottom:1rem; }
@media (min-width: 768px) {
  .cb-float-img { width:50%; float:left; margin-right:1.5rem; margin-bottom:0.5rem; }
}

/* Link nel footer */
#footer .footer-widgets-wrap a { color: #07386c; }
#footer .footer-widgets-wrap a:hover { color: #fff; }
/* CSS FONTS */
/*@font-face {
  font-family: 'HighTide';
  src:  url('fonts/HighTide.otf')  format('opentype'), url('fonts/HighTide.woff') format('woff'), url('fonts/HighTide.ttf')  format('truetype');
  font-weight: normal;
  font-style: normal;
}
.HighTide {
	 font-family: 'HighTide';
	 color: #816252;
	 font-size: 55px;
}*/

.barlow-thin {
  font-family: "Barlow", sans-serif;
  font-weight: 100;
  font-style: normal;
}

.barlow-extralight {
  font-family: "Barlow", sans-serif;
  font-weight: 200;
  font-style: normal;
}

.barlow-light {
  font-family: "Barlow", sans-serif;
  font-weight: 300;
  font-style: normal;
}

.barlow-regular {
  font-family: "Barlow", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.barlow-medium {
  font-family: "Barlow", sans-serif;
  font-weight: 500;
  font-style: normal;
}

.barlow-semibold {
  font-family: "Barlow", sans-serif;
  font-weight: 600;
  font-style: normal;
}

.barlow-bold {
  font-family: "Barlow", sans-serif;
  font-weight: 700;
  font-style: normal;
}

.barlow-extrabold {
  font-family: "Barlow", sans-serif;
  font-weight: 800;
  font-style: normal;
}

.barlow-black {
  font-family: "Barlow", sans-serif;
  font-weight: 900;
  font-style: normal;
}

.barlow-thin-italic {
  font-family: "Barlow", sans-serif;
  font-weight: 100;
  font-style: italic;
}

.barlow-extralight-italic {
  font-family: "Barlow", sans-serif;
  font-weight: 200;
  font-style: italic;
}

.barlow-light-italic {
  font-family: "Barlow", sans-serif;
  font-weight: 300;
  font-style: italic;
}

.barlow-regular-italic {
  font-family: "Barlow", sans-serif;
  font-weight: 400;
  font-style: italic;
}

.barlow-medium-italic {
  font-family: "Barlow", sans-serif;
  font-weight: 500;
  font-style: italic;
}

.barlow-semibold-italic {
  font-family: "Barlow", sans-serif;
  font-weight: 600;
  font-style: italic;
}

.barlow-bold-italic {
  font-family: "Barlow", sans-serif;
  font-weight: 700;
  font-style: italic;
}

.barlow-extrabold-italic {
  font-family: "Barlow", sans-serif;
  font-weight: 800;
  font-style: italic;
}

.barlow-black-italic {
  font-family: "Barlow", sans-serif;
  font-weight: 900;
  font-style: italic;
}



/* CSS UNIVERSALI */
.solodesktop {
	display: inline;
	}
.solomobile {
	display: none;
	}
	
#logo {
		padding: 4px;
	}
#slide-video {
		 width: 100%;
		 margin-top: -40px;
	}	
.slide-prodotto {
		 margin-top: -30px;
	}	
	
b, strong {
		font-weight: 600;
	}
	
.bg-appstore, .h-bg-appstore:hover {
		background-color: #ffedd7 !important;
	}	
.bg-appstore p {
	font-family: 'Poppins', sans-serif;
}	
	
.content-wrap {
  position: relative;
  padding: 0;
  overflow: hidden;
  font-family: 'Poppins', sans-serif;
}
.fbox-icon a, .fbox-icon i, .fbox-icon img {
	display: block;
	position: relative;
	width: auto; 
	height: auto; 
	color: #fff;
}

#footer {
	position: relative;
	background-color: #a2d9f0;
	border-top: #a2d9f0;
	font-family: 'Poppins', sans-serif;
}
#header-wrap #logo img {
	height: 130px;
}
.umidity{
	background-color: #17b9dc;
}
.corrosion{
	background-color: #56a332;
}
.handling{
	background-color: #ee7201;
}
.monitoring{
	background-color: #0055a2;
}
.copyright-links a {
	display: inline-block;
	margin: 0 0.25rem;
	color: #fff;
}
#demo-interior-tab.nav-tabs {
	--bs-nav-tabs-border-width: 0px;
	--bs-nav-link-color: #111;
	--bs-nav-link-hover-color: var(--cnvs-themecolor);
}

#demo-interior-tab.nav-tabs .nav-item .nav-link {
	position: relative;
	font-size: 19px;
	font-weight: 600;
	padding: 0 0 20px 0;
}

#demo-interior-tab.nav-tabs .nav-item .nav-link i {
	display: block;
	font-size: 38px;
	margin: 0 0 10px 0;
	color: var(--bs-nav-link-hover-color);
}

#demo-interior-tab.nav-tabs .nav-item .nav-link.active {
	top: 0;
}

#demo-interior-tab.nav-tabs .nav-item .nav-link.active i {
	color: var(--bs-nav-link-hover-color);
}

#demo-interior-tab.nav-tabs .nav-item .nav-link.active::after {
	content: '';
	position: absolute;
	width: 6px;
	height: 6px;
	bottom: 0;
	left: 50%;
	margin-left: -3px;
	border-radius: 50%;
	background: var(--bs-nav-link-hover-color);
}
.fbox-content h3 {
	color: #e30514;
	font-weight: bold;
	font-size: 24px;
}
.text-lg-right {
	text-align: right;
}
.heading-block::after {
	display: none;
}

.heading-block h1, .heading-block .h1 {
	font-size: 1.9rem
}
.ins-categories .nav-link.active {
	color: #FFF;
	background-color: #17b9dc;
	max-height: 200px;
}
.ins-categories .nav-link {
	color: #17b9dc;
}

.ins-categories .nav-link {
	padding: 6px 30px;
}
.portfolio-desc span {
	font-size: 16px;
	line-height: 1;
}
/* ----- | Story-Box | ----- */
.story-box {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: inherit;
	cursor: pointer;
}

.story-box .story-box-image {
	width: 70%;
	height: 500px;
	z-index: 2;
	overflow: hidden;
	-ms-flex-preferred-size: auto;
	flex-basis: auto;
}

.story-box .story-box-image img {
	display: block;
	height: auto;
	width: 100%;
	opacity: 1;
	transition: opacity .3s ease;
}

.story-box:hover .story-box-image img {
	opacity: .9;
}

.story-box .story-box-info {
	box-sizing: border-box;
	width: 60%;
	height: 430px;
	padding: 60px;
	margin: 35px 0 0 -20%;
	background: #fff;
	z-index: 4;
	box-shadow: 0 10px 45px rgba(0,0,0,.1);
	transition: all ease-in .3s;
	-ms-flex-preferred-size: auto;
	flex-basis: auto;
}

.story-box.description-left .story-box-info {
	-ms-flex-order: -1;
	order: -1;
	margin: 35px -30% 0 0;
}

.story-box .story-box-info .story-title {
	font-size: 25px;
	line-height: 1.1;
	font-weight: 700;
	letter-spacing: 0;
}

.story-box .story-box-info .story-box-content p {
	font-size: 15px;
	font-weight: 300;
	color: #666;
	line-height: 16px;
}

.story-box .story-box-info .story-box-content a {
	font-size: 16px;
	text-decoration: underline !important;
}
.story-box .story-box-info {
	border: 8px solid #e9858c;
}
.story-box .story-box-info .story-title {
	color: #e30514;
}

h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
	margin: 0 0 10px 0;
}


/* ----- Story-Box Responsive ----- */
@media (max-width: 991px) {

	.story-box .story-box-image {
		height: auto;
		width: 100%;
		height: 400px;
		-ms-flex-order: -1;
		order: -1;
	}

	.story-box.description-left .story-box-info {
		-ms-flex-order: -1;
		order: -1;
		margin: 35px -20% 0 0;
	}

	.story-box.description-left .story-box-info { margin: -40px 5% 0; }

	.story-box .story-box-info {
		max-width: 90%;
		height: auto;
		-ms-flex-preferred-size: 90%;
		flex-basis: 90%;
		margin: -40px 5% 0;
	}
}


@media (max-width: 767px) {

	.story-box.description-left .story-box-info { margin: -100px 5% 0; }
	.story-box .story-box-info {
		padding: 35px;
		text-align: center;
		margin: -100px 5% 0;
	}
	.customers-count { border-right: none }
}

@media (max-width: 479px) {

	.story-box .story-box-info {
		width: 100%;
		padding: 15px;
		text-align: center;
		margin: -200px 5% 0;
	}
	.story-box.description-left .story-box-info { margin: -200px 5% 0; }

	ul.tab-nav:not(.tab-nav-lg) li a i {display: none;}
}

.icon-tab {
	width: 120px;
}

.entry-title span {
	color: #e30514;
}
.color-theme h1 {
	color: #e30514;
}
.slide-cat {
	padding-top: 4rem !important;
}
.product-title {
	margin-bottom: -3px;
}

* CSS DESKTOP */
@media (min-width: 1200px) {

}


/* CSS RESPONSIVE TABLET PRO */
@media (min-width: 768px) and (max-width: 991px) {

}


/* CSS RESPONSIVE   TABLET PRO*/
@media (min-width: 992px) and (max-width: 1199px) {



}


/* CSS RESPONSIVE TABLET */
@media (max-width: 767px) {


}


/* CSS RESPONSIVE SMARTPHONE */
@media (max-width: 480px) {
	.solodesktop {
	display: none;
	}
.solomobile {
	display: inline;
	}
	.section {
		padding-bottom: 10px;
	}
	#slide-video {
		 width: 100%;
		 margin-top: 0px;
	}	
#header-wrap #logo img {
		height: 60px;
	}	
.offset-1{
	margin-left:0px;
}
#side-tab{
	margin-top:25px;
	}
	.last-child-mb-0 > *:last-child { margin-bottom: 20px !important; }
}


@media (max-width: 991.98px) {
  .section-1-col-text { padding-bottom: 0 !important; }
}
