@import url('https://fonts.cdnfonts.com/css/rondal?styles=77545,77546');
@import url('https://fonts.cdnfonts.com/css/oswald-4?styles=21481');

.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: #f5f5f8;
    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: #007286;
}

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

.btn-default-home {
    font-size: 15px;
    box-shadow: none;
    -webkit-box-shadow: none;
    font-size: 15px;
    height: 36px;
}

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

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

.btn-premium {
    background-color: #e6be8f;
    color: #212121 !important;
    border: none;
    font-size: 15px;
}

.btn-premium:hover {
    background-color: #f2ba77;
}

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

#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;
}

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

.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: #007286;
    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: 1px solid #d9d9d9;
    padding: 15px;
    min-height: 250px;
    height: 100%;
}

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

.card {
    width: 18rem;
}

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

/** Experience */
.header-lp {
    border-bottom: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
}

.xp-subtitle {
    font-family: 'Oswald Regular', sans-serif;
    font-size: 18px;
    text-transform: uppercase;
    letter-spacing: 2px;
    color: #a6a6a6;
    padding: 0;
}

.xp-present {
    font-family: 'Oswald Regular', sans-serif;
    font-size: 15px;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #141414;
}

.xp-netwy {
    font-family: 'Rondal', sans-serif;
    font-size: 9vh;
    text-transform: uppercase;
}

.xp-info {
    padding: 10px 13%;
    font-size: 15px;
    color: #000;
    -webkit-font-smoothing: antialiased;
    letter-spacing: 2px;
}

.measure-img {
    margin-left: -10px;
    background-color: #f5f5f8;
    height: 460px;
}

.measure-card {
    height: 560px;
}

.measure-img-photo {
    height: 460px;
}

.measure-text .home-highlight {
    color: #212121;
    font-size: 14px;
}

.page-block {
    padding-top: 6%;
    padding-left: 0;
    padding-bottom: 6%;
    padding-right: 0;
    background-color: #fff;
}

.page-block-x2 {
    padding-top: 10%;
    padding-bottom: 10%;
}

#conection {
    display: contents;
    max-height: 600px;
}

#conection .measure-img {
    margin-left: auto;
    background-color: transparent;
}

.bg-jade {
    background: rgb(61,80,70);
    background: radial-gradient(circle, rgba(61,80,70,1) 0%, rgba(116,128,121,1) 100%);
}

.card-img-top {
    border-radius: 20px;
}

.box-form {
    background-color: #fff;
}

.nwt-h5 {
    font-family: 'Rondal', sans-serif;
    font-size: 6vw;
    text-transform: uppercase;
    color: #fff;
}

.nwt-exp {
    font-family: 'Oswald Regular', sans-serif;
    font-size: 3vh;
    text-transform: uppercase;
    letter-spacing: 5px;
    color: #fff;
}

.form-control::placeholder {
    color: #a6a6a6;
}

.how4-profile {
    color: #e6be8f;
}

.carousel-caption {
    padding-bottom: 15%;
}

.btnTry {
    background-color: #e6be8f;
    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;
}

.a-home-title {
    color: #fff;
}

#section-black {
    height: 720px;
}

    @media screen and (max-width: 768px) {

        h3 {
            font-family: 'Helvetica Now Display', sans-serif;
            font-weight: 300;
            color: #007286;
            font-size: 40px;
            margin-bottom: 3rem;
        }

        .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;
        }

        .home-highlight {
            padding: 0;
            margin-bottom: .5rem;
        }

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

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

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

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

        .img-webp {
            object-position: 75%;
        }

        .carousel-caption {
            top: 20%;
        }

        .nwt-h5 {
            font-size: 20vw;
        }

        .nwt-exp {
            font-size: 2vh;
        }

        .page-block-x2 {
            padding-top: 15%;
            padding-bottom: 15%;
        }

        #headSimple, #headConection {
            padding: 20px;
            text-align: center;
        }

        #blocks {
            padding-top: 40px;
            padding-bottom: 0px;
            padding-left: 30px;
            padding-right: 30px;
            text-align: center;
        }

        .btn-experience {
            background-color: #212121;
            color: #e6be8f !important;
        }

        .measure-img {
            margin-left: -12px;
            margin-right: -12px;
        }

        .card-img-top {
            height: 300px;
            border-radius: 20px;
            object-fit: cover;
        }

        .background-card {
            padding-left: 0;
            padding-right: 0;
        }

        .xp-info {
            font-size: 14px;
        }

        #section-black {
            height: auto;
            padding: 40px 10px;
        }
    }