@import url('https://fonts.googleapis.com/css2?family=Nunito:ital,wght@0,200..1000;1,200..1000&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');html {scroll-behavior: smooth;}body {display: flex;font-family: "Poppins", sans-serif;line-height: 1.2;justify-content: center;-webkit-user-select: none;-moz-user-select: none;-ms-user-select: none;user-select: none;overflow-x: hidden;margin: 0;padding: 0;width: 100%;}::-webkit-scrollbar {width: 5px;}::-webkit-scrollbar-track {background: var(--background-scroll-color);}::-webkit-scrollbar-thumb {background: var(--primary-color);border-radius: 8px;}::-webkit-scrollbar-thumb:hover {background: var(--primary-color);}:root {--primary-color: #2E9FF4;--secondary-color: #1B5C86;--font-color-white: #fff;--font-color-gray: #393E46;--background-blue: #DDF4FF;--background-scroll-color: #f1f1f1;--background-button-green: #30AC6E;}* {box-sizing: border-box;}a {text-decoration: none;cursor: pointer;}img {-webkit-user-drag: none;object-fit: contain;}.container-area {display: flex;flex-direction: column;width: 100%;height: 100%;overflow-x: hidden;margin: 0;}.container {display: flex;flex-direction: column;align-items: center;width: 100%;max-width: 1300px;margin: 0 auto;padding: 0 20px;height: 100%;@media screen and (max-width: 1024px) {padding: 0 60px;}@media screen and (max-width: 767px) {padding: 0 10px;}@media screen and (max-width: 400px) {padding: 0 8px;}}.button {display: flex;align-items: center;justify-content: center;gap: 8px;transition: all 0.3s;border-radius: 4px;line-height: 1;padding: 0 5px;&.register {background-color: var(--background-button-green);max-width: 359px;min-height: 57px;font-family: "Nunito", sans-serif;font-size: 18px;color: var(--font-color-white);border-radius: 20px;margin-bottom: 23px;font-weight: 400;gap: 10px;width: 100%;&:hover {background-color: #39cd83;}}&.login {display: flex;align-items: center;gap: 8px;background-color: var(--background-blue);padding: 16px 20px;border-radius: 16px;font-weight: 600;color: var(--secondary-color);transition: background-color 0.3s;width: auto;max-width: 250px;min-height: 56px;&:hover {color: #fff;background-color: var(--secondary-color);svg {path {fill: #fff;}}}img {width: 20px;height: 20px;}@media screen and (max-width: 950px) {position: static;background-color: #fff;margin-top: 15px;max-width: 200px;order: -1;margin-bottom: 25px;}@media screen and (max-width: 767px) {padding: 10px 20px;font-size: 14px;max-width: 180px;}@media screen and (max-width: 400px) {padding: 8px 16px;font-size: 13px;max-width: 160px;}}&.partner {background-color: var(--background-button-green);max-width: 323px;min-height: 59px;font-family: "Poppins", sans-serif;font-weight: 700;color: var(--font-color-white);border-radius: 20px;display: flex !important;margin: -30px auto 30px !important;position: relative;z-index: 100;text-align: center;text-decoration: none;width: auto;padding: 16px 34px;&:hover {background-color: #39cd83;}span {text-align: center;}@media screen and (max-width: 767px) {min-height: 50px;margin: -25px auto 25px !important;font-size: 14px;max-width: 280px;}@media screen and (max-width: 400px) {min-height: 45px;font-size: 13px;max-width: 260px;margin: -20px auto 20px !important;}@media screen and (max-width: 320px) {min-height: 40px;font-size: 12px;max-width: 240px;margin: -10px auto 15px !important;}}&.transform {background-color: var(--background-button-green);max-width: 418px;min-height: 59px;border-radius: 20px;color: var(--font-color-white);padding: 16px 34px;margin-left: 20%;box-shadow: 0 4px 4px 0#00000040;&:hover {background-color: #39cd83;}span {font-size: 18px;font-weight: 700;line-height: 1.1;}@media screen and (max-width: 1024px) {margin: 30px auto 0;}@media screen and (max-width: 767px) {min-height: 50px;margin: 20px auto 0;padding: 12px 24px;span {font-size: 16px;}}@media screen and (max-width: 400px) {span {font-size: 13px;white-space: nowrap;}}}&.create {background-color: var(--background-button-green);max-width: 251px;min-height: 57px;color: var(--font-color-white);border-radius: 20px;padding: 16px 34px;margin-top: 33px;&:hover {background-color: #39cd83;}@media screen and (max-width: 767px) {min-height: 50px;padding: 12px 24px;font-size: 14px;}}}.area-1 {background-image: url('https://bucket-seed.s3.us-east-2.amazonaws.com/cicatribem.com.br/lp/images/first-background.webp');background-position: right center;background-size: cover;background-repeat: no-repeat;overflow: hidden;width: 100%;position: relative;min-height: 700px;@media screen and (max-width: 320px) {background-position: right top;background-size: cover;min-height: 500px;}.container {flex-direction: row;padding: 60px 70px 0 70px;align-items: flex-start;justify-content: space-between;@media screen and (max-width: 950px) {flex-direction: column;align-items: center;gap: 25px;padding: 20px 0 0;@media screen and (max-width: 480px) {padding-left: 40px;padding-right: 40px;}}.box-left {display: flex;flex-direction: column;gap: 10px;width: 100%;max-width: 50%;@media screen and (max-width: 950px) {max-width: 100%;align-items: center;text-align: center;}img {margin-top: 55px;max-width: 600px;@media screen and (max-width: 950px) {margin: 0;}}.button {&.login {display: none;@media screen and (max-width: 950px) {display: flex;background-color: var(--background-blue);margin-left: auto;max-width: 100%;}}&.register {@media screen and (max-width: 767px) {}}}.title-logo {width: 446px;height: 10%;display: flex;align-items: center;margin: 0;padding: 0;gap: 16px;@media screen and (max-width: 950px) {flex-direction: column;align-items: center;}.text-container {display: flex;flex-direction: column;line-height: 1.1;font-family: "Poppins", sans-serif !important;@media screen and (max-wdith: 950px) {flex-direction: column;text-align: center;}@media screen and (max-width: 400px) {gap: 2px !important;}}.line-1 {padding: 0;font-size: 40px;font-weight: 300;color: var(--primary-color);align-self: flex-start;@media screen and (max-width: 950px) {align-self: center;}@media screen and (max-width: 400px) {}}.line-2 {font-size: 40px;font-weight: 700;color: var(--primary-color);@media screen and (max-width: 767px) {}}}h1 {font-size: 60px;color: var(--primary-color);font-weight: 400;line-height: 100%;max-width: 610px;@media screen and (max-width:500px) {line-height: 65%;}strong {color: var(--secondary-color);line-height: 1;font-size: 60px;@media screen and (max-width: 455px) {font-size: 50px;}}}.subtitle {font-size: 40px;font-family: "Poppins", sans-serif;font-weight: 400;line-height: 100%;width: 410px;@media screen and (max-width: 455px) {font-size: 30px;line-height: 100%;}}span {font-family: "Nunito", sans-serif;font-size: 22px;font-weight: 400;max-width: 355px;line-height: 1.15;@media screen and (max-width: 767px) {font-size: 18px;max-width: 100%;}strong {color: var(--primary-color);font-weight: 900;}}.subtitle-2 {margin-left: 45px;line-height: 125%;@media screen and (max-width: 950px) {margin-left: -1%;}}}.box-right {display: flex;flex-direction: column;align-items: flex-end;width: auto;position: relative;height: 100%;@media screen and (max-width: 950px) {align-items: center;margin-top: 20px;}.button {@media screen and (max-width:950px) {display: none;}}img {width: 100%;height: 100%;object-fit: contain;object-position: 0 100%;height: 600px;aspect-ratio: 1/1;@media screen and (max-width: 600px) {height: auto;}}}}}.area-2 {width: 100%;position: relative;margin-top: -2%;.container {display: flex;justify-content: space-between;flex-direction: row;padding-top: 0;max-width: 1000px;align-items: center;gap: 56px;position: relative;z-index: 2;@media screen and (max-width: 950px) {padding-left: 0;}@media screen and (max-width: 820px) {flex-direction: column-reverse;margin-top: 45px;padding-left: 10%;}@media screen and (max-width: 767px) {width: 100%;height: 100%;}@media screen and (max-width: 400px) {gap: 25px !important;}.box-left {position: relative;&::before {content: "";position: absolute;left: -29px;top: 70%;transform: translateY(-50%);width: 29px;height: 243px;background: var(--secondary-color);@media screen and (max-width: 1265px) {display: none;}}img {width: 100%;@media screen and (max-width: 1265px) {margin-top: 10%;}@media screen and (max-width: 950px) {margin-top: 19px;}}}.box-right {max-width: 500px;gap: 12px;h1 {font-size: 30px;color: var(--secondary-color);font-weight: 600;line-height: 140%;span {font-size: 30px;}@media screen and (max-width: 820px) {margin: 0;}}p {font-family: 'Poppins';font-size: 22px;color: var(--font-color-gray);line-height: 150%;strong {font-weight: 600;}span {color: var(--primary-color);}}span {font-size: 22px;color: var(--primary-color);}}}}.area-3 {background: linear-gradient(to bottom, rgba(221, 244, 255, 0) 0%, rgba(221, 244, 255, 1) 10%, rgba(221, 244, 255, 1) 100% );padding: 0;margin-top: -140px;.container {gap: 20px;padding-top: 180px;padding-right: 20px;padding-left: 20px;margin-bottom: 75px;align-items: center;justify-content: center;@media screen and (max-width: 560px) {padding-right: 40px;padding-left: 40px;}@media screen and (max-width: 320px) {margin-top: 15%;}h1 {text-align: center;font-size: 30px;color: var(--primary-color);font-weight: 700;span {color: var(--secondary-color);}}.list-box {display: flex;justify-content: center;width: 100%;flex-wrap: wrap;max-width: 1100px;gap: 30px;margin: 0;@media screen and (max-width: 767px) {gap: 10px;flex-direction: column;align-items: center;}.box {display: flex;flex-direction: column;gap: 16px;max-width: 280px;line-height: 125%;margin: 0 !important;@media screen and (max-width: 767px) {width: 100%;max-width: 100%;text-align: center;align-items: center;gap: 12px;}.circle {display: flex;justify-content: center;align-items: center;background: #fff;border-radius: 50%;width: 60px;aspect-ratio: 1;height: 60px;@media screen and (max-width: 767px) {width: 50px;height: 50px;}}strong {font-size: 22px;color: var(--primary-color);font-weight: 600;line-height: 1.25;}p {margin: 0;font-weight: 300;max-width: 280px;text-align: start;span {color: var(--font-color-gray);font-weight: 600;}@media screen and (max-width: 767px) {max-width: 350px;text-align: center;}}}}}}.area-4 {position: relative;z-index: 2;@media screen and (max-width: 767px) {padding-bottom: 60px;}.container {position: relative;@media screen and (max-width: 767px) {padding-right: 40px;padding-left: 40px;}h1 {font-size: 30px;color: var(--secondary-color);line-height: 1.1;@media screen and (max-width: 767px) {font-size: 24px;text-align: center;}strong {color: var(--primary-color);font-weight: 900;margin: 0;}}p {color: var(--secondary-color);font-weight: 600;font-size: 18px;margin: 0;@media screen and (max-width: 767px) {font-size: 16px;text-align: center;}span {color: var(--primary-color);font-weight: 600;}}.list-box {display: flex;justify-content: space-between;width: 100%;max-width: 980px;flex-wrap: wrap;gap: 0;position: relative;z-index: 3;margin-top: 46px;@media screen and (max-width: 767px) {width: 100%;gap: 20px;margin-top: 30px;}@media screen and (max-width: 420px) {flex-direction: column;gap: 15px;}.box {display: flex;flex-direction: column;justify-content: space-evenly;width: calc(50% - 30px);max-width: 460px;min-height: 247px;gap: 20px;box-shadow: 0px 6px 16px 0px #03385840;padding: 24px;margin-bottom: 57px;border-radius: 20px;flex-wrap: wrap;z-index: 4;background: #fff;@media screen and (max-width: 767px) {width: 100%;max-width: none;min-height: 200px;margin-bottom: 0;padding: 20px;}@media screen and (max-width: 320px) {width: 100% !important;max-width: 100% !important;margin-bottom: 0 !important;}.circle {display: flex;justify-content: center;align-items: center;aspect-ratio: 1;background-color: var(--primary-color);width: 60px;height: 60px;border-radius: 50%;svg {width: 36px;aspect-ratio: 1;}}strong {font-weight: 600;color: var(--secondary-color);font-size: 22px;line-height: 1.1;@media screen and (max-width: 767px) {font-size: 18px;}}p {font-weight: 400;font-size: 22px;color: var(--secondary-color);line-height: 1.1;margin: 0;@media screen and (max-width: 767px) {font-size: 16px;line-height: 1.4;text-align: left;br {display: none;}}span {color: var(--secondary-color);}}}}}}.area-5 {background-color: var(--background-blue);z-index: 1;position: relative;margin-top: -200px;@media screen and (max-width: 1024px) {padding: 80px 0 0px;}@media screen and (max-width: 320px) {padding: 0;}.container {display: flex;flex-direction: row;gap: 20px;padding-top: 180px;@media screen and (max-width: 824px) {display: flex;flex-direction: column-reverse;padding-top: 100px;}@media screen and (max-width: 350px) {padding-top: 150px;}.box-left {align-self: flex-start;img {width: 100%;height: 100%;@media screen and (max-width: 1024px) {margin-left: -13%;}}margin-left: -2%;margin-bottom: -4px;}.box-right {align-items: center;text-align: center;h1 {font-size: 40px;font-weight: 600;color: var(--secondary-color);}}}}.area-faq {.container {padding: 60px 5% 25px;gap: 15px;@media screen and (max-width: 767px) {padding: 40px 5% 25px;}h2 {font-weight: 600;font-size: 40px;line-height: 43px;text-align: center;color: var(--primary-color);margin: 0;@media screen and (max-width: 767px) {font-size: 28px;text-align: center;max-width: 100%;}}p {font-weight: 400;font-size: 18px;color: var(--font-color-gray);line-height: 1.1;text-align: center;margin: 0;@media screen and (max-width: 767px) {font-size: 16px;}strong {font-weight: 600;}}.faq-container {max-width: 960px;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 0px;min-height: 60px;display: flex;justify-content: space-between;background-color: #fff;align-items: center;border: none;cursor: pointer;text-align: left;gap: 15px;outline: none;box-shadow: none;border-top: 1px solid #00000040;@media screen and (max-width: 767px) {min-height: 50px;padding: 8px 0;}&.active {border-bottom: none !important;}span {font-weight: 400 !important;color: var(--font-color-gray) !important;font-size: 18px !important;line-height: 1.2 !important;font-family: 'Nunito', sans-serif !important;@media screen and (max-width: 767px) {font-size: 16px !important;}}.toggle-icon {transition: transform 0.5s;height: 20px;margin-right: 5px;svg {width: 20px;height: 20px;}}}.answer {padding: 0px 0px 1rem;width: 100%;font-size: 14px !important;font-weight: 400 !important;color: var(--font-color-gray) !important;font-family: 'Nunito', sans-serif !important;@media screen and (max-width: 767px) {font-size: 13px !important;padding: 0px 0px 0.5rem;}a, h1, h2, span, td, p {font-size: 14px !important;font-weight: 400 !important;color: var(--font-color-gray) !important;font-family: 'Nunito', sans-serif !important;margin: 0px !important;padding: 0px !important;@media screen and (max-width: 767px) {font-size: 13px !important;}}&.hidden {display: none;}}}}}}.area-6 {background-color: var(--secondary-color);.container {h3 {font-size: 22px;font-weight: 600;color: var(--font-color-white);margin-bottom: 0;text-align: center;@media screen and (max-width: 767px) {font-size: 18px;text-align: center;}}.box-footer {display: flex;margin-top: 98px;width: 960px;@media screen and (max-width: 1024px) {width: 100%;margin-top: 60px;}@media screen and (max-width: 767px) {margin-top: 40px;}}}}