@charset "UTF-8";
.formularios__banner {
  background: linear-gradient(93.54deg, #1D465C 4%, #EF4F54 96%);
  padding-top: 85px;
  padding-bottom: 95px;
  text-align: center;
}
.formularios__banner__title {
  margin-top: 2em;
  margin-bottom: 2em;
}
.formularios__banner__title h1 {
  color: var(--white-color);
}
.formularios .icones-acessos {
  position: relative;
  top: -20px;
  z-index: 2;
}
.formularios .card__acessos {
  cursor: pointer;
}
.formularios .card__acessos .glass {
  z-index: 10;
  position: relative;
}
.formularios .card__acessos .glass .bolinha {
  pointer-events: none;
  width: 88px;
  height: 88px;
  z-index: 20;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.2);
  backdrop-filter: blur(25px);
  -webkit-backdrop-filter: blur(25px);
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: -88px;
  left: 50%;
  transform: translateX(-50%);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
}
@media (max-width: 767px) {
  .formularios .card__acessos .glass .bolinha {
    width: 68px;
    height: 68px;
    top: -68px;
  }
}
.formularios .card__acessos .arrow-long {
  text-align: center;
}
.formularios .card__acessos .arrow-long::before {
  content: "";
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-size: contain;
  mask-size: contain;
  background-color: #FFF;
  width: 20px;
  aspect-ratio: 1;
  display: inline-block;
  -webkit-mask-image: var(--arrow-right-long);
  mask-image: var(--arrow-right-long);
  width: 24px;
  height: 24px;
  background: red;
}
.formularios .card__acessos .card-link-overlay {
  position: absolute;
  inset: 0;
  z-index: 5;
}
.formularios .card__acessos:hover {
  transform: translateY(-5px);
  transition: 0.3s;
}
.formularios .wpcf7-form {
  /* INPUTS BASE */
  /* SELECT (seta custom) */
  /* LABELS DOS CAMPOS (SÓ OS NORMAIS) */
  /* ACCEPTANCE (checkbox) */
}
.formularios .wpcf7-form input,
.formularios .wpcf7-form textarea,
.formularios .wpcf7-form select {
  background: #F5F5F5;
  border-radius: 10px 0px 10px 10px;
  font-size: var(--text-small);
  outline: none;
}
.formularios .wpcf7-form .wpcf7-submit {
  background: var(--secondary-color);
}
.formularios .wpcf7-form .wpcf7-submit i {
  width: 32px;
  height: 8px;
}
.formularios .wpcf7-form .wpcf7-submit:hover {
  background: var(--primary-color);
}
.formularios .wpcf7-form textarea {
  min-height: 140px;
  resize: none;
}
.formularios .wpcf7-form select {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  padding-right: 40px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='6' viewBox='0 0 10 6'%3E%3Cpath d='M1 1l4 4 4-4' stroke='%231D465C' stroke-width='1.5' fill='none' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 16px center;
  background-size: 12px;
}
.formularios .wpcf7-form p > label {
  display: block;
  margin-bottom: 6px;
  font-weight: 700;
  font-size: var(--text-small) !important;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--primary-color);
  border-radius: 10px 0 10px 10px;
}
.formularios .wpcf7-form p:has(button.wpcf7-submit) {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.formularios .wpcf7-form .date__form span input {
  padding: 10px;
  width: 100%;
}
.formularios .wpcf7-form .button__form p {
  justify-content: end;
  display: flex;
}
.formularios .wpcf7-form .wpcf7-list-item .wpcf7-list-item-label {
  font-size: var(--text-small);
}
.formularios .wpcf7-form .wpcf7-list-item .wpcf7-list-item-label a {
  font-size: var(--text-small);
}
.formularios .wpcf7-form .label:has(input[type=radio])::before, .formularios .wpcf7-form label:has(input[type=checkbox])::before {
  margin-top: 5px;
}
.formularios .wpcf7-form .label:has(input[type=radio])::after, .formularios .wpcf7-form label:has(input[type=checkbox])::after {
  top: 11px;
}
.formularios .wpcf7-form .upload-box {
  width: 100%;
}
.formularios .wpcf7-form .upload-box p {
  font-size: var(--text-small);
  color: var(--primary-color);
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 0.2em;
}
.formularios .wpcf7-form .upload-label {
  font-size: 12px;
  letter-spacing: 2px;
  color: #0b3c49;
  margin-bottom: 10px;
  font-weight: 600;
}
.formularios .wpcf7-form .upload-area {
  background: #f3f3f3;
  border-radius: 20px;
  padding: 16px 25px;
  position: relative;
  cursor: pointer;
  transition: all 0.3s ease;
  display: flex;
  align-items: center;
  justify-content: end;
}
.formularios .wpcf7-form .upload-area p {
  margin: 0;
}
.formularios .wpcf7-form .upload-area:hover {
  background: #eaeaea;
}
.formularios .wpcf7-form .upload-placeholder {
  padding-top: 6px;
  pointer-events: none;
  font-size: 12px;
  letter-spacing: 0.2em;
  color: #999;
  position: relative;
  padding-left: 30px;
  display: flex;
  justify-content: end;
  margin-right: 40px;
  font-weight: 700;
}
.formularios .wpcf7-form .upload-icon {
  margin-left: 20px;
}
.formularios .wpcf7-form .upload-icon::after {
  content: "";
  position: absolute;
  left: 100%;
  top: 50%;
  transform: translateY(-50%);
  width: 25px;
  height: 25px;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-size: contain;
  mask-size: contain;
  background-color: #FFF;
  width: 20px;
  aspect-ratio: 1;
  display: inline-block;
  -webkit-mask-image: var(--paperclip);
  mask-image: var(--paperclip);
  background-color: var(--secondary-color);
  background-size: contain;
}
.formularios .wpcf7-form .upload-area input[type=file] {
  position: absolute;
  inset: 0;
  opacity: 0;
  cursor: pointer;
  z-index: 2;
}
.formularios .wpcf7-form .file-name {
  display: block;
  margin-top: 8px;
  font-size: 12px;
  color: #333;
}

/*# sourceMappingURL=formularios.css.map */
