/* APPROFONDIMENTI */

.approfondimenti_container {
  max-width: 1100px;
  background-color: #2d1380;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 30px 10px 10px;
  margin: 30px auto;
}

.approfondimenti_inner {
  max-width: 1050px;
  background-color: transparent;
  position: relative;
  margin: auto;
}

.titolo_approfondimenti {
  position: absolute;
  top: 0;
  left: 10px;
  font-style: normal;
  font-weight: 800;
  font-size: 28px;
  line-height: 32px;
  color: #ffffff;
  text-align: left;
}

.linea_hr_approfondimenti {
  position: absolute;
  top: 50px;
  left: 0;
  background-color: #00000021;
  height: 2px;
}

.swiper-approfondimenti {
  width: 100%;
  height: 100%;
}

.swiper-approfondimenti .swiper-slide {
  background: transparent;
  border: none;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 50px 0 30px 10px;
  height: auto;
}

.swiper-approfondimenti .swiper-slide .appr-slide-inner {
  background: transparent;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  border-right: 2px solid #00000021;
  padding-right: 20px;
  margin-top: 50px;
  height: 350px;
}

.swiper-approfondimenti .swiper-button-next,
.swiper-approfondimenti .swiper-button-prev {
  position: absolute;
  top: 10px;
}

.swiper-approfondimenti [class^="swiper-button-"]::after {
  content: "";
}
.swiper-approfondimenti [class^="swiper-button-"] {
  width: 55px;
  height: 55px;
}

.swiper-approfondimenti .swiper-button-next {
  right: -5px;
}
.swiper-approfondimenti .swiper-button-prev {
  left: auto;
  right: 40px;
}

.appr_img img {
  width: 100%;
  height: auto;
}

.appr_testo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
  -webkit-box-pack: flex-start;
  -ms-flex-pack: flex-start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-box-align: flex-start;
  -ms-flex-align: flex-start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
}

.appr_occhiello {
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 17px;
  color: #ffffff;
  padding-top: 10px;
}

.appr_titolo {
  font-family: "sole_headline", Georgia, Times, "Times New Roman", Serif;
  font-style: normal;
  font-weight: 500;
  font-size: 24px;
  line-height: 28px;
  color: #ffffff;
  padding-top: 10px;
  padding-bottom: 20px;
}

.appr_firma {
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
  color: #ffffff;
}

.appr_testo a:link {
  color: #fff;
  text-decoration: none;
}

.appr_testo a:visited {
  color: #fff;
  text-decoration: none;
}

.appr_testo a:hover {
  color: #ffffffca;
  text-decoration: none;
}

.appr_testo a:active {
  color: #ffffffca;
  text-decoration: none;
}
