.peca-uma-cotacao .c-cotacao {
  background-color: #ec6e0c;
  color: #ffffff;
  padding: 16px;
  width: 100%;
  margin-bottom: 150px;
  margin-top: 130px;
  font-family: "oxygen-regular";
}
.peca-uma-cotacao .toggle__btn:focus {
  outline: none;
}
.peca-uma-cotacao .c-cotacao__step {
  align-items: center;
  display: flex;
  flex-direction: column;
}
.peca-uma-cotacao .c-cotacao__step-list {
  display: flex;
  flex-direction: column;
  gap: 24px;
  padding: 0;
  margin: 0;
  list-style: none;
}
.peca-uma-cotacao .c-cotacao__step-item {
  display: flex;
  align-items: center;
  gap: 16px;
}
.peca-uma-cotacao .c-cotacao__step-circle {
  max-width: 57px;
  width: 100%;
  min-width: 57px;
  height: 57px;
  border-radius: 50px;
  background-color: #ffffff;
  color: #1a171b;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 24px;
  font-family: "oxygen-bold";
}
.peca-uma-cotacao .c-cotacao__step-text {
  color: #ffffff;
  font-size: 14px;
  text-align: left;
}
.peca-uma-cotacao .c-cotacao__main {
  color: #5b5b5f;
  background-color: #ffffff;
  box-shadow: 4px 4px 16px #00000029;
  border-radius: 16px;
  padding: 16px;
  margin-top: 40px;
  margin-bottom: 24px;
  max-width: 530px;
  width: 100%;
}
.peca-uma-cotacao .c-cotacao__main-header {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.peca-uma-cotacao .c-cotacao__main-header > button {
  color: #ec6e0c;
  font-size: 16px;
  width: 75px;
  background-color: transparent;
  border: 0;
}
.peca-uma-cotacao .c-cotacao__main-header > button > i {
  width: 9px;
  height: 15px;
  color: #ec6e0c;
  margin-right: 8px;
}
.peca-uma-cotacao .c-cotacao__main-header > button > span {
  text-decoration: underline;
  font-family: "oxygen-bold";
}
.peca-uma-cotacao .c-cotacao__main-header > h3 {
  color: #1a171b;
  font-size: 18px;
  margin-bottom: 24px;
}
.peca-uma-cotacao .c-cotacao__main-quiz {
  color: #5b5b5f;
}
.peca-uma-cotacao .c-cotacao__main-quiz > p {
  font-size: 16px;
  margin-bottom: 24px;
}
.peca-uma-cotacao .c-cotacao__main-btns {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.peca-uma-cotacao .c-cotacao__main-btns > button {
  color: #ffffff;
  text-align: center;
  font-family: "oxygen-bold";
  width: 100%;
  padding: 12px 0;
  background-color: #ec6e0c;
  border-radius: 8px;
  border: 0;
}
.peca-uma-cotacao .c-cotacao__footer > a {
  color: #5b5b5f;
  text-decoration: underline;
  font-family: "oxygen-bold";
  font-size: 16px;
  margin-bottom: 8px;
  margin-top: 28px;
  display: block;
}
.peca-uma-cotacao .c-cotacao__footer > a:hover {
  text-decoration: none;
}
.peca-uma-cotacao .c-cotacao__footer > p {
  font-size: 14px;
}
.peca-uma-cotacao .c-cotacao__checks {
  display: flex;
  gap: 32px;
}
.peca-uma-cotacao .c-cotacao__inputs .form-control:focus {
  border-color: #ec6e0c;
  box-shadow: none;
}
.peca-uma-cotacao .c-cotacao__radio + .c-cotacao__radio-label:before {
  content: "";
  background: #fff;
  border: 1px solid #5b5b5f66;
  display: inline-block;
  vertical-align: middle;
  width: 20px;
  height: 20px;
  padding: 2px;
  margin-bottom: 5px;
  text-align: center;
}
.peca-uma-cotacao .c-cotacao__radio {
  opacity: 0;
  position: absolute;
}
.peca-uma-cotacao .c-cotacao__radio,
.peca-uma-cotacao .c-cotacao__radio-label {
  display: inline-block;
  vertical-align: middle;
  cursor: pointer;
}
.peca-uma-cotacao .c-cotacao__radio-label {
  position: relative;
}
.peca-uma-cotacao .c-cotacao__radio + .c-cotacao__radio-label:before {
  border-radius: 50%;
  margin-right: 0px;
}
.peca-uma-cotacao .c-cotacao__radio:checked + .c-cotacao__radio-label:before {
  background: #ec6e0c;
  box-shadow: inset 0px 0px 0px 4px #fff;
}
.peca-uma-cotacao .c-cotacao__input > input {
  border-radius: 8px;
  border: 1px solid #5b5b5f66;
  height: 44px;
  color: #5b5b5f;
}
.peca-uma-cotacao .c-cotacao__select > select {
  border-radius: 8px;
  border: 1px solid #5b5b5f66;
  height: 44px;
  background: url("data:image/svg+xml,%3Csvg width='16' height='9' viewBox='0 0 29 17' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1L13.5 15L27.5 1' stroke='%23EC6E0C' stroke-width='2'/%3E%3C/svg%3E") no-repeat right;
  background-position-x: right;
  appearance: none;
  -webkit-appearance: none;
  background-position-x: calc(100% - 10px);
}
.peca-uma-cotacao .c-cotacao__select > select:disabled {
  background: url("data:image/svg+xml,%3Csvg width='16' height='9' viewBox='0 0 29 17' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1L13.5 15L27.5 1' stroke='%235B5B5F' stroke-width='2'/%3E%3C/svg%3E") no-repeat right #5b5b5f1a;
  background-position-x: right;
  appearance: none;
  -webkit-appearance: none;
  background-position-x: calc(100% - 10px);
}
.peca-uma-cotacao .c-cotacao__btn {
  color: #ffffff;
  text-align: center;
  border-radius: 8px;
  width: 100%;
  height: 44px;
  font-family: "oxygen-bold";
  font-size: 16px;
  background-color: #ec6e0c;
  border: 0;
}
.peca-uma-cotacao .c-cotacao__btn:disabled {
  background-color: #5b5b5f;
}
.peca-uma-cotacao .c-cotacao__toggle {
  display: flex;
  justify-content: center;
  gap: 24px;
  margin: 0 0 32px 0;
}
.peca-uma-cotacao .toggle__btn {
  border: 0;
  background-color: #ffffff;
  color: black;
  padding: 5px 2px;
  font-family: "oxygen-bold";
  border-bottom: 4px solid transparent;
  padding-bottom: 10px;
}
.peca-uma-cotacao .tabInter2,
.peca-uma-cotacao .tabInter4 {
  display: none;
}
.peca-uma-cotacao .tabInter3 {
  display: block;
}
.peca-uma-cotacao .campoGuiaStyle {
  font-weight: bolder;
  padding-bottom: 10px;
  border-bottom: 4px solid #ec6e0c;
  opacity: 1 !important;
}
.peca-uma-cotacao .c-cotacao__checkbox:checked {
  background-color: #ec6e0c;
}
.peca-uma-cotacao .c-cotacao__checkbox {
  appearance: none;
  overflow: hidden;
  cursor: pointer !important;
  display: inline-block;
  height: 18px;
  width: 18px !important;
  vertical-align: middle;
  border: 0;
  border-radius: 4px;
  background-color: white;
  position: relative;
  box-shadow: 0 0 0 1px #5b5b5f66;
}
.peca-uma-cotacao .c-cotacao__checkbox::after {
  content: "";
  position: absolute;
  border-bottom: 2px solid transparent;
  border-left: 2px solid transparent;
  border-top: transparent;
  border-right: transparent;
  top: 30%;
  left: 0px;
  right: 0px;
  width: 50%;
  height: 25%;
  margin: auto;
  transform: rotate(-50deg);
}
.peca-uma-cotacao .c-cotacao__checkbox:checked::after {
  border-color: white;
}
.peca-uma-cotacao .form-check {
  display: flex;
  gap: 5px;
}
.peca-uma-cotacao .c-cotacao .mzhrttltp {
  transform: rotate(180deg);
  z-index: 2;
  position: relative;
}
.peca-uma-cotacao .c-cotacao .mzhrttltp .hrttltptxt {
  visibility: hidden;
  width: 250px;
  border: 1px solid grey;
  /* box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px; */
  box-shadow: 4px 4px 16px #00000029;
  background-color: white;
  font-size: 13px;
  color: black;
  text-align: left;
  border: 1px solid #f5f5f5;
  border-radius: 8px;
  padding: 10px;
  position: absolute;
  z-index: 1;
  bottom: 40px;
  margin-left: -212px;
}
.peca-uma-cotacao .c-cotacao .hrttltptxt p {
  /* transform: rotate(180deg); */
  font-family: "oxygen-regular";
  margin-top: 15px;
}
.peca-uma-cotacao .c-cotacao .mzhrttltp .hrttltptxt::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 89%;
  transform: rotate(180deg);
  margin-left: -8px;
  border-width: 8px;
  border-style: solid;
  border-color: transparent transparent #ffffff transparent;
}
.peca-uma-cotacao .c-cotacao .mzhrttltp:hover .hrttltptxt {
  visibility: visible;
}
.peca-uma-cotacao .c-cotacao .mzhrttltp {
  position: absolute;
  top: 50%;
  right: 16px;
  transform: translateY(-50%);
}
.peca-uma-cotacao .form-group.c-cotacao__input.wth-tooltip {
  position: relative;
}
.peca-uma-cotacao .tooltip__text {
  margin: 0 !important;
  padding: 0;
  text-align: left;
  font-size: 14px;
}
.peca-uma-cotacao .tooltip__text .tooltip__header {
  font-family: "oxygen-bold";
}
.peca-uma-cotacao .c-cotacao__step-heading {
  margin-bottom: 52px;
  font-size: 36px;
}
.peca-uma-cotacao .c-cotacao__step-heading > span {
  font-family: "oxygen-bold";
  display: block;
}
.peca-uma-cotacao .c-cotacao__btn-link {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #ec6e0c;
  border-radius: 8px;
  width: 100%;
  height: 44px;
  color: #ffffff;
  font-size: 16px;
  font-family: "oxygen-bold";
}
.peca-uma-cotacao .c-cotacao__btn-link:hover {
  text-decoration: none;
  color: #ffffff;
}
.peca-uma-cotacao #form-pf {
  display: none;
}
.peca-uma-cotacao #form-pf.tipo-padrao, .peca-uma-cotacao #form-pf.tipo-pf {
  display: block;
}
.peca-uma-cotacao #form-pj {
  display: none;
}
.peca-uma-cotacao #form-pj.tipo-pj {
  display: block !important;
}
.peca-uma-cotacao .cotacao-loading {
  display: none;
  background-image: url(/o/gndi-institucional-theme/images/load.gif);
  height: 82px;
  width: 80px;
  background-repeat: no-repeat;
  background-position: center center;
  margin: auto;
  position: absolute;
  width: calc(100% - 80px);
  height: calc(100% - 80px);
  z-index: 100;
  background-color: rgba(0, 0, 0, 0.3);
}
.peca-uma-cotacao .cotacao-status {
  display: none;
}
.peca-uma-cotacao .cotacao-status .enviado {
  background: #02910F1A 0% 0% no-repeat padding-box;
  border-radius: 8px;
  color: #1A171B;
  font-weight: bold;
  padding: 16px;
  margin-bottom: 20px;
}
.peca-uma-cotacao .form-check-input.is-valid ~ .form-check-label {
  color: #5b5b5f;
}
.peca-uma-cotacao .form-control.is-valid {
  background-image: none;
}
@media (min-width: 1200px) {
  .peca-uma-cotacao .c-cotacao__main {
    padding: 40px;
  }
}
@media (min-width: 992px) {
  .peca-uma-cotacao .c-cotacao {
    height: 624px;
  }
  .peca-uma-cotacao .c-cotacao__step {
    align-items: baseline;
    flex-direction: row;
    gap: 130px;
  }
  .peca-uma-cotacao .c-cotacao__step-list {
    max-width: 309px;
  }
  .peca-uma-cotacao .c-cotacao__main {
    position: relative;
    top: 28px;
    min-width: 530px;
  }
  .peca-uma-cotacao .c-cotacao__main-btns {
    flex-direction: row;
  }
  .peca-uma-cotacao .c-cotacao__main-btns > button {
    max-width: 180px;
  }
  .peca-uma-cotacao .c-inputs__container {
    display: flex;
    justify-content: space-between;
  }
  .peca-uma-cotacao .c-cotacao .mzhrttltp .hrttltptxt {
    margin-left: -178px;
  }
  .peca-uma-cotacao .c-cotacao .mzhrttltp .hrttltptxt::after {
    left: 75%;
  }
}