.company-border {
  border: 1px solid rgba(0, 127, 154, 0.3);
  border-radius: 4px;
}

.custom-button {
  padding: 10px;
  border-radius: 4px;
  color: #fff !important;
  font-size: 18px;
}

.custom-button-1 {
  background-color: #007f9a;
}

.custom-button-1:hover {
  background-color: #0094b4;
}

.custom-button-2 {
  background-color: #0090ae;
}

.custom-button-2:hover {
  background-color: #00a9cd;
}

.custom-button-3 {
  background-color: #00a1c3;
}

.custom-button-3:hover {
  background-color: #00bee7;
}

.custom-button-4 {
  background-color: #00b1d7;
}

.custom-button-4:hover {
  background-color: #01d2ff;
}

.custom-button-5 {
  background-color: #00c2ec;
}

.custom-button-5:hover {
  background-color: #1bd7ff;
}

.resp-container {
  position: relative;
  overflow: hidden;
  padding-top: 56.25%;
}

.resp-iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.animaTag,
.premiumTag {
  max-height: 40px;
  width: auto !important;
}

.premiumTag {
  margin-left: 10px;
}

@media (max-width: 767px) {
  .animaTag,
  .premiumTag {
    max-height: 30px;
  }

  .btn_azienda {
    width: 100%;
    display: inline-block;
    text-align: center;
  }
}

