﻿body {
  font-family: "Poppins", "Helvetica Neue", Arial, sans-serif;
  color: #263238;
  font-weight: 400;
  letter-spacing: 0;
}

:root {
  --sind-primary: #c4161c;
  --sind-primary-hover: #8f1015;
}

.sindicalizacao-bg {
  min-height: 100vh;
  background-image: url('/public/assets/img/bg-10.png');
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

.sindicalizacao-bg.origem-itau {
  background-image: url('/public/assets/img/bg-itau.png');
}

.sindicalizacao-bg.origem-bb {
  background-image: url('/public/assets/img/bg-bb.png');
}

.image-container:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #000000;
  opacity: .3;
}

.image-container.origem-itau:before {
  background:
    linear-gradient(135deg, rgba(239, 108, 0, 0.88), rgba(255, 152, 0, 0.74)),
    #f58220;
  opacity: .50;
}

.image-container.origem-bb:before {
  background:
    linear-gradient(135deg, rgba(255, 213, 0, 0.9), rgba(255, 235, 59, 0.72)),
    #f6c600;
  opacity: .50;
}

.image-container > .container,
.image-container > .footer,
.image-container > .cookie-consent {
  position: relative;
  z-index: 1;
}

.wizard-card {
  min-height: 500px;
  font-family: "Poppins", "Helvetica Neue", Arial, sans-serif;
  color: #5f6b7a;
  font-weight: 400;
  box-shadow: none;
}

.wizard-card .wizard-header {
  padding: 24px 34px 18px;
}

.sindicalizacao-header {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 22px;
  text-align: left;
}

.sindicalizacao-logo {
  width: 190px;
  max-height: 72px;
  max-width: 42%;
  height: auto;
  flex: 0 0 auto;
  object-fit: contain;
  object-position: left center;
}

.sindicalizacao-header.is-sindicato {
  gap: 12px;
}

.sindicalizacao-header.is-sindicato .sindicalizacao-logo {
  width: 92px;
  max-width: 110px;
  max-height: 78px;
}

.sindicalizacao-header-text {
  min-width: 0;
  text-align: left;
  flex: 1 1 auto;
}

.sindicalizacao-header .wizard-title {
  margin: 0;
  color: #253858;
  font-family: "Poppins", "Helvetica Neue", Arial, sans-serif;
  font-size: 26px;
  line-height: 1.2;
  font-weight: 700;
}

.sindicalizacao-header.is-sindicato .wizard-title {
  font-size: 17px;
  line-height: 1.18;
  font-weight: 700;
  max-width: 560px;
}

.sindicalizacao-header h5 {
  margin: 6px 0 0;
  color: #647084;
  font-size: 15px;
  line-height: 1.35;
  font-weight: 400;
  text-align: left;
}

.sindicalizacao-header.is-sindicato h5 {
  margin-top: 5px;
  font-size: 14px;
}

.wizard-card .info-text {
  margin: 20px 0 24px;
  color: #596678;
  font-size: 19px;
  font-weight: 500;
  line-height: 1.35;
}

.sind-intro {
  color: #5f6b7a;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.55;
}

.wizard-card .wizard-navigation ul > li a,
.wizard-card .moving-tab {
  font-family: "Poppins", "Helvetica Neue", Arial, sans-serif;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0;
}

.wizard-card .form-group label.control-label,
.wizard-card .form-group.label-floating label.control-label,
.wizard-card .form-group.select-floating label.control-label {
  color: #8a94a3;
  font-family: "Poppins", "Helvetica Neue", Arial, sans-serif;
  font-weight: 500;
}

.wizard-card .form-control,
.wizard-card input.form-control,
.wizard-card textarea.form-control {
  color: #4f5d70;
  font-family: "Poppins", "Helvetica Neue", Arial, sans-serif;
  font-size: 15px;
  font-weight: 500;
}

.wizard-card .input-group-addon {
  color: #667085;
}

.wizard-card .input-group-addon .material-icons,
.confirmacao-icon .material-icons,
.confirmacao-next .material-icons {
  color: inherit;
}

.profissionais-grid .input-group {
  margin-bottom: 24px;
}

.profissionais-grid .form-group {
  margin-top: 18px;
}

.profissionais-grid .form-group.label-floating:not(.select-floating).is-empty label.control-label {
  top: -7px;
  font-size: 14px;
  line-height: 1.42857;
}

.profissionais-grid .form-group.label-floating:not(.select-floating):not(.is-empty) label.control-label,
.profissionais-grid .form-group.label-floating:not(.select-floating).is-filled label.control-label,
.profissionais-grid .form-group.label-floating:not(.select-floating).is-focused label.control-label {
  top: -28px;
  left: 0;
  font-size: 11px;
  line-height: 1.07143;
}

.profissionais-grid .input-group-addon {
  vertical-align: bottom;
  padding-bottom: 11px;
}

.wizard-card .tab-content {
  min-height: 285px;
}

.wizard-card select.form-control {
  height: 38px;
}

.wizard-card select.form-control.select2-hidden-accessible {
  height: 1px;
}

.wizard-card .form-group.select-floating {
  margin-top: 18px;
}

.wizard-card .form-group.select-floating label.control-label {
  top: -18px;
  font-size: 11px;
  line-height: 1.07143;
}

.wizard-card .input-group {
  width: 100%;
}

.wizard-card .input-group-addon {
  color: #667085;
}

.wizard-card .select2-container {
  width: 100% !important;
  display: block;
}

.wizard-card .select2-container--default .select2-selection--single {
  height: 38px;
  border: 0;
  border-radius: 0;
  background-color: transparent;
  background-image: linear-gradient(#D2D2D2, #D2D2D2);
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: 100% 1px;
  box-shadow: none;
}

.wizard-card .select2-container--default.select2-container--focus .select2-selection--single,
.wizard-card .form-group.is-focused .select2-container--default .select2-selection--single,
.wizard-card .select2-container--default.select2-container--open .select2-selection--single {
  background-image: linear-gradient(var(--sind-primary), var(--sind-primary)), linear-gradient(#D2D2D2, #D2D2D2);
  background-size: 100% 2px, 100% 1px;
}

.wizard-card .select2-container--default .select2-selection--single .select2-selection__rendered {
  padding-left: 0;
  padding-right: 28px;
  color: #4f5d70;
  font-family: "Poppins", "Helvetica Neue", Arial, sans-serif;
  font-size: 15px;
  font-weight: 500;
  line-height: 38px;
}

.wizard-card .select2-container--default .select2-selection--single .select2-selection__placeholder {
  color: transparent;
}

.wizard-card .select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 38px;
  right: 0;
}

.wizard-card .select2-container--default.select2-container--disabled .select2-selection--single {
  background-color: transparent;
  cursor: not-allowed;
  opacity: 0.55;
}

.wizard-card .select-origem-bloqueada + .select2-container .select2-selection--single {
  cursor: not-allowed;
  opacity: 0.78;
}

.wizard-card .select-origem-bloqueada + .select2-container .select2-selection__arrow {
  opacity: 0.35;
}

.wizard-card .has-error .select2-container--default .select2-selection--single {
  background-image: linear-gradient(#f44336, #f44336), linear-gradient(#D2D2D2, #D2D2D2);
  background-size: 100% 2px, 100% 1px;
}

.select2-dropdown {
  border-color: #ddd;
  color: #4f5d70;
  font-family: "Poppins", "Helvetica Neue", Arial, sans-serif;
  font-size: 15px;
  font-weight: 400;
  z-index: 1060;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: var(--sind-primary);
}

.select2-container--default .select2-search--dropdown .select2-search__field {
  border-color: #ddd;
  outline: none;
}

.select2-container--default .select2-search--dropdown .select2-search__field:focus {
  border-color: var(--sind-primary);
}

.wizard-card .checkbox {
  margin: 18px 0 0;
}

.wizard-card .politica-aceite {
  padding-left: 18px;
}

.wizard-card .checkbox label {
  color: #5f6b7a;
  font-size: 15px;
  font-weight: 400;
}

.wizard-card .checkbox label a {
  color: #253858;
  font-weight: 400;
}

.wizard-card .checkbox label a:hover,
.wizard-card .checkbox label a:focus {
  color: #253858;
}

.turnstile-wrap {
  min-height: 72px;
  margin: 24px 0 0;
  padding-left: 0;
  display: flex;
  justify-content: center;
}

.turnstile-wrap .cf-turnstile {
  max-width: 100%;
}

.wizard-card .wizard-navigation {
  position: relative;
}

.wizard-card[data-color="green"] .moving-tab,
.wizard-card[data-color="green"] .choice.active .icon,
.wizard-card[data-color="green"] .btn.btn-success,
.wizard-card[data-color="green"] .btn.btn-success:focus,
.wizard-card[data-color="green"] .btn.btn-success:active {
  background-color: var(--sind-primary);
  box-shadow: none;
}

.wizard-card .btn {
  font-family: "Poppins", "Helvetica Neue", Arial, sans-serif;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0;
  box-shadow: none;
}

.wizard-card .btn,
.wizard-card .btn:hover,
.wizard-card .btn:focus,
.wizard-card .btn:active,
.wizard-card .btn.active,
.wizard-card .moving-tab {
  box-shadow: none;
}

.wizard-card .btn-default {
  color: #fff;
  font-weight: 600;
}

.wizard-card .btn-default:hover,
.wizard-card .btn-default:focus,
.wizard-card .btn-default:active {
  color: #fff;
}

.wizard-card[data-color="green"] .btn.btn-success:hover,
.wizard-card[data-color="green"] .btn.btn-success:active:hover,
.wizard-card[data-color="green"] .btn.btn-success:focus:hover {
  background-color: var(--sind-primary-hover);
  box-shadow: none;
}

.wizard-card[data-color="green"] .form-group.is-focused .form-control {
  background-image: linear-gradient(var(--sind-primary), var(--sind-primary)), linear-gradient(#D2D2D2, #D2D2D2);
}

.wizard-card[data-color="green"] .form-group.is-focused label,
.wizard-card[data-color="green"] .form-group.is-focused label.control-label {
  color: var(--sind-primary);
}

.confirmacao-card {
  max-width: 620px;
  margin: 22px auto 10px;
  padding: 34px 34px 28px;
  text-align: center;
  border: 1px solid rgba(196, 22, 28, 0.12);
  border-radius: 10px;
  background: linear-gradient(180deg, #fff 0%, #fff8f8 100%);
  box-shadow: none;
}

.confirmacao-icon {
  width: 68px;
  height: 68px;
  margin: 0 auto 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  color: #fff;
  background: #20a464;
  box-shadow: none;
}

.confirmacao-icon .material-icons {
  font-size: 38px;
}

.confirmacao-card h4 {
  margin: 0 0 12px;
  color: #253858;
  font-size: 25px;
  line-height: 1.25;
  font-weight: 700;
}

.confirmacao-card p {
  max-width: 520px;
  margin: 0 auto;
  color: #5f6b7a;
  font-size: 16px;
  line-height: 1.58;
  font-weight: 400;
}

.confirmacao-next {
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 22px auto 0;
  padding: 13px 16px;
  max-width: 520px;
  text-align: left;
  color: #1f5d42;
  background: rgba(32, 164, 100, 0.10);
  border-radius: 8px;
}

.confirmacao-next .material-icons {
  flex: 0 0 auto;
  color: #20a464;
  font-size: 24px;
}

.confirmacao-next span {
  font-size: 14px;
  font-weight: 500;
  line-height: 1.4;
}

.confirmacao-ok {
  margin-top: 24px;
  min-width: 132px;
}

.select-loading {
  opacity: 0.75;
}

.politica-bg {
  padding: 30px 0;
  min-height: 100vh;
  background-image: url('/public/assets/img/fundo_sind_ab1.png');
  background-attachment: fixed;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

.politica-container {
  padding-top: 22px;
}

.politica-card {
  min-height: 0;
  margin-bottom: 30px;
  overflow: hidden;
}

.politica-header {
  border-bottom: 1px solid #edf0f4;
}

.politica-content {
  padding: 24px 42px 32px;
  color: #4f5d70;
  font-size: 15px;
  line-height: 1.72;
}

.politica-content h1,
.politica-content h2,
.politica-content h3 {
  color: #253858;
  font-weight: 700;
  letter-spacing: 0;
}

.politica-content h1 {
  margin: 0 0 18px;
  font-size: 28px;
}

.politica-content h2 {
  margin: 30px 0 12px;
  font-size: 20px;
}

.politica-content h3 {
  margin: 22px 0 10px;
  font-size: 16px;
}

.politica-content p {
  margin: 0 0 13px;
}

.politica-content ul {
  margin: 0 0 16px;
  padding-left: 22px;
}

.politica-content li {
  margin-bottom: 6px;
}

.politica-footer {
  padding: 0 42px 34px;
  text-align: right;
}

.politica-footer .btn {
  box-shadow: none;
}

.cookie-consent {
  position: fixed;
  left: 24px;
  right: 24px;
  bottom: 118px;
  z-index: 1200;
  display: none;
  align-items: center;
  gap: 16px;
  max-width: 980px;
  margin: 0 auto;
  padding: 16px 18px;
  color: #4f5d70;
  background: rgba(255, 255, 255, 0.98);
  border: 1px solid #edf0f4;
  border-radius: 8px;
  box-shadow: none;
}

.image-container > .cookie-consent.cookie-consent {
  position: fixed;
  z-index: 3000;
}

.cookie-consent.is-visible {
  display: flex;
}

.cookie-consent__icon {
  width: 42px;
  height: 42px;
  flex: 0 0 42px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--sind-primary);
  border: 1px solid rgba(196, 22, 28, 0.18);
  border-radius: 50%;
}

.cookie-consent__icon .material-icons {
  font-size: 23px;
}

.cookie-consent__text {
  flex: 1 1 auto;
  min-width: 0;
}

.cookie-consent__text strong {
  display: block;
  margin-bottom: 2px;
  color: #253858;
  font-size: 15px;
  font-weight: 700;
}

.cookie-consent__text span {
  display: block;
  font-size: 13px;
  line-height: 1.45;
}

.cookie-consent__text a {
  display: inline-block;
  margin-top: 4px;
  color: var(--sind-primary);
  font-size: 13px;
  font-weight: 600;
}

.cookie-consent .btn {
  flex: 0 0 auto;
  min-width: 108px;
  box-shadow: none;
}

@media (max-width: 767px) {
  .sindicalizacao-bg {
    min-height: 100%;
    background-attachment: scroll;
  }

  .wizard-container {
    padding-top: 18px;
  }

  .container {
    width: 100%;
    padding-left: 12px;
    padding-right: 12px;
  }

  .row {
    margin-left: -6px;
    margin-right: -6px;
  }

  .row > [class*="col-"] {
    padding-left: 6px;
    padding-right: 6px;
  }

  .wizard-container {
    width: 100%;
    max-width: 420px;
    margin-left: auto;
    margin-right: auto;
  }

  .wizard-card {
    width: 100%;
    margin-top: 14px;
    margin-bottom: 16px;
    border-radius: 7px;
    overflow: hidden;
  }

  .wizard-card .wizard-header {
    padding: 16px 18px 15px;
  }

  .sindicalizacao-header {
    gap: 12px;
    min-height: 62px;
  }

  .sindicalizacao-header.is-sindicato {
    gap: 10px;
  }

  .sindicalizacao-logo {
    width: 104px;
    max-height: 48px;
    max-width: 34%;
  }

  .sindicalizacao-header.is-sindicato .sindicalizacao-logo {
    width: 76px;
    max-width: 30%;
    max-height: 64px;
  }

  .sindicalizacao-header .wizard-title {
    font-size: 17px;
    line-height: 1.18;
    font-weight: 600;
  }

  .sindicalizacao-header.is-sindicato .wizard-title {
    font-size: 15px;
  }

  .sindicalizacao-header h5 {
    margin-top: 3px;
    font-size: 12px;
    line-height: 1.25;
    font-weight: 400;
  }

  .wizard-card .wizard-navigation ul > li a {
    min-height: 46px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 9px 4px;
    font-size: 11px;
    line-height: 1.25;
    text-align: center;
  }

  .wizard-card .moving-tab {
    min-height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 8px 4px;
    font-size: 11px;
    line-height: 1.25;
  }

  .wizard-card .tab-content {
    padding: 18px 18px 8px;
  }

  .wizard-card .info-text {
    margin: 8px 0 16px;
    font-size: 15px;
    font-weight: 400;
  }

  .wizard-card .tab-content {
    min-height: 0;
  }

  .sind-intro {
    margin: 0 0 18px;
    font-size: 15px;
    font-weight: 400;
    line-height: 1.45;
  }

  .wizard-card .input-group {
    margin-bottom: 18px;
  }

  .wizard-card .input-group-addon {
    width: 42px;
    padding-right: 10px;
  }

  .wizard-card .input-group-addon .material-icons {
    font-size: 24px;
  }

  .wizard-card .politica-aceite {
    padding-left: 42px;
  }

  .turnstile-wrap {
    min-height: 72px;
    margin-top: 20px;
    padding-left: 0;
    overflow-x: auto;
  }

  .wizard-card .form-group,
  .wizard-card .form-group.select-floating,
  .profissionais-grid .form-group {
    margin-top: 12px;
  }

  .form-control,
  .form-group .form-control,
  .wizard-card input.form-control,
  .wizard-card textarea.form-control,
  .select2-search--dropdown .select2-search__field,
  .wizard-card .select2-container--default .select2-selection--single .select2-selection__rendered {
    font-size: 16px;
  }

  .select2-dropdown {
    max-width: calc(100vw - 28px);
  }

  .select2-container--open {
    max-width: 100%;
  }

  .profissionais-grid .input-group {
    margin-bottom: 18px;
  }

  .wizard-footer {
    padding: 0 18px 16px;
  }

  .wizard-footer .btn {
    min-width: 122px;
    padding: 9px 16px;
  }

  .confirmacao-card {
    margin-top: 12px;
    padding: 24px 16px 20px;
  }

  .confirmacao-icon {
    width: 56px;
    height: 56px;
    margin-bottom: 14px;
  }

  .confirmacao-icon .material-icons {
    font-size: 32px;
  }

  .confirmacao-card h4 {
    font-size: 18px;
  }

  .confirmacao-card p {
    font-size: 14px;
    line-height: 1.5;
  }

  .confirmacao-next {
    align-items: flex-start;
    padding: 12px;
  }

  .confirmacao-next span {
    font-size: 13px;
  }

  .politica-bg {
    padding: 10px 0;
  }

  .politica-content {
    padding: 20px 20px 24px;
    font-size: 14px;
    line-height: 1.62;
  }

  .politica-content h1 {
    font-size: 22px;
  }

  .politica-content h2 {
    font-size: 17px;
  }

  .politica-footer {
    padding: 0 20px 24px;
    text-align: center;
  }

  .cookie-consent {
    left: 10px;
    right: 10px;
    bottom: 86px;
    align-items: flex-start;
    flex-wrap: wrap;
    padding: 14px;
  }

  .cookie-consent__icon {
    width: 36px;
    height: 36px;
    flex-basis: 36px;
  }

  .cookie-consent__text {
    flex: 1 1 calc(100% - 52px);
  }

  .cookie-consent .btn {
    width: 100%;
    margin-top: 4px;
  }
}

@media (max-width: 420px) {
  .container {
    padding-left: 10px;
    padding-right: 10px;
  }

  .sindicalizacao-header .wizard-title {
    font-size: 16px;
  }

  .sindicalizacao-logo {
    width: 96px;
  }

  .wizard-card .wizard-navigation ul > li a,
  .wizard-card .moving-tab {
    font-size: 10px;
  }
}
