.fourteen {
  position: relative;
}
.containerCDWCircle > div{
  width: 100%;
  height: 100vh;
}
  
.mySlides9 {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.lineDot9 {
  position: absolute;
  width: 100%;
  height: 10%;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 1;
}

.dot9 {
  cursor: pointer;
  height: 5px;
  width: 30px;
  margin: 2px 2px;
  border-radius: 2px;
  display: inline-block;
  z-index: 7;
  transition: background-color 0.6s ease;
}

/* .activeDot2, .dot2:hover  {
  background-color: #717171;
} */
  
  .slopeBegin9 {
    background: linear-gradient(to right, rgb(39, 83, 49) 0%, rgb(107, 196, 34)100%);
    clip-path: polygon(0% 0, 100% 0, 100% 100%, 0% 100%);
  }
  
  .slopeEnd9 {
    clip-path: polygon(70% 0, 100% 0, 80% 100%, 50% 100%);
  }
  
  .slopeBegin9,
  .slopeEnd9 {

    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 0;
  }
  
  .svgfrecciaR2 {
    cursor: pointer;
    transform: rotate(90deg) scale(2);
    margin-left: 25px;
  }
  .svgText9 {
    cursor: pointer;
    position: absolute;
    color:#ffffff; 
    font-size: 10vmin; 
    font-weight:700;
    text-align: center;
    z-index: 3;
    transition: 2s;
  }
  .svgText9:hover {
    opacity: 0.6;
    transform: scale(0.9);
  }
  
  #subTitle9 {
    position: absolute;
    width: 10vw;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    align-items: center;
    align-content: center;
    z-index: 9;
    top: 18%;
    left: 0;
  }
  #firstBlock9 {
    position: absolute;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    top: 18%;
    margin-left: 12%;
    width: 80%;
    z-index: 2;
  }

  .logoCDW {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
    align-items: center;
    width: 68%; 
    margin: 12vh auto 0 auto;
    border-radius: 10px;
    background-color: white;
  }
  .partnerCDW {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
    align-items: center;
    gap: 20px;
    margin-top: 10px;
    padding: 0 10px 0 10px;
    border-radius: 10px;
    background-color: white;
  }
  .CWD{
    height: 80px;
  }
  .UE{
    height: 50px;
  }
  
  .imageCDWCircle1 {
  /* The image used */
  background-image: url("../images/CDWCircle/Immagine_sito_CDW_Circle.jpg");
  /* Full height */
  width: 100%;
  height: 100%;
  /* Center and scale the image nicely */
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  z-index: 1;  
  }
  .imageCDWCircle2 {
  /* The image used */
  background-image: url("../images/CDWCircle/Immagine_sito_CDW_Circle_2.jpg");
  /* Full height */
  width: 100%;
  height: 100%;
  /* Center and scale the image nicely */
  background-position: bottom;
  background-repeat: no-repeat;
  background-size: cover;
  z-index: 1;  
  }
  .imageCDWCircle3 {
  /* The image used */
  background-image: url("../images/CDWCircle/Immagine_sito_CDW_Circle_3.jpg");
  /* Full height */
  width: 100%;
  height: 100%;
  /* Center and scale the image nicely */
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  z-index: 1;  
  }
  

/*    @media only screen and (max-width: 374px) {
    .logoCDW {
      display: none;
    }
    .partnerCDW {
      flex-direction: column;
    }
  }
  @media only screen and (min-width: 375px) {
    .logoCDW {
      display: flex;
    }
    .partnerCDW {
      flex-direction: column;
    }
  } 
  @media only screen and (min-width: 576px) {
    .logoCDW {
      flex-direction: row;
    }
    .partnerCDW {
      flex-direction: column;
    }
  }  
  @media only screen and (min-width: 1025px) {
    .logoCDW {
      flex-direction: row;
    }
    .partnerCDW {
      flex-wrap: wrap;
    }
  } */
  
  @media only screen and (max-width: 600px) {
    .CWD{
      height: 60px;
    }
    .UE{
      height: 40px;
    }
    .logoCDW {
    margin: 9vh auto 0 auto;
    border-radius: 5px;
    }
  }   
  /* @media only screen and (max-height: 643px) {
    .logoCDW {
      flex-direction: column;
    }
    .partnerCDW {
      flex-direction: column;
    }
  }  */