.fixedtop {
  display: none;
}
.banner-top.banner-category {
  margin-bottom: 0;
}
.riga-contatti .col-w-50 {
  position: relative;
}
.box-mappa {
  min-height: 588px;
  position: relative;
}
.box-mappa iframe {
  position: absolute;
  left: 0;
  top: 0;
}
.box-testo h6 {
  margin: 0 0 16px;
}
.riga-contatti ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.copy-text {
  position: relative;
  border: 0;
  border-radius: 0;
  width: 100%;
  max-width: 448px;
  padding: 0 26px 0 0;
  margin: 16px 0 0 0;
}
.copy-text a.text {
  font-size: 18px;
  color: #24383B;
  border: none;
  outline: none;
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: left top;
  background-size: 32px;
  width: auto;
  float: none;
  display: table;
  height: auto;
  line-height: 22px;
  padding: 5px 0 5px 48px;
  letter-spacing: 0.5px;
}
.copy-text a.text strong {
  display: table-cell;
  vertical-align: top;
  padding-left: 8px;
}
.copy-text:last-child a.text strong {
  max-width: 188px;
}
.copy-text button {
  padding: 0;
  background: transparent;
  color: #fff;
  font-size: 16px;
  border: none;
  outline: none;
  border-radius: 0;
  cursor: pointer;
  position: absolute;
  right: 0;
  top: 4px;
  width: 18px;
  height: 24px;
}
.copy-text button::before {
  content: "Copiato!";
  position: absolute;
  top: calc(-100% - 42px);
  right: -45px;
  background: #AB9D7F url("/themes/speranza-viaggi/images/ico-like.png") no-repeat 16px center / 16px;
  padding: 16px 16px 16px 40px;
  border-radius: 5px;
  font-size: 16px;
  line-height: 20px;
  display: none;
}
.copy-text button::after {
  content: "";
  position: absolute;
  top: -20px;
  right: 4px;
  width: 10px;
  height: 10px;
  background: #AB9D7F;
  transform: rotate(45deg);
  display: none;
}
.copy-text.active button::before, .copy-text.active button::after {
  display: block;
}
@media (min-width: 768px) {
  .riga-contatti {
    display: table;
    min-height: 588px;
  }
  .riga-contatti .col-w-50 {
    width: 50%;
    float: none;
    display: table-cell;
    vertical-align: middle;
  }
  .riga-contatti .col-w-50:last-child {
    padding: 0 40px;
  }
  .riga-contatti .box-mappa {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
  }
}
@media (max-width: 767px) {
  .box-testo h3 br {
    display: none;
  }
  .riga-contatti {
    display: -webkit-flex;
    display: flex;
    flex-direction: column-reverse;
  }
  .riga-contatti .col-w-50 {
    margin: 0;
  }
  .riga-contatti .col-w-50:last-child {
    padding: 80px 8%;
  }
  .copy-text a.text strong {
    display: inline-block;
    width: 100%;
    padding-left: 0;
  }
  .copy-text button::before {
    right: -25px;
  }
}
