/*============================================================================================*/
/* Your custom styles below */
/*============================================================================================*/
.btcd-f-input {
  display: inline-block;
  width: 100%;
  position: relative;
  overflow: hidden;
  max-width: 450px;
}

.btcd-f-input > div > input::-webkit-file-upload-button {
  cursor: pointer;
}

.btcd-f-wrp {
  cursor: pointer;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.btcd-f-wrp > small {
  color: gray;
}

.btcd-f-wrp > button {
  cursor: pointer;
  background: #f3f3f3;
  padding: 5px;
  display: flex;
  border-radius: 9px;
  border: none;
  margin-right: 8px;
  align-items: center;
  height: 35px;
}
.f-max {
  width: 100%;
  padding: 15px;
}
.btcd-f-wrp > button > img {
  width: 24px;
}

.btcd-f-wrp > button > span,
.btcd-f-wrp > span,
.btcd-f-wrp > small {
  vertical-align: super;
}

.btcd-f-input > .btcd-f-wrp > input {
  z-index: 100;
  width: 100%;
  position: absolute;
  opacity: 0;
  left: 0;
  height: 56px;
  cursor: pointer;
  top: 0px;
}

.btcd-f-wrp:hover {
  background: #fafafa;
  border-radius: 10px;
}
.btcd-files {
  margin-top: 35px;
}
.btcd-files > div {
  display: flex;
  align-items: center;
  background: #f8f8f8;
  border-radius: 10px;
  width: 100%;
  margin-top: 10px;
}

.btcd-files > div > div {
  display: inline-block;
  width: 73%;
}

.btcd-files > div > div > small {
  color: gray;
}

.btcd-files > div > img {
  width: 40px;
  height: 40px;
  margin-right: 10px;
  border-radius: 10px;
}

.btcd-files > div > div > span {
  display: inline-block;
  width: 100%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}

.btcd-files > div > button {
  background: #e8e8e8;
  border: none;
  border-radius: 50px;
  width: 25px;
  height: 25px;
  font-size: 20px;
  margin-right: 6px;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.btcd-files > div > button:hover {
  background: #bbbbbb;
}
.d-none-no {
  display: none !important;
  animation: slideInUp;
  animation-duration: 0.3s;
  animation-timing-function: ease;
  max-width: 100%;
}
.opacity-true {
  opacity: 0;
  position: absolute;
  z-index: 0;
  height: 1px;
}
.question_title {
  text-align: center;
  margin: 0px auto 30px;
}
.question_title h3 {
  font-size: 28px;
  color: #333;
}
.question_title h4 {
  font-size: 16px;
  text-align: center;
}

.infos {
  max-width: 457px;
  margin: 0px auto;
}
.infos p {
  margin-bottom: 10px;
}
.mini-lable {
  display: block;
  max-width: 457px;
  margin: 0px auto 10px;
  font-size: 11px;
  font-weight: 900;
}
.all-files {
  font-weight: bold;
  color: rgb(174, 30, 30);
}
.question_title p {
  font-size: 16px;
  color: #666;
  margin-bottom: 0;
  line-height: 30px;
}
.question_title p.term {
  text-align: justify;
  margin-bottom: 25px;
}
.emoji {
  display: inline;
  font-size: 22px;
}
.selectForms {
  display: block;
  width: 100%;
  padding: 0.375rem 2.25rem 0.375rem 0.75rem;
  -moz-padding-start: calc(0.75rem - 3px);
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  background-color: #fff;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right 0.75rem center;
  background-size: 16px 12px;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.download-title {
  color: #6e2d2e;
  font-size: 14px;
  font-weight: bolder;
  margin-bottom: 0px;
}
.align-info {
  justify-content: space-between;
  align-items: center;
  display: flex;
}
.carreiras {
  display: none;
}
.showthis {
  display: none;
}
.field-form {
  max-width: 457px;
  margin: 0px auto;
}
.radios {
  max-width: 457px;
  margin: 0px auto 10px;
}
.tooltip-fx {
  position: relative;
}

.tooltip-fx .tooltiptext {
  visibility: hidden;
  min-width: 120px;
  background-color: #555;
  color: #fff;
  text-align: center;
  border-radius: 6px;
  padding: 8px;
  position: absolute;
  z-index: 1;
  bottom: 125%;
  left: 50%;
  margin-left: -60px;
  opacity: 0;
  transition: opacity 0.3s;
}

.tooltip-fx .tooltiptext::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: #555 transparent transparent transparent;
}

.tooltip-fx:hover .tooltiptext {
  visibility: visible;
  opacity: 1;
}
.heading {
  font-size: 20px;
}
.hidden {
  display: none;
}

.visually-hidden {
  position: absolute !important;
  overflow: hidden !important;
  width: 0.0625rem !important;
  height: 0.0625rem !important;
  padding: 0 !important;
  border: 0 !important;
  margin: -0.0625rem !important;
  clip: rect(0 0 0 0) !important;
}

.anchor {
  border-radius: 0.125rem;
  color: #000;
}

.button {
  display: block;
  padding: 0.375rem 0.75rem;
  border: none;
  border-radius: 0.125rem;
  background-color: #6e2d2e;
  color: #fff;
  font-family: inherit;
  font-size: inherit;
  text-decoration: none;
  cursor: pointer;
}

.upload-file {
  max-width: 736px;
}

@media (max-width: 767px) {
  .question_title h3 {
    font-size: 32px;
    font-size: 1.4rem;
  }
  .question_title p {
    font-size: 14px;
  }
  .download-title {
    font-size: 11px;
  }
  #social ul li {
    margin: 0px;
  }
}

.cky-consent-container {
  position: fixed !important;
  width: 100% !important;
  height: 100% !important;
  box-sizing: border-box;
  z-index: 99999999;
  background: rgba(0, 0, 0, 0.25) !important;
}
body .cky-box-bottom-left {
  left: 0px;
}
.cky-consent-container .cky-consent-bar {
  background: #ffffff;
  border: 1px solid;
  width: 100% !important;
  padding: 16.5px 24px;
  bottom: 0px;
  position: fixed;
  box-shadow: 0 -1px 10px 0 #acabab4d;
}

/* Estilos para validação de CNPJ */
.validation-message {
  display: block;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 0.875em;
  font-weight: 400;
  line-height: 1.5;
}

.valid-feedback {
  color: #198754;
}

.invalid-feedback {
  color: #dc3545;
}

.is-valid {
  border-color: #198754 !important;
  box-shadow: 0 0 0 0.25rem rgba(25, 135, 84, 0.25) !important;
}

.is-invalid {
  border-color: #dc3545 !important;
  box-shadow: 0 0 0 0.25rem rgba(220, 53, 69, 0.25) !important;
}

/* Animação para mensagens de validação */
.validation-message {
  animation: fadeIn 0.3s ease-in-out;
}

@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(-10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* Estilo específico para o campo CNPJ */
#cnpj.is-valid {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23198754' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(0.375em + 0.1875rem) center;
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}

#cnpj.is-invalid {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23dc3545'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath d='m5.8 4.6 2.4 2.4m0-2.4L5.8 7'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(0.375em + 0.1875rem) center;
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
