h1, h2, h3, h4, h5 {
    font-family: 'Plus Jakarta Sans', sans-serif;
}

span, a, strong, p {
    font-family: 'Inter', sans-serif;
}

span.text-white {
    line-height: 28.8px;
}

.txt-gold {
    color: #FAD500;
}

p {
    font-size: 18px;
    line-height: 30.6px;
}

small {
    font-size: 16px !important;
    font-family: 'Inter', sans-serif;
    font-style: italic;
    line-height: 25px;
}

.checked {
    color: orange;
}

a.nav-link {
    text-decoration: none !important;
    color: #111927;
}

a.nav-link:hover {
    text-decoration: none !important;
    color: #111927;
}


.navbar-nav .nav-item {
    position: relative;
}

.navbar-nav .nav-item .link::after {
    content: '';
    position: absolute;
    bottom: -5px;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: orange;
    opacity: 0;
    transition: opacity 0.2s ease;
}

.navbar-nav .nav-item .link:hover::after {
    opacity: 1;
}

.btn {
    padding: 0.6rem 1rem !important;
    border-radius: 10px !important;
    color: #fff !important;
}

.btn-dark {
    background: #384250 !important;
}

.btn-tranparent {
    color: #6C737F !important;
}

a.nav-link.btn.btn-orange {
    background: #fb801a;
    
    
}

.bg-topo {
    background-image: url('../image/BG.png');
    background-repeat: no-repeat;
    background-position: 100%;
    background-size: cover;
    padding: 2rem 0rem 5rem 0rem !important;
}

h1.titulo {
    font-size: 60px;
    font-weight: 700;
    line-height: 72px;
}

span.titulo {
    color: #fb801a;
}

p.txt-primary {
    font-size: 20px;
    line-height: 28px;
    color: #6C737F;
    font-weight: 500;
}

.logos.d-flex.justify-content-between.align-items-center {
    padding: 2rem 12rem;
}

.bg-sobre {
    background-color: #111927;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 8rem 1rem;
}

.linha {
    width: 88px;
    height: 1.5px;
    background-color: #FB801A;
}

.linha-blue {
    width: 31px;
    height: 1.5px;
    background-color: #312E81;
}

  h2.titulo2 {
    
    font-size: 48px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%;
}

.bg-sistema {
    background-image: url('../image/BG-bottom.png');
    background-repeat: no-repeat;
    background-position: 100%;
    background-size: cover;
    /* padding: 2rem 0rem 5rem 0rem !important; */
}

.bg-results {
    background: #F3F4F6;
    background-repeat: no-repeat;
    background-position: 100%;
    background-size: cover;
}

strong.results {
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%;
}

.bg-software {
    background: rgb(56,66,80);
    background: linear-gradient(0deg, rgba(56,66,80,1) 65%, rgba(255,216,2,1) 35%);
    /* background: linear-gradient(to bottom, #FFD802, #FFD802) no-repeat top,
                linear-gradient(to bottom, #384250, #384250) no-repeat bottom;
    background-size: 100% 40% 60%; */
  }

  .image-container {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    overflow: hidden;
  }

  .rounded-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .bg-footer {
    background: #F3F4F6;
    background-repeat: no-repeat;
    background-position: 100%;
    background-size: cover;
    padding: 8rem 0rem;
  }

  img.img.card-top {
    position: relative;
    top: 18%;
    right: 15%;
    }

    img.img.card-left {
        position: relative;
        top: 15%;
        left: 30%;
    }

    img.img.card-right {
        position: relative;
        top: 60%;
        right: 5%;
    }

  @media (min-width: 769px) {
    .mob {
        display: none !important;
    }

    .row.padding-right-desk {
        justify-content: end;
        padding-right: 0;
    }
}

  @media (max-width: 768px) {
    .desk {
        display: none !important;
    }

    .py-5 {
        padding-top: 0 !important;
        padding-bottom: 0 !important;
    }

    img.img-sistemas-mob.w-100.mob {
        max-width: 90% !important;
    }

    .titulo2.pt-4.py-mob {
        padding-bottom: 3.4rem !important;
        padding-top: 3rem !important;
    }

    a.nav-link.link {
        display: none;
    }

    .nav-link.btn.btn-dark {
        font-size: 15px;
        line-height: 26px;
    }

    .nav-link.btn-tranparent.ms-3 {
        font-size: 15px;
        line-height: 26px;
    }

    h1.titulo {
        font-size: 36px;
        line-height: 43px;
    }

    h2.titulo2 {
        font-size: 28px;
        padding-top: 4rem;
    }

    .bg-software {
        background: rgb(56,66,80);
        background: linear-gradient(0deg, rgba(56,66,80,1) 75%, rgba(255,216,2,1) 25%);
    }

    .pt-5.w-100.mob {
        margin-right: -1.5rem;
    }

    section.bg-software.text-center.py-5 {
        padding-top: 6rem !important;
    }

    p.txt-primary {
        font-size: 18px;
        line-height: 31px;
    }

    .logo-container {
        overflow-x: auto;
        white-space: nowrap;
    }

    .logo-container .col-md-3 {
        display: inline-block;
        width: 100%;
        white-space: normal;
    }
      
    .logo-container img {
        max-width: 100%;
        height: auto;
    }

    .logos-slider {
        display: flex;
        overflow-x: scroll;
        -webkit-overflow-scrolling: touch;
        scroll-snap-type: x mandatory;
    }
    
    .slide {
        flex: 0 0 100%;
        scroll-snap-align: start;
    }

    img.img-software {
        display: none;
    }

    img.img.card-left {
        display: none;
    }

    img.img.card-top {
        display: none;
    }

    .d-flex.pt-4.avatar-mob {
        padding: 3rem 0 4.3rem 0 !important;
    }

    section.bg-results.py-5 {
        padding-top: 6rem !important;
    }

    img.logo-selo {
        padding-bottom: 4.3rem;
    }

    p.text-primary {
        padding-bottom: 3rem;
    }

    p.info-footer-mob {
        padding: 0.4rem 0;
    }

    p.pb-4.local-mob {
        padding-top: 3rem;
    }
}

