body {
  background-color: #191e34;
  color: #fff;
  font-family: "Inter";
}

@media (max-width: 767px) {
  body .container.py-5 {
    padding-top: 20px !important;
  }
}

body .navbar {
  padding: 33px 50px;
  margin-bottom: 58px;
}

@media (max-width: 767px) {
  body .navbar {
    padding: 0px;
    margin-bottom: 0px;
  }

  body .navbar .nav-item.active {
    background: #3f444b;
  }

  body .navbar .nav-item.active a {
    color: #fff !important;
  }

  body .navbar .navbar-brand {
    padding: 15px 10px;
    padding-top: 25px;
  }

  body .navbar .navbar-toggler-icon {
    margin-right: 34px;
    color: #fff;
    margin-top: 5px;
  }

  body .navbar .navbar-toggler-icon i {
    font-size: 26px !important;
  }

  body .navbar .navbar-collapse {
    width: 100%;
    background: #fff;
  }
}

body .navbar .navbar-brand img {
  max-height: 33px;
  -o-object-fit: contain;
  object-fit: contain;
}

body .navbar .navbar-brand img:hover {
  opacity: 0.8;
  transition: 0.2s;
}

body .navbar .nav-item .nav-link {
  color: #fff;
  font-weight: 700;
  font-size: 16px;
  margin-right: 42px;
}

@media (max-width: 767px) {
  body .navbar .nav-item .nav-link {
    color: #33373d;
    padding: 10px 20px;
    font-size: 16px;
  }
}

body .navbar .nav-item .nav-link:hover {
  opacity: 0.8;
  transition: 0.2s;
}

body .navbar .nav-item .nav-link.navEntrar {
  display: flex;
  align-items: center;
  gap: 10px;
}

body .navbar .nav-item .nav-link.navEntrar i {
  color: #40f39a;
}

body .form-container {
  border-radius: 10px;
  overflow: hidden;
  background: #ebf5f5;
  max-width: 555px;
  margin-left: auto;
}

body .form-container .capa {
  padding: 38px;
  background: #18d275;
}

@media (max-width: 767px) {
  body .form-container .capa {
    padding: 25px;
  }
}

body .form-container .capa h2 {
  font-weight: 700;
  margin-bottom: 17px;
  font-size: 28px;
}

@media (max-width: 767px) {
  body .form-container .capa h2 {
    font-size: 28px;
  }
}

body .form-container .capa p {
  font-size: 16px;
  font-weight: 400;
}

body .form-container .geradoContent {
  padding: 20px 32px;
  padding-bottom: 40px;
  display: flex;
  align-items: center;
  gap: 5px;
}

@media (max-width: 767px) {
  body .form-container .geradoContent {
    padding-bottom: 26px;
    display: block;
  }
}

body .form-container .geradoContent input {
  height: 40px;
  font-size: 16px;
}

body .form-container .geradoContent .btn {
  background: #18d275;
  color: #fff;
  font-weight: 700;
  font-size: 14px;
  padding: 12px 16px;
  border: none;
  border-radius: 12px;
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 13px;
}

@media (max-width: 767px) {
  body .form-container .geradoContent .btn {
    width: 100%;
    text-align: center;
    justify-content: center;
    margin-bottom: 5px;
    margin-top: 5px;
  }
}

body .form-container .geradoContent .btn:hover {
  opacity: 0.8;
  transition: 0.2s;
}

body .form-container .geradoContent .btn.btnGenerate {
  width: 315px;
}

@media (max-width: 767px) {
  body .form-container .geradoContent .btn.btnGenerate {
    width: 100%;
  }
}

body .form-container form {
  padding: 20px 32px;
  padding-bottom: 60px;
}

@media (max-width: 767px) {
  body .form-container form {
    padding-bottom: 26px;
  }
}

body .form-container form label {
  color: #191e34;
  font-weight: 700;
  margin-bottom: 11px;
}

body .form-container form label span {
  font-weight: 400;
}

body .form-container form input,
body .form-container form textarea {
  color: #858585;
  font-size: 16px;
  font-weight: 400;
  padding: 12px 16px;
  background-color: transparent;
  border: 1px solid #18d275;
  border-radius: 12px;
}

body .form-container form input:focus,
body .form-container form textarea:focus {
  background-color: transparent;
}

body .form-container form .btn-generate {
  background: #18d275;
  color: #fff;
  font-weight: 700;
  font-size: 16px;
  padding: 12px 16px;
  border: none;
  border-radius: 12px;
  cursor: pointer;
  margin-top: 6px;
  margin-left: 10px;
  display: flex;
  align-items: center;
  gap: 13px;
}

body .form-container form .btn-generate:hover {
  opacity: 0.8;
  transition: 0.2s;
}

body .info-section {
  max-width: 455px;
  margin-left: auto;
}

@media (max-width: 767px) {
  body .info-section {
    margin-top: 20px;
  }
}

body .info-section h3 {
  color: #18d275;
  font-weight: 700;
  margin-bottom: 32px;
  font-size: 20px;
}

body .info-section p.textExplain {
  font-size: 16px;
  line-height: 25px;
  font-weight: 400;
  margin-bottom: 52px;
}

body .info-section ul {
  margin-left: 0px;
  padding-left: 0px;
  list-style: none;
  margin-bottom: 0px;
}

body .info-section ul li {
  display: flex;
  gap: 19px;
  margin-bottom: 32px;
}

body .info-section ul li:last-child {
  margin-bottom: 0px;
}

body .info-section ul li strong {
  color: #fff;
  background: #18d275;
  font-weight: 700;
  min-width: 36px;
  height: 36px;
  border-radius: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
}

body .info-section ul li p {
  font-size: 16px;
  font-weight: 400;
  line-height: 19px;
}

body .swal2-title,
body .swal2-html-container {
  font-family: "Inter";
  color: #191e34;
}

@media (max-width: 767px) {
  body .swal2-title {
    font-size: 20px;
  }
}

@media (max-width: 767px) {
  body .swal2-html-container {
    font-size: 14px;
  }
}

body .swal2-confirm {
  background: #18d275 !important;
  color: #fff;
}

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