* {font-family: "Inter";box-sizing: border-box;-webkit-tap-highlight-color: transparent;user-select: none;outline: none;}html {scroll-behavior: smooth;}body {margin: 0px;background-color: #12151b;}.cover {padding: 40px 80px;height: 80svh;min-height: 590px;background-image: url(/assets/images/home/cover/cover.jpg);background-position: 32% center;background-repeat: no-repeat;background-size: cover;justify-content: center;flex-direction: column;display: flex;}@media (max-width:1650px) {.cover {padding: 30px 55px;height: 76svh;min-height: 540px;}}.cover-content {display: flex;flex-direction: column;max-width: 690px;gap: 20px;}.cover-title {display: flex;flex-direction: column;}.cover-title-primary {font-size: 30px;color: #ffffff66;}.cover-title-secondary {font-size: 60px;color: #ffffffb3;font-weight: 500;}.cover-description {font-size: 18px;color: #ffffff59;}.cover-logos {display: flex;gap: 15px;}.cover-logo {width: 230px;height: 70px;background-position: center;background-size: contain;background-repeat: no-repeat;opacity: 0.7;}.cover-logo-1 {background-image: url(/assets/images/home/cover/cover-logo-1.png);}.cover-logo-2 {background-image: url(/assets/images/home/cover/cover-logo-2.png);}.cover-products {color: #ffffff8c;font-size: 16px;display: flex;gap: 10px;}.cover-product {display: flex;gap: 10px;}.cover-product:not(:last-child)::after {content: "|";color: #ffffff28;font-weight: 500;}.cover-buttons {margin-top: 20px;display: flex;gap: 20px;}.cover-button {width: 150px;height: 50px;margin: 0px;padding: 0px;border: none;cursor: pointer;font-weight: 500;font-size: 14px;color: #ffffffbf;}.cover-button-products {background-color: #0066cc;}.cover-button-contact {background-color: #ffffff26;}@media (max-width: 950px) {.cover {height: auto;padding: 40px;background-position: left center;background-size: auto 140%;align-items: center;}.cover-content {align-items: center;text-align: center;}.cover-title-primary {font-size: 25px;}.cover-title-secondary {font-size: 46px;}.cover-logos {flex-direction: column;gap: 10px;}.cover-logo {height: 60px;}.cover-products {font-size: 13px;}}@media (max-width: 530px) {.cover {padding: 80px 40px;}.cover-title-primary {font-size: 5vw;}.cover-title-secondary {font-size: 8vw;}.cover-description {font-size: 4vw;}}.summary {display: flex;justify-content: center;}.summary-item {flex: calc(100% / 3);height: 20svh;min-height: 160px;display: flex;align-items: center;justify-content: center;flex-direction: column;max-width: 410px;gap: 12px;}.summary-item-value {font-size: 56px;font-weight: 500;color: #ffffff8c;}.summary-item-label {font-size: 20px;color: #ffffff59;}@media (max-width: 1080px) {.summary-item-value {font-size: 45px;}.summary-item-label {font-size: 18px;}}@media (max-width: 730px) {.summary {flex-direction: column;padding: 50px 30px;}.summary-item {flex: 100%;min-height: 120px;max-width: none;}}.features {display: flex;justify-content: center;background-color: #181d23;padding: 60px 40px;gap: 60px;}.feature-item {display: flex;flex-direction: column;max-width: 350px;align-items: center;gap: 18px;}.feature-item-image {background-size: cover;background-position: center;background-repeat: no-repeat;border: 7px solid #0004;width: 290px;height: 290px;}.feature-item[data-id="feature-1"] .feature-item-image {background-image: url(/assets/images/home/features/feature-1.jpg);}.feature-item[data-id="feature-2"] .feature-item-image {background-image: url(/assets/images/home/features/feature-2.jpg);}.feature-item[data-id="feature-3"] .feature-item-image {background-image: url(/assets/images/home/features/feature-3.jpg);}.feature-item-text {text-align: center;color: #ffffff7a;}@media (max-width: 1320px) {.features {gap: 30px;flex-wrap: wrap;padding: 50px 25px;}.feature-item-image {width: 240px;height: 240px;}}.contacts {display: flex;height: 460px;}.contacts-map {width: 500px;border: none;}.contacts-content {display: flex;flex-direction: column;padding: 20px;gap: 20px;}.contacts-title {font-size: 30px;font-weight: 500;color: #ffffff7a;line-height: 30px;}.contacts-address {color: #ffffff52;font-size: 17px;}.contacts-items {display: flex;flex-direction: column;gap: 10px;}.contacts-item {display: flex;align-items: center;background-color: #fff2;text-decoration: none;cursor: pointer;font-size: 20px;color: #ffffffd9;height: 60px;gap: 15px;}.contacts-item::before {content: "";display: block;width: 60px;background-color: #0005;background-position: center;background-repeat: no-repeat;background-size: 30px auto;opacity: 0.75;height: 60px;}.contacts-item[data-type="mobile"] {background-color: #862d86;}.contacts-item[data-type="whatsapp"] {background-color: #009933;}.contacts-item[data-type="gmail"] {background-color: #ff3300;}.contacts-item[data-type="facebook"] {background-color: #3b5998;}.contacts-item[data-type="mobile"]::before {background-image: url(/assets/images/home/contacts/mobile.svg);}.contacts-item[data-type="whatsapp"]::before {background-image: url(/assets/images/home/contacts/whatsapp.svg);}.contacts-item[data-type="gmail"]::before {background-image: url(/assets/images/home/contacts/gmail.svg);}.contacts-item[data-type="facebook"]::before {background-image: url(/assets/images/home/contacts/facebook.svg);}@media (max-width:950px) {.contacts {flex-direction: column-reverse;height: auto;}.contacts-map {width: auto;height: 360px;}}