footer.row {
  margin-top: 0px !important;
}

.contact_banner {
  z-index: 1;
}

.botonPowered {
  color: white !important;
}

.botonPowered:hover {
  color: #e1ba60 !important;
}

.select-language > option {
  background: #ecc877;
  border: 0px;
  z-index: -113;
}

.seveny-tel-link {
  color: rgba(255, 255, 255, .5);
}

.seveny-tel-link:hover {
  color: #ffff;
}

#form {
  width: 250px;
  margin: 0 auto;
  height: 50px;
}

#form p {
  text-align: center;
}

#form label {
  font-size: 20px;
}

input[type="radio"] {
  display: none;
}

label {
  color: grey;
  font-size: 30px;
}

.rating {
  direction: rtl;
  unicode-bidi: bidi-override;
  text-align: center;
}

label:hover,
label:hover ~ label {
  color: orange;
}

input[type="radio"]:checked ~ label {
  color: orange;
}

.wpcf7-submit{
  display: block; margin-left: auto; margin-right: auto;
}

.margin-opinion{
  margin-left: 25%;
  margin-right: 25%;
  text-align: center;
}

@media (max-width: 728px) {
  .margin-opinion{
    margin-left: 0px;
    margin-right: 0px;
    text-align: center;
  }
}