@font-face {
  font-family: Poppins-Regular;
  src: url('../fonts/poppins/Poppins-Regular.ttf'); 
}

@font-face {
  font-family: Poppins-Bold;
  src: url('../fonts/poppins/Poppins-Bold.ttf'); 
}

@font-face {
  font-family: Poppins-Medium;
  src: url('../fonts/poppins/Poppins-Medium.ttf'); 
}

@font-face {
  font-family: Montserrat-Bold;
  src: url('../fonts/montserrat/Montserrat-Bold.ttf'); 
}

body {
  min-height: 100vh;
  background-color: #f2f2f2; /* Off white */
  font-family: 'Poppins-Regular', sans-serif;
  color: #666666; /* Cinza clarinho para o texto */
}

.header {
  background-color: #803EF6; 
  color: #e0e0e0; /* Cinza clarinho */
  padding: 10px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.header h1 {
  margin: 0;
  font-family: 'Poppins-Bold', sans-serif;
}

.user-dropdown {
  background-color: #1f2937; 
  color: #e0e0e0; 
  padding: 10px 15px;
  border-radius: 5px;
  text-decoration: none;
  display: inline-block;
  height: 100%;
  line-height: normal;
}


.user-dropdown:hover {
  background-color: #803EF6; 
}

.dropdown-menu {
  background-color: #f8f8f8; /* Off white */
}

.dropdown-item {
  color: #000000; /* Preto */
}

.dropdown-item:hover {
  background-color: #e9e9e9; /* Mais claro ao passar o mouse */
}

h2 {
  color: #333333; /* Cinza escuro */
}


.content {
  padding: 20px;
  background-color: #f2f2f2; /* Off white */
  transition: opacity 0.5s ease-in-out;
}

.dynamic-box {
  background-color: #e0e0e0; /* Off white */
  border: 1px solid #e0e0e0;
  border-radius: 10px;
  padding: 20px;
  margin-bottom: 20px;
  text-align: center;
  font-size: 1.5rem;
  width: 100%;
}

#tabela-respostas, #tabela-db {
  width: 100%;
  border-collapse: collapse;
  font-family: 'Poppins-Regular', sans-serif;
}

td {
  white-space: pre-wrap;
}

.table td a {
  font-size: 1.5rem;
  border-collapse: collapse;
}

.table {
  width: 100%;
  border-collapse: collapse;
  border-radius: 8px;
  overflow: hidden;
}

.table-responsive {
  width: 100%;
  border-collapse: collapse;
  border-radius: 8px;
  overflow: hidden;
  max-height: 500px; /* Altura máxima antes de ativar o scroll */
  overflow-y: auto; /* Ativa rolagem vertical quando necessário */
  padding: 10px; /* Espaçamento interno */
}

.table-responsive td a {
  display: block;
  padding: 15px;
}

.table-responsive td {
  white-space: nowrap;
  text-align: left;
}

.table th, .table td {
  padding: 12px;
  text-align: left;
  border: 1px solid #e0e0e0; /* Off white */
  border-collapse: collapse;
}

.table th {
  background-color: #e0e0e0; /* Off white */
  color: #333333; /* Cinza escuro */
  font-weight: bold;
  border-collapse: collapse;
}

.table td {
  background-color: #f2f2f2; /* Off white */
  color: #333333; /* Cinza escuro */
  transition: background-color 0.3s;
  padding: 0px;
  border-collapse: collapse;
}

.table tr:hover {
  background-color: #d9d9d9; /* Mais claro ao passar o mouse */
}

.table td a {
  color: #803EF6; /* Roxo */
  text-decoration: none;
}

#tabela-respostas th, #tabela-respostas td, #tabela-db th, #tabela-db td  {
  border: 1px solid #e0e0e0; /* Off white */
  text-align: left;
  padding: 8px;
}

#tabela-respostas th, #tabela-db th {
  background-color: #e0e0e0; /* Off white */
  font-weight: bold;
  color: #333333; /* Cinza escuro */
}

#tabela-respostas tr:hover, #tabela-db tr:hover {
  background-color: #d9d9d9; /* Mais claro ao passar o mouse */
}

#tabela-respostas td, #tabela-db td {
  color: #555555; /* Cinza suave */
}

.btn-custom {
  display: block;
  width: 100%;
  padding: 15px;
  background-color: #803EF6; /* Roxo */
  color: white;
  border: none;
  border-radius: 25px;
  transition: background-color 0.4s;
}

.header  {
  background: #1f2937;
}

.btn-custom:hover {
  background-color: #1f2937; 
}

.username {
  margin-right: 20px;
}

.container {
  display: flex;
}

#crew-list {
  margin-right: 20px;
  border-right: 1px solid #ccc;
  padding-right: 20px;
}

#crew-list h2 {
  margin-bottom: 20px;
  font-family: 'Poppins-Bold', sans-serif;
}

#crew-list ul {
  list-style-type: none;
  padding: 0;
}

#crew-list li {
  margin-bottom: 10px;
}

.btn {
  display: block;
  background-color: #803EF6; /* Roxo */
  color: white;
  border: none;
  border-radius: 25px;
  transition: background-color 0.4s;
}

.btn:hover {
  background-color: #1f2937; 
}

.modal-content {
  color: black;
}

.botoes {
  display: flex;
  gap: 10px;
  margin-top: 10px;
}

.lp {
  background-color: #000000;
  display: flex;
  flex-direction: row;
  justify-content: center;
  width: 100%;
}

.lp .div {
  background-color: #000000;
  width: 1920px;
  height: 6857px;
  position: relative;
}

.lp .frame {
  display: flex;
  flex-wrap: wrap;
  width: 1917px;
  height: 1245px;
  align-items: center;
  justify-content: center;
  gap: 50px 60px;
  padding: 70px 323px;
  position: absolute;
  top: 1111px;
  left: 0;
  background-color: #191919;
}

.lp .frame-2 {
  display: flex;
  flex-direction: column;
  width: 1271px;
  align-items: center;
  gap: 11px;
  position: relative;
}

.lp .div-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 8px;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
}

.lp .text-wrapper {
  position: relative;
  width: 820px;
  margin-top: -1.00px;
  font-family: "Darker Grotesque-Bold", Helvetica;
  font-weight: 700;
  color: #00b7c3;
  font-size: 48px;
  text-align: center;
  letter-spacing: 0;
  line-height: 51.2px;
}

.lp .p {
  position: relative;
  width: 760px;
  margin-top: -1.00px;
  font-family: "Poppins-Medium", Helvetica;
  font-weight: 500;
  color: #9b9b9b;
  font-size: 20px;
  text-align: center;
  letter-spacing: 0;
  line-height: 28.8px;
}

.lp .background-border {
  display: flex;
  flex-direction: column;
  width: 366.67px;
  height: 360.45px;
  align-items: flex-start;
  gap: var(--thaismartan-com-br-radius-20);
  padding: 35px;
  position: relative;
  background-color: #232323;
  border-radius: 20px;
  border: 1px solid;
  border-color: #444444;
}

.lp .frame-3 {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 20px;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
  margin-bottom: -5.14px;
}

.lp .container {
  display: inline-flex;
  align-items: flex-start;
  position: relative;
  flex: 0 0 auto;
}

.lp .component {
  position: relative;
  width: 50px;
  height: 50px;
}

.lp .frame-4 {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 20px;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
}

.lp .heading {
  display: inline-flex;
  align-items: flex-start;
  padding: 0.8px 0px;
  flex: 0 0 auto;
  flex-direction: column;
  position: relative;
}

.lp .frame-5 {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  position: relative;
  flex: 0 0 auto;
}

.lp .text-wrapper-2 {
  position: relative;
  width: 274px;
  margin-top: -1.00px;
  font-family: var(--thaismartan-com-br-semantic-heading-3-font-family);
  font-weight: var(--thaismartan-com-br-semantic-heading-3-font-weight);
  color: #803ef6;
  font-size: var(--thaismartan-com-br-semantic-heading-3-font-size);
  letter-spacing: var(--thaismartan-com-br-semantic-heading-3-letter-spacing);
  line-height: var(--thaismartan-com-br-semantic-heading-3-line-height);
  font-style: var(--thaismartan-com-br-semantic-heading-3-font-style);
}

.lp .frame-6 {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
}

.lp .text-wrapper-3 {
  position: relative;
  flex: 1;
  margin-top: -1.00px;
  font-family: var(--thaismartan-com-br-poppins-medium-font-family);
  font-weight: var(--thaismartan-com-br-poppins-medium-font-weight);
  color: #ffffff;
  font-size: var(--thaismartan-com-br-poppins-medium-font-size);
  letter-spacing: var(--thaismartan-com-br-poppins-medium-letter-spacing);
  line-height: var(--thaismartan-com-br-poppins-medium-line-height);
  font-style: var(--thaismartan-com-br-poppins-medium-font-style);
}

.lp .frame-7 {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 8px;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
}

.lp .heading-2 {
  display: flex;
  align-items: flex-start;
  padding: 0.8px 0px;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
  flex-direction: column;
  position: relative;
}

.lp .text-wrapper-4 {
  position: relative;
  align-self: stretch;
  margin-top: -1.00px;
  font-family: var(--thaismartan-com-br-semantic-heading-3-font-family);
  font-weight: var(--thaismartan-com-br-semantic-heading-3-font-weight);
  color: #803ef6;
  font-size: var(--thaismartan-com-br-semantic-heading-3-font-size);
  letter-spacing: var(--thaismartan-com-br-semantic-heading-3-letter-spacing);
  line-height: var(--thaismartan-com-br-semantic-heading-3-line-height);
  font-style: var(--thaismartan-com-br-semantic-heading-3-font-style);
}

.lp .frame-wrapper {
  width: 367px;
  height: 360px;
  gap: var(--thaismartan-com-br-radius-20);
  padding: 35px;
  background-color: #232323;
  border-radius: 20px;
  border: 1px solid;
  border-color: #444444;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  position: relative;
}

.lp .heading-3 {
  align-items: flex-start;
  padding: 1.09px 0px 1.1px;
  display: flex;
  flex-direction: column;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
}

.lp .background-border-2 {
  width: 366.67px;
  height: 317.23px;
  gap: var(--thaismartan-com-br-item-spacing-21);
  padding: 35px;
  background-color: #232323;
  border-radius: 20px;
  border: 1px solid;
  border-color: #444444;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  position: relative;
}

.lp .frame-8 {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 21px;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
}

.lp .heading-ASSISTENTE {
  position: relative;
  flex: 1;
  margin-top: -1.00px;
  font-family: var(--thaismartan-com-br-semantic-heading-3-font-family);
  font-weight: var(--thaismartan-com-br-semantic-heading-3-font-weight);
  color: #803ef6;
  font-size: var(--thaismartan-com-br-semantic-heading-3-font-size);
  letter-spacing: var(--thaismartan-com-br-semantic-heading-3-letter-spacing);
  line-height: var(--thaismartan-com-br-semantic-heading-3-line-height);
  font-style: var(--thaismartan-com-br-semantic-heading-3-font-style);
}

.lp .background-border-3 {
  width: 366.67px;
  height: 317.23px;
  gap: var(--thaismartan-com-br-radius-20);
  padding: 35px;
  background-color: #232323;
  border-radius: 20px;
  border: 1px solid;
  border-color: #444444;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  position: relative;
}

.lp .frame-9 {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 20px;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
  margin-bottom: -4.36px;
}

.lp .text-wrapper-5 {
  position: relative;
  width: 296px;
  margin-top: -1.00px;
  font-family: var(--thaismartan-com-br-semantic-heading-3-font-family);
  font-weight: var(--thaismartan-com-br-semantic-heading-3-font-weight);
  color: #803ef6;
  font-size: var(--thaismartan-com-br-semantic-heading-3-font-size);
  letter-spacing: var(--thaismartan-com-br-semantic-heading-3-letter-spacing);
  line-height: var(--thaismartan-com-br-semantic-heading-3-line-height);
  font-style: var(--thaismartan-com-br-semantic-heading-3-font-style);
}

.lp .frame-10 {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
  margin-bottom: -4.36px;
}

.lp .frame-11 {
  display: flex;
  flex-direction: column;
  width: 1920px;
  height: 740px;
  align-items: flex-start;
  gap: 55px;
  padding: 62px 352px;
  position: absolute;
  top: 2356px;
  left: 0;
  background-image: url(./img/frame-37.png);
  background-size: cover;
  background-position: 50% 50%;
}

.lp .heading-wrapper {
  display: flex;
  flex-direction: column;
  width: 1216px;
  height: 148px;
  align-items: flex-start;
  gap: 12px;
  padding: 8px;
  position: relative;
}

.lp .CONHE-a-NOSSA-AG-wrapper {
  align-items: center;
  padding: 16px;
  margin-bottom: -3.00px;
  display: flex;
  flex-direction: column;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
}

.lp .CONHE-a-NOSSA-AG {
  position: relative;
  align-self: stretch;
  margin-top: -1.00px;
  font-family: "Darker Grotesque-Bold", Helvetica;
  font-weight: 700;
  color: transparent;
  font-size: 72px;
  text-align: center;
  letter-spacing: 0;
  line-height: 51.2px;
}

.lp .span {
  color: #ffffff;
}

.lp .text-wrapper-6 {
  color: #803ef6;
}

.lp .frame-12 {
  display: flex;
  flex-direction: column;
  width: 681px;
  align-items: flex-start;
  gap: 36px;
  position: relative;
  flex: 0 0 auto;
}

.lp .frame-13 {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 18px;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
}

.lp .frame-14 {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 8px;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
}

.lp .text-wrapper-7 {
  position: relative;
  width: 650px;
  margin-top: -1.00px;
  background: linear-gradient(
    90deg,
    rgba(128, 62, 246, 1) 0%,
    rgba(177, 87, 176, 1) 100%
  );
  -webkit-background-clip: text !important;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  font-family: "Darker Grotesque-Bold", Helvetica;
  font-weight: 700;
  color: transparent;
  font-size: 43.2px;
  letter-spacing: 0;
  line-height: 43.2px;
}

.lp .frame-15 {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 8px;
  padding: 8px;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
}

.lp .heading-4 {
  display: flex;
  align-items: flex-start;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
  flex-direction: column;
  position: relative;
}

.lp .text-wrapper-8 {
  position: relative;
  align-self: stretch;
  margin-top: -1.00px;
  font-family: "Poppins-Medium", Helvetica;
  font-weight: 500;
  color: #ffffff;
  font-size: 20.8px;
  letter-spacing: 0;
  line-height: 32px;
}

.lp .component-wrapper {
  display: flex;
  flex-direction: column;
  width: 367px;
  align-items: flex-start;
  gap: 8px;
  padding: 8px;
  position: relative;
  flex: 0 0 auto;
}

.lp .component-2 {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  padding: 20px 41px 21.39px;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
  border-radius: 20px;
  border: 1px solid;
  border-color: #94a62d;
  background: linear-gradient(
    115deg,
    rgba(212, 255, 237, 1) 0%,
    rgba(177, 175, 241, 1) 38%,
    rgba(128, 62, 246, 1) 100%
  );
}

.lp .text {
  width: fit-content;
  font-family: var(--thaismartan-com-br-darker-grotesque-extrabold-font-family);
  font-weight: var(--thaismartan-com-br-darker-grotesque-extrabold-font-weight);
  color: #000000;
  letter-spacing: var(
    --thaismartan-com-br-darker-grotesque-extrabold-letter-spacing
  );
  line-height: var(--thaismartan-com-br-darker-grotesque-extrabold-line-height);
  white-space: nowrap;
  position: relative;
  margin-top: -1.00px;
  font-size: var(--thaismartan-com-br-darker-grotesque-extrabold-font-size);
  text-align: center;
  font-style: var(--thaismartan-com-br-darker-grotesque-extrabold-font-style);
}

.lp .frame-16 {
  display: flex;
  flex-wrap: wrap;
  width: 1919px;
  align-items: flex-end;
  gap: 52px 6px;
  padding: 25px 316px;
  position: absolute;
  top: 3189px;
  left: 0;
  background-color: #1a1919;
}

.lp .frame-17 {
  display: flex;
  flex-wrap: wrap;
  width: 1287px;
  align-items: flex-end;
  gap: 52px 6px;
  position: relative;
}

.lp .frame-18 {
  display: flex;
  flex-direction: column;
  width: 1216px;
  align-items: center;
  gap: 32px;
  position: relative;
}

.lp .VEJA-OS-PASSOS-DA {
  position: relative;
  width: 1200px;
  margin-top: -1.00px;
  font-family: "Darker Grotesque-Bold", Helvetica;
  font-weight: 700;
  color: transparent;
  font-size: 72px;
  text-align: center;
  letter-spacing: 0;
  line-height: 64px;
}

.lp .text-wrapper-9 {
  color: #00b7c3;
}

.lp .heading-5 {
  display: flex;
  height: 193px;
  align-items: center;
  gap: 28.39px;
  align-self: stretch;
  width: 100%;
  flex-direction: column;
  position: relative;
}

.lp .text-wrapper-10 {
  position: relative;
  width: 800px;
  height: 150px;
  margin-top: -1.00px;
  font-family: "Poppins-Medium", Helvetica;
  font-weight: 500;
  color: #ffffff;
  font-size: 32px;
  text-align: center;
  letter-spacing: 1.60px;
  line-height: 28.8px;
}

.lp .rectangle-wrapper {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 8px;
  position: relative;
  flex: 0 0 auto;
}

.lp .rectangle {
  position: relative;
  width: 409px;
  height: 409px;
  background-color: #1e1e1e;
  border-radius: 50px;
}

.lp .text-wrapper-11 {
  position: absolute;
  height: 26px;
  top: 550px;
  left: 820px;
  white-space: nowrap;
  font-family: "Poppins-SemiBold", Helvetica;
  font-weight: 600;
  color: #ffffff;
  font-size: 64px;
  letter-spacing: 0;
  line-height: 25.6px;
}

.lp .frame-19 {
  display: flex;
  flex-direction: column;
  width: 280px;
  align-items: flex-start;
  gap: 23px;
  position: absolute;
  top: 551px;
  left: 365px;
}

.lp .text-wrapper-12 {
  position: relative;
  align-self: stretch;
  margin-top: -1.00px;
  font-family: "Poppins-SemiBold", Helvetica;
  font-weight: 600;
  color: #ffffff;
  font-size: 64px;
  letter-spacing: 0;
  line-height: 25.6px;
}

.lp .frame-20 {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 22px;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
}

.lp .text-wrapper-13 {
  position: relative;
  width: 280px;
  margin-top: -1.00px;
  font-family: "Poppins-SemiBold", Helvetica;
  font-weight: 600;
  color: #00b7c3;
  font-size: 24px;
  letter-spacing: 0;
  line-height: 25.6px;
}

.lp .text-wrapper-14 {
  position: relative;
  width: 264px;
  height: 120px;
  font-family: "Poppins-Medium", Helvetica;
  font-weight: 500;
  color: #ffffff;
  font-size: 16px;
  letter-spacing: 0;
  line-height: 21.6px;
}

.lp .frame-21 {
  display: flex;
  flex-direction: column;
  width: 296px;
  align-items: flex-start;
  gap: 7px;
  position: absolute;
  top: 543px;
  left: 812px;
}

.lp .frame-22 {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 8px;
  position: relative;
  flex: 0 0 auto;
}

.lp .text-wrapper-15 {
  position: relative;
  width: fit-content;
  margin-top: -1.00px;
  white-space: nowrap;
  font-family: "Poppins-SemiBold", Helvetica;
  font-weight: 600;
  color: #ffffff;
  font-size: 64px;
  letter-spacing: 0;
  line-height: 25.6px;
}

.lp .frame-23 {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 6px;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
}

.lp .text-wrapper-16 {
  position: relative;
  width: 264px;
  margin-top: -1.00px;
  font-family: "Poppins-Medium", Helvetica;
  font-weight: 500;
  color: #ffffff;
  font-size: 16px;
  letter-spacing: 0;
  line-height: 21.6px;
}

.lp .frame-24 {
  display: flex;
  flex-direction: column;
  width: 288px;
  align-items: flex-start;
  gap: 7px;
  position: absolute;
  top: 543px;
  left: 1243px;
}

.lp .frame-25 {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 14px;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
}

.lp .frame-26 {
  position: absolute;
  width: 1920px;
  height: 900px;
  top: 4101px;
  left: 0;
}

.lp .frame-27 {
  height: 900px;
  background-image: url(./img/image-15.png);
  background-size: cover;
  background-position: 50% 50%;
}

.lp .frame-28 {
  display: flex;
  flex-direction: column;
  width: 656px;
  align-items: flex-start;
  gap: 8px;
  position: relative;
  top: 125px;
  left: 348px;
}

.lp .frame-29 {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 23px;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
}

.lp .text-wrapper-17 {
  position: relative;
  flex: 1;
  margin-top: -1.00px;
  background: linear-gradient(
    90deg,
    rgba(0, 183, 195, 1) 0%,
    rgba(130, 210, 254, 1) 100%
  );
  -webkit-background-clip: text !important;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  -webkit-text-fill-color: transparent;
  font-family: "Darker Grotesque-Bold", Helvetica;
  font-weight: 700;
  color: transparent;
  font-size: 64px;
  letter-spacing: 0;
  line-height: 48px;
}

.lp .text-wrapper-18 {
  position: relative;
  align-self: stretch;
  font-family: "Poppins-Medium", Helvetica;
  font-weight: 500;
  color: #ffffff;
  font-size: 28px;
  letter-spacing: 0;
  line-height: 31.6px;
}

.lp .frame-30 {
  display: flex;
  width: 1920px;
  align-items: center;
  justify-content: space-between;
  padding: 103px 408px;
  position: absolute;
  top: 5001px;
  left: 0;
  background-color: #ffffff;
}

.lp .background-border-4 {
  width: 539px;
  height: 321px;
  padding: 40.97px 40px 42px 42px;
  background-color: #ffffff;
  border-radius: 15px;
  border-top-width: 2px;
  border-top-style: solid;
  border-bottom-width: 2px;
  border-bottom-style: solid;
  border-left-width: 2px;
  border-left-style: solid;
  border-color: #6c1f70;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  position: relative;
}

.lp .heading-6 {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
  margin-bottom: -18.98px;
}

.lp .text-wrapper-19 {
  position: relative;
  align-self: stretch;
  height: 257px;
  margin-top: -1.00px;
  font-family: var(--thaismartan-com-br-semantic-heading-2-font-family);
  font-weight: var(--thaismartan-com-br-semantic-heading-2-font-weight);
  color: #000000;
  font-size: var(--thaismartan-com-br-semantic-heading-2-font-size);
  letter-spacing: var(--thaismartan-com-br-semantic-heading-2-letter-spacing);
  line-height: var(--thaismartan-com-br-semantic-heading-2-line-height);
  font-style: var(--thaismartan-com-br-semantic-heading-2-font-style);
}

.lp .form-wrapper {
  width: 561.2px;
  padding: 61px 31px 51px;
  background-color: #000000;
  border-radius: 20px;
  border: 1px solid;
  border-color: #00ff96;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  position: relative;
}

.lp .form {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: var(--thaismartan-com-br-item-spacing-10);
  padding: 0px 30px 10px;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
}

.lp .input {
  display: flex;
  flex-direction: column;
  max-width: var(--thaismartan-com-br-width-499-2);
  min-height: var(--thaismartan-com-br-height-47);
  align-items: flex-start;
  padding: 7px 17px 9.59px;
  position: relative;
  width: 100%;
  flex: 0 0 auto;
  background-color: #ffffff;
  border-radius: 10px;
  overflow: hidden;
  border-style: solid;
  border-top-style: solid;
  border-right-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-color: #005555;
}

.lp .container-2 {
  display: flex;
  flex-direction: column;
  align-self: stretch;
  width: 100%;
  opacity: 0.6;
  align-items: flex-start;
  position: relative;
  flex: 0 0 auto;
}

.lp .text-wrapper-20 {
  position: relative;
  align-self: stretch;
  margin-top: -1.00px;
  font-family: var(--thaismartan-com-br-semantic-input-font-family);
  font-weight: var(--thaismartan-com-br-semantic-input-font-weight);
  color: #000000;
  font-size: var(--thaismartan-com-br-semantic-input-font-size);
  letter-spacing: var(--thaismartan-com-br-semantic-input-letter-spacing);
  line-height: var(--thaismartan-com-br-semantic-input-line-height);
  font-style: var(--thaismartan-com-br-semantic-input-font-style);
}

.lp .container-3 {
  align-self: stretch;
  width: 100%;
  opacity: 0.6;
  position: relative;
  border: none;
  background: none;
  margin-top: -1.00px;
  font-family: var(--thaismartan-com-br-semantic-input-font-family);
  font-weight: var(--thaismartan-com-br-semantic-input-font-weight);
  color: #000000;
  font-size: var(--thaismartan-com-br-semantic-input-font-size);
  letter-spacing: var(--thaismartan-com-br-semantic-input-letter-spacing);
  line-height: var(--thaismartan-com-br-semantic-input-line-height);
  font-style: var(--thaismartan-com-br-semantic-input-font-style);
  padding: 0;
}

.lp .component-3 {
  display: flex;
  flex-direction: column;
  min-height: var(--thaismartan-com-br-height-47);
  align-items: center;
  padding: 15px 71.49px 18px 76.48px;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
  background-color: #6c1f70;
  border-radius: 10px;
}

.lp .text-2 {
  align-self: stretch;
  font-family: var(--thaismartan-com-br-darker-grotesque-bold-font-family);
  font-weight: var(--thaismartan-com-br-darker-grotesque-bold-font-weight);
  color: var(--system-colors-miscellaneous-floating-tab-pill-fill);
  letter-spacing: var(--thaismartan-com-br-darker-grotesque-bold-letter-spacing);
  line-height: var(--thaismartan-com-br-darker-grotesque-bold-line-height);
  position: relative;
  margin-top: -1.00px;
  font-size: var(--thaismartan-com-br-darker-grotesque-bold-font-size);
  text-align: center;
  font-style: var(--thaismartan-com-br-darker-grotesque-bold-font-style);
}

.lp .frame-31 {
  display: flex;
  flex-direction: column;
  max-width: 1076px;
  width: 1076px;
  align-items: flex-start;
  gap: 8px;
  padding: 57px 314px;
  position: absolute;
  top: 0;
  left: 0;
}

.lp .image {
  position: relative;
  align-self: stretch;
  width: 100%;
  height: 84px;
  object-fit: cover;
}

.lp .frame-32 {
  display: flex;
  flex-direction: column;
  width: 1920px;
  height: 949px;
  align-items: flex-start;
  gap: 25px;
  padding: 119px 586px;
  position: absolute;
  top: 5567px;
  left: 0;
  background-image: url(./img/frame-69.png);
  background-size: cover;
  background-position: 50% 50%;
}

.lp .frame-33 {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 25px;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
}

.lp .heading-quem-paulo {
  position: relative;
  flex: 1;
  height: 44px;
  margin-top: -1.00px;
  background: linear-gradient(
    90deg,
    rgba(128, 62, 246, 1) 0%,
    rgba(177, 87, 176, 1) 100%
  );
  -webkit-background-clip: text !important;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  -webkit-text-fill-color: transparent;
  font-family: "Darker Grotesque-Bold", Helvetica;
  font-weight: 700;
  color: transparent;
  font-size: 43.2px;
  letter-spacing: 0;
  line-height: 43.2px;
  white-space: nowrap;
}

.lp .heading-7 {
  display: flex;
  height: 514px;
  align-items: flex-start;
  gap: var(--thaismartan-com-br-item-spacing-25-5);
  align-self: stretch;
  width: 100%;
  flex-direction: column;
  position: relative;
}

.lp .com-uma-experi-ncia {
  position: relative;
  width: 540px;
  margin-top: -1.00px;
  font-family: "Poppins-Medium", Helvetica;
  font-weight: 500;
  color: #ffffff;
  font-size: 18px;
  letter-spacing: 0;
  line-height: 25.6px;
}

.lp .text-wrapper-21 {
  position: relative;
  width: 540px;
  font-family: "Poppins-Medium", Helvetica;
  font-weight: 500;
  color: #ffffff;
  font-size: 18px;
  letter-spacing: 0;
  line-height: 25.6px;
}

.lp .frame-34 {
  display: flex;
  flex-direction: column;
  width: 1920px;
  align-items: flex-start;
  gap: 8px;
  padding: 54px 315px;
  position: absolute;
  top: 6521px;
  left: 0;
}

.lp .frame-35 {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 11px;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
}

.lp .frame-36 {
  display: flex;
  flex-direction: column;
  height: 148px;
  align-items: center;
  justify-content: center;
  padding: 24px;
  position: relative;
  align-self: stretch;
  width: 100%;
}

.lp .image-wrapper {
  display: flex;
  flex-direction: column;
  width: 377px;
  height: 102px;
  align-items: center;
  gap: 10px;
  position: relative;
  margin-top: -17.00px;
}

.lp .img {
  position: relative;
  width: 407px;
  height: 76px;
  margin-left: -15.00px;
  margin-right: -15.00px;
  object-fit: cover;
}

.lp .frame-37 {
  display: flex;
  width: 694px;
  align-items: center;
  justify-content: center;
  gap: 8px;
  position: relative;
  flex: 0 0 auto;
  margin-bottom: -17.00px;
}

.lp .text-wrapper-22 {
  position: relative;
  width: 656px;
  height: 32px;
  margin-top: -1.00px;
  font-family: "Poppins-Medium", Helvetica;
  font-weight: 500;
  color: #ffffff;
  font-size: 28px;
  letter-spacing: 0;
  line-height: 31.6px;
  white-space: nowrap;
}

.lp .frame-38 {
  display: inline-flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 8px;
  position: relative;
  flex: 0 0 auto;
}

.lp .frame-39 {
  display: flex;
  flex-direction: column;
  width: 403px;
  height: 69px;
  align-items: center;
  justify-content: center;
  gap: 20px;
  position: relative;
}

.lp .frame-40 {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
  margin-top: -28.00px;
  margin-bottom: -28.00px;
}

.lp .frame-41 {
  display: flex;
  width: 1070px;
  align-items: flex-start;
  justify-content: center;
  position: relative;
  flex: 0 0 auto;
  margin-right: -667.00px;
}

.lp .text-wrapper-23 {
  position: relative;
  width: 1064px;
  height: 125px;
  margin-top: -1.00px;
  font-family: "Poppins-Medium", Helvetica;
  font-weight: 500;
  color: #ffffff;
  font-size: 20px;
  letter-spacing: 0;
  line-height: 31.6px;
}

.lp .hero {
  display: flex;
  flex-direction: column;
  width: 1920px;
  height: 900px;
  align-items: flex-start;
  justify-content: center;
  gap: 8px;
  padding: 163px 345px;
  position: absolute;
  top: 211px;
  left: 0;
  background-image: url(./img/hero.png);
  background-size: cover;
  background-position: 50% 50%;
}

.lp .frame-42 {
  display: flex;
  flex-direction: column;
  width: 723px;
  align-items: flex-start;
  gap: 71px;
  position: relative;
  flex: 0 0 auto;
}

.lp .frame-43 {
  display: flex;
  flex-direction: column;
  width: 723px;
  align-items: flex-start;
  gap: 28px;
  position: relative;
  flex: 0 0 auto;
}

.lp .frame-44 {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 8px 0px;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
}

.lp .text-wrapper-24 {
  position: relative;
  flex: 1;
  margin-top: -1.00px;
  background: linear-gradient(90deg, rgba(217, 200, 249, 1) 100%);
  -webkit-background-clip: text !important;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  -webkit-text-fill-color: transparent;
  font-family: "Darker Grotesque-Bold", Helvetica;
  font-weight: 700;
  color: transparent;
  font-size: 64px;
  letter-spacing: 0;
  line-height: 48px;
}

.lp .text-wrapper-25 {
  position: relative;
  flex: 1;
  margin-top: -1.00px;
  font-family: "Poppins-Medium", Helvetica;
  font-weight: 500;
  color: #ffffff;
  font-size: 28px;
  letter-spacing: 0;
  line-height: 31.6px;
}

.lp .frame-45 {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 76px;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
}

.lp .group {
  position: relative;
  width: 331px;
  height: 105px;
}

.lp .overlap-group {
  position: relative;
  height: 105px;
}

.lp .frame-46 {
  display: flex;
  flex-direction: column;
  width: 331px;
  align-items: flex-start;
  gap: 8px;
  padding: 8px;
  position: absolute;
  top: 0;
  left: 0;
}

.lp .group-2 {
  position: relative;
  width: 315px;
  height: 89px;
  background-color: #803ef6;
  border-radius: 24px;
  border: 1px solid;
  border-color: #000000;
}

.lp .group-wrapper {
  position: absolute;
  width: 227px;
  height: 39px;
  top: 33px;
  left: 52px;
}

.lp .group-3 {
  position: relative;
  width: 229px;
  height: 39px;
}

.lp .text-wrapper-26 {
  position: absolute;
  height: 39px;
  top: 0;
  left: 0;
  font-family: var(--thaismartan-com-br-darker-grotesque-extrabold-font-family);
  font-weight: var(--thaismartan-com-br-darker-grotesque-extrabold-font-weight);
  color: #ffffff;
  font-size: var(--thaismartan-com-br-darker-grotesque-extrabold-font-size);
  text-align: center;
  letter-spacing: var(
    --thaismartan-com-br-darker-grotesque-extrabold-letter-spacing
  );
  line-height: var(--thaismartan-com-br-darker-grotesque-extrabold-line-height);
  white-space: nowrap;
  font-style: var(--thaismartan-com-br-darker-grotesque-extrabold-font-style);
}
