/* Localizador de puntos */
form[action*="#wpcf7-f3635-p1627-o1"] {
  .form__fieldset.col-1 {
    border: 0;
    margin: 0;
    font-size: 16px;
    .wpcf7-radio {
      .wpcf7-list-item {
        margin-inline-start: 0;
        margin-block-end: 10px;
      }
      input[type="radio"]:before {
        border-color: #9e9e9e;
      }
    }
    .div-select {
      border: 0;
      > p {
        margin-block-end: 0;
      }
      .dk-select.form__input {
        padding: 16px 30px 16px 8px;
        position: relative;
        border-radius: 0;
        border: 1px solid #9e9e9e;
        outline: 0;
        font-family: acto_light, sans-serif;
        font-size: 1rem;
        background-color: #efefef;
        .dk-selected {
          position: initial;
          color: #7d7d7d;
          height: 1.2em;
          line-height: 1.2;
          background-color: transparent;
          padding-inline-start: 0;
          &:before {
            width: 49px;
            height: 52px;
            background: url(https://staging.cttexpress.com/paqueteriaurgente/widgets/assets/img/flecha.svg);
            display: block;
            position: absolute;
            right: 0;
            top: 0;
            background-position: center center;
            z-index: 99;
            background-size: 16px 16px;
            background-repeat: no-repeat;
            border-left: 1px solid #9e9e9e;
            box-shadow: none;
            margin: 0;
          }
        }
      }
    }
    .searchWrapper {
      color: #9e9e9e;
      border-radius: 0;
      margin-block-start: -1px;
      .form__input {
        border-color: #9e9e9e;
        padding-inline: 8px;
        &:focus {
          background: #f2f2f2;
        }
      }
    }
    input[type="submit"] {
      background-color: #cf2027;
      color: white;
      &:hover {
        background-color: transparent;
        color: #cf2027;
      }
    }
  }
  .wpcf7-response-output {
    display: none;
  }
}

@media (width > 48em) {
  form[action*="#wpcf7-f3635-p1627-o1"] {
    .form__fieldset.col-1 {
      .div-select {
      }
    }
  }
}