@import url('https://fonts.googleapis.com/css2?family=Roboto: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: 'Roboto', sans-serif;line-height: 1.2;letter-spacing: normal;font-weight: 400;color: var(--font-color-black);background-color: var(--background-color);}::-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-hover);}:root {--primary-color: #770e12;--background-scroll-color: #efefef;--font-color-black: #000;--font-color-white: #fff;--primary-color-hover: #ed1c24;}* {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 (max-width:1920px) {margin: 0px 3%;}@media screen and (max-width:600px) {margin: 0px 5%;}}.button {display: flex;align-items: center;justify-content: center;gap: 8px;width: 100%;transition: all 0.3s;border-radius: 4px;&.register {box-shadow: 0px 6px 4px 0px #00000040;max-width: 190px;min-height: 42px;background: #000;color: var(--font-color-white);font-weight: 700;font-size: 20px;text-align: center;&:hover {background: var(--primary-color-hover);}@media screen and (max-width:1200px) {font-size: 18px;min-height: 40px;}&.main {max-width: 265px;min-height: 55px;box-shadow: 0px 3px 4px 4px #0000006B;background: linear-gradient(90deg, #ED1C24 0%, #770E12 24.04%, #000000 77.4%);font-weight: 700;font-size: 20px;line-height: 1.25;text-align: center;border-radius: 30px;text-transform: uppercase;&:hover {background: linear-gradient(90deg, #ED1C24 25%, #770E12 100%, #000000 0%);}@media screen and (max-width:1200px) {min-height: 45px;font-size: 18px;}@media screen and (max-width:850px) {margin-top: 10px;}}&.main-2 {max-width: 530px;min-height: 78px;box-shadow: 0px 3px 4px 4px #0000006B;background: linear-gradient(90deg, #ED1C24 0%, #770E12 24.04%, #000000 77.4%);font-weight: 700;font-size: 30px;line-height: 1.25;text-align: center;border-radius: 30px;margin-top: 30px;&:hover {background: linear-gradient(90deg, #ED1C24 25%, #770E12 100%, #000000 0%);}@media screen and (max-width:1200px) {min-height: 45px;font-size: 18px;max-width: 350px;}}&.main-3 {max-width: 395px;min-height: 58px;box-shadow: 0px 3px 4px 4px #0000006B;background: linear-gradient(90deg, #ED1C24 0%, #770E12 24.04%, #000000 77.4%);font-weight: 700;font-size: 20px;line-height: 1.25;text-align: center;border-radius: 30px;margin: 15px auto;&:hover {background: linear-gradient(90deg, #ED1C24 25%, #770E12 100%, #000000 0%);}@media screen and (max-width:1200px) {min-height: 45px;font-size: 18px;max-width: 300px;}@media screen and (max-width:600px) {max-width: 90%;}}}&.login {min-height: 42px;max-width: 90px;font-weight: 300;color: var(--font-color-black);font-size: 15px;text-transform: uppercase;}&.fake {max-width: 140px;min-height: 28px;border-radius: 30px;background: linear-gradient(270deg, #000000 22.6%, #000000 100%);color: var(--font-color-white);text-transform: uppercase;font-size: 15px;font-weight: 400;text-align: center;strong {font-weight: 600;}}}h1, h2, h3, h4, h5, h6, p {margin: 0px;}section, header, main, footer {display: flex;justify-content: center;width: 100%;}.area-1 {min-height: 110px;box-shadow: 0px 6px 3px 0px #0000004A;justify-content: center;align-items: center;@media screen and (max-width:1200px) {min-height: 80px;}.container {flex-direction: row;justify-content: space-between;img {max-width: 205px;@media screen and (max-width:1200px) {max-width: 150px;}@media screen and (max-width:1200px) {max-width: 115px;}}nav {width: fit-content;display: flex;align-items: center;gap: 25px;margin-bottom: -15px;@media screen and (max-width:950px) {display: none;}a {font-size: 20px;color: var(--font-color-black);text-align: center;line-height: 1.1;padding-bottom: 10px;border-bottom: 2px solid #fff;min-height: fit-content;text-transform: uppercase;@media screen and (max-width:1200px) {font-size: 16px;}&:hover {border-color: var(--primary-color);}}}.container-buttons {display: flex;width: 100%;max-width: fit-content;gap: 15px;width: 100%;button {border: none;background: transparent;cursor: pointer;}@media screen and (min-width:951px) {max-width: 280px;button {display: none;}}@media screen and (max-width:950px) {a {display: none;}}}}}.area-2 {.container {flex-direction: row;justify-content: space-between;align-items: flex-start;gap: 40px;@media screen and (min-width:1921px) {max-width: 2560px;margin: 0px;max-height: 700px;overflow: hidden;}@media screen and (max-width:1920px) {max-width: 100%;margin: 0px;max-height: 660px;overflow: hidden;}@media screen and (max-width:1200px) {max-height: 100%;align-items: inherit;}@media screen and (max-width:950px) {align-items: center;}@media screen and (max-width:850px) {overflow: inherit;}.box-left {display: flex;width: 100%;max-width: 50%;flex-grow: 1;img {max-width: 100%;@media screen and (min-width:1921px) {object-position: 0px -3vw;}@media screen and (max-width:1200px) {height: 100%;object-fit: cover;}}@media screen and (max-width:850px) {display: none;}}.box-right {display: flex;flex-direction: column;width: 100%;max-width: 45%;gap: 30px;padding-top: 80px;@media screen and (max-width:1920px) {padding-right: 3%;}@media screen and (max-width:1200px) {padding: 10% 0px 0px;padding-right: 3%;gap: 25px;}@media screen and (max-width:950px) {height: 100%;padding: 0px;padding-right: 3%;}@media screen and (max-width:850px) {max-width: 100%;align-items: flex-start;padding: 45px 5% 0px;gap: 20px;}.container-buttons {display: flex;gap: 15px;width: 100%;@media screen and (max-width:850px) {justify-content: flex-start;}}h1 {font-weight: 700;color: var(--font-color-black);font-size: 60px;max-width: 400px;line-height: 1.25;@media screen and (max-width:1200px) {font-size: 48px;}@media screen and (max-width:850px) {text-align: center;max-width: 100%;}@media screen and (max-width:600px) {text-align: left;}}p {font-weight: 500;color: var(--font-color-black);font-size: 25px;line-height: 1.1;@media screen and (max-width:1200px) {font-size: 18px;}strong {font-weight: 700;}}}}}.area-3 {.container {padding: 45px 0px;gap: 10px;h2 {font-size: 40px;text-align: center;font-weight: 700;color: var(--font-color-black);text-transform: uppercase;@media screen and (max-width:1200px) {font-size: 32px;}}p {font-size: 25px;text-align: center;color: var(--font-color-black);line-height: 1.1;@media screen and (max-width:1200px) {font-size: 18px;}strong {font-weight: 700;}}.list-box {display: flex;justify-content: space-evenly;width: 100%;flex-wrap: wrap;gap: 30px;margin-top: 25px;.box {display: flex;flex-direction: column;align-items: center;width: calc(25% - 25px);max-width: 315px;box-shadow: 5px 6px 4px 0px #0000003B;background: #fbf7f7;border-radius: 20px;gap: 20px;min-height: 550px;@media screen and (max-width:1200px) {width: calc(50% - 25px);max-width: calc(50% - 25px);min-height: fit-content;padding-bottom: 50px;}@media screen and (max-width:600px) {width: 100%;max-width: 70%;}@media screen and (max-width:425px) {max-width: 85%;}.top {background: #E3E3E3;display: flex;justify-content: center;border-radius: 20px 20px 0px 0px;align-items: center;min-height: 260px;width: 100%;@media screen and (max-width:1200px) {min-height: 215px;}@media screen and (max-width:900px) {min-height: 145px;svg {width: 90px;}}}strong {font-weight: 500;font-size: 25px;color: var(--font-color-black);text-align: center;padding: 0px 11px;min-height: 60px;margin-bottom: 25px;@media screen and (max-width:1200px) {margin-bottom: 0px;font-size: 24px;}}span {font-size: 20px;line-height: 1.25;text-align: center;color: var(--font-color-black);padding: 0px 11px;@media screen and (max-width:1200px) {font-size: 18px;}}}}}}.area-4 {.container {flex-direction: row;padding-top: 35px;gap: 45px;@media screen and (min-width:1921px) {max-width: 2560px;margin: 0px;max-height: 700px;overflow: hidden;}@media screen and (max-width:1920px) {max-width: 100%;margin: 0px;max-height: 660px;align-items: flex-start;overflow: hidden;}@media screen and (max-width:1200px) {max-height: fit-content;overflow: inherit;align-items: inherit;}@media screen and (max-width:820px) {flex-direction: column;padding-top: 0px;}.box-left {display: flex;width: 100%;max-width: 50%;@media screen and (max-width:1200px) {height: 100%;}@media screen and (max-width:950px) {max-width: 418px;}@media screen and (max-width:820px) {max-width: 100%;}img {max-width: 100%;@media screen and (min-width:1921px) {object-position: 0px 4vw;}@media screen and (max-width:1920px) {object-fit: cover;max-height: 660px;object-position: 0px -45px;}@media screen and (max-width:1200px) {max-height: max-content;object-position: center;}@media screen and (max-width:950px) {min-height: 550px;object-position: 0px;}@media screen and (max-width:820px) {object-fit: cover;max-height: 61vw;min-height: 61vw;object-position: 0px -35px;}}}.box-right {display: flex;flex-direction: column;gap: 20px;@media screen and (max-width:1920px) {padding-right: 3%;}h3 {font-weight: 700;color: var(--font-color-black);font-size: 40px;line-height: 1.1;@media screen and (max-width:1200px) {font-size: 32px;}@media screen and (max-width:820px) {padding-left: 3%;text-align: center;}}p {font-size: 30px;line-height: 1.25;color: var(--font-color-black);font-weight: 700;text-transform: uppercase;margin-top: -15px;@media screen and (max-width:1200px) {font-size: 20px;}@media screen and (max-width:820px) {padding-left: 3%;text-align: center;margin-bottom: 25px;margin-top: -5px;}}.list-box {display: flex;flex-direction: column;gap: 20px;counter-reset: step-count;.box {display: flex;width: 100%;gap: 15px;@media screen and (max-width:820px) {background: linear-gradient(90deg, #D9D9D9 0%, #999999 100%);box-shadow: 0px 4px 4px 0px #00000040;min-height: 80px;padding: 20px 0px;width: 90%;border-radius: 0px 20px 20px 0px;padding-right: 16px;}&::before {counter-increment: step-count;content: counter(step-count);background: linear-gradient(180deg, #EEEAEA 0%, #999999 100%);width: 75px;height: 75px;min-width: 75px;display: flex;justify-content: center;align-items: center;font-size: 50px;font-weight: 400;color: var(--font-color-black);text-align: center;border-radius: 50%;@media screen and (max-width:1200px) {width: 60px;height: 60px;min-width: 60px;font-size: 42px;}@media screen and (max-width:820px) {background: transparent;padding: 0 5%;}}.content {display: flex;flex-direction: column;gap: 5px;strong {font-weight: 700;color: var(--font-color-black);font-size: 25px;line-height: 1.1;@media screen and (max-width:1200px) {font-size: 24px;}}span {font-size: 20px;max-width: 440px;font-weight: 400;color: var(--font-color-black);@media screen and (max-width:1200px) {font-size: 18px;}}}}}}}}.area-5 {padding-top: 60px;@media screen and (max-width:820px) {padding-top: 40px;}.container {gap: 25px;@media screen and (min-width:1921px) {max-width: 2560px;margin: 0px;}@media screen and (max-width:1920px) {max-width: 100%;margin: 0px;}h4 {font-weight: 700;color: var(--font-color-black);font-size: 40px;line-height: 1.1;text-align: center;text-transform: uppercase;@media screen and (max-width:1200px) {font-size: 32px;}}.box {background-image: url('https://bucket-seed.s3.us-east-2.amazonaws.com/seculus.com.br/lp/images/background-middle.webp');background-position: center;background-size: cover;background-repeat: no-repeat;padding: 60px 20px;display: flex;flex-direction: column;align-items: center;justify-content: center;gap: 35px;width: 100%;height: 35vw;max-height: 700px;@media screen and (max-width:1920px) {padding: 60px 3%;}@media screen and (max-width:900px) {height: 50vw;min-height: 450px;}@media screen and (max-width:820px) {align-items: flex-start;height: fit-content;padding: 60px 8%;}@media screen and (max-width:600px) {background-image: url('https://bucket-seed.s3.us-east-2.amazonaws.com/seculus.com.br/lp/images/background-middle-mob.webp');}strong {font-size: 40px;font-weight: 700;max-width: 990px;text-align: center;color: var(--font-color-white);@media screen and (max-width:1200px) {font-size: 32px;max-width: 600px;}@media screen and (max-width:820px) {text-align: left;max-width: 60%;}@media screen and (max-width:650px) {font-size: 28px;max-width: 80%;}}p {font-size: 30px;font-weight: 400;max-width: 990px;text-align: center;color: var(--font-color-white);@media screen and (max-width:1200px) {font-size: 18px;}@media screen and (max-width:820px) {text-align: left;max-width: 60%;}@media screen and (max-width:450px) {max-width: 80%;}}}}}.area-faq {.container {padding: 45px 0px;.faq-title {font-weight: 700;text-align: center;font-size: 40px;color: var(--font-color-black);text-transform: uppercase;@media screen and (max-width:1200px) {font-size: 32px;}}.faq-container {max-width: 1000%;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;.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;&.active {border-bottom: none !important;}span {font-weight: 400 !important;color: var(--font-color-black) !important;font-size: 24px !important;line-height: 1.2 !important;font-family: 'Roboto', sans-serif !important;@media screen and (max-width:1200px) {font-size: 18px !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-black) !important;font-family: 'Roboto', sans-serif !important;a, h1, h2, span, td, p {font-size: 14px !important;font-weight: 400 !important;color: var(--font-color-black) !important;font-family: 'Roboto', sans-serif !important;margin: 0px !important;padding: 0px !important;}&.hidden {display: none;}}}}}}.area-6 {padding-bottom: 60px;box-shadow: -4px 8px 4px 0px #0000003D;z-index: 2;@media screen and (max-width:820px) {padding-bottom: 40px;}.container {flex-direction: row;align-items: flex-start;@media screen and (max-width:820px) {align-items: center;}@media screen and (max-width:475px) {flex-wrap: wrap;row-gap: 30px;justify-content: space-between;}img {max-width: 210px;@media screen and (max-width:1200px) {max-width: 150px;}@media screen and (max-width:475px) {max-width: 100px;margin-right: 50%;}}.collumn {display: flex;flex-direction: column;margin-left: 60px;@media screen and (max-width:515px) {a {font-size: 14px !important;}}@media screen and (max-width:475px) {margin-left: 0px !important;max-width: calc(50% - 15px) !important;}&:nth-child(2) {padding-top: 25px;max-width: 515px;width: 100%;@media screen and (max-width:820px) {padding-top: 0px;margin-left: 25px;}a {font-size: 20px;color: var(--font-color-black);text-decoration: underline;font-weight: 400;@media screen and (max-width:1200px) {font-size: 18px;}&:first-child {font-weight: 700;text-transform: uppercase;margin-bottom: 20px;}&:last-child {text-transform: uppercase;margin-top: 20px;}}}&:nth-child(3) {padding-top: 25px;gap: 10px;@media screen and (max-width:820px) {padding-top: 0px;margin-bottom: auto;margin-left: 25px;}strong {text-transform: uppercase;font-size: 20px;color: var(--font-color-black);@media screen and (max-width:1200px) {font-size: 18px;}@media screen and (max-width:515px) {font-size: 14px !important;}}.list-socials {display: flex;width: 100%;gap: 15px;svg {width: 38px;height: 38px;@media screen and (max-width:1200px) {width: 30px;height: 30px;}@media screen and (max-width:515px) {width: 25px;height: 25px;}}}}}}}.area-7 {background: #F2EDED;z-index: 1;.container {padding: 20px 0px 25px;font-weight: 300;font-size: 15px;color: var(--font-color-black);max-width: 1067px;text-align: center;}}.area-footer {background: #F2EDED;.container {.box-footer {width: 100%;padding: 10px 0px;display: flex;font-weight: 600;justify-content: space-between;font-size: 14px;@media screen and (max-width:650px) {flex-direction: column;align-items: center;gap: 5px;}}}}.overflow {height: 100vh;width: 100%;position: fixed;top: 0px;z-index: 1;background: #0000002b;visibility: hidden;&.active {visibility: visible;}.cnt-sidenav {height: 100%;width: 0px;position: fixed;z-index: 3;top: 0;right: 0;overflow-x: hidden;-webkit-transition: 0.3s;-o-transition: 0.3s;transition: 0.3s;background: #fff;padding: 50px 0px;display: flex;flex-direction: column;gap: 20px;a {display: none !important;}&.active {padding: 50px 20px;width: 300px;a {display: flex !important;}}.link {text-decoration: none;color: var(--font-color-black);display: block;-webkit-transition: 0.3s;-o-transition: 0.3s;transition: 0.3s;font-weight: 600;font-size: 18px;text-decoration: underline;&:hover {color: var(--primary-color-hover);}}.closebtn {position: absolute;top: 10px;right: 25px;font-size: 40px;margin-left: 50px;color: #000;cursor: pointer;svg {max-width: 20px;width: 14px;fill: #000;}&:hover {svg {fill: var(--primary-color-hover);}}}.button {max-width: 100% !important;svg {path {fill: #fff;}}}}}