.budget {
  margin-bottom: 75px;
}

.budget .bg-budget {
  background: #aabad3;
  min-height: 205px;
  width: 100%;
  margin-bottom: 35px;
}
  .budget .bg-budget h1 {
    color: #fff;
    font-size: 30px;
    font-style: italic;
    font-weight: 900;
    margin-bottom: 20px;
    margin-top: 60px;
    text-transform: uppercase;
  }

.budget .btn-enviar {
  background: url(../images/botao-enviar-orcamento.png) no-repeat center top;
}

.budget .data-subtitle {
  color: #092c82;
  font-size: 18px;
  font-style: italic;
  font-weight: 900;
  margin-bottom: 15px;
  margin-top: 15px;
  text-transform: uppercase;
}

.budget .container-products {
  margin-bottom: 25px;
}
  .budget .container-products .container-checkbox {
     margin-bottom: 15px;
  }
  .budget .container-products .container-checkbox .checkbox {
    background: #eee url(../images/not-checked.png) no-repeat -6px -9px;
    height: 54px;
    transition: ease 0.2s;
    width: 100%;
  }
    .budget .container-products .container-checkbox .checkbox.checked {
      background-image: url(../images/checked.png);
    }
    .budget .container-products .container-checkbox .checkbox label {
      font-size: 17px;
      font-weight: 600;
      padding-left: 60px;
      text-transform: uppercase;
      width: 100%;
    }
    .budget .container-products .container-checkbox .checkbox input[type=checkbox] {
      display: none;
    }

.budget .text-aligner {
  display: table;
}
.budget .text-aligner > * {
  display: table-row;
}
.budget .text-aligner > *, .budget .text-aligner > * > * {
  height: inherit;
  max-height: inherit;
  max-width: inherit;
  width: inherit;
}
.budget .text-aligner > * > * {
  display: table-cell;
}
.budget .text-aligner label {
  vertical-align: middle;
}
