@import url('https://fonts.googleapis.com/css2?family=Nunito+Sans:ital,opsz,wght@0,6..12,200..1000;1,6..12,200..1000&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Arvo:ital,wght@0,400;0,700;1,400;1,700&display=swap');

/* ANIMATION */

@font-face {
	font-family: Futura-std;
	src: url(../fonts/futura-std/FuturaStdBook.otf);
}

@font-face {
	font-family: Futura-std;
	src: url(../fonts/futura-std/FuturaStdBook.otf);
	font-weight: normal;
	font-style: normal;
  }
  
  @font-face {
	font-family: Futura-std;
	src: url(../fonts/futura-std/FuturaStdMediumOblique.otf);
	font-weight: normal;
	font-style: italic;
  }
  
  @font-face {
	font-family: Futura-std;
	src: url(../fonts/futura-std/FuturaStdBook.otf);
	font-weight: 400;
	font-style: normal;
  }

  @font-face {
	font-family: Futura-std;
	src: url(../fonts/futura-std/FuturaStdHeavy.otf);
	font-weight: 600;
	font-style: normal;
  }

  @font-face {
	font-family: Futura-std;
	src: url(../fonts/futura-std/FuturaStdBold.otf);
	font-weight: bold;
	font-style: normal;
  }  

/* MENU */

.site-navbar-wrap {
  z-index: 99;
  transition: 0.3s all ease;
}

.site-navbar-wrap .navbar-brand {
	padding: 0;
	max-width: 150px;
}

.navbar-brand img{
	max-height: 55px!important;
}

.site-navbar-wrap.v1 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  padding: 10px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.site-navbar-wrap.scrolled {
  padding: 0px 0;
  box-shadow: 0 0 30px -5px rgba(0, 0, 0, 0.1);
}

.site-navbar-top {
  display: none;
  font-size: 0.8rem;
  background: #1e7e34;
}

.site-navbar-top a {
  color: #fff;
}

.site-navbar-top .text-with-icon {
  color: rgba(255, 255, 255, 0.5);
}

.site-navbar-top,
.site-navbar {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.site-navbar {
  margin-bottom: 0px;
  width: 100%;
  border-bottom: none;
}

.site-navbar .site-logo {
  font-weight: 200;
}

.site-navbar .site-logo a {
  font-weight: 200;
  font-size: 26px;
  color: #000;
}

.site-menu {
  margin-bottom: 0;
}

.site-menu .active > a {
  color: #000;
}

.user-menu li a {
  padding-left: 5px !important;
  padding-right: 0 !important;
}

.user-menu li a {
  background: #0cbcb7;
  color: #fff !important;
  border-radius: 20px;
  transition: 0.4s;
  padding: 10px 20px !important;
}

.user-menu li a:hover {
  background: #fff;
  color: #333 !important;
}

.site-menu > li {
  display: inline-block;
  padding: 10px 10px;
}

.site-menu > li > a {
  padding: 10px 10px;
  color: #fff;
  font-size: 15px;
  font-weight: 400;
  text-decoration: none !important;
}

.site-navbar-wrap.v2 {
  border-bottom: 0px solid rgba(153, 153, 153, 0.22);
  padding: 10px 0;
  background-color: #fff;
}

.site-navbar-wrap.v2.v3 {
  border-bottom: 0px solid rgba(153, 153, 153, 0.22);
  padding: 10px 0;
  background-color: #efefef;
}

.site-menu > li > a {
  color: #333;
  font-weight: 600;
}

.site-menu > li > a:hover {
  color: #333;
}

.site-menu > li:last-child {
  padding-right: 0;
}

.site-menu .has-children {
  position: relative;
}

.site-navbar .site-navigation a {
  font-size: 14px;
  font-weight: 300;
}

.site-menu .has-children > a {
  position: relative;
  padding-right: 20px;
  font-size: 15px;
  font-weight: 400;
}

.site-navbar-wrap
  .site-navbar
  .site-navigation
  .site-menu
  .has-children
  > a::before {
  position: absolute;
  content: "<";
  color: #fff;
  font-family: "Ionicons";
  top: 6px;
  right: -4px;
  font-size: 13px;
}

.site-navbar-wrap.v2
  .site-navbar
  .site-navigation
  .site-menu
  .has-children
  > a::before {
  color: #000;
  top: -3px;
  right: 6px;
}

.dropdown > .has-children > a::before {
  position: absolute !important;
  content: "<" !important;
  color: #000 !important;
  font-family: "Ionicons" !important;
  top: 14px !important;
  right: 3px !important;
}

.site-menu .has-children .dropdown {
  visibility: hidden;
  opacity: 0;
  top: 122%;
  position: absolute;
  text-align: left;
  padding: 15px 30px;
  margin-top: 20px;
  margin-left: 0px;
  background: #fff;
  transition: 0.4s 0s;
  z-index: 9999;
}

.site-menu .has-children .dropdown {
  box-shadow: 0 5px 5px 5px rgba(0, 0, 0, 0.05);
  position: absolute;
  min-width: 15.3rem;
  z-index: 9999;
  border-radius: 2px;
}

.site-menu .has-children .dropdown li {
  position: relative;
}

.site-menu .has-children .dropdown li:before {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background: #f91942;
  content: "";
  transition: 0.6s;
}

.site-navbar
  .site-navigation
  .site-menu
  .has-children
  .dropdown
  li:hover:before {
  width: 100%;
}

.dropdown.sub-menu {
  position: absolute;
  min-width: 12.9rem !important;
  z-index: 9999;
}

.dropdown li a:hover {
  margin-left: 5px;
}

.site-menu .has-children .dropdown:before {
  border-color: rgba(136, 183, 213, 0);
  border-bottom-color: #000;
  border-width: 7px;
  margin-left: -7px;
}

.site-menu .has-children .dropdown a {
  text-transform: none;
  letter-spacing: normal;
  transition: 0s all;
  color: #fff;
}

.site-menu .has-children .dropdown .active > a {
  color: #28a745 !important;
}

.site-menu .has-children .dropdown > li {
  border-bottom: 1px solid #f5f6f7;
  list-style: none;
  margin: 0;
}

.site-menu .has-children .dropdown li:last-child {
  border-bottom: none;
}

.site-menu .has-children .dropdown > li > a {
  display: block;
  color: #666;
  transition: 0.3s;
  line-height: 1.5;
  font-size: 14px;
  font-weight: 300;
  padding: 10px 0;
}

.site-navbar
  .site-navigation
  .site-menu
  .has-children
  .dropdown
  > li.has-children
  > a:before {
  content: "\e315";
  right: 20px;
}

.site-navbar
  .site-navigation
  .site-menu
  .has-children
  .dropdown
  > li.has-children
  > .dropdown,
.site-navbar
  .site-navigation
  .site-menu
  .has-children
  .dropdown
  > li.has-children
  > ul {
  left: 100%;
  top: 0;
}

.site-navbar
  .site-navigation
  .site-menu
  .has-children
  .dropdown
  > li.has-children
  > .dropdown.sub-menu {
  left: 107% !important;
  top: -14px !important;
}

.site-menu .has-children:hover,
.site-menu .has-children:focus,
.site-menu .has-children:active {
  cursor: pointer;
}

.site-menu .has-children:hover > .dropdown,
.site-menu .has-children:focus > .dropdown,
.site-menu .has-children:active > .dropdown {
  transition-delay: 0s;
  margin-top: -1px;
  visibility: visible;
  opacity: 1;
}

.site-mobile-menu {
  width: 320px;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 20000;
  padding-top: 20px;
  background: #fff;
  height: calc(100vh);
  transform: translateX(110%);
  box-shadow: -10px 0 20px -10px rgba(0, 0, 0, 0.1);
  transition: 0.3s all ease-in-out;
}

.offcanvas-menu .site-mobile-menu {
  transform: translateX(0%);
}

.mobile-bar span {
  font-size: 25px;
  padding: 0 10px;
  border-radius: 4px;
}

.site-navbar-wrap.v1 .mobile-bar span {
  color: #fff;
}

.site-navbar-wrap.v2 .mobile-bar span {
  color: #000;
}

.site-mobile-menu-close.js-menu-toggle span {
  color: #000;
  margin-right: 20px;
  font-size: 35px !important;
}

.site-mobile-menu .site-mobile-menu-header {
  width: 100%;
  float: left;
  padding-left: 20px;
  padding-right: 20px;
}

.site-mobile-menu .site-mobile-menu-header .site-mobile-menu-close {
  float: right;
  margin-top: 8px;
}

.site-mobile-menu .site-mobile-menu-header .site-mobile-menu-close span {
  font-size: 40px;
  display: inline-block;
  padding-left: 10px;
  padding-right: 20px;
  line-height: 1;
  cursor: pointer;
  transition: 0.3s all ease;
}

.site-mobile-menu .site-mobile-menu-header .site-mobile-menu-close span:hover {
  color: #25262a;
}

.site-mobile-menu .site-mobile-menu-header .site-mobile-menu-logo {
  float: left;
  margin-top: 10px;
  margin-left: 0px;
}

.site-mobile-menu .site-mobile-menu-header .site-mobile-menu-logo a {
  display: inline-block;
  text-transform: uppercase;
}

.site-mobile-menu .site-mobile-menu-header .site-mobile-menu-logo a img {
  max-width: 70px;
}

.site-mobile-menu .site-mobile-menu-header .site-mobile-menu-logo a:hover {
  text-decoration: none;
}

.site-mobile-menu .site-mobile-menu-body {
  overflow-y: scroll !important;
  position: relative;
  padding: 20px 30px;
  height: calc(100vh - 52px);
  padding-bottom: 150px;
}

.site-mobile-menu .site-nav-wrap {
  padding: 0;
  margin: 0;
  list-style: none;
  position: relative;
}

.site-mobile-menu .site-nav-wrap a {
  padding: 15px 0;
  display: block;
  position: relative;
  color: #212529;
}

.site-mobile-menu .site-nav-wrap a:hover {
  color: #00AEEF;
}

.site-mobile-menu .site-nav-wrap li {
  position: relative;
  display: block;
}

.site-mobile-menu .site-nav-wrap li.active > a {
  color: #00AEEF;
}

.site-mobile-menu .site-nav-wrap button .arrow-collapse {
  position: absolute;
  right: 0px;
  /* top: 10px; */
  z-index: 20;
  width: 36px;
  height: 36px;
  text-align: center;
  cursor: pointer;
  border-radius: 50%;
	transition: 0.3s all ease-in-out;
}

.site-mobile-menu .site-nav-wrap button .arrow-collapse:hover {
  background: #f8f9fa;
}

.site-mobile-menu .site-nav-wrap button .arrow-collapse:before {
  font-size: 16px;
  z-index: 20;
  font-family: "Ionicons";
  content: "<";
  position: absolute;
  top: 20%;
  left: 35%;
  transform: translate(-50%, -50%) rotate(-180deg);
  transition: 0.3s all ease;
}

.mobile_btn{
	width: 100%;
	text-align: start;
}

.navigation__item.collapse.show{
	/* transition: 0.3s all ease-in-out;
	max-height: 500px; */
	max-height: 500px;
	padding-top: 10px;
	/* padding-bottom: 10px; */
}

.navigation__item.collapse{
	/* transform: translateY(0%);
	overflow: hidden;
	transition: max-height 0.3s ease, opacity 0.3s ease;
	transition: 0.3s all ease-in-out; */
	max-height: 0;
	overflow: hidden;
	transition: max-height 0.3s ease-in-out, padding 0.3s ease-in-out;
	transform: translateX(0%);
}

button.collapsed.active .arrow-collapse{
	transform: rotate(180deg);
	transition: 0.3s all ease;
	transition: 0.3s all ease-in-out;
}

.site-mobile-menu .site-nav-wrap button.collapsed .arrow-collapse:before {
  transform: rotate(-90deg);
	transition: 0.3s all ease-in-out;
}

.site-mobile-menu .site-nav-wrap > li {
  display: block;
  position: relative;
  float: left;
  width: 100%;
}

.site-mobile-menu .site-nav-wrap > li > a, .site-mobile-menu .site-nav-wrap > li span {
  font-size: 16px;
	font-weight: 400;
}

.site-mobile-menu .site-nav-wrap > li > ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

.site-mobile-menu .site-nav-wrap > li > ul > li {
  display: block;
	padding-left: 40px;
}

.site-mobile-menu .site-nav-wrap > li > ul > li > a {
  padding-left: 40px;
  font-size: 16px;
}

.site-mobile-menu .site-nav-wrap > li > ul > li > ul {
  padding: 0;
  margin: 0;
}

.site-mobile-menu .site-nav-wrap > li > ul > li > ul > li {
  display: block;
}

.site-mobile-menu .site-nav-wrap > li > ul > li > ul > li > a {
  font-size: 16px;
  padding-left: 60px;
}

.add-list.float-right {
  margin-top: 4px;
}

.library{
	display: flex;
}
.library-data{
	font-size: 16px;
	font-weight: 100;
	color: #a9a9a9;
}

.library-data time{
	color: #646464;
	font-size: 14px;
}

/* .library-btn{
	width: max-content;
	border: 4px solid #00AEEF;
	border-top-left-radius: 30px;
	border-top-right-radius: 10px;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 30px;
	padding: 10px 20px;
} */

.library-btn a{
	color: #fff;
	text-decoration: none;
	cursor: pointer;
	font-size: 20px;
}

.library-btn a:hover, .library-btn:hover a{
	color: #00AEEF;
}


body {
	font-family: "Futura-std" !important;
	font-size: 20px;
}

#block-coim-local-tasks{
	position:fixed;
	background:white;
	padding:10px;
	bottom:0px;
	right:0px;
	box-shadow: 1px 1px 20px #ccc;
}
#block-coim-local-tasks ul{
	list-style:none;
	padding-left:0px;
}
#block-coim-local-tasks li{
	float:left;
	margin-right:10px;
}
#block-coim-local-tasks a{
	font-size:16px;
	font-weight: 600;
	color:#060606;
}

.dropdown-menu:not(.altri_figli){
	height: calc(100vh - 120px)!important;
	overflow-y: auto!important;
	border-bottom: 2px solid #ccc!important;
}

.dropdown-menu.language.show{
	height: max-content!important;
	margin-left: -10px;
	margin-top: 10px;
}

.dropdown-menu.language li{
	width: max-content;
}

.dropdown-menu.language li:not(:last-child){
	margin-bottom: 1rem;
}

.dropdown-menu.paragraph_img.show{
	border: none;
}

ul.dropdown-menu{
	min-width: auto;
	padding-top: 10px;
	padding-left: 10px;
}

.dropdown-menu a{
	font-size:20px;
	font-weight:400;
	margin-top: 10px!important;
}

.lente-header{
	width: 20px;
height: 20px;
margin-top: -2px;
position: relative;
}

a, a:focus, a:active{
	text-decoration:none;
}

.box_user{
	display: flex;
	flex-direction: column;
	align-items: start;
	padding-top: 20px;
}

body, p, div, h1, h2, h3, h4, h5, h6, ul, li{
	/*font-family: "Nunito Sans", sans-serif;*/
	font-weight: 600;
}

.nome-prodotto{
	font-family: 'Arvo';
	font-size:50px;
	margin-top:15px;
}

.settori-applicazione-box{
	margin-bottom:30px;
	margin-right: 10px;
	min-height: 70px;
}

.icon_applicazione{
	min-height: 55px;
	align-content: center;
}

.font-arvo{
	font-family: 'Arvo';
	font-weight: 700;
}

.fw-600{
	font-weight: 600!important;
}

.fw-400{
	font-weight: 400!important;
}

.bg-white{
	background-color: #fff;
}

.text-white{
	color: #fff
}

.color-white{
	color: #fff;
}

.text-green-light{
  color: #7C961B!important;
}

.color-green-light{
	background-color: #7C961B!important;
  border: 3px solid #7C961B!important;
}

.color-green{
	background-color: #155823!important;
  border: 3px solid #155823!important;
}

.text-green{
 color: #155823;
}

.color-blue{
	background-color: #00AEEF;
}

.radius-30{
	border-radius:30px;
}

.radius-70{
	border-radius:70px;
}

.fixed-top{
	z-index:20;
}

.padding-40{
	padding:40px;
}

.padding-30{
	padding:30px;
}

.padding-20{
	padding: 20px;
}

.fs-16{
	font-size: 16px;
	font-weight: 900;
}

.fs-18{
	font-size: 18px!important;
	line-height: 22px;
}

.fs-24{
	font-size: 24px!important;
}

.fs-28{
	font-size:28px!important;
}

.fs-30{
	font-size:30px!important;
}

.fs-150{
	font-size:150px!important;
}

.fs-250{
	font-size:250px!important;
}

.padding-y-150{
	padding:150px 0px!important;
}

#bg-page{
	height: 355px;
	background-size: cover;
	background-position: center;
	margin-top: 120px;
}

#bg-page .container .row{
	margin-bottom: -100px;
}

.page-title{
	position: relative;
	top: -148px;
	background-color: white;
	border-top-left-radius: 37px;
	border-top-right-radius: 37px;
	padding:40px 150px 0px;
	width:auto;
	height: 150px;
}

.page-title h1{
	font-weight:bold;
}

.page-title .briciole *{
	font-size:22px!important;
	line-height: 30px!important;
	font-weight: 400!important;
	color: #010101;
}

.page-title .briciole{
	margin-bottom:30px;
}

.header_img{
	margin-bottom: -150px;
}

.border-top-light-blue{
	border-top:3px solid #00AEEF;
}

.bg-world{
	background-position: center left;
	background-repeat: no-repeat;
	background-image: url('../img/bg-world.png');
	background-color: #004B65;
}

.bg-norepeat{
	background-position: center left;
	background-repeat: no-repeat;
}

.box-prodotto{
	max-width: 530px;
	border:3px solid #00AEEF;
	border-top-left-radius: 40px;
	border-top-right-radius: 20px;
	border-bottom-left-radius: 20px;
	border-bottom-right-radius: 40px;
	background-color: #fff;
}

.box-prodotto h2{
	font-family: 'Arvo';
}

.box-prodotto .row img{
	height: auto;
}

.has-large-font-size{
	font-family: "Futura-std";
	font-weight: 700;
	font-size: 40px;
	line-height: 48px;
	text-transform: uppercase;
	}

.has-huge-font-size{
	font-family: "Futura-std";
	font-weight: 700;
	font-size: 100px;
	line-height: 120px;
	text-transform: uppercase;
}

.js-form-item{
	float: left;
	width: 48%;
	padding: 15px;
}

textarea#edit-message{
	font-size: 20px;
	border: none;
	border-bottom: 1px solid #010101;
}

/* .js-form-item.form-type-textarea, .js-form-item.form-type-checkbox{
	width:100%!important;
	float:none;
	padding:15px;
} */
.js-form-item.form-type-textarea{
	margin-top:30px!important;
	overflow: hidden;
}
.js-form-item input, .js-form-item select {
	font-size: 20px;
	font-family: "Futura-std";
	color: #010101;
	border:0px solid #fff;
	border-bottom:1px solid #010101;
	width: 100%;
}
.js-form-item input.form-checkbox{
	float:left;
	width:auto;
	margin-top:5px;
	margin-right:20px;
}

.box-immagine-testo,.box-immagine-testo img{
	padding:30px 20px;
	border-top-left-radius: 21%;
	border-top-right-radius: 14%;
	border-bottom-left-radius: 14%;
	border-bottom-right-radius: 21%;
}
.box-immagine-testo.box-bianco img{
	padding:30px 20px;
	border-top-left-radius: 14%;
	border-top-right-radius: 21%;
	border-bottom-left-radius: 21%;
	border-bottom-right-radius: 14%;
}
.box-immagine-testo.box-sinistro img{
	padding: 40px 40px;
	border-top-left-radius: 21%;
	border-top-right-radius: 14%;
	border-bottom-left-radius: 14%;
	border-bottom-right-radius: 21%;
}
.box-immagine-testo.box-azzurro{
	background-color: #00AEEF;
}
.box-immagine-testo.box-azzurro *{
	color:white!important;
}

.dropdown-menu .m-t-150{
	margin-top:0px!important;
}

.dropdown-menu.altri_figli{
	height: 100px;
}

.dropdown-menu.altri_figli.show{
	border: none;
}

.blog h3 {
	color: #010101 !important;
	text-transform: uppercase;
	font-size: 40px;
	line-height: 60px !important;
	font-family: 'Futura-Std';
	font-weight: 700;
}

.blog p{
	font-family: 'Futura-Std';
	width: 90%;
}

.box-prodotto{
	transition: border-color 0.5s ease;
	box-shadow: 1px 1px 20px transparent;
}

.box-prodotto:hover{
	box-shadow: 1px 1px 20px #ccc;
}

.box-prodotto .footer{
	border-bottom-left-radius: 20px;
	border-bottom-right-radius: 40px;
	text-align: start;
}

.box-prodotto .footer img{
	max-width: 50px;
}

.sottotitolo{
	font-size:20px;
	line-height: 30px;
	font-weight:400;
}

.counter .numero{
	color:white;
	font-size:80px;
	line-height: 100px;
	margin-bottom:20px;
	display: block;
}

.counter .descrizione{
	color:white;
	font-size:20px;
	line-height: 30px;
	font-weight:400;
}

h2{
	font-size:40px;
	line-height: 60px;
	font-weight: 700;
}

.bg-pattern-1{
	background:
		linear-gradient(to bottom, rgba(255,255,255,1), rgba(255,255,255,0)),
  	url(../img/bg-pattern-white.jpeg) center center no-repeat;
	background-size: cover;
	transition: all 0.5s;
}

.bg-white.bg-pattern-1.radius-30.padding-20:hover{
	box-shadow: 10px 10px 10px 2px rgb(0 0 0 / 50%);
}

.bg-cerchi{
	background-image:url(../img/bg-cerchi.png);
	background-position: top right;
	background-repeat: no-repeat;
	background-size: contain;
	object-fit: cover;
}

.bg-cerchi-bottom{
	background-image:url(../img/bg-cerchi.png);
	background-position: bottom right;
	background-repeat: no-repeat;
}

.nome-prodotto-card{
	font-family: 'Arvo';
	font-size: 28px;
	font-weight: 700;
	margin-top: 1rem;
}

.unicita{
	position: absolute!important;
	top:0px;
	right:-40px;
	z-index:1;
	height:300px;
}

.unicita_testo{
	position: absolute !important;
    z-index: 1;
    font-size: 18rem;
    color: #292F360D;
    text-transform: uppercase;
	font-family: "Futura-std";
	font-weight: 700;
    right: 0;
    left: 0;
    top: -10px;
}

.filiali {
	position: absolute!important;
	top:-100px;
	z-index:-1;
	height:300px;
}

.filiali_testo {
	position: absolute !important;
    z-index: 1;
    font-size: 20rem;
    color: #292F360D;
    text-transform: uppercase;
	font-family: "Futura-std";
	font-weight: 700;
    right: 0;
    left: 0;
    top: -10px;
}

.padding-40{
	padding:40px;
}

.btn{
	font-size:20px;
	font-weight:bold;
}

h3{
	font-weight: 400;
	font-size:30px;
	line-height:37px;
}

p{
	font-weight: 400;
	font-size:20px;
	line-height:30px;
}

.m-t-150{
	margin-top:150px;
}

.m-b-150{
	margin-bottom:150px;
}

.data-news{
	font-weight: 400;
	font-size:18px;
	line-height:22px;
}

.card-title{
	font-weight: 700;
	font-size:30px;
	line-height:37px;
}

@-webkit-keyframes fromRight {
	0% {
		right: -33%;
		opacity: 0;
		z-index: -1;
	}
	100% {
		right: 0;
		opacity: 1;
		z-index: 2;
	}
}
@-webkit-keyframes fromLeft {
	0% {
		width: 0;
		opacity: 0;
		z-index: -1;
	}
	100% {
		width: 63rem;
		opacity: 1;
		z-index: 2;
	}
}
@-webkit-keyframes fadeIn {
	0% {
		opacity: 0;
	}

	100% {
		opacity: 1;
	}
}
/* PULSANTI  */
.btn-primary, .box-immagine-testo.box-azzurro a {
	font-size: 20px;
	margin-top: 2rem;
	background: #fff;
	border: 3px solid #fff;
	color: #00AEEF!important;
	line-height: 24px;
	padding: 20px 30px;
	border-top-right-radius: 10px;
	border-bottom-right-radius: 30px;
	border-bottom-left-radius: 10px;
	border-top-left-radius: 30px;
	transition: all 1s;
	font-weight: 700;
	text-align:center;
}
.btn-primary:hover, .box-immagine-testo.box-azzurro a:hover {
	border: 3px solid #fff;
	background-color: #00AEEF;
	color: #fff!important;
}

.btn-primary .active{
	border: 3px solid #fff;
	background-color: #00AEEF;
	color: #fff!important;
}

.btn-primary_sedi{
	content: "°";
	font-size: 20px;
	margin-top: 2rem;
	background: #fff;
	border: 3px solid #00AEEF!important;
	color: #00AEEF!important;
	line-height: 24px;
	padding: 10px 20px;
	border-top-right-radius: 10px;
	border-bottom-right-radius: 30px;
	border-bottom-left-radius: 10px;
	border-top-left-radius: 30px;
	transition: all 1s;
	font-weight: 700;
	text-align:center;
}

.btn-primary_sedi:hover{
	border: 3px solid #fff;
	background-color: #00AEEF;
	color: #fff!important;
}

.webform-submission-form label, .fieldset-legend{
  font-weight: 400!important;
  font-size: 20px!important;
}

.js-form-item.form-item.form-type-select.js-form-type-select.form-item-linea-prodotto.js-form-item-linea-prodotto,
.js-form-item.form-item.form-type-select.js-form-type-select.form-item-sede.js-form-item-sede,
.js-form-item.form-item.form-type-textfield.js-form-type-textfield.form-item-subject.js-form-item-subject,
textarea#edit-message{
	width: 100%;
}

.js-form-item.form-item.form-type-select.js-form-type-select.form-item-linea-prodotto.js-form-item-linea-prodotto label, 
.js-form-item.form-item.form-type-select.js-form-type-select.form-item-sede.js-form-item-sede .js-form-required.form-required,
.js-form-item.form-item.form-type-textfield.js-form-type-textfield.form-item-subject.js-form-item-subject label{
	font-size: 20px;
	font-weight: 400;
	color: #6c757d;
}

.js-form-item.form-item.form-type-select.js-form-type-select.form-item-sede.js-form-item-sede.form-no-label{
	width: 100%;
}

.js-form-item.form-item.form-type-email.js-form-type-email.form-item-email.js-form-item-email{
  width: 100%;
  /* margin-bottom: 25px; */
  padding-right: 50%;
}

.js-form-item.form-item.form-type-checkbox.js-form-type-checkbox.form-item-laripur-rs.js-form-item-laripur-rs{
  margin-top: -20px;
}

.js-form-item.form-item.form-type-checkbox.js-form-type-checkbox.form-item-acconsento-alla-privacy-policy.js-form-item-acconsento-alla-privacy-policy{
  margin-top: 20px;
}

.description span, .description .webform-element-description{
	font-size:18px;
	/* color:#00AEEF!important; */
	font-weight: 400;
}

/* .description span, .description .webform-element-description a{
	color:#00AEEF!important;
} */

#edit-acconsento-alla-privacy-policy--description a .string:not(.text-green-light){
	border-bottom: 1px solid #00AEEF;
  color: #000;
}

.js-form-item-non-sono-un-robot .option.js-form-required.form-required{
	/* color:#00AEEF; */
	font-size: 18px;
	font-weight: 400;
}

.btn-secondary, input:is([type="button"], [type="submit"]), .box-immagine-testo.box-bianco a {
	font-size: 20px;
	margin-top: 2rem;
	background: #00AEEF;
	border: 3px solid #00AEEF;
	color: #fff;
	line-height: 24px;
	font-weight: 700;
	text-align:center;
	padding: 20px 30px;
	border-top-right-radius: 10px;
	border-bottom-right-radius: 30px;
	border-bottom-left-radius: 10px;
	border-top-left-radius: 30px;
	transition: all 1s;
}
.btn-secondary:hover, input:is([type="button"], [type="submit"]):hover, .box-immagine-testo.box-bianco a:hover {
	border: 3px solid #00AEEF;
	background-color: #fff;
	color: #00AEEF;
}

.btn-third, input:is([type="button"], [type="submit"]), .box-immagine-testo.box-bianco a {
	font-size: 20px;
	margin-top: 2rem;
	background: #fff;
	border: 3px solid #fff;
	color: #00AEEF;
	line-height: 24px;
	font-weight: 700;
	text-align:center;
	padding: 20px 30px;
	border-top-right-radius: 10px;
	border-bottom-right-radius: 30px;
	border-bottom-left-radius: 10px;
	border-top-left-radius: 30px;
	transition: all 1s;
}

.btn-third:hover, input:is([type="button"], [type="submit"]):hover, .box-immagine-testo.box-bianco a:hover {
	border: 3px solid #fff;
	background-color: #00AEEF;
	color: #fff;
}

.webform-button--submit.button.button--primary.js-form-submit.form-submit{
	background-color: #00AEEF;
	color: #fff!important;
	border: 3px solid #00AEEF;
}

.webform-button--submit.button.button--primary.js-form-submit.form-submit:hover{
	background-color: #fff!important;
	color: #00AEEF!important;
}

.webform-button--submit.color-green-light.button.button--primary.js-form-submit.form-submit:hover{
  color: #7C961B!important;
}

.webform-button--submit.color-green.button.button--primary.js-form-submit.form-submit:hover{
  color: #155823!important;
}

.webform-submission-form .form-item {
  width: 48%;
}

.webform-submission-form .js-form-item.form-item.form-type-select.js-form-type-select.form-item-settore-select.js-form-item-settore-select.form-no-label{
	width: 100%!important;
}

.webform-submission-form .js-form-item.form-item.form-type-textfield.js-form-type-textfield.form-item-messaggio.js-form-item-messaggio{
	width: 100%!important;
}

/* Input + Select + Textarea */
.webform-submission-form input[type="text"],
.webform-submission-form input[type="email"],
.webform-submission-form input[type="tel"],
.webform-submission-form textarea,
.webform-submission-form select {
  width: 100%;
  font-size: 1rem;
  background-color: #fff;
  color: #333;
  transition: border 0.3s;
}

.webform-submission-form input:focus,
.webform-submission-form textarea:focus,
.webform-submission-form select:focus {
  border-color: #00AEEF;
  outline: none;
}

/* Bottoni submit */
.webform-submission-form .form-actions input[type="submit"] {
  background-color: #00AEEF;
  color: white;
  border: none;
  border-radius: 30px 10px;
  padding: 0.75rem 1.5rem;
  font-size: 1.1rem;
  font-weight: bold;
  cursor: pointer;
  transition: background 0.3s ease;
}

.webform-submission-form .form-actions input[type="submit"]:hover {
  background-color: #0088bb;
}

.form-actions.webform-actions.js-form-wrapper.form-wrapper{
	justify-self: left;
	clear: both;
	overflow: hidden;
}

.js-form-item.form-item .orm-type-select.js-form-type-select.form-item-settore-select.js-form-item-settore-select.form-no-label{
	width: 70%!important;
}

/* Nasconde il vero campo input file */
input[type="file"]#edit-cv-upload, input[type="file"][id^="edit-cv-upload"] {
  display: none;
}

/* Trasforma la label in un bottone */
/* label[for="edit-cv-upload"] {
  display: inline-block;
  background-color: #fff;
  color: #00AEEF;
  border: 3px solid #00AEEF;
  border-radius: 10px 30px;
  padding: 20px 40px;
  font-size: 1.6rem;
  font-style: italic;
  cursor: pointer;
  text-align: center;
  width: 100%;
  transition: all 0.3s ease;
} */

/* Hover effect */
/* label[for="edit-cv-upload"]:hover {
  background-color: #00AEEF;
  color: white;
} */

.js-form-item.form-item.form-type-managed-file.js-form-type-managed-file.form-item-cv.js-form-item-cv .description{
	display: none;
}

.js-form-item.form-item.form-type-checkbox.js-form-type-checkbox{
	width: 100%;
}

.webform-submission-candidatura-spontanea-form .js-form-item.form-item.form-type-email.js-form-type-email.form-item-email.js-form-item-email{
	width: 48%!important;
	padding-right: 0%!important;
}

.js-webform-select-other.webform-select-other.ebform-select-other--wrapper.form-composite.webform-composite-visible-title.js-webform-type-webform-select-other.webform-type-webform-select-other{
	width: 70%;
}

.captcha.captcha-type-challenge--math{
	width: 100%;
	display: flex;
	flex-direction: column;
}

.captcha__title.js-form-required.form-required {
	display: none;
}

label[for="edit-captcha-response"] {
	width: 100%;
	padding-bottom: 20px;
	color: #00AEEF;
}

#edit-captcha-response--description{
	font-size: 20px;
	font-weight: 400;
	margin-top: 20px;
}

.captcha__description.description {
	font-size: 20px;
}

#edit-captcha-response--description, #edit-captcha-response--2--description, #edit-captcha-response--3--description{
	display: none;
}

.js-form-item.form-item.form-type-managed-file.js-form-type-managed-file.form-item-cv.js-form-item-cv {
	border: 2px #00AEEF solid;
	border-radius: 30px 10px;
	margin: 20px 0;
}

.js-form-item.form-item.form-type-managed-file.js-form-type-managed-file.form-item-cv.js-form-item-cv:hover {
	color: #00AEEF;
	cursor: pointer;
}

.box-immagine-testo{
	overflow: hidden;
}
.box-immagine-testo.box-bianco a, .box-immagine-testo.box-azzurro a{
	margin-top:30px!important;
	display: block;
}
.background_img{
	background:
		linear-gradient(to bottom, rgba(255,255,255,1), rgba(255,255,255,0)),
  	url(../img/bg-pattern-white.jpeg) center center no-repeat;
	background-size: cover;
}

.paragraph_img .right img{
	border-radius: 40px 90px;
}

input:is([type="button"], [type="submit"]){
	margin:auto;
}
.form-actions{
	text-align: center;
}
/* FONTS  */

.bg-white-opacity{
	background-color: rgba(255,255,255,.8);
}

.w-85 {
	width: 85%;
}

.fade-in {
	transition: all 1s;
	animation: fadeIn 1s;
	position: relative;
}
button {
	background: none;
	border: none;
}
.img-big img {
	width: 120%;
}

#container {
	position: absolute;
	width: 500px;
	height: 500px;
	margin: auto;
	transform: rotate(45deg);
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
}

#mappa {
	position: relative;
}
#scarpa {
	position: relative;
}
.cityMarker {
	height: 40px;
	width: 40px;
	background: green;
	position: absolute;
	background-repeat: no-repeat;
	background-size: cover;
	border-radius: 100%;
	top: 2px;
	left: 91px;
	opacity: 1;
	-moz-opacity: 1;
	-webkit-opacity: 1;
	cursor: pointer;
	-webkit-animation: animateHeart 1.8s infinite;
	animation: animateHeart 1.8s infinite;
}
 .scarpaMarker {
	height: auto;
	width: auto;
	position: absolute;
	background-repeat: no-repeat;
	background-size: cover;
	border-radius: 100%;
	top: 2px;
	left: 91px;
	opacity: 1;
	-moz-opacity: 1;
	-webkit-opacity: 1;
	cursor: pointer;
}
.cityMarker:before,
.cityMarker:after {
	position: absolute;
	content: "";
	top: 4px;
	left: 19px;
	width: 57px;
	height: 57px;
	background: transparent;
	border: 6px solid;
	border-radius: 100%;
	-webkit-transform: rotate(-45deg) translateZ(0);
	transform: rotate(-45deg) translateZ(0);
	-webkit-transform-origin: 0 100%;
	transform-origin: 0 100%;
}

@-webkit-keyframes animateHeart {
	0% {
		-webkit-transform: scale(0.8);
	}
	5% {
		-webkit-transform: scale(0.9);
	}
	10% {
		-webkit-transform: scale(0.8);
	}
	15% {
		-webkit-transform: scale(1);
	}
	50% {
		-webkit-transform: scale(0.8);
	}
	100% {
		-webkit-transform: scale(0.8);
	}
}
@keyframes animateHeart {
	0% {
		transform: scale(0.8);
	}
	5% {
		transform: scale(0.9);
	}
	10% {
		transform: scale(0.8);
	}
	15% {
		transform: scale(1);
	}
	50% {
		transform: scale(0.8);
	}
	100% {
		transform: scale(0.8);
	}
}
.center-element {
	display: flex;
	align-items: center;
}
.riga_description {
	content: "";
	width: 39rem;
	height: 4px;
	position: absolute;
	top: 1rem;
	left: 3rem;
	-webkit-animation: fromLeft .5s; /* Safari, Chrome and Opera > 12.1 */
	-moz-animation: fromLeft .5s; /* Firefox < 16 */
	-ms-animation: fromLeft .5s; /* Internet Explorer */
	-o-animation: fromLeft .5s; /* Opera < 12.1 */
	animation: fromLeft .5s;
}
.dis-none {
	display: none;
}
.dis-block {
	display: block;
}
#mappa .active {
	animation: none;
}
#descrizione .card {
	padding: 2rem;
	-webkit-animation: fadeIn 1s; /* Safari, Chrome and Opera > 12.1 */
	-moz-animation: fadeIn 1s; /* Firefox < 16 */
	-ms-animation: fadeIn 1s; /* Internet Explorer */
	-o-animation: fadeIn 1s; /* Opera < 12.1 */
	animation: fadeIn 1s;
}
.col-lg-6 .riga_description {
	width: 50rem;
	z-index: 1;
}
#descrizione {
	background: white;
	z-index: 2;
	padding-right: 4rem;
}

.scarpaMarker:before, .scarpaMarker:after {
	position: absolute;
	content: "";
	top: 4px;
	left: 19px;
	width: 57px;
	height: 57px;
	background: transparent;
	border: 6px solid;
	border-radius: 100%;
}
.w-80 {
	width: 80%;
}
.change_width {
	 transition: width 1s;
}
.change_width.active{
	width: 53%;
}

.scarpaMarker.active {
	content: url(/img/icons/meno.svg) !important;
}
.scarpaMarker {
 -webkit-user-select: none; /* Safari */
  -ms-user-select: none; /* IE 10 and IE 11 */
  user-select: none; 
}
.primary-color {
	color: #00AEEF
}
.text-red{
	color: #ff0000;
}
.bg-grey{
    background-color: rgba(240, 240, 240, 1);
}
.h1 {
	color: #00AEEF;
	font-size: 70px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
}
body {
	color: #000;
	font-family: 'Nunito Sans';
	font-size: 24px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
}
.align-items-center {
	align-items: center;
}
.descript {
	font-size: 20px;
	font-weight: 400;
	max-width: 90%;
}
.container.max-w-70{
	max-width: 70%;
}
.section {
	padding: 6rem 0;
}
.no_select {
	pointer-events: none;
}

.sticky {
	position: sticky;
  	top: 0;
	z-index: 10;
}
.navbar {
	-webkit-user-select: none; /* Safari */
	-ms-user-select: none; /* IE 10 and IE 11 */
	user-select: none; /* Standard syntax */
}
/* STYLE HEADER */



/*.navbar ul li > a:after,
.navbar ul li > button::after {
	content: "";
	height: 3px;
	background: #646464;;
	position: absolute;
	right: 0;
	WIDTH: 50%;
	left: 0;
	top: 0;
	transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
	border: 0;
	margin: 0;
}

.navbar ul li:hover > a:after,
.navbar ul .active > a:after,
.navbar ul .active > button:after,
.navbar ul li:hover > button:after,
.navbar ul li > .show::after
 {
	color: #00AEEF;
	background: #00AEEF;
	width: 100%;
}*/
.navbar ul li:hover > a,
.navbar ul li:hover > button,
.navbar ul .active > a,
.navbar ul .active > button {
	color: #060606;
}

.navbar-expand-lg .navbar-nav .nav-link {
  margin-inline: 0.5rem;
	padding: 0;
}

.nav-link{
	color: #060606;
}

.nav-link:hover{
	color: #00AEEF;
}

.navbar ul li > a,
.navbar ul li > button
 {
	color: #000000;;
	font-family: 'Nunito Sans';
	font-size: 18px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	position: relative;
	padding-right: 0 !important;
	padding-left: 0 !important;
}

.navbar ul li > a:hover, .navbar ul li > button:hover {
	background-color: transparent;
}

ul.login  li > a, ul.login  .active > a{
	color: #00AEEF!important;
	font-weight: 700;
}

.nav-item {
	margin-inline: 1rem;
}

.dropdown-menu.privacy{
	padding: 20px 15px;
	margin-top: 10px;
	height: auto!important;
}

.dropdown-menu.privacy ul.privacy{
	display: flex;
	flex-direction: column;
	box-sizing: border-box;
}

.nav-item.dropdown .dropdown-menu.privacy.show{
	margin-left: -150px;
}

.dropdown-menu.privacy{
	height: auto!important;
}

.nav-link.show, .nav-link.active, .nav-item.active .nav-link.dropdown-toggle.icons-radius.no_after {
	border-bottom: 2px #00AEEF solid;
	border: 80%;
	color: #00AEEF!important;
}

.nav-link.etichetta-famiglia.active{
	border: none;
}

nav ul.js-pager__items{
	list-style: none;
	display: flex;
}

nav ul.js-pager__items li:not(:first-child){
	margin-left: 20px
}

nav ul.js-pager__items li a{
	color: #7E7E7E !important;
	background-color: #ecebeb;
	padding: 5px 9px;
	border-radius: 10px 2px;
}

nav ul.js-pager__items li a:hover{
	background-color: #00AEEF;
	color: #fff!important;
}

li.nav-item{
	list-style: none;
}

/* MEGAMENU */

.border-blue {
	border-bottom: 3px solid #00AEEF;
	width: fit-content;
	padding-right: 0.3rem;
}
.list-group a {
	color: #00AEEF;
	text-decoration: none;
}
.list-group a p {
	color: #060606;
	margin-top: 10px;
	text-transform: uppercase;
}
.list-group .btn-secondary{
	color:white!important;
}
.list-group .btn-secondary:hover{
	color:#00AEEF!important;
}

a.btn.btn-secondary p{
	font-weight: 700;
	font-family: "Futura-Std";
}

.list-group-flush {
	margin-bottom: 2rem;
}
.radius-icon {
	border: 3px solid #00AEEF;
	border-top-left-radius: 52%;
	border-bottom-right-radius: 59%;
	border-top-right-radius: 23%;
	border-bottom-left-radius: 12%;
	background: rgba(255, 255, 255, 0.00);
	border-left: none;
	border-top: none;
	border-bottom: none;
}
.radius-icon_row {
	border-bottom-right-radius: 10% 56%;
	border-top-right-radius: 4% 10%;
	border-bottom-left-radius: 9% 14%;
	background: rgba(255, 255, 255, 0.00);
	border-top-left-radius: 42% 56%;
	border-top-left-radius: 25% 80%;
	border-bottom-left-radius: 11% 28%;
}

.list-group h2,
.radius-icon_row h2 {
	color:  #00AEEF;
	text-align: center;
	font-family: 'Nunito Sans';
	font-size: 20px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
}

.fw-700{
	font-weight: 700;
}

/* .row {
	width: 100%;
} */
.no_after a::after {
	content: none !important;
}

.navbar ul li > a.search {
	background-color: #fff;
	border-radius: 100%;
	padding: .81rem !important;
}
.radius-icon_row .col-3 {
	background: #fff;
	z-index: 3;
	border: 5px solid #00AEEF;
	border-top-right-radius: 0% 39%;
	border-bottom-right-radius: 0% 59%;
	border-bottom-left-radius: 13px;
	border-top-left-radius: 40px;
	align-content: center;
	text-align: center;
}
/* .radius-icon_row .col-9::before,
.radius-icon_row .col-6::before
{
	content: "";
	border: 2.95px solid #00AEEF;
	width: 59px;
	position: absolute;
	bottom: -5px;
	left: -19%;
}
.radius-icon_row .col-9::after,
.radius-icon_row .col-6::after {
	content: "";
	border: 2.95px solid #00AEEF;
	width: 59px;
	position: absolute;
	top: -5px;
	left: -15%;
}
.radius-icon_row .col-9::before,
.radius-icon_row .col-6::before
 {
	content: "";
} */
.radius-icon_row .col-9,
.radius-icon_row .col-6 {
	border-top-right-radius: 13px;
	border-bottom-right-radius: 40px;
	border: 5px solid #00AEEF;
  border-left: none;
	position: relative;
	background-color: #fff;
	transition: all 1s;
}

.radius-icon_row:hover .col-9,
.radius-icon_row:hover .col-6 {
	border-top-right-radius: 13px;
	border-bottom-right-radius: 40px;
  border-left: none;
	position: relative;
	transition: all 1s;
	border: 5px solid #fff;
}

/* FINE HEADER */

/* PALLINI PRODOTTI */

.immagine-prodotto {
	width: 70%;
	margin-bottom: 1rem;
}
 .title-upper {
	font-family: "Futura-std";
	font-weight: 700;
	font-size: 40px;
	line-height: 48px;
	text-transform: uppercase;
}
.fs-40{
	font-size:40px!important;
}

.title-numbers {
	font-family: "Futura-std";
	font-weight: 700;
	font-size: 40px;
	line-height: 48px;
	text-transform: uppercase;
}

.text-upper{
	text-transform: uppercase;
}

.settori-applicazione-box img{
	padding:10px;
	width: 60px!important;
	height: auto;
}

.settori-applicazione-box:hover .col-9, .settori-applicazione-box•hover .col-3 {
	background-color: #00AEEF;
}

.settori-applicazione-box:hover h2{
	color: #fff;
}

.tab-famiglie .nav-pills{
	position: relative;
	left: -12px;
}

.nav-pills .nav-link {
	border-radius: 0 2.5rem 2.5rem 0!important;
}

.testo-prodotto{
	padding-right:50px;
}

.testo-prodotto ul li{
	font-weight: 400;
	font-size: 20px;
	line-height: 30px;
}

.testo-prodotto a{
	color: #00AEEF;
	font-weight: 700;
}

.testo-prodotto a:hover{
	color: #0088bb;
}

.nome-prodotto{
	position: relative;
	margin-bottom: 2rem;
}

/* .nome-prodotto::before{
	content: "";
	width: 30%;
	display: flex;
	height: 3px;
	background: aliceblue;
	position: absolute;
	left: -40px;
	/* right: 0;
	margin: auto;
	bottom: -10px;
} */
.swiper-home .swiper-slide {
	height: 100vh;
}
.swiper-home .swiper-slide video {
	height: 100%;
	width: 100%;
	object-fit: cover;
	border-bottom-left-radius: 150px;
}
.swiper-home .swiper-slide iframe {
	height: 100%;
	width: 100%;
	object-fit: cover;
	border-bottom-left-radius: 150px;
}
.text-transform-none{
	text-transform: none;
}
.fs-58 {
	font-size: 55px;
	line-height: 60px;
}
.banner-blu {
	background-color: #00AEEF;
  color: #fff;
	font-size: 40px;
	text-align: center;
	padding: 4rem 4rem;
}
.banner-blu p {
	font-family: "Futura-Std";
	font-size: 30px;
}

.h-60{
	height: 60%;
}
.p{
	font-size: 26px;
	font-weight: 400;
	line-height: 31.2px;
}
.m-b-40 {
	margin-bottom: 40px;
}

.banner-bg{
	background-image: url(/img/Texture\ logo.png);
}

.padding-text {
    padding: 6rem 4rem 6rem 12rem;
}
.fs-26{
	font-size: 26px;
}
.swiper-news {
	padding-left: 3rem;
}
.news-title{
	color: #000;
	font-size: 75px;
	font-weight: 700;
	text-align: justify;
	line-height: 79px;
}
.swiper-news .swiper-slide {
	border-right: 2px solid #fff;
}
.swiper-news .card {
	background-color: transparent;
	font-size: 16px;
	text-align: start;
	border: none;
	
}
.swiper-news .card p {
	width: 100%;
	display: -webkit-box;
	height: 225px;
	text-overflow: ellipsis;
	overflow: hidden;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	font-size: 20px;
}
.swiper-news .card h5 {
	display: -webkit-box;
	height: 110px;
	text-overflow: ellipsis;
	overflow: hidden;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	margin-top: .5rem;
}

.swiper-news .swiper-slide {
	padding: 1rem 0.1rem;
}

.padding-btn{
	padding: 5px 16px 5px 14px;
	height: fit-content;
	display: inline-flex;
	margin-top: 1rem;
}

.padding-btn svg {
	font-weight: 700;
}

.h-16px {
	height: 16px;
}

.news{
	padding-right: 0;
}

/* #v-pills-tab{
	width: 400px;
} */

.tab-content{
	width:calc(100% - 400px);
}
.tab_products{
	display: none;
}

.tab_products button, .tab_products .btn:hover{
	color: #fff;
}

.etichetta-tab{
	font-size:24px;
	font-weight: 600;
	text-transform: uppercase;
	padding:30px;
	background-color: #fff;
	margin-right:50px;
	max-width:500px;
	color:#000!important;
	margin-bottom:8px;
	margin: 0;
}

.etichetta-tab.azzurro.active{
	background-color: #00AEEF!important;
	color:white!important;
	border-radius: 1.25rem 1.25rem 0 0 !important;
	margin-right: 20px;
}

.etichetta-famiglia{
	font-size:24px;
	font-weight: 700;
	text-transform: uppercase;
	padding:30px;
	background-color: #00AEEF;
	color:white;
	margin-right:50px;
	max-width:500px;
	background-color: #7a7a7a!important;
	color:white!important;
	margin-bottom:8px;
	/* border-radius:20px!important; */
	background:
		linear-gradient(to bottom, rgba(255,255,255,1), rgba(255,255,255,0)),
  	url(../img/bg-pattern-white.jpeg) center center no-repeat;
	background-blend-mode: color-burn;
	/* border-top-right-radius: 20px!important;
	border-bottom-right-radius: 20px!important; */
	margin: 0;
	border-radius: 20px 20px 0 0;
}

.etichetta-famiglia.azzurro.active{
	background-color: #00AEEF!important;
	color:white!important;
	border-radius: 0 2.5rem 2.5rem 0 !important;
  margin-right: 20px;
	margin-left: 3px;
	margin-bottom: 0;
	margin-top: 0;
	z-index: 10;
}

.etichetta-famiglia.viola.active{
	background-color: #6800ef!important;
	color:white!important;
	margin-bottom: 0;
	margin-right: 0px;
}

.etichetta-famiglia.blu.active{
	background-color: #2C487E!important;
	color:white!important;
	margin-bottom: 0;
	margin-top: 0;
	margin-right: 0px;
}

.etichetta-famiglia.rosa.active{
	background-color: #D90C98!important;
	color:white!important;
	margin-bottom: 0;
	margin-right: 0px;
}

.etichetta-famiglia.arancione.active{
	background-color: #D86555!important;
	color:white!important;
	margin-bottom: 0;
	margin-right: 0px;
}

.etichetta-famiglia.giallo.active{
	background-color: #F3830E!important;
	color:white!important;
	margin-bottom: 0;
	margin-right: 0px;
}

.etichetta-famiglia.azzurro{
	background-color: #00AEEF!important;
	color:transparent!important;
	margin-bottom: -40px;
	margin-right: 30px;
	transition: all 0.5s;
}
/*  .etichetta-famiglia.azzurro{
	background-color: #fff!important;
	color:black!important;
} */

.etichetta-famiglia.viola{
	background-color: #6800ef!important;
	color:transparent!important;
	margin-bottom: -40px;
	margin-right: 30px;
	transition: all 0.5s;
}

.etichetta-famiglia.blu{
	background-color: #2C487E!important;
	color:transparent!important;
	margin-bottom: -40px;
	margin-right: 30px;
	transition: all 0.5s;
	margin-top: -10px;
}

.etichetta-famiglia.rosa{
	background-color: #D90C98!important;
	color:transparent!important;
	margin-bottom: -40px;
	margin-right: 30px;
	transition: all 0.5s;
}

.etichetta-famiglia.arancione{
	background-color: #D86555!important;
	color:transparent!important;
	margin-bottom: -40px;
	margin-right: 30px;
	transition: all 0.5s;
}

.etichetta-famiglia.giallo{
	background-color: #F3830E!important;
	color:transparent!important;
	margin-bottom: -40px;
	margin-right: 30px;
	transition: all 0.5s;
}

.etichetta-famiglia.azzurro:not(.active):hover{
	background-color: #00AEEF!important;
	color:white!important;
	margin-bottom: 0px;
	margin-right: 30px;
	transition: all 0.5s;
}

.etichetta-famiglia.blu:not(.active):hover{
	background-color: #2C487E!important;
	color:white!important;
	margin-bottom: 0px;
	margin-right: 30px;
	transition: all 0.5s;
	margin-top: 0px;
}

.etichetta-famiglia.rosa:not(.active):hover{
	background-color: #D90C98!important;
	color:white!important;
	margin-bottom: 0px;
	margin-right: 30px;
	transition: all 0.5s;
}

.etichetta-famiglia.arancione:not(.active):hover{
	background-color: #D86555!important;
	color:white!important;
	margin-bottom: 0px;
	margin-right: 30px;
	transition: all 0.5s;
}

.etichetta-famiglia.giallo:not(.active):hover{
	background-color: #F3830E!important;
	color:white!important;
	margin-bottom: 0px;
	margin-right: 30px;
	transition: all 0.5s;
}

.bg-azzurro.padding-40.bg-cerchi{
	border-radius: 70px 70px 70px 70px;
}

.m-b-50.bg-azzurro.padding-40.bg-cerchi{
	border-radius: 0px 70px 70px 70px;
}

.bg-light-blue, .bg-azzurro{
	background-color: #00AEEF;
}

.bg-light-blue, .bg-blu{
	background-color: #2C487E;
}

.bg-light-blue, .bg-rosa{
	background-color: #D90C98;
}

.bg-light-blue, .bg-arancione{
	background-color: #D86555;
}

.bg-light-blue, .bg-giallo{
	background-color: #F3830E;
}

.text-light-blue *, .text-azzurro *, .text-azzurro{
	color: #00AEEF!important;
}

.text-blu *, .text-blu{
	color: #2C487E!important;
}

.text-rosa *, .text-rosa{
	color: #D90C98!important;
}

.text-arancione *, .text-arancione{
	color: #E43524!important;
}

.text-giallo *, .text-giallo{
	color: #F3830E!important;
}

.border-blu {
	border-bottom: 3px solid #2C487E;
	width: fit-content;
  padding-right: 0.3rem;
}

.border-arancione {
	border-bottom: 3px solid #D86555;
	width: fit-content;
    padding-right: 0.3rem;
}

.border-rosa {
	border-bottom: 3px solid #D90C98;
	width: fit-content;
    padding-right: 0.3rem;
}

.border-giallo {
	border-bottom: 3px solid #F3830E;
	width: fit-content;
    padding-right: 0.3rem;
}

.border-azzurro,.border-blue {
	border-bottom: 3px solid #00AEEF;
	width: fit-content;
    padding-right: 0.3rem;
}

.line-blu{
	width: 25%!important;
	height: 3px!important;
	color: #2C487E!important;
}

.line.azzurro {
	width: 25%!important;
	height: 3px!important;
	color: #00AEEF!important;
}

.line-border-blu{
	width: 25%!important;
	height: 3px!important;
	color: #2C487E!important;
}
.line-arancione-blu{
	width: 25%!important;
	height: 3px!important;
	color: #D86555!important;
}
.line-rosa-blu{
	width: 25%!important;
	height: 3px!important;
	color: #D90C98!important;
}
.line-giallo-blu{
	width: 25%!important;
	height: 3px!important;
	color: #F3830E!important;
}

.banner-bg-polygon {
	background-image: url(/img/bg-polygon.png);
}

.siti a {
	width: fit-content;
  margin-left: 3rem;
	text-decoration: none;

}

/* .privacy{
	display: flex;
} */

.privacy .col-md-2 img{
	width: 100%;
}

.privacy-data time{
	color: #646464;
	font-size: 14px;
}

.privacy-btn{
	width: max-content;
	border: 4px solid #00AEEF;
	border-top-left-radius: 30px;
	border-top-right-radius: 10px;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 30px;
	padding: 10px 20px;
}

.privacy-btn a{
	color: #00AEEF;
	text-decoration: none;
	cursor: pointer;
}

.link_privacy{
	list-style: none;
}

.link_privacy li{
	font-size: 20px;
}

.link_privacy li a, .link_privacy li a{
	color: #000;
}

.link_privacy li a:hover, .link_privacy li a:active{
	background-color: transparent;
	color: #00AEEF;
}

#block-coim-privacypolicy div{
	display: flex;
}

#block-coim-privacypolicy p{
	padding-left: 2rem;
}

#block-coim-privacypolicy ul {
	display: flex;
    text-decoration: none;
    list-style: none;
}

.paragraph_body{
	border-top: 2px solid #a9a9a9;
}

@media (min-width: 1400px) {
	.container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
		max-width: 1200px;
	}


}

img{
	max-width:100%;
}

.banner-blu h, .banner-blu p{
	color: white;
}

.bg-footer{
	background-color: #fff;
	position: relative;
	background-repeat: no-repeat;
	background-position-x: right;
	padding: 6rem 6rem;
}

#footer img{
	margin-bottom:20px;
}

#footer a{
	font-size: 20px;
	line-height: 30px;
	color: #010101;
	font-weight: 400;
	display: block;
	margin-bottom:5px;
	text-decoration: none;
}

#footer a:hover{
	text-decoration: underline;
}

#footer h3{
	font-size: 30px;
	line-height: 30px;
	color: #010101;
	font-weight: 700;
	display: block;
	margin-bottom:20px;
}

#block-coim-copyright h2, #block-coim-privacypolicy h2{
	display: none;
}

#copyright{
	border-top:1px solid #00AEEF;
	padding-top:20px;
	margin-bottom:20px;
}

.m-r-20{
	margin-right: 20px;
}

.prodotto h1{
	font-size: 58px;
	font-weight: 700;
	line-height: 71.62px;
	font-family: 'Arvo';
}

.prodotto .description-p{
	font-family: 'Nunito Sans';
	text-transform: uppercase;
	font-size: 20px;
}

.padding-inline-6{    
	padding-inline: 6rem;
}

.descrition-prod p {
	font-size: 20px;
}


.m-r-1rem {
	margin-right: 1rem;
}

.accordion-button {
	background-color: #00AEEF!important;
	font-size: 30px;
	color: #fff !important;
	font-weight: 700;
	font-family: 'Futura';
	line-height: 45px;
	padding: 2rem 7rem;
	margin-bottom: 2rem;
}

.accordion-button::after {
	background-image: url(/img/prodotti/Freccia.png);
	transform: rotate(180deg);
}

.accordion-button:not(.collapsed)::after {
	background-image: url(/img/prodotti/Freccia.png);
	transform: rotate(0deg);
    
}
.accordion-item {
	border: none;
	background: #70bcff4d;
	margin-bottom: 1rem;
}

.accordion-body {
	padding: 3rem 5rem;
}

.icon-product {
	content: "";
	height: 3px;
	background: #646464;
	position: absolute;
	right: 0;
	WIDTH: 50%;
	left: 0;
	top: 0;
	transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
	border: 0;
	margin: 0;
}

.accordion-body .nav-link img {
	max-height: 90px;
}

/* IMG HEADER */
.img_container img{
	height: 350px;
	object-fit: cover;
	margin-top: 120px!important;
	width: 100%!important;
}


/* ARTICLE PAGE */
.article_page{
	margin-top: 120px;
}

.article_header{
	top: 210px!important;
	height: 150px;
	margin-bottom: 60px;
	background-position: center;
	position: relative;
}

.breadcrumb_article a{
	color:#000;
}

.article_blog{
	background-color: #fff;
	padding: 50px 120px;
  border-radius: 10px 10px 0 0;
	position: absolute;
	bottom: 0;
}

.article_title{
	margin-bottom: 60px;
	text-align: start;
}

.article-date-tags{
	display: flex;
	justify-content: space-between;
}

.article_img{
	margin-bottom: 40px;
	border-radius: 80px;
	width: 100%;
	height: 80vh;
  object-fit: cover;
}


.blog_img{
	position: relative;
}

.etichetta_img{
	position: absolute;
	left: 0;
	bottom: 30px;
	border-radius: 40px 10px;
	padding: 20px 40px;
	background-color: #00AEEF;
	color: #fff;
}

.play_container{
	width: 100px;
	height: 100px;
	background-color: rgba(255, 255, 255, 0.8);
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
	box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
	top: -305px;
	left: 32%;
	margin-bottom: -130px;
}

.play{
	width: 0;
	height: 0;
	border-left: 30px solid #000000;
	border-top: 20px solid transparent;
	border-bottom: 20px solid transparent;
	margin-left: 10px;
	border-radius: 3px;
}

.blog_img img{
	margin-bottom: 30px;
	border-radius: 40px 20px;
	width: 80%;
	max-height: 600px;
	object-fit: cover;
	height: 50vh;
}

.article_tags{
	font-weight: 400;
}

/* VIEW - LAST THREE NEWS */
.lasts_news_view{
	float: left;
	padding-top: 40px;
}

.last_three_news{
	display: flex;
	flex-direction: column;
	border-bottom: #00AEEF;
	float: left;
	width: 90%;
	border-bottom: 2px solid #00AEEF;
}

.last_three_news span{
	text-align: end;
	padding-bottom: 10px;
	font-weight: 400;
  font-size: 14px;
}

.last_three_news h5{
	width: 48%;
	text-decoration: none;
	padding-top: 30px;
	font-size: 20px;
}

.last_three_news h5 a{
	color: #000;
	font-weight: 400;
}

/* BLOG */
/* .blog_video{
	height: 500px;
} */
/* .blog img{
	width: 100%;
	height: auto;
} */

/* Applicazione */

.container_applicazione{
	display: flex;
	justify-content: space-around;
}

.icon_title{
	width: 50%;
	display: flex;
	align-items: center;
}

.img_icona{
	max-width: 100px;
	padding-bottom: 20px;
}

.img_icona img{
	min-height: 69px;
}

.title-blue{
	color: #00AEEF;
	padding-left: 15px;
}

.product-img-box img{
	object-fit: contain;
}

/* .product-img-box:has(.map-btn.collapsed){
	width: 80%;
}

.product-img-box:not(.map-btn.collapsed){
	width: 50%;
} */

.map-btn {
  width: 80px;
  height: 80px;
  background-image: url('../img/default.png');
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  border: none;
  background-color: transparent;
  padding: 0;
  cursor: pointer;
	transition: transform 0.3s ease;
	z-index: 10;
}

.map-btn:hover {
  background-image: url('../img/hover.png');
}

.map-btn:not(.collapsed) {
  background-image: url('../img/active.png');
}
.map-btn:not(.collapsed)::after{
	color: #000;
}

.box-prodotto-applicazione{
	width: fit-content;
	max-width: 550px;
	box-shadow: 10px 10px 20px 2px rgba(156,156,156,0.5);
	border-top-left-radius: 40px;
	border-top-right-radius: 20px;
	border-bottom-left-radius: 20px;
	border-bottom-right-radius: 40px;
	padding-right: 30px!important;
	background:
		linear-gradient(to bottom, rgba(255,255,255,1), rgba(255,255,255,0)),
  	url(../img/bg-pattern-white.jpeg) center center no-repeat;
	background-size: cover;
	transition: border-color 0.5s ease;
}

.box-prodotto-applicazione h2:hover{
	border-bottom: 1px solid #000;
	width: max-content;
}

.box-prodotto-applicazione h4{
	align-content: center;
}

.box-prodotto-applicazione.hr{
	width: 100%;
	max-width: 100%;
	box-shadow: 10px 10px 20px 2px rgba(156,156,156,0.5);
	border-top-left-radius: 40px;
	border-top-right-radius: 20px;
	border-bottom-left-radius: 20px;
	border-bottom-right-radius: 40px;
	padding-right: 30px!important;
	background:
		linear-gradient(to bottom, rgba(255,255,255,1), rgba(255,255,255,0)),
  	url(../img/bg-pattern-white.jpeg) center center no-repeat;
	background-size: cover;
	transition: border-color 0.5s ease;
}

.lista{
	list-style-type: disclosure-closed;
	font-size: 18px;
}


.lista li{
	padding-top: 10px;
	font-weight: 400;
}

/* View Product */
.view_products{
	width: 50%;
	border: 2px solid #00AEEF;
	border-radius: 40px 20px;
	margin: 40px 0;
}

.header_product{
	padding-top: 25px;
}

/* .icon_product{
	width: 25%;
} */

.title_product{
	width: 70%;
	margin-top: -35px;
}

.title_product h1{
	font-size: 34px;
	margin-top: 45px;
	margin-left: -20px;
}

.title_product p{
	margin-top: -30px;
  margin-left: -20px;
	padding-right: 20px;
}

.pridotto_title{
	border-bottom: 1px solid #00AEEF;
	border: 80%;
	color: #2C487E;
}

.type_product{
	display: flex;
	align-items: center;
}

.type_product p {
	width: max-content;
}

.type_product img {
	width: 60px;
	object-fit: cover;
	margin-bottom: 20px;
}

.product_info {
	padding-top: 20px;
}

.product_info ol{
	padding: 0;
}

.product_info li{
	color: #000!important;
}

.product_info .personalizzato{
	height: min-content;
}

.product_info .personalizzato img{
height: auto;
}

.product_info .description{
	color: black;
	font-weight: bold;
	text-transform: uppercase;
}


/* Family */

.family li{
	list-style-type: none;
	position: relative;
	padding-left: 20px;
	font-weight: 400;
	padding-top: 10px;
	font-size: 18px;
	border-bottom: 1px solid transparent;
  width: max-content;
  transition: border-color 0.5s ease;
}

.family li:hover{
  border-bottom: 1px solid #00AEEF;
	width: max-content;
}

.family li::before {
	content: '>';
	position: absolute;
	left: 0;
	color: #00AEEF;
}

.icon_family img{
	height: 45px;
	width: 45px;
}

.link_family{
	background-color: white;
	padding: 6px 0px;
	border-radius: 30px 10px;
	margin-top: 15px;
	align-content: center;
	padding: 10px;
	margin-left: 25px;
}

.box-immagine-testo.box-immage{
	border-top-left-radius: 60px;
	border-top-right-radius: 90px;
	border-bottom-left-radius: 90px;
	border-bottom-right-radius: 60px;
	align-content: center;
}

.box-immage img{
	width: 100%;
	min-height: 50vh;
	object-fit: cover;
}

.box-immage_sinistro{
	border-top-left-radius: 60px;
	border-top-right-radius: 90px;
	border-bottom-left-radius: 90px;
	border-bottom-right-radius: 60px;
}

.paragraph_color{
	background-color: #00AEEF;
	border-top-left-radius: 90px;
	border-top-right-radius: 30px;
	border-bottom-left-radius: 30px;
	border-bottom-right-radius: 90px;
}

.paragraph_color_sinistro{
	background-color: #00AEEF;
	border-top-left-radius: 30px;
	border-top-right-radius: 90px;
	border-bottom-left-radius: 90px;
	border-bottom-right-radius: 30px;
}

.paragraph_color_sinistro ul li{
	font-size: 20px!important;
	font-weight: 100!important;
	line-height: 30px;
}

.box-video video{
	width: 100%!important;
	border-radius: 90px 30px;
}

.paragraph_immagine img{
	width: 100%;
	height: 50vh;
	object-fit: cover;
	border-top-left-radius: 90px;
	border-top-right-radius: 30px;
	border-bottom-left-radius: 30px;
	border-bottom-right-radius: 90px;
}

/* .box-immage_banner img{
	position: relative;
} */

.banner_blue{
	background-color: #00AEEF;
	border-top-left-radius: 90px;
	border-top-right-radius: 30px;
	border-bottom-left-radius: 30px;
	border-bottom-right-radius: 90px;
	width: 40%;
	position: absolute;
	padding: 15px 30px;
	text-align: center;
	left: 20px;
	bottom: 30px;
}

.banner_blue p{
	font-size: 22px;
	line-height: 1.5rem;
}

.banner_blue_sinistra{
	background-color: #00AEEF;
	border-top-left-radius: 30px;
	border-top-right-radius: 90px;
	border-bottom-left-radius: 90px;
	border-bottom-right-radius: 30px;
	width: 40%;
	position: absolute;
	padding: 15px 30px;
	text-align: center;
	right: 20px;
	bottom: 65px;
}

.banner_blue_sinistra p{
	font-size: 24px;
	line-height: 3rem;
}

.banner_color, .banner_settore{
	display: flex;
	justify-content: space-between;
  padding: 15px;
}

.banner_settore{
	border: 2px solid #dadada;
	border-radius: 6px;
	color: #000;
	align-items: center;
}

.banner_settore img{
	width: 74px;
}

.banner_color .banner_nome, .banner_color .banner_link, .banner_color .banner_nome_link{
	color: #fff!important;
	font-size: 18px;
}

/* .icomoon-arrow-right:before {
	content: "\e63d";
} */

.action{
	color: #fff;
	background-color: #00AEEF;
	border-top-left-radius: 30px;
	border-top-right-radius: 10px;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 30px;
	padding: 16px 28px;
	border: 4px solid #00AEEF;
	margin-top: 20px;
	transition: all 1s;
}

.action:hover{
	background-color: #fff;
	border: 4px solid #00AEEF;
	color: #00AEEF;
}

.border_info{
	border-top: 2px solid #00AEEF;
	width: 100px;
	margin-left: 2rem;
}

/* .pagination {
	display: flex;
	justify-content: center;
	align-items: center;
	list-style: none;
	padding: 0;
	margin: 2rem auto;
}

.pagination-item {
	margin: 0 5px;
	border-radius: 10px;
	transition: all 0.3s ease-in-out;
}

.pagination-item a.page-link {
	display: block;
	font-size: 18px; 
	/* padding: 10px 20px; 
	text-decoration: none;
	color: #000000;
	background-color: #fff;
	border: 2px solid rgba(255,255,255,0.5);
	border-radius: 15px 5px;
	transition: all 0.3s ease-in-out;
}
 */

.pager__item{
	margin: 0 5px;
	border-radius: 10px;
	transition: all 0.3s ease-in-out;
	list-style: none;
	border: 2px solid rgb(187, 187, 187);
	padding: 5px 10px;
	border-radius: 15px 5px;
	font-size: 18px;
	font-weight: 200;
	align-content: center;
}

.pager__item:hover{
	color: #fff;
	background-color: #00AEEF;
	border-color: #00AEEF;
}

.pager__item:hover a{
	color: #fff;
}

.pager__item a{
	color: #000;
}

.pager__item.is-active a{
	color: #fff;
	background-color: #00AEEF;
	border-color: #00AEEF;
	pointer-events: none;
}

.pager__item.is-active{
	background-color: #00AEEF;
	border: 2px solid #00AEEF;
	border-radius: 15px 5px;
}

.timeline{
	position: relative;
	width: 100%;
	padding: 20px 0;
}

.timeline::before{
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	left: 50%;
	width: 2px;
	background: #000;
	transform: translateX(-50%);
}

.timeline-item {
	position: relative;
	width: 50%;
	padding: 20px;
	box-sizing: border-box;
}

.timeline-item-left{
	justify-self: end;
	text-align: start;
}

.timeline-item-right{
	justify-self: start;
	text-align: end;
	margin-left: 120px;
}

.timeline-content {
  background: #00AEEF;
  border: 2px solid #00AEEF;
  border-radius: 60px;
  padding: 20px;
  position: relative;
  display: flex;
  max-width: 440px;
	color: #fff;
	/* margin-left: 18px; */
}

.timeline-info {
  font-size: 1.5rem;
  font-weight: bold;
  margin-bottom: 10px;
}

.timeline-item-left .timeline-info{
	margin-left: 15px;
}

.timeline-item-right .timeline-info{
	margin-right: 15px;
	justify-items: end;
}

.timeline-item-left .timeline-info h4 {
	width: min-content;
	color: #000;
	background-color: #fff;
	padding: 5px 10px;
	border-top-right-radius: 10px;
	border-bottom-right-radius: 10px;
}

.timeline-item-right .timeline-info h4 {
	width: min-content;
	color: #000;
	background-color: #fff;
	padding: 5px 10px;
	border-top-left-radius: 10px;
	border-bottom-left-radius: 10px;
}

.timeline-image {
	align-content: center;
}

.timeline-image img {
	width: 440px;
  height: 100%;
	object-fit: cover;
}

.timeline-item-left .timeline-image img {
	border-top-left-radius: 60px;
	border-bottom-left-radius: 60px;
}

.timeline-item-right .timeline-image img {
	border-top-right-radius: 60px;
	border-bottom-right-radius: 60px;
}

.timeline-item-left:before {
  content: "";
  position: absolute;
  top: 40%;
  left: 1px;
  border: solid transparent;
  border-width: 20px;
  border-left-color: #000;
}

.timeline-item-right:before {
  content: "";
  position: absolute;
  top: 40%;
  right: 120px;
  border: solid transparent;
  border-width: 20px;
  border-right-color: #000;
}

.btn-title{
	font-size: 38px;
	font-weight: 600;
	color: #00AEEF;
}

.immagine_mappa{
	background-image: url('../img/bg-world.png');
	height: 450px;
	margin-bottom: 40px;
}

.box-sede-white{
	background-color: #fff;
	border-bottom-left-radius: 30px;
	border-bottom-right-radius: 30px;
}

.card-sedi-header .btn.text-decoration-none{
	justify-items: start;
	width: 100%;
	background-color: #00AEEF;
	border-top-left-radius: 0px;
	border-top-right-radius: 0px;
	border-bottom-right-radius: 0px;
	border-bottom-left-radius: 0px;
	transition: all 0.5s;
}

.card-sedi-header .btn.text-decoration-none.info{
	justify-items: start;
	width: 100%;
	background-color: #00AEEF;
	transition: all 0.5s;
}

.card-sedi-header a{
	color: #fff;
	padding-left: 15px;
}

.card-sedi-header .btn.text-decoration-none.collapsed{
	background-color: #00AEEF;
	border-top-left-radius: 0px;
	border-top-right-radius: 0px;
	border-bottom-left-radius: 30px;
	border-bottom-right-radius: 0px;
	transition: all 0.5s;
}

.btn.text-decoration-none:not(.collapsed){
	border-radius: 0;
}

.card-sedi-header .btn.text-decoration-none.collapsed.info{
	background-color: #00AEEF;
	transition: all 0.5s;
}

.info_box{
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.collapse-arrow{
	color: #fff;
	display: inline-block;
  transition: transform 0.5s ease;
}

button[aria-expanded="true"] .collapse-arrow {
  transform: rotate(180deg);
}

.box-sede {
	border-top-left-radius: 40px;
	border-top-right-radius: 20px;
	border-bottom-left-radius: 20px;
	border-bottom-right-radius: 40px;
}

.box-sede .collapse.show {
	border: 4px solid #00AEEF;
	border-bottom-left-radius: 30px;
	border-bottom-right-radius: 0px;
}

.box-sede .collapse.show.info {
	border: 4px solid #00AEEF;
}

.box-sede:not(:last-child){
	margin-right: 20px;
}

.border_white{
	border-top: 2px solid #fff;
	width: 100px;
	margin-left: 15px;
}

.border_white.family{
	width: 40%!important;
	margin-left: 0;
}

.testo-sede{
	color: #fff;
	padding-top: 15px;
	margin-bottom: 0;
}

.divired{
	display: inline-flex;
	width: 35%;
	border: 2px solid;
	justify-self: center;
}

.certification-content {
  display: flex;
	flex-direction: column;
	align-items: center;
}

.certification-info {
  font-size: 1.5rem;
  font-weight: bold;
  margin-bottom: 10px;
	text-align: center;
	padding-top: 30px;
}

/* MENU */

.navigation__items{
	text-decoration: none;
	display: flex;
	justify-content: space-around;
}

.navigation__item{
	list-style-type: none;
}

.navigation__item li{
	padding-bottom: 10px;
}

.navigation__item a{
	color: #000;
	text-decoration: none;
	cursor: pointer;
}

.product_icon{
	width: auto;
	align-self: start;
}

.product_icon img{
	width: 80px;
	height: 80px;
}

.description_product p{
	font-weight: 700;
}

.product_img{
	height: min-content;
}

.info_card{
	background-color: #00AEEF;
	color: #fff;
}

.prodotti_per{
	padding-top: 20px;
	display: flex;
	align-items: center;
	font-weight: 400;
}

.prodotti_per img{
	width: 40px;
	height: auto;
}

.card-body{
	border: none!important;
}

.card-body a svg{
	height: 30px;
	width: 30px;
}


.card-header.bg-transparent p{
	padding: 1rem;
}

.posiziona{
	display: flex;
	justify-content: space-between;
	text-align: start;
	width: 100%;
}

.posiziona .title_arrow{
	display: flex;
	justify-content: space-between;
  align-items: center;
}

.posiziona .d-flex.flex-column{
	color:#00AEEF
}

.posiziona h5{
	font-size: 40px;
}

.posiziona p{
	font-size: 24px;
}

.posiziona .collapse-arrow{
	width: 40px;
	height: 40px;
}

.posiziona>hr{
	width: 50%;
}

.box-posiziona{
	transition: border-color 0.5s ease;
	box-shadow: 1px 1px 20px #ccc;
	border-radius: 60px 20px;
}

.box-posiziona:hover{
	box-shadow: 1px 1px 20px #c0c0c0;
}

.non_posizioni{
	text-align: center;
    padding: 80px 0;
}

.non_posizioni p{
	font-size: 32px;
}

.container.navigation__items{
	text-align: center;
}

.js-form-item{
	/* display: flex; */
	justify-content: space-around;
	flex-direction: column;
}

.js-form-item li {
	list-style-type: none;
}

.js-pager__items{
	display: flex;
	justify-content: space-around;
}

.js-pager__items li::marker{
	display: none;
	list-style-type: none;
}

.row.sedi{
	display: flex;
	justify-content: center;
}

.row.sedi a{
	align-content: center;
}

.m-b-50.bg-azzurro.padding-40.bg-cerchi-bottom{
	border-radius: 0px 0px 70px 70px;
}

.title_img{
	font-size: 28px;
	color: #00AEEF;
	font-weight: 600;
}

.img_large{
	max-width: 800px;
}

.titolo_testo ul li{
	font-size: 20px;
}

.anchor-offset {
  position: relative;
}

.anchor-offset::before {
  content: "";
  display: block;
  height: 130px;
  margin-top: -130px;
  visibility: hidden;
  pointer-events: none;
}


@media (max-width: 1170px) {
	.product_icon img{
		width: 80px!important;
		height: auto;
	}	
	
	.nav-item {
		margin-inline: 0rem;
	}

	.nav-link.dropdown-toggle{
		margin: 0;
	}

	.dropdown-menu.privacy{
		margin-right: -180px;
	}
}

@media (max-width: 1024px) {
	/* .xs_column{
		flex-direction: column;
	} */
	#bg-page{
		margin-top: 60px;
	}

	.align_center{
		align-items: center;
	}

	.text_center{
		text-align: center;
	}

}

.flag-icon {
	width: 35px;
	height: auto;
	margin-bottom: 6px;
}

.dropdown-menu.show{
	padding-right: 10px;
}

.dropdown-toggle::after{
	content: none!important;
}

/* .language{
	display: inline-block;
	margin-left: .255em;
	vertical-align: .255em;
	content: "";
	border-top: .3em solid;
	border-right: .3em solid transparent;
	border-bottom: 0;
	border-left: .3em solid transparent;
} */


.margin_150{
	margin-top: 150px;
	margin-bottom: 150px;
}

.margin_t_150{
	margin-top: 150px;
}

.margin_t_80{
	margin-top: 80px;
}

.margin_b_80{
	margin-bottom: 80px;
}

.padding-r-80{
	padding-right: 80px;
}

.padding-l-80{
	padding-left: 80px;
}

.m-t_120{
	margin-top: 120px;
}

#views-exposed-form-settori-di-applicazione-block-1,
#views-exposed-form-elenco-tutti-prodotti-per-settore-block-1{
	display: none;
}

.views-element-container .js-view-dom-id{
	display: flex
	;
			flex-wrap: wrap;
			gap: 1rem;
}

.views-element-container .js-view-dom-id .views-row{
	flex: 1 1 calc(50% - 1rem);
	max-width: calc(50% - 1rem);
}

.btn_hr{
	display: flex;
	justify-content: space-around;
}

.btn_hr p{
	margin: 0;
}

.btn_hr img{
	width: 24px;
	height: 30px;
	transition: all 1s;
}

.btn_hr img:hover{
	color: #00AEEF;
}

#block-coim-gtranslate h2{
	display: none;
}

@media (max-width: 992px) {
	.unicita, .filiali{
		background-size: contain;
	}

	.col-md-4.col-lg-4.text-center h3{
		font-size: medium;
	}

	.banner_blue{
		bottom: 4%!important;
		border-top-left-radius: 80px;
		border-bottom-right-radius: 80px;
		left: 24px;
	}

	.elenco_produtti_app{
		padding: 0 20px;
		justify-content: center;
	}

	.elenco_produtti_app p{
		text-align: center;
	}

	.elenco_produtti_app .col-9.dis-grid{
		width: 100%;
		justify-items: center;
	}

	.elenco_produtti_app .col-9.dis-grid p{
		text-align: center;
	}

	.box-prodotto .p-3.d-flex.flex-wrap.align-items-center{
		justify-content: center;
	}

	.unicita_testo{
		font-size: 11rem;
	}

	.filiali_testo{
	font-size: 13rem;
  }

  .link_family {
	margin-left: 15px;
}

  .col-12.dis-grid.bg-grey.border-top-light-blue.footer .p-3.text-azzurro.d-flex.align-items-center{
	flex-flow: wrap
  }

  .img_icona{
	width: max-content;
  }

  .nome-prodotto{
	font-size: 44px;
  }

  .icon_title{
	width: 100%;
  }

  .m-t_120{
	margin-top: 40px;
  }

  .box-immage img{
	width: 80%;
	min-height: auto;
  }

  .paragraph_img .right img{
	width: 80%;
  }

}


@media (max-width: 768px) {

	#bg-page{
		height: 255px;
	}

	.timeline-item-right{
		margin-left: 0;
	}

	.timeline-item-right:before{
		right: 0;
	}

	.timeline-item.timeline-item-right{
		margin-left: 3px;
	}

	.timeline-item.timeline-item-left{
		margin-left: 3px;
	}

  .nav.flex-column.nav-pills{
		display: none;
	}

	#v-pills-tabContent-products{
		display: none;
	}

  /* .tab-content{
		display: none;
	} */

	.tab_products{
		display: block;
	}

	.tab_products .card{
		width: auto;
		margin-left: 15px;
		margin-right: 20px;
		margin-bottom: 80px;
    align-items: center;
	}

	.tab_products .card-body{
		padding: 0;
	}

	.article_header{
		top: 110px;
		height: 150px;
		margin-bottom: 30px;
	}

	.page-title{
		padding: 20px 100px 0;
	}

	.title-upper{
		font-size: 34px!important;
	}

	.webform-submission-form .form-item-nome,
  .webform-submission-form .form-item-cognome,
  .webform-submission-form .form-item-telefono,
  .webform-submission-form .form-item-email {
    width: 48%;
    float: left;
    margin-right: 4%;
  }

  .webform-submission-form .form-item-cognome,
  .webform-submission-form .form-item-email {
    margin-right: 0;
  }

  .unicita_testo {
	font-size: 10rem;
  }

  .filiali_testo{
	font-size: 12rem;
  }
}


@media (max-width: 576px){
	.paragraph_color .d-flex img{
		height: 70px;
	}

	.img_icona img{
		width: 100px;
	}

	.page-title{
		padding: 40px 50px 0;
	}

	.unicita {
		top: 212px;
		z-index: 1;
		height: 86px;
		background-size: cover;
		width: 100%;
		left: 0px;
	}

	h3{
		font-size: 24px;
	}

	.title-upper{
		font-size: 26px!important;
		text-align: center;
	}

	.title-numbers{
		font-size: 34px!important;
		text-align: center;
	}

	.margin_150{
		margin-top: 40px;
		margin-bottom: 40px;
	}

	.margin_t_150{
		margin-top: 40px;
	}
	.margin_b_150{
		margin-bottom: 40px;
	}

	.margin_t_80{
		margin-top: 40px;
	}

	.margin_b_80{
		margin-bottom: 40px;
	}

	.padding-y-150{
		padding:40px 0px!important;
	}

	.margin_xs{
		margin-top: 50px;
	}

	.xs_column{
		flex-direction: column;
	}

	.margin_l_xs{
		margin-left: 20px;
	}

	.padding-r-80{
		padding-right: 0;
	}

	.padding-l-80{
		padding-left: 0;
	}

	.etichetta-famiglia{
		font-size: 18px;
	}

	.banner-blu{
		padding: 1.75rem 0.75rem;
	}

	.etichetta-famiglia.azzurro.active{
		margin-right:20px;
	}

	.etichetta-famiglia.viola.active{
		margin-right:0px;
	}

	.etichetta-famiglia.blu.active{
		margin-right:0px;
	}

	.etichetta-famiglia.rosa.active{
		margin-right:0px;
	}

	.etichetta-famiglia.arancione.active{
		margin-right:0px;
	}

	.etichetta-famiglia.giallo.active{
		margin-right:0px;
	}

	.etichetta-famiglia{
		padding:30px;
		width: 100%;
		margin-right: 20px;
	}

	.etichetta-famiglia.azzurro{
		margin-bottom: 0px;
	}
	
	.etichetta-famiglia.viola{
		margin-bottom: 0px;
	}
	
	.etichetta-famiglia.blu{
		margin-bottom: 0px;
	}
	
	.etichetta-famiglia.rosa{
		margin-bottom: 0px;
	}
	
	.etichetta-famiglia.arancione{
		margin-bottom: 0px;
	}

	.row.counter{
		width: 50%!important;
	}

	.counter .numero{
		font-size: 60px;
	}

	p, .counter .descrizione{
		font-size: 18px;
	}

	.banner_blue_sinistra p{
		line-height: 1.75rem;
	}

	.certification-image img{
		width: 200px;
		height: auto;
	}

	.certification{
		justify-content: center;
	}

	.banner_blue_sinistra {
    width: 50%;
    padding: 15px 20px;
    bottom: 30px;
	}

	.banner_blue{
		border-top-left-radius: 60px;
		border-top-right-radius: 20px;
		border-bottom-left-radius: 20px;
		border-bottom-right-radius: 60px;
		left: 40px;
		bottom: 9%!important;
	}

	.box-prodotto-applicazione{
		padding-right: 0px!important;
	}

	.mb-3.mt-3.p-3.w-auto.box-prodotto-applicazione{
		margin-right: -40px;
	}

	.box-prodotto-applicazione .d-flex.flex-column{
		padding-right: 20px;
	}

	.box-sede{
		width: 100%!important;
	}
	
	.box-sede.m-t-20{
		/* border: 4px solid #00AEEF; */
		border-bottom-left-radius: 15px;
		border-bottom-right-radius: 35px;
	}

	.border_white{
		width: 100%;
	}

	.padding-40{
		padding: 20px;
	}

	.w-50{
		width: 100%!important;
	}

	/* .icon_title{
		width: 100%;
	} */

	.p-t-80{
		padding-top: 40px!important;
	}

	#product-accordion{
		padding-top: 0!important;
	}

	.padding-040{
		padding: 0px 40px;
	}

	.timeline-item-right{
		justify-self: end;
		margin-left: auto;
		margin-right: 0;
	}

	.timeline-item-left:before {
		left: 18px;
	}

	.timeline::before{
		left: 5%;
	}

	.timeline-item{
		float: inline-start;
		width: 90%!important;
	}

	.filiali {
		height: 88px;
    width: 90%;
    background-size: cover;
    margin-left: 20px;
	}

	.siti a{
		margin-left: 0;
	}

	.p-l-100 {
    padding-left: 40px;
	}

	.col-md-2.col-lg-3.text-center.mb-3.mt-3.counter{
		width: 50%;
	}

	.settori{
		display: flex;
		justify-content: space-around;
	}

	.settori a{
		width: 40%;
	}

	.border-blu.m-1 h2{
		font-size: 32px;
	} 

	.card.d-flex.justify-content-between.m-b-20.m-l-20.xs_column{
		margin-right: 20px;
	}


	.row.sedi{
		display: flex;
		justify-content: space-around;
	}

	.row.sedi a{
		width: 45%;
		font-size: 16px;
		padding: 20px 0;
	}

	.card.box-prodotto-applicazione.etichetta-famiglia{
		padding: 0;
	}

	.timeline-content {
		margin-left: 18px;
	}

	.timeline-item-right:before {
		right: 344px;
	}

	.settori-applicazione-box{
		margin-bottom: 0px;
	}

	.js-form-item{
		width: 100%;
	}

	.tab-famiglie .nav-pills{
		left: 0px;
	}

	.container .tab-famiglie{
		padding: 0;
	}

	.radius-icon_row{
		width: 90%;
	}

	#collapse0.action{
		margin-right: 20px;
	}

	.padding-x-40{
		padding-left: 40px;
		padding-right: 40px;
	}

	.play{
		border-left: 25px solid #000000;
		border-top: 15px solid transparent;
		border-bottom: 15px solid transparent;
	}

	.play_container {
    width: 90px;
    height: 90px;
    top: -240px;
    left: 140px;
	}

	.blog h3 {
    font-size: 26px !important;
    line-height: 50px !important;
    font-weight: 700;
	}

	.container.blog{
		margin-top: 150px;
	}

	.blog_img img{
		width: 100%;
	}

	.col-md-3 .margin_l_xs h3{
		font-weight: 200;
	}

	.col-md-3 .margin_l_xs p{
		display: none;
	}

	.col-md-3 .margin_l_xs p.show{
		display: block;
	}

	.container.margin_t_80 .row.margin_l_xs .col-md-3{
		margin-bottom: 10px;
	}

	.box-immage img{
		width: 100%;
		padding: 30px!important;
	}

	#views-exposed-form-settori-di-applicazione-block-1,
	#views-exposed-form-elenco-tutti-prodotti-per-settore-block-1{
		display: flex;
		flex-direction: column;
	}

	#views-exposed-form-settori-di-applicazione-block-1 label{
		margin-bottom: 20px;
	}

	#views-exposed-form-settori-di-applicazione-block-1 #edit-combine--2{
		background-color: transparent;
		border-bottom: 1px solid #fff;
	}

	#views-exposed-form-elenco-tutti-prodotti-per-settore-block-1 label{
		color: #fff;
	}

	.js-form-item.form-item.form-type-textfield.js-form-type-textfield.form-item-combine.js-form-item-combine{
		display: flex;
		flex-direction: column;
	}

	#edit-combine{
		background-color: transparent;
	}

	.col-md-12.col-lg-12.text-center.m-b-50.bg-azzurro.padding-40.bg-cerchi{
		color: #fff;
	}

	.col-md-12.col-lg-12.text-center.m-b-50.bg-azzurro.padding-40.bg-cerchi #edit-combine{
		border-color: #fff;
	}

	.col-md-12.col-lg-12.text-center.m-b-50.bg-azzurro.padding-40.bg-cerchi .views-exposed-form input{
		border-color: #fff;
	}

	/* .js-form-item,  .js-form-item input*/
	.col-md-12.col-lg-12.text-center.m-b-50.bg-azzurro.padding-40.bg-cerchi .js-form-item input, .js-form-item select{
		color:#333
	}

	.map-btn {
		width: 60px;
		height: 70px;
	}

	.prodotti_per{
		align-items: start;
		flex-direction: column;
	}

	.dis-none_mobile {
		display: none;
	}

	.taxpnomy-btn{
		display: flex;
		flex-direction: row;
	}

	#edit-combine--2iWU0T2UcrY{
		background-color: transparent;
	}

	.m-b-50.bg-azzurro.padding-40.bg-cerchi-bottom{
		border-radius: 0px 0px 70px 70px;
	}

	.m-b-50.bg-azzurro.padding-40.bg-cerchi{
		border-radius: 0px 0px 70px 70px;
	}

	.line-blu{
		width: 100%!important;
	}

	.paragraph_img .right img{
		padding: 40px;
		width: 100%;
	}

	#footer h3{
		margin-top: 30px;
	}

/* 	.navigation__item li :not(.collapsed) li{
		padding-top: 10px;
		margin-bottom: 20px;
	} */

	.nav-toggle[aria-expanded="true"] .arrow-collapse {
  transform: rotate(180deg);
  transition: transform 0.3s ease;
}

.etichetta-tab{
	font-size: 22px;
	padding: 22px;
}

.etichetta-tab.azzurro{
	width: 100%;
	font-size: 16px!important;
}

.etichetta-tab.azzurro.active{
	border-radius: 46px 46px 0 0!important;
	margin-right: 0;
}

.container.tab-famiglie{
	padding: 0;
}

.nav.nav-pills.taxpnomy-btn{
	margin-right: 0 !important;
}

.link_privacy{
	flex-direction: row;
}

.box-prodotto .col-3.d-flex.align-items-center{
	padding: 0!important;
	padding-left: 5px;
}

.nome-prodotto{
	font-size: 24px;
}

.mb-sm-4{
	margin-bottom: 1.5rem;
}

.d-flex.justify-content-between.p-r-80{
	justify-self: center;
	padding-right: 0px!important;
}

.col-md-3 img.w-80{
	width: 100%;
}

.margin_t_meno_120{
	margin-top: -120px;
}

.link_family{
	margin-left: 25px;
}

.card.card-body .container, .family, .settori-per-prodotto .container{
	padding: 0;
}

.posiziona h5{
	font-size: 30px;
}
.non_posizioni p{
	font-size: 28px;
}

.js-form-item.form-item.form-type-email.js-form-type-email.form-item-email.js-form-item-email{
	padding-right: 0%!important;
}

.unicita_testo {
	font-size: 6rem;
  }

  .filiali_testo{
	font-size: 6rem;
	top: 15px;
  }

  .banner-blu p{
	font-size: 22px;
  }

  .testo-prodotto .col-md-10.m-l-20{
	width: 60%!important;
  }

  .webform-submission-form .form-item-nome,
  .webform-submission-form .form-item-cognome,
  .webform-submission-form .form-item-telefono,
  .webform-submission-form .form-item-email {
    width: 100%;
    float: left;
    margin-right: 4%;
  }

  .webform-submission-form .form-item{
	width: 100%;
  }

  .js-form-item-message .form-textarea.required{
	height: 40px;
  }

  #copyright {
	text-align: center;
  }

  #copyright ul {
	  padding: 0;
  }

  #block-coim-privacypolicy p{
	padding-right: 2rem;
  }

  .nome-prodotto::before{
	content: none;
  }

  .row.elenco_produtti_app{
	margin-top: 20px;
  }

  .applicazioni_container{
	justify-content: center;
  }

  .title_img{
	text-align: center;
  }

}

@media (max-width: 425px) {
	.paragraph_color_sinistro, .paragraph_color{
		border-radius: 0!important;
	}

	.family h2{
		font-size: 24px!important;
	}

	.family img{
		width: 64px!important;
	}

	.family p{
		font-size: 16px!important;
	}

	.family .product_info li{
		width: 100%!important;
		font-size: 16px!important;
	}

	.personalizzato img{
		width: 100%!important;
	}
}

@media (max-width: 395px){
	.timeline-item-right:before {
		right: 318px;
}

.radius-icon_row{
	width: 100%;
}

.title-numbers, .anchor-offset{
	font-size: 26px!important;
}

}

@media (max-width: 375px){
	.timeline-item-right:before {
		right: 300px;
	}

	.filiali {
		height: 78px;
    width: 90%;
    background-size: cover;
    margin-left: 30px;
    top: 130px;
	}

	.unicita_testo {
	font-size: 5rem;
  }
}