.prenota-visita {
  display: block;
}
.top {
  background: transparent;
}
.fixedtop {
  display: none;
}
.banner-top h1 {
  float: none;
  margin: 0 auto;
  width: 100%;
  max-width: 100%;
}
.box-testo h1 span, .box-testo h3 span {
  color: #67A5D3;
}
.banner-bottom {
  padding: 80px 0 32px;
}
.banner-bottom p {
  margin: 0;
}
.banner-bottom .box-testo:not(.testo-blue) p {
  margin: 16px 0;
}
.testo-blue p:first-child {
  font-size: 22px;
  font-weight: 500;
  text-transform: uppercase;
  line-height: 30px;
}
.box-tour {
  margin-top: 16px;
}
.rwd-video {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%;
  position: relative;
}
.rwd-video iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
