body {
    background-color: #F1F3F3;
}

.default-page {
    max-width: min(620px, 100%);
    margin: 0px auto;
    display: flex;
    flex-flow: column;
    -webkit-box-pack: justify;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 0.5rem;
}

.page-subtitle {
    letter-spacing: 0;
}

/** Home */
.box-menu-home {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    align-content: center;
    align-items: flex-start;
    justify-content: center;
    gap: 20px;
}

.box-shc {
    border-radius: 14px;
    padding: 14px;
    background-color: #fff;
    height: 120px;
    width: 120px;
    box-shadow: 1px 0px 13px rgba(0, 0, 0, .08);
    cursor: pointer;
    transition: all 0.5s;
    margin-bottom: 0px;
    display: flex;
    justify-content: space-between;
    align-content: space-between;
    flex-wrap: wrap;
    border: 1px solid #fff;
}

.box-shc-2 {
    width: 260px;
}

.box-shc-3 {
    width: 400px;
}

.box-shc-img {
    background-position: top;
    background-size: cover;
    background-repeat: no-repeat;
    filter: saturate(.15);
}

.box-shc-img:hover {
    filter: saturate(1);
    transition: all 0.5s ease-out;
}

.box-shc i, .box-shc img {
    font-size: 20px;
    color: #212121;
    display: block;
    text-align: left;
}

.shc {
    margin-top: 5px;
    line-height: 1.15em;
    display: inline-block;
}

.shc-link {
    width: 100%;
    height: 100%;
    display: grid;
}

.shc-title {
    font-size: 14px;
    font-weight: 600;
    color: #212121;
    display: block;
    letter-spacing: 0;
}

.shc-text {
    font-size: 12px;
    font-weight: 400;
    color: #737373;
    display: block;
    line-height: 15px;
}

/** Config */
.menu-title {
    font-size: 14px;
    font-weight: 600;
}

.menu-item {
    padding: 0;
}

.menu-item .w-item {
    font-weight: 500;
    color: #212121;
}

.link-item {
    color: #212121;
    padding: 8px 10px;
    line-height: normal;
    font-size: 14px;
    transition: all 0.6s;
    font-weight: 500;
    text-decoration: none;
    display: block;
    margin: 5px 0;
}

.link-item:hover {
    background-color: #f6f6f6;
    padding: 8px 10px;
    border-radius: 8px;
}

.link-item i {
    color: #8899A6;
    line-height: normal;
    font-size: 16px;
    text-decoration: none;
}

.a6-color {
    color: #a6a6a6;
}

.bf-color {
    color: #bfbfbf;
}

/** Select Model */

.divisor-2 {
    top: 25px;
    width: 35%;
    background-color: #d8d8d8;
    position: relative;
    display: inline-flex;
    justify-self: center;
    height: 1px;
}
.numb-ball-2 {
    color: #212121;
    background-color: #d8d8d8;
    font-size: 20px;
    width: 45px;
    height: 45px;

    display: inline-flex;
    border-radius: 50px;
    margin-left: 2px;
    margin-right: 2px;
    z-index: 999;
    position: relative;
    justify-content: center;
    align-items: center;
    border: 4px solid #f4f4f4;
}

.desative {
    background-color: #eee;
    color: #d1d1d1;
}

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

.cardny-plan {
    height: 36px;
    display: block;
    font-size: 12px;
    padding: 4px 8px;
    font-weight: 600;
    color: #212121;
    margin-bottom: 5px;
}

.basic {
    padding: 4px 8px;
    width: auto;
    border-radius: 6px;
    background-color: #fafafa;
    color: #414545;
}

.pro {
    width: auto;
    border-radius: 6px;
    background-color: #000;
    color: #C68D6E;
    text-transform: uppercase;
}

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

.nav-button.prev {
    right: 60px;
}

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

.btn-default-home {
    font-family: 'Helvetica Now Display', sans-serif;
    padding: 0px 10px;
    border-radius: 8px;
    text-decoration: none;
    font-size: 15px;
    font-weight: 500;
    color: #fff;
    margin: 8px 0 0;
    background-color: #212121;
    border: none;
    height: 34px;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all 0.5s;
    box-shadow: 3px 4px 6px -4px rgb(80 80 80 / 60%);
    -webkit-box-shadow: 3px 4px 6px -4px rgb(80 80 80 / 60%);
}

.btn-check-rep {
    background-color: #fff;
    height: auto;
    padding: 0;
    display: grid;
    border-radius: 8px;
}

.btn-check-rep:checked+.btn {
    color: #a6a6a6;
    background-color: #242424;
    width: 100%;
    padding: 0;
    border: none;
}

.btn-check-rep:checked+.btn .btn-check-bg {
    background-color: #333333;
} 

.btn {
    padding: 0;
    cursor: pointer;
}

.how4-profile, .group-profile {
    border-radius: 8px;
    background-color: #fbfbfb;
}

.how4-profile-link {
    width: 100%;
}

.box-title {
    padding-top: 0;
    line-height: normal;
}

.card-page {
    display: block;
    margin: 0 10px;
    max-width: 340px;
    height: 300px;
    background-color: #fff;
    border-radius: 14px;
}

.card-cover {
    display: block;
    border-top-right-radius: 14px;
    border-top-left-radius: 14px;
    background-color: #ccc;
    height: 70px;
    width: 100%;
    padding: 0;
    margin: 0px 0px 10px 0;
}

.ny-cover-img {
    border-top-left-radius: 14px;
    border-top-right-radius: 14px;
    height: 70px;
    width: 100%;
    object-fit: cover;
    object-position: center;
}

.card-title {
    padding: 0px 10px 10px 30px;
    font-size: 14px;
    color: #212121;
    text-align: left;
}

.card-content {
    height: 80px;
    width: 240px;
    padding: 10px 20px;
    border-radius: 12px;
    display: block;
    background-color: #eee;
    font-size: 10px;
    margin: 0 10%;
}

.content-width {
    height: 40px;
    margin: 10px 10%;
}

.grid-cover {
    height: 160px;
    width: auto;
    margin-top: -20px;
    margin-left: -30px;
    margin-right: -30px;
    /*overflow: hidden;*/
}

.ident-photo-border {
    height: 70px;
    width: 70px;
    border-radius: 50%;
    margin: 15px 10px 0 10px;
    border: 1px solid #a6a6a6;
    display: flex;
    justify-content: center;
}

.ident-photo {
    height: 100%;
    width: 100%;
    border-radius: 50%;
    text-align: center;
    background-size: cover;
    background-position: 100%;
    border: 1px solid #f5f5f5;
    object-fit: cover;
    align-self: center;
}

/** Card-menu */
.avatar-grid {
    width: 45px;
    height: 45px;
    border: 1px solid #f6f6f6;
    border-radius: 50%;
}

.avatar-card {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    object-fit: cover;
    object-position: 100%;
    border-radius: 50%;
}

.gem-plus {
    font-size: 18px;
    border-radius: 25px;
    width: 28px;
    background-color: #212121;
    height: 28px;
    display: inline-flex !important;
    flex-wrap: nowrap;
    justify-content: center;
    align-content: center;
    align-items: center;
}

.gem-pro {
    opacity: .2;
    background-color: #d8d8d8;
}

.alert {
    border: 1px solid #fff;
    font-size: 14px;
    font-family: 'Helvetica Now Display', sans-serif;
    font-weight: 400;
    display: inline-block;
    justify-self: anchor-center;
    border: none;
    border-radius: 10px;
    z-index: 1;
    position: absolute;
    max-width: 100%;
    opacity: .85;
    margin-left: 10px;
    margin-right: 10px;
}

#box-news .card {
    border-radius: 14px;
    max-width: 540px;
    border: 1px solid #eee;
}

#box-news .card-title {
    padding: 0;
}

#box-news .card-text {
    font-size: 12px;
    font-weight: 400;
}

/** Google */
.btn-google {
    background-color: #fff;
    border: 1px solid #d9d9d9;
    color: #212121;
    transition: all 0.5s;
    font-weight: 600;
}

.btn-google:hover {
    transition: all 0.5s;
    background-color: #eeeeee;
    box-shadow: none;
    color: #212121;
}

.btn-google > span {
    padding-right: 0.5rem;
}

.form-separator {
    display: table;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 2px;
    margin: 24px auto;
    color: #212121;
    position: relative;
    text-align: center;
    width: 100%;
}

.form-separator:after, .form-separator:before {
    border-top: 1px solid #d9d9d9;
    content: '';
    display: table-cell;
    position: relative;
    top: .8em;
    width: 42%;
}

.bi-ntw-color {
    color: #8899A6;
}

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

        .default-page {
            padding: 0 15px;
            align-items: normal;
        }

        .box-menu-home {
            justify-content: start;
        }

        .box-shc-2 {
            width: 260px;
        }

        .box-shc-3 {
            width: 260px;
        }

        .box-shc-img {
            filter: saturate(1);
            background-position: right;
            background-size: cover;
            background-size: 80%;
            background-repeat: no-repeat;
        }

        .nav-button {
            display: none;
        }
    }