.star-rating span:before {
  color: #fdfdfd;
  content: "";
  left: 0;
  position: absolute;
  top: 0;
}

.star-rating span:before {
    color: rgb(28, 88, 162);
    content: "";
    left: 0;
    position: absolute;
    top: 0;
}


.wpcf7-form-control.wpcf7-submit.has-spinner.button {
  background-color: #0ac23e;
}

.form-flat .row {
  display: flex;
  gap: 20px;
  margin-bottom: 15px;
  flex-wrap: wrap;
}

.form-flat .col-half {
  flex: 1;
  min-width: calc(50% - 10px);
}

/* Responsive para móviles */
@media (max-width: 768px) {
  .form-flat .row {
    flex-direction: column;
    gap: 0;
  }
  
  .form-flat .col-half {
    min-width: 100%;
  }
}