.form-group.required .form-control-label::before {
  content: "*";
  color: #D55093; }

body {
  background-color: #fff; }

p, .form-control-label, .custom-control-label, .form-custom-select, .form-custom-input {
  font-size: 15px; }

.job-banner {
  background-color: #fff; }

.job-title {
  color: #4cafaa;
  font-weight: bold;
  background-color: #fff;
  padding: 30px 0;
  font-size: 26px; }

.job-subtitle {
  color: #4cafaa;
  font-weight: bold;
  margin-bottom: 15px;
  font-size: 20px; }

.green-bold {
  font-weight: bold;
  color: #4cafaa !important; }

.form-control:focus {
  border: 2px solid #4cafaa;
  box-shadow: none; }

.subscribe-job {
  background-color: #4cafaa;
  border: #4cafaa; }
  .subscribe-job:hover {
    background-color: #4cafaa;
    opacity: 85%; }
  .subscribe-job:disabled {
    background-color: grey; }

.document-input {
  padding: 3px 7px; }

.custom-checkbox-ar {
  transform: translateX(24px);
  margin: 18px auto 30px; }

.custom-control-label {
  cursor: pointer; }

.custom-checkbox-ar .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18.2' height='14' viewBox='0 0 18.2 14'%3E%3Cpath id='Trazado_85832' data-name='Trazado 85832' d='M161.343,238.706a.677.677,0,0,1,0-.98l.98-.98a.677.677,0,0,1,.98,0l.07.07,3.85,4.13a.338.338,0,0,0,.49,0l9.38-9.73h.07a.677.677,0,0,1,.98,0l.98.98a.677.677,0,0,1,0,.98h0l-11.2,11.62a.677.677,0,0,1-.98,0l-5.46-5.88Z' transform='translate(-161.133 -231.006)' fill='%234cafaa'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: contain; }

.custom-control-input:checked ~ .custom-control-label:before {
  border-color: transparent;
  background-color: #fff; }

.custom-control-label::after, .custom-control-label::before {
  width: 17px;
  height: 17px;
  border: 1px solid #707070;
  left: -1.5rem; }

.custom-control-input:not(:disabled):focus ~ .custom-control-label:before {
  box-shadow: 0 0 0 0.2rem transparent;
  border: 1px solid #707070; }

.custom-control-input:not(:disabled):active ~ .custom-control-label:before {
  background-color: transparent;
  border: 1px solid #707070; }

.custom-control-input.is-invalid:checked ~ .custom-control-label:before, .was-validated .custom-control-input:invalid:checked ~ .custom-control-label:before {
  background-color: white; }

.job-signup-message {
  transform: translate(-50%, -50%);
  position: fixed;
  z-index: 1;
  top: 50%;
  left: 50%;
  background-color: #4cafaa;
  border-color: #4cafaa;
  border-radius: 0;
  color: white; }

.job-signup-alert {
  animation: fade 5s linear forwards;
  box-shadow: 1px 1px 5px grey;
  padding: 1em;
  border-radius: 0;
  color: #fff; }

@keyframes fade {
  0% {
    opacity: 0; }
  10% {
    opacity: 1; }
  90% {
    opacity: 1; }
  100% {
    opacity: 0; } }
  .job-signup-alert.show {
    display: block; }
  .job-signup-alert.alert-danger {
    background-color: #D55093;
    border-color: #D55093; }
  .job-signup-alert.alert-success {
    background-color: #4cafaa;
    border-color: #4cafaa; }

@media (max-width: 1360px) {
  p, .form-control-label, .custom-control-label, .form-custom-select, .form-custom-input {
    font-size: 14px; }
  .job-title {
    font-size: 25px; }
  .job-subtitle {
    font-size: 16px; } }

@media (max-width: 991.98px) {
  p, .form-control-label, .custom-control-label, .form-custom-select, .form-custom-input {
    font-size: 12px; }
  .job-title {
    font-size: 21px; }
  .job-subtitle {
    font-size: 15px; } }
