@import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&display=swap');

@font-face {
    font-family: 'Standerd Light';
    src: url('/assets/fonts/Standerd-Light.otf') format('opentype');
    font-weight: normal;
    font-style: normal;
    letter-spacing: 0.5px;
}

@font-face {
    font-family: 'Standerd';
    src: url('/assets/fonts/Standerd-Regular.otf') format('opentype');
    font-weight: normal;
    font-style: normal;
    letter-spacing: 0.5px;
}

@font-face {
    font-family: 'Standerd Medium';
    src: url('/assets/fonts/Standerd-Medium.otf') format('opentype');
    font-weight: 700;
    letter-spacing: 0.5px;
}

@font-face {
    font-family: 'Standerd Semibold';
    src: url('/assets/fonts/Standerd-SemiBold.otf') format('opentype');
    font-weight: 600;
    letter-spacing: 0.5px;
}

@font-face {
    font-family: 'Standerd Bold';
    src: url('/assets/fonts/Standerd-Bold.otf') format('opentype');
    font-weight: 700;
    letter-spacing: 0.5px;
}

.on-body-landing {
    margin: 0;
    background-image: url(/assets/img/landing/hero-bg.png);
    background-size: cover;
    background-repeat: no-repeat;
    overflow-y: auto;
    overflow-x: hidden;
}

.on-content-wrapper > section {
  overflow-x: hidden !important;
}

.on-hero, .on-feedback-wrapper, .on-functionality__wrapper,
.on-optimization__wrapper, .on-funnel__wrapper, .on-boost__wrapper,
.on-payment__wrapper, .on-solutions__wrapper, .on-solutions__comparison,
.on-faq__wrapper, .on-conclusion__wrapper, .on-plans-app__wrapper,
.on-integrations__wrapper {
    padding-left: 4rem;
    padding-right: 4rem;
}

.on-max-screen {
    max-width: 1320px;
    margin: auto;
}


.on-pt-9 {
    padding-top: 9rem;
}

.on-pt-10 {
    padding-top: 10rem;
}

.on-st-0 {
    padding-top: 0 !important;
    margin-top: 0 !important;
}

.on-mt-2 {
    margin-top: 2rem;
}

.on-mt-3 {
    margin-top: 3rem;
}

.on-pb-1 {
    padding-bottom: 1rem;
}

.on-mb-0\/5 {
  margin-bottom: 0.5rem;
}

.on-pb-2 {
    padding-bottom: 2rem;
}

.on-pb-3 {
    padding-bottom: 3rem;
}

.on-pb-7\/2 {
    padding-bottom: 3.5rem;
}

.on-pb-9\/2 {
    padding-bottom: 4.5rem;
}

.on-my-3 {
    margin-top: 3rem;
    margin-bottom: 3rem;
}

.on-my-5 {
    margin-top: 5rem;
    margin-bottom: 5rem;
}

.on-pt-0 {
    padding-top: 0 !important;
}

.on-pt-3 {
    padding-top: 3rem;
}

.on-pt-6 {
    padding-top: 6rem;
}

.on-pb-6 {
    padding-bottom: 6rem;
}

.on-pt-7 {
    padding-top: 7rem;
}

.on-pt-8 {
    padding-top: 8rem;
}

.on-pb-8 {
    padding-bottom: 8rem;
}

.on-pb-9 {
    padding-bottom: 9rem;
}

.on-py-3 {
    padding-top: 3rem;
    padding-bottom: 3rem;
}

.on-py-6 {
    padding-top: 6rem;
    padding-bottom: 6rem;
}

.on-topbar {
    height: 65px;
    padding: 20px 1.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    box-sizing: border-box;
    z-index: 1000;
    transition: all 0.3s ease;
    background-color: transparent;
}

.on-topbar.scrolled {
    background-color: rgba(255, 255, 255, 0.95);
    backdrop-filter: blur(10px);
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    padding: 2px 1.5rem;
}

.on-topbar.scrolled .on-login-btn {
    color: #333;
    border: none;
}

.on-topbar.scrolled .on-menu-toggle svg rect {
    fill: #333 !important;
}

.on-topbar .on-logo, .on-overlay-header .on-logo {
    width: 150px;
    height: auto;
}

.on-topbar .on-buttons {
    gap: 0.6rem;
}

.on-topbar .on-wrapper {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.on-menu-toggle {
  display: none;
  font-size: 2rem;
  background: none;
  border: none;
  color: white;
  cursor: pointer;
}

.on-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(9, 38, 43, 1);
  display: flex;
  box-sizing: border-box;
  flex-direction: column;
  padding: 1.5rem;
  transform: translateX(100%);
  transition: transform 0.3s ease;
  z-index: 9999;
}

.on-overlay.active {
  transform: translateX(0);
}

.on-overlay-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.on-overlay-close {
  background: none;
  border: none;
  color: white;
  cursor: pointer;
}

.on-overlay-close i {
   font-size: 1.6rem;
}

.on-overlay-buttons {
  margin-top: 3rem;
  display: flex;
  flex-direction: column;
  gap: 1rem;
  width: 100%;
}

.on-overlay-buttons .on-btn {
  width: 100%;
}

.on-content-wrapper {
    margin: auto;
}

.on-hero, .on-feedback {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.on-hero-text {
    max-width: 66rem;
    font-family: 'Standerd', sans-serif;
    color: #ffffff;
    font-size: 60px;
    text-align: center;
    margin: 0;
    padding-top: 1rem;
}

.on-position-relative {
    position: relative;
}

.on-diferenciais-image-container {
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    z-index: 10;
    width: 100%;
    pointer-events: none;
}

.on-diferenciais-image-container.on-web {
    top: 7rem;
}

@media (min-width: 801px) and (max-width: 950px) {
    .on-diferenciais-image-container.on-web {
        top: 6rem;
    }
}

.on-diferenciais-image-container.on-mobile {
    top: 105px;
}

@media (min-width: 350px) and (max-width: 500px) {
    .on-diferenciais-image-container.on-mobile {
        top: 85px !important;
    }
}

.on-web-diferenciais-image, .on-mobile-diferenciais-image {
    text-align: center;
    margin-bottom: 0;
}

.on-web-diferenciais-image img {
    max-width: 85%;
    height: auto;
}

.on-mobile-diferenciais-image {
    text-align: center;
}

.on-mobile-diferenciais-image img {
    width: 80%;
    height: auto;
    filter: drop-shadow(0 3px 10px rgba(0, 0, 0, 0.4));
}

.on-video-container {
    position: relative;
    width: 100%;
    border-radius: 20px;
    overflow: hidden;
    z-index: 1;
    margin-top: 60px;
}

.on-video-wrapper {
    position: relative;
    width: 100%;
    padding-top: 56.25%;
    overflow: hidden;
}

.on-video-thumb {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    border-radius: 15px;
}

.on-video-backdrop {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0);
    border: none !important;
}

.on-mobile-diferenciais-image img {
    width: 100%;
}

.on-cta {
    display: flex;
    flex-direction: column;
    gap: 0.2rem;
    align-items: center;
    font-family: 'Lato', sans-serif;
    font-weight: 500;
    color: white;
    margin-top: 2.7rem;
}

/* SECTIONS */
.on-feedback-wrapper {
    margin-top: 2rem;
}

.on-feedback-intro {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.on-feedback-intro p {
    font-family: 'Standerd', sans-serif;
    text-align: center;
    font-size: 40px;
    color: white;
    max-width: 43rem;
    padding: 0;
    margin: 0;
}

.on-feedback-intro img {
    margin: 1rem 0 4rem 0;
}

.on-functionality, .on-funnel, .on-payment, .on-faq {
    background-color: white;
}

.on-solutions, .on-plans-app {
    position: relative;
    background-image: url(/assets/img/landing/green-background.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    overflow-y: auto;
    overflow-x: hidden;
    border-top-left-radius: 2rem;
    border-top-right-radius: 2rem;
    margin-top: -1.7rem;
    z-index: 1;
}

.on-integrations {
    position: relative;
    background-color: #F5F5F5;
    border-top-left-radius: 2rem;
    border-top-right-radius: 2rem;
    margin-top: -1.7rem;
    z-index: 2;
}

.on-functionality__wrapper, .on-funnel__wrapper,
.on-payment__wrapper, .on-payment__wrapper, .on-solutions__wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 3rem;
}

.on-functionality__container, .on-optimization__container,
.on-funnel__container, .on-boost__container, .on-payment__container {
    display: flex;
    flex-direction: column;
}

.on-functionality__left {
    display: flex;
    flex-direction: column;
    max-width: 35rem;
    width: 50%;
}

.on-functionality__title {
    font-family: 'Standerd', sans-serif;
    font-size: 40px;
    line-height: 1.2;
    max-width: 27rem;
    color: black;
    margin: 0;
    padding: 1rem 0;
}

.on-functionality__subtitle, .on-optimization__subtitle,
.on-funnel__subtitle, .on-boost__subtitle, .on-payment__subtitle {
    font-family: 'Standerd', sans-serif;
    font-size: 1.5rem;
    line-height: 1.2;
    max-width: 27rem;
    color: black;
    margin: 0;
    padding: 1rem 0;
}



.on-functionality__text, .on-optimization__text,
.on-funnel__text, .on-boost__text, .on-payment__text {
    font-family: 'Lato', sans-serif;
    font-size: 18px;
    line-height: 1.3;
    color: #6B6A74;
    margin: 0;
}

.on-functionality__right, .on-funnel__right, .on-payment__right {
    display: flex;
    justify-content: end;
    width: 50%;
}

.on-functionality__right img {
    width: 85%;
}

.on-payment__right img  {
    width: 85%;
    z-index: 0;
}

.on-optimization__left img, .on-boost__left img {
    width: 85%;
}


.on-optimization, .on-boost {
    background-color: #F5F5F5;
}

.on-optimization__wrapper, .on-boost__wrapper {
    display: flex;
    justify-content: space-between;
    align-items: start;
    gap: 3rem;
}

.on-optimization__right, .on-boost__right {
    display: flex;
    flex-direction: column;
    max-width: 45rem;
    width: 55%;
}

.on-optimization__left, .on-funnel__left,
.on-boost__left, .on-payment__left {
    display: flex;
    justify-content: start;
    width: 50%;
}

.on-optimization__info, .on-funnel__info,
.on-boost__info, .on-payment__info {
    max-width: 38rem;
}

.on-funnel__title, .on-boost__title, .on-payment__title {
    font-family: 'Standerd', sans-serif;
    font-size: 40px;
    line-height: 1.2;
    max-width: 33rem;
    color: black;
    margin: 0;
    padding: 1rem 0;
}

.on-optimization__title {
    font-family: 'Standerd', sans-serif;
    font-size: 40px;
    line-height: 1.2;
    max-width: 31rem;
    color: black;
    margin: 0;
    padding: 1rem 0;
}

.on-optimization__articles, .on-funnel__articles,
.on-boost__articles, .on-payment__articles {
    display: flex;
    gap: 1.5rem;
}

.on-optimization__articles .on-optimization__article,
.on-funnel__articles .on-funnel__article,
.on-boost__articles .on-boost__article,
.on-payment__articles .on-payment__article {
    width: 50%;
}

.on-funnel {
    overflow-x: hidden;
}

.on-funnel__right img {
    width: 160% !important;
    transform: translateX(40%);
}

.on-boost__title {
    padding-top: 0;
}

.on-payment__container {
    margin-bottom: 6rem;
}

.on-solutions__header {
    width: 100%;
}

.on-solutions__info {
    display: flex;
    justify-content: space-between;
    align-items: end;
    width: 100%;
    margin-top: 2rem;
}

.on-solutions__title {
    color: #FFF;
    font-family: 'Standerd', sans-serif;
    font-size: 40px;
    font-style: normal;
    font-weight: 500;
    line-height: 1.2;
    max-width: 45rem;
    display: flex;
    margin: 0;
}

.on-faq {
    position: relative;
    z-index: 4;
    margin-top: -32rem;
}

.on-faq__wrapper {
    display: flex;
    gap: 3rem;
}

.on-faq__title {
    font-family: 'Standerd', sans-serif;
    font-size: 2.5rem;
    color: #080717;
    max-width: 22rem;
}

.on-faq__accordion-item {
    border-bottom: 1px solid #b1b1b1;
    overflow: hidden;
    transition: all 0.3s ease;
}

.on-faq__accordion-header {
    padding: 24px;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-weight: 600;
    transition: background-color 0.2s ease;
}

.on-faq__accordion-header span {
    font-family: 'Standerd', sans-serif;
    font-size: 17px;
    font-weight: 600;
    color: #212529;
}

.on-faq__accordion-body p {
    font-family: 'Lato', sans-serif;
    font-size: 16px;
    color: #575757;
    margin-top: 0;
}

.on-faq__accordion-icon {
    width: 24px;
    height: 24px;
    position: relative;
    flex-shrink: 0;
    margin-left: 16px;
    display: flex;
    align-items: center;
    justify-content: end;
}

.on-faq__accordion-icon i {
    color: #080717;
    opacity: 0.8;
    transition: transform 0.3s ease;
}

.on-faq__accordion-item.active .on-faq__accordion-icon i {
    transform: rotate(180deg);
}

.on-faq__accordion-content {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease;
}

.on-faq__accordion-body {
    padding: 0 20px 8px 20px;
    color: #4b5563;
}

.on-faq__left, .on-faq__right {
    width: 50%;
}

/* COMPONENTS */
.on-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 48px;
    padding: 0 24px;
    border-radius: 3rem;
    text-decoration: none;
    cursor: pointer;
    transition: all 0.3s ease;
    font-family: Lato, sans-serif;
    font-size: 1rem;
    font-style: normal;
    font-weight: 500;
    line-height: 16px;
    overflow: hidden;
}

.on-login-btn {
    background-color: transparent;
    border: 1px solid rgba(245, 245, 245, 0.20);
    font-weight: 600;
    letter-spacing: 0.5px;
    color: #d6d5e1;
}

.on-light-btn {
    gap: 8px;
    color: #0F443F;
    font-weight: 700;
    font-size: 17px;
    background: #50FFB1;
    text-align: right;
    border: none;
}

.on-light-btn:hover {
    background: #70f9bc;
}

.on-dark-btn {
    gap: 8px;
    background: #0F443F;
    color: #FFF;
    font-size: 18px;
    border: none;
}

.on-badge {
    font-family: 'Standerd', sans-serif;
    font-size: 14px;
    font-weight: 600;
    color: #50FFB1;
    letter-spacing: 0.5px;
    padding: 8px 18px;
    background-color: transparent;
    border: 1px solid rgba(245, 245, 245, 0.20);
    border-radius: 3rem;
}

.on-badge-secondary {
    font-family: 'Standerd', sans-serif;
    font-size: 14px;
    font-weight: 600;
    color: #575757;
    letter-spacing: 0.5px;
    padding: 8px 18px;
    background-color: transparent;
    border: 0.83px solid #5BEEAD;
    border-radius: 3rem;
}

.on-badge-tertiary {
    font-family: 'Standerd', sans-serif;
    font-size: 14px;
    font-weight: 600;
    color: #0F443F;
    letter-spacing: 0.5px;
    padding: 8px 18px;
    background-color: transparent;
    border: 0.83px solid #5BEEAD;
    border-radius: 3rem;
}

.on-green-line {
    border: none;
    height: 1px;
    background-color: rgba(80, 255, 177, 0.15);
    width: 100%;
}

.on-gray-line {
    border: none;
    height: 2px;
    background-color: #EEEEEE;
    width: 100%;
}

.on-gray2-line {
    border: none;
    height: 2px;
    background-color: #E5E5E5;
    width: 100%;
}

.on-modal {
    display: flex;
    position: fixed;
    z-index: 1000;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0,0,0,0);
    justify-content: center;
    align-items: center;
    padding: 20px;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease, visibility 0.3s ease;
}

.on-modal.active {
    opacity: 1;
    visibility: visible;
    background-color: rgba(0,0,0,0.5);
}

.on-modal__wrapper {
    background-color: #fff;
    border-radius: 8px;
    width: 100%;
    max-width: 620px;
    display: flex;
    flex-direction: column;
    position: relative;
    transform: scale(0.8) translateY(-20px);
    transition: transform 0.3s ease;
}

.on-modal.active .on-modal__wrapper {
    transform: scale(1) translateY(0);
}

.on-modal__header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 15px 20px;
    border-bottom: 1px solid #ccc;
}

.on-modal__header h2 {
    margin: 0.5rem 0;
    font-family: 'Standerd Semibold', sans-serif;
    color: #0F443F;
}

.on-modal__body {
    max-height: 450px;
    overflow-y: auto;
    padding: 20px;
    scrollbar-width: thin;
    scrollbar-color: #b6b6b6 #f4f4f4;
}

.on-modal__body h3 {
    font-family: 'Standerd Bold', sans-serif;
    font-size: 20px;
    color: #1E4E41;
    margin-top: 2.5rem;
}

.on-modal__body h4 {
    font-family: 'Standerd Bold', sans-serif;
    font-size: 18px;
    color: #585858;
    margin-bottom: 8px;
}

.on-modal__body p {
    font-family: 'Lato', sans-serif;
    color: #575757;
    margin: 0 0 1rem 0;
}

.on-mail, .on-link {
    color: #1E4E41;
    font-weight: 600;
}

.on-modal__btn {
    height: 36px !important;
    font-size: 16px;
}

.on-modal__footer {
    padding: 18px 20px;
    border-top: 1px solid #ccc;
    text-align: right;
    display: flex;
    align-items: center;
    justify-content: end;
}

.on-modal__close {
    font-size: 24px;
    cursor: pointer;
    color: #929292;
}

.on-modal__attention-text {
    font-weight: bold;
    color: #923434 !important;
}

.on-modal__summary-text {
    font-family: 'Standerd Medium', sans-serif !important;
    font-size: 13px !important;
    margin: 0 0 5px 0 !important;
    padding: 0 !important;
}

.on-feedback-card__wrapper {
    display: flex;
    flex-direction: row;
    gap: 2rem;
    padding-bottom: 7rem;
}

.on-feedback-card {
    display: flex;
    flex-direction: column;
    border-radius: 10px;
    margin: 0px;
    border: 1px solid rgba(102, 204, 153, 0.20);
    background: rgba(37, 109, 102, 0.50);
    box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.20), 0px 4px 40px 0px rgba(8, 29, 27, 0.40);
    flex-shrink: 0;
    padding: 1.5rem;
    margin-bottom: 2rem;
    flex: 0 0 calc(33.333% - 1rem);
    box-sizing: border-box;
}

.on-feedback-card__header img {
    width: 145px;
    height: 145px;
    border-radius: 8px;
}

.on-feedback-card__header {
    display: flex;
}

.on-feedback-card__title-wrapper {
    width: 100%;
    margin-left: 20px;
}

.on-feedback-card__title {
    font-family: 'Lato', sans-serif;
    color: white;
    font-size: 30px;
    line-height: 1.2;
    text-align: left;
}

.on-feedback-card__text {
    color: white;
    font-size: 18px;
    font-weight: 400 !important;
    font-family: 'Standerd', sans-serif;
    line-height: 1.25;
    text-align: left !important;
    letter-spacing: 0.3px;
    padding-bottom: 0;
    margin-bottom: 0;
}

.on-solutions__wrapper {
    display: flex;
    flex-direction: column;
    gap: 3rem;
}

.on-solutions-card {
    display: flex;
    flex-direction: column;
    border-radius: 10px;
    margin: 0px;
    border: 1px solid rgba(102, 204, 153, 0.20);
    background: rgba(37, 109, 102, 0.50);
    box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.20), 0px 4px 40px 0px rgba(8, 29, 27, 0.40);
    flex-shrink: 0;
    padding: 1.5rem;
    flex: 0 0 calc(33.333% - 2rem);
    box-sizing: border-box;
}

.on-solutions-card.on-first {
    min-height: 32rem;
}

.on-solutions-card__title {
    font-family: 'Lato', sans-serif;
    font-size: 28px;
    font-style: normal;
    font-weight: 500;
    color: white;
    max-width: 13rem;
}

.on-solutions-card__header {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.on-solutions-card__header img {
    width: 58px;
}

.on-solutions-card__text {
    color: white;
    font-size: 17px;
    font-weight: 400 !important;
    font-family: 'Standerd', sans-serif;
    line-height: 1.25;
    text-align: left !important;
    padding-bottom: 0;
    margin-bottom: 0;
    opacity: 0.7;
}

.on-solutions-card__list {
    list-style-type: disc;
    padding-left: 1.5rem;
}

.on-solutions-card__list li {
    margin-bottom: 1rem;
    position: relative;
    font-size: 0.95rem !important;
}

.on-solutions-card__list li::marker {
    color: #50FFB1;
}

.on-solutions-card__grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1.8rem;
}

.on-solutions-card__wrapper {
    display: flex;
    flex-direction: row;
    gap: 1.8rem;
}

.on-solutions__comparison, .on-solutions-comparion__info {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.on-solutions-comparion__info .on-solutions-comparion__title{
    color: #FFFFFF;
    font-family: 'Standerd', sans-serif;
    font-size: 40px;
    font-style: normal;
    font-weight: 400;
    text-align: center;
    max-width: 36rem;
    margin-bottom: 1rem;
    margin-top: 0.7rem;
}

.on-solutions-comparion__info .on-solutions-comparion__subtitle {
    color: #FFFFFF;
    font-family: 'Lato', sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 120%;
    text-align: center;
    opacity: 0.7;
    max-width: 30rem;
    margin: 0;
}

.on-solutions-comparison__cards {
    width: 100%;
    display: flex;
    gap: 1.8rem;
    margin-top: 2.5rem;
    justify-content: center;
}

.on-solutions-comparison__card {
    width: 27%;
}

.on-solutions-comparison__card.on-card-dark {
    display: flex;
    flex-direction: column;
    flex-shrink: 0;
    padding: 1.8rem;
    border-radius: 10px;
    border: 1px solid rgba(102, 204, 153, 0.20);
    background: rgba(37, 109, 102, 0.50);
    box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.20), 0px 4px 40px 0px rgba(8, 29, 27, 0.40);
}

.on-solutions-comparison__card.on-card-light {
    display: flex;
    flex-direction: column;
    flex-shrink: 0;
    padding: 1.8rem;
    border-radius: 10px;
    background: #50FFB1;
    box-shadow: 0px 4px 130px 0px rgba(80, 255, 177, 0.40);
}

.on-solutions-comparison__card ul {
    list-style-type: none;
    padding-left: 0;
    display: flex;
    flex-direction: column;
    gap: 0.8rem;
    margin-top: 1.5rem;
    margin-bottom: 0;
}

.on-solutions-comparison__card ul li {
    display: flex;
    gap: 8px;
}

.on-solutions-comparison__card ul li .on-mark {
    width: 21px;
}

.on-comparison-card-dark__title {
    font-family: 'Standerd', sans-serif;
    font-size: 28px;
    font-style: normal;
    color: white;
    margin: 0;
    line-height: 1;
}

.on-solutions-comparison__card.on-card-light img {
    width: 158px;
}

.on-comparison-card-dark__ul li p {
    font-family: 'Lato', sans-serif;
    font-size: 20px;
    font-style: normal;
    color: white;
    margin: 0;
}

.on-comparison-card-light__ul li p {
    font-family: 'Lato', sans-serif;
    font-size: 20px;
    font-style: normal;
    color: #0F443F;
    margin: 0;
}

.on-integrations__wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.on-integrations__title {
    max-width: 46rem;
    font-family: 'Standerd', sans-serif;
    font-size: 40px;
    font-style: normal;
    font-weight: 500;
    text-align: center;
    color: #080717;
    margin-top: 1rem;
}

.on-integrations__row {
    display: flex;
    width: max-content;
    min-height: 250px;
}

.on-integrations__card {
    width: 250px;
    padding: 25px;
    margin-right: 10px;
    border-radius: 12px;
    background: #fff;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    color: #080717;
}

.on-integrations__card-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.on-integrations__card-info {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.on-integrations__card-title {
    font-family: 'Standerd', sans-serif;
    color: #080717;
    font-size: 28px;
    font-style: normal;
    font-weight: 500;
    margin: 0;
}

.on-integrations__card-category {
    font-family: 'Lato', sans-serif;
    color: #6B6A74;
    font-size: 18px;
    margin: 0;
}

.on-integrations__card-icon {
    width: 62px;
    height: 62px;
    border-radius: 300px;
    border: 1px solid #EFEFEF;
}

.on-integrations__card-text {
    font-family: 'Lato', sans-serif;
    font-size: 18px;
    font-style: normal;
    color: #6B6A74 !important;
    margin-top: 1.5rem;
    margin-bottom: 0 !important;
}

.on-integrations__row:first-child {
    animation: scrollLeft 15s linear infinite;
    margin-bottom: 10px;
}

.on-integrations__row:last-child {
    animation: scrollRight 15s linear infinite;
}

.on-integrations__row:hover {
    animation-play-state: paused;
}

.on-plans__wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.on-plans__title {
    font-family: 'Standerd', sans-serif;
    font-size: 40px;
    color: white;
    text-align: center;
    padding-top: 1rem;
    padding-bottom: 3rem;
    margin: 0;
}

.on-plans__cards {
    display: flex;
    align-items: end;
    gap: 1rem;
}

.on-plans__card {
    display: flex;
    flex-direction: column;
    border-radius: 10px;
    margin: 0px;
    border: 1px solid rgba(102, 204, 153, 0.20);
    background: rgba(37, 109, 102, 0.50);
    box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.20), 0px 4px 40px 0px rgba(8, 29, 27, 0.40);
    flex-shrink: 0;
    padding: 25px;
    height: fit-content;
    width: 200px;
}

.on-plans__card.active {
    background: #50FFB1 !important;
    box-shadow: 0px 4px 130px 0px rgba(80, 255, 177, 0.40) !important;
    color: #0F443F;
}

.on-plans__card-title {
    font-size: 20px;
    font-family: 'Standerd', sans-serif;
    color: #FFF;
    opacity: 0.7;
    margin: 0;
}

.on-plans__card-title.active {
    color: #0F443F;
    opacity: 1;
}

.on-plans__card-sales {
    font-family: 'Standerd Bold', sans-serif;
    color: #50FFB1;
    font-size: 24px;
    margin-top: 1rem;
    margin-bottom: 0;
}

.on-plans__card-sales.active {
    color: #0F443F;
}

.on-plans__card-price {
    font-family: 'Standerd Semibold', sans-serif;
    font-size: 40px;
    font-weight: 500;
    color: #FFF;
    margin: 0;
}

.on-plans__card-price.active {
    color: #0F443F;
}

.on-plans__card-price span {
    font-family: 'Standerd Light', sans-serif;
    font-size: 22px;
    margin-left: -5px;
}

.on-plans__card ul {
    list-style-type: none;
    padding-left: 0;
    display: flex;
    flex-direction: column;
    gap: 0.8rem;
    margin-top: 1.5rem;
    margin-bottom: 0;
}

.on-plans__card ul li {
    display: flex;
    gap: 0.5rem;
    align-items: center;
}

.on-plans__card ul li i {
    color: #50FFB1;
    font-size: 15px;
}

.on-plans__card.active ul li i {
    color: #0F443F;
}

.on-plans__card ul li p, .on-plans__card-special-li div p {
    font-family: 'Standerd', sans-serif;
    font-size: 16px;
    color: white;
    opacity: 0.7;
    padding-bottom: 5px;
    margin: 0;
}

.on-plans__card.active ul li p {
    color: #0F443F;
    font-weight: 600;
    opacity: 1;
}

.on-plans__card ul li p span, .on-plans__card-special-li div span {
    font-family: 'Standerd', sans-serif;
    font-size: 14px;
    color: #50FFB1;
    font-weight: 500;
    opacity: 1;
    margin-top: 5px;
}

.on-plans__card ul .on-plans__card-special-li {
    align-items: start;
}

.on-app__wrapper {
    display: flex;
    gap: 3rem;
}

.on-app__left {
    margin-top: 4rem;
}

.on-app__left p {
    font-family: 'Standerd', sans-serif;
    font-size: 40px;
    font-style: normal;
    color: white;
    max-width: 32rem;
    margin-top: 1.5rem;
}

.on-app__left, .on-app__right {
    width: 50%;
}

.on-app__right {
    display: flex;
    justify-content: end;
}

.on-app__right img {
    width: 85%;
}

.on-conclusion {
    background-color: #F5F5F5;
    overflow-x: hidden;
}

.on-conclusion__wrapper {
    display: flex;
    gap: 3rem;
}

.on-conclusion__left, .on-conclusion__right {
    width: 50%;
}

.on-conclusion__right img {
    width: 185% !important;
}

.on-conclusion__left p {
    font-family: 'Standerd', sans-serif;
    font-size: 40px;
    color: #080717;
    max-width: 23rem;
    margin-bottom: 1rem;
}

.on-conclusion__left span {
    font-family: 'Lato', sans-serif;
    font-size: 18px;
    color: #676670;
    display: inline-block;
    max-width: 15rem;
}

.on-footer {
    position: relative;
    border-radius: 20px 20px 0px 0px;
    background: #0F443F;
    margin-top: -5rem;
    z-index: 6;
    padding: 1.5rem;
}

.on-footer-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.on-footer-left, .on-footer-right {
    display: flex;
    gap: 1.5rem;
    align-items: center;
}

.on-footer-right div {
    display: flex;
    gap: 1.5rem;
}

.on-footer-left img {
    height: 100%;
}

.on-footer-left p {
    font-family: 'Lato', sans-serif;
    font-weight: 600;
    font-size: 14px;
    color: #B7C7C5;
}


.on-footer-right a {
    font-family: 'Lato', sans-serif;
    text-decoration: none;
    color: #B7C7C5;
}

.on-footer-right div a i {
    color: #B7C7C5;
}

/* ANIMAÇÕES */
.on-fade-up {
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 0.6s ease, transform 0.6s ease;
}

.on-fade-up.show {
  opacity: 1;
  transform: translateY(0);
}

.on-fade-left {
  opacity: 0;
  transform: translateX(-30px);
  transition: opacity 0.6s ease, transform 0.6s ease;
}

.on-fade-left.show {
  opacity: 1;
  transform: translateX(0);
}

.on-fade-right {
  opacity: 0;
  transform: translateX(30px);
  transition: opacity 0.6s ease, transform 0.6s ease;
}

.on-fade-right.show {
  opacity: 1;
  transform: translateX(0);
}

@keyframes scrollLeft {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(-38.4937%);
    }
}

@keyframes scrollRight {
    0% {
        transform: translateX(-38.4937%);
    }
    100% {
        transform: translateX(0);
    }
}


/* HELPERS */
.on-font-standerd {
    font-family: 'Standerd', sans-serif;
}

.on-font-lato {
    font-family: 'Lato', sans-serif;
}

.on-font-standerd-bold {
    font-family: 'Standerd Bold', sans-serif;
}

.on-font-standerd-semibold {
    font-family: 'Standerd Semibold', sans-serif;
}

.on-web {
  display: flex;
}

.on-mobile {
  display: none;
}

.on-highlight {
    font-family: 'Standerd Bold', sans-serif;
    color: #50FFB1;
}

.on-font-16 {
    font-size: 16px !important;
}

.w-fit {
    width: fit-content;
}

.max-w-12 {
    max-width: 12rem;
}

/* RESPONSIVENESS */
@media (min-width: 992px) and (max-width: 1130px) {
    .on-faq {
        margin-top: -18rem;
    }
}

@media (min-width: 1131px) and (max-width: 1250px) {
    .on-faq {
        margin-top: -24rem;
    }
}

@media (min-width: 992px) and (max-width: 1410px) {
    .on-plans__cards {
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        grid-auto-rows: 1fr;
        align-items: stretch;
        width: 100%;
        gap: 2rem;
        box-sizing: border-box;
        margin: 0 auto;
    }

    .on-plans__card.active {
        grid-column: 1 / -1;
    }

    .on-plans__card {
        box-sizing: border-box;
        width: auto;
        height: auto;
    }

    .on-plans__card ul {
        padding-bottom: 0;
    }
}

@media (max-width: 1200px) {
    .on-max-screen {
        max-width: 1140px;
    }
}

@media (max-width: 992px) {
    .on-video-images {
        margin-top: -4rem !important;
    }

    .on-pt-7-mobile {
        padding-top: 7rem !important;
    }

    .on-max-screen {
        max-width: 960px;
    }

    .on-feedback-card__wrapper {
        flex-direction: column;
        gap: 0;
    }

    .on-diferenciais-image-container.on-mobile {
        top: 140px;
    }

    .on-hero, .on-feedback-wrapper, .on-functionality__wrapper,
    .on-optimization__wrapper, .on-funnel__wrapper, .on-boost__wrapper,
    .on-payment__wrapper, .on-solutions__wrapper, .on-solutions__comparison,
    .on-plans-app__wrapper, .on-faq__wrapper, .on-conclusion__wrapper,
    .on-integrations__wrapper {
        padding-left: 6rem;
        padding-right: 6rem;
    }

    .on-solutions-card__wrapper, .on-feedback-card__wrapper,
    .on-functionality__wrapper, .on-optimization__wrapper,
    .on-optimization__articles, .on-funnel__wrapper,
    .on-funnel__articles, .on-boost__wrapper,
    .on-boost__articles, .on-payment__wrapper,
    .on-payment__articles, .on-solutions__info,
    .on-solutions-comparison__cards, .on-plans__cards,
    .on-app__wrapper, .on-faq__wrapper, .on-conclusion__wrapper,
    .on-footer-wrapper, .on-footer-right {
        flex-direction: column;
    }

    .on-functionality__left, .on-functionality__right,
    .on-optimization__left, .on-optimization__right,
    .on-funnel__left, .on-funnel__right, .on-boost__left,
    .on-boost__right, .on-payment__left, .on-payment__right,
    .on-solutions-comparison__cards .on-solutions-comparison__card,
    .on-plans__cards, .on-plans__cards .on-plans__card,
    .on-app__left, .on-app__right, .on-faq__left, .on-faq__right,
    .on-conclusion__left, .on-conclusion__right {
        max-width: 100%;
        width: 100%;
        box-sizing: border-box;
    }

    .on-functionality__right img, .on-optimization__right img,
    .on-optimization__articles .on-optimization__article,
    .on-funnel__articles .on-funnel__article,
    .on-boost__left img, .on-boost__right img,
    .on-boost__articles .on-boost__article,
    .on-payment__right img, .on-payment__articles .on-payment__article,
    .on-app__right img {
        width: 100%;
    }

    .on-feedback-card__wrapper, .on-optimization__articles,
    .on-funnel__articles, .on-boost__articles, .on-payment__articles,
    .on-faq__wrapper {
        gap: 0;
    }

    .on-payment__title {
        max-width: 29rem;
    }

    .on-solutions__title {
        max-width: 39rem;
    }

    .on-app__left p {
        max-width: 25rem;
    }

    .on-conclusion__wrapper {
        align-items: center;
        gap: 4rem;
    }

    .on-conclusion__left {
        max-width: 40rem;
    }

    .on-conclusion__left p {
        max-width: 100%;
        margin-top: -1rem;
    }

    .on-funnel__right img {
        width: 135% !important;
        transform: translateX(22%);
    }

    .w-full-mobile {
        width: 100% !important;
        box-sizing: border-box;
    }

    .on-mb-1-mobile {
        margin-bottom: 1rem;
    }

    .on-mt-2-mobile {
        margin-top: 2rem;
    }

    .on-mt-footer-mobile {
        margin-top: 1.1rem;
    }

    .on-payment__container {
        margin-bottom: 0.5rem;
    }

    .on-solutions__info {
        align-items: normal;
        justify-content: flex-start;
    }

    .on-solutions-card.on-first {
        min-height: auto;
    }

    .on-solutions-card__wrapper {
        margin-bottom: 3rem;
    }

    .on-integrations__row {
        zoom: 0.75;
    }

    .on-plans__card ul {
        padding-bottom: 0 !important;
    }

    .on-plans__card ul li p, .on-plans__card.active ul li p {
        font-size: 18px;
    }

    .on-plans__card ul li p span, .on-plans__card-special-li div span {
        font-size: 16px;
    }

    .w-max-mobile {
        max-width: 100% !important;
    }

    .on-faq {
        margin-top: -40rem;
    }

    .on-footer-right div a i {
        font-size: 20px;
    }

    .on-web {
        display: none;
    }

    .on-mobile {
        display: flex;
    }

    .on-buttons {
        display: none;
    }

    .on-menu-toggle {
        display: block;
    }

    .on-optimization__title {
        margin-top: 0;
        padding-top: 0;
    }

    .on-py-funnel-mobile {
        padding-top: 3.5rem !important;
        padding-bottom: 2rem !important;
    }

    .on-py-functionality-mobile {
        padding-top: 4rem;
        padding-bottom: 3rem;
    }

    .on-feedback-card__wrapper {
        padding-bottom: 5rem;
    }

    .on-my-line-mobile {
        margin-top: 3rem;
        margin-bottom: 4rem;
    }

    .on-py-5-mobile {
        padding-top: 5rem !important;
        padding-bottom: 5rem !important;
    }

    .on-py-9\/2-mobile {
        padding-top: 4.5rem !important;
        padding-bottom: 4.5rem !important;
    }

    .on-pt-9\/2-mobile {
        padding-top: 4.5rem !important;
    }

    .on-pt-6-mobile {
        padding-top: 6rem !important;
    }

    .on-pb-3-mobile {
        padding-bottom: 3rem !important;
    }

    .on-pb-5-mobile {
        padding-bottom: 5rem !important;
    }

    .on-pb-5-mobile {
        padding-bottom: 5rem !important;
    }

    .on-pb-9\/2-mobile {
        padding-top: 4.5rem !important;
    }

    .on-pt-5-mobile {
        padding-top: 5rem !important;
    }
}

@media (max-width: 800px) {
    .on-diferenciais-image-container {
        top: -25px;
    }

    .on-image-container {
        top: -20px;
    }

    .on-video-container {
        margin-top: 40px;
    }

    .on-mobile-diferenciais-image img {
        width: 90%;
    }

    .on-hero-text {
        font-size: 32px;
        padding: 1.5rem;
    }

    .on-feedback-card {
        width: 100%;
    }

    .on-solutions-card__grid {
        grid-template-columns: 1fr;
    }

    .on-max-screen {
        max-width: 780px;
    }

    .on-hero, .on-feedback-wrapper, .on-functionality__wrapper,
    .on-optimization__wrapper, .on-funnel__wrapper, .on-boost__wrapper,
    .on-payment__wrapper, .on-solutions__wrapper, .on-solutions__comparison,
    .on-plans__cards, .on-plans-app__wrapper, .on-faq__wrapper, .on-conclusion__wrapper,
    .on-integrations__wrapper {
        padding-right: 20px;
        padding-left: 20px;
    }

    .on-functionality__title, .on-optimization__title,
    .on-optimization__title, .on-funnel__title,
    .on-boost__title, .on-payment__title, .on-payment__title,
    .on-solutions-comparion__title, .on-integrations__title,
    .on-app__left p, .on-faq__title, .on-conclusion__left p {
        font-size: 28px;
    }

    .on-light-btn {
        height: 58px !important;
    }

    .on-dark-btn {
        height: 58px !important;
    }

    .on-faq {
        margin-top: -25rem;
    }

    .on-conclusion__left {
        max-width: 28rem;
    }
}

@media (max-width: 480px) {
    .on-diferenciais-image-container {
        top: -20px;
    }

    .on-image-container {
        top: -15px;
    }

    .on-video-container {
        margin-top: 35px;
    }
}


