body {
    margin: 0px;
    padding: 0px;
    font-family: "sans-serif", system-ui;
    font-size: 16px;
    line-height: 28px;
    color: #777777;
}

ul {
    list-style-type: none;
    padding: 0px;
    margin: 0px;
}

a:hover {
    text-decoration: none;
}

a.link {
    display: inline-block;
    color: #777777;
    padding: 8px 12px;
}

.section-title {
    font-size: 22px;
    font-weight: 700;
    color: #666666;
    margin-bottom: 20px;
}

.btn:focus, .btn-primary:focus {
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}

.btn {
    padding: 12px 20px;
    /*border-radius: 24px;*/
    /*background-color: #0777c2;*/
    border: none;
    color: white;
}

    .btn:hover {
        background-color: #F37141;
    }

    .btn.btn-outline {
        border-radius: 4px;
        background: transparent;
        border: 1px solid #0777c2;
        color: #0777c2;
    }

        .btn.btn-outline:active, .btn.btn-outline:hover {
            background-color: rgba(246, 129, 86, 0.05);
        }

    .btn.btn-collapse {
        padding: 6px 16px;
        border-radius: 4px;
        color: #777777;
    }

.badge-pill {
    padding: 6px 12px;
}

.bg-gradient, #drawerMenu .drawer-content .drawer-header, .banner-inner, .container-search, .secondary-banner, .banner-business {
    background: #f39e7e;
    background: -webkit-gradient(linear, left top, right top, from(#0777c2), to(#003f9c));
    background: linear-gradient(to right,#0777c2 0,#003f9c 100%);
}

.drawer.drawer-left, .drawer.drawer-right {
    border: none;
}

.drawer-divider {
    border-bottom: 1px solid #e4e4e4;
    margin: 8px 0;
}

.divider-filter {
    border-bottom: 1px solid #e4e4e4;
    margin: 20px 0;
}

.mt-56 {
    margin-top: 56px;
}

.mr-10 {
    margin-right: 10px;
}

#drawerMenu .drawer-content .drawer-header {
    padding-top: 36px;
    padding-bottom: 36px;
}

    #drawerMenu .drawer-content .drawer-header img {
        width: 100px;
        height: 100px;
        margin-bottom: 16px;
    }

    #drawerMenu .drawer-content .drawer-header h4 {
        margin-bottom: 0px;
        color: white;
        text-align: center;
    }

#drawerMenu .drawer-content .drawer-body {
    padding: 0;
}

    #drawerMenu .drawer-content .drawer-body .title-menu {
        margin: 6px 0 0 24px;
        font-size: 10px;
        text-transform: uppercase;
        font-weight: 700;
        color: #B4B4B4;
    }

    #drawerMenu .drawer-content .drawer-body .menu li {
        height: 56px;
    }

        #drawerMenu .drawer-content .drawer-body .menu li a {
            display: block;
            line-height: 56px;
            color: #777777;
            padding-left: 24px;
        }

        #drawerMenu .drawer-content .drawer-body .menu li:hover a, #drawerMenu .drawer-content .drawer-body .menu li.active a {
            border-left: 5px solid #0777c2;
            padding-left: 19px;
            color: #0777c2;
        }

        #drawerMenu .drawer-content .drawer-body .menu li.active a {
            font-weight: 600;
        }

#drawerFilter.drawer {
    width: 100vw;
}

    #drawerFilter.drawer.drawer-right {
        right: -100vw;
    }

#drawerFilter.drawer-right.show {
    right: 0;
}

#drawerFilter .drawer-content .drawer-header {
    padding: 0px;
}

.pull-right {
    float: right;
}

.form-group label, .form-group .label {
    font-size: 11px;
    line-height: 11px;
    font-weight: 700;
    text-transform: uppercase;
    color: #666666;
    margin-bottom: 10px;
}

.form-group .form-control {
    border-color: #AA9D9A;
    height: 40px;
}

    .form-group .form-control:focus {
        border-color: #AA9D9A;
        -webkit-box-shadow: none;
        box-shadow: none;
    }

.form-group .custom-checkbox .custom-control-input:checked ~ .custom-control-label::before {
    color: #fff;
    border-color: #0777c2;
    background-color: #0777c2;
}

.form-group .custom-checkbox .custom-control-label {
    margin-bottom: 0px;
    line-height: 36px;
    font-size: 16px;
    font-weight: 400;
    text-transform: none;
}

    .form-group .custom-checkbox .custom-control-label::before {
        top: 10px;
        -webkit-box-shadow: none !important;
        box-shadow: none !important;
        border-color: #AA9D9A;
    }

    .form-group .custom-checkbox .custom-control-label::after {
        top: 10px;
        -webkit-box-shadow: none !important;
        box-shadow: none !important;
    }

.form-group .select2-container .select2-selection {
    border-color: #AA9D9A;
}

.form-group .select2-container .select2-selection--single {
    height: 40px !important;
    line-height: 40px;
}

    .form-group .select2-container .select2-selection--single:focus {
        -webkit-box-shadow: none;
        box-shadow: none;
    }

    .form-group .select2-container .select2-selection--single .select2-selection__rendered {
        height: 40px;
        line-height: 40px;
    }

        .form-group .select2-container .select2-selection--single .select2-selection__rendered .select2-selection__clear {
            display: none;
        }

            .form-group .select2-container .select2-selection--single .select2-selection__rendered .select2-selection__clear .select2-selection__arrow {
                top: 0;
                right: 0;
                width: 20px;
            }

        .form-group .select2-container .select2-selection--single .select2-selection__rendered .select2-selection--multiple {
            height: 40px !important;
            line-height: 40px;
        }

            .form-group .select2-container .select2-selection--single .select2-selection__rendered .select2-selection--multiple .select2-selection__rendered {
                display: block;
                padding: 0 20px 0 8px !important;
                height: 38px;
                padding: 0px;
            }

            .form-group .select2-container .select2-selection--single .select2-selection__rendered .select2-selection--multiple .select2-selection__arrow {
                position: absolute;
                top: 0;
                right: 0;
                width: 20px;
                height: 100%;
            }

        .form-group .select2-container .select2-selection--single .select2-selection__rendered .select2-search--inline .select2-search__field {
            height: 38px;
            margin-top: 0px;
            text-indent: 00px;
        }

        .form-group .select2-container .select2-selection--single .select2-selection__rendered.select2-container--focus .select2-selection {
            border-color: #0777c2;
            -webkit-box-shadow: none;
            box-shadow: none;
        }

.form-group .select2-container .select2-selection__arrow {
    position: absolute;
    top: 0;
    right: 0;
    width: 20px;
    height: 100%;
}

@keyframes slideIn {
    0% {
        -webkit-transform: translateY(1rem);
        transform: translateY(1rem);
        opacity: 0;
    }

    100% {
        -webkit-transform: translateY(0rem);
        transform: translateY(0rem);
        opacity: 1;
    }

    0% {
        -webkit-transform: translateY(1rem);
        transform: translateY(1rem);
        opacity: 0;
    }
}

@-webkit-keyframes slideIn {
    0% {
        -webkit-transform: transform;
        -webkit-opacity: 0;
    }

    100% {
        -webkit-transform: translateY(0);
        -webkit-opacity: 1;
    }

    0% {
        -webkit-transform: translateY(1rem);
        -webkit-opacity: 0;
    }
}

.slideIn {
    -webkit-animation-name: slideIn;
    animation-name: slideIn;
}

.animate {
    animation-duration: 0.3s;
    -webkit-animation-duration: 0.3s;
    animation-fill-mode: both;
    -webkit-animation-fill-mode: both;
}

.icon::before {
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
}

.arrow-down::after {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f107";
}

.banner-inner {
    color: white;
    padding: 25px 0;
}

    .banner-inner h3 {
        line-height: 40px;
        margin: 0;
    }

    .banner-inner p {
        margin: 0;
    }

.slick-carousel .slick-slide {
    margin: 0 15px;
}

    .slick-carousel .slick-slide:focus {
        outline: 0px;
    }

        .slick-carousel .slick-slide:focus.featured-business-item {
            display: block;
            width: 100%;
            height: auto;
        }

            .slick-carousel .slick-slide:focus.featured-business-item .featured-business-logo {
                width: 100%;
                height: 200px;
                max-width: 250px;
                margin: 0px auto;
                background-position: center;
                background-size: cover;
                border-radius: 4px;
                border: 1px solid #e4e4e4;
            }

                .slick-carousel .slick-slide:focus.featured-business-item .featured-business-logo .featured-business-description {
                    text-align: center;
                    color: #777777;
                    margin-top: 15px;
                }

                    .slick-carousel .slick-slide:focus.featured-business-item .featured-business-logo .featured-business-description .featured-business-company {
                        font-size: 18px;
                        font-weight: 700;
                    }

                .slick-carousel .slick-slide:focus.featured-business-item .featured-business-logo:hover .featured-business-description .featured-business-company {
                    color: #0777c2;
                }

        .slick-carousel .slick-slide:focus .slick-dots {
            bottom: -40px;
        }

            .slick-carousel .slick-slide:focus .slick-dots li button:before {
                content: "";
                background-color: #0777c2;
                border-radius: 10px;
                width: 10px;
                height: 10px;
                top: 5px;
                left: 5px;
            }

.slider-container {
    margin-top: 35px;
    margin-bottom: 56px;
}

    .slider-container .back-bar {
        left: 10px !important;
        height: 8px;
    }

        .slider-container .back-bar .pointer {
            width: 24px;
            height: 24px;
            top: -8px;
            border-radius: 12px;
            border: none;
            background-color: #0777c2 !important;
            background-image: none;
        }

        .slider-container .back-bar .pointer-label {
            font-size: 14px;
            top: -30px;
            background: transparent;
        }

            .slider-container .back-bar .pointer-label::before {
                content: "R$";
                margin-right: 5px;
            }

            .slider-container .back-bar .pointer-label.low {
                left: -5px;
            }

            .slider-container .back-bar .pointer-label.high {
                right: -8px;
            }

        .slider-container .back-bar .selected-bar {
            background-color: #F5A88C !important;
            background-image: none;
        }

    .slider-container .scale {
        top: 14px !important;
    }

        .slider-container .scale span:first-of-type {
            left: 10px !important;
        }

        .slider-container .scale span:last-of-type {
            left: unset !important;
            right: -10px !important;
        }

            .slider-container .scale span:last-of-type ins {
                margin-left: -8px;
            }

        .slider-container .scale ins {
            font-size: 16px;
            font-weight: 600;
            line-height: unset;
        }

footer {
    padding: 40px 0;
}

    footer .menu-footer {
        margin-bottom: 20px;
    }

        footer .menu-footer li {
            text-align: center;
        }

            footer .menu-footer li a {
                display: block;
                line-height: 30px;
                padding: 0 20px;
                margin: 10px 0;
                color: #777777;
            }

                footer .menu-footer li a:hover {
                    color: #0777c2;
                }

    footer .title {
        font-size: 26px;
        font-weight: 700;
        color: #0777c2;
        text-align: center;
    }

    footer .social-media-footer a {
        display: inline-block;
        width: 40px;
        height: 40px;
        margin: 0 10px;
        border: 1px solid #0777c2;
        border-radius: 24px;
        text-align: center;
        -webkit-transition: all 0.15s ease-in-out;
        transition: all 0.15s ease-in-out;
    }

        footer .social-media-footer a i {
            font-size: 16px;
            line-height: 38px;
            color: #0777c2;
        }

        footer .social-media-footer a:hover {
            border: 1px solid #F37141;
            background-color: #F37141;
            color: white;
        }

            footer .social-media-footer a:hover i {
                color: white;
            }

    footer .copyright {
        margin: 20px 0 0;
        text-align: center;
        color: #777777;
    }

.navbar {
    padding: 15px 0;
}

    .navbar .navbar-nav .nav-item {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

        .navbar .navbar-nav .nav-item.active .nav-link {
            color: #0777c2;
            border-bottom: 2px solid #0777c2;
        }

        .navbar .navbar-nav .nav-item .nav-link {
            padding-right: 4px;
            padding-left: 4px;
            margin: 0 12px;
            color: #666666;
        }

        .navbar .navbar-nav .nav-item .btn-green {
            margin-left: 20px;
        }

        .navbar .navbar-nav .nav-item.dropdown img {
            width: 40px;
            max-width: 40px;
            height: 40px;
            max-height: 40px;
        }

        .navbar .navbar-nav .nav-item.dropdown .icon::after {
            display: inline-block;
            margin-left: 10px;
        }

        .navbar .navbar-nav .nav-item.dropdown.show .icon::after {
            color: #0777c2;
        }

        .navbar .navbar-nav .nav-item.dropdown .dropdown-item {
            color: #666666;
        }

    .navbar .navbar-brand {
        padding-bottom: 0px;
        padding-top: 0px;
    }

        .navbar .navbar-brand img {
            max-height: 50px;
        }

    .navbar .navbar-toggler:focus {
        outline: 0px;
    }

.action-bar, #drawerFilter .drawer-content .drawer-header {
    background-color: white;
    border-bottom: 1px solid #e4e4e4;
    height: 56px;
}

    .action-bar .btn-action-bar, #drawerFilter .drawer-content .drawer-header .btn-action-bar {
        height: 56px;
        width: 56px;
    }

        .action-bar .btn-action-bar a, #drawerFilter .drawer-content .drawer-header .btn-action-bar a {
            display: block;
            -webkit-box-sizing: content-box;
            box-sizing: content-box;
            width: 48px;
            height: 48px;
            line-height: 48px;
            padding: 4px;
            font-size: 22px;
            text-align: center;
            color: #0777c2;
        }

    .action-bar .title-action-bar, #drawerFilter .drawer-content .drawer-header .title-action-bar {
        overflow: hidden;
    }

        .action-bar .title-action-bar p, #drawerFilter .drawer-content .drawer-header .title-action-bar p {
            margin: 0px;
            font-size: 22px;
            font-weight: 600;
            line-height: 56px;
            padding-left: 16px;
            white-space: nowrap;
            width: calc(100vw - 112px);
            overflow: hidden;
            text-overflow: ellipsis;
        }

.aside-filters {
    background-color: #FFF5F2;
    height: 100%;
    padding: 20px;
}

.page-title h4 {
    padding: 24px 0 16px;
    margin-bottom: 0;
}

.page-title h5 {
    padding-top: 24px;
    margin-bottom: 0;
    font-size: 18px;
    font-weight: 700;
    line-height: 18px;
}

    .page-title h5 span {
        font-weight: 200;
    }

.filters {
    margin: 16px 0 -10px 0;
}

    .filters .filter-item {
        display: inline-block;
        line-height: 40px;
        border: 1px solid #0777c2;
        border-radius: 4px;
        color: #0777c2;
        padding-left: 16px;
        margin: 0 10px 10px 0;
    }

        .filters .filter-item a {
            display: inline-block;
            -webkit-box-sizing: content-box;
            box-sizing: content-box;
            width: 48px;
            height: 40px;
            line-height: 40px;
            font-size: 16px;
            text-align: center;
            color: #0777c2;
        }

.schedule .shift-schedule {
    margin-top: 16px;
}

    .schedule .shift-schedule button {
        font-weight: 700;
        text-align: left;
        text-transform: uppercase;
        line-height: 36px;
        background-color: #FFF5F2;
        border: none;
        color: #777777;
        margin-bottom: 10px;
    }

    .schedule .shift-schedule .card {
        padding: 0;
        border: none;
    }

        .schedule .shift-schedule .card .content-shift-schedule {
            padding: 0;
        }

            .schedule .shift-schedule .card .content-shift-schedule .shift-schedule-group {
                margin-bottom: 20px;
            }

                .schedule .shift-schedule .card .content-shift-schedule .shift-schedule-group .time {
                    font-weight: 700;
                }

                .schedule .shift-schedule .card .content-shift-schedule .shift-schedule-group .shift-schedule-item {
                    background-color: #FAFAFA;
                    border-radius: 4px;
                    margin: 10px 0;
                }

                    .schedule .shift-schedule .card .content-shift-schedule .shift-schedule-group .shift-schedule-item .duration i {
                        margin-right: 5px;
                        color: #0777c2;
                    }

                    .schedule .shift-schedule .card .content-shift-schedule .shift-schedule-group .shift-schedule-item .container-service {
                        padding: 8px 16px 0 16px;
                    }

                    .schedule .shift-schedule .card .content-shift-schedule .shift-schedule-group .shift-schedule-item .container-client {
                        padding: 0px 16px 8px 16px;
                    }

                        .schedule .shift-schedule .card .content-shift-schedule .shift-schedule-group .shift-schedule-item .container-client .client-title {
                            color: #666666;
                            font-size: 11px;
                            font-weight: 700;
                            text-transform: uppercase;
                        }

                        .schedule .shift-schedule .card .content-shift-schedule .shift-schedule-group .shift-schedule-item .container-client p {
                            font-size: 14px;
                            line-height: 20px;
                            margin: 0px;
                        }

                        .schedule .shift-schedule .card .content-shift-schedule .shift-schedule-group .shift-schedule-item .container-client img {
                            width: 45px;
                            max-width: 45px;
                            height: 45px;
                            max-height: 45px;
                            margin-right: 10px;
                        }

                .schedule .shift-schedule .card .content-shift-schedule .shift-schedule-group.service-in-progress .time {
                    color: #0777c2;
                }

                .schedule .shift-schedule .card .content-shift-schedule .shift-schedule-group.service-in-progress .shift-schedule-item {
                    border: 1px solid #0777c2;
                }

.container-search {
    padding: 20px 0 24px 0;
}

    .container-search .result-label {
        margin-bottom: 8px;
        font-size: 16px;
        font-weight: 400;
        line-height: 16px;
        color: white;
    }

/*.business-item {
  margin-top: 40px;
}*/

.business-item:last-of-type .business-body {
    border-bottom: none;
}

.business-item .business-header {
    margin-bottom: 30px;
}

    .business-item .business-header .business-logo {
        width: 100px;
        height: 100px;
        border-radius: 50px;
        background-position: center;
        background-size: cover;
        -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
        box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
    }

    .business-item .business-header .business-basic-info {
        width: calc(100% - 120px);
        margin-left: 20px;
    }

        .business-item .business-header .business-basic-info .name {
            font-size: 18px;
            font-weight: 700;
            color: #666666;
        }

        .business-item .business-header .business-basic-info .address {
            font-size: 14px;
            line-height: 20px;
            margin: 4px 0;
        }

        .business-item .business-header .business-basic-info .rating .stars i {
            color: #5D4F4E;
        }

.business-item .business-body {
    padding-bottom: 40px;
    border-bottom: 1px solid #e4e4e4;
}

    .business-item .business-body .custom-table ul li {
        padding-left: 8px;
    }

        .business-item .business-body .custom-table ul li:nth-of-type(even) {
            background-color: #FAFAFA;
        }

        .business-item .business-body .custom-table ul li .custom-table-row {
            padding: 12px 0;
            display: block;
            color: #777777;
        }

            .business-item .business-body .custom-table ul li .custom-table-row .service {
                font-size: 16px;
                line-height: 20px;
                margin-bottom: 5px;
                font-weight: 700;
                padding-right: 16px;
            }

            .business-item .business-body .custom-table ul li .custom-table-row .time i {
                margin-right: 4px;
            }

            .business-item .business-body .custom-table ul li .custom-table-row .price {
                min-width: 160px;
            }

                .business-item .business-body .custom-table ul li .custom-table-row .price > div:first-of-type {
                    margin-right: 10px;
                }

                .business-item .business-body .custom-table ul li .custom-table-row .price .discount {
                    text-align: center;
                    margin-right: 10px;
                }

                    .business-item .business-body .custom-table ul li .custom-table-row .price .discount div:first-of-type {
                        font-size: 14px;
                        line-height: 16px;
                        font-weight: 700;
                        margin-bottom: 3px;
                    }

                    .business-item .business-body .custom-table ul li .custom-table-row .price .discount div:last-of-type {
                        font-size: 9px;
                        line-height: 9px;
                        font-weight: 600;
                    }

                .business-item .business-body .custom-table ul li .custom-table-row .price .amount .older {
                    font-size: 12px;
                    line-height: 12px;
                    margin-bottom: 5px;
                }

                .business-item .business-body .custom-table ul li .custom-table-row .price .amount .current {
                    font-size: 16px;
                    font-weight: 600;
                    line-height: 16px;
                }

                    .business-item .business-body .custom-table ul li .custom-table-row .price .amount .current span {
                        display: inline-block;
                        font-size: 10px;
                        line-height: 16px;
                    }

.banner-business {
    padding: 20px 0;
}

    .banner-business .business-logo {
        width: 100px;
        height: 100px;
        border-radius: 50px;
        background-position: center;
        background-size: cover;
        -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
        box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
    }

    .banner-business .business-basic-info {
        width: calc(100% - 120px);
        margin-left: 20px;
        color: white;
    }

        .banner-business .business-basic-info .name {
            font-size: 18px;
            font-weight: 700;
        }

        .banner-business .business-basic-info .address {
            font-size: 14px;
            line-height: 20px;
            margin: 4px 0;
        }

.secondary-banner {
    padding: 30px 0;
}

    .secondary-banner .title {
        margin-bottom: 0px;
        color: white;
    }

.services .service-filters {
    border: 1px solid #AA9D9A;
    border-radius: 4px;
}

    .services .service-filters .service-filters-header .btn {
        text-align: left;
        background-color: transparent;
        padding-top: 12px;
        padding-bottom: 12px;
    }

    .services .service-filters .service-filters-body .card-body {
        border: none;
        padding-top: 8px;
        padding-bottom: 8px;
    }

        .services .service-filters .service-filters-body .card-body .form-group {
            margin-bottom: 12px;
        }

            .services .service-filters .service-filters-body .card-body .form-group .custom-control {
                min-height: 0px;
            }

                .services .service-filters .service-filters-body .card-body .form-group .custom-control .custom-control-label {
                    line-height: 22px;
                }

                    .services .service-filters .service-filters-body .card-body .form-group .custom-control .custom-control-label::before {
                        top: 2px;
                    }

                    .services .service-filters .service-filters-body .card-body .form-group .custom-control .custom-control-label::after {
                        top: 2px;
                    }

.services .container-service-group {
    margin-top: 40px;
}

    .services .container-service-group .service-group {
        margin-bottom: 20px;
    }

        .services .container-service-group .service-group button {
            font-weight: 700;
            text-align: left;
            text-transform: none;
            line-height: 36px;
            background-color: #FFF5F2;
            border: 1px solid transparent;
            color: #777777;
            margin-bottom: 10px;
        }

            .services .container-service-group .service-group button.collapsed {
                border: 1px solid #e4e4e4;
                background-color: transparent;
            }

        .services .container-service-group .service-group .business-item {
            margin-top: 0px;
        }

            .services .container-service-group .service-group .business-item .business-body {
                padding-bottom: 20px;
            }

.customer-rating .result-rating {
    padding: 16px;
    margin-bottom: 6px;
    background-color: #FAFAFA;
}

    .customer-rating .result-rating .stars i {
        font-size: 20px;
        color: #5D4F4E;
    }

.customer-rating .user-rating-item {
    margin-top: 24px;
    padding-bottom: 20px;
    border-bottom: 1px solid #e4e4e4;
}

    .customer-rating .user-rating-item .user-photo {
        width: 50px;
        height: 50px;
        border-radius: 25px;
        background-position: center;
        background-size: cover;
        border: 1px solid #5D4F4E;
    }

    .customer-rating .user-rating-item .user-info {
        padding-left: 15px;
    }

        .customer-rating .user-rating-item .user-info .name {
            font-weight: 700;
            margin-bottom: 4px;
        }

        .customer-rating .user-rating-item .user-info .date {
            font-size: 14px;
            line-height: 14px;
        }

    .customer-rating .user-rating-item .user-rating .stars {
        color: #5D4F4E;
    }

    .customer-rating .user-rating-item .user-comment {
        margin-top: 20px;
    }

.business-info .business-name {
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 15px;
}

.business-info .business-description {
    margin-bottom: 15px;
}

.business-info .business-topic {
    margin-bottom: 15px;
}

    .business-info .business-topic .label {
        font-weight: 700;
    }

    .business-info .business-topic .text {
        padding-left: 15px;
    }

.box-seller-details > li {
    padding: 16px 0;
    border-bottom: 1px solid #eeeeee;
    line-height: 32px;
}

    .box-seller-details > li.social-media {
        line-height: 36px;
    }

        .box-seller-details > li.social-media .icon {
            font-size: 18px;
            line-height: 36px;
        }

    .box-seller-details > li:last-of-type {
        border: none;
        padding-bottom: 6px;
    }

    .box-seller-details > li a.btn-box-collapse .icon {
        color: #0777c2;
        line-height: 20px;
    }

        .box-seller-details > li a.btn-box-collapse .icon:first-of-type {
            margin-right: 20px;
        }

        .box-seller-details > li a.btn-box-collapse .icon:last-of-type {
            margin-left: 20px;
        }

        .box-seller-details > li a.btn-box-collapse .icon i {
            font-size: 20px;
        }

    .box-seller-details > li a.btn-box-collapse .current-time {
        color: #777777;
        line-height: 32px;
    }

    .box-seller-details > li .box-collapse {
        padding: 10px 42px 0 40px;
    }

        .box-seller-details > li .box-collapse ul li {
            padding: 6px 0;
        }

    .box-seller-details > li .icon {
        color: #0777c2;
        line-height: 32px;
        margin-right: 20px;
    }

#modalMoreInfoSeller .modal-header {
    border: none;
}

    #modalMoreInfoSeller .modal-header .modal-title {
        font-size: 18px;
        font-weight: 600;
    }

#modalMoreInfoSeller .modal-body {
    padding-top: 0px;
}

.container-box-seller-details {
    position: -webkit-sticky;
    position: sticky;
    top: 30px;
}

.container-booking .business-basic-info {
    width: calc(-120px + 100%);
    margin-left: 20px;
    color: #777777;
}

    .container-booking .business-basic-info .name {
        font-size: 18px;
        font-weight: 700;
    }

    .container-booking .business-basic-info .address {
        font-size: 14px;
        line-height: 20px;
        margin: 4px 0;
    }

.container-booking .business-logo {
    width: 100px;
    height: 100px;
    border-radius: 50px;
    background-position: center;
    background-size: cover;
    -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.1);
}

.container-booking .business-item .business-body {
    padding: 4px 0;
    background-color: white;
    border-radius: 4px;
    border: 1px solid #e4e4e4;
}

    .container-booking .business-item .business-body .custom-table {
        padding-left: 8px;
    }

        .container-booking .business-item .business-body .custom-table .custom-table-row {
            padding: 12px 0;
            display: block;
            color: #777777;
        }

        .container-booking .business-item .business-body .custom-table .custom-table-row {
            display: block;
            color: #777777;
        }

            .container-booking .business-item .business-body .custom-table .custom-table-row .price {
                min-width: 160px;
            }

            .container-booking .business-item .business-body .custom-table .custom-table-row .service {
                font-size: 16px;
                line-height: 20px;
                margin-bottom: 5px;
                font-weight: 700;
                padding-right: 16px;
            }

            .container-booking .business-item .business-body .custom-table .custom-table-row .time i {
                margin-right: 4px;
            }

.container-booking .container-wizard {
    margin-top: 30px;
}

    .container-booking .container-wizard .wizard-item {
        text-align: center;
        margin: 0px 10px;
    }

        .container-booking .container-wizard .wizard-item .number {
            margin: 0px auto;
            width: 40px;
            height: 40px;
            border-radius: 20px;
            background-color: rgba(246, 129, 86, 0.3);
            color: white;
            line-height: 40px;
        }

        .container-booking .container-wizard .wizard-item.active .text {
            color: #777777;
        }

        .container-booking .container-wizard .wizard-item.active .number {
            background-color: #0777c2;
        }

        .container-booking .container-wizard .wizard-item .text {
            margin-top: 5px;
            color: rgba(119, 119, 119, 0.5);
        }

.container-booking .title-radio-group {
    font-weight: 700;
    margin-bottom: 8px;
}

.container-booking .radio-button-group {
    position: relative;
    display: inline-block;
    margin: 0 4px 8px 0;
}

    .container-booking .radio-button-group > div {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: left;
        -ms-flex-pack: left;
        justify-content: left;
    }

    .container-booking .radio-button-group .radio-button {
        opacity: 0;
        position: absolute;
        top: 0px;
        left: 0px;
        display: inline-block;
        height: 40px;
        width: 60px;
        margin: 0;
        cursor: pointer;
    }

    .container-booking .radio-button-group .radio-override {
        padding: 6px 12px;
        color: #0777c2;
        border: 1px solid #0777c2;
        border-radius: 4px;
        -webkit-transition: all 0.15s ease-in-out;
        transition: all 0.15s ease-in-out;
    }

    .container-booking .radio-button-group .radio-override {
        color: #0777c2;
    }

    .container-booking .radio-button-group :checked.radio-button + .radio-override {
        background-color: #0777c2;
        color: white;
    }

.container-booking .selectable-date .date-link.active {
    color: white;
    background-color: #0777c2;
    border-color: #0777c2;
}

.container-booking .selectable-date .date-link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: center;
    padding: 10px 12px 8px 12px;
    border: 1px solid #e4e4e4;
    border-radius: 4px;
    margin: 0px 4px;
    color: #777777;
}

.container-booking .custom-card {
    position: relative;
}

    .container-booking .custom-card .radio-button {
        opacity: 0;
        position: absolute;
        top: 0px;
        left: 0px;
        display: inline-block;
        height: 100%;
        width: 100%;
        margin: 0;
        cursor: pointer;
    }

    .container-booking .custom-card :checked.radio-button + .card-item {
        background-color: #0777c2;
        color: white;
    }

    .container-booking .custom-card .card-item {
        min-height: 70px;
        margin: 12px 0px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        padding: 10px 12px 8px 12px;
        border: 1px solid #e4e4e4;
        border-radius: 4px;
        color: #777777;
        -webkit-transition: all 0.15s ease-in-out;
        transition: all 0.15s ease-in-out;
    }

    .container-booking .custom-card :checked.radio-button + .card-item {
        color: white;
    }


    .container-booking .custom-card .card-item {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
        color: #777777;
    }

        .container-booking .custom-card .card-item .name {
            -webkit-box-flex: 1;
            -ms-flex-positive: 1;
            flex-grow: 1;
            font-weight: 600;
            line-height: 22px;
        }

            .container-booking .custom-card .card-item .name span {
                font-weight: 400;
                font-size: 14px;
            }

        .container-booking .custom-card .card-item .photo img {
            width: 50px;
            height: 50px;
            border: 1px solid #5D4F4E;
            margin-right: 20px;
        }

.form-group textarea.form-control {
    height: auto;
}

.container-booking .info-agendamento {
    margin: 24px 0;
}

    .container-booking .info-agendamento .info-agendamento-item {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        margin: 8px 0;
    }

        .container-booking .info-agendamento .info-agendamento-item .photo {
            padding-left: 20px;
        }

            .container-booking .info-agendamento .info-agendamento-item .photo img {
                width: 50px;
                height: 50px;
                border: 1px solid #5D4F4E;
            }

.item-radio.aside-inner {
    margin-left: -20px;
}


.item-radio {
    position: relative;
}

    .item-radio .radio-button-group .radio-button {
        opacity: 0;
        position: absolute;
        top: 0px;
        left: 0px;
        display: inline-block;
        height: 100%;
        width: 100%;
        margin: 0;
        cursor: pointer;
    }

    .item-radio .radio-button-group :checked.radio-button + .radio-override {
        border-left: 5px solid #0777c2;
        color: #0777c2;
        padding-left: 15px;
        font-weight: 600;
    }


    .item-radio .radio-button-group .radio-override {
        width: 100%;
        padding: 10px 16px 10px 20px;
        color: #777777;
    }

    .item-radio .radio-button-group :checked.radio-button + .radio-override {
        color: #0777c2;
        font-weight: 600;
    }

    .item-radio .radio-button-group .radio-override {
        color: #777777;
    }
/*# sourceMappingURL=style.css.map */

.group-service {
    margin-bottom: 20px;
    border: 1px solid #e4e4e4;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
}

    .group-service button.btn {
        width: 100%;
        padding: 12px 16px;
        border-radius: 0;
        border-top-left-radius: 4px;
        border-top-right-radius: 4px;
        font-weight: 700;
        text-align: left;
        line-height: 24px;
        background-color: #FAFAFA;
        border: none;
        color: #777777;
    }

.img-cartao {
    border-radius: 15px !important;
    box-shadow: 0 10px 20px rgba(0,0,0,.16) !important;
    margin: 20px 0;
    max-width: 100%;
    height: auto;
}

.img-anuncio {
    box-shadow: 0 10px 20px rgba(0,0,0,.16) !important;
    margin: 20px 0;
    max-width: 100%;
    height: auto;
}

.btn-navegator {
    margin: 10px;
    width: 40%;
}



@media (min-width: 960px) {
    .MuiContainer-maxWidthMd {
        max-width: 960px;
    }
}

@media (min-width: 600px) {
    .MuiContainer-root {
        padding-left: 24px;
        padding-right: 24px;
    }
}

.MuiContainer-root {
    width: 100%;
    display: block;
    box-sizing: border-box;
    margin-left: auto;
    margin-right: auto;
    padding-left: 16px;
    padding-right: 16px;
}

.jss16 {
    margin-top: 32px;
}

@media (min-width: 960px) {
    .jss25 {
        text-align: center;
        border-bottom: 1px solid #999;
        text-transform: uppercase;
    }
}

.jss25 {
    margin-bottom: 45px;
}

@media (min-width: 960px) {
    .jss25 {
        text-align: center;
        border-bottom: 1px solid #999;
        text-transform: uppercase;
    }
}

.jss26 {
    top: 10px;
    color: #777;
    position: relative;
    font-size: 1.1em;
    background: white;
    font-weight: bold;
    line-height: 1.1em;
    padding-left: 5px;
}

@media (min-width: 960px) {
    .jss25 {
        text-align: center;
        border-bottom: 1px solid #999;
        text-transform: uppercase;
    }
}

@media (min-width: 960px) {
    .jss26 {
        padding: 5px 15px 5px 15px;
    }
}

.MuiGrid-spacing-xs-1 {
    width: calc(100% + 8px);
    margin: -4px;
}

.MuiGrid-container {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    box-sizing: border-box;
}

.MuiGrid-spacing-xs-1 > .MuiGrid-item {
    padding: 4px;
}

@media (min-width: 960px) {
    .MuiGrid-grid-md-3 {
        flex-grow: 0;
        max-width: 25%;
        flex-basis: 25%;
    }
}

.MuiGrid-grid-xs-2 {
    flex-grow: 0;
    max-width: 50%;
    flex-basis: 50%;
}

.MuiGrid-grid-xs-4 {
    flex-grow: 0;
    max-width: 33.333333%;
    flex-basis: 33.333333%;
}

.MuiGrid-item {
    margin: 0;
    box-sizing: border-box;
}

@media (min-width: 960px) {
    .jss24 {
        padding: 12px;
        box-shadow: 0px 2px 1px -1px rgb(0 0 0 / 20%), 0px 1px 1px 0px rgb(0 0 0 / 14%), 0px 1px 3px 0px rgb(0 0 0 / 12%);
        background-color: white;
    }
}

.jss24 {
    width: 100%;
    height: 100%;
    padding: 4px 16px 16px 16px;
    border-radius: 4px;
}

.MuiButtonBase-root {
    color: inherit;
    border: 0;
    cursor: pointer;
    margin: 0 5px 25px 5px;
    display: inline-flex;
    outline: 0;
    padding: 0;
    position: relative;
    align-items: center;
    user-select: none;
    border-radius: 0;
    vertical-align: middle;
    -moz-appearance: none;
    justify-content: center;
    text-decoration: none;
    background-color: transparent;
    -webkit-appearance: none;
    -webkit-tap-highlight-color: transparent;
}

.jss29 {
    font-size: 15px;
}

.jss30 {
    color: gray;
    text-align: center;
    margin-bottom: 8px;
}

.jss32 {
    font-size: 38px;
}

.fa, .fas {
    font-weight: 900;
}

.fa, .far, .fas {
    font-family: Font Awesome\ 5 Free;
}

.fa, .fab, .fad, .fal, .far, .fas {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-feature-settings: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
}

.jss30 {
    color: gray;
    text-align: center;
    margin-bottom: 8px;
}

.jss32 {
    font-size: 38px;
}

@media (min-width: 600px) {
    .jss26 {
        font-size: 1.1em;
    }
}

.jss21 {
    width: 100%;
    height: 100%;
    padding: 4px 16px 16px 16px;
    border-radius: 4px;
}

.jss27 {
    color: gray;
    text-align: center;
    margin-bottom: 8px;
}



.ibox {
    clear: both;
    margin-bottom: 25px;
    margin-top: 0;
    padding: 0;
}

.ibox-title {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background-color: #ffffff;
    border-color: #e7eaec;
    border-image: none;
    border-style: solid solid none;
    border-width: 2px 0 0;
    color: inherit;
    margin-bottom: 0;
    padding: 15px 15px 7px;
    min-height: 48px;
}

.product-box {
    padding: 0;
    border: 1px solid #e7eaec;
}

.ibox-content {
    background-color: #ffffff;
    color: inherit;
    padding: 15px 20px 20px 20px;
    border-color: #e7eaec;
    border-image: none;
    border-style: solid;
    border-width: 1px;
    border-radius: 15px;
    overflow-y: scroll;
}
.ibox-tools {
    display: block;
    float: none;
    margin-top: 0;
    position: relative;
    padding: 0;
    text-align: right;
}
.ibox-tools a {
    cursor: pointer;
    margin-left: 5px;
    color: #c4c4c4;
}
.product-imitation {
    text-align: center;
    background-color: #f8f8f9;
    color: #bebec3;
    font-weight: 600;
}
.product-desc {
    padding: 20px;
    position: relative;
}

.product-price {
    font-size: 14px;
    font-weight: 600;
    color: #ffffff;
    background-color: #1ab394;
    padding: 6px 12px;
    position: absolute;
    top: -32px;
    right: 0;
}
.text-muted {
    color: #888888 !important;
}

.product-name {
    font-size: 16px;
    font-weight: 600;
    color: #676a6c;
    display: block;
    margin: 2px 0 5px 0;
}

.m-t {
    margin-top: 15px;
}

.photo-destaque {
    width: auto;
    min-width: 100%;
    
    overflow: hidden;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    -o-object-fit: cover;
    object-fit: cover;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
}

@media (min-width: 992px) {

    .photo-destaque-height {
        height: calc(76vw/4 - 100px);
    }

    .btn-group-categoria {
        width: 100%;
        display: inline-flex;
    }
}

@media (max-width: 992px) {

    .photo-destaque-height {
        height: 200px;
    }

    .btn-group-categoria {
        width: 100%;
        display: inline-grid;
    }
}

.photo-logo {
    float: right;
    width: 328px;
    height: 328px;
    border-radius: 328px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    -o-object-fit: cover;
    object-fit: cover;
    overflow: hidden;
    text-align: center;
    border: 1px solid #ddd;
}

/* DATATABLES */
table.dataTable thead .sorting,
table.dataTable thead .sorting_asc:after,
table.dataTable thead .sorting_desc,
table.dataTable thead .sorting_asc_disabled,
table.dataTable thead .sorting_desc_disabled {
    background: transparent;
}

.dataTables_wrapper {
    padding-bottom: 30px;
}

.dataTables_length {
    float: left;
}

.dataTables_filter label {
    margin-right: 5px;
}

.html5buttons {
    float: right;
}

    .html5buttons a {
        border: 1px solid #e7eaec;
        background: #fff;
        color: #676a6c;
        box-shadow: none;
        padding: 6px 8px;
        font-size: 12px;
    }

        .html5buttons a:hover,
        .html5buttons a:focus:active {
            background-color: #eee;
            color: inherit;
            border-color: #d2d2d2;
        }

div.dt-button-info {
    z-index: 100;
}

@media (max-width: 768px) {
    .html5buttons {
        float: none;
        margin-top: 10px;
    }

    .dataTables_length {
        float: none;
    }
}

.wrapper-content {
    padding: 20px 10px 40px;
}

