@charset "UTF-8";
/*
    COLOR PALETTE
	LIGHT GRAY #f5f5f5
	Button #D47814
	Text #151222
	Footer #4D341D
*/

/******************************
	BEGIN GENERAL DOM
******************************/

[class*="col-"] {
    padding-right: 15px;
    padding-left: 15px;
}

::selection {
	background-color: #766361;
	color:#fff;
}

body {
    background-color: #ffffff;
    color:#444444;
    font-family: 'Helvetica','Open Sans','Arial',sans-serif;
	font-size: 16px;
}

strong {
	font-weight: 600;
}

em {
	font-style: italic;
}

a {
	color: #5CA929;
	text-decoration: none;
	transition: color .3s ease;
}

a:link, a:visited {
	text-decoration: none;
	color: #5CA929;
}

a:active, a:hover {
	text-decoration: underline;
	color:#5CA929;
}

a.btn, button.btn {
	background-color: #fff !important;
	padding:10px 20px;
	color:#5CA929;
	border: solid 2px #5CA929;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	font-weight: 500;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}

input.form-control, textarea.form-control {
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	border-radius: 0;
}

a.btn:focus, button.btn:focus {
	border: solid 2px #5CA929;
	background-color: #5CA929 !important;
	color:#fff;
	-webkit-box-shadow: none !important;
	-moz-box-shadow: none !important;
	box-shadow: none !important;
}

a.btn-primary, button.btn-primary {
	border: solid 2px #5CA929;

}

a.btn-primary:active, a.btn-primary:hover, a.btn-primary:focus , button.btn-primary:active , button.btn-primary:hover , button.btn-primary:focus  {
	border: solid 2px #5CA929 !important;
	background-color: #5CA929 !important;
	color:#fff !important;
}



h1, h2, h3, h4 {

	margin-top:0;
	margin-bottom: 30px;

}

h1 {
	font-size: 48px;
	font-weight: bold;
}

h2 {
	font-size:36px;
	font-weight: bold;
}

h3 {
	font-size:28px;
	font-weight: normal;
	text-transform: uppercase;
}

h4 {
	font-size:24px;
	font-weight: normal;
}

.container {
	width: 90%;
}

.identity img {
	height:120px;
	width: auto;
	padding:20px 0px 0px 0px;
}

.cookielawdiv {
	position: fixed;
	bottom:0;
	z-index: 999;
	padding:20px; 
	width:100%;
	background-color: #000;
	opacity: 0.8;
}

.container-fluid.no-gutters {
	padding:0;
}

iframe {
	display: block;
}

.triangle-container {
	margin:0;
	padding:0;
	width: 100%; /* Full width of the container */
	height: 90px; /* Fixed height for the container */
	position: relative;
}

.triangle {
	width: 100%;
	height: 100%;
	clip-path: polygon(0% 0%, 100% 0%, 0% 100%); /* Defines the three corners of the triangle */
}

/******************************
	END GENERAL DOM
******************************/

/******************************
	BEGIN HEADER
******************************/

.header{
	padding: 30px 0;
	background-color: #fff;
}


.header .navigation {
	text-align: right;

}

.header .navigation a {
	display: inline-block;

	margin:0 15px;
	margin-bottom: 15px;
}

.header .navigation .mainmenu {
	font-size: 18px;
	margin-top: 60px;
}

.header .navigation .mainmenu a:link, .header .navigation .mainmenu a:visited {
	text-decoration: none;
	color: #262926;
}

.header .navigation .mainmenu a:active, .header .navigation .mainmenu a:hover {
	text-decoration: none;
	color: #262926;
	padding-bottom: 5px;
}

/******************************
	END HEADER
******************************/

/******************************
	BEGIN PALETTE MENU
******************************/

.color-home {
	color: #232623;
}

.color-azienda {
	color: #2AA7E3;
}

.color-impianto {
	color: #E5A427;
}

.color-produzione {
	color:#DB0012;
}

.color-clienti {
	color:#931659;
}

.color-contatti {

	color:#5CA929;
}

.header .navigation .mainmenu a#home{
	padding-bottom: 5px;
	border-bottom: solid 2px;
	border-bottom-color: rgba(35,38,35, 0.25);
	transition: all 0.5s;
}
.header .navigation .mainmenu a:hover#home{
	border-bottom: solid 2px rgba(35,38,35, 1);
	transition: all 0.5s;
}


.header .navigation .mainmenu a#azienda{
	padding-bottom: 5px;
	border-bottom: solid 2px;
	border-bottom-color: rgba(42,167,227, 0.25);
	transition: all 0.5s;
}
.header .navigation .mainmenu a:hover#azienda{
	border-bottom: solid 2px rgba(42,167,227, 1);
	transition: all 0.5s;
}

.header .navigation .mainmenu a#impianto{
	padding-bottom: 5px;
	border-bottom: solid 2px;
	border-bottom-color: rgba(229,164,39, 0.25);
	transition: all 0.5s;
}
.header .navigation .mainmenu a:hover#impianto{
	border-bottom: solid 2px rgba(229,164,39, 1);
	transition: all 0.5s;
}


.header .navigation .mainmenu a#produzione{
	padding-bottom: 5px;
	border-bottom: solid 2px;
	border-bottom-color: rgba(219,0	,18, 0.25);
	transition: all 0.5s;
}
.header .navigation .mainmenu a:hover#produzione{
	/*border-bottom: solid 2px #DB0012;*/
	border-bottom: solid 2px rgba(219,0	,18, 1);
	transition: all 0.5s;
}


.header .navigation .mainmenu a#clienti{
	padding-bottom: 5px;
	border-bottom: solid 2px;
	border-bottom-color: rgba(147,22,89, 0.25);
	transition: all 0.5s;
}
.header .navigation .mainmenu a:hover#clienti{
	border-bottom: solid 2px rgba(147,22,89, 1);
	transition: all 0.5s;
}

.header .navigation .mainmenu a#contatti{
	padding-bottom: 5px;
	border-bottom: solid 2px;

	border-bottom-color: rgba(92,169,41, 0.25);
	transition: all 0.5s;
}
.header .navigation .mainmenu a:hover#contatti{
	border-bottom: solid 2px rgba(92,169,41, 1);
	transition: all 0.5s;
}

/******************************
	END PALETTE MENU
******************************/

/******************************
	BEGIN BANNER
******************************/

.banner {
	position: relative;
	height: 30vw;
	overflow: hidden;
}

.banner video {
	position: absolute;
	width: 100%;
}

.banner .caption-container {
	width: 100%;
	position: relative;
	background-color: rgba(0,0,0,.5);
}

.banner .caption {

	position: absolute;
	width: 100%;
	vertical-align:middle;
	text-align: center;
	color: #fff;
	z-index: 200;
	font-size: 48px;
	font-weight: bold;
}

.banner .caption p{
	font-size: 36px;
	text-transform: uppercase;
	font-weight: normal;
}
.banner img{
	width: 100%;
	opacity: 0.9;
}

.banner .caption a.btn-secondary, .banner .caption a.btn-secondary:hover, .banner .caption a.btn-secondary:active, .banner .caption a.btn-secondary:link, .banner .caption a.btn-secondary:focus {
	background-color: #D90000 !important;
	border: solid 2px #D90000 !important;
	color: #fff !important;
}

/******************************
	END BANNER
******************************/

/******************************
	BEGIN AZIENDA
******************************/

.section-content.section-azienda {
	background-color: #f2f2f2 ;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	padding: 60px 0;
}

.section-content.section-azienda .aziendaimage {
	padding:0 ;
	margin: 0;
	margin-top: 30px;

}

.section-content.section-azienda .aziendadescr {
	background-color: rgba(255,255,255,0.8);
	-moz-border-radius: 45px;
	-webkit-border-radius: 45px;
	border-radius: 45px;
	padding:45px;
	margin-top: 30px;

}

.aziendadescr h4 {
	font-weight: bold;
	font-size: 32px;
}


/******************************
	END AZIENDA
******************************/

/******************************
	BEGIN IMPIANTO
******************************/

.section-content.section-impianto {
	background-color: #fff;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	padding: 60px 0;
}

/*.section-content.section-impianto .impianto {*/
/*	background-color: rgba(255,255,255,1);*/
/*	padding:45px 60px;*/
/*	margin: 60px 0px;*/
/*}*/

.section-content.section-impianto .impiantodescr{
	background-color: #f2f2f2;
	-moz-border-radius: 45px;
	-webkit-border-radius: 45px;
	border-radius: 45px;
	padding:45px;
	margin-top: 30px;
}

.section-content.section-impianto .impiantoimage{
	padding:0 ;
	margin: 0;
	margin-top: 30px;
	margin-bottom: 15px;
}

.impiantodescr h4 {
	font-weight: bold;
	font-size: 32px;
}

/******************************
	END IMPIANTO
******************************/

/******************************
	BEGIN PRODUZIONE
******************************/

/*.section-content.section-produzione .produzione {*/
/*	background-color: rgba(255,255,255,0.8);*/
/*	padding:45px 60px;*/
/*	margin: 60px 0px;*/
/*}*/

.section-content.section-produzione {
	background-color: #f2f2f2 ;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	padding: 60px 0;
}

.section-content.section-produzione .produzioneimage {
	padding:0 ;
	margin: 0;
	margin-top: 30px;

}

.section-content.section-produzione .produzionedescr {
	background-color: #fff;
	-moz-border-radius: 45px;
	-webkit-border-radius: 45px;
	border-radius: 45px;
	padding:45px;
	margin-top: 30px;

}

.produzionedescr h4 {
	font-weight: bold;
	font-size: 32px;
}

	/******************************
        END PRODUZIONE
    ******************************/

/******************************
	BEGIN CLIENTI
******************************/

.section-content.section-clienti {
	background: #fff;
	overflow: hidden;
	text-align: center;
	position: relative;
	padding:60px 0;
}

.section-content.section-clienti.cliente .boxcliente {
	position:relative;
	margin: 0 auto;
	width: 400px;
	height: 250px;
	transition: all .5s;
	margin-bottom: 30px;
	background-color: #FFFFFF;

}

.section-content.section-clienti.cliente.boxcliente .boxcliente-fg {
	/*top:10px;*/
	/*left: 0;*/
	/*width: 80%;*/
	/*position: absolute;*/
	z-index: 200;


}

.section-clienti img {
	margin-bottom: 30px;
}

/******************************
	END CLIENTI
******************************/

/******************************
	BEGIN CONTATTI
******************************/

.section-content.section-contacts {
	background: #f2f2f2;
	padding: 0px;
}

.section-content.section-contacts .contacts{
	padding:60px;
}

.section-content.section-contacts.contacts#contattiform#buttonform:hover{
	background-color: #fff;
	border: solid 2px #5CA929;
	color: #5CA929;
}

.section-contacts .fa-solid {
	color: #5CA929;
}

/******************************
	END CONTATTI
******************************/

/******************************
	BEGIN CAROUSEL
******************************/

.carousel-item, .carousel-item div {
	height: 120px;
	vertical-align: middle;
}

.carousel-control-next-icon, .carousel-control-prev-icon {
	background-color: #f00 !important;
}

.carousel-control-prev {
	margin-top: -25px;
  margin-left: -120px;
}

.carousel-control-next {
	margin-top: -25px;
  margin-right: -120px;
}

/******************************
	END CAROUSEL
******************************/

/******************************
	BEGIN FOOTER
******************************/

.footer {
	width: 100%;
	padding: 60px;
	background-color: #262926;
	padding-bottom: 100px;
	text-align: left;
	color:#fff;
	position: relative;

}

.footer img {
	height: 102px;
}

.footer #scrolltotop img{
	cursor:pointer !important;
	width: 90px;
	height: 90px;
}

.footer a {
	color: #666;
	cursor:pointer !important;
}

.credits {
	width: 100%;
	font-size: 12px;
	margin-top: 30px;
	text-align: right;
}

/******************************
	END FOOTER
******************************/

/******************************
	START CSS CUSTOM
******************************/
.header {
    background-color: #ffffff; /* o quello che vuoi */
}

.section-content {
    background-color: #f5f5f5; /* grigio chiaro neutro */
}

.overlay-text {
    position: absolute;
    inset: 0;
    z-index: 2;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    padding: 2vw; /* margine responsivo */
    text-shadow: 1px 1px 3px rgba(0,0,0,0.6);
}

.overlay-text h2 {
    font-size: 3vw; /* cresce e si riduce con lo schermo */
    margin: 0; }

.overlay-text small {
    font-size: 1.5vw; /* proporzionale */
}

.row.info {
    background-color: #219ee0; /* leggero azzurrino tecnico */
    color: #FFFFFF;
    padding: 90px 30px;
}

.row.vantaggi {
    background-color: #dc0017;
    color: #FFFFFF;
    padding: 90px 30px;
}

.row.modelli {
    background-color: #dfdfdf;
    color: #000000;
    padding: 90px 30px;
}

.row.picture {
    background-color: #2b2b2b;
    color: #FFFFFF;
    padding: 90px 30px;
}

.row { margin-left: 0; margin-right: 0; }

/******************************
	END CSS CUSTOM
******************************/


/******************************
	BEGIN MEDIA QUERIES
******************************/

@media (min-width: 1200px) {
	.container {
		max-width: 1400px;
	}
}


@media (max-width: 1200px) {
	.banner {

		height: 40vw;

	}
}

@media (max-width: 992px) {
	.header .navigation .mainmenu {
		text-align: center;
		margin-top: 30px;
	}

	.container {
		max-width: 95%;
		width: 95%;
	}

	.banner {

		height: 50vw;

	}

	.banner .caption {
		font-size: 36px;
	}

	.banner .caption p{
		font-size: 24px;

	}
}

@media (max-width: 767px) {

	.section-content.section-produzione .produzionedescr, .section-content.section-azienda .aziendadescr, .section-content.section-impianto .impiantodescr {
		-moz-border-radius: 30px;
		-webkit-border-radius: 30px;
		border-radius: 30px;
		padding:30px;

	}



	.banner {

		height: 55vw;

	}
}



/* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) {
	
	
}

/* Medium devices (tablets, 768px and up) The navbar toggle appears at this breakpoint */
@media (min-width: 768px) {

}

/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) {

	
}

/* Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {

}

@media (min-width: 1900px) {

}

/******************************
	END MEDIA QUERIES
******************************/
