.ofertAprov-content{
  .reg_info {
    font-weight: bold;
    margin: 30px 0px;
    @media (max-width: 600px) { width: 95%;  margin: 30px auto; }
  }
  .regack {
    @media (max-width: 600px) { width: 95%; margin: 0px auto 21px auto; }
    div {margin: 0 0 0 16px; padding: 5px 0 0; text-align: justify; font-size: 0.85em; border-top: 1px solid #eee; }
    a {color: #0048ff;}
  }
  .regack label { 
    display: grid; 
    grid-template-columns: auto; 
    margin-bottom: 27px;
    gap: 7px; 
  }

.icheck {
  display: block;
  position: relative;
  padding-left: 18px;
  margin-bottom: 12px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    &:checked ~ .checkmark {
      background-color: #2196F3;
      box-shadow: none;
      &:after { display: block; }
    }
  }
  .checkmark {
    position: absolute;
    top: -1px;
    left: 0;
    height: 18px;
    width: 18px;
    background-color: #ddd;
    cursor: pointer;
    box-shadow: inset 1px 1px 5px 1px #aaa;
    border-radius: 2px;
    &:after {
      position: absolut;
      z-index: 999;
      left: 6px;
      top: 2px;
      width: 3px;
      height: 10px;
      border: solid #fff;
      border-width: 0 3px 3px 0;
      -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
      transform: rotate(45deg);
      content: " ";
      position: absolute;
      display: none;
    }
  }
}
}




