h1 {
  font-size: 30px;
  color: #3473b7;
}
h2 {
  font-size: 16px;
  font-weight: bold;
}
h3 {
  font-size: 16px;
  font-weight: bold;
}
.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;
}
@media (max-width: 768px) {
  .proda2 .titolo {
    font-size: 20px;
  }
}
.proda2 .titnews {
  background-color: #3473b7;
  color: white;
  padding: 7px;
  font-size: 12px;
  font-weight: bold;
  margin-bottom: 3px;
  text-align: center;
}
.proda2 .numnews {
  background-color: #c3d5e9;
  color: black;
  padding: 3px;
  font-size: 14px;
  margin-bottom: 3px;
  text-align: center;
}
.proda2 .triangolino {
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 8px 8px 0 0;
  border-color: #3473b7 transparent transparent transparent;
  position: absolute;
  top: 0;
  right: 7px;
  box-sizing: content-box;
}
.proda2 .leggiancora {
  color: #3473b7;
  border-bottom: 2px solid #e3e3e3;
  padding-bottom: 8px;
  text-align: right;
  font-size: 11px;
  font-weight: bold;
  margin-bottom: 32px;
}
.proda2 .leggiancora a:hover {
  color: #21416e;
}
.proda2 h4 {
  margin-top: 12px;
  font-size: 20px;
  margin-bottom: 20px;
}
.proda2 .primopar {
  margin-bottom: 35px;
}
.proda2 .immlain {
  width: 100%;
}
body {
  overflow-x: hidden;
}
.catcont {
  margin: 0;
  margin-bottom: 25px;
}
h5 {
  font-size: 14px;
  color: #3473b7;
  font-weight: bold;
}
.cattesto {
  display: inline-block;
  float: left;
  padding: 5px;
  border: 1px solid #e3e3e3;
  background-color: white;
  margin: 5px;
  color: #808080;
  font-size: 12px;
}
.cattesto:hover {
  background-color: #e3e3e3;
  color: black;
}
.dbreadcrumb {
  display: block;
  width: 100%;
  font-size: 13px;
  color: black;
}
.dbreadcrumb img {
  margin-right: 5px;
}
.dbreadcrumb a {
  margin-right: 5px;
  display: inline-block;
  text-decoration: underline;
  color: #666;
}
.dbreadcrumb a:hover {
  text-decoration: underline;
  color: black;
}
.immdest {
  float: right;
  margin-left: 10px;
  margin-bottom: 10px;
}
.ele {
  list-style-type: none;
  padding: 0px;
  margin: 0px;
  margin-left: 0px;
  -webkit-margin-before: 0;
}
.ele > li {
  list-style-type: none;
  background-image: url('../immagini/freccina.png');
  background-repeat: no-repeat;
  background-position: 0px 2px;
  padding-left: 22px;
  margin-top: 12px;
  font-size: 12px;
  line-height: 18px;
}
.ele > li a {
  color: #808080;
}
.ele > li a:hover {
  color: black;
}
