/* latin */
@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(../fonts/S6uyw4BMUTPHjx4wXiWtFCc.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

/* latin */
@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(../fonts/S6u9w4BMUTPHh6UVSwiPGQ3q5d0.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}



body
{
	margin:0;
	background-color: #ffffff; 
    background-position: center top;
    background-repeat: repeat-x;
	line-height:1.46;
	overflow-x:hidden;
  	font-size:17px;
  	color:#333;
	font-family: 'Lato', sans-serif;
   
}

h1, h2, h3, .titMod{
  line-height:1.2;
  color: #0072c2;;
  font-weight: 700;
}

.item-page h2
{
	margin:0px 0 10px;
	font-size:30px; 
	font-weight:bold;
}


.item-page h3 {
    font-size: 27px;
    margin: 0 0 15px;
}


.item-page h2, .item-page h3{
  margin-top: 30px;
}


.titMod {
    margin: 0 0 40px 0;
    position: relative;
    text-transform: uppercase;
    font-size: 36px;
}
.titMod:after {
  content: "";
  background-color: #0072c2;
  width: 80px;
  height: 2px;
  margin: 15px auto 0;
  display: block;
}



.center{
  text-align:center;
}

a {
	text-decoration:none;
	color:#0351a2;
}
.clearfix,
.cleared
{
	clear:both;
}
ul
{
	list-style-position:inside;
	padding:0;
}



#search .info svg {
  width: auto;
  height: 40px;
  color: #0072c2;
  margin-right: 10px;
}
#search .info {
  display: inline-flex;
  align-items: center;
  margin-left: 30px;
}
#search .info span {
  display: block;
  font-weight: bold;
  color: #333;
}
#search {
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
}


#logo {
    position: relative;
    z-index: 50;
    width: 100%;
    display: inline-block;
    max-width: 350px;
}
#logo img {
    padding: 10px 0;
    height: 60px;
    display: block;
}

.navigator {
    position: relative;
    top: 0;
    z-index: 100;
    text-align: center;
  margin-bottom: -20px;
}

.navigator .corp{
  background-color: #0072c2;
border-radius: 20px;
}


.navigator .menu
{
	margin:0;
	padding:0;
	list-style:none;
	position:relative;
	z-index:110;
}
.navigator .menu li
{
	display:inline-block;
 
} 



.navigator .menu li a, 
.navigator .menu li span {
    padding: 0 30px;
    line-height: 40px;
    display: block;
    text-decoration: none;
    font-size: 14px;
    font-weight: 700;
    color: #fff;
    text-transform: uppercase;
}


.navigator .menu li a:hover {
    background-color: #5eb8e4;
}

@media screen and (max-width:1024px){
.fix .header
{
	position:fixed;
	left:0;
	right:0;
	top:0;
	height:100%;
  	z-index:150;
  	overflow: auto;
}

  
.navigator
{ 
right: 0;
top: 0;
width: 100%;
position:relative;
bottom: 0;
padding-top: 40px;
max-width:400px;
margin:0 auto;
z-index: 210;
}
.navigator .menu li
{
	display:block;
	float:none;
}
.navigator .menu li a, .navigator .menu li span {
    line-height: 45px;
    padding: 10px 0;
    font-size: 18px;
    color: #000;
    border-bottom: 1px solid #eeee;
}
  
  
  
.navigator .menu li .home {
  font-size: 18px !important;
}
.navigator .menu li .home:before {
  display: none;
}
  
  
.navigator .menu
{
position: relative;
right: 0;
width: 100%;
text-align: left;
}
  
  
.navigator .menu ul {
    display: block;
    padding: 0;
    position: relative;
    background-color: transparent;
    width: auto;
    box-shadow: none;
}
  
.nav-child.unstyled.small {
  display: none !important;
  border: none;
}
.collapse .nav-child.unstyled.small {
  display: block !important;
}
  

.navarrow {
    content: url('data:image/svg+xml; utf8, <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512"><path d="M207.029 381.476L12.686 187.132c-9.373-9.373-9.373-24.569 0-33.941l22.667-22.667c9.357-9.357 24.522-9.375 33.901-.04L224 284.505l154.745-154.021c9.379-9.335 24.544-9.317 33.901.04l22.667 22.667c9.373 9.373 9.373 24.569 0 33.941L240.971 381.476c-9.373 9.372-24.569 9.372-33.942 0z"/></svg>');
    position: absolute;
    top: 15px;
    width: 20px;
    height: 20px;
    cursor: pointer;
    right: 0;
    text-align: center;
    transform: translateY(40%);
}

.navigator .menu ul li ul li {
    border-bottom: 1px solid #eee;
}
}
#slider
{
	min-height:100px;
	text-align:center;
}
#slider img
{
	width:100%;
	margin:auto;
	height:auto;
}
#slider .random-image
{ 
	margin:auto;
	width:100%;
}

#sopra,
#sotto
{
	padding-top:40px;
	padding-bottom:60px;
}

 
.blog-featured .item .item-image,
.blog .item .item-image
{
	width:40%; 
	margin:0 10px 0 0;  
	float:left;
}
.blog-featured .item,
.blog .item
{  
}
.blog-featured .item .item-image
{
	border:none;
	border-radius:0;
	padding:0;
	width:100%;
	margin:0 0 10px 0;
	float:none;
} 
.blog-featured h2
{
	text-align:center;
}
.blog-featured .item p
{
	line-height:20px;
	height:60px;
	overflow:hidden;
}
.contenuto
{
	padding-top:50px;
	padding-bottom:50px;
}

.footer {
    padding-top:20px;
	padding-bottom:20px;
    background-color: #04293c;
    font-size: 14px;
    color: #fff;
}


.footer .info {
  display: flex;
  margin-bottom: 6px;
  align-items: center;
  font-size: 15px;
  font-weight: 600;
}
.footer .info svg {
  width: 22px;
  height: 22px;
  text-align: center;
  box-sizing: border-box;
  color: #fff;
  margin-right: 11px;
}
.footer h3 {
  font-size: 22px;
  margin-bottom: 20px;
  text-transform: uppercase;
  color: #fff;
}



.credit {
    background-color: #022131;
    color: #fff;
    text-align: center;
    padding: 15px 0 10px;
    font-size: 11px;
}
.credit a
{
	color:#fff;
}


.navigator .menu ul {
    display: none;
    left: 0px;
    border-bottom: 3px solid #0072c2;
    background-color: #fff;
    padding: 20px 30px 30px;
    box-sizing: border-box;
    z-index: 250;
    position: absolute;
    right: 0;
    width: 100%;
    border-right: 1px solid #eee;
    border-left: 1px solid #eee;
}

.navigator .menu li:hover ul
{
	display:block;
}

.navigator .menu ul ul
{
	position:relative;
	border:none;
	box-shadow:none;
	width:100%;
	left:0;
	right:0;
	top:0;
	bottom:0;
	padding:0;
	display:block;
}
.navigator .menu ul li
{ 
    width: 100%;
	line-height:20px;
	float:none;
	display:inline-block;
	vertical-align:top;
	box-sizing:border-box;
	padding:0 10px;
	width:50%; 
	

}
.navigator .menu ul li ul li
{
	display:block;
	width:100%;
	padding:0;
}
.navigator .menu ul li:before
{
	display:none;
}
.navigator .menu ul li span {
    font-weight: bold;
    font-size: 18px;
    line-height: 30px;
    padding: 5px 0px;
    text-transform: uppercase;
    color: #000;
    text-align: left;
}

.navigator .menu ul li a
{
	line-height:23px;
	font-size:14px;
	padding: 5px 12px 5px 12px;
	text-align:left;
	color:#333;
	display:block;
	border:none;
	font-weight:normal;
}

.navigator .menu ul li a::before {
    content: url('data:image/svg+xml; utf8, <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512"><path d="M207.029 381.476L12.686 187.132c-9.373-9.373-9.373-24.569 0-33.941l22.667-22.667c9.357-9.357 24.522-9.375 33.901-.04L224 284.505l154.745-154.021c9.379-9.335 24.544-9.317 33.901.04l22.667 22.667c9.373 9.373 9.373 24.569 0 33.941L240.971 381.476c-9.373 9.372-24.569 9.372-33.942 0z"/></svg>');
    font-weight: bold;
    padding-right: 5px;
    width: 12px;
    height: 13px;
    display: inline-block;
    transform: rotate(-90deg);
  margin-right: 3px;
}



.navigator .menu ul li ul li:hover a {
    background-color: #5eb8e4;
    border: none;
    color: #fff;
}


.blog .items-leading .item-image
{
	width:40%;
	float:right;
	margin:0 0 10px 20px; 
}
.blog .items-leading .item-image img
{
	width:100%;
  height: auto;
}
.blog .cols-3 .item .item-image
{
	width:100%;
	margin-bottom:15px;
}
.blog .cols-3  .item h2
{
	text-align:center;
}

.item-page .item-image img {
    width: 100%;
    height: auto;
}
#mezzo
{
	padding:60px 0; 
	background-image:url('../images/sfondo.jpg');
	background-attachment:fixed;
	background-size:cover;
	background-position:center center;
	position:relative;
	color:#efefef;
  text-align: center;
}
#mezzo:before
{
	content:"";
	position:absolute;
	left:0;
	right:0;
	top:0;
	bottom:0;
	background-color:#0351a290;
	background-position:center center;
}


#mezzo .btn {
    background-color: #fff;
    font-size: 20px;
    margin-top: 10px;
    color: #0072c2;
    border-color: transparent;
}



.readmore svg {
    width: 20px;
    height: 20px;
}



.pagina .contenuto.lft
{
	float:right;
}
.pagina .laterale.lft
{
	margin-left:0;
}
.pagina .laterale
{
	background-color:#f5f5f5;
	padding:10px 0;
}
.pagina .laterale .moduletable
{
	padding:10px 0;
}

.pagina .laterale ul
{
	list-style:none;
	margin:0;
	padding:0;
}

.laterale .moduletable
{
	margin:0;
}
.laterale .moduletable h3
{
	margin-top:0;
	padding:0 10px;
}
.laterale ul li
{
	display:block;
	padding:2px 10px;
} 

.item-page .item-image img
{
	width:100%;
  height: auto;
}
.serv.blog .item-image
{
	width:20%; 
	margin:0 10px 10px 0;
}
.serv.blog .items-row:nth-child(2n+1) .item-image
{
	float:right;
	margin:0 0 10px 10px;
}
.pagination .counter
{
	display:none;
}
.pagination ul
{
	padding:0;
	text-align:center;
}
.pagination ul li
{
	display:inline;
	padding:0 2px;
}


.item-page p
{
	margin-top:0;
}
.gallery
{
	margin:0 -5px;
}
.gallery .itm
{
	width: 25%;
	float:left;
	box-sizing:border-box;
	border:5px solid transparent;
	position:relative;
	overflow:hidden;
}
.gallery .itm:before
{
	padding-top:66%;
	display:block;
	content:" ";
}
.gallery .itm img
{
	position:absolute;
	top:0;
	left:0;
	right:0;
	bottom:0;
	width:100%;
  height: auto;
}
.big, .titPar {
    font-size: 34px;
    text-transform: uppercase;
    line-height: 1.2;
    color: #0072c2;
    text-align: center;
    margin-bottom: 30px;
}


.settori .itm:nth-child(4n+1)
{
	clear:both;
	margin-left:0;
}
.settori .itm
{
	margin:0px 0 15px;
	position:relative;
}
.settori .itm .item-image img
{
	width:100%;
  height: auto;
}
.settori .itm .item-image
{
	margin:0 0 0px;
}

.settori .itm .tit
{
	display:block;
	font-size:20px;
	text-transform:uppercase; 
	line-height:22px;
	font-weight:bold;
	margin-top:10px;
	margin-bottom:10px;

	
}

.settori .itm .intro .btn
{
	 
	display:block;
	margin:10px 0;
}

.settori .itm .intro .btn a i
{
	padding:0 5px 0 0;
	transition:all 0.3s ease-in;
	-webkit-transition:all 0.3s ease-in;
	-moz-transition:all 0.3s ease-in;
}
.settori .itm .intro .btn a:hover i
{
	padding:0 0px 0 5px;

}

.settori .itm:hover .intro
{
	transition:all 0.3s ease-in 0.4s;
	-webkit-transition:all 0.3s ease-in 0.4s;
	-moz-transition:all 0.3s ease-in 0.4s;
	opacity:1;
}
.item-page h1,
.blog h1
{
	position:absolute;
	margin-top:-80px;
	line-height:50px;
	top:0;
	font-size:42px;
	color:#fff;
	height:50px;
	text-transform:uppercase;
	z-index: 2;
}

#mezzo .corp
{ 
}
#slider
{
	position:relative;
}
.bread {
    left: 0;
    right: 0;
    max-width: 1200px;
    z-index: 25;
    text-align: left;
    margin: 0 auto;
    color: #fff;
    position: absolute;
    bottom: 10px;
    text-transform: capitalize;
	z-index: 2;
}

.bread .sep {
    padding: 0 2px;
}


.right
{
	float:right;
	margin:0 0 10px 20px;
}


.servizi .itm .cont {
  position: relative;
  display: flex;
  align-items: center;
  background-color: #f2f2f2;
  border-radius: 5px;
  margin: 0 0 40px;
}
.servizi .itm .cont img {
  width: 100%;
  object-fit: cover;
  border-radius: 5px 0 0 5px;
  object-position: top;
  max-height: 250px;
  display: block;
  height: auto;
}
.servizi .itm .cont .item-image {
  flex-basis: 50%;
  margin-right: 20px;
  width: 100%;
}

.servizi .itm .tit {
    text-transform: uppercase;
    font-size: 22px;
    margin: 0 0 8px;
}

.servizi .itm .tit a{
	color: #0072c2;
}

.servizi .intro {
    margin-bottom: 10px;
}

.servizi {
  max-width: 1100px;
  margin: 0 auto;
}
.servizi .itm .cont .text {
  flex-basis: 50%;
  padding: 30px;
  box-sizing: border-box;
}
.servizi .itm:nth-child(2n) .cont {
  flex-flow: row-reverse;
}


.servizi .itm:nth-child(2n) .cont img {
    border-radius: 0 5px 5px 0;
}

.servizi .itm:nth-child(2n) .cont .item-image{
	margin-left: 30px;
	margin-right: 0;
}

.table {
    width: 100%;
    display: table;
    margin-bottom: 40px;
    background: #fff;
    border: 1px solid #eee;
}
.table .riga
{
	display:table-row;
}

.table .riga:nth-child(2n+1) {
    background-color: #f5f5f5;
}

.table .riga div {
    display: table-cell;
    vertical-align: middle;
    padding: 5px 15px;
    line-height: 30px;
    width: 38%;
}


.table .riga div:first-child a:before{
	content: url('data:image/svg+xml; utf8,<svg aria-hidden="true" focusable="false" data-prefix="fas" data-icon="angle-right" role="img" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 256 512" class="svg-inline--fa fa-angle-right fa-w-8 fa-9x"><path fill="currentColor" d="M224.3 273l-136 136c-9.4 9.4-24.6 9.4-33.9 0l-22.6-22.6c-9.4-9.4-9.4-24.6 0-33.9l96.4-96.4-96.4-96.4c-9.4-9.4-9.4-24.6 0-33.9L54.3 103c9.4-9.4 24.6-9.4 33.9 0l136 136c9.5 9.4 9.5 24.6.1 34z" class=""></path></svg>');
	padding-right:5px;
	width: 7px;
height: 7px;
display: inline-block;
}
.table .riga.head div
{
	font-weight:bold;
	text-transform:uppercase;
	font-size:16px;
	color:#fff;
}

.table .riga:hover div
{
	background-color:#008ecd20;
}
.table .riga:hover div a
{
	font-weight:bold;
	color:#0351a2;
}

.table .riga.head {
    height: 40px;
    background: #0072c2 !important;
    color: #fff;
}

#fbsoc .custom
{
	position:relative;
}
#fbsoc .custom:before
{
	content:"";
	height:90px;
	left:0;
	z-index:50;
	background-color:#fff;
	right:0;
	position:absolute;
	bottom:0;
}
.blog .items-leading
{
	margin:50px 0 0;
	position:relative;
	padding:50px 0;
  border-top: 1px solid #eee;
border-bottom: 1px solid #eee;
}



.item-page.pat .body .large
{
	width:150%;
}



.item-page.pat .item-image img
{
	width:100%;
  height: auto;
}


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

.item-page .cv {
    background-color: #f0f9ff;
    font-size: 14px;
    margin-left: -60px;
    padding: 30px 40px;
    margin-bottom: 0;
}
.item-page .cv h3
{
	margin:0px;
}
.item-page .cv p
{
	margin:10px 0 0;
}

.item-page .st {
    font-size: 15px;
    display: flex;
    flex-wrap: wrap;
}
.item-page .st h3
{
	text-align:left;
	margin:0px 0 10px;
	text-transform:uppercase;
}
.item-page .st p {
    flex-basis: calc(50% - 20px);
    box-sizing: border-box;
    margin: 10px;
    background-color: #f0f9ff;
    padding: 15px 20px;
}
#slider .cntrl
{
	height: 400px;
	overflow:hidden;
	position:relative;
}
#slider .cntrl video
{
	position:absolute;
	left:0;
	top:50%;
	margin-top:-450px;
	right:0;
}
	
.item-page.pat . img
{
	width:100%;
	height:auto;
	font-size:16px;
	
}
.faqs
{ 
	position:relative;
	margin-top:-50px;
	padding:30px 0 30px;
}


.faq {
  padding: 0;
  margin: 0; 
  list-style-type: none;
}
.faq h4 {
  color: #0054af;
  font-size: 18px;
  margin-bottom: 5px;
  padding-left: 25px;
  cursor: pointer;
  margin-top: 5px;
	font-weight: normal;
  text-transform: uppercase;
}

.faq p{
  padding-left: 30px;
  display:none;
}

.faq li {
  overflow: hidden;
  border-bottom: 1px solid #eee;
  padding-bottom: 10px;
  position:relative; 
  transition: all 0.3s ease-in-out;
  
  padding-top: 20px;
}



.faq li::before, .faq li::after {
    content: "";
    width: 15px;
    height: 3px;
    background: #0072c2;
    transition: all 0.3s ease;
    margin-right: 15px;
    position: absolute;
    left: 0;
    top: 37px;
}


.faq li::after {
    transform: rotate(90deg);
}




.faq li.active::after {
    transform: none;
}





.item-page .body h2:nth-child(1)
{
	margin-top:0;	
}

.contatt #cws
{
  margin-top:-70px;
}
.inline
{
  display:inline;
  margin:0;
  font-size:inherit !important;
  color: #fff;
}

.clc
{
  float:left;
  width:40%;
}


.contatt .ui.form textarea {
  height: 80px;
}
.contatt .ui.checkbox input.hidden + label {
  color: #fff;
}
.ui.button {
  background-color: #333;
  color: #fff;
  display: inline-block;
  border-radius: 0;
  padding: 12px 28px;
  font-size: 16px;
  text-transform: uppercase;
}

.contatt #display-section1 {

    margin-top: -40px;

}

.contatt .ui.form .field > label{
  display:none;
}

.contatt a{
  color:#fff;
}





.feature img {
  width: 100%;
  height: auto;
}

.feature .item svg {
  height: 54px;
  color: #0072c2;
  margin-right: 20px;
}
.feature .item .title a {
  display: flex;
  align-items: center;
  color: #333;
  text-transform: ;
}
.feature .item .title {
  text-transform: uppercase;
  font-weight: bold;
}
.feature .item {
  border-bottom: 1px solid #eee;
  padding: 30px 0;
}






.blocco .image {
  display: inline-block;
  width: 49%;
  vertical-align: middle;
}
.blocco .image img {
  width: 100%;
  height:auto;
}
.blocco .text {
  width: 50%;
  vertical-align: middle;
  padding: 20px 20px;
  box-sizing: border-box;
  display: inline-block;
}

.l2rt .blocco .image{
  width:39%;
}
.l2rt .blocco .text{
  width:60%;
}
#sopra {
    padding-bottom: 0;
}



.footer ul {
  display: ;
  column-count: 2;
  padding: 0;
  margin: 0;
}
.footer ul li a {
  color: #fff;
}

#contatti {
    background-color: #d0ecff;
    color: #000;
    text-align: center;
   	padding: 80px 0 60px;
    position: relative;
    border-top: 5px solid #eee;
}


#contatti::before {
    content: "";
    top: -5px;
    position: absolute;
    left: calc(50% - 50px);
    width: 0;
    height: 0;
    border-top: 50px solid #eee;
    border-left: 50px solid transparent;
    border-right: 50px solid transparent;
}


#contatti::after {
    content: "";
    top: -5px;
    position: absolute;
    left: calc(50% - 36px);
    width: 0;
    height: 0;
    border-top: 36px solid #fff;
    border-left: 36px solid transparent;
    border-right: 36px solid transparent;
}






#contatti .ui.checkbox label {
    color: #000;
}

.ui.form input:not([type]), .ui.form input[type="date"], .ui.form input[type="datetime-local"], .ui.form input[type="email"], .ui.form input[type="file"], .ui.form input[type="number"], .ui.form input[type="password"], .ui.form input[type="search"], .ui.form input[type="tel"], .ui.form input[type="text"], .ui.form input[type="time"], .ui.form input[type="url"], .ui.form input[type="checkbox"], .ui.form textarea{
	background-color: #f7f7f7;
	color: #666666;
	padding: 0 30px;
	line-height: 50px;
	height: 50px;
	box-sizing: border-box;
	border: 1px solid #eee;
	width: 100%;
    border-radius: 4px !important;
	}


.ui.form input[type="checkbox"], .ui.form textarea{
  height:100px;
}


.ui.form input:not([type]):focus, .ui.form input[type="date"]:focus, .ui.form input[type="datetime-local"]:focus, .ui.form input[type="email"]:focus, .ui.form input[type="file"]:focus, .ui.form input[type="number"]:focus, .ui.form input[type="password"]:focus, .ui.form input[type="search"]:focus, .ui.form input[type="tel"]:focus, .ui.form input[type="text"]:focus, .ui.form input[type="time"]:focus, .ui.form input[type="url"]:focus, .ui.form textarea:focus {
    box-shadow: 0 25px 98px 0 rgba(0,0,0,.02);
    background-color: #f5f5f5;
}


::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #888 !important;
}
::-moz-placeholder { /* Firefox 19+ */
  color: #888 !important;
}
:-ms-input-placeholder { /* IE 10+ */
  color: #888 !important;
}
:-moz-placeholder { /* Firefox 18- */
  color: #888 !important;
}

::-moz-placeholder {
  opacity: 1 !important;;
}


.ui.form .field > label {
    display: none;
}


.btn, .ui.button {
    display: inline-block;
    background: #0072c2;
    color: #fff;
    padding: 12px 32px;
    border-radius: 4px;
    font-size: 18px;
    cursor: pointer;
    border: 2px solid transparent;
  	transition: all 0.3s ease-in-out;
}

.btn:hover, .ui.button:hover {
    background-color: #5eb8e4;
	color: #fff;
}

.chronoforms6_credits {
    display: none !important;
}


.settori .intro {
    font-size: 15px;
}




.tablist {
  padding: 0;
  list-style-type: none;
  display: block;
  text-align: center;
  margin: 0 0 30px;
}
.tablist li {
  display: inline-block;
  border: 2px solid #0072c2;
  padding: 8px 18px;
  margin-right: 20px;
  cursor: pointer;
  text-transform: uppercase;
  font-weight: bold;
  color: #333;
  border-radius: 4px;
}
.tablist li.active {
  background-color: #0072c2;
  color: #fff;
}

.tabs .item{
  display: none;
}


#servizi {
    padding: 60px 0;
  padding-top: 0;
}



.blocks:nth-child(2n)::before {
    background-color: #97d4ff;
    position: absolute;
    left: calc(50% - 50vw);
    width: 100vw;
    top: 0;
    bottom: 0;
    content: "";
    z-index: -1;
}
.blocks {
  padding: 40px 0px;
  position:relative;
  clear: both;
}

.blocks img {
    float: left;
    margin-right: 30px;
    width: 40%;
  	height:auto;
}

.blocks img.right {
  float: right;
  margin: 0 0 0px 30px;
}


.blocks:last-child {
  padding-bottom: 0;
}




.blocks img.full {
    float: none;
    width: 100%;
    margin: 10px 0;
}

.video {
  display: flex;
  justify-content: center;
}
.video .item {
  padding: 0 20px;
  width: 100%;
}



.double {
  display: flex;
  justify-content: center;
}
.double img {
  float: none;
  width: 50%;
  margin: 0;
  padding: 5px;
  box-sizing: border-box;
  height: auto;
  max-width: 400px;
}


.blocks.notlast {
    padding-bottom: 40px;
}

.item-page.pat .body {
    width: 66.6666%;
    position: relative;
}

.item-page.pat .indice {
    width: 28%;
    float: right;
    background-color: #fff;
    box-sizing: border-box;
    border: 1px solid #eee;
    padding: 30px 20px;
    position: sticky;
    top: 20px;
}

.indice::before {
    content: "";
    position: absolute;
    right: -10px;
    bottom: -10px;
    background-color: #e3e3e3;
    width: 10px;
    height: 100%;
    z-index: -1;
}

.indice::after {
    content: "";
    position: absolute;
    right: -10px;
    bottom: -10px;
    background-color: #e3e3e3;
    width: 100%;
    height: 10px;
    z-index: -1;
}

.indice .tp {
  text-transform: uppercase;
  font-size: 20px;
  margin: 0 0 15px;
  line-height: 1.2;
  font-weight: 600;
  color: #333;
}
.indice ul {
  list-style-position: inside;
  padding-left: 5px;
}
.indice ul li a {
  font-size: 16px;
  color: #0072c2;
  position: relative;
  transition: all 0.3s ease-in-out;
}

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


.fulltext {
    width: 66.6666%;
    position: relative;
}


.introtext.blocco {
    margin-bottom: 40px;
  background-color:#d0ecff;
  border-radius: 4px;
}

.introtext.blocco img {
    border-radius: 4px 0px 0px 4px;
    
}


.topfeature {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    margin-top: -100px;
    border-radius: 4px;
    background-color: #0072c2;
}
.topfeature .item {
  flex-basis: 33.3333%;
  color: #fff;
  text-align: center;
  padding: 40px 20px;
  box-sizing: border-box;
}
.topfeature .item:nth-child(2n) {
  background-color: #5eb8e4 !important;
}
.topfeature .item svg {
  height: 40px;
  text-align: ;
}
.topfeature .item .tit {
  text-transform: uppercase;
  margin: 10px 0 5px;
}
.topfeature p {
  margin: 0;
  font-size: 16px;
}



.extra-content {
    margin-left: calc(-100vw/2 + 100%/2);
    margin-right: calc(-100vw/2 + 100%/2);
    max-width: 100vw;
    width: auto;
   
}

.blocco.extra-content {
    padding: 40px 0;
    margin-top: 40px;
    background-image: url('../images/bg.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}





.readmore {
  color: #0072c2 ;
  font-size: 18px;
  font-weight: 600;
  position: relative;
  transition: all 0.3s ease-in-out;
  display: inline-block;
}
.readmore:after {
  content: "";
  background-color: #0072c2;
  width: 50px;
  height: 1px;
  display: block;
  position: absolute;
  left: 100%;
  top: 50%;
  transform: translateY(50%);
  transition: all 0.3s ease-in-out;
  margin-left: 13px;
}
.readmore:hover{
  color: #5eb8e4;
}
.readmore:hover:after{
  background-color: #5eb8e4;
  margin-left: 10px;
}


#slider .custom{
	position: relative;
}
#slider .custom::before {
    background: linear-gradient(0deg,#0072c28a,rgba(16, 37, 56, 0.1) 40%,hsla(0,0%,17%,0));
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 1;
}


#mezzo .big {
    color: #fff;
}






.contatti {
  display: flex;
  text-align: center;
  justify-content: center;
}
.contatti .item svg {
  height: 50px;
  width: auto;
  padding-right: 30px;
  color: #5eb8e4;
}
.contatti .item {
  flex-basis: 33.3333%;
  display: flex;
  text-align: left;
  justify-content: center;
  align-items: center;
}

.contatti .item .tit{
  color: #1e73be;
  font-size: 20px;
font-weight: 600;
margin-bottom: 3px;
}

.contatti .item p{
  margin: 0;
   font-size: 18px;
  font-weight: 600;
}


#contact{
	border-bottom: 1px solid #eee;
background-color: #fefefe;
}

.mappa iframe {
    display: block;
}

.maps {
    display: flex;
}

.pageid-110 #slider .custom::before {
    display: none;
}


.indice ul li {
    font-weight: 600;
    font-style: italic;
}




.introtext {
  display: flex;
  align-items: center;
  margin-bottom: 40px;
}
.introtext .image {
  flex-basis: 50%;
}
.introtext .text {
  flex-basis: 50%;
  background-color: #d0ecff;
  padding: 40px 30px;
  box-sizing: border-box;
  margin-left: -50px;
  z-index: 1;
}
.introtext .text h2 {
  margin-top: 0;
}


.social svg {
  width: 26px;
  color: #fff;
}

.removemargin {
  margin-bottom: -20px;
}

.item-page img {
    height: auto;
}

.feature .item .title img {
    height: 45px;
    width: auto;
    margin-right: 15px;
}



.formslide {
    position: absolute;
    right: 0;
    bottom: -40px;
    z-index: 1;
    background-color: #0072c2;
    padding: 20px;
    box-sizing: border-box;
    max-width: 400px;
    border-radius: 3px;
  color: #fff;
}
.formslide .ui.form .three.fields > .field, .formslidehome  .ui.form .three.fields > .field{
  width: 100% !important;
  display: block !important;
  margin-bottom: 10px;
}
.formslide .ui.form .fields, .formslidehome .ui.form .fields {
  display: block;
}

.subTit {
    color: #fff;
    text-align: center;
    margin-bottom: 10px;
    font-size: 25px;
    text-transform: uppercase;
    font-weight: bold;
}



.confronto {
  display: flex;
  flex-wrap: wrap;
  text-align: center;
}
.confronto .itm {
  flex-basis: 33.3333%;
  padding: 10px;
  box-sizing: border-box;
}
.confronto .itm img {
  width: 100%;
}

.formslide #button10, .formslidehome .ui.button{
    background-color: #fff;
    color: #0072c2;
}

.item.formslidehome {
   /* margin-top: -240px; */
    background-color: #0072c2;
   border-radius: 3px;
  color: #fff;
}

.formslide .ui.checkbox input.hidden + label,   .formslidehome .ui.checkbox input.hidden + label{
  color: #fff;
}

.call{
  display:none;
}


#search .txt a {
    color: #333;
}

.settori .itm .readmore::after {
    display: none !important;
}


#iubenda_policy h1 {
  position: relative !important;;
}


.pageid-252 .body .item {
  margin: 0 0 20px;
  padding: 20px 0;
  border-bottom: 1px dashed #0072c2;
}
.pageid-252 .body .item .item-image{
  width: 30%;
  
}

@media screen and (min-width:1024px)
{
  
.pageid-252 .body .item:nth-child(2n+1) .item-image{
  float: left;
  margin: 0 20px 10px 0;
}
.pageid-252 .body .item:nth-child(2n) .item-image{
  float: right;
  margin: 0 0 10px 20px;
}
}






.macchinari {
    display: grid;
    grid-template-columns: repeat(4, 1fr); 
    gap: 20px;
    margin: 80px 0px;
}

.macchinari .item {
    border: 1px solid #0072c2; 
    padding: 15px;
    border-radius: 8px; 
    background-color: #fff; 
    text-align: center;
    transition: transform 0.2s ease-in-out;
}


.macchinari figure {
    margin: 0;
}

.macchinari figure img {
  width: 100%;
  height: auto;
  max-height: 170px;
  object-fit: contain;
  mix-blend-mode: multiply;
}

.macchinari .title {
    font-size: 18px;
    font-weight: bold;
    color: #0072c2; 
    margin-bottom: 5px;
}


.macchinari p {
  font-size: 14px;
}



.macchinari-title {
  text-align: center;
  margin-top: 80px !important;
  margin-bottom: -40px !important;
  font-size: 40px !important;
}



@media (max-width: 768px) {
    .macchinari {
        grid-template-columns: 1fr; /* 1 colonna su schermi piccoli */
    }
}





.review-widget {
  background: #fff;
  padding: 100px 0;
  margin: auto;
  display: grid;
  grid-template-columns: 310px auto;
}

.review-header {
  text-align: center;
  margin-bottom: 20px;
}


elemento {
}
.rating-title {
  font-size: 24px;

  color: #000;

  font-weight: bold;

}

.stars {
  margin: 8px 0;
}

.stars img {
  width: 17px;
  height: 17px;
  vertical-align: middle;
}

.based-on {
  font-size: 14px;
  color: #555;
  margin: 5px 0;
}

.google-logo {
  width: 110px;
  height: 35px;
  margin-top: 10px;
}

.reviews-container {
  display: grid;
  gap: 20px;
  grid-template-columns: repeat(3,1fr);
}

.review-item {
  flex: 1 1 calc(50% - 20px);
  border: 1px solid #eee;
  border-radius: 6px;
  padding: 15px;
  background: #fafafa;
}

.reviewer {
  font-weight: bold;
  margin-bottom: 5px;
  color: #333;
}

.review-text {
  margin-top: 10px;
  font-size: 14px;
  color: #444;
}



@media (max-width: 768px) {
  
.review-widget {
  display: block;
}
.reviews-container {
  display: flex;
  white-space: nowrap;
  overflow: auto;
}
.review-item {
  white-space: normal;
  min-width: 210px;
}
}
