/* custom css */
@font-face {
  font-family: 'Gabarito';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(../webfonts/gabarito-latin-400.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: 'Gabarito';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(../webfonts/gabarito-latin-500.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: 'Gabarito';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(../webfonts/gabarito-latin-600.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: 'Gabarito';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(../webfonts/gabarito-latin-700.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: 'Gabarito';
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: url(../webfonts/gabarito-latin-800.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: 'Gabarito';
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url(../webfonts/gabarito-latin-900.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
body{
	font-family: 'Gabarito' !important;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.2;
	color: #333333;
	background-color: #fff;
}
h1,h2,h3,h4,h5,h6{ font-family: 'Gabarito' !important; line-height: 1.2;}

p{ margin: 0;}
p+p{ margin-top: 15px;}
.uk-margin{ margin: 0 !important; }

#page .big-page{
	display: block;
	padding: 15px 25px;
}
#page .big-page .inner-page{
	display: block;
}
#page .big-page .inner-page .title-center{
	z-index: 99;
}
#page .big-page .inner-page .title-center .inner-content{
	background-color: #fff;
	border-radius: 100%;
	padding: 60px;
}
#page .big-page .inner-page .title-center .inner-content .img{
	display: block;
	margin-bottom: 30px;
}
#page .big-page .inner-page .title-center .inner-content .img picture{
	display: block;
}
#page .big-page .inner-page .title-center .inner-content .img img{
	width: 200px;
	height: auto;
	display: block;
	margin: 0 auto;
}
#page .big-page .inner-page .title-center .inner-content .title{
	display: block;
	text-align: center;
}
#page .big-page .inner-page .title-center .inner-content .title h1{
	display: block;
    font-size: 40px;
    font-weight: 700;
    width: 95%;
	line-height: 1;
    margin: 0 auto;
}
#page .big-page .inner-page .content{
	display: grid;
	grid-template-columns: repeat(3, 1fr); /* Crea tre colonne */
	grid-gap: 10px; /* Spazio tra le colonne e le righe */
}
#page .big-page .inner-page .content .title-center.mobile{
	display: none;
}
#page .big-page .inner-page .content .column{
	display: grid;
    grid-gap: 20px; 
	height: 92vh;
}
#page .big-page .inner-page .content .column.col1{
	grid-template-rows: repeat(2, 1fr); 
	margin-right: 15px;
	margin-left: -5px;
}
#page .big-page .inner-page .content .column.col2 {
	grid-template-rows: repeat(3, 1fr);
}
#page .big-page .inner-page .content .column.col3 {
	grid-template-rows: repeat(2, 1fr);
	margin-left: 10px;
	margin-right: 8px;
}
html, body {
    margin: 0;
    padding: 0;
    height: 100%;
}
.section {
    width: 100%;
    align-items: center;
    color: #fff;
	border-radius: 50px;
	position: relative;
}
#section1{
	background: url('../images/divisione-piscine.jpg') no-repeat;
	background-position: center;
	background-size: cover;
	margin-left: 4px;
	border-radius: 40px;
}
#section2{
	background: url('../images/divisione-case-legno.jpg') no-repeat;
	background-position: center;
	background-size: cover;
	margin-left: 4px;
	border-radius: 40px;
}
#section3{
	background: url('../images/impianto-fotovoltaico.jpg') no-repeat;
	background-position: center;
	background-size: cover;
	border-radius: 40px;
}
#section4{
	background: url('../images/impianto-pompa-calore.jpg') no-repeat;
	background-position: center;
	background-size: cover;
	border-radius: 40px;
}
#section5{
	background: url('../images/divisione-serramenti.jpg') no-repeat;
	background-position: center;
	background-size: cover;
	border-radius: 40px;
}
#section6{
	background: url('../images/divisione-riqualificazione-energetica.jpg') no-repeat;
	background-position: center;
	background-size: cover;
	border-radius: 40px;
}
#section7{
	background: url('../images/riscaldamento.jpg') no-repeat;
	background-position: center;
	background-size: cover;
	margin-left: 7.5px;
	margin-right: 7.5px;
	border-radius: 40px;
}
#section8{
	background: url('../images/climatizzazione.jpg') no-repeat;
	background-position: center;
	background-size: cover;
	margin-left: 7.5px;
	border-radius: 40px;
}
#page .big-page .inner-page .uk-margin > .uk-grid{
	margin-left: -30px;
}
#page .big-page .inner-page .element{
	padding-left: 30px;
}
#page .big-page .inner-page .element.uk-grid-margin{
	margin-top: 30px;
}
#page .big-page .inner-page .element .inner-element{
	overflow: hidden;
	border-radius: 50px;
}
#page .big-page .inner-page .element .inner-element .img{
	display: block;
	height: 100%;
}
#page .big-page .inner-page .element .inner-element .img picture{
	display: block;
	border-radius: 50px;
	overflow: hidden;
	height: 100%;
}
#page .big-page .inner-page .element .inner-element .img img{
	width: auto;
	height: 100%;
	display: block;
	margin: 0;
	border-radius: 50px;
}
#page .big-page .inner-page .element .inner-element .button-divisione .inner-button.left-button{
	margin-top: 15px;
	margin-left: 15px;
}
#page .big-page .inner-page .element .inner-element .button-divisione .inner-button.right-button{
	margin-top: 15px;
	margin-right: 15px;
}
#page .big-page .inner-page .element .inner-element .button-divisione .inner-button.left-bottom-button{
	margin-bottom: 15px;
	margin-left: 15px;
}
#page .big-page .inner-page .element .inner-element .button-divisione .inner-button.right-bottom-button{
	margin-bottom: 15px;
	margin-right: 15px;
}
#page .big-page .inner-page .element .inner-element .button-divisione .inner-button.bottom-button{
	margin-bottom: 15px;
}
#page .big-page .inner-page .element .inner-element .button-divisione .inner-button.top-button{
	margin-top: 15px;
}
#page .big-page .inner-page .element .inner-element .button-divisione .inner-button > a{
	border: 1px solid #fff;
    border-radius: 25px;
    padding: 13px 30px;
    display: block;
    overflow: hidden;
    background-color: rgba(51, 51, 51, 0.3);
	position: relative;
	color: #fff;
	background-size: 200% 100%;
    background-image: linear-gradient(to right, rgba(51, 51, 51, 0.3) 50%, rgba(51, 51, 51) 50%);
    transition: background-position 1s;
}
#page .big-page .inner-page .element .inner-element .button-divisione .inner-button > a .icona{
	display: inline-block;
    position: absolute;
    top: -3px;
    left: -3px;
    bottom: 0;
    text-align: center;
    width: 20px;
    line-height: 7px;
    border: 16px solid #fff;
    border-radius: 100%;
    height: 19px;
}
#page .big-page .inner-page .element .inner-element .button-divisione .inner-button > a .icona i{
	padding: 0;
    font-size: 25px;
    margin-top: -3px;
    margin-left: -1px;
}
#page .big-page .inner-page .element .inner-element .button-divisione .inner-button > a > span{
	display: inline-block;
    margin-left: 30px;
    text-transform: uppercase;
    color: #fff;
}
#page .big-page .inner-page .element .inner-element .button-divisione .inner-button > a:hover, #page .big-page .inner-page .element .inner-element .button-divisione .inner-button > a:focus{
	text-decoration: none;
	cursor: pointer;
	outline: none;
	background-position: -100% 0;
}
#page .big-page .footer{
	display: block;
	text-align: center;
	margin-top: 0;
	padding-top: 10px;
	clear: both;
	color: #333;
	font-size: 12px;
	font-weight: 400;
}
#page .big-page .footer p{
	margin: 0;
}
#page .big-page .footer a{
	color: #333;
}
#page .big-page .footer a:hover, #page .big-page .footer a:focus{
	text-decoration: underline;
	cursor: pointer;
	outline: none;
}

@media screen and (max-width: 1700px) {

	#page .big-page .inner-page .title-center .inner-content .title h1{
		font-size: 35px;
	}
}

@media screen and (max-width: 1560px) {

	#page .big-page .inner-page .title-center .inner-content .title h1{
		font-size: 30px;
	}
	#page .big-page .inner-page .element .inner-element .button-divisione .inner-button.left-button{
		margin-top: 20px;
		margin-left: 20px;
	}
	#page .big-page .inner-page .element .inner-element .button-divisione .inner-button.right-button{
		margin-top: 20px;
		margin-right: 20px;
	}
	#page .big-page .inner-page .element .inner-element .button-divisione .inner-button.left-bottom-button{
		margin-bottom: 20px;
		margin-left: 20px;
	}
	#page .big-page .inner-page .element .inner-element .button-divisione .inner-button.right-bottom-button{
		margin-bottom: 20px;
		margin-right: 20px;
	}
}

@media screen and (max-width: 1400px) {
	
	#page .big-page .inner-page .title-center .inner-content{
		padding: 30px;
	}
	#page .big-page .inner-page .title-center .inner-content .title h1{
		font-size: 28px;
	}
}

@media screen and (max-width: 1300px) {

	#page .big-page .inner-page .title-center .inner-content .img{
		margin-bottom: 30px;
	}
	#page .big-page .inner-page .title-center .inner-content .img img{
		width: 150px;
	}
	#page .big-page .inner-page .element .inner-element .button-divisione .inner-button > a{
		padding: 10px 30px;
		font-size: 14px;
	}
	#page .big-page .inner-page .element .inner-element .button-divisione .inner-button > a .icona{
		border: 12px solid #fff;
	}
	#page .big-page .inner-page .element .inner-element .button-divisione .inner-button > a > span{
		margin-left: 20px;
	}
}

@media screen and (max-width: 1200px) {
	
	#page .big-page .inner-page .title-center .inner-content .title h1{
		font-size: 25px;
	}
}

@media screen and (max-width: 1080px) {
	
	.section{
		border-radius: 30px !important;
		height: 300px;
		margin-bottom: 20px !important;
	}
	#section1{
		margin-left: 0;
	}
	#section2{
		margin-left: 0;
	}
	#section2 .element .inner-element .button-divisione{
		top: 0;
		left: auto;
		right: 0;
	}
	#section2 .element .inner-element .button-divisione .inner-button{
		margin-top: 15px;
		margin-left: 0;
		margin-right: 15px;
	}
	#section3 .element .inner-element .button-divisione{
		left: 0;
		--uk-position-translate-x: auto;
	}
	#section3 .element .inner-element .button-divisione .inner-button{
		margin-left: 15px;
	}
	#section4 .element .inner-element .button-divisione{
		right: 0;
        --uk-position-translate-x: auto;
        left: auto;
        bottom: auto;
        top: 0;
	}
	#section4 .element .inner-element .button-divisione .inner-button{
		margin-bottom: 0 !important;
    	margin-top: 15px;
		margin-right: 15px;
	}
	#section5 .element .inner-element .button-divisione{
		right: auto;
    	left: 0;
	}
	#section5 .element .inner-element .button-divisione .inner-button{
		margin-right: 0;
    	margin-left: 15px;
	}
	#section6 .element .inner-element .button-divisione{
		right: 0;
		left: auto;
		bottom: auto;
		top: 0;
	}
	#section6 .element .inner-element .button-divisione .inner-button{
		margin-bottom: 0;
		margin-top: 15px;
		margin-right: 0;
		margin-left: 15px;
	}
	#page .big-page .inner-page .content{
		display: block;
	}
	#page .big-page .inner-page .content .column.col1, #page .big-page .inner-page .content .column.col3{
		margin-right: 0;
		margin-left: 0;
	}
	#page .big-page .inner-page .content .title-center{
		display: none;
	}
	#page .big-page .inner-page .content .title-center.mobile{
		display: block;
	}
	#page .big-page .inner-page .content .column{
		display: block;
		height: auto;
	}
	#page .big-page .inner-page .title-center .inner-content{
		padding: 25px 0;
	}
	#page .big-page .inner-page .title-center .inner-content .title h1{
		font-size: 35px;
	}
	#page .big-page .inner-page .element .inner-element .button-divisione .inner-button.left-button{
		margin-top: 15px;
		margin-left: 15px;
	}
	#page .big-page .inner-page .element .inner-element .button-divisione .inner-button.right-button{
		margin-top: 15px;
		margin-right: 15px;
	}
	#page .big-page .inner-page .element .inner-element .button-divisione .inner-button.left-bottom-button{
		margin-bottom: 15px;
		margin-left: 15px;
	}
	#page .big-page .inner-page .element .inner-element .button-divisione .inner-button.right-bottom-button{
		margin-bottom: 15px;
		margin-right: 15px;
	}
}

@media screen and (max-width: 992px) {
	
	#page .big-page .inner-page .uk-margin > .uk-grid{
		margin-left: -15px;
	}
	#page .big-page .inner-page .title-center{
		position: inherit !important;
		top: 0;
		left: 0;
		width: 100%;
		max-width: 100%;
		--uk-position-translate-x: 0;
		--uk-position-translate-y: 0;
	}
	#page .big-page .inner-page .title-center .inner-content{
		padding: 60px 0 30px;
	}
	#page .big-page .inner-page .title-center .inner-content .title h1{
		font-size: 30px;
	}
	#page .big-page .inner-page .element{
		width: 100%;
		padding-left: 15px;
	}
}

@media screen and (max-width: 600px) {
	
	#page .big-page{
		padding: 15px;
	}
	#page .big-page .inner-page .title-center .inner-content{
		padding: 30px 0 15px;
	}
	#page .big-page .inner-page .title-center .inner-content .title h1{
		font-size: 30px;
	}
}

@media screen and (max-width: 480px){
	
	.section{
		height: 200px;
		border-radius: 20px !important;
		margin-bottom: 15px !important;
	}
	span.mobile-no{
		display: none;
	}
	#page .big-page{
		padding: 0 15px 30px;
	}
	#page .big-page .inner-page .title-center .inner-content .img{
		margin-bottom: 15px;
	}
	#page .big-page .inner-page .title-center .inner-content .img img{
		width: 120px;
	}
	#page .big-page .inner-page .title-center .inner-content .title h1{
		font-size: 25px;
	}
	#page .big-page .inner-page .element.uk-grid-margin{
		margin-top: 15px;
	}
	#page .big-page .inner-page .element .inner-element .img picture{
		border-radius: 20px;
	}
	#page .big-page .inner-page .element .inner-element .button-divisione .inner-button.left-button{
		margin-top: 10px;
		margin-left: 10px;
	}
	#page .big-page .inner-page .element .inner-element .button-divisione .inner-button.right-button{
		margin-top: 10px;
		margin-right: 10px;
	}
	#page .big-page .inner-page .element .inner-element .button-divisione .inner-button.left-bottom-button{
		margin-top: 10px;
		margin-left: 10px;
	}
	#page .big-page .inner-page .element .inner-element .button-divisione .inner-button.right-bottom-button{
		margin-top: 10px;
		margin-right: 10px;
	}
	#page .big-page .inner-page .element .inner-element .button-divisione .inner-button > a{
		padding: 5px 20px;
		font-size: 14px;
	}
	#page .big-page .inner-page .element .inner-element .button-divisione .inner-button > a .icona{
		border: none;
		top: 0;
		left: 0;
		height: auto;
	}
	#page .big-page .inner-page .element .inner-element .button-divisione .inner-button > a .icona i{
		font-size: 20px;
		margin-top: 3px;
		margin-left: 3px;
	}
	#page .big-page .inner-page .element .inner-element .button-divisione .inner-button > a > span{
		line-height: 1;
		display: block;
		margin-left: 10px;
		padding-top: 1px;
	}
	#page .big-page .footer{
		margin-top: 15px;
	}
}























































/* end custom css */