@keyframes sweep {
  0% {
    opacity: 0;
    margin-left: -10px;
  }
  100% {
    opacity: 0.8;
    margin-left: 0px;
  }
}
* {
  transition: all 0.5s ease-in-out;
}

body {
  font-family: "Asap", sans-serif;
  background: var(--branco);
  overflow-x: hidden;
}

.dad {
  position: relative;
}

.son {
  position: absolute;
}

#descadastro {
  color: var(--verdee);
}
#descadastro .btn-primary {
  text-transform: uppercase;
  background-color: var(--turq);
  border-color: var(--turq);
}
#descadastro .btn-primary:hover {
  color: var(--turq);
  background-color: transparent;
}
#descadastro .btn-primary:hover a {
  color: var(--turq);
}
#descadastro .btn-primary a {
  color: var(--verdee);
  text-decoration: none;
}
#descadastro .title {
  font-weight: 600;
  font-style: italic;
}
#descadastro .smaller {
  font-size: smaller;
}
#descadastro .w-space {
  width: 60%;
}
@media (max-width: 1200px) {
  #descadastro .w-space {
    width: 80%;
  }
}
@media (max-width: 767px) {
  #descadastro .w-space {
    width: 100%;
  }
}
#descadastro .nav-section {
  border-bottom: 2px solid var(--cinza-300);
  z-index: 1050;
  position: sticky;
  top: 0;
  background: var(--turq);
}
#descadastro .nav-section .btn-regulamento {
  background: var(--verdec);
  color: var(--verdee);
  border: 1px solid var(--verdee);
  border-radius: 10px;
}
#descadastro #formulario {
  border-bottom: 2px solid var(--cinza-300);
}
#descadastro #formulario .voltar {
  font-weight: 600;
  color: var(--verdee);
  text-decoration: none;
  transition: all 0.5s ease-in-out;
}
#descadastro #formulario .voltar img {
  width: 21px;
}
#descadastro #formulario .voltar:hover {
  margin-left: 15px;
}
#descadastro #formulario .title {
  color: var(--turq);
}
#descadastro #formulario hr {
  border-top: 1px solid var(--verdee);
}
#descadastro #formulario .custom-control-input:checked ~ .custom-control-label::before {
  border-color: var(--turq);
  background-color: var(--turq);
}
#descadastro #formulario .form-control {
  border: 1px solid var(--verdee);
  border-radius: 0.25rem;
}
#descadastro #formulario .form-control:focus-visible {
  outline: 1px solid var(--turq) !important;
}
#descadastro #formulario .form-control:focus {
  border-color: var(--branco) !important;
  box-shadow: 0 0 0 0.2rem var(--turq-200) !important;
}
#descadastro #formulario .enviar a {
  color: var(--turq);
}
#descadastro .campo-vazio {
  border: 1px solid #F00;
}
#descadastro .erro {
  color: #F00;
}
#descadastro #footer .img-fluid {
  max-height: 130px;
  max-width: 290px;
}
#descadastro #footer span {
  white-space: nowrap;
}
#descadastro #footer .small a {
  color: var(--branco);
}
#descadastro #footer .icon {
  margin: 10px;
}
#descadastro #footer .icon:hover {
  transform: scale(1.1);
}
#descadastro #footer .icon:active {
  transform: scale(0.95);
}
#descadastro .modal .modal-content {
  border-radius: 1rem;
  padding: 1rem;
}
#descadastro .modal .modal-header {
  border: 0;
  padding: 0rem 0.5rem;
}
#descadastro .modal .modal-body {
  text-align: center;
  color: var(--verdee);
}
#descadastro .modal .modal-body img {
  margin-top: -1rem;
  margin-bottom: 1rem;
}
#descadastro .modal .modal-footer {
  justify-content: center;
  border: 0;
}
#descadastro .modal .icon-resposta {
  height: 150px;
}/*# sourceMappingURL=styles-descadastro.css.map */