@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: #49479D;
  overflow-x: hidden;
}

.dad {
  position: relative;
}

.son {
  position: absolute;
}

.whatsapp.wpp {
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 1000;
  animation: all 1s ease-in-out;
}

.whatsapp.wpp img {
  width: 70px;
  height: auto;
}

.whatsapp.wpp:hover {
  transform: scale(1.1, 1.1);
}

.wpp .btn:focus {
  transform: scale(1.1, 1.1);
  box-shadow: none !important;
}

#investir {
  color: #fff;
}
#investir .btn-click {
  box-shadow: 3px 3px 4px rgba(0, 0, 0, 0.2);
  transition: all 0.3s ease-in-out;
}
#investir .btn-click:hover {
  transform: translateX(2px) translateY(2px);
  box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2);
}
#investir .btn-click:active {
  transform: translateX(4px) translateY(4px);
  box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.2);
}
#investir .btn-primary {
  text-transform: uppercase;
  background-color: #00AE9D;
  border-color: #00AE9D;
}
#investir .btn-primary:hover {
  color: #00AE9D;
  background-color: transparent;
}
#investir .btn-primary:hover a {
  color: #00AE9D;
}
#investir .btn-primary a {
  color: #fff;
  text-decoration: none;
}
#investir .title {
  font-weight: 600;
  font-style: italic;
}
#investir .smaller {
  font-size: smaller;
}
#investir .w-space {
  width: 60%;
}
@media (max-width: 1200px) {
  #investir .w-space {
    width: 80%;
  }
}
@media (max-width: 767px) {
  #investir .w-space {
    width: 100%;
  }
}
#investir .nav-section {
  border-bottom: 2px solid #E5E5E5;
  z-index: 1050;
  position: sticky;
  top: 0;
  background: #00AE9D;
}
#investir .nav-section .btn-regulamento {
  background: #C9D200;
  color: #013641;
  border: 1px solid #013641;
  border-radius: 10px;
}
#investir #formulario {
  border-bottom: 2px solid #E5E5E5;
}
#investir #formulario .voltar {
  font-weight: 600;
  color: #fff;
  text-decoration: none;
  transition: all 0.5s ease-in-out;
}
#investir #formulario .voltar img {
  width: 21px;
}
#investir #formulario .voltar:hover {
  margin-left: 15px;
}
#investir #formulario .title {
  color: #00AE9D;
}
#investir #formulario hr {
  border-top: 1px solid #fff;
}
#investir #formulario .custom-control-input:checked ~ .custom-control-label::before {
  border-color: #00AE9D;
  background-color: #00AE9D;
}
#investir #formulario .enviar a {
  color: #00AE9D;
}
#investir .campo-vazio {
  border: 1px solid #F00;
}
#investir .erro {
  color: #F00;
}
#investir #footer {
  background: #49479D;
  color: #fff;
}
#investir #footer .img-fluid {
  max-height: 130px;
  max-width: 290px;
}
#investir #footer span {
  white-space: nowrap;
}
#investir #footer .small a {
  color: #fff;
}
#investir #footer .icon {
  margin: 10px;
}
#investir #footer .icon:hover {
  transform: scale(1.1);
}
#investir #footer .icon:active {
  transform: scale(0.95);
}
#investir .modal .modal-content {
  border-radius: 1rem;
  padding: 1rem;
}
#investir .modal .modal-header {
  border: 0;
  padding: 0rem 0.5rem;
}
#investir .modal .modal-body {
  text-align: center;
  color: #013641;
}
#investir .modal .modal-body img {
  margin-top: -1rem;
  margin-bottom: 1rem;
}
#investir .modal .modal-footer {
  justify-content: center;
  border: 0;
}
#investir .modal .icon-resposta {
  height: 150px;
}/*# sourceMappingURL=styles-descadastro.css.map */