* {
  box-sizing: border-box;
  padding: 0;
}
body,
html {
  margin: 0;
}

.ush_menu_1 .w-nav-icon>div {
  border-width: 0 1px 3px 0px;
}

@font-face {
  font-family: "josefin-sans";
  src: url("https://www.b30.it/wp-content/plugins/hi-bogg/font/JosefinSans-VariableFont_wght.ttf");
}

li {
  margin: 0;
}

li > ul,
li > ol {
  margin: 0;
  padding: 0;
}

.josefin-sans {
  font-family: josefin-sans;
}
.ends {
  min-height: 50vh;
  display: flex;
  text-align: center;
  align-items: center;
  justify-content: center;
  font-size: 50px;
  font-weight: bold;
}
main {
  display: flex;
  flex-direction: column;
}

.slides {
  display: flex;
  flex-direction: column;
  width: 100%;
  position: relative;
  z-index: 1;
  background-color: #4b3a6b;
}
.slides .list {
  display: flex;
  flex-direction: column;
  width: 100%;
}
.slides .slide {
  display: flex;
  width: 100%;
  min-height: 100vh;
  position: relative;
  overflow: hidden;
}
.slides .slide:first-child {
  display: flex;
  width: 100%;
  min-height: calc(100vh - 80px);
  position: relative;
  overflow: hidden;
}
.slide .background {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  left: 0;
  top: 0;
  width: 100vw;
  min-height: 100vh;
  background-position: center;
  will-change: transform;
  background-size: cover;
}
.l-section-h {
  position: relative;
  margin: 0 auto;
  width: 100%;
  max-width: 100%;
}
.l-subheader,
.l-section {
  padding-left: 0;
  padding-right: 0;
}
.slide .content {
  flex-direction: column;
  align-items: center;
  overflow: hidden;
  display: flex;
  text-align: center;
  width: 100vw;
  margin: 0 auto;
  box-sizing: border-box;
  position: relative;
  align-items: center;
  color: white;
  font-size: 4.6rem;
  line-height: 1.25em;
  font-weight: 500;
}

#lancia0,
.lancia0 {
  display: none;
}

#bridge {
  will-change: transform;
}

.aa {
  top: 47%;
  left: 50%;
}

.linee::after {
  content: " ";
  display: block;
  width: 100px;
  height: 1px;
  z-index: 9999;
  background-color: white;
}
.linee::before {
  content: " ";
  display: block;
  width: 100px;
  height: 1px;
  z-index: 9999;
  background-color: white;
}

.centrato{
  top: 48%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: -9999;
}

 .slide:first-child .centrato{
  display: none;
}

.l-footer {
  padding: 0 4rem;
}


#bolle , #bolle2{
  z-index: -99999;
}



@media (max-width: 768px) {
  .linee::after {
    content: " ";
    display: block;
    width: 40px;
    height: 1px;
    z-index: 9999;
    background-color: white;
  }
  .linee::before {
    content: " ";
    display: block;
    width: 40px;
    height: 1px;
    z-index: 9999;
    background-color: white;
  }
  
}