@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');html {scroll-behavior: smooth;}body {display: flex;justify-content: center;margin: 0;-webkit-user-select: none;-moz-user-select: none;-ms-user-select: none;user-select: none;font-family: 'Montserrat', sans-serif;line-height: 1.2;letter-spacing: normal;font-weight: 400;color: var(--font-color-default);background-color: var(--background-color-white-1);}::-webkit-scrollbar {width: 5px;}::-webkit-scrollbar-track {background: var(--background-scrool-color);}::-webkit-scrollbar-thumb {background: var(--primary-color);border-radius: 8px;}::-webkit-scrollbar-thumb:hover {background: var(--color-hover-primary);}:root {--primary-color: #423257;--secondary-color: #284D44;--terciary-color: #BB2649;--quaternary-color: #151515;--gradient-background: linear-gradient(180deg, #423257 0%, #523873 48.56%, #423257 69.71%);--font-color-highlight: #423257;--font-color-default: #333333;--font-color-white: #fff;--font-color-header: #111211;--font-color-gray: #f6f6f6;--font-color-black-2: #1a1a1a;--font-color-black-3: #393939;--font-color-gray-2: #555555;--font-color-black-2: #321e2b;--font-color-question: #4d4d4d;--font-color-answer: #666666;--background-scrool-color: #f1f1f1;--background-color-white-1: #fff;--background-color-white-2: #F9F7F2;--background-color-white-3: #F9F9FB;--shadow-header: 0px 24.58px 58.52px 0px #95959514;--color-hover-primary: #6c5984;}* {box-sizing: border-box;}a {text-decoration: none;cursor: pointer;}img {-webkit-user-drag: none;object-fit: contain;width: 100%;}.container-area {display: flex;flex-direction: column;width: 100%;height: 100%;min-height: 1080px;}.container {display: flex;flex-direction: column;align-items: center;width: 100%;max-width: 1600px;margin: 0px 5%;height: 100%;@media screen and (min-width:1921px) {margin: 0px 5%;}}.button {display: flex;align-items: center;justify-content: center;gap: 8px;width: 100%;transition: all 0.3s;border-radius: 4px;&.top {border: 1px solid #f6f4ee;background: var(--background-color-white-2);box-shadow: 0px 0px 1px 0px #D0CFCB;max-width: 115px;min-height: 28px;font-weight: 600;font-size: 12px;text-align: center;vertical-align: middle;color: var(--font-color-black-2);&:hover {border-color: #3333;}@media screen and (max-width:890px) {font-size: 0px;max-width: 36px;gap: 0px;}}&.container-top, &.middle {min-height: 54px;gap: 10px;text-align: center;background: var(--secondary-color);font-weight: 700;color: var(--font-color-white);font-size: 18px;@media screen and (max-width:890px) {min-height: 44px;font-size: 16px;}&:hover {background: #34665a;}}&.middle {max-width: 300px;margin-top: 15px;}&.login {text-decoration: underline;font-size: 18px;font-weight: 600;color: var(--font-color-black-2);width: fit-content !important;@media screen and (max-width:890px) {font-size: 16px;}&:hover {color: var(--secondary-color);}}}h1, h2, h3, h4, h5, h6, p {margin: 0px;}section, header, footer {display: flex;justify-content: center;width: 100%;}section {&:nth-child(2)~* {.container {max-width: 1500px;}}}.area-1 {box-shadow: var(--shadow-header);.container {flex-direction: row;width: 100%;justify-content: space-between;gap: 25px;min-height: 80px;@media screen and (max-width:890px) {gap: 0;}.box-left {display: flex;gap: 8px;svg {@media screen and (max-width:890px) {max-height: 26px;}}h1 {font-size: 16px;color: var(--font-color-header);max-width: 95px;min-width: 95px;strong {font-weight: 600;}@media screen and (max-width:890px) {font-size: 11px;max-width: 70px;min-width: 70px;}}}.box-right {width: 100%;display: flex;justify-content: space-between;@media screen and (max-width:890px) {padding-right: 30px;justify-content: flex-end;align-items: center;position: relative;svg {max-height: 20px;}a {&:last-child {position: absolute;right: 0px;}}}@media screen and (max-width:425px) {padding-right: 20px;}}}}.area-2 {background-image: url('https://bucket-seed.s3.us-east-2.amazonaws.com/todovino.com.br/lp/images/background-top.webp');background-size: cover;background-repeat: no-repeat;background-position: left top;@media screen and (max-width:890px) {background: none;background: var(--background-color-white-2);}.container {flex-direction: row;@media screen and (max-width:890px) {flex-direction: column;margin: 0px;}.box-left {max-width: 50%;width: 100%;display: flex;justify-content: center;align-items: center;@media screen and (max-width:890px) {max-width: 100%;}img {max-width: 715px;@media screen and (max-width:890px) {max-width: 100%;}}}.box-right {display: flex;flex-direction: column;justify-content: center;align-items: center;width: 100%;gap: 35px;padding: 50px 0px;@media screen and (max-width:890px) {padding: 25px 5% 50px;}h2, p, a, span {max-width: 585px;width: 100%;}h2 {font-weight: 600;font-size: 40px;color: var(--font-color-highlight);strong {font-weight: 800;}@media screen and (max-width:890px) {font-size: 24px;}}p {font-weight: 600;font-size: 24px;line-height: 1.3;letter-spacing: 0.57px;vertical-align: middle;color: var(--font-color-highlight);@media screen and (max-width:890px) {font-size: 18px;}}span {font-size: 18px;line-height: 1.6;letter-spacing: 0.3px;vertical-align: middle;@media screen and (max-width:890px) {font-size: 16px;}strong {font-weight: 600;}}.login-content {display: flex;justify-content: center;width: 100%;gap: 3px;font-size: 18px;color: var(--font-color-black-2);width: 100%;text-align: center;margin-top: -15px;@media screen and (max-width:890px) {font-size: 16px;}}}}}.area-3 {.container {flex-direction: row;gap: 100px;padding: 80px 0px;justify-content: center;@media screen and (max-width:890px) {flex-direction: column;gap: 45px;padding: 60px 0px;}.box-left {display: flex;flex-direction: column;gap: 35px;width: fit-content;max-width: 50%;@media screen and (max-width:890px) {max-width: 100%;}h3, strong, p {max-width: 485px;width: 100%;}h3 {font-weight: 600;color: var(--font-color-highlight);font-size: 36px;line-height: 1.3;@media screen and (max-width:890px) {font-size: 24px;}strong {font-weight: 800;font-size: 36px;line-height: 1.3;color: var(--font-color-highlight);width: fit-content;@media screen and (max-width:890px) {font-size: 24px;}}}p {font-size: 18px;line-height: 1.6;color: var(--font-color-gray-2);@media screen and (max-width:890px) {font-size: 16px;}strong {font-weight: 600;width: fit-content;}}strong {font-size: 18px;line-height: 1.6;color: var(--font-color-gray-2);font-weight: 700;@media screen and (max-width:890px) {font-size: 16px;}}}.box-right {display: flex;flex-direction: column;gap: 20px;width: fit-content;max-width: 50%;counter-reset: step-count;@media screen and (max-width:890px) {max-width: 100%;}.box {width: 100%;max-width: 650px;border-radius: 8px;background: var(--background-color-white-2);box-shadow: 0px 0px 3px 0px #D0CFCB;display: flex;flex-direction: column;gap: 10px;padding: 20px 20px 20px 85px;position: relative;@media screen and (max-width:1440px) {max-width: 405px;}@media screen and (max-width:890px) {padding: 20px 20px 20px 70px;max-width: 485px;}strong {font-weight: 600;font-size: 18px;line-height: 1.5;color: var(--font-color-black-2);@media screen and (max-width:890px) {font-size: 16px;}}p {font-size: 16px;line-height: 1.5;color: var(--font-color-gray-2);}&:before {counter-increment: step-count;content: counter(step-count);min-width: 48px;width: 48px;min-height: 48px;display: flex;justify-content: center;align-items: center;border-radius: 50%;background: var(--terciary-color);color: var(--font-color-white);font-weight: 600;font-size: 20px;line-height: 1.5;position: absolute;left: 20px;@media screen and (max-width:890px) {min-width: 36px;width: 36px;min-height: 36px;font-size: 16px;}}}}}}.area-4 {background: var(--background-color-white-2);.container {gap: 35px;padding: 80px 0px;@media screen and (max-width:890px) {padding: 60px 0px;}h4 {font-weight: 600;font-size: 36px;line-height: 1.3;text-align: center;color: var(--font-color-highlight);max-width: 600px;@media screen and (max-width:890px) {font-size: 24px;max-width: 500px;}strong {font-weight: 800;}}.list-box {display: flex;justify-content: center;gap: 25px;width: 100%;@media screen and (max-width:890px) {max-width: 500px;flex-wrap: wrap;}@media screen and (max-width:600px) {flex-direction: column;}.box {display: flex;flex-direction: column;gap: 20px;box-shadow: 0px 0px 3px 0px #D0CFCB;background: var(--background-color-white-1);border-radius: 8px;max-width: 225px;padding: 20px;@media screen and (max-width:600px) {max-width: 100%;gap: 10px;}.circle {min-height: 48px;min-width: 48px;width: 48px;border-radius: 50%;display: flex;justify-content: center;align-items: center;background: var(--terciary-color);}strong {font-weight: 600;font-size: 16px;line-height: 1.5;color: var(--font-color-black-2);}p {font-size: 14px;line-height: 1.5;color: var(--font-color-gray-2);@media screen and (max-width:890px) {font-size: 16px;}}}}}}.area-5 {background: var(--gradient-background);.container {padding: 80px 0px;gap: 35px;@media screen and (max-width:890px) {padding: 60px 0px;}h5 {font-size: 40px;font-weight: 600;line-height: 1.3;text-align: center;color: var(--font-color-white);strong {font-weight: 800;}@media screen and (max-width:890px) {font-size: 24px;max-width: 500px;}}p {font-size: 18px;text-align: center;line-height: 1.5;color: var(--font-color-white);max-width: 1045px;@media screen and (max-width:890px) {font-size: 16px;max-width: 500px;}}.list-box {display: flex;width: 100%;justify-content: center;gap: 25px;@media screen and (max-width:890px) {max-width: 500px;flex-wrap: wrap;gap: 15px;}img {max-width: 305px;@media screen and (max-width:1350px) {max-width: calc(20%);}@media screen and (max-width:890px) {max-width: 45%;}}}}}.area-6 {background: var(--background-color-white-2);.container {margin: 0px;flex-direction: row;max-width: 100% !important;gap: 45px;@media screen and (min-width:2001px) {justify-content: flex-end;}@media screen and (max-width:1180px) {gap: 15px;}@media screen and (max-width:890px) {flex-direction: column-reverse;}.box-left {display: flex;flex-direction: column;align-items: center;gap: 35px;max-width: 100%;width: 100%;padding: 50px 0px;padding-left: 5%;@media screen and (min-width:2001px) {max-width: 900px;}@media screen and (max-width:890px) {padding: 25px 5% 35px;}h6, .list-box {width: 100%;max-width: 552px;}h6 {font-size: 40px;font-weight: 600;line-height: 1.3;color: var(--font-color-highlight);text-align: center;strong {font-weight: 800;color: var(--font-color-highlight);font-size: 40px;line-height: 1.3;margin-bottom: 0px;@media screen and (max-width:890px) {font-size: 24px;}}@media screen and (max-width:890px) {font-size: 24px;max-width: 500px;}}strong {font-weight: 700;color: var(--font-color-black-2);line-height: 1.6;text-align: center;font-size: 20px;margin-bottom: -30px;@media screen and (max-width:890px) {font-size: 16px;max-width: 500px;}}span {font-size: 18px;font-weight: 400;line-height: 1.6;text-align: center;color: var(--font-color-black-2);@media screen and (max-width:890px) {font-size: 16px;max-width: 500px;}}.list-box {display: flex;flex-wrap: wrap;gap: 45px;justify-content: center;@media screen and (max-width:1180px) {gap: 5px;}@media screen and (max-width:920px) {max-width: 500px;gap: 15px;.box {max-width: calc((100% - 20px)/2) !important;}}.box {display: flex;flex-direction: column;gap: 15px;align-items: center;max-width: 205px;width: 100%;span {font-weight: 700;font-size: 56px;line-height: 1.3;text-align: center;color: var(--font-color-highlight);min-height: 74px;@media screen and (max-width:890px) {font-size: 48px;min-height: 60px;}}svg {@media screen and (max-width:890px) {max-height: 60px;}}strong {font-size: 20px;line-height: 1.3;color: var(--font-color-black-2);font-weight: 600;text-align: center;@media screen and (max-width:920px) {min-height: 52px;}@media screen and (max-width:890px) {font-size: 18px;min-height: auto;}@media screen and (max-width:409px) {min-height: 47px;}}p {font-size: 14px;line-height: 1.3;color: var(--font-color-black-2);text-align: center;margin-top: 25px;@media screen and (max-width:890px) {font-size: 13px;}}}}}.box-right {display: flex;width: 100%;max-width: 45%;@media screen and (max-width:2000px) {max-width: 35%;max-height: 990px;}@media screen and (max-width:1550px) {max-width: 630px;}@media screen and (max-width:1180px) {min-height: 95vw;}@media screen and (max-width:925px) {min-height: 102vw;}@media screen and (max-width:890px) {min-height: auto;max-width: 100%;}picture {@media screen and (min-width:2001px) {width: 100%;}}img {object-fit: cover;object-position: left;height: 100%;@media screen and (min-width:2001px) {max-height: 1000px;}@media screen and (max-width:890px) {margin-top: -3px;}}}}}.area-faq {background: var(--background-color-white-3);.container {padding: 80px 0px;@media screen and (max-width:890px) {padding: 45px 0px;}.faq-title {font-weight: 600;font-size: 40px;line-height: 1.3;color: var(--font-color-highlight);text-align: center;}.faq-container {max-width: 895px;margin: 0 auto;display: flex;flex-direction: column;gap: 1rem;padding-top: 60px;padding-bottom: 25px;width: 100%;@media screen and (max-width:950px) {padding-top: 35px;}.faq-item {border-radius: 4px;overflow: hidden;.faq-button {width: 100%;padding: 8px 10px;min-height: 36px;display: flex;justify-content: space-between;background-color: var(--background-color-white-1);align-items: center;border: none;cursor: pointer;text-align: left;gap: 15px;outline: none;box-shadow: none;span {font-weight: 500 !important;color: var(--font-color-question) !important;font-size: 14px !important;line-height: 1.2 !important;font-family: 'Montserrat', sans-serif !important;}.toggle-icon {transition: transform 0.5s;svg {width: 20px;height: 20px;}}}.answer {padding: 1rem;width: 100%;font-size: 12px !important;font-weight: 400 !important;color: var(--font-color-answer) !important;font-family: 'Montserrat', sans-serif !important;a, h1, h2, span, td, p {font-size: 12px !important;font-weight: 400 !important;color: var(--font-color-answer) !important;font-family: 'Montserrat', sans-serif !important;margin: 0px !important;padding: 0px !important;}&.hidden {display: none;}}}}}}.area-7 {background: var(--quaternary-color);.container {flex-direction: row;min-height: 218px;justify-content: space-around;gap: 25px;@media screen and (max-width:820px) {flex-direction: column;gap: 25px;margin: 45px 0px;align-items: center;}.column {display: flex;flex-direction: column;gap: 10px;@media screen and (max-width:820px) {max-width: 240px;}p {font-size: 14px;font-weight: 600;color: var(--font-color-white);text-transform: uppercase;@media screen and (max-width:820px) {text-align: center;}}.list-box {display: flex;gap: 15px;a {min-width: 32px;min-height: 32px;width: 32px;background: var(--font-color-black-3);display: flex;justify-content: center;align-items: center;border-radius: 50%;}}&:nth-child(2) {@media screen and (max-width:820px) {min-height: auto !important;align-items: center;}}&:nth-child(2), &:last-child {max-width: 265px;span, strong, a {color: var(--font-color-gray);line-height: 1.5;font-size: 12px;font-weight: 500;}strong {font-weight: 700;}}}}}.area-footer {background: var(--background-color-white-1);.container {.box-footer {width: 100%;padding: 10px 0px;display: flex;font-weight: 600;justify-content: space-between;font-size: 14px;color: var(--font-color-default);@media screen and (max-width:650px) {flex-direction: column;align-items: center;gap: 5px;}a {color: var(--font-color-default);}}}}