@import url(index.css);

.slide-logo {
  height: 45px;
  width: auto;
  display: inline-block;
  margin: 0 auto;
}

h2.slide-title.slide-title-titolo {
  text-align: center;
  width: 100%;
  margin: 0 auto;
}

.slide-subtitle {
  margin: 10px auto !important;
}
.slide{
  max-width: 600px;
  height: 250px;
  background: black;
}
.navigation{
  bottom: 0;
}
.slide-titolo {
  background: #000;
  border-radius: 8px;
  box-shadow: 0 4px 24px 0 rgba(0, 0, 0, 0.07);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 0 2vw;
  min-height: 180px;
}

.slide-title-titolo {
  color: #fff;
  font-size: 2rem;
  font-weight: 700;
  text-align: center;
  margin: 0.5em 0 0 0;
  text-shadow: none;
  max-width: 90%;
  line-height: 1.1;
  font-family: 'SuisseIntl', 'Inter', Arial, sans-serif;
}

.slide-subtitle {
  color: #fff;
  font-size: 1.1rem;
  font-weight: 400;
  text-align: center;
  margin: 0.5em 0 0 0;
  max-width: 90%;
  font-family: 'SuisseIntl', 'Inter', Arial, sans-serif;
}
img.slide-logo {
  filter: invert(100);
}

.slideshow-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 1px solid #fff;
  background: rgba(0, 0, 0, 0.6);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  z-index: 120;
}

.slideshow-arrow-prev {
  left: 50px;
}

.slideshow-arrow-next {
  right: 50px;
}

@media (max-width: 768px) {
  .slideshow-arrow {
    width: 32px;
    height: 32px;
    font-size: 0.8rem;
  }
  .slide-title-titolo{
    font-size: 1.4rem;
  }
  .slide-logo {
    height: 30px;
}

