h1 {
  font-size: 30px;
  color: #3473b7;
}
h2 {
  font-size: 16px;
  font-weight: bold;
}
h3 {
  font-size: 16px;
  font-weight: bold;
  color: #3473b7;
}
.etichetta {
  display: table;
  width: 100%;
  text-align: center;
  background-color: #f8f8f8;
  margin-bottom: 20px;
  font-weight: bold;
}
.etichetta > div {
  display: table-cell;
  vertical-align: middle;
  height: 40px;
}
.proda2 {
  padding-bottom: 50px;
}
.proda2 .titolo {
  font-size: 30px;
  color: #3473b7;
  border-bottom: 1px solid #e3e3e3;
  padding-bottom: 14px;
  margin-bottom: 20px;
  margin-top: 21px;
}
.proda2 .col-sm-6 {
  margin-bottom: 20px;
}
.proda2 .descr {
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .proda2 .descr {
    height: 100px;
    overflow: hidden;
  }
}
.dbreadcrumb {
  margin-left: 10px;
  display: inline-block;
  font-size: 13px;
  color: black;
}
.dbreadcrumb img {
  display: inline-block;
  margin-left: 10px;
}
.dbreadcrumb a {
  margin-left: 10px;
  display: inline-block;
  text-decoration: underline;
  color: #666;
}
.dbreadcrumb a:hover {
  margin-left: 10px;
  display: inline-block;
  text-decoration: underline;
  color: #3473b7;
}
.salutearticoli {
  background-color: #f8f8f8;
  background-image: url('../immagini/prod_ico.jpg');
  background-position: 18px 18px;
  background-size: auto;
  background-repeat: no-repeat;
  margin-top: 63px;
  padding: 18px 128px;
  min-height: 112px;
  margin-bottom: 63px;
}
@media (max-width: 769px) {
  .salutearticoli {
    background-image: none;
    padding: 18px;
  }
}
body {
  overflow-x: hidden;
}
