.body-404 {
  background-color: #005583;
}

.section-404 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 100vh;
  display: flex;
}

.logo-404 {
  height: 200px;
}

._404-home-link {
  color: #fff;
  border: 3px solid #fff;
  border-radius: 999px;
  padding: 7px 10px;
  font-family: DM Sans, sans-serif;
  font-size: 20px;
  text-decoration: none;
}

._404-text {
  color: #fff;
  text-align: center;
  padding-top: 100px;
  padding-bottom: 100px;
  font-family: DM Sans, sans-serif;
  font-size: 30px;
  line-height: 30px;
}

.section-hero {
  background-image: url('../images/collegio-senatore-pavia-duomo.webp');
  background-position: 50% 0;
  background-size: cover;
  height: 100vh;
  position: sticky;
}

.pavia-skyline {
  position: absolute;
  bottom: 0;
}

.nav-dropdown-icon {
  color: #fff;
  margin-right: 10px;
}

.nav-dropdown-list {
  background-color: #fff;
  border-radius: 12px;
}

.nav-dropdown-list.w--open {
  padding-top: 10px;
  padding-bottom: 10px;
}

.nav-dropdown-list.shadow-three.mobile-shadow-hide.w--open {
  background-color: #534537;
  border-radius: 0;
}

.nav-link {
  color: #005582;
  letter-spacing: .25px;
  margin-left: 5px;
  margin-right: 5px;
  padding: 5px 10px;
  font-family: Bricolage Grotesque, sans-serif;
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
  text-decoration: none;
}

.nav-link:hover {
  color: #005582;
}

.nav-link:focus-visible, .nav-link[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #005582;
  border-radius: 4px;
  outline: 2px solid #0050bd;
}

.nav-div {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.nav-dropdown-toggle {
  letter-spacing: .25px;
  padding: 5px 10px;
  font-size: 14px;
  line-height: 20px;
}

.nav-dropdown-toggle:hover {
  color: #1a1b1fbf;
}

.nav-dropdown-toggle:focus-visible, .nav-dropdown-toggle[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-logo {
  width: 100%;
}

.nav-wrapper {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.nav-link-home {
  width: 100px;
}

.nav-container {
  z-index: 5;
  background-color: #0000;
  width: 1030px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 15px 20px;
}

.nav-container.shadow-three {
  background-color: #b5c9e6;
  width: 100%;
  margin-bottom: 0;
  padding-top: 20px;
  padding-bottom: 20px;
  position: sticky;
  top: 0;
}

.nav-dropdown {
  margin-left: 5px;
  margin-right: 5px;
}

.nav {
  z-index: 99;
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  background-color: #b5c9e6cc;
  position: sticky;
  top: 0;
}

.nav-menu {
  background-color: #b5c9e6;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0;
  display: flex;
}

.text-block {
  color: #fff;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  font-family: Bricolage Grotesque, sans-serif;
  font-size: 70px;
  font-weight: 700;
  line-height: 70px;
  display: none;
}

.section-split-home {
  justify-content: center;
  align-items: center;
  padding-top: 60px;
  padding-bottom: 60px;
  display: flex;
}

.div-split-home {
  justify-content: center;
  align-items: center;
  width: 50%;
  padding-left: 60px;
  padding-right: 60px;
  display: flex;
}

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

.image-split-home {
  object-fit: cover;
  border-radius: 999px 999px 50px 50px;
  width: 50%;
  height: 600px;
}

.paragraph {
  color: #000;
  text-align: justify;
  font-family: DM Sans, sans-serif;
  font-size: 16px;
  line-height: 16px;
}

.paragraph.white {
  color: #fff;
}

.paragraph.team {
  width: 80%;
}

.title {
  color: #b5c9e6;
  width: 100%;
  margin-bottom: 40px;
  font-family: Bricolage Grotesque, sans-serif;
  font-size: 35px;
  font-weight: 700;
  line-height: 35px;
}

.title.white {
  color: #fff;
  text-align: center;
}

.title.team {
  text-align: center;
}

.section-name {
  justify-content: center;
  align-items: center;
  padding-top: 40px;
  padding-bottom: 40px;
  display: flex;
}

.text-name {
  color: #fff;
  text-align: center;
  font-family: Bricolage Grotesque, sans-serif;
  font-size: 50px;
  font-weight: 700;
  line-height: 50px;
}

.section-servizi {
  background-color: #b5c9e6;
  padding: 60px;
}

.div-servizi {
  width: 50%;
  padding-left: 60px;
  padding-right: 60px;
}

.image-servizi {
  object-fit: cover;
  border-width: 7px;
  border-color: #fff;
  border-radius: 999px 999px 150px 150px;
  height: 350px;
  margin-bottom: 40px;
}

.wrap-div-servizi {
  display: flex;
}

.section-team {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding: 40px;
  display: flex;
}

.footer-link-list {
  flex-direction: column;
  display: flex;
}

.bold-text {
  color: #005582;
}

.footer-title {
  color: #005582;
  align-self: center;
  font-family: Bricolage Grotesque, sans-serif;
  font-size: 18px;
  font-weight: 700;
}

.div-cariplo {
  justify-content: center;
  align-items: center;
  width: 80vw;
  margin-bottom: 40px;
  display: flex;
}

.footer-link {
  color: #fff;
  align-self: center;
  margin-top: 5px;
  font-family: DM Sans, sans-serif;
}

.footer {
  background-color: #b5c9e6;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 40px;
  display: flex;
  position: relative;
}

.text-cariplo {
  color: #fff;
  font-family: Montserrat, sans-serif;
}

.div-footer {
  flex-direction: column;
  display: flex;
}

.image-footer-logo {
  width: 150px;
}

.footer-info {
  justify-content: center;
  align-items: center;
  width: 80vw;
  display: flex;
}

.footer-info-cafe {
  color: #fff;
  text-align: center;
  margin-right: 20px;
  font-family: DM Sans, sans-serif;
  font-size: 13px;
  font-weight: 400;
  line-height: 15px;
}

.grid-footer {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 80vw;
  padding-top: 60px;
  padding-bottom: 60px;
  display: grid;
}

.link-cariplo {
  margin-left: 20px;
}

@media screen and (max-width: 991px) {
  .nav-dropdown-list.shadow-three.w--open {
    position: absolute;
  }

  .nav-link {
    padding-left: 5px;
    padding-right: 5px;
  }

  .nav-div {
    max-width: 728px;
  }

  .nav-menu-button {
    padding: 12px;
  }

  .nav-menu-button.w--open {
    color: #f6c313;
    background-color: #0000;
  }

  .hamburger-icon {
    color: #005582;
  }

  .nav-container.shadow-three {
    background-color: #b5c9e6;
    position: sticky;
    top: 0;
  }

  .nav-menu-wrapper {
    background-color: #0000;
  }

  .nav {
    -webkit-backdrop-filter: none;
    backdrop-filter: none;
  }

  .nav-menu {
    background-color: #b5c9e6;
    border-bottom-right-radius: 20px;
    border-bottom-left-radius: 20px;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
    padding: 20px;
    display: flex;
  }

  .image-split-home {
    border-bottom-right-radius: 150px;
    border-bottom-left-radius: 150px;
  }

  .div-servizi {
    padding-left: 20px;
    padding-right: 20px;
  }

  .grid-footer {
    grid-column-gap: 33px;
    width: 90vw;
  }
}

@media screen and (max-width: 767px) {
  .nav-dropdown-list.shadow-three {
    box-shadow: 0 8px 50px #0000000d;
  }

  .nav-dropdown-list.shadow-three.w--open {
    position: relative;
  }

  .nav-dropdown-list.shadow-three.mobile-shadow-hide {
    box-shadow: none;
  }

  .nav-dropdown-list.shadow-three.mobile-shadow-hide.w--open {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .nav-link {
    padding-top: 10px;
    padding-bottom: 10px;
    padding-right: 15px;
    display: inline-block;
  }

  .nav-dropdown-toggle {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .nav-container {
    max-width: 100%;
  }

  .nav-dropdown {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .nav-menu {
    flex-direction: column;
    padding-bottom: 30px;
  }

  .section-split-home {
    flex-flow: column;
  }

  .div-split-home.text {
    width: 80%;
    padding-top: 40px;
    padding-left: 0;
    padding-right: 0;
  }

  .image-split-home {
    order: -9999;
    width: 80%;
  }

  .section-servizi {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .div-servizi {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin-bottom: 40px;
    padding-left: 0;
    padding-right: 0;
    display: flex;
  }

  .image-servizi {
    height: 600px;
  }

  .wrap-div-servizi {
    flex-flow: column;
    justify-content: center;
    align-items: center;
  }

  .footer-link-list {
    text-align: center;
  }

  .div-cariplo {
    text-align: center;
    flex-flow: column;
  }

  .div-footer {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .grid-footer {
    grid-row-gap: 50px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    width: 80vw;
  }

  .link-cariplo {
    margin-top: 10px;
    margin-left: 0;
  }
}

@media screen and (max-width: 479px) {
  .nav-div {
    max-width: none;
  }

  .nav-menu {
    flex-direction: column;
  }

  .footer-title {
    font-size: 16px;
  }

  .footer-link {
    margin-top: 0;
    font-size: 12px;
  }

  .footer-info {
    flex-direction: column;
  }

  .footer-info-cafe {
    text-align: center;
  }

  .grid-footer {
    grid-row-gap: 25px;
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr;
    padding-top: 40px;
    padding-bottom: 40px;
  }
}

#w-node-_211e74e4-f9bf-6fa4-a66f-7f0384998308-b102a047 {
  justify-self: center;
}


