@font-face {
  font-family: "Graphik";
  src: url(../font/GraphikMedium.otf);
  font-weight: 400;
}
@font-face {
  font-family: "Graphik";
  src: url(../font/GraphikSemibold.otf);
  font-weight: 600;
}
@font-face {
  font-family: "Graphik";
  src: url(../font/GraphikBold.otf);
  font-weight: 700;
}
body {
  margin: 0;
  font-family: "Graphik", sans-serif;
  font-weight: 400;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-height: 100vh;
  overflow: hidden;
  background-color: black;
}

a {
  color: white;
  text-decoration: none;
}
a:hover {
  color: white;
  text-decoration: none;
}

img {
  max-width: 100%;
}

.img-top {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  display: block;
}

.img-bottom {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  display: block;
}

.login {
  width: 75%;
  margin: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 24px;
}
.login img {
  width: 90%;
}

.d-flex {
  display: grid;
  grid-template-columns: 390px 390px 390px;
  align-items: center;
  justify-content: center;
  justify-items: center;
  gap: 100px;
  width: 100%;
  margin: auto;
}

.form {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.mb-3 {
  margin-bottom: 1rem;
  width: 80%;
}

input[type=email] {
  padding: 12px;
  width: 100%;
  background-color: transparent;
  border: 2px solid #c600fe;
  text-align: center;
  font-size: 18px;
  color: white;
  transition: 0.3s ease-in-out;
}
input[type=email]:focus {
  background-color: white;
  color: black;
  outline: 1px solid #c600fe;
}
input[type=email]::-moz-placeholder {
  color: white;
  font-size: 18px;
}
input[type=email]::placeholder {
  color: white;
  font-size: 18px;
}

.btn-login {
  padding: 8px 48px;
  width: 80%;
  background-color: #c600fe;
  color: white;
  font-size: 24px;
  font-weight: 600;
}

.input-check {
  display: flex;
  align-items: flex-start;
  gap: 12px;
}
.input-check label {
  color: white;
  margin: 0;
  font-weight: 700;
}
.input-check label span {
  color: #c600fe;
}

.accenture-body-home {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.accenture-subtitle {
  font-size: 24px;
  font-weight: 400;
  color: white;
  margin: 0 auto 24px;
}

.accenture-home-buttons {
  width: 90%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
}

.d-flex-2 {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 24px;
  margin: 0 24px;
}
.d-flex-2 .titulo-2 {
  width: 80%;
}
.d-flex-2 .logo-2 {
  width: 50%;
}

.card {
  position: relative;
  border: 1px solid #3e1557;
  aspect-ratio: 1/1;
  padding: 12px;
  width: 120px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}
.card img {
  position: absolute;
  top: 10%;
  right: 10%;
  width: 30%;
}
.card p {
  font-size: 14px;
  line-height: 1.2;
}

.image {
  display: block;
  max-width: 100%;
  height: auto;
}

.overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  opacity: 1;
  transition: 0.5s ease;
  transform: scale(1.05);
  background-color: rgba(255, 255, 255, 0);
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: no-drop;
}

.text {
  color: white;
  font-size: 18px;
  text-align: center;
  line-height: 1.2;
}

.accenture-admin-body {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: column;
  width: 100%;
  gap: 64px;
}

.accenture-admin-title {
  color: white;
  text-align: left;
  font-weight: 600;
  font-size: 24px;
}
.accenture-admin-title p {
  margin: 0;
}
.accenture-admin-title span {
  color: #be82ff;
  font-size: 160px;
  margin: 0;
  line-height: 0.5;
}

.accenture-admin-buttons {
  width: 35%;
}
.accenture-admin-buttons button {
  padding: 16px;
  background-color: #ede3fd;
  border-radius: 40px;
  border: none;
  outline: none;
  width: 180px;
  font-family: "Graphik";
  font-size: 24px;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
  line-height: 1;
  color: black;
  mix-blend-mode: screen;
  cursor: pointer;
}

.accenture-admin-controls {
  width: 50%;
}

.admin-grid {
  display: grid;
  justify-items: center;
  grid-template-columns: 1fr 2fr;
}

.admin-liberar p {
  color: white;
  font-weight: 400;
}

.btn-liberar {
  padding: 12px;
  background-color: #ede3fd;
  border-radius: 40px;
  border: none;
  outline: none;
  width: 180px;
  font-family: "Graphik";
  font-size: 20px;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
  line-height: 1;
  color: black;
  mix-blend-mode: screen;
  cursor: pointer;
}
.btn-liberar.ativo {
  background-color: #3e1557;
  color: white;
  mix-blend-mode: hard-light;
}

.admin-link {
  width: 100%;
  color: white;
}

input[type=url] {
  padding: 12px;
  background-color: #ede3fd;
  border-radius: 40px;
  border: none;
  outline: none;
  width: 100%;
  font-family: "Graphik";
  font-size: 20px;
  font-weight: 600;
  text-align: center;
  color: #3e1557;
  margin-bottom: 18px;
}

.btn-salvar {
  display: block;
  margin: 24px auto;
  padding: 12px;
  background-color: #8927c5;
  border-radius: 40px;
  border: none;
  outline: none;
  width: 180px;
  font-family: "Graphik";
  font-size: 20px;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
  line-height: 1;
  color: white;
  cursor: pointer;
}

.accenture-hashtag-mobile {
  display: none;
}

.hidden {
  display: none;
}

.img-top-mobile {
  display: none;
}

.img-bottom-mobile {
  display: none;
}

.body-mobile {
  display: none;
}

.d-flex-3 {
  display: none;
}

@media (max-width: 1440px) {
  .login {
    width: 85%;
  }
  .login img {
    width: 100%;
  }
  .d-flex {
    gap: 40px;
  }
  .d-flex img {
    width: 80%;
  }
  .accenture-home-title {
    font-size: 48px;
  }
  .accenture-home-title span {
    font-size: 300px;
  }
}
@media (max-width: 1200px) {
  .logo-completo {
    max-width: 500px;
  }
  .accenture-body {
    gap: 80px;
  }
  .accenture-title {
    font-size: 48px;
  }
  .accenture-title span {
    font-size: 300px;
  }
  .accenture-buttons {
    width: 35%;
  }
  .accenture-home-title {
    font-size: 40px;
  }
  .accenture-home-title span {
    font-size: 250px;
  }
  .accenture-subtitle {
    font-size: 20px;
    margin: 0;
  }
  .accenture-admin-controls {
    width: 70%;
  }
  .text {
    font-size: 14px;
  }
  .login {
    width: 95%;
  }
  .login img {
    width: 85%;
  }
  .d-flex {
    grid-template-columns: 1fr 1fr 1fr;
    gap: 24px;
  }
  .d-flex img {
    width: 80%;
  }
  .mb-3 {
    width: 100%;
  }
  .btn-login {
    width: 100%;
  }
  .input-check label {
    font-size: 14px;
  }
  .d-flex-2 {
    gap: 12px;
    margin: 0 12px;
  }
  .d-flex-2 .titulo-2 {
    width: 80%;
  }
  .d-flex-2 .logo-2 {
    width: 50%;
  }
  .card {
    width: 100px;
  }
  .card img {
    width: 20%;
  }
  .card p {
    font-size: 12px;
  }
}
@media (max-width: 1024px) {
  .accenture-logo img {
    width: 50%;
  }
  .accenture-hashtag {
    font-size: 18px;
  }
  .accenture-title {
    font-size: 40px;
  }
  .accenture-title span {
    font-size: 220px;
  }
  .accenture-buttons {
    width: 35%;
  }
  input[type=text] {
    padding: 18px;
    font-size: 18px;
    margin-top: auto;
  }
  .accenture-buttons button {
    padding: 12px;
    font-size: 20px;
  }
  .accenture-home-title {
    font-size: 32px;
  }
  .accenture-home-title span {
    font-size: 200px;
  }
  .accenture-subtitle {
    font-size: 16px;
  }
  .accenture-admin-controls {
    width: 100%;
  }
  .input-check label {
    font-size: 12px;
  }
  .grid {
    gap: 12px;
  }
  .card {
    width: 80px;
  }
  .card img {
    width: 20%;
  }
  .card p {
    font-size: 12px;
  }
}
@media (max-width: 768px) {
  .accenture-hashtag-mobile {
    display: block;
  }
  .accenture-header {
    position: relative;
    width: 90%;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
  }
  .accenture-body {
    display: flex;
    margin: auto;
    flex-direction: column;
    align-items: center;
    gap: 24px;
  }
  .accenture-body-home {
    display: flex;
    margin: auto;
    align-items: center;
    gap: 24px;
  }
  .logo-completo {
    width: 90%;
    margin: 120px auto 0;
    display: block;
  }
  .logo-completo-home {
    width: 80%;
    margin: 40px auto;
    display: block;
  }
  .accenture-buttons {
    width: 55%;
  }
  .accenture-buttons button {
    margin: auto;
    display: block;
  }
  .desktop {
    display: none;
  }
  .accenture-footer-mobile {
    display: flex;
    width: 100%;
    flex-direction: column;
    align-items: center;
    gap: 24px;
  }
  .accenture-home-body {
    flex-direction: column-reverse;
  }
  .accenture-home-title {
    width: auto;
  }
  .accenture-home-buttons {
    width: 90%;
    margin-top: 32px;
    display: flex;
    flex-direction: column;
    gap: 24px;
  }
  .d-flex-2 .titulo-2 {
    width: 60%;
  }
  .d-flex-2 .logo-2 {
    width: 40%;
  }
  .card {
    width: 120px;
  }
  .card p {
    font-size: 18px;
  }
  .accenture-admin-body {
    gap: 32px;
  }
  .accenture-admin-title {
    font-size: 16px;
  }
  .accenture-admin-title span {
    font-size: 120px;
  }
  .btn-liberar {
    width: 140px;
    font-size: 16px;
  }
  input[type=url] {
    font-size: 16px;
    margin-bottom: 12px;
  }
  .grid {
    grid-template-columns: 1fr 1fr;
  }
  .d-flex {
    grid-template-columns: 1fr;
    gap: 40px;
    width: 50%;
  }
}
@media (max-width: 525px) {
  .img-top,
  .img-bottom,
  .d-flex-2 {
    display: none;
  }
  .d-flex-3 {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 12px;
  }
  .d-flex-3 .titulo-2 {
    width: 60%;
  }
  .d-flex-3 .logo-2 {
    width: 40%;
  }
  .img-top-mobile {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
  }
  .img-bottom-mobile {
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
  }
  .admin-grid {
    grid-column-gap: 12px;
  }
  .bg-home {
    height: 100vh;
  }
  .d-flex {
    grid-template-columns: 1fr;
    gap: 40px;
    width: 80%;
  }
  .body-mobile {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  .body-mobile .titulo-2 {
    width: 60%;
  }
  .body-mobile .grid-mobile {
    width: 70%;
    margin: 24px auto;
    display: grid;
    grid-template-columns: 1fr 1fr;
    align-items: center;
    justify-content: center;
    gap: 24px;
  }
  .body-mobile .grid-mobile .card {
    aspect-ratio: 1/1;
    border: 1px solid #3e1557;
    border-radius: 0;
    width: 90%;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    position: relative;
  }
  .body-mobile .grid-mobile .card img {
    position: absolute;
    top: 10%;
    right: 10%;
    width: 20%;
  }
  .body-mobile .grid-mobile .card p {
    color: white;
    margin: 0 0 0 12px;
    font-size: 18px;
  }
  .body-mobile .logo-mobile {
    width: 30%;
  }
}
@media (max-width: 425px) {
  .accenture-buttons {
    width: 80%;
  }
  .accenture-home-title {
    font-size: 28px;
  }
  .accenture-home-title span {
    font-size: 160px;
  }
  input[type=email] {
    font-size: 14px;
    padding: 8px;
  }
  input[type=email]::-moz-placeholder {
    font-size: 14px;
  }
  input[type=email]::placeholder {
    font-size: 14px;
  }
  .btn-login {
    padding: 8px;
    font-size: 16px;
  }
  .card {
    width: 90px;
  }
  .card p {
    color: white;
    margin: 0 0 0 8px;
    font-size: 12px;
  }
}/*# sourceMappingURL=style.css.map */