body {
    background-color: #fff;
    margin-top: 50px;
}

.on-container{    
    max-width: min(1440px, 100%);
    margin: 0px auto;
    display: flex;
    flex-flow: column;
    -webkit-box-pack: justify;
    justify-content: start;
    padding-bottom: 0rem;
    background-color: #1a1a1a;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    min-height: 100vh;
    max-height: 100%;
    /*box-shadow: 0 2px 5px rgba(0,0,0,0.2);*/
}

.btn-pro {
    background-color: #2b95a8;
}

.btn-pro:hover {
    background-color: #414545;
}

.btn-default:hover{
    text-decoration: none;
}

.btn-default i {
    padding: 0 2px;
}

.background-card {
    background-size: cover;
    height: 100%;
    width: 100%;
    display: block;
}

#headline {
    min-height: 768px;
}

#sub-headline {
    min-height: 400px;
    padding: 100px 0;
}

.img-grid {
    top: 118px;
}

.title-white {
    color: #fff;
    margin-top: 0;
    margin-bottom: 10px;
    font-weight: 500;
}

.title-feature {
    margin-top: 0;
    margin-bottom: 10px;
    color: #a6a6a6;
    font-weight: 500;
}

.mb-5x {
    margin-bottom: 8rem;
}

.area-copy, .link-social{
    color: #f4f4f4;
}

h3 {
    font-family: 'Helvetica Now Display', sans-serif;
    font-weight: 300;
    color: #414545;
    font-size: 45px;
}

.home-highlight-title {
    font-family: 'Helvetica Now Display', sans-serif;
    font-weight: 400;
    color: #585a63;
    font-size: 18px;
    letter-spacing: normal;
    height: 120px;
}

.home-highlight-title-3 {
    font-size: 16px;
    height: 45px;
    font-weight: 400;
    line-height: 1.5rem;
    width: 80%;
}

.home-highlight {
    font-family: 'Helvetica Now Display', sans-serif;
    font-weight: 400;
    color: #737373;
    font-size: 16px;
    letter-spacing: normal;
}

.box-feature-2 {
    padding: 20px;
    margin: 5px;
    min-height: 200px;
    display: block;
    max-height: 520px;
}

.img-feature {
    height: 285px;
}

.box-feature > .home-highlight {
    padding: 0;
}

.box-feature > h3 {
    max-height: 50px;
    font-size: 22px;
}

.box-icon {
    height: 50px;
    width: 50px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 10px;
    margin: 5px;
    border: 1px solid #d9d9d9;
    background-color: transparent;
}

.box-icon > i {
    font-size: 20px;
    color: #2b95a8;
    opacity: 0.7;
}

.box-icon-header {
    border-radius: 8px;
    height: 45px;
    width: 45px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 10px;
    margin: 5px;
    background-color: #000;
}

.box-icon-header > i {
    font-size: 18px;
    color: #585a63;
}

.area-copy, .link-social {
    color: #414545;
}

.specialists-container {
    position: relative;
    padding: 10px 0;
}

.specialists-scroll {
    overflow-x: auto;
    white-space: nowrap;
    scrollbar-width: none; /* Firefox */
    -ms-overflow-style: none; /* IE and Edge */
}

.specialists-scroll::-webkit-scrollbar {
    display: none; /* Chrome, Safari, Opera */
}

.specialist-item {
    display: inline-flex;
    text-align: center;
    margin-right: 4px;
}

.specialist-avatar {
    width: 100px;
    height: auto;
    object-fit: cover;
}

.specialist-name {
    display: block;
    font-size: 12px;
    margin: 5px 0;
    font-weight: 500;
    text-transform: uppercase;
    text-align: center;
}

/* Botões de navegação (opcional) */
.nav-button {
    position: absolute;
    transform: translateY(15%);
    background: #000;
    border: 1px solid #414545;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    z-index: 1;
}

.nav-button > i {
    font-size: 22px;
    color: #737373;
}

.nav-button.prev {
    left: 85%;
}

.nav-button.next {
    right: 0;
}

.specialist-item .box-feature {
    background-color: #000;
    height: 220px;
    text-align: start;
    width: 300px;
    border-radius: 12px;
    border: 1px solid #414545;
    padding: 20px;
    margin: 5px;
    max-height: 240px;
    display: block;
}

.specialist-item .box-feature .box-icon > i {
    font-size: 24px;
    color: #a6a6a6;
}

.specialist-item .box-feature .box-icon {
    border: none;
    padding: 10px 0;
    justify-content: start;
}

.specialist-item .home-highlight {
    text-wrap: initial;
    font-size: 15px;
}

.accordion-button {
    font-weight: 500;
    font-size: 18px;
    height: 80px;
}

.accordion-body {
    letter-spacing: normal;
    font-size: 16px;
    padding: 2rem 0;
}

.accordion-button:not(.collapsed) {
    background-color: #f6f6f6;
}

.accordion-button:focus {
    box-shadow: 0 0 0 0.25rem rgba(235, 235, 235, 100%);;
}

.mob-netwy {
    width: 500px;
}

.box-feature {
    border-radius: 14px;
    border: none;
    padding: 15px;
    min-height: 250px;
    height: 100%;
    background-color: #eaeaea;
}

.box-feature .home-highlight {
    font-size: 16px;
}

.card {
    width: 18rem;
}

.icon-link {
    font-size: 15px;
    letter-spacing: normal;
}

.measure-img {
    background-color: #eaeaea;
    height: 500px;
    display: flex;
    justify-content: center;
}

.measure-img-lg {
    height: 600px;
}
/** Minimal */

.home-title-h1 {
    font-size: 6vw;
    color: #212121;
}

.home-highlight-sub {
    font-size: 20px;
    color: #414545;
}

.home-highlight-text {
    font-size: 18px;
    color: #414545;
    letter-spacing: 1px;
}

.main-height {
    margin-top: 4%;
    height: 100%;
}

h3 {
    font-size: 4vw;
}

.grid-site {
    width: 100%;
}

.btnTry {
    background-color: #212121;
}

.a-subtitle {
    font-family: 'Helvetica Now Display', sans-serif;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 3px;
    color: #007286;
    padding: 0;
    font-weight: 500;
}

.gradient-text {
    background-clip: text;
    background-image: linear-gradient(90deg, #94c7c2 0%, #038678 75%);
    color: transparent !important;
}

.btn-try {
    width: 188px;
}

.info-hero {
    padding: 10px;
}

@media screen and (max-width: 768px) {
    
    h3 {
        font-family: 'Helvetica Now Display', sans-serif;
        font-weight: 300;
        color: #212121;
        font-size: 34px;
        margin-bottom: 3rem;
    }

    #benefits .home-highlight {
        width: 90%;
    }

    #benefits .icon-link {
        padding-left: 0;
    }

    .nav-button.prev {
        left: 70%;
    }

    .mb-5x {
        margin-bottom: 2.5rem;
    }

    .box-icon {
        width: 45px;
        height: 45px;
        margin: 5px 0;
    }

    .box-icon > i {
        font-size: 18px;
    }

    .cardbox {
        height: auto;
    }
    
    .cardbox-text p {
        font-size:18px;
    }

    .card-footer {
        min-height: 0;
    }

    .box-feature {
        padding: 15px 30px;
        margin: 10px;
        width: auto !important;
    }

    .box-feature .home-highlight {
        font-size: 18px;
    }

    .box-feature-2 {
        max-height: 585px;
    }

    .img-feature {
        height: 285px;
    }

    .info-hero {
        padding: 20px;
    }

    .home-highlight-title {
        font-size: 18px;
        height: 130px;
    }

    .home-highlight-title-2 {
        font-size: 20px;
        letter-spacing: normal;
        width: 80%;
    }

    .home-highlight-title-3 {
        font-size: 18px;
        height: 60px;
        font-weight: 400;
        line-height: 1.5rem;
        width: 100%;
    }

    .card {
        width: 100%;
        margin-bottom: 30px;
    }

    .card img {
        height: 400px;
        object-fit: cover;
    }

    .measure-img-lg {
        height: 360px;
    }

    #headSimple {
        padding: 40px 20px;
        border-bottom: 1px solid #414545;
    }

    .home-highlight-sub {
        width: 100%;
    }

    .main-height {
        margin-top: 10%;
    }

    .home-title-h1 {
        font-size: 15vw;
    }

    .img-grid {
        margin: 0;
    }

    .btn-try, .btn-tryDefault {
        width: 100%;
        font-size: 16px;
        height: 42px;
    }
}

@media only screen and (max-width: 576px) {
    section.blocks {
        padding: 0 5px;
    }
}