.default-page {
    padding-bottom: 4.5rem;
}

small {
    font-size: 13px;
    display: block;
    line-height: normal;
    letter-spacing: normal;
    color: #999999;
}

.alert {
    font-size: 15px;
    font-family: 'Avenir', sans-serif;
    font-weight: 400;
    display: inline-block;
    justify-self: center;
    border: none;
    border-radius: 10px;
    z-index: 1000;
    position: absolute;
    width: 100%;
    max-width: 455px;
    opacity: .95;
}

.alert i {
    padding-right: 5px;
}

.frame-content {
    max-width: 400px;
}

.page-title {
    font-family: 'Avenir', sans-serif;
    font-weight: 300;
    letter-spacing: -0.02px;
    font-size: 30px;
    color: #414545;
    margin-bottom: 0;
    text-align: left;
    line-height: 2rem;
}

.page-subtitle {
    font-family: 'Avenir', sans-serif;
    font-weight: 400;
    letter-spacing: -0.02px;
    font-size: 16px;
    color: #999999;
    text-align: left;
    margin-bottom: 0;
}

.section-subtitle {
    font-size: 13px;
    color: #212121;
    font-weight: bolder;
}

.text-default {
    font-family: 'Avenir', sans-serif;
    font-weight: 400;
    letter-spacing: -0.02px;
    font-size: 14px;
    color: #141414;
}

.track {
    list-style: none;
    flex-direction: row;
    display: flex;
    justify-content: center;
    padding: 0 10px;
    text-align: -webkit-center;
}

.divisor {
    background-color: #d8d8d8;
    top: 22px;
    position: relative;
    width: 60%;
    display: inline-flex;
    justify-self: center;
    height: 2px;
}

.numb-tracking {
    width: 20%;
    margin: 0 5px;
}

.numb-ball {
    display: inline-flex;
    height: 45px;
    width: 45px;
    background-color: #9edbf6;
    color: #fff;
    border-radius: 50px;
    margin-left: 2px;
    margin-right: 2px;
    z-index: 999;
    position: relative;
    justify-content: center;
    align-items: center;
    border: 5px solid #dff4fb;
}

.desative {
    background-color: #eef8fb;
    color: #9edbf6;
}

/** FORM */
.box-form {
    border-radius: 14px;
    background-color: #fff;
    padding: 25px;
    margin: 8px 0;
}

.box-form-min {
    border-radius: 14px;
    background-color: #f9fafd;
    padding: 20px;
    margin: 12px 0;
}

.box-form-mark {
    border-radius: 14px;
    background-color: #f9fafd;
    padding: 9px;
    margin: 12px 0;
}

.box-form .mb-3, .box-form .mb-4  {
    text-align: left;
    color: #737373;
}

.btn-large {
    width: 100%;
}

.btn-default {
    font-family: 'Avenir', sans-serif;
    height: 36px;
    border: none;
    right: 0;
    border-radius: 8px;
    font-weight: 500;
    background-color: #141414;
    color: #fff;
    padding: 0px 12px;
    font-size: 15px;
    text-decoration: none;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    transition: all 0.5s;
    letter-spacing: normal;
}

.btn-default:hover {
    background-color: #414545;
    box-shadow: 0px 4px 8px -4px rgb(80 80 80 / 50%);
    -webkit-box-shadow: 0px 4px 8px -4px rgb(80 80 80 / 50%);
    -moz-box-shadow: 0px 4px 8px -4px rgb(80 80 80 / 50%);
    text-decoration: none;
    color: #fff;
    transition: all 0.5s;
}

.btn-colories {
    background: #EEAECA;
    background: linear-gradient(80deg, rgb(239 104 163) 0%, rgb(131 104 221) 53%, rgba(148, 187, 233, 1) 100%);
    transition: all 0.7s;
}

.btn-colories:hover {
    background: #EEAECA;
    background: linear-gradient(80deg, rgb(239 104 163) 0%, rgb(131 104 221) 53%, rgba(148, 187, 233, 1) 100%);
    transition: all 0.7s;
}

.btn-danger {
    background-color: #fff;
    border: 1px solid #ff91a7;
    color: #ff91a7;
}

.btn-danger:hover {
    background-color: #ff91a7;
    border: 1px solid #ff91a7;
    color: #fff;
}

.btn-collect {
    background-color: #925bcf;
}

.btn-enter {
    background-color: #117ae3;
    border: none;
    letter-spacing: normal;
}

.btn-enter:hover {
    background-color: #117ae3;
    box-shadow: 0px 4px 8px -4px rgb(80 80 80 / 50%);
}

.btn-sistem {
    height: 36px;
    font-size: 15px;
    background-color: #f5f7fb;
    color: #999999;
    font-weight: 500;
}

.btn-sistem:hover {
    background-color: #d8d8d8;
    color: #737373;
    box-shadow: none;
}

.btn-function {
    background-color: #096ab6;
    height: 36px;
    min-width: 120px;
}

.btn-function:hover {
    background-color: #185585;
}

.btn-action-i{
    background-color: #455a64;
}

.btn-med {
    max-width: 200px;   
}

.btn-small {
    max-width: 130px;
    background-color: #414545;
}

.btn-default i {
    padding-right: 8px;
}

.btn-outline {
    font-family: 'Avenir', sans-serif;
    height: 34px;
    border: 1px solid #f0f0f0;
    right: 0;
    border-radius: 8px;
    font-weight: 500;
    background-color: transparent;
    color: #1b1b1b;
    padding: 0px 20px;
    font-size: 13px;
    text-decoration: none;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    transition: all 0.5s;
    letter-spacing: normal;
    width: auto;
}

.btn-outline:hover {
    background-color: #f0f0f0;
    transition: all 0.5s;
    border: 1px solid #fff;
    color: #1b1b1b;
    box-shadow: none;
}

.coll-shadow {
    box-shadow: 0px 4px 8px -4px rgb(80 80 80 / 50%);
    -webkit-box-shadow: 0px 4px 8px -4px rgb(80 80 80 / 50%);
    -moz-box-shadow: 0px 4px 8px -4px rgb(80 80 80 / 50%);
}

textarea.form-control {
    font-family: 'Avenir', sans-serif;
}

.form-control, .form-select {
    font-family: 'Avenir', sans-serif;
    font-size: 16px;
    background-color: #fbfbfb;
    border-radius: 8px;
    min-height: 38px;
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, .05);
}

.form-check-input {
    font-size: 14px;
    margin-top: 4px;
}

.form-control:focus, 
.form-check-input:focus, 
.form-select:focus, 
.group-profile:focus,
.how4-profile:focus {
    border-color: #959595;
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, .05);
}

.form-check-input:checked {
    background-color: #141414;
    border-color: #141414;
    color: #fff;
}

.form-label, .form-check-label {
    font-family: 'Avenir', sans-serif;
    font-weight: 500;
    color: #1b1b1b;
    font-size: 15px;
    letter-spacing: normal;
}

.form-label i {
    padding-right: 5px;
    color: #ccc;
}

#form-social .form-label i {
    padding-right: 5px;
    color: #141414;
}

.form-control:disabled {
    background-color: var(--bs-secondary-bg);
    opacity: 1;
    font-size: 14px;
    border: none;
    color: #737373;
}

button:disabled, input:disabled, .btn-default:disabled {
    background-color: #eaeaea !important;
    background: #eaeaea;
    color: #737373 !important;
    box-shadow: none !important;
    -webkit-box-shadow: none !important;
    border: none;
    cursor: not-allowed;
}

.form-control:readonly {
    background-color: transparent;
}

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

/** CHECK **/
.link-btn-form {
    padding-left: 0;
    width: 125px;
    background-color: #f5f7fb;
    border: 1px solid #999999;
    border-radius: 8px;
    transition: all 0.7s;
    text-decoration: none;
    color: #1b1b1b;
    display: inline-flex;
    height: 38px;
    align-items: center;
    justify-content: flex-start;
    padding-left: .75rem;
}

.link-btn-form:hover {
    background-color: #ffeddd !important;
    border: 1px solid #fff;
    transition: all 0.7s;
}

.link-btn-form.disabled {
    border: 1px solid #d8d8d8;
    pointer-events: none;
    filter: none;
    opacity: .35 !important;
    cursor: default;
}

/** CHECK **/
.form-check-inline {
    display: inline-block;
    margin-right: 1rem;
    margin-bottom: .5rem;
    padding-left: 0;
}

.btn {
    width: 55px;
    text-align: left !important;
}

.btn-check-min {
    padding-left: 0;
    width: 125px;
    background-color: #f5f7fb;
    border: 1px solid #fff;
    border-radius: 8px;
}

.btn-check-min+.btn:hover {
    background-color: #ffeddd !important;
    border: 1px solid #fff;
}

.btn-check-min:checked+.btn {
    background-color: #feeabd !important;
    border: 1px solid #fff;
}

.btn-check-min:disabled+.btn, .btn-check-min[disabled]+.btn {
    pointer-events: none;
    filter: none;
    opacity: .35 !important;
}

.group-profile {
    position: relative;
    display: flex;
    flex-wrap: nowrap;
    align-items: stretch;
    width: 100%;
    border: var(--bs-border-width) solid var(--bs-border-color);
    font-size: 18px !important;
    background-color: #fff;
    border-radius: var(--bs-border-radius);
}

.how4-profile {
    padding: 0.375rem 0rem 0.375rem 0.75rem;
    background-color: #fff;
    display: flex;
    align-items: center;
    padding: 0.375rem 0 0.375rem 0.75rem;
    font-size: 15px;
    font-weight: 400;
    line-height: 1.5;
    color: #8899A6;
    text-align: center;
    white-space: nowrap;
    border: 0px;
    border-radius: 8px;
}

.how4-profile-link {
    padding-left: 1.5px;
    width: 100%;
    border: 0px !important;
    color: #141414 !important;
    font-weight: 500;
}

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

.ny-shadow {
    box-shadow: 2px 4px 12px rgba(0,0,0,.08);
}

/** MENU */
#menu-business ul {
    padding-left: 0;
}

#menu-business .box-form {
    /*max-width: 390px;*/
    padding: 5px 15px;
}

#menu-business ul {
    margin-bottom: 0;
}

.menu-list {
    font-family: 'Avenir', sans-serif;
    font-weight: 400;
    padding: 10px 20px;
}

.menu-title {
   font-weight: 500;
   color: #8899A6;
   font-size: 14px;
   display: block;
   margin-bottom: 20px;
}

.menu-item {
    font-weight: 400;
    padding: 10px 0;
    display: block;
}

ul > .menu-item:nth-last-of-type(){
    border-bottom: none;
}

.menu-item .w-icon {
    color: #737373;
    font-size: 14px;
}

.menu-item .w-item {
    font-family: 'Avenir', sans-serif;
    font-weight: 400;
    color: #141414;
    font-size: 15px;
}

.menu-item .w-arrow {
    color: #8899A6;
}

.w-icon {
    width: 10%;
    text-align: left;
}

.w-item {
    width: 70%;
    text-align: left;
}

.w-arrow {
    width: 20%;
    text-align: right;
}

/** Links */

.link-menu-list {
    text-decoration: none;
    color: #141414;
}

.link-default-form {
    font-family: 'Avenir', sans-serif;
    color: #007bff;
    text-decoration: underline;
    font-size: 15px;
    display: inline-flex;
    transition: all 0.7s;
    /*vertical-align: -webkit-baseline-middle;*/
}

.link-default-form:hover {
    transition: all 0.7s;
    text-decoration: underline;
}

.ny-postiion {
    display: inline-flex;
    justify-content: center;
}

.link-text-form {
    font-family: 'Avenir', sans-serif;
    font-weight: 400;
    display: block;
    font-size: 14px;
    text-decoration: none;
    color: #141414;
}

.ny-disabled {
    color: #ccc;
}

.link-text-form i {
    padding: 0 6px;
}

/** LOADING */

.visually-hidden {
    display: none;
}

.spinner-fundo {
    display: none;
}

.spinner-fundo {
    left: 0;
    top: 0;
    position: fixed;
    background-color: #fff;
    filter: alpha(opacity =         65);
    height: 100%;
    width: 100%;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=65)";
    opacity: 0.85;
    z-index: 9998;
}

.spinner-border {
    display: none;
}

.spinner-border {
    top: 50%;
    line-height: 30px;
    z-index: 9999;
    position: fixed;
    left: 45%;
}

.config-body-title {
    font-family: 'Avenir', sans-serif;
    font-weight: 400;
    font-size: 14px;
}

.config-body-title i {
    padding-right: 6px;
    font-size: 10px;
}

.config-body-text {
    font-family: 'Avenir', sans-serif;
    font-size: 15px;
    font-weight: 400;
    color: #a6a6a6;
}

.subtitle-small {
    padding-top: 4px;
    font-size: 10px;
    color: #737373;
}

.link-text-default {
    font-size: 12px;
    color: #737373;
    text-align: center;
    display: block;
    text-decoration: none;
}

#link-text {
    font-family: 'Avenir', sans-serif;
    font-weight: 400;
    display: block;
    font-size: 14px;
    text-decoration: none;
    color: #007bff;
}

/** SERVICES */

.service-card {
    font-family: 'Avenir', sans-serif;
    font-weight: 400;
    min-width: 100px;
    max-width: 350px;
    padding: 15px 15px;
    margin: 8px 0;
    display: block;
    border-radius: 14px;
    background-color: #fdfdfd;
    font-size: 14px;
    cursor: default;
}

.serv-card-title {
    font-weight: 500;
    color: #414545;
    text-align: left;
    margin: 0;
}

.service-border {
    color: #eee;
    opacity: 0.75;
    margin: 6px 2px;
}

.serv-card-text {
    display: inline-block;
    background-color: #eee;
    font-size: 12px;
    color: #414545;
    text-align: left;
    font-weight: 400;
    text-transform: lowercase;
    width: auto;
    padding: 4px 6px;
    border-radius: 6px;
    margin-bottom: 0;
}

.serv-card-label {
    display: inline-block;
    background-color: #eee;
    font-size: 8px;
    color: #414545;
    text-align: left;
    font-weight: 400;
    text-transform: uppercase;
    width: auto;
    padding: 4px;
    border-radius: 4px;
    margin-bottom: 5px;
}

.bi-pencil-square {
    font-size: 16px;
}

#price {
    font-size: 12px;
    font-weight: 300;
    color: #8899A6;
}
.serv-card-price {
    font-size: 12px;
    color: #8899A6;
    text-align: left;
    font-weight: 500;
    padding-left: 5px;
}

/** Custom **/

.grid-cover-list {
    border-radius: 6px;
    width: 100%;
    border: 1px solid #eee;
    display: block;
    padding: 0;
    margin: 10px 0;
}

.list-group-item {
    font-size: 12px;
}

#form-cover h6 {
    font-size: .75rem;
    margin: 0.5rem 0;
    color: #212121;
}

.list-cover-text {
    font-size: 12px;
    font-family: 'Avenir', sans-serif;
    font-weight: 300;
    color: #414545;
    margin-bottom: 3rem;
}

.scrollspy-example {
    height: 300px;
    margin-top: .5rem;
    overflow: auto
}

.scrollspy-example-2 {
    height: 350px;
    overflow: auto
}

.simple-list-example-scrollspy .active {
    background-color: rgba(var(--bd-violet-rgb), 0.15)
}

.list-group-item.active {
    background-color: #eee;
    color: #414545;
    font-weight: 500;
    border: 1px solid #414545;
}

#form-cover .form-check {
    padding-left: 0;
}

.box-contact {
    width: 100%;
    display: block;
}

.serv-box {
    display: inline-block;
    width: 100%;
    border-radius: 12px;
    background-color: #fff;
    text-align: left;
    /* margin-top: 10px; */
    margin-right: 30px;
    padding: 10px 15px;
    transition: all 0.7s;
}

#support ul {
    padding: 0;
    margin-bottom: 0;
}

.list-item {
    font-weight: 400;
    padding: 5px 0;
    display: block;
}

.list-item i {
    color: #141414;
    font-size: 14px;
}

.list-item .w-item {
    font-family: 'Avenir', sans-serif;
    color: #141414;
    font-size: 14px;
    font-weight: 400;
    padding-left: 10px;
}

#support a {
    text-decoration: none;
    font-size: 14px;
    font-weight: 400;
    color: #0277bd !important;
    transition: all 0.5s;
}

#support a:hover {
    text-decoration: underline;
    transition: all 0.5s;
}

.accordion-button {
    font-size: 14px;
    font-weight: 500;
    padding: 15px 10px;
}

.accordion-body{
    font-size: 14px;
    padding: 15px 10px;
}

.cardm-option .dropdown-menu {
    border-radius: 12px;
    border-color: #fdfdfd;
    box-shadow: 0 2px 8px rgba(0, 0, 0, .05);
    right: 0;
    left: auto;
    margin-top: 6px;
    padding: 8px;
    border: 1px solid #eee;
}

.cardm-option a {
    color: #212121;
    padding: 6px 4px;
    line-height: normal;
    font-size: 14px;
    transition: all 0.6s;
    font-weight: 500;
    border-radius: 6px;
}

.pg-form {
    display: grid;
}

sup {
    color: #c62828;
}

.opacity-15 {
    opacity: .15 !important;
}

/** 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: 18px auto;
    color: #999999;
    position: relative;
    text-align: center;
    width: 100%;
}

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

    @media screen and (max-width: 768px) {
        body {
            background-color: #fff;
        }

        .box-form {
            background-color: #f9fafd;
            padding: 18px;
        }

        .box-form-min {
            padding: 16px;
        }

        .pg-form .box-form {
            border-radius: 14px;
            background-color: #f9fafd;
            padding: 20px;
        }

        .nobg {
            background-color: #fff;
        }

        .ny-shadow {
            box-shadow: none;
        }
    }