/* CSS FOR TRUCKSERVICECOOP.IT */

/* /// GENERALI /// */
body {
  color: #444;
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  line-height: 24px;
}
a {
  color: #0d42ff;
  text-decoration: none;
  transition: 0.3s;
}
a:hover {
  color: rgba(13, 66, 255, 0.5);
  text-decoration: none;
}
h1, h2, h3, h4, h5, h6 {
  font-family: "Montserrat", sans-serif;
}
  /* // TITOLO E PERCORSO PAGINA // */
.page-title {
  color: #036;
  padding: 170px 0px 10px 0px;
  text-align: left;
  position: relative;
}
.page-title:before {
  content: "";
  background-color: rgba(0, 51, 102, 0.3);
  position: absolute;
  inset: 0;
}
.page-title h2 {
  font-size: 28px;
  line-height: 1;
  text-transform: uppercase;
  font-weight: 300;
}
.page-title i {
  font-size: 18px;
  background-color: #036;
  padding: 2px 5px;
  color: #fff;
}
.page-title .breadcrumbs ol {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding: 10px;
  margin: 0;
  font-size: 16px;
  font-weight: 400;
  color: rgba(0, 51, 102, 1); /* #003366 */
  border-left: 1px solid #036;
  border-bottom: 1px solid #036;
  text-transform: lowercase;
  font-style: oblique;
}
.page-title .breadcrumbs ol a {
  color: rgba(0, 51, 102, 1);
  text-decoration: underline;
  font-style: normal;
}
.page-title .breadcrumbs ol a:hover {
  color: rgba(0, 51, 102, 0.3);
  text-decoration: none;
}
.page-title .breadcrumbs ol li + li {
  padding-left: 10px;
}
.page-title .breadcrumbs ol li + li::before {
  content: "/";
  display: inline-block;
  padding-right: 10px;
  color: rgba(0, 51, 102, 0.3);
}
  /* // FINE - TITOLO E PERCORSO PAGINA // */
.section-title {
  text-align: center;
  padding: 30px 0;
  margin-bottom: 0px;
  position: relative;
}
.section-title h2 {
  font-size: 32px;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 0px;
  padding-bottom: 0;
  position: relative;
  z-index: 2;
  color: rgba(44, 74, 138, 0.7);
}
.section-title span {
  position: absolute;
  top: 4px;
  color: rgba(0, 25, 115, 0.05);
  left: 0;
  right: 0;
  z-index: 1;
  font-weight: 600;
  font-size: 52px;
  text-transform: uppercase;
  line-height: 1;
}
.section-title p {
  margin-bottom: 0;
  position: relative;
  z-index: 2;
}
@media (max-width: 575px) {
  .section-title h2 {
    font-size: 28px;
    margin-bottom: 15px;
  }
  .section-title span {
    font-size: 38px;
  }
}
.generico-section {
  padding-top: 60px;
  padding-bottom: 60px;
}
.generico-section p {
  padding: 0px;
  margin-bottom: 10px;
}
.generico-section p.p-margin-10 {
  margin-top: 10px;
}
.generico-section p:last-child {
  padding-bottom: 0px;
  margin-bottom: 0px;
}
.generico-section p.margin-top-10 {
  margin-top: 10px;
}
.generico-section em {
  font-weight: 600;
  color: #333;
}
.generico-section ul {
  margin: 0px;
  padding: 0px;
  list-style: none;
}
generico-section ul li {
  margin: 0px;
  padding: 10px 0px;
  list-style: none;
}
.generico-section ul:last-child {
  padding-bottom: 0px;
  margin-bottom: 0px;
}
.generico-section ul li:last-child {
  padding-bottom: 0px;
  margin-bottom: 0px;
}
.generico-section h2 {
  padding: 0px;
  margin: 0px 0px 20px 0px;
  font-size: 20px;
  line-height: 20px;
  text-transform: uppercase;
  font-weight: 400;
  color: #036;
}
.generico-section h3 {
  padding: 0px;
  margin: 20px 0px;
  font-size: 28px;
  line-height: 28px;
  text-transform: uppercase;
  font-weight: 400;
}
.generico-section h4 {
  padding: 0px 0px 10px 0px;
  margin: 0px 0px 20px 0px;
  font-size: 20px;
  line-height: 20px;
  font-weight: 500;
  font-style: oblique;
  color: #666;
  border-bottom: 1px dashed #ccc;
}
.generico-section h3:first-child {
  margin: 0px 0px 20px 0px;
}
.generico-section .cornice {
  padding: 20px 30px;
  border: 1px solid #666;
  margin-bottom: 20px;
}
.generico-section .cornice:last-child {
  margin-bottom: 0px;
}
.generico-section .cornice ul li span {
  display: block;
  font-style: italic;
  font-weight: 600;
}
/* /// FINE - GENERALI /// */
/* /// HEADER /// */
.header {
  background-color: rgba(44, 74, 138, 0.9);
  color: #fff;
  color: #444;
  padding: 0px;
  transition: all 0.5s;
  z-index: 997;
  border-bottom: 1px solid rgba(255, 255, 255, 0.7);
}
.header-home {
  background-color: rgba(44, 74, 138, 0.7);
}
  /* // H1 // */
.header .h1-container {
  background-color: rgba(44, 74, 138, 1);
  padding-top: 5px;
  padding-bottom: 5px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.7);
}
.header .h1-container h1 {
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  line-height: 16px;
  font-weight: 500;
  color: #fff;
  text-transform: uppercase;
  padding: 0px;
  margin: 0px;
  display: inline-block;
}
@media (max-width: 420px) {
  .header .h1-container h1 {
    font-size: 15px;
  }
}
.contact-us {
  display: inline-block;
  text-align: right;
}
.header .h1-container a {
  color: #fff;
  text-decoration: none;
  transition: 0.3s;
}
.header .h1-container a:hover {
  color: rgba(255, 255, 255, 0.5);
  text-decoration: none;
}
  /* // FINE - H1 // */
.header .logo {
  line-height: 1;
}
@media (max-width: 1400px) {
  .header .logo {
    order: 1;
  }
}
.header .logo img {
  max-height: 120px;
  margin-right: 8px;
}
@media (max-width: 640px) {
  .header .logo img {
    max-height: 90px;
    margin-right: 8px;
  }
}
@media (max-width: 1400px) {
  .header .navmenu {
    order: 3;
  }
}
.scrolled .header {
  padding: 0px;
  box-shadow: 0px 0 18px rgba(0, 0, 0, 0.1);
}
.scrolled .header {
  background-color: rgba(44, 74, 138, 0.9);
}
  /* // DESKTOP // */
@media (min-width: 1400px) {
  .navmenu {
    padding: 0;
  }
  .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: 15px 14px;
  }
  .navmenu > ul > li:last-child {
    padding-right: 0;
  }
  .navmenu a,
  .navmenu a:focus {
    color: rgba(255, 255, 255, 0.9);
    font-size: 16px;
    padding: 0px 2px;
    font-family: "Montserrat", sans-serif;
    font-weight: 500;
    display: flex;
    align-items: center;
    justify-content: space-between;
    white-space: nowrap;
    transition: 0.3s;
    position: relative;
    text-transform: uppercase;
  }
  .navmenu a i,
  .navmenu a:focus i {
    font-size: 12px;
    line-height: 0;
    margin-left: 5px;
    transition: 0.3s;
  }
  .navmenu > ul > li > a:before {
    content: "";
    position: absolute;
    height: 2px;
    bottom: -17px;
    left: 0;
    background-color: #fff;
    visibility: hidden;
    width: 0px;
    transition: all 0.3s ease-in-out 0s;
  }
  .navmenu a:hover:before,
  .navmenu li:hover > a:before,
  .navmenu .active:before {
    visibility: visible;
    width: 100%;
  }
  .navmenu li:hover > a,
  .navmenu .active,
  .navmenu .active:focus {
    color: rgba(255, 255, 255, 0.6);
  }
  .navmenu .dropdown ul {
    margin: 0;
    padding: 10px 0;
    background: #fff;
    display: block;
    position: absolute;
    visibility: hidden;
    left: 14px;
    top: 130%;
    opacity: 0;
    transition: 0.3s;
    z-index: 99;
    box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.1);
  }
  .navmenu .dropdown ul li {
    min-width: 200px;
  }
  .navmenu .dropdown ul a {
    padding: 10px 0px;
    margin: 0px 20px;
    font-size: 16px;
    text-transform: none;
    color: #036;
    text-transform: uppercase;
    border-bottom: 1px solid rgba(102, 204, 255, 0.2);
  }
  .navmenu .dropdown ul a i {
    font-size: 12px;
  }
  .navmenu .dropdown ul a:hover,
  .navmenu .dropdown ul .active,
  .navmenu .dropdown ul .active:hover,
  .navmenu .dropdown ul li:hover > a {
    color: rgba(0, 51, 102, 0.6);
    border-bottom: 1px solid rgba(102, 204, 255, 0.8);
  }
  .navmenu .dropdown:hover > ul {
    opacity: 1;
    top: 100%;
    visibility: visible;
  }
  .mobile-nav-toggle {
    display: none;
  }
}
  /* // FINE - DESKTOP // */
  /* // MOBILE // */
@media (max-width: 1399px) {
  .mobile-nav-toggle {
    color: #fff;
    font-size: 28px;
    line-height: 0;
    margin-right: 10px;
    cursor: pointer;
    transition: color 0.3s;
  }
  .navmenu {
    padding: 0;
    z-index: 9997;
  }
  .navmenu ul {
    display: none;
    list-style: none;
    position: absolute;
    inset: 70px 20px 20px 20px;
    padding: 100px 0px 10px 0px;
    margin: 0;
    border-radius: 0px;
    background-color: #fff;
    border: 1px solid rgba(13, 66, 255, 0.1);
    box-shadow: none;
    overflow-y: auto;
    transition: 0.3s;
    z-index: 9998;
  }
  .navmenu ul:first-child {
    background-image: url("../img/logo-truck-service-coop-mobile-menu.png");
    background-repeat: no-repeat;
    background-position: 50% 10px;
    overflow-y: auto;
  }
  .navmenu a,
  .navmenu a:focus {
    font-family: "Montserrat", sans-serif;
    color: rgba(0, 51, 102, 0.9);
    text-transform: uppercase;
    border-bottom: 1px solid rgba(102, 204, 255, 0.2);
    padding: 10px 0px;
    margin: 0px 20px;
    font-size: 16px;
    font-weight: 500;
    display: flex;
    align-items: center;
    justify-content: space-between;
    white-space: nowrap;
    transition: 0.3s;
  }
  .navmenu li.no-border a,
  .navmenu li.no-border a:focus {
    border-bottom: 0px none;
  }
  .navmenu a i,
  .navmenu a:focus i {
    font-size: 16px;
    line-height: 0;
    margin-left: 5px;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.3s;
    background-color: rgba(13, 66, 255, 0.1);
  }
  .navmenu a i:hover,
  .navmenu a:focus i:hover {
    background-color: #036;
    color: #fff;
  }
  .navmenu a:hover,
  .navmenu .active,
  .navmenu .active:focus {
    color: rgba(0, 51, 102, 0.5);
  }
  .navmenu .active i,
  .navmenu .active:focus i {
    background-color: #036;
    color: #fff;
    transform: rotate(180deg);
  }
  .navmenu .dropdown ul {
    position: static;
    display: none;
    z-index: 99;
    padding: 10px 0;
    margin: 10px 20px;
    transition: all 0.5s ease-in-out;
  }
  .navmenu .dropdown > .dropdown-active {
    display: block;
  }
  .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 - HEADER /// */
/* /// HOME /// */
  /* // LAYOUT SUPERIORE // */
.hero {
  width: 100%;
  min-height: 60vh;
  position: relative;
  padding: 154px 0px 0px 0px;
  display: flex;
  justify-content: center;
}
.hero img {
  position: absolute;
  inset: 0;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 1;
}
.hero:before {
  content: "";
  background: rgba(0, 51, 102, 0.1);
  position: absolute;
  inset: 0;
  z-index: 2;
}
.hero .container {
  position: relative;
  z-index: 3;
}
.box-sx {
  background-color: rgba(0, 0, 51, 0.5);
  border-right: 1px solid rgba(255, 255, 255, 0.7);
  border-left: 1px solid rgba(255, 255, 255, 0.7);
  min-height: 50vh;
  padding: 30px;
}
.hero h2 {
  font-family: "Montserrat", sans-serif;
  margin: 0px 0px 30px 0px;
  padding: 0px 0px 10px 0px;
  font-size: 20px;
  line-height: 24px;
  font-weight: 300;
  color: #fff;
  text-transform: uppercase;
  border-bottom: 1px solid #6cf;
}
.hero .btn-watch-video {
  font-size: 18px;
  transition: 0.5s;
  margin-left: 25px;
  color: #fff;
  font-weight: 500;
  font-family: "Montserrat", sans-serif;
  text-transform: uppercase;
}
.hero .btn-watch-video i {
  color: #fff;
  font-size: 32px;
  transition: 0.3s;
  line-height: 0;
  margin-right: 8px;
}
.hero .btn-watch-video:hover {
  color: #6Cf;
}
.hero .btn-watch-video:hover i {
  color: #6Cf;
}
    /* / ANTEPRIMA SERVIZI / */
.hero .servizi-cta {
  margin-top: 30px;
  margin-bottom: 0px;
  padding-top: 0px;
  padding-bottom: 20px;
  position: relative;
  z-index: 2;
}
.hero .servizi-cta-item {
  background-color: rgba(0, 51, 102, 0.7);
  border: 1px solid #fff;
  box-shadow: 0px 0 25px 0 rgba(0, 0, 0, 0.4);
  padding: 10px;
  transition: all 0.3s ease-in-out;
  height: 100%;
  width: 100%;
  position: relative;
  z-index: 1;
  text-align: justify;
}
.hero .outsite {
  background-color: rgba(186, 195, 53, 0.8);
  border: 1px solid #fff;
  box-shadow: 0px 0 25px 0 rgba(0, 0, 0, 0.4);
  padding: 10px;
  transition: all 0.3s ease-in-out;
  height: 100%;
  width: 100%;
  position: relative;
  z-index: 1;
  text-align: justify;
}
.hero .servizi-cta-item:before {
  content: "";
  position: absolute;
  background: rgba(0, 51, 102, 0.1);
  inset: 100% 0 0 0;
  transition: all 0.3s;
  z-index: -1;
}
.hero .servizi-cta-item .box-title-service {
  text-align: center;
}
.hero .servizi-cta-item .box-title-service span {
  text-transform: uppercase;
  font-size: 15px;
}
.hero .servizi-cta-item .icon {
  margin-bottom: 10px;
}
.hero .servizi-cta-item .icon i {
  color: #fff;
  font-size: 26px;
  transition: ease-in-out 0.3s;
}
.hero .servizi-cta-item h3 {
  font-weight: 400;
  padding-bottom: 5px;
  margin-top: 15px;
  margin-bottom: 0px;
  font-size: 18px;
  line-height: 22px;
  text-transform: uppercase;
  color: #FFF;
  font-family: "Montserrat", sans-serif;
}
.hero .servizi-cta-item:hover .icon i {
  color: #FFF;
}
.hero .servizi-cta-item:hover h3 {
  color: #FFF;
}
.hero .servizi-cta-item:hover:before {
  background: #036;
  inset: 0;
  border-radius: 0px;
}
    /* / FINE - ANTEPRIMA SERVIZI / */
  /* // LAYOUT SUPERIORE // */
  /* // CORE BUSINESS // */
.core-business {
  padding-bottom: 30px;
}
.core-business .cb-item {
  border: 1px solid #CCC;
  padding: 0px 10px 20px 10px;
}
.core-business .cb-item + .cb-item {
  margin-top: 100px;
}
@media (max-width: 640px) {
  .core-business .cb-item + .cb-item {
    margin-top: 40px;
  }
}
.core-business .cb-item h3 {
  font-weight: 500;
  font-size: 22px;
  line-height: 26px;
  text-transform: uppercase;
  margin: 0px 0px 10px 0px;
  padding: 0px 0px 5px 0px;
  border-bottom: 1px solid #ccc;
}
.core-business .cb-item h4 {
  font-weight: 400;
  font-style: italic;
  font-size: 18px;
  line-height: 22px;
}
.core-business .cb-item img {
  max-width: 100%;
  height: auto;
}
.core-business .cb-item ul {
  margin: 0px;
  padding: 0px;
  list-style: none;
}
.core-business .cb-item ul li {
  margin: 0px 0px 10px 0px;
  padding: 0px;
}
.core-business .cb-item ul li i {
  font-size: 22px;
  margin-right: 10px;
  background: rgba(0, 51, 102, 0.8);
  color: #FFF;
  padding: 5px;
  min-width: 44px;
  border-radius: 50px;
}
.core-business .cb-item p b {
  font-weight: 600;
  color: #333;
}
.core-business .cb-item p:last-child {
  margin-bottom: 0px;
}
    /* / CALL TO ACTION / */
.call-to-action {
  padding: 30px 0px;
  position: relative;
  background-color: #999;
}
.call-to-action .container .container {
  background-color: #eee;
}
.call-to-action h3 {
  font-size: 28px;
  line-height: 32px;
  font-weight: 500;
  margin: 10px 0px;
  padding: 0px;
  color: #000;
  text-transform: uppercase;
}
.box-cta {
  display: flex;
  align-items: center;
  text-align: center;
}
.call-to-action img {
  width: 100%;
  margin-top: 10px;
  margin-bottom: 10px;
  border: 1px solid #fff;
}
.call-to-action p {
  color: #000;
  font-size: 20px;
  line-height: 26px;
  font-style: oblique;
  display: block;
}
.call-to-action .cta-btn {
  font-weight: 500;
  font-size: 16px;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  letter-spacing: 1px;
  display: block;
  padding: 15px 40px;
  border-radius: 5px;
  transition: 0.5s;
  margin: 10px 0px;
  border: 2px solid #fff;
  border-radius: 5px;
  color: #FFF;
  background-color: #09c;
  text-transform: uppercase;
}
.call-to-action .cta-btn:hover {
  background-color: #fff;
  color: #09C;
  border: 2px solid #09C;
}
    /* / FINE - CALL TO ACTION / */
    /* / SERVIZI / */
.services {
  padding: 0px 0px 30px 0px;
  background-color: #EEE;
}
.services .card {
  background-color: #FFF;
  color: #212529;
  border: 1px solid rgba(0, 0, 0, 0.2);
  position: relative;
  border-radius: 0;
  height: 100%;
}
.services .card:hover {
  border: 1px solid #001973;
}
.services .card a {
  color: #FFF;
  transition: 0.3s;
  margin: 0px 30px 30px 30px;
  padding: 10px;
  background-color: #001973;
  font-weight: 600;
  text-transform: uppercase;
}
.services .card a:hover {
  background-color: #FC0;
  color: #000;
}
.services .card .card-img {
  overflow: hidden;
  margin-bottom: 15px;
  border-radius: 0;
  padding: 2px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}
.services .card .card-img img {
  transition: 0.3s ease-in-out;
}
.services .card:hover .card-img img {
  transform: scale(1.1);
}
.services .card h3 {
  font-weight: 600;
  font-size: 18px;
  margin: 20px 30px 10px 30px;
  padding: 10px 0px;
  text-transform: uppercase;
  border-bottom: 2px dotted #000;
}
.services .card p {
  padding: 0px 30px;
  margin-bottom: 20px;
  height: 100%;
}
.services .card p b {
  font-weight: 600;
  color: #333;
}
    /* / FINE - SERVIZI / */
    /* / HOME PREVIEW / */
.home-preview {
  margin-bottom: 30px;
}
.home-preview .home-preview-item {
  background-color: #FFF;
  display: inline-block;
  align-items: center;
  padding: 20px;
  transition: 0.3s;
  border: 1px solid #CCC;
  position: relative;
  height: 100%;
  text-transform: uppercase;
  font-size: 14px;
  text-align: center;
}
.home-preview .home-preview-item i {
  font-size: 20px;
  color: #036;
}
.home-preview .home-preview-item span span {
  display: block;
}
.home-preview .home-preview-item:hover {
  border-color: #333;
}
.home-preview {
  padding: 0px 0px 30px 0px;
  background-color: #FFF;
}
.home-preview .card {
  background-color: #FFF;
  color: #212529;
  border: 1px solid rgba(0, 0, 0, 0.2);
  position: relative;
  border-radius: 0;
  height: 100%;
}
.home-preview .card a {
  color: #FFF;
  transition: 0.3s;
  margin: 0px 30px 30px 30px;
  padding: 10px;
  background-color: #001973;
  font-weight: 600;
  text-transform: uppercase;
}
.home-preview .card a:hover {
  background-color: #FC0;
  color: #000;
}
.home-preview .card .card-img {
  overflow: hidden;
  margin-bottom: 15px;
  border-radius: 0;
  padding: 2px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}
.home-preview .card .card-img img {
  transition: 0.3s ease-in-out;
}
.home-preview .card:hover .card-img img {
  transform: scale(1.1);
}
.home-preview .card h3 {
  font-weight: 600;
  font-size: 18px;
  margin: 20px 30px 10px 30px;
  padding: 10px 0px;
  text-transform: uppercase;
  border-bottom: 2px dotted #000;
}
.home-preview .card h3.h3-second {
  margin: 0px 30px 10px 30px;
}
.home-preview .card p {
  margin: 0px;
  padding: 0px 30px 20px 30px;
}
/*
.home-preview .card p  {
  padding: 0px 30px;
  margin-bottom: 20px;
  height: 100%;
}*/
.home-preview .card p b {
  font-weight: 600;
  color: #333;
}
.home-preview .card ul {
  margin: 0px;
  padding-top: 0px;
  padding-left: 30px;
  padding-right: 30px;
  padding-bottom: 20px;
  list-style: none;
}
.home-preview .card ul li {
  margin: 0px 0px 5px 0px;
  padding: 0px;
  list-style: none;
  border-bottom: 1px solid #ccc;
}
.home-preview .card ul li i {
  color: #333;
}
.home-preview .card ul li em {
  font-weight: 600;
  color: #000;
}
    /* / FINE - HOME PREVIEW / */
  /* // FINE - CORE BUSINESS // */
/* /// FINE - HOME /// */
/* /// SERVIZI > LOGISTICA INTEGRATA /// */
/*
.generico-section .cornice-logistica {
  padding: 20px 30px;
  border: 1px solid rgba(186, 195, 53, 0.9);
  margin-bottom: 20px;
}
.generico-section .cornice-logistica:last-child {
  margin-bottom: 0px;
}
.generico-section .cornice-logistica h4 {
  padding: 0px 0px 10px 0px;
  margin: 0px 0px 20px 0px;
  font-size: 20px;
  line-height: 20px;
  font-weight: 500;
  font-style: oblique;
  color: #666;
  border-bottom: 1px dashed #ccc;
}
*/
/* /// FINE SERVIZI > LOGISTICA INTEGRATA /// */
/* /// PARCO MEZZI /// */
.parco-mezzi {
  padding-top: 30px;
  padding-bottom: 0px;
}
.parco-mezzi .pm-item {
  padding: 40px 20px;
  transition: all 0.3s ease-in-out;
  height: 100%;
  position: relative;
  z-index: 1;
  border: 1px solid #CCC;
}
.parco-mezzi .pm-item:before {
  content: "";
  position: absolute;
  background: rgba(44, 74, 138, 0.9);
  inset: 100% 0 0 0;
  transition: all 0.7s;
  z-index: -1;
}
.parco-mezzi .pm-item img {
  width: 100%;
  margin-bottom: 20px;
  text-align: center;
}
.parco-mezzi .pm-item h4 {
  font-weight: 500;
  margin-bottom: 20px;
  font-size: 20px;
  line-height: 1;
  color: #333;
  text-align: center;
  text-transform: uppercase;
}
.parco-mezzi .pm-item:hover h4,
.parco-mezzi .pm-item:hover ul {
  color: #fff;
}
.generico-section .parco-mezzi .pm-item ul.dimensioni li {
  border-left: 2px solid #EEE;
  border-right: 2px solid #EEE;
  padding-left: 5px;
  margin-bottom: 4px;
}
.generico-section .parco-mezzi .pm-item ul.dimensioni li:first-child {
  margin-bottom: 20px;
  font-weight: 600;
  text-transform: uppercase;
  border-left: 0px none;
  border-right: 0px none;
}
.parco-mezzi .pm-item ul.dimensioni li:first-child i {
  font-size: 22px;
  background-color: #036;
  width: 48px;
  height: 48px;
  text-align: center;
  padding: 10px;
  color: #FFF;
  border-radius: 50px;
  border: 2px solid #FFF;
}
.parco-mezzi .pm-item:hover:before {
  background: rgba(44, 74, 138, 0.9);
  inset: 0;
  border-radius: 0px;
}
/* /// FINE - PARCO MEZZI /// */
/* /// UTILITY /// */
.utility-section .utility-item {
  text-align: center;
  border: 1px solid #ccc;
  padding: 80px 20px;
  transition: border ease-in-out 0.3s;
  height: 100%;
  font-size: 18px;
  font-weight: 600;
  text-transform: uppercase;
}
.utility-section .utility-item .icon {
  margin: 0 auto;
  width: 64px;
  height: 64px;
  background-color: rgba(13, 66, 255, 0.5);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
  transition: 0.3s;
}
.utility-section .utility-item .icon i {
  color: #FFF;
  font-size: 28px;
  transition: ease-in-out 0.3s;
}
.utility-section .utility-item a:link {
  color: #333;
}
.utility-section .utility-item a:hover {
  color: rgba(13, 66, 255, 0.5);
  text-decoration: none;
}
.utility-section .utility-item:hover {
  border-color: #036;
}
/* /// FINE - UTILITY /// */
/* /// CONTATTI /// */
.contact .info-item {
  padding: 20px;
  border: 1px solid #CCC;
}
.contact .info-item + .info-item {
  margin-top: 40px;
}
.contact .info-item i {
  color: #FFF;
  background: #666;
  font-size: 30px;
  width: 75px;
  height: 75px;
  height: 75px;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.3s ease-in-out;
  margin-right: 15px;
}
.contact .info-item h3 {
  font-size: 20px;
  padding: 0px;
  font-size: 18px;
  font-weight: 400;
  margin-bottom: 5px;
  text-transform: uppercase;
}
.contact .info-item ul {
  padding: 0px;
  margin: 0px;
  list-style: none;
}
.contact .info-item ul li {
  padding: 0px;
  margin: 0px;
  list-style: none;
}
.contact .info-item .div-phone {
  padding: 0px;
  margin-bottom: 0px;
}
  /* // FORM // */
.contact .php-email-form input[type="text"],
.contact .php-email-form input[type="email"],
.contact .php-email-form input[type="file"],
.contact .php-email-form textarea {
  font-size: 16px;
  padding: 10px 15px;
  box-shadow: none;
  border-radius: 0;
  color: #444444;
  background-color: rgba(255, 255, 255, 0.5);
  border-color: rgba(68, 68, 68, 0.2);
}
.contact .php-email-form input[type="text"]:focus,
.contact .php-email-form input[type="email"]:focus,
.contact .php-email-form input[type="file"]:focus,
.contact .php-email-form textarea:focus {
  border-color: #CC1616;
}
.contact .php-email-form input[type="text"]::placeholder,
.contact .php-email-form input[type="email"]::placeholder,
.contact .php-email-form textarea::placeholder {
  color: rgba(68, 68, 68, 0.3);
}
.contact .php-email-form button[type="submit"] {
  color: #FFF;
  background: #00CC33;
  border: 0;
  padding: 8px 30px 10px 30px;
  transition: 0.4s;
  border-radius: 0px;
  text-transform: uppercase;
  font-weight: 500;
}
.contact .php-email-form button[type="submit"]:hover {
  background: rgba(204, 22, 22, 0.8);
}
.contact .php-email-form button[type="button"] {
  color: #FFF;
  background: rgba(204, 22, 22, 0.8);
  background: rgba(204, 22, 22, 0.8);
  border: 0;
  padding: 8px 30px 10px 30px;
  transition: 0.4s;
  border-radius: 0px;
  text-transform: uppercase;
  font-weight: 500;
}
.contact .php-email-form button[type="button"]:hover {
  background: #F00;
}
.contact .php-email-form select {
  padding: 9px 15px;
  width: 100%;
  font-size: 16px;
  padding: 10px 15px;
  box-shadow: none;
  border-radius: 0px;
  color: #444444;
  background-color: rgba(255, 255, 255, 0.5);
  border-color: rgba(68, 68, 68, 0.2);
}
.contact .php-email-form select:focus {
  border-color: #cc1616;
}
.contact .php-email-form label {
  text-transform: uppercase;
  font-size: 14px;
  color: #444;
  padding: 0px 15px;
}
    /* / CONSENSO / */
form fieldset.fieldset-consenso {
  padding: 10px 20px;
  border: 1px solid #ccc;
}
form fieldset.fieldset-consenso p.avviso {
  margin: 0px 0px 10px 0px;
}
input[type="radio"] {
  display: none;
}
form fieldset.fieldset-consenso input[type="radio"] + label span.radio-box {
  display: inline-block;
  width: 48px;
  height: 48px;
  cursor: pointer;
  margin: 0px 0px 0px 10px;
  vertical-align: middle;
  border-radius: 2px;
  border: 1px solid #ccc;
}
@media (max-width: 780px) {
  form fieldset.fieldset-consenso input[type="radio"] + label span.radio-box {
    margin: 0px;
  }
  form fieldset.fieldset-consenso label b {
    display: block;
  }
}
form fieldset.fieldset-consenso input[type="radio"] + label span.radio-box:hover {
  border: 1px solid #cc1616;
}
form fieldset.fieldset-consenso input[type="radio"]:checked + label span.radio-box {
  background: url(../img/contatti/radio-select.png) left top no-repeat;
}
    /* / FINE - CONSENSO / */
    /* / ERRORE COMPILAZIONE CAMPI / */
/* N.B. Vedere con Atanet quali errori usare se quelli preparati da te o quelli del Template */
.contact .php-email-form .error-message {
  display: none;
  color: #fff;
  background: #ed3c0d;
  text-align: left;
  padding: 15px;
  font-weight: 400;
}
div.error-message br {
  margin-bottom: 10px;
}
div.error-message .error-title {
  font-weight: 600;
  text-transform: uppercase;
}
      /* CODICE NASCOSTO E FORMATTATO */
      /* 
        <div class="error-message d-block">
          <span class="error-title"><i class="fa-sharp fa-solid fa-triangle-exclamation"></i> Attenzione</span>
          <i class="fa-light fa-chevrons-right"></i> Scegliere i materiali<br>
          <i class="fa-light fa-chevrons-right"></i> Scrivere il messaggio personalizzato<br>
          <i class="fa-light fa-chevrons-right"></i> Per procedere è necessario prestare il consenso sulla privacy
        </div> 
      */
      /* FINE - CODICE NASCOSTO E FORMATTATO */
    /* / FINE - ERRORE COMPILAZIONE CAMPI / */
  /* // FINE - FORM // */
/* /// FINE - CONTATTI /// */
/* /// FOOTER /// */
.footer {
  color: #fff;
  background-color: #0b1422;
  font-size: 16px;
  position: relative;
}
.footer .footer-top {
  padding-top: 50px;
  padding-bottom: 50px;
}
.footer .footer-about {
  border-right: 1px solid #fff;
  padding: 0px 10px 0px 0px;
}
@media (max-width: 990px) {
  .footer .footer-about {
    border-right: 0px none;
  }
}
.footer .footer-about img {
  max-height: 120px;
}
@media (max-width: 1200px) {
  .footer .footer-about img {
    max-height: 100px;
  }
}
.footer .footer-about ul {
  margin: 0px;
  padding: 20px 0px 0px 0px;
  list-style: none;
  border-top: 1px solid #fff;
}
.footer .footer-about ul li {
  margin: 0px;
  padding: 5px 0px;
  list-style: none;
}
.footer .footer-about ul li:first-child {
  padding: 0px 0px 5px 0px;
}
.footer .footer-about ul li:last-child {
  padding: 5px 0px 0px 0px;
}
.footer h2 {
  font-size: 20px;
  line-height: 1;
  font-weight: 400;
  position: relative;
  padding-bottom: 10px;
  margin-bottom: 10px;
  text-transform: uppercase;
  border-bottom: 1px solid #fff;
}
.footer .footer-links {
  margin-bottom: 10px;
  padding-left: 20px;
}
@media (max-width: 990px) {
  .footer .footer-links {
    padding-left: 0px;
  }
}
.footer .footer-links ul {
  list-style: none;
  padding: 0px;
  margin: 0px;
}
.footer .footer-links ul li {
  padding: 5px 0;
}
.footer .footer-links ul li:first-child {
  padding-top: 0;
}
.footer .footer-links ul a {
  color: #6cf;
  display: inline-block;
  padding-bottom: 5px;
  line-height: 1;
  text-decoration: none;
  margin-left: 10px;
}
.footer .footer-links ul a:hover {
  color: rgba(102, 204, 255, 0.2);
}
.footer .enac {
  margin-left: 0px;
}
.footer .enac img {
  /* max-width: 180px; */
  max-width: 100%;
}
/* /// FINE - FOOTER /// */
/* /// SCROOL-TOP /// */
.scroll-top {
  position: fixed;
  visibility: hidden;
  opacity: 0;
  right: 15px;
  bottom: 15px;
  z-index: 99999;
  background-color: #fc0;
  width: 40px;
  height: 40px;
  border-radius: 4px;
  transition: all 0.4s;
}
.scroll-top i {
  font-size: 24px;
  color: #036;
  line-height: 0;
}
.scroll-top:hover {
  background-color: rgba(255, 204, 0, 0.6);
}
.scroll-top.active {
  visibility: visible;
  opacity: 1;
}
/* /// FINE - SCROOL-TOP /// */
