.well2{
    min-height: 20px;
    padding: 19px;
    margin-bottom: 20px;
    background: #e2e4e5;
    border: 1px solid #e3e3e3;
    max-height: 850px;
    border-radius: 9px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
    box-shadow: 0px -1px 7px 4px rgb(115 115 115 / 52%);
  }
  label{
    color: #fff;
  }
  label i{
    font-size: 32px !important;
  }
  label:hover, label:hover~label {
  color: #ebba64;
}
input[type=radio]{
  display: none;
}
input[type=checkbox], input[type=radio] {
    margin: 4px 0 0;
    line-height: normal;
}
input[type=checkbox], input[type=radio] {
    box-sizing: border-box;
    padding: 0;
}
.pad_testi{
  padding: 10px 0 10px;
}
.title__testimonials-form {
    color: #000 !important;
    font-size: 24px;
    font-weight: bold;
}
.clasificacion{
  direction: rtl;
}
.site-btn.boxed {
    background: #2178a6;
    display: inline-block;
    color: #fff;
    border: none;
    padding: 14px 46px;
    font-size: 16px;
    border: 3px outset #000;
    border-radius: .5rem;
}
.pad_te{
  padding: 80px 0;
}
.t-gold{
  color: orange;
  font-size: 20px;
}
.btn:not(:disabled):not(.disabled){
  cursor: pointer;
}
.pagination>li{
  display: contents;
  background: #337ab7;
  cursor: pointer;
}
input[type=radio]:checked~label{
  color: #ebba64;
}