* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: Poppins, sans-serif !important;
}

body,
html {
  width: 100%;
  overflow-x: hidden;
  scroll-behavior: smooth;
}

html {
  overflow-y: scroll;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

html::-webkit-scrollbar {
  display: none !important;
}

.home {
  position: relative;
  width: 100vw;
  height: 100vh;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}

.home .bg-video {
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  z-index: -1;
  transform: translate(-50%, -50%);
  object-fit: cover;
}

.home .content {
  position: relative;
  z-index: 1;
  color: #fff;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
}

.home .content .title {
  font-size: 8.5rem;
}

.home .content .content-description {
  width: 80%;
  background: #a9088e;
  border-radius: 1.25rem;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}

.home .content p {
  width: 80%;
  font-size: 2.25rem;
}

.info {
  position: relative;
  width: 100vw;
  height: 100%;
  overflow: hidden;
}

.info a {
  text-decoration: none;
  color: white;
}

.info .bg-video-2 {
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  z-index: -1;
  transform: translate(-50%, -50%);
  object-fit: cover;
}

.info .content {
  position: relative;
  z-index: 1;
  color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
  gap: 4rem;
}

.info .container {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  padding: 6.25rem;
}

.info .content .content-description {
  display: flex;
  justify-content: center;
  flex-direction: column;
  gap: 1rem;
}

.info .content .content-description .p-title {
  font-size: 3.125rem;
}

.info .content .content-description .span-subtitle {
  width: 55%;
  font-size: 2.625rem;
  color: #fb47de;
  font-weight: bold;
}

.info .content .content-description .p-description {
  font-size: 1.75rem;
  width: 35%;
}

.info .content .content-button {
  display: flex;
  align-items: center;
  justify-content: center;
}

.info .content .content-button a {
  width: 50%;
  background-color: #2c2227;
  font-size: 1.2rem;
  padding: 1rem;
  color: white;
  border: 1px solid white;
  border-radius: 20px;
  cursor: pointer;
  transition: all 0.3s ease;
  text-align: center;
}

.info .content .content-button a:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.25);
  opacity: 0.8;
  border: none;
}

.marketing {
  width: 100vw;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-image: url("./assets/imagens/back.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: fixed;
  color: white;
  gap: 8rem;
  overflow: hidden;
  user-select: none;
}

.marketing-title {
  padding: 5rem;
}

.marketing-title h2 {
  font-size: 3.375rem;
  color: #fb47de;
}

.marketing-title p {
  font-size: 2.375rem;
}

.marketing-title span {
  color: #fb47de;
}

.marketing-topics {
  display: flex;
  justify-content: center;
  flex-direction: column;
  gap: 2rem;
  padding: 2rem;
}

.marketing-topic {
  display: flex;
  align-items: flex-start;
  gap: 1.5rem;
}

.marketing-topic-img {
  background: linear-gradient(90deg, #b8089c, #872bbf);
  width: 150px;
  height: 150px;
  border-radius: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.marketing-topic-img img {
  width: 100%;
  height: 100%;
  padding: 1rem;
}

.marketing-topic-content {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.marketing-topic-content h3 {
  font-size: 1.4rem;
}

.marketing-topic-content p {
  width: 65%;
}

.functions {
  width: 100vw;
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  background-image: url("./assets/imagens/back.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: fixed;
  color: white;
  padding: 2rem;
  overflow: hidden;
  user-select: none;
}

.functions .container {
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.45);
  border: 1px solid white;
  color: white;
  border-radius: 20px;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 2rem;
  gap: 5rem;
}

.functions-header {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 2rem;
}

.functions-content {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 2rem;
}

.functions-title {
  font-size: 3rem;
  font-weight: bold;
}

.functions-title span {
  color: #fb47de;
}

.functions-cards {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  width: 100%;
  max-width: 1440px;
}

.functions-card {
  width: calc(25% - 1rem);
  min-height: 17.5rem;
  background-color: rgba(44, 34, 39, 0.45);
  border-radius: 20px;
  padding: 1rem;
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: 1rem;
  transition: all 0.5s ease;
}

.functions-card:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.25);
  background: linear-gradient(90deg, #b8089c, #872bbf);
}

.functions-card .card-title {
  font-size: 1.15rem;
  font-weight: bold;
}

.functions-card .card-subtitle {
  width: 85%;
  padding-top: 2rem;
}

.functions-description {
  font-size: 1.75rem;
}

.functions-footer {
  font-size: 2rem;
  font-weight: bold;
}

.functions-footer span {
  color: #ff00f4;
}

.who {
  width: 100vw;
  height: 100%;
  display: flex;
  align-items: center;
  flex-direction: column;
  background-image: url("./assets/imagens/back.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: fixed;
  color: white;
  gap: 6rem;
  padding: 2rem;
  user-select: none;
  overflow: hidden;
}

.who .who-title {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  font-weight: bold;
}

.who .who-title h3 {
  font-size: 3.375rem;
}

.who .who-title span {
  font-size: 4.25rem;
  color: #fb47de;
}

.who-container {
  display: flex;
  align-items: center;
  justify-content: space-around;
}

.who-subtitle {
  width: 28%;
  font-size: 3.375rem;
}

.who-cards {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 1rem;
}

.who-card {
  width: 100%;
  background-color: #2c2227;
  border: 1px solid white;
  border-radius: 20px;
  padding: 2rem;
  display: flex;
  gap: 1rem;
}

.who-card-content {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.who-card-number {
  font-size: 2.125rem;
}

.who-card-title {
  font-size: 1.125rem;
  font-weight: bold;
}

.who-card-description {
  font-size: 0.875rem;
}

.why {
  width: 100vw;
  height: 100%;
  display: flex;
  align-items: center;
  flex-direction: column;
  background-image: url("./assets/imagens/back-2.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: fixed;
  color: white;
  padding: 4rem;
  overflow: hidden;
}

.why-container {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 6rem;
}

.why-title {
  font-size: 2.7rem;
  font-weight: bold;
}

.why-title span {
  color: #fb47de;
}

.why-content {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 4rem;
  text-align: center;
}

.why-content .why-description span {
  color: #fb47de;
}

.why-content .why-description .adzorix {
  color: #ff00f4;
  font-weight: bold;
}

.why-content .why-description:nth-child(1) {
  font-size: 1.625rem;
}

.why-content .why-description:nth-child(2) {
  width: 55%;
  font-size: 1.5rem;
}

.why-content .why-description:nth-child(3) {
  width: 60%;
  font-size: 1.625rem;
}

.why-description .why-description-content {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.why-description .why-description-content-second {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 1rem;
}

.why-description-content:nth-child(1) p:nth-child(2) {
  width: 75%;
}

.form-adzorix {
  width: 100vw;
  height: 100%;
  display: flex;
  flex-direction: column;
  background-image: url("./assets/imagens/back.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: fixed;
  color: white;
  padding: 4rem;
  overflow: hidden;
}

.form-adzorix-container {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  text-align: center;
  background-color: rgba(0, 0, 0, 0.45);
  border: 1px solid white;
  gap: 2rem;
  border-radius: 20px;
  padding: 2rem;
}

.form-adzorix-container .form-adzorix-title h3 {
  font-size: 2.5rem;
  font-weight: bold;
}

.form-adzorix-container .form-adzorix-description span {
  color: #ff00f4;
  font-weight: bold;
}

.form-adzorix-container .form-adzorix-description p {
  font-size: 1.5rem;
}

.form {
  max-width: 600px;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  gap: 1.5rem;
  padding: 2rem;
  border-radius: 20px;
  background-color: rgba(44, 34, 39, 0.55);
  border: 1px solid white;
  margin: 2rem auto;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
}

.form-input {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

.form-input label {
  font-size: 1rem;
  font-weight: 500;
  color: #ffffff;
}

.form-input input {
  padding: 0.75rem 1rem;
  font-size: 1rem;
  border: 1px solid #ccc;
  border-radius: 10px;
  opacity: 0.6;
  outline: none;
  transition: border-color 0.3s ease;
}

.form-input input:focus {
  border-color: #fb47de;
}

.form-button {
  display: flex;
  justify-content: center;
}

.form-button button {
  width: 100%;
  background-color: #2c2227;
  font-size: 1rem;
  padding: 1rem 2rem;
  color: white;
  border: 1px solid white;
  border-radius: 20px;
  cursor: pointer;
  transition: all 0.3s ease;
  border: none;
}

.form-button button:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.25);
  opacity: 0.8;
}

.toast {
  position: fixed;
  bottom: 20px;
  right: 20px;
  min-width: 300px;
  max-width: 350px;
  background-color: #fb47de;
  color: white;
  padding: 1rem;
  border-radius: 10px;
  font-size: 1rem;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.25);
  opacity: 0;
  transform: translateY(20px);
  transition: all 0.3s ease;
  pointer-events: none;
  z-index: 9999;
}

.toast.show {
  opacity: 1;
  transform: translateY(0);
  pointer-events: auto;
}

.footer {
  width: 100vw;
  height: 100%;
  display: flex;
  align-items: center;
  flex-direction: column;
  background-image: url("./assets/imagens/back.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: fixed;
  color: white;
  padding: 1rem;
  text-align: center;
  overflow: hidden;
}

.footer-contact {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
}

.footer-contact p {
  font-weight: bold;
  cursor: pointer;
}

.footer-contact-icons {
  width: 60px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
}

.footer-contact-icons img {
  width: 100%;
  height: 100%;
}

.footer a {
  text-decoration: none;
  color: white;
}

.icon-seta {
  position: fixed;
  bottom: 14px;
  right: 24px;
  z-index: 99;
}

.icon-seta img {
  max-width: 80px;
  transition: transform 0.4s;
}

.icon-seta img:hover {
  transform: scale(1.1);
}
