.bg-banner-cirugia {
  background: #dedede;
  height: 154px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-left: 100px;
}

.box-cirug-steps {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 50px;
}

.steps-circle {
  background: #f2a100;
  width: 42px;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 42px;
  border-radius: 100%;
  color: #fff;
  font-family: Catamaran;
  font-style: normal;
  font-weight: bold;
  font-size: 24px;
  line-height: 24px;
}

.steps-circle-grey {
  background: #f4f4f4;
  width: 42px;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 42px;
  border-radius: 100%;
  color: #000000;
  font-family: Catamaran;
  font-style: normal;
  font-weight: bold;
  font-size: 24px;
  line-height: 24px;
}

.flex-steps-circle {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
}

.title-presup-banner {
  font-family: Catamaran;
  font-style: normal;
  font-weight: bold;
  font-size: 32px;
  line-height: 32px;
  color: #373737;
}

.subtitle-presup-banner {
  font-family: Catamaran;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 24px;
  color: #373737;
}

.title-cirug-body {
  font-family: Catamaran;
  font-style: normal;
  font-weight: bold;
  font-size: 24px;
  line-height: 112.5%;
  color: #373737;
  margin-top: 50px;
  text-align: left;
  margin-bottom: 30px;
}

.text-circle {
  text-align: center;
  margin-top: 15px;
  font-family: Catamaran;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 19px;
  text-align: center;
  color: #373737;
}

.box-cirug-checks {
  display: flex;
  justify-content: start;
  gap: 15px;
}

.form-check-input:checked {
  background-color: #0d6efd;
  border-color: #787878;
  background: #787878;
}

.form-check-input:focus {
  border-color: #86b7fe;
  outline: 0;
  box-shadow: none;
}

.form-input-aling {
  font-family: Catamaran;
  font-style: normal;
  font-weight: bold;
  font-size: 16px;
  align-items: baseline;
  color: #373737;
  margin: 15px 0px;
  gap: 15px;
  align-items: center;
}

.form-input-file {
  font-family: Catamaran;
  font-style: normal;
  font-weight: bold;
  font-size: 16px;
  align-items: baseline;
  line-height: 112.5%;
  color: #373737;
  margin: 15px 0px;
  gap: 15px;
}

.form-grey-cirug {
  background-color: #f4f4f4;
  border: 1px solid #f4f4f4;
  box-sizing: border-box;
  border-radius: 8px;
  font-family: Catamaran;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 112.5%;
  color: #787878;
  height: 38px;
}

.form-select {
  background-image: url("https://www.hospitaldeltrabajador.cl/images/librariesprovider4/cirugía-presupuesto/arrow-presu.png?sfvrsn=71dc0743_2");
  background-position: right 20px center;
  height: 44px;
  background-size: 19px 12px;
}

.form-control[type="file"] {
  overflow: hidden;
  width: 151px;
  border: none;
  border-radius: 30px;
  font-size: 16px;
}

.form-label-adj {
  font-family: Catamaran;
  font-style: normal;
  font-weight: 300;
  font-size: 12px;
  line-height: 145.5%;
  color: #000000;
}

.btn-submit-cirug {
  width: 151px;
  height: 50px;
  background: #f2a100;
  box-shadow: 2px 2px 10px rgb(203 203 203 / 40%);
  border-radius: 8px;
  border: none;
  font-family: Catamaran;
  font-style: normal;
  font-weight: bold;
  font-size: 18px;
  line-height: 30px;
  align-items: center;
  text-align: center;
  color: #ffffff;
  margin-bottom: 50px;
  margin-top: 50px;
}

.date-cirug {
  width: 30%;
  height: 38px;
  padding: 0px 10px;
  border-radius: 8px;
  border: 1px solid #f4f4f4;
  font-family: Catamaran;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 112.5%;
  color: #787878;
}

.btn-primary:hover {
  color: #fff;
  background-color: #df7c0c;
  border-color: #df7c0c;
  box-shadow: 2px 2px 10px rgb(203 203 203 / 40%);
}

.btn-check:active + .btn-primary,
.btn-check:checked + .btn-primary,
.btn-primary.active,
.btn-primary:active,
.show > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #df7c0c;
  border-color: #df7c0c;
  box-shadow: 2px 2px 10px rgb(203 203 203 / 40%);
}

.btn-check:focus + .btn-primary,
.btn-primary:focus {
  color: #fff;
  background-color: #df7c0c;
  border-color: #df7c0c;
  box-shadow: 2px 2px 10px rgb(203 203 203 / 40%);
}

@media (max-width: 576px) {
  .box-cirug-steps {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 10px;
    flex-direction: column;
    gap: 10px;
  }

  .bg-banner-cirugia {
    background: #dedede;
    height: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-left: 10px;
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .form-input-aling {
    font-family: Catamaran;
    font-style: normal;
    font-weight: bold;
    font-size: 14px;
    align-items: baseline;
    color: #373737;
    margin: 20px 0px;
    gap: 10px;
    align-items: center;
  }

  .date-cirug {
    width: 100%;
    border-radius: 8px;
    border: 1px solid #f4f4f4;
    font-family: Catamaran;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 112.5%;
    padding: 0px 20px;
    height: 39px;
    color: #787878;
  }

  .hidden-row {
    display: none;
  }

  .form-input-file {
    font-family: Catamaran;
    font-style: normal;
    font-weight: bold;
    font-size: 16px;
    align-items: baseline;
    line-height: 112.5%;
    color: #373737;
    margin: 15px 0px;
    gap: 15px;
    margin-top: 13px !important;
  }

  .mobile-form-fix {
    margin: -20px 0px;
  }
}

@media (max-width: 991px) {
  .bg-banner-cirugia {
    background: #dedede;
    height: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-left: 10px;
    padding-top: 30px;
    padding-bottom: 30px;
  }
}

@media (max-width: 1400px) {
  .bg-banner-cirugia {
    background: #dedede;
    height: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-left: 10px;
    padding-top: 50px;
    padding-bottom: 30px;
  }
}
