.cadastre-se {
    color: #333333;
}

.cadastre-se:hover {
    color: #7e7e7e;
}

.tox-toolbar {
    flex-wrap: nowrap !important;
    overflow-x: auto !important;
}

.tox-toolbar__group {
    flex-wrap: nowrap !important;
}

.index-page .page-header {
    height: 46vh;
    overflow: hidden;
}

.label-cartao {
    font-size: 19px;
    color: #000;
}

.espaco-cartao {
    padding: 30px 10px 30px 10px;
}

.fundo-card {
    background-color: #daf3e5;
}

.tim-row {
    margin-bottom: 20px;
}

.tim-white-buttons {
    background-color: #777777;
}

.typography-line {
    padding-left: 25%;
    margin-bottom: 35px;
    position: relative;
    display: block;
    width: 100%;
}

.typography-line span {
    bottom: 10px;
    color: #c0c1c2;
    display: block;
    font-weight: 400;
    font-size: 13px;
    line-height: 13px;
    left: 0;
    position: absolute;
    width: 260px;
    text-transform: none;
}

.tim-row {
    padding-top: 60px;
}

.tim-row h3 {
    margin-top: 0;
}

.offline-doc .page-header {
    display: flex;
    align-items: center;
}

.offline-doc .footer {
    position: absolute;
    width: 100%;
    background: transparent;
    bottom: 0;
    color: #fff;
    z-index: 1;
}

@media all and (min-width: 992px) {
    .sidebar .nav>li.active-pro {
        position: absolute;
        width: 100%;
        bottom: 10px;
    }
}

.card.card-upgrade .card-category {
    max-width: 530px;
    margin: 0 auto;
}


/* Nucleo Style */

.demo-iconshtml {
    font-size: 62.5%;
}

.demo-icons body {
    font-size: 1.6rem;
    font-family: sans-serif;
    color: #333333;
    background: white;
}

.demo-icons a {
    color: #608CEE;
    text-decoration: none;
}

.demo-icons header {
    text-align: center;
    padding: 100px 0 0;
}

.demo-icons header h1 {
    font-size: 2.8rem;
}

.demo-icons header p {
    font-size: 1.4rem;
    margin-top: 1em;
}

.demo-icons header a:hover {
    text-decoration: underline;
}

.demo-icons .nc-icon {
    font-size: 34px;
}

.demo-icons section h2 {
    border-bottom: 1px solid #e2e2e2;
    padding: 0 0 1em .2em;
    margin-bottom: 1em;
}

.demo-icons ul {
    padding-left: 0;
}

.demo-icons ul::after {
    clear: both;
    content: "";
    display: table;
}

.demo-icons ul li {
    width: 20%;
    float: left;
    padding: 16px 0;
    text-align: center;
    border-radius: .25em;
    -webkit-transition: background 0.2s;
    -moz-transition: background 0.2s;
    transition: background 0.2s;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    overflow: hidden;
}

.demo-icons ul li:hover {
    background: #f4f4f4;
}

.demo-icons ul p,
.demo-icons ul em,
.demo-icons ul input {
    display: inline-block;
    font-size: 1rem;
    color: #999999;
    -webkit-user-select: auto;
    -moz-user-select: auto;
    -ms-user-select: auto;
    user-select: auto;
    white-space: nowrap;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    cursor: pointer;
}

.demo-icons ul p {
    padding: 20px 0 0;
    font-size: 12px;
    margin: 0;
}

.demo-icons ul p::selection,
.demo-icons ul em::selection {
    background: #608CEE;
    color: #efefef;
}

.demo-icons ul em {
    font-size: 12px;
}

.demo-icons ul em::before {
    content: '[';
}

.demo-icons ul em::after {
    content: ']';
}

.demo-icons ul input {
    text-align: center;
    background: transparent;
    border: none;
    box-shadow: none;
    outline: none;
    display: none;
}

.add-bot {
    background-color: #7ed6a5;
}

.add-bot a {
    color: #fff;
}

.botao {
    margin-top: 6px;
}

.preco {
    font-size: 29px;
    color: #135e17;
    font-weight: bold;
}

.fundo {
    background-color: #777777;
}

.card-profile .card-avatar {
    width: 130px;
    max-width: 130px;
    max-height: 130px;
}

.card-profile .card-avatar,
.card-testimonial .card-avatar {
    margin: -50px auto 0;
    border-radius: 50%;
    overflow: hidden;
    padding: 0;
    box-shadow: 0 16px 38px -12px rgba(0, 0, 0, .56), 0 4px 25px 0 rgba(0, 0, 0, .12), 0 8px 10px -5px rgba(0, 0, 0, .2);
}

.card-profile,
.card-testimonial {
    margin-top: 30px;
    text-align: center;
}

.dropdown-menu .dropdown-item:hover,
.dropdown-menu .dropdown-item:focus,
.dropdown-menu a:hover,
.dropdown-menu a:focus,
.dropdown-menu a:active {
    background-color: #27b02d;
}

.animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

.animated.infinite {
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
}

.animated.hinge {
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
}

.animated.bounceIn,
.animated.bounceOut {
    -webkit-animation-duration: .75s;
    animation-duration: .75s;
}

.animated.flipOutX,
.animated.flipOutY {
    -webkit-animation-duration: .75s;
    animation-duration: .75s;
}

@-webkit-keyframes shake {
    from,
    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
    10%,
    30%,
    50%,
    70%,
    90% {
        -webkit-transform: translate3d(-10px, 0, 0);
        transform: translate3d(-10px, 0, 0);
    }
    20%,
    40%,
    60%,
    80% {
        -webkit-transform: translate3d(10px, 0, 0);
        transform: translate3d(10px, 0, 0);
    }
}

@keyframes shake {
    from,
    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
    10%,
    30%,
    50%,
    70%,
    90% {
        -webkit-transform: translate3d(-10px, 0, 0);
        transform: translate3d(-10px, 0, 0);
    }
    20%,
    40%,
    60%,
    80% {
        -webkit-transform: translate3d(10px, 0, 0);
        transform: translate3d(10px, 0, 0);
    }
}

.shake {
    -webkit-animation-name: shake;
    animation-name: shake;
}

@-webkit-keyframes fadeInDown {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes fadeInDown {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

.fadeInDown {
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown;
}

@-webkit-keyframes fadeOut {
    from {
        opacity: 1;
    }
    to {
        opacity: 0;
    }
}

@keyframes fadeOut {
    from {
        opacity: 1;
    }
    to {
        opacity: 0;
    }
}

.fadeOut {
    -webkit-animation-name: fadeOut;
    animation-name: fadeOut;
}

@-webkit-keyframes fadeOutDown {
    from {
        opacity: 1;
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
    }
}

@keyframes fadeOutDown {
    from {
        opacity: 1;
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
    }
}

.fadeOutDown {
    -webkit-animation-name: fadeOutDown;
    animation-name: fadeOutDown;
}

@-webkit-keyframes fadeOutUp {
    from {
        opacity: 1;
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
    }
}

@keyframes fadeOutUp {
    from {
        opacity: 1;
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
    }
}

.fadeOutUp {
    -webkit-animation-name: fadeOutUp;
    animation-name: fadeOutUp;
}


/* perfect-scrollbar v0.6.13 */

.ps-container {
    -ms-touch-action: auto;
    touch-action: auto;
    overflow: hidden !important;
    -ms-overflow-style: none;
}

@supports (-ms-overflow-style: none) {
    .ps-container {
        overflow: auto !important;
    }
}

@media screen and (-ms-high-contrast: active),
(-ms-high-contrast: none) {
    .ps-container {
        overflow: auto !important;
    }
}

.dropdown-notification .dropdown-notification-list .notification-item {
    border-bottom: 1px solid #F1EAE0;
    font-size: 16px;
    color: #66615b;
}

.dropdown-notification .dropdown-notification-list .notification-item .notification-text {
    padding-left: 40px;
    position: relative;
    min-width: 330px;
    min-height: 70px;
    white-space: normal;
}

.dropdown-notification .dropdown-notification-list .notification-item .notification-text .label {
    display: block;
    position: absolute;
    top: 50%;
    margin-top: -12px;
    left: 7px;
}

.dropdown-notification .dropdown-notification-list .notification-item .notification-text .message {
    font-size: 0.9em;
    line-height: 0.7;
    margin-left: 10px;
}

.dropdown-notification .dropdown-notification-list .notification-item .notification-text .time {
    color: #9A9A9A;
    font-size: 0.7em;
    margin-left: 10px;
}

.dropdown-notification .dropdown-notification-list .notification-item .read-notification {
    font-size: 12px;
    opacity: 0;
    position: absolute;
    right: 5px;
    top: 50%;
    margin-top: -12px;
}

.dropdown-notification .dropdown-notification-list .notification-item:hover {
    text-decoration: none;
}

.dropdown-notification .dropdown-notification-list .notification-item:hover .notification-text {
    color: #66615b;
    background-color: #F0EFEB !important;
}

.dropdown-notification .dropdown-notification-list .notification-item:hover .read-notification {
    opacity: 1 !important;
}

.dropdown-notification .dropdown-footer {
    background-color: #E8E7E3;
    border-radius: 0 0 8px 8px;
}

.dropdown-notification .dropdown-footer .dropdown-footer-menu {
    list-style: outside none none;
    padding: 0px 5px;
}

.dropdown-notification .dropdown-footer .dropdown-footer-menu li {
    display: inline-block;
    text-align: left;
    padding: 0 10px;
}

.dropdown-notification .dropdown-footer .dropdown-footer-menu li a {
    color: #9C9B99;
    font-size: 0.9em;
    line-height: 35px;
}

.alert {
    border: 0;
    border-radius: 3px;
    color: #FFFFFF;
    padding-top: .9rem;
    padding-bottom: .9rem;
    position: relative;
}

.alert.alert-success {
    background-color: #7ed6a5;
}

.alert.alert-danger {
    background-color: #f1926e;
}

.alert.alert-warning {
    background-color: #fccf71;
}

.alert.alert-info {
    background-color: #66c4de;
}

.alert.alert-primary {
    background-color: #39843c;
}

.alert .close {
    color: #FFFFFF;
    opacity: .9;
    text-shadow: none;
    line-height: 0;
    outline: 0;
}

.alert .close i.fa,
.alert .close i.nc-icon {
    font-size: 14px !important;
}

.alert .close:hover,
.alert .close:focus {
    opacity: 1;
}

.alert span[data-notify="icon"] {
    font-size: 27px;
    display: block;
    left: 19px;
    position: absolute;
    top: 50%;
    margin-top: -11px;
}

.alert button.close {
    position: absolute;
    right: 10px;
    top: 50%;
    margin-top: -13px;
    width: 25px;
    height: 25px;
    padding: 3px;
}

.alert .close~span {
    display: block;
    max-width: 89%;
}

.alert.alert-with-icon {
    padding-left: 65px;
}

.navbar .navbar-nav .nav-link i.fa+p,
.navbar .navbar-nav .nav-link i.nc-icon+p {
    margin-left: 3px;
}

.navbar .navbar-nav .nav-link i.fa,
.navbar .navbar-nav .nav-link i.nc-icon {
    font-size: 18px;
    position: relative;
    top: 3px;
    text-align: center;
    width: 21px;
}

.navbar .navbar-nav .nav-link i.nc-icon {
    top: 4px;
    font-size: 16px;
}

#items {
    padding: 0px;
}

.imag-cart {
    padding: 22px;
}

.cart {
    font-size: 27px;
    padding: 47px;
}

.imag-cart img {
    width: 100px;
    height: 100px;
    border-radius: 50%;
}

.cart-bg {
    background-color: #f0fff5;
}

.cart-bg:hover {
    background-color: #d7fae3;
}

.bmd-form-group {
    position: relative;
    padding-top: 0px;
}

.btn-facebook {
    width: 100%;
    background-color: #608CEE;
}

.btn-google {
    width: 100%;
    background-color: #d41f1f;
}

.verde {
    color: #47c880;
}

.carousel-item {
    height: 100vh;
    min-height: 350px;
    background: no-repeat center center scroll;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.carousel .carousel-indicators {
    bottom: 72px;
}

.carousel-caption {
    bottom: 202px;
}

.modal .modal-dialog {
    margin-top: 50px;
}

.reservas {
    background-color: #a3bd31;
    border-radius: 7px 7px 0px 0px;
}

.vendas {
    background-color: #4d5d06;
}

.bg-amarelo {
    background-color: #edd37a;
}

.img-card {
    top: -15px;
    position: relative;
    width: 80%;
    left: 15%;
}

.card-background {
    background-color: #1fc8db;
    background-image: linear-gradient(141deg, #3cc8ff 50%, #029bd3 75%);
    color: white;
}

.card-frente {
    min-height: 466px;
}

.infor {
    top: 156px;
    font-size: 15px;
    left: 62%;
    padding: 10px;
    position: relative;
    width: 276px;
    background-color: #fff;
    box-shadow: rgba(0, 0, 0, 0.3) 0px 1px 4px -1px;
    border-radius: 2px;
}

.fim {
    background-color: #35b4bd;
}

.carrinho {
    right: 10px;
    bottom: 10px;
}

.cart-modal {
    position: fixed;
    top: auto;
    right: 30px;
    left: auto;
    bottom: 0;
}

.cart-hearder {
    background: #33b5e5;
    padding: 13px !important;
    color: #fff;
}

.cart-close {
    color: #fff !important;
}

.title-cart {
    line-height: 0 !important;
}

.cart-table img {
    width: 50px;
    height: 50px;
    border-radius: 50px;
}

.btn.btn-primary {
    color: #fff;
    background-color: #47a44b;
    border-color: #39843c;
}

.btn.btn-primary:hover {
    color: #fff;
    background-color: #1d6b21;
    border-color: #1d6b21;
}

.btn-cadastra {
    color: #fff !important;
    background-color: #2196f3;
    border-color: #2196f3;
}

.ico-contatc {
    width: 50px;
    height: 50px;
    border-color: #1d6b21;
    border-radius: 50px;
    border-style: solid;
    border-width: 2px;
    margin-top: 13px;
}

.ico-contatc .material-icons {
    font-size: 30px !important;
    color: #1d6b21;
    margin: 8px 0px 0px 8px;
}

.texto-contato {
    padding-left: 15px;
}

.pad-contato {
    padding-left: 50px;
}


/* The switch - the box around the slider */

.switch {
    position: relative;
    display: inline-block;
    width: 60px;
    height: 34px;
    float: right;
}


/* Hide default HTML checkbox */

.switch input {
    display: none;
}


/* The slider */

.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
}

.slider:before {
    position: absolute;
    content: "";
    height: 26px;
    width: 26px;
    left: 4px;
    bottom: 4px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
}

.check-slide input.default:checked+.slider {
    background-color: #444;
}

.check-slide input.primary:checked+.slider {
    background-color: #2196F3;
}

.check-slide input.success:checked+.slider {
    background-color: #8bc34a;
    border-radius: 20px;
}

.check-slide input.info:checked+.slider {
    background-color: #3de0f5;
}

.check-slide input.warning:checked+.slider {
    background-color: #FFC107;
}

.check-slide input.danger:checked+.slider {
    background-color: #f44336;
}

.check-slide input:focus+.slider {
    box-shadow: 0 0 1px #2196F3;
}

.check-slide input:checked+.slider:before {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(26px);
    border-radius: 20px;
}


/* Rounded sliders */

.slider.round {
    border-radius: 34px;
}

.slider.round:before {
    border-radius: 50%;
}

.texto-config {
    font-size: 21px;
    color: #929394;
}

.config-form {
    width: 156px;
    margin-left: auto
}

.conf-pag {
    padding: 5px 0px 11px 0;
}


/*mobile*/

@media only screen and (max-width: 600px) {
    .pad-contato {
        padding-left: 20px;
    }
}