/* SCIURBAAUTOTRUCK.IT */

/* /// GENERALI /// */
body {
  color: #444;
  background-color: #FFF;
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  line-height: 24px;
}
a {
  color: #5C99EE;
  text-decoration: none;
  transition: 0.3s;
}
a:hover {
  color: color-mix(in srgb, #5C99EE, transparent 25%);
  text-decoration: none;
}
.starter-section {
	margin-top: 150px;
}
.starter-section h2 {
  font-size: 26px;
  font-weight: 600;
  margin-bottom: 20px;
  line-height: 26px;
	border-bottom: 2px solid #CCC;
	padding-bottom: 20px;
	text-align: center;
	text-transform: uppercase;
	font-family: "Questrial", sans-serif;
	color: #036;
}
.starter-section h3 {
  font-size: 24px;
  font-weight: 600;
	margin-top: 0px;
  margin-bottom: 20px;
  line-height: 26px;
	font-family: "Questrial", sans-serif;
	color: #036;
}
.cornice {
	border: 1px solid #036;
	padding: 30px;
}
.cornice ul {
	text-align: left;
	margin: 0px;
	padding: 0px;
	list-style: none;
}
.cornice ul li {
  margin: 0px;
	padding: 0px 0px 10px 0px;
	list-style: none;
	line-height: 24px;
}
.cornice ul li i {
  font-size: 24px;
	line-height: 24px;
	float: left;
	margin-right: 10px;
	color: #036;
}
/* /// FINE - GENERALI /// */
/* /// HEADER /// */
.header {
  background-color: rgba(7, 45, 60, 0.95); 
  color: #535D6B;
  padding: 10px 0px;
  transition: all 0.5s;
  z-index: 997;
}
.header .logo {
  line-height: 1;
}
.header .logo img {
  max-height: 120px;
  margin-right: 8px;
}
.scrolled .header {
  box-shadow: 0px 0 18px rgba(0, 0, 0, 0.1);
}
.scrolled .header {
	background-color: rgba(7, 45, 60, 0.80); 
}
	/* // TOP BAR WEBSITE // */
.top-bar-website {
	margin: 0px 0px 10px 10px;
	padding: 0px;
	border-bottom: 1px solid #FFF;
}
.top-bar-website h1 {
	font-weight: 500;
	font-size: 20px;
	line-height: 20px;
	color: #FFF;
	font-family: "Questrial", sans-serif;
	text-transform: lowercase;
}
	/* // FINE - TOP BAR WEBSITE // */
	/* // MENU DI NAVIGAZIONE // */
		/* / DESKTOP / */
@media (min-width: 769px) {
	.navmenu {
  	padding: 0px;
	}
	.navmenu ul {
  	margin: 0;
  	padding: 0;
  	display: flex;
  	list-style: none;
  	align-items: center;
	}
	.navmenu li {
		position: relative;
	}
	.navmenu>ul>li {
		white-space: nowrap;
  	padding: 0px 2px;
	}
	.navmenu>ul>li:last-child {
  	padding-right: 0;
	}
	.navmenu a,
	.navmenu a:focus {
		color: #FFF;
  	font-size: 20px;
  	padding: 0px 5px 30px 5px;
  	font-family: "Roboto", sans-serif;
  	font-weight: 500;
		text-transform: uppercase;
  	display: flex;
  	align-items: center;
 		justify-content: space-between;
  	white-space: nowrap;
  	transition: 0.3s;
  	position: relative;
	}
	.navmenu>ul>li>a:before {
 		content: "";
 		position: absolute;
 		height: 1px;
 		bottom: 15px;
 		left: 0;
 		background-color: #5C99EE;
 		visibility: hidden;
 		width: 0px;
 		transition: all 0.3s ease-in-out 0s;
	}
	.navmenu a:hover:before,
	.navmenu li:hover>a:before {
		visibility: visible;
		width: 100%;
	}
	.navmenu li:hover>a,
	.navmenu .active,
	.navmenu .active:focus {
		color: #5C99EE;
	}
}
		/* / FINE -  DESKTOP / */
		/* / MOBILE / */
@media (max-width: 768px) {
  .mobile-nav-toggle {
    color: #FFF;
    font-size: 28px;
    line-height: 0;
		margin-right: 0px;
    cursor: pointer;
    transition: color 0.3s;
		float: right;
  }
  .navmenu {
    padding: 20px;
    z-index: 9997;
		text-align: center;
  }
  .navmenu .top-bar-recapiti {
		text-align: left;
		z-index: 100;
		margin: 0px 0px 10px 0px;
}
  .navmenu ul {
    display: none;
    list-style: none;
    position: absolute;
    inset: 60px 20px 20px 20px;
    padding: 160px 10px 0px 0;
    margin: 0;
    border-radius: 6px;
  	background-color: rgba(7, 45, 60, 0.95); 
    border: 1px solid #FFF;
    box-shadow: none;
    overflow-y: auto;
    transition: 0.3s;
    z-index: 9998;
  }
	.navmenu ul {
    background-image: url("../img/apple-touch-icon.png");
    background-repeat: no-repeat;
    background-position: 50% 10px;
    overflow-y: auto;
  }
	.navmenu ul li {
    border-bottom: 1px solid #FFF;
  }
  .navmenu a,
  .navmenu a:focus {
    color: #FFF;
    padding: 10px 20px;
    font-size: 20px;
    font-weight: 500;
    display: inline-block;
		text-align: center;
    align-items: center;
    white-space: nowrap;
    transition: 0.3s;
		text-transform: uppercase;
  }
  .navmenu a:hover,
  .navmenu .active,
  .navmenu .active:focus {
		color: #5C99EE;
  }
  .mobile-nav-active {
    overflow: hidden;
  }
  .mobile-nav-active .mobile-nav-toggle {
    color: #fff;
    position: absolute;
    font-size: 32px;
    top: 15px;
    right: 15px;
    margin-right: 0;
    z-index: 9999;
  }
  .mobile-nav-active .navmenu {
    position: fixed;
    overflow: hidden;
    inset: 0;
    background: rgba(33, 37, 41, 0.8);
    transition: 0.3s;
  }
  .mobile-nav-active .navmenu>ul {
    display: block;
  }
}
		/* / FINE -  MOBILE / */
	/* // FINE - MENU DI NAVIGAZIONE // */
/* /// FINE - HEADER /// */
/* /// HOME /// */
	/* /// ANTEPRIMA SERVIZI /// */
.services {
	margin-top: 150px;
}
.services .service-card {
  background: #FFF;
	border: 1px solid #036;
  padding: 32px 24px;
  height: 100%;
  display: flex;
  flex-direction: column;
  transition: all 0.3s ease;
  position: relative;
}
.services .service-card:hover {
  transform: translateY(-4px);
  border-color: color-mix(in srgb, #5C99EE, transparent 50%);
  box-shadow: 0 8px 32px color-mix(in srgb, #535D6B, transparent 85%);
}
.services .service-card:hover .service-icon {
  background: #5C99EE;
  color: #FFF;
  transform: scale(1.1);
}
.services .service-icon {
  width: 64px;
  height: 64px;
  background: color-mix(in srgb, #5C99EE, transparent 85%);
  color: #5C99EE;
	border: 2px solid #5C99EE;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 24px;
  transition: all 0.3s ease;
  flex-shrink: 0;
	margin-left: auto;
	margin-right: auto;
}
.services .service-icon i {
  font-size: 24px;
}
.services h2 {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 16px;
  line-height: 1.3;
	border-top: 2px solid #CCC;
	padding-top: 20px;
	text-align: center;
}
.services ul {
	text-align: left;
	margin: 0px;
	padding: 0px;
	list-style: none;
}
.services ul li {
  margin: 0px;
	padding: 0px 0px 10px 0px;
	list-style: none;
	line-height: 24px;
}
.services ul li i {
  font-size: 24px;
	line-height: 24px;
	float: left;
	margin-right: 10px;
	color: #036;
}
.services p {
  color: color-mix(in srgb, #535D6B, transparent 20%);
}
@media (max-width: 768px) {
  .services .service-card {
    padding: 24px 20px;
  }
  .services .service-icon {
    width: 56px;
    height: 56px;
    margin-bottom: 20px;
  }
  .services .service-icon i {
    font-size: 20px;
  }
  .services h2 {
    font-size: 18px;
    margin-bottom: 12px;
  }
  .services p {
    margin-bottom: 20px;
  }
}
	/* /// FINE - ANTEPRIMA SERVIZI /// */
/* /// FINE - HOME /// */
/* /// VEICOLI INDUSTRIALI /// */
.features {
  padding: 10px 0px;
  margin-bottom: 20px;
}
.features .features-image {
  position: relative;
  min-height: 400px;
}

.features .features-image img {
  position: absolute;
  /*inset: 0;*/
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 1;
	padding: 2px;
	border: 1px solid #CCC;
}
.features .features-image img:hover {
	border: 1px solid #036;
}
.features .features-item ul li {
  border-bottom: 1px solid #CCC;
	margin-bottom: 10px;
}
.features .features-item ul li:last-child {
	margin-bottom: 0px;
}
.features .features-item p {
  font-size: 16px;
  margin: 0px 0px 30px 0px;
}
/* /// FINE - VEICOLI INDUSTRIALI /// */
/* /// CONTATTI /// */
.services ul.ul-contatti {
	text-align: center;
	margin: 0px;
	padding: 0px;
	list-style: none;
}
.services ul.ul-contatti li {
  margin: 0px;
	padding: 0px 0px 10px 0px;
	list-style: none;
	line-height: 24px;
}
.services ul.ul-contatti li i {
  font-size: 24px;
	line-height: 24px;
	float: none;
	margin-right: 10px;
	color: #036;
}
.services p.p-contatti {
  text-align: center;
}
/* /// FINE - CONTATTI /// */
/* /// FOOTER /// */
.footer {
	color: #FFF;
  background: #333;
  font-size: 16px;
  padding: 50px 0px;
  position: relative;
}
@media (max-width: 768px) {
  .footer {
    padding: 60px 0px;
  }
}
.footer a {
  color: #999;
	text-decoration: none;
}
.footer a:visited {
  color: #999;
}
.footer a:hover {
  color: #FFF;
	text-decoration: underline;
}
.footer .footer-content .logo img {
  max-height: 80px;
}
.footer .footer-content ul {
	text-align: left;
	margin: 0px;
	padding: 0px;
	list-style: none;
}
.footer .footer-content ul li {
  margin: 0px;
	padding: 0px 0px 10px 0px;
	list-style: none;
	line-height: 24px;
}
.footer .footer-content ul li i {
  font-size: 24px;
	line-height: 24px;
	float: left;
	margin-right: 10px;
}
@media (max-width: 768px) {
  .footer .footer-content {
    text-align: center;
    margin-bottom: 40px;
  }
}
.footer h2 {
  color: #FFF;
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 25px;
  position: relative;
  font-family: "Questrial", sans-serif;
	text-transform: uppercase;
}
.footer h2:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -8px;
  width: 30px;
  height: 2px;
  background-color: var(--accent-color);
}
.footer .ul-links ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}
.footer .ul-links ul li {
  margin: 0px 0px 10px 0px;
	padding: 10px;
	list-style: none;
	line-height: 24px;
	border: 1px solid #535D6B;
}
.footer .ul-links ul li i {
  font-size: 24px;
	line-height: 24px;
	float: left;
	margin-right: 10px;
}
.footer .ul-links ul li a {
  display: flex;
}
.footer .ul-links ul li a:hover {
  color: #FFF;
	text-decoration: none;
}
/* /// FINE - FOOTER /// */
/* /// SCROLL TOP /// */
.scroll-top {
  position: fixed;
  visibility: hidden;
  opacity: 0;
  right: 15px;
  bottom: 15px;
  z-index: 99999;
  background-color: #5C99EE;
  width: 40px;
  height: 40px;
  border-radius: 4px;
  transition: all 0.4s;
}
.scroll-top i {
  font-size: 24px;
  color: #FFF;
  line-height: 0;
}
.scroll-top:hover {
  background-color: color-mix(in srgb, #5C99EE, transparent 20%);
  color: #FFF;
}
.scroll-top.active {
  visibility: visible;
  opacity: 1;
}
/* FINE - SCROLL TOP /// */