@font-face {
  font-family: Dinpro;
  src: url('../fonts/DINPro-Bold.otf') format("opentype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Dinpro;
  src: url('../fonts/DINPro-Medium.otf') format("opentype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

:root {
  --white: white;
  --japanese-indigo: #253746;
  --cadmium-orange: #f38230;
  --silver-pink: #c6b9ad;
  --black: #000;
  --red-pigment: #eb212e;
  --dark-liver: #4d4d4f;
  --android-green: #96c547;
  --medium-spring-bud: #c4d684;
  --japanese-laurel: #268339;
  --polished-pine: #56ae9c;
}

body {
  color: #333;
  font-family: Dinpro, Arial, sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}

h1 {
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 40px;
  font-weight: 700;
  line-height: 50px;
}

h2 {
  color: var(--white);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 30px;
  font-weight: 700;
  line-height: 40px;
}

h3 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 25px;
  font-weight: 700;
  line-height: 35px;
}

strong {
  font-weight: bold;
}

.header_component {
  z-index: 10;
  background-color: var(--white);
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  min-height: 750px;
  padding: 10px;
  display: flex;
  position: relative;
  box-shadow: 0 10px 20px #0003;
}

.header_contrainer {
  background-color: var(--japanese-indigo);
  border-radius: 15px;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
}

.div-block-2 {
  background-image: linear-gradient(-45deg, #0000 50%, #fff 50%);
  width: 15vw;
  height: 15vw;
  position: absolute;
  inset: 0% auto auto 0%;
}

.logo-hero_wrap {
  background-image: url('../images/angolo-div.svg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: contain;
  justify-content: flex-start;
  align-items: flex-start;
  width: 400px;
  height: 400px;
  padding-top: 15px;
  padding-left: 15px;
  display: flex;
  position: absolute;
  inset: -16px auto auto -16px;
}

.logo-hero_wrap.is-static {
  margin-top: 10px;
  margin-left: 10px;
}

.fit-contain {
  object-fit: contain;
  width: 100%;
  height: 100%;
}

.logo-hero {
  z-index: 10;
  width: 180px;
  position: relative;
}

.hero-img_wrap {
  background-image: url('../images/IMAGE.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 50%;
  height: 100%;
}

.fit-cover {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.hero-txt_wrap {
  background-image: url('../images/line-pattern.webp');
  background-position: 100% 100%;
  background-repeat: no-repeat;
  background-size: 60%;
  justify-content: center;
  align-items: center;
  width: 50%;
  min-width: 600px;
  height: 100%;
  padding: 140px 60px 60px 80px;
  display: flex;
}

.heading_wrap {
  z-index: 1;
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  color: var(--white);
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 650px;
  display: flex;
  position: relative;
}

.text-span {
  color: var(--white);
}

.bold-text {
  font-size: 40px;
  line-height: 45px;
}

.span-white {
  color: var(--white);
}

.span-orange {
  color: var(--cadmium-orange);
}

.heading {
  text-transform: uppercase;
}

.header-line {
  background-color: #ffffff80;
  width: 100%;
  height: 1px;
  display: flex;
}

.header-line.in-section {
  display: none;
}

.page_wrapper {
  background-color: var(--japanese-indigo);
  position: sticky;
  bottom: 0;
}

.page_wrapper.is-static {
  border-top: 10px solid var(--white);
  border-left: 10px solid var(--white);
  position: static;
}

.section.padding {
  padding: 140px 60px;
}

.section.padding.is-tecnica {
  justify-content: center;
  align-items: center;
  min-height: 100vh;
  display: flex;
}

.container.padding {
  max-width: 1200px;
  padding: 100px 60px;
}

.container.is {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.text-block {
  font-size: 20px;
  line-height: 30px;
}

.div-block-4 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  color: var(--white);
  flex-flow: column;
  min-width: 400px;
  max-width: 80%;
  display: flex;
}

.footer_component {
  z-index: 7;
  border-top: 1px solid #ffffff80;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 50px;
  display: flex;
  position: relative;
}

.div-block-5 {
  justify-content: flex-start;
  align-items: center;
  width: 50%;
  height: 100%;
  display: flex;
  position: relative;
}

.div-block-6 {
  justify-content: center;
  align-items: center;
  width: 50%;
  height: 100%;
  display: flex;
}

.div-block-4-copy {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  color: var(--white);
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 450px;
  display: flex;
}

.button {
  background-color: var(--cadmium-orange);
  letter-spacing: 1px;
  text-transform: uppercase;
  border-radius: 5px;
  align-self: flex-start;
  padding: 15px 20px;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 15px;
  font-weight: 400;
  transition: all .3s;
}

.button:hover {
  background-color: var(--white);
  color: var(--cadmium-orange);
}

.button.margin-top {
  margin-top: 20px;
  transition: background-color .3s;
}

.button.margin-top:hover {
  background-color: var(--silver-pink);
}

.text-block-copy {
  font-size: 25px;
  font-weight: 700;
  line-height: 35px;
}

.footer_container {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  color: var(--white);
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 100%;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.text-block-2 {
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 10px;
}

.footer-link {
  color: var(--white);
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 11px;
  font-weight: 400;
  text-decoration: none;
}

.footer-link.is-first {
  margin-right: 20px;
}

.div-block-7 {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.footer-line {
  background-color: var(--white);
  width: 1px;
  height: 15px;
  margin-left: 10px;
  margin-right: 10px;
}

.div-block-8 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  display: flex;
}

.ancor {
  position: absolute;
  inset: auto auto 0% 0%;
}

.bullet-point {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  padding-left: 20px;
  display: flex;
}

.list-item {
  font-size: 20px;
  line-height: 30px;
}

.scroll-component {
  width: 60px;
  height: 60px;
  margin-top: 20px;
}

.footer_link-policy {
  color: #97a866;
  letter-spacing: .5px;
  text-transform: uppercase;
  cursor: pointer;
  font-size: 12px;
  line-height: 1.3;
  text-decoration: none;
  transition: color .35s;
}

.footer_link-policy:hover {
  color: #c1cba3;
}

.footer_link-policy.w--current {
  border-bottom-color: #166a7b;
}

.footer_link-policy.w--current:hover {
  transform: none;
}

.utility-page-wrap {
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  display: flex;
}

.utility-page-content {
  text-align: center;
  flex-direction: column;
  width: 260px;
  display: flex;
}

.note_txt {
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.embed-gdpr {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  color: var(--white);
  flex-direction: column;
  align-items: stretch;
  width: 100%;
  max-width: none;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.nav_component-tec {
  z-index: 5;
  grid-row-gap: 48px;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 50px;
  padding: 10px 60px 10px 10px;
  display: flex;
  position: fixed;
  top: 0;
}

.logo-navbar {
  background-image: url('../images/Azienda_Trasporti_Milanesi_Logo.svg');
  background-position: 0 0;
  background-size: auto;
  width: 120px;
  height: 61px;
}

.logo-navbar.w--current {
  background-image: url('../images/logo-AL-positivo.svg');
}

.container-2 {
  flex-direction: column;
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.container-2.is-technical {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  text-align: center;
  align-items: center;
}

.button_component {
  cursor: pointer;
  margin-top: 20px;
  text-decoration: none;
}

.button01 {
  color: var(--cadmium-orange);
  text-transform: uppercase;
  cursor: pointer;
  font-size: 14px;
}

.button01.is-text {
  text-decoration: underline;
}

.text_wrapper {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  color: var(--white);
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding: 40px;
  display: flex;
}

@media screen and (max-width: 991px) {
  .header_component {
    height: auto;
  }

  .header_contrainer {
    flex-flow: column;
  }

  .hero-img_wrap {
    width: 100%;
    min-height: 50vw;
  }

  .hero-txt_wrap {
    width: 100%;
    height: auto;
    padding-top: 200px;
    padding-left: 60px;
  }

  .header-line, .header-line.in-section {
    display: flex;
  }

  .section.padding {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .container.is {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    flex-flow: column;
  }

  .div-block-4 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    min-width: auto;
    max-width: none;
  }

  .footer_component {
    height: auto;
  }

  .div-block-5 {
    width: 100%;
    height: auto;
  }

  .div-block-6 {
    width: 100%;
  }

  .div-block-4-copy {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    min-width: auto;
    max-width: none;
  }

  .footer_container {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
    padding-top: 5px;
    padding-bottom: 5px;
  }

  .div-block-7 {
    flex-flow: wrap;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .nav_component-tec {
    flex-direction: row;
    padding-top: 15px;
    padding-left: 32px;
    padding-right: 32px;
  }
}

@media screen and (max-width: 767px) {
  h1 {
    font-size: 35px;
    line-height: 45px;
  }

  h2 {
    font-size: 25px;
    line-height: 35px;
  }

  .header_component {
    height: auto;
    min-height: auto;
  }

  .hero-img_wrap {
    height: 350px;
  }

  .hero-txt_wrap {
    min-width: auto;
  }

  .heading_wrap {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    max-width: none;
  }

  .page_wrapper {
    position: static;
  }

  .section.padding {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .container.is {
    position: relative;
  }

  .footer_component {
    height: auto;
  }

  .footer_container {
    justify-content: space-between;
    align-items: center;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .div-block-7 {
    text-align: center;
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
  }

  .footer-line {
    display: none;
  }

  .ancor {
    inset: -100px auto auto 0%;
  }

  .nav_component-tec {
    padding-left: 20px;
    padding-right: 20px;
  }
}

@media screen and (max-width: 479px) {
  h1 {
    font-size: 30px;
    line-height: 40px;
  }

  h2 {
    font-size: 20px;
    line-height: 30px;
  }

  .logo-hero_wrap {
    width: 300px;
    height: 300px;
  }

  .logo-hero {
    width: 140px;
  }

  .hero-img_wrap {
    background-position: 50% 40%;
    height: 250px;
  }

  .hero-txt_wrap {
    padding-top: 140px;
    padding-left: 30px;
    padding-right: 30px;
  }

  .section.padding {
    padding: 60px 30px;
  }

  .footer_component {
    height: auto;
  }

  .footer_container {
    justify-content: space-between;
    align-items: center;
  }

  .div-block-7 {
    text-align: center;
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
  }

  .footer-line {
    display: none;
  }

  .heading-2 {
    line-height: 35px;
  }

  .list-item {
    font-size: 18px;
    line-height: 28px;
  }

  .heading-3 {
    font-size: 20px;
    line-height: 29px;
  }

  .heading-4 {
    font-size: 23px;
    line-height: 32px;
  }

  .note_txt {
    font-size: .9em;
  }

  .embed-gdpr {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
  }

  .nav_component-tec {
    padding-left: 20px;
    padding-right: 20px;
  }

  .logo-navbar, .logo-navbar.w--current {
    display: flex;
  }

  .text_wrapper {
    padding-bottom: 0;
  }
}


@font-face {
  font-family: 'Dinpro';
  src: url('../fonts/DINPro-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Dinpro';
  src: url('../fonts/DINPro-Medium.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}