.mt-0 {
  margin-top: 0;
}

.mb-0 {
  margin-bottom: 0;
}

.mt-1 {
  margin-top: 0.125rem;
}

.mb-1 {
  margin-bottom: 0.125rem;
}

.mt-2 {
  margin-top: 0.25rem;
}

.mb-2 {
  margin-bottom: 0.25rem;
}

.mt-3 {
  margin-top: 0.5rem;
}

.mb-3 {
  margin-bottom: 0.5rem;
}

.mt-4 {
  margin-top: 0.75rem;
}

.mb-4 {
  margin-bottom: 0.75rem;
}

.mt-5 {
  margin-top: 1.5rem;
}

.mb-5 {
  margin-bottom: 1.5rem;
}

.mt-6 {
  margin-top: 2.5rem;
}

.mb-6 {
  margin-bottom: 2.5rem;
}

@media (min-width: 992px) {
  .mt-lg-0 {
    margin-top: 0;
  }
  .mb-lg-0 {
    margin-bottom: 0;
  }
  .mt-lg-1 {
    margin-top: 0.25rem;
  }
  .mb-lg-1 {
    margin-bottom: 0.25rem;
  }
  .mt-lg-2 {
    margin-top: 0.5rem;
  }
  .mb-lg-2 {
    margin-bottom: 0.5rem;
  }
  .mt-lg-3 {
    margin-top: 0.75rem;
  }
  .mb-lg-3 {
    margin-bottom: 0.75rem;
  }
  .mt-lg-4 {
    margin-top: 1rem;
  }
  .mb-lg-4 {
    margin-bottom: 1rem;
  }
  .mt-lg-5 {
    margin-top: 3rem;
  }
  .mb-lg-5 {
    margin-bottom: 3rem;
  }
  .mt-lg-6 {
    margin-top: 3.75rem;
  }
  .mb-lg-6 {
    margin-bottom: 3.75rem;
  }
}
.btn {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: transparent;
  background-repeat: no-repeat;
  border: 1px solid transparent;
  cursor: pointer;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  font-size: 1rem;
  font-weight: 800;
  gap: 6px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  line-height: 24px;
  padding: 9px 23px;
  position: relative;
  text-align: center;
  -webkit-transition: background 0.15s ease, border-color 0.15s ease, color 0.15s ease;
  transition: background 0.15s ease, border-color 0.15s ease, color 0.15s ease;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  vertical-align: middle;
  white-space: nowrap;
  z-index: 0;
}
a.btn:hover {
  text-decoration: none;
}

.btn .icon {
  fill: currentColor;
  vertical-align: bottom;
}
.btn.disabled, .btn:disabled {
  pointer-events: none;
}
.btn-arrow::after {
  border: 8px solid transparent;
  border-left-width: 12px;
  border-left-color: currentColor;
  border-right: none;
  content: "";
  display: block;
  margin-left: 8px;
}
.btn-arrow:hover::after {
  border-left-color: currentColor;
}
.btn-primary {
  background-color: #fdc300;
  border-color: #fdc300;
  color: #303b40;
  text-transform: uppercase;
}
.btn-primary:hover {
  background-color: #c39e0e;
  border-color: #c39e0e;
}
.btn-primary:active {
  background-color: #fdc300;
  border-color: #fdc300;
}
.btn-secondary {
  background-color: transparent;
  border-color: #303b40;
  color: #303b40;
}
.btn-secondary:hover {
  background-color: #303b40;
  color: #fff;
}
.btn-secondary:active {
  background-color: #6c757d;
  border-color: #6c757d;
  color: #fff;
}
.btn-info {
  color: #303b40;
  text-transform: uppercase;
}
.btn-info:hover {
  color: #1a2124;
}
.btn-info:active {
  color: #303b40;
}
.btn-transparent {
  background-color: rgba(255, 255, 255, 0.2);
  backdrop-filter: blur(10px);
  border-color: #fdc300;
  color: #fdc300;
}
.btn-transparent:hover {
  background: rgba(26, 33, 36, 0.3);
}
.btn-transparent:active {
  background-color: rgba(255, 255, 255, 0.2);
}
.btn-dark {
  background-color: #303b40;
  color: #fdc300;
}
.btn-dark:hover {
  background-color: #1a2124;
}
.btn-dark:active {
  background-color: #303b40;
}
.btn-outline-primary {
  border-color: #fdc300;
  color: #fdc300;
}
.btn-outline-primary:hover {
  background-color: #1a2124;
}
.btn-outline-primary:active {
  background-color: #303b40;
}
.btn-outline-dark {
  border-color: #303b40;
  color: #303b40;
}
.btn-back {
  color: #fdc300;
  font-weight: normal;
  font-size: 12px;
  padding: 5px 0;
}
@media (max-width: 991px) {
  .btn-back {
    width: auto;
  }
}
.btn-back::before {
  border: 5px solid transparent;
  border-right-width: 8px;
  border-right-color: currentColor;
  border-left: none;
  content: "";
  display: block;
  margin-right: 2px;
}

.link {
  text-decoration: underline;
}
.link::after {
  display: none;
}
.link.bold {
  font-weight: 700;
}
.link-primary {
  color: #fdc300;
}
.link-dark {
  color: #303b40;
}

.dropdown {
  border: 1px solid #373e42;
  font-size: 1rem;
  font-weight: 700;
  line-height: 20px;
  width: 100%;
}
.dropdown.show {
  background-color: rgba(255, 255, 255, 0.6);
  color: #424242;
}
.dropdown.show .dropdown-btn::after {
  -webkit-transform: translateY(-50%) rotate(180deg);
          transform: translateY(-50%) rotate(180deg);
}
.dropdown.show .dropdown-collapse {
  grid-template-rows: 1fr;
}
.dropdown-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 16px;
  width: 100%;
}
.dropdown-btn {
  cursor: pointer;
  padding: 21px 20px;
  position: relative;
  -webkit-transition: background 0.15s ease;
  transition: background 0.15s ease;
}
.dropdown-btn::after {
  content: "";
  background: url(../images/sprite.svg#dropdown-arrow) no-repeat right center;
  background-size: cover;
  height: 24px;
  position: absolute;
  right: 20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 24px;
}
.dropdown-search {
  display: none;
}
.dropdown-collapse {
  -webkit-box-shadow: inset 0 1px 0 0 #373e42;
          box-shadow: inset 0 1px 0 0 #373e42;
  font-weight: normal;
  display: grid;
  grid-template-rows: 0fr;
  -webkit-transition: grid-template-rows 0.3s ease;
  transition: grid-template-rows 0.3s ease;
  transition: grid-template-rows 0.3s ease, -ms-grid-rows 0.3s ease;
}
.dropdown-menu {
  overflow: hidden;
}
.dropdown-item {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 3px;
  padding: 22px 20px;
  text-decoration: none;
  -webkit-transition: background 0.15s ease;
  transition: background 0.15s ease;
}
.dropdown-item .icon {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}
.dropdown-item:hover {
  background-color: #fff;
}
.dropdown .wpcf7-form-control-wrap {
  display: block;
}
.dropdown .wpcf7-list-item {
  display: block;
  margin-left: 0;
}
.dropdown .wpcf7-list-item > label {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 22px 20px;
}
.dropdown .wpcf7-list-item input {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: #fff;
  border: 1px solid #373e42;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 20px;
          flex: 0 0 20px;
  height: 20px;
  margin-right: 16px;
  width: 20px;
}
.dropdown .wpcf7-list-item input:checked {
  background-color: #373e42;
  -webkit-box-shadow: inset 0 0 0 4px #fff;
          box-shadow: inset 0 0 0 4px #fff;
}
.dropdown-secondary {
  background-color: #373E42;
  border: none;
  color: #F8F9FA;
}
.dropdown-secondary .dropdown-btn::after {
  background-image: url(../images/sprite.svg#dropdown-arrow-light);
}
.dropdown-secondary .dropdown-menu {
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
}
.dropdown-secondary .dropdown-item {
  color: #303B40;
  padding-bottom: 12px;
  padding-top: 12px;
}
.dropdown-secondary.show {
  background-color: #373E42;
  color: #FDC300;
}
.dropdown-secondary.show .dropdown-btn::after {
  background-image: url(../images/sprite.svg#dropdown-arrow-yellow);
}
.dropdown-secondary.show .dropdown-menu {
  background-color: #DEE2E6;
  padding-bottom: 12px;
  padding-top: 12px;
}
.dropdown-sm .dropdown-btn {
  padding-bottom: 14px;
  padding-top: 14px;
}

.register-content {
  --fancybox-content-color: #fff;
  --fancybox-content-bg: #303b40;
  background: #303b40;
  color: #fff;
  line-height: 1.4;
  position: relative;
  width: 100%;
}
@media (min-width: 992px) {
  .register-content.has-thumbnail {
    padding-left: 432px;
  }
}
.register-content > .wp-post-image {
  display: none;
}
@media (min-width: 992px) {
  .register-content > .wp-post-image {
    display: block;
    height: 100%;
    left: 0;
    -o-object-fit: cover;
       object-fit: cover;
    position: absolute;
    top: 0;
    width: 432px;
  }
}
.register-content .main-header__brand {
  width: 66px;
  margin-bottom: 0;
}
@media (min-width: 1200px) {
  .register-content .main-header__brand {
    width: 92px;
  }
}
.register-content .cls-1 {
  fill: #fff;
}
.register-content .link-back {
  font-weight: normal;
  text-decoration: none;
}
.register-content .link-back::after {
  display: none;
}
@media (min-width: 992px) {
  .register-content .container {
    padding-left: 112px;
    padding-right: 112px;
  }
}
.register-header {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 1px solid #fdc300;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 98px;
}
@media (min-width: 992px) {
  .register-header {
    height: 140px;
  }
}
.register-body {
  font-size: 1rem;
  padding: 20px 0 70px;
}
.register-body a {
  color: #fdc300;
}
.register-body *:last-child {
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .register-body {
    padding: 30px 0 50px;
  }
}
.register-steps {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1.25rem;
  counter-reset: steps;
  list-style: none;
}
.register-steps li {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #373e42;
  border: 1px solid #fdc300;
  counter-increment: steps;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 1rem;
  font-weight: 800;
  height: 42px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  width: 42px;
  z-index: 0;
}
.register-steps li::before {
  content: counter(steps);
}
.register-steps li::after {
  background: #d9d9d9;
  content: "";
  height: 3px;
  right: -21px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 20px;
  z-index: -1;
}
.register-steps li:last-child::after {
  display: none;
}
.register-steps.done li, .register-steps:has(.active) li:not(.active):not(.active ~ li) {
  background: #fdc300 url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 17 12'%3E%3Cpath fill='%23373E42' d='m0 5.455 2.267-2.182L6.8 7.636 14.733 0 17 2.182 6.8 12 0 5.455Z'/%3E%3C/svg%3E") no-repeat center;
  background-size: 17px 12px;
  color: #373e42;
  font-size: 0;
}
.register-steps.done li::after, .register-steps:has(.active) li:not(.active):not(.active ~ li)::after {
  background: #fdc300;
}
.register-steps .active {
  background: #fdc300;
  color: #373e42;
}
.register-steps .active::after {
  background: #fdc300;
}
.register-steps-bar {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 30px;
}
.register-footer {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1.25rem;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  font-size: 14px;
}
@media (min-width: 992px) {
  .register-footer {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}
.register-form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (min-width: 992px) {
  .register-form {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
.register-form.invalid .form-control:invalid {
  border-color: #ffa7aa;
}
.register-form.invalid .form-control:invalid::-webkit-input-placeholder {
  color: #ffa7aa;
}
.register-form.invalid .form-control:invalid::-moz-placeholder {
  color: #ffa7aa;
}
.register-form.invalid .form-control:invalid:-ms-input-placeholder {
  color: #ffa7aa;
}
.register-form.invalid .form-control:invalid::-ms-input-placeholder {
  color: #ffa7aa;
}
.register-form.invalid .form-control:invalid::placeholder {
  color: #ffa7aa;
}
.register-form p {
  margin-bottom: 0;
  width: 100%;
}
.register-form .form-body {
  max-width: 658px;
}
@media (min-width: 992px) {
  .register-form .form-body {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 auto;
            flex: 1 0 auto;
  }
}
.register-form .form-controls {
  display: grid;
  gap: 20px;
  grid-template-columns: 1fr;
}
@media (min-width: 992px) {
  .register-form .form-controls {
    grid-template-columns: 1fr 1fr;
  }
}
.register-form .form-controls + .form-controls {
  margin-top: 20px;
}
.register-form .form-group {
  margin-bottom: 0;
}
.register-form .form-group-tab {
  margin-bottom: 30px;
}
.register-form .form-group-tab,
.register-form .form-group-tab p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
}
.register-form .form-group-tab br,
.register-form .form-group-tab p br {
  display: none;
}
@media (max-width: 991px) {
  .register-form .form-group-tab > *,
  .register-form .form-group-tab p > * {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    width: 1%;
  }
}
.register-form .form-control {
  background: #303b40;
  border: 1px solid #fff;
  color: #fff;
  height: 44px;
  outline: none;
  padding: 10px 24px;
  width: 100%;
}
.register-form .form-control::-webkit-input-placeholder {
  color: #b4b4b4;
}
.register-form .form-control::-moz-placeholder {
  color: #b4b4b4;
}
.register-form .form-control:-ms-input-placeholder {
  color: #b4b4b4;
}
.register-form .form-control::-ms-input-placeholder {
  color: #b4b4b4;
}
.register-form .form-control::placeholder {
  color: #b4b4b4;
}
.register-form .form-check {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: 1px solid #fdc300;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 44px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-width: 134px;
  padding: 0 20px;
}
.register-form .form-check input {
  display: none;
}
.register-form .form-check .wpcf7-list-item {
  display: block;
  margin-left: 0;
  text-align: center;
}
.register-form .form-check:has(input:checked) {
  background: #fdc300;
  color: #373e42;
  font-weight: 700;
}
@media (min-width: 992px) {
  .register-form .form-footer {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
  }
}
.register-form .dropdown {
  background-color: #373e42;
  border-color: #fff;
  color: #fff;
}
.register-form .dropdown-btn::after {
  background-image: url(../images/sprite.svg#faq-arrow-light);
}
.register-form .dropdown-collapse {
  -webkit-box-shadow: inset 0 1px 0 0 #fff;
          box-shadow: inset 0 1px 0 0 #fff;
}
.register-form .dropdown-search {
  background-color: transparent;
  border-color: transparent;
}
.register-form .dropdown-menu {
  max-height: 192px;
  overflow-y: auto;
}
.register-form .dropdown.show .dropdown-btn {
  background-color: transparent;
  display: none;
}
.register-form .dropdown.show .dropdown-search {
  display: block;
  font-weight: normal;
  height: 62px;
  padding: 19px;
}

.page-template-page-fornecedor-cadastro .header,
.page-template-page-fornecedor-cadastro .footer {
  display: none;
}
.page-template-page-fornecedor-cadastro .main-content {
  background-color: #fdc300;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-height: 100vh;
  padding: 0;
}