@import url('https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,100..1000;1,9..40,100..1000&display=swap');* {box-sizing: border-box;list-style: none;text-decoration: none;margin: 0;padding: 0;}html {scroll-behavior: smooth;}body {display: flex;justify-content: center;margin: 0;padding: 0;overflow-x: hidden;-webkit-user-select: none;-moz-user-select: none;-ms-user-select: none;user-select: none;font-family: "DM Sans", sans-serif;letter-spacing: normal;}::-webkit-scrollbar {width: 5px;}::-webkit-scrollbar-track {background: var(--background-scrool-color);}::-webkit-scrollbar-thumb {background: var(--secondary-color);border-radius: 8px;}::-webkit-scrollbar-thumb:hover {background: var(--font-color);}:root {--primary-color: #000;--secondary-color: #454F40;--background-color: #F8F8F8;--background-scrool-color: #f1f1f1;--font-color: #777670;--background-gray: #F3F3F3;--light-background: #FBFBFB;--border-box: #EBEAE3;--background-faq: #FAFAF8;--background-icon: #F0F0F0;--footer-mais: #343434;}img {-webkit-user-drag: none;object-fit: contain;width: 100%;}.container-area {display: flex;flex-direction: column;justify-content: center;width: 100%;min-height: 100vh;align-items: center;}.container {display: flex;flex-direction: column;align-items: center;width: 100%;max-width: 1440px;margin: 0 auto;}.button {display: flex;align-items: center;justify-content: center;gap: 3px;width: 100%;&.register {width: 216px;max-width: 100%;min-height: 40px;border: 1px solid var(--primary-color);gap: 10px;align-items: center;color: var(--primary-color);@media screen and (max-width: 768px) {max-width: 100%;font-size: 12px;line-height: 40px;}&:hover {background-color: var(--primary-color);color: #fff;svg {path {fill: #fff;}}}}&.create {margin-top: 16px;max-width: 320px;min-height: 40px;border: 1px solid var(--primary-color);color: var(--primary-color);padding: 10px 50px;font-weight: 600;transition: all 0.3s ease;@media screen and (max-width: 360px) {width: 328px;max-width: 100%;}&:hover {background-color: var(--primary-color);color: #fff;}}&.sign-up {margin-top: 15px;color: #fff;background-color: var(--primary-color);width: 312px;max-width: 100%;min-height: 40px;padding: 3px 20px;font-size: 14px;font-weight: 600;line-height: 40px;border: 1px solid var(--primary-color);@media screen and (max-width: 360px) {width: 328px;max-width: 100%;}&:hover {background-color: #fff;color: var(--primary-color);border: 1px solid var(--primary-color);}}}h1, h2, h3, h4, h5, h6, p {margin: 0px;}section, main, header, footer {display: flex;justify-content: center;width: 100%;}.area-1 {display: flex;flex-direction: column;justify-content: center;background-color: var(--background-color);width: 100%;@media screen and (max-width: 1024px) {padding: 0;}nav {display: flex;background-color: #fff;flex-direction: row;justify-content: space-between;align-items: center;padding: 0;width: 100%;.nav-container {display: flex;justify-content: space-between;align-items: center;box-sizing: border-box;width: 100%;padding: 15px 3%;max-width: 1440px;margin: 0 auto;@media screen and (max-width: 768px) {flex-direction: row-reverse;justify-content: center;}@media screen and (max-width: 790px) {padding: 15px 5%;}}img {width: 96px;height: auto;}a {display: flex;align-items: center;margin-right: 20px;gap: 8px;color: var(--font-color);font-size: 12px;margin-right: 0px !important;span {text-decoration: underline;&:hover {color: var(--secondary-color);}}svg {margin-right: 0;}}}.container {display: flex;flex-direction: row;align-items: center;justify-content: space-between;padding: 0 0 0 50px;@media screen and (max-width: 1193px) {flex-direction: column-reverse;text-align: start;padding: 0;}}.box-left {flex: 1;display: flex;flex-direction: column;gap: 24px;max-width: 41%;padding: 50px 0;@media screen and (max-width: 1193px) {max-width: 776px;align-items: flex-start;padding: 20px 0 30px;}@media screen and (max-width: 1023px) {max-width: 776px;padding: 10px 0px 30px 0px;align-items: start;text-align: start;}@media screen and (max-width: 950px) {padding: 20px 16px 24px 0;}@media screen and (max-width: 790px) {padding: 20px 15px;}img {width: 96px;height: auto;object-fit: cover;}.text-content {width: 100%;max-width: 100%;@media screen and (max-width: 1024px) {margin-top: 0;padding-top: 0;}@media screen and (max-width: 360px) {padding: 0;}}span {font-size: 12px;font-weight: 600;line-height: 24px;color: var(--primary-color);@media screen and (max-width: 540px) {font-size: 10px;line-height: 24px;}}h1 {font-size: 40px;font-weight: 400;line-height: 48px;color: var(--secondary-color);padding-top: 35px;@media screen and (max-width: 480px) {font-size: 20px;line-height: 32px;max-width: 280px;padding-top: 8px;}strong {font-weight: 700;color: var(--primary-color);}}h5 {font-size: 14px;font-weight: 400;line-height: 24px;color: var(--font-color);margin-top: 15px;max-width: 504px;@media screen and (max-width: 500px) {font-size: 12px;line-height: 16px;}}a {font-size: 14px;font-weight: 600;line-height: 40px;color: var(--primary-color);}}.box-right {padding: 0;margin: 0;height: 100%;a {display: flex;color: var(--font-color);border: 2px solid var(--font-color);padding: 7px 15px;align-items: center;gap: 5px;margin: 0 10% 7%;span {text-decoration: underline;}}img {width: 100%;height: 100%;object-fit: contain;}}}.area-2 {width: 100%;margin: 104px 0;padding: 0;@media screen and (max-width: 480px) {border-bottom: 1px solid #0000000D;margin: 40px;}.container {padding: 0 50px 20px 50px;justify-content: center;margin: 0;@media screen and (max-width: 1250px) {padding: 0 15px;margin: 0;}.text-container {text-align: center;gap: 60px;h2 {font-size: 32px;font-weight: 400;line-height: 100%;text-align: center;color: var(--secondary-color);@media screen and (max-width: 480px) {font-size: 20px;}}span {font-size: 14px;font-weight: 400;line-height: 24px;color: var(--font-color);margin: 20px 0 30px 0;display: block;@media screen and (max-width: 480px) {font-size: 12px;}}}.list-box {display: flex;gap: 15px;@media screen and (max-width: 1250px) {flex-wrap: wrap;justify-content: center;padding: 0 160px;}@media screen and (max-width: 1249px) {width: 100%;max-width: 100%;}@media screen and (max-width: 958px) {padding: 0 150px;}@media screen and (max-width: 938px) {padding: 0;}@media screen and (max-width: 640px) {padding: 0;}.box {background: var(--light-background);display: flex;flex-direction: column;width: 296px;gap: 10px;padding: 40px 24px;@media screen and (max-width: 637px) {max-width: 100%;width: 100%;}strong {color: var(--secondary-color);font-size: 16px;font-weight: 500;line-height: 40px;}p {font-size: 14px;font-weight: 400;color: var(--font-color);@media screen and (max-width: 480px) {font-size: 12px;}}}}}}.area-3 {.container {padding: 0 15px;justify-content: center;.text-container {margin-bottom: 56px;text-align: center;h2 {font-size: 32px;font-weight: 400;line-height: 100%;color: var(--secondary-color);margin-bottom: 16px;@media screen and (max-width: 360px) {font-size: 20px;}strong {font-weight: 600;}}span {color: var(--font-color);@media screen and (max-width: 580px) {font-size: 12px;color: var(--font-color);}}}.list-box {display: flex;flex-direction: row;gap: 20px;@media screen and (max-width: 1100px) {display: flex;width: 100%;flex-direction: row;justify-content: center;}@media screen and (max-width: 768px) {flex-direction: column;}.box {background-color: var(--light-background);width: 312px;padding: 40px;text-align: left;@media screen and (max-width: 950px) {max-width: calc(33% - 15px);}@media screen and (max-width: 768px) {max-width: 100%;width: 100%;}@media screen and (max-width: 480px) {padding-right: 30px;}h2 {font-size: 32px;font-weight: 500;margin-bottom: 20px;line-height: 40px;color: var(--secondary-color);&:nth-of-type(2) {margin-bottom: 100px;}&:nth-child(3) {display: flex;flex-direction: row;}@media screen and (max-width: 480px) {font-size: 20px;}}h5 {color: var(--font-color);font-size: 14px;font-weight: 400;line-height: 16px;@media screen and (max-width: 480px) {font-size: 14px;}span {color: var(--primary-color);}}&:nth-child(2) {h2 {@media screen and (min-width: 897px) {margin-bottom: 60px;}}}}}}}.area-4 {box-sizing: border-box;display: flex;justify-content: center;overflow-x: hidden;margin-top: 50px;.container {box-sizing: border-box;display: flex;flex-direction: column;max-width: 1400px;width: 100%;padding-inline: 20px;margin: 0;align-items: center;.text-container {margin: 50px 0 30px;text-align: center;@media screen and (max-width: 480px) {padding: 40px 35px 33px 35px;margin: 0;}h2 {font-size: 32px;font-weight: 400;line-height: 100%;color: var(--secondary-color);margin-bottom: 20px;strong {font-weight: 600;}@media screen and (max-width: 480px) {font-size: 20px;line-height: 130%;max-width: 100%;}}span {font-size: 14px;font-weight: 400;line-height: 24px;color: var(--font-color);@media screen and (max-width: 480px) {font-size: 12px;line-height: 16px;}}}.content-box {display: flex;width: 100%;gap: 16px;align-items: center;justify-content: center;flex-wrap: wrap;@media screen and (max-width: 1287px) {flex-direction: column-reverse;}.box-left {flex: 1 1 200px;max-width: 504px;display: flex;flex-direction: column;justify-content: center;@media screen and (max-width: 1287px) {width: 712px;max-width: 100%;}.list-box {display: flex;flex-direction: column;gap: 16px;height: 100%;@media screen and (max-width: 480px) {gap: 8px;}.box {display: flex;align-items: center;margin: 0;padding: 16px 50px 16px 24px;background-color: var(--light-background);gap: 10px;border: 1px solid var(--border-box);border-radius: 2px;width: 100%;box-sizing: border-box;@media screen and (max-width: 480px) {padding: 12px;line-height: 16px;gap: 10px;}svg {flex-shrink: 0;margin-top: 2px;width: 40px;height: 40px;display: block;align-items: center;@media screen and (max-width: 480px) {width: 32px;height: 32px;}}h2 {font-size: 16px;font-weight: 600;color: var(--secondary-color);line-height: 24px;margin: 0;@media screen and (max-width: 480px) {font-size: 12px;line-height: 16px;margin: -8px;padding: 0;}span {font-size: 16px;font-weight: 500;@media screen and (max-width: 480px) {font-size: 12px;margin: 0;padding: 0;}}}}}}.box-right {max-width: 820px;display: flex;justify-content: center;align-items: center;img {display: block;max-width: 100%;width: 100%;height: 100%;object-fit: contain;object-position: center;@media screen and (max-width: 1390px) {width: 100%;}}}@media screen and (max-width: 880px) {gap: 20px;}}.button.sign-up {margin-top: 24px;text-align: center;}}}.area-5 {display: flex;justify-content: center;.container {display: flex;flex-direction: column;align-items: center;justify-content: space-between;gap: 30px;padding: 60px 20px;margin: 0;max-width: 1400px;@media screen and (max-width: 480px) {gap: 0;}.text-container {display: flex;justify-content: space-between;margin-bottom: 30px;align-items: flex-start;width: 100%;gap: 20px;padding: 0;@media screen and (max-width: 1400px) {flex-direction: column;text-align: center;align-items: center;}@media screen and (max-width: 950px) {flex-direction: column;gap: 10px;text-align: center;h4 {font-size: 26px;}h3 {font-size: 13px;line-height: 20px;}}h4 {font-size: 32px;font-weight: 400;line-height: 100%;color: var(--secondary-color);width: 40%;text-align: left;@media screen and (max-width: 1400px) {text-align: center;}@media screen and (max-width: 950px) {width: 100%;font-size: 26px;text-align: center;}@media screen and (max-width: 540px) {font-size: 22px;text-align: start;}@media screen and (max-width: 360px) {font-size: 16px;}}h3 {font-size: 14px;color: var(--font-color);line-height: 160%;@media screen and (max-width: 680px) {text-align: start;}@media screen and (max-width: 360px) {font-size: 12px;}}}.list-box {display: flex;flex-direction: row;flex-wrap: wrap;gap: 80px;justify-content: center;padding: 0;@media screen and (max-width: 1024px) {flex-direction: column;align-self: center;width: 100%;max-width: 710px;gap: 16px;}.box {display: flex;align-items: center;border: 1px solid var(--border-box);padding: 20px;width: 400px;gap: 24px;border-radius: 4px;@media screen and (max-width: 1024px) {width: 100%;}@media screen and (max-width: 950px) {width: 100%;}@media screen and (max-width: 460px) {width: 150px;gap: 8px;}&:hover {box-shadow: rgba(14, 63, 126, 0.06) 0px 0px 0px 1px, rgba(42, 70, 47, 0.03) 0px 1px 1px -0.5px, rgba(42, 51, 70, 0.04) 0px 2px 2px -1px, rgba(42, 51, 70, 0.04) 0px 3px 3px -1.5px, rgba(42, 51, 70, 0.03) 0px 5px 5px -2.5px, rgba(42, 51, 70, 0.03) 0px 10px 10px -5px, rgba(42, 51, 70, 0.03) 0px 24px 24px -8px;}.background-icon {background-color: var(--background-icon);width: 72px;height: 72px;display: flex;justify-content: center;align-items: center;border-radius: 4px;flex-shrink: 0;}svg {flex-shrink: 0;}.text-content {display: flex;flex-direction: column;gap: 4px;@media screen and (max-width: 1024px) {padding: 20px;}h3 {font-size: 18px;font-weight: 700;color: var(--font-color);@media screen and (max-width: 480px) {font-size: 15px;}}span {font-size: 13px;font-weight: 400;color: var(--font-color);word-break: break-all;display: flex;gap: 8px;@media screen and (max-width: 480px) {font-size: 12px;}}}@media screen and (max-width: 880px) {width: 100%;justify-content: flex-start;padding: 16px;}}}}}.area-6 {display: flex;justify-content: center;background-color: var(--primary-color);margin-top: 50px;.container {display: flex;flex-direction: column;justify-content: center;max-width: 100%;padding-inline: 20px;box-sizing: border-box;padding: 0;.container-footer {display: flex;flex-direction: row;padding: 15px;width: 1400px;max-width: 100%;justify-content: space-between;margin-top: 40px;@media screen and (max-width: 680px) {flex-direction: column;align-items: center;gap: 30px;padding: 0;margin-top: 30px;}.box-social {display: flex;gap: 25px;align-items: center;}}}.box-footer {display: flex;margin-top: 50px;width: 100%;max-width: 100%;background-color: var(--footer-mais);@media screen and (max-width: 1024px) {width: 100%;margin-top: 60px;}@media screen and (max-width: 680px) {margin-top: 40px;flex-direction: column;gap: 30px;}}}.area-faq {.container {background-color: var(--background-faq);padding: 50px 50px 25px;@media screen and (max-width:768px) {padding: 25px 20px 0px;}@media screen and (max-width:768px) {padding: 25px 0px 0px;}h5 {font-size: 32px;font-weight: 400;color: var(--font-color);text-align: center;}.faq-container {max-width: 1024px;margin: 0 auto;display: flex;flex-direction: column;gap: 0rem;padding-top: 25px;padding-bottom: 25px;width: 100%;.faq-item {border-radius: 0px;overflow: hidden;&:last-child {.faq-button {border-bottom: none !important;}}.faq-button {width: 100%;padding: 8px 15px;min-height: 48px;margin-bottom: 15px;display: flex;flex-direction: row-reverse;justify-content: space-between;background-color: #F0F0F0;align-items: center;border: none;cursor: pointer;text-align: left;gap: 15px;outline: none;box-shadow: none;@media screen and (max-width:768px) {flex-direction: row;min-height: 64px;}@media screen and (max-width:540px) {padding: 8px 20px;}&.active {border-bottom: none !important;}span {font-weight: 400 !important;color: #777670 !important;font-size: 14px !important;width: 100%;line-height: 1.2 !important;font-family: 'DM Sans', sans-serif !important;@media screen and (max-width:540px) {font-size: 12px !important;}}.toggle-icon {.mobile {display: none;max-height: 16px;width: 16px;height: 16px;@media screen and (max-width:768px) {display: flex;justify-content: center;align-items: center;}}.web {@media screen and (max-width:768px) {display: none;}}transition: transform 0.5s;height: 20px;width: 10px;@media screen and (max-width:768px) {width: 20px;}svg {width: 8px;height: 16px;margin-bottom: -6px;transition: transform 0.5s;@media screen and (max-width:768px) {width: 16px;height: 16px;}}}}.answer {padding: 0px 15px 1rem;width: 100%;font-size: 14px !important;font-weight: 400 !important;color: #777670 !important;font-family: 'Dm Sans', sans-serif !important;@media screen and (max-width:540px) {font-size: 12px !important;}a, h1, h2, span, td, p {font-size: 14px !important;font-weight: 400 !important;color: var(--font-color-gray) !important;font-family: 'Dm Sans', sans-serif !important;margin: 0px !important;padding: 0px !important;@media screen and (max-width:540px) {font-size: 12px !important;}}&.hidden {display: none;}}}}}}.desktop-login-link {display: flex;align-items: center;gap: 8px;text-decoration: none;color: #333;font-size: 14px;transition: color 0.3s ease;@media screen and (max-width: 768px) {display: none !important;}@media screen and (min-width: 769px) {display: flex !important;}&:hover {color: var(--secondary-color);}}.hamburguer-menu {display: none;flex-direction: column;justify-content: space-between;width: 30px;height: 21px;cursor: pointer;z-index: 1001;position: absolute;left: 20px;@media screen and (max-width: 768px) {display: flex;}.hamburguer-icon {display: block;}.close-icon {display: none;}&.active {.hamburguer-icon {display: none;}.close-icon {display: block;}}@media screen and (min-width: 769px) {display: none;}}.menu-overlay {position: fixed;top: 0;left: 0;width: 100%;height: 100vh;background-color: rgba(0, 0, 0, 0.37);z-index: 998;opacity: 0;visibility: hidden;transition: opacity 0.5s ease-out, visibility 0.5s ease-out;&.active {opacity: 1;visibility: visible;}}.mobile-menu {position: fixed;top: 0;right: -100%;width: 50%;max-width: 300px;height: 100vh;background-color: var(--background-color);z-index: 999;transition: right 0.4s ease;padding: 80px 30px 30px;overflow-y: auto;box-shadow: -5px 0 15px rgba(0, 0, 0, 0.1);&.active {left: 0;}ul {list-style: none;margin-top: 30px;}li {margin-bottom: 15px;}a {text-decoration: none;color: #333;font-size: 18px;display: flex;align-items: center;gap: 10px;padding: 10px 0;border-bottom: 1px solid var(--primary-color);transition: color 0.3s ease;@media screen and (max-width: 340px) {font-size: 14px;}&:hover {color: var(--secondary-color);}}}.menu-close {position: absolute;top: 20px;left: 20px;background: none;border: none;font-size: 24px;cursor: pointer;color: var(--secondary-color);}