html, body {
  background-color: #5f6060;
}


.logo {
  height: 100%;
  width: 25rem;
}


.carousel-item {
  position: relative;
  width: 100%;
  height: 700px;
}


.carousel-item__filter {
  background: #000;
  width: 100%;
  height: 100%;
  position: absolute;
  top:0;
  left:0;
  opacity: 0.3;
}

.under{
  width: 100%;
  height: auto;
}

#footer {
  background-color: white; opacity: 0.7;
}

a {
  text-decoration: none;
}

a:hover {
  text-decoration: none; color: #579e3c;
}


.assistenza {
  width: 70%;
}
.numeroverde {
  width: 70%;
  padding-bottom: 5px;

}

.card-columns {
  display: none;
}


/*----------------------------------
Tablet
----------------------------------*/
@media (max-width: 575px) {

.logo {
  width: 15rem;
}

.assistenza {
  display: none;
  visibility: hidden;
}
.numeroverde {
  display: none;
  visibility: hidden;

}
#carouselExampleIndicators {
  display: none;
  visibility: hidden;
}

.card-columns {
  display: block;
}

}
