body {
    padding-top: 85px;
    padding-bottom: 85px;
    font-size: 16px;
    font-family: 'Poppins', sans-serif !important;
    min-height: auto;
}

.text-center {
    text-align: center;
}

.navbar-brand img, footer img {
    width: 130px;
}
.navbar-brand {
    padding: 7px;
}

.bg-cover {
    -webkit-background-size: cover !important;
    -moz-background-size: cover !important;
    -o-background-size: cover !important;
    background-size: cover !important;
}

.alert {
    display: none;
    position: fixed;
    z-index: 999999;
    top: 0px;
    right: 0px;
}

a {
    text-decoration: none !important;
}

.display-table {
    display: table;
    width: 100%;
}

.position-relative {
    position: relative;
}

.loader {
    position: absolute;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    z-index: 1050;
    display: none;
}

.loader .display-table {
    height: 100%;
    text-align: center;
}

.loader img {
    z-index: 1060;
    height: 70px;
}

.display-table-cell {
    display: table-cell;
    vertical-align: middle;
}

.display-block {
    display: block;
}

.display-inline-block {
    display: inline-block;
}

.bullet {
    padding-left: 50px;
    position: relative;
}

.bullet>.codigo {
    display: inline-block;
    line-height: 30px;
    position: absolute;
    top: -8px;
    left: 0px;
}

.img-responsive {
    display: inline-block;
}

section {
    margin-bottom: 30px;
    margin-top: 30px;
}

h1, h2, h3, h4, h5, h6 {
    font-weight: bold;
}

p {
    font-size: 16px !important;
}

.hr-green {
    border-top: 1px solid #00d19b !important;
}

.hr-grey {
    border-top: 1px solid #d7d7d7;
}

.btn-default, .btn-default:hover, .btn-default:focus, .btn-default:visited {
    background-color: rgba(44, 141, 160, 1);
    border: solid rgba(255, 255, 255, 1) 0.5px;
    cursor: pointer !important;
    transition: color 0.4s ease 0s;
    color: #FFFFFF;
    display: inline-block;
    position: relative;
    white-space: nowrap;
    border-radius: 30px;
    width: 200px;
}

.btn-default2, .btn-default2:hover, .btn-default2:focus, .btn-default2:visited {
    background-color: rgba(248, 146, 7, 1);
    border: solid rgba(255, 255, 255, 1) 0.5px;
    cursor: pointer !important;
    transition: color 0.4s ease 0s;
    color: #FFFFFF;
    display: inline-block;
    position: relative;
    white-space: nowrap;
    border-radius: 30px;
    width: 200px;
}

.separator {
    border-left: 2px solid #00b3ba;
    height: 30px;
    margin-top: 23px;
}
.separator-2 {
    border-left: 2px solid #f9af4a;
    height: 30px;
    margin-top: 23px;
}

.line-height-normal {
    line-height: normal;
}

.line-height-1-3 {
    line-height: 1.3;
}

.border-radius-100 {
    border-radius: 100px;
}

.border-radius-30 {
    border-radius: 30px;
}

.border-radius-10 {
    border-radius: 10px;
}

.letter-spacing-5 {
    letter-spacing: 5px;
}

.text-decoration-underline {
    text-decoration: underline;
}

.font-weight-600 {
    font-weight: 600;
}

.font-weight-300 {
    font-weight: 300 !important;
}

.font-size-65 {
    font-size: 65px !important;
}

.font-size-50 {
    font-size: 50px !important;
}

.font-size-40 {
    font-size: 40px !important;
}

.font-size-35 {
    font-size: 35px !important;
}

.font-size-30 {
    font-size: 30px !important;
}

.font-size-25 {
    font-size: 25px !important;
}

.font-size-20 {
    font-size: 20px !important;
}

.font-size-18 {
    font-size: 18px !important;
}

.bg-preto {
    background: #000000;
    color: #FFF;
}

.bg-branco {
    background: #FFF;
    color: #000;
}

.bg-azul {
    background: rgba(0, 152, 204, 1);
}

.bg-azul-2 {
    background: #00b8d5;
    background-color: #00b8d5 !important;
}

.bg-azul-3 {
    background: #2c8da0;
}

.bg-azul-4 {
    background: #008ea2;
    background-color: #008ea2 !important;
}

.bg-cinza-1 {
    background: #eaeaea;
}

.bg-verde-1 {
    background: #12805e;
}

.bg-verde-2 {
    background: #19b383;
}
.bg-verde-2-hover:hover,.bg-verde-2-hover:active,.bg-verde-2-hover:visited,.bg-verde-2-hover:focus {
    background: #19b383 !important;
}


.bg-verde-3 {
    background: #4bd1a0;
}

.bg-verde-4 {
    background: #36d1b5;
}

.bg-verde-5 {
    background: #00bbb1;
}

.bg-verde-6 {
    background: #00b3ba;
}

.bg-verde-7 {
    background: #00c0a6;
}

.bg-hover-azul:hover {
    background-color: rgba(0, 152, 204, 1);
    border-color: rgba(61, 155, 233, 1);
    color: #fff;
}

.bg-hover-verde-4:hover {
    background: #36d1b5;
    color: #fff;
}

.bg-marrom {
    background: #916B3F;
}
.border-1-azul{
        border: solid rgb(76, 188, 210) 1px !important;
}

.c-marrom {
    color: #916B3F;
}

.c-azul {
    color: #2c8da0;
}

.c-laranja {
    color: #f89207;
}
.c-laranja-2{
    color: #f9af4a;
}


.c-light-blue {
    color: #ADD8E6;
}

.c-branco {
    color: #FFF;
}

.c-branco-hover:hover, .c-branco-hover:active, .c-branco-hover:visited, .c-branco-hover:focus {
    color: #FFF;
}

.c-verde {
    color: #1AB888;
}

.c-vermelho {
    color: red;
}

.c-preto {
    color: #000;
}

.c-verde-2 {
    color: #00D19B;
}

.c-verde-2-hover:hover {
    color: #00D19B;
}

.c-verde-3 {
    color: #00b3ba;
}

.c-cinza {
    color: #A0A09F;
}

.c-cinza-2 {
    color: #605E5E;
}

.remove-border-radius {
    border-radius: 0px !important;
}

.p-0 {
    padding: 0px;
}

.p-10 {
    padding: 10px !important;
}

.p-15 {
    padding: 15px !important;
}

.p-20 {
    padding: 20px !important;
}

.p-30 {
    padding: 30px !important;
}

.p-l-15 {
    padding-left: 15px;
}

.p-b-0 {
    padding-bottom: 0px !important;
}

.p-b-5 {
    padding-bottom: 5px;
}

.p-b-10 {
    padding-bottom: 10px;
}

.p-t-0 {
    padding-top: 0px !important;
}

.p-t-5 {
    padding-top: 5px;
}

.p-t-10 {
    padding-top: 10px;
}

.p-t-15 {
    padding-top: 15px;
}

.p-t-30 {
    padding-top: 30px;
}

.m-0 {
    margin: 0 !important;
}

.m-b-0 {
    margin-bottom: 0px !important;
}
.m-b-15 {
    margin-bottom: 15px;
}

.m-b-30 {
    margin-bottom: 30px;
}

.m-b-50 {
    margin-bottom: 50px;
}

.m-t-0 {
    margin-top: 0px !important;
}

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

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

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

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

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

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

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

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

.w-auto {
    width: auto !important;
}

.w-50 {
    width: 50px !important;
}

.w-70 {
    width: 70px !important;
}

.w-100 {
    width: 100px !important;
}

.w-100-p {
    width: 100% !important;
}

.w-150 {
    width: 150px !important;
}

.w-180 {
    width: 180px !important;
}

.box-shadow {
    box-shadow: 0px 7px 27px 0px rgba(0, 0, 0, 0.23);
}

.z-index-1000 {
    z-index: 1000;
    ;
}

.p-materia {
    margin: 0 0 25px !important;
}

.input-slider, .slider {
    width: 100% !important;
}

.slider .slider-track-high, .slider .slider-track-low {
    background: rgba(0, 209, 155, 1);
}

.slider .slider-handle {
    background: rgba(0, 209, 155, 1);
    width: 24px;
    height: 24px;
    ;
}

.divider-verde-left {
    border-left: 3px solid #1ab888;
    padding-left: 30px;
}

.navbar-default {
    background-color: #fff !important;
    border-color: transparent;
}

.navbar-default a {
    font-weight: 300;
}

#navbar-comece-teste {
    background-color: #f7f7f7 !important;
    min-height: 85px;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.7);
    padding: 5px;
}

.navbar-brand {
    height: auto !important;
}

.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:focus, .navbar-default .navbar-nav>.active>a:hover {
    color: #00b3ba;
    background-color: transparent !important;
}
.navbar-default-2 .navbar-nav>.active>a, .navbar-default-2 .navbar-nav>.active>a:focus, .navbar-default-2 .navbar-nav>.active>a:hover {
    color: #f9af4a;

}

.navbar-nav>li>a {
    line-height: 47px;
}

.btn-teste-gratis-materia {
    background-color: rgba(54, 209, 181, 1);
    border: solid rgba(182, 243, 232, 1) 0px;
    cursor: pointer !important;
    border-radius: 100px;
    width: 100%;
    font-size: 20px;
    transition: border-color 0.4s ease 0s, background-color 0.4s ease 0s;
    box-shadow: 0px 2px 12px 2px rgba(204, 204, 204, 0.6);
    transition: color 0.4s ease 0s;
    color: #FFFFFF;
    display: inline-block;
    margin: calc(-1 * 0px) 0px 0;
    position: relative;
    white-space: nowrap;
}

.btn-teste-gratis {
    background-color: rgba(0, 209, 155, 1);
    border: solid rgba(182, 243, 232, 1) 0px;
    cursor: pointer !important;
    margin: 5px;
    line-height: 55px;
    width: 100%;
    color: #fff;
    border-radius: 15px;
    font-weight: bold;
    font-size: 18px;
}

.bg-box-acesso-remoto {
    width: 100%;
    padding: 5px;
    height: 150px;
    border-radius: 5px;
    transition: border-color 0.4s ease 0s, background-color 0.4s ease 0s;
    transition-property: border-color, background-color;
    transition-duration: 0.4s, 0.4s;
    transition-timing-function: ease, ease;
    transition-delay: 0s, 0s;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.6);
    background: rgba(255, 77, 77, 1) url(../img/shiny2button_bg.png) center top repeat-x;
    background-image: url(../img/shiny2button_bg.png);
    background-position-x: center;
    background-position-y: top;
    background-size: initial;
    background-repeat-x: repeat;
    background-repeat-y: no-repeat;
    background-attachment: initial;
    background-origin: initial;
    background-clip: initial;
    background-color: rgb(255, 77, 77);
    border: solid rgba(47, 46, 46, 1) 0px;
}

.bg-box-central-ajuda {
    width: 100%;
    position: relative;
    padding: 5px;
    height: 150px;
    background: url('../img/bg-box-central-ajuda.jpg') no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    border-radius: 20px;
}

.bg-box-central-ajuda:hover {
    border-radius: 0px;
}

.box-hover {
    opacity: 0;
    visibility: hidden;
    z-index: 100;
    position: absolute;
    top: 10px;
    bottom: 10px;
    left: 10px;
    right: 10px;
    background: #000;
    -webkit-transition: opacity 600ms, visibility 600ms;
    transition: opacity 600ms, visibility 600ms;
}

.box-hover a {
    color: #fff;
}

.bg-box-central-ajuda:hover .box-hover {
    visibility: visible;
    opacity: 1;
}

.bg-box-central-ajuda:hover .box-hover .display-table {
    height: 100%;
}

.modal-header .close {
    margin-top: 10px;
    font-size: 48px;
    font-weight: 300;
    line-height: 0;
    color: #000;
    text-shadow: none;
    opacity: 1;
}

.modal-header {
    border-bottom: 0px;
}

#modal-ebook .modal-content {
    background: url('../img/bg-modal1.jpg') no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

#modal-cardapio-digital .modal-content, #modal-atendimento-restaurante .modal-content, #modal-delivery .modal-content {
    background: url('../img/bg-modal2.jpg') no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.banner-ebook-cafeteria .background, .banner-ebook-5-dicas .background, #page-vantagens-sistema-cafeteria .background {
    background: url('../img/materias/gif-banner.gif') no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    opacity: 0.21;
    position: absolute;
    top: 0px;
    bottom: 0px;
    right: 0px;
    left: 0px;
    z-index: 0;
}

.banner-ebook-cafeteria {
    position: relative;
    background: rgb(232, 202, 158);
    height: 320px;
}

#page-vantagens-sistema-cafeteria {
    position: relative;
    background: rgb(232, 202, 158);
}

.banner-ebook-cafeteria .btn {
    background-color: rgba(77, 46, 0, 1);
    transition: border 0.4s ease 0s, background-color 0.4s ease 0s;
    border: solid rgba(47, 46, 46, 1) 0px;
}

.banner-ebook-cafeteria .btn:hover {
    background-color: rgba(145, 107, 63, 1);
    border: solid rgba(83, 110, 183, 1) -5px;
    transition: border 0.4s ease 0s, background-color 0.4s ease 0s;
}

.banner-ebook-5-dicas {
    position: relative;
    background-color: rgb(75, 209, 160);
    height: 320px;
}

.banner-ebook-5-dicas .btn {
    background-color: #000;
}

.banner-ebook-5-dicas .btn:hover {
    background-color: rgba(18, 128, 94, 1);
    border: solid rgba(83, 110, 183, 1) -5px;
    transition: border 0.4s ease 0s, background-color 0.4s ease 0s;
    transition-property: border, background-color;
    transition-duration: 0.4s, 0.4s;
    transition-timing-function: ease, ease;
    transition-delay: 0s, 0s;
    color: #fff;
}

#bg-pedidos-na-mao-sistema-landing-pages {
    width: 100%;
    padding-bottom: 50px;
    padding-top: 50px;
    background: url('../img/landing-pages/bg-pedidos-na-mao-sistema-landing-pages.jpg') no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.bg-header {
    width: 100%;
    height: 145px;
    background: url('../img/bg-header.jpg') no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.bg-header-monte-seu-plano {
    width: 100%;
    padding-bottom: 50px;
    padding-top: 10px;
    height: 265px;
    background: url('../img/monte-seu-plano.jpg') no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.bg-header-monte-seu-plano-inferior {
    width: 100%;
    padding: 0px !important;
    margin-bottom: 0px !important;
    height: 130px;
    background: url('../img/monte-seu-plano-inferior.jpg') no-repeat top center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

#bg-landing-page-inferior {
    width: 100%;
    padding-top: 50px !important;
    padding-bottom: 20px !important;
    margin-bottom: 0px !important;
    min-height: 360px;
    background: url('../img/landing-pages/rodape.jpg') no-repeat top center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.bg-header-revendedor {
    width: 100%;
    padding-bottom: 50px;
    padding-top: 50px;
    background: url('../img/bg-header-revendedor.jpg') no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.bg-header-suporte {
    width: 100%;
    padding-bottom: 50px;
    padding-top: 50px;
    background: url('../img/bg-header-suporte.jpg') no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.bg-header-central-ajuda {
    width: 100%;
    padding-bottom: 50px;
    padding-top: 50px;
    background: url('../img/bg-header-central-ajuda.jpg') no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.bg-ficou-interessado {
    width: 100%;
    padding-bottom: 50px;
    padding-top: 50px;
    background: url('../img/bg-ficou-interessado.jpg') no-repeat top center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.bg-header-planos-e-precos {
    width: 100%;
    padding-bottom: 30px;
    padding-top: 30px;
    background: url('../img/bg-header-planos-e-precos.jpg') no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.bg-header-materias {
    width: 100%;
    padding-bottom: 50px;
    padding-top: 50px;
    background: url('../img/bg-materias.jpg') no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

#page-e-book-5-dicas {
    background: url('../img/bg-e-book.jpg') no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

#form-download-ebook {
    padding: 15px;
}

#form-download-ebook .btn {
    transition: border-color 0.4s ease 0s, background-color 0.4s ease 0s;
    box-shadow: 0px 1px 11px 0px rgba(0, 0, 0, 0.6);
}

#form-download-ebook input[type="radio"]:checked:after {
    top: 9px;
    left: 10px;
}

#form-download-ebook input, #form-download-ebook select {
    padding-left: 12px;
    line-height: 50px;
    font-size: 18px !important;
    height: 50px;
    box-shadow: 0px 3px 10px 1px rgba(0, 0, 0, 0.08);
    border-radius: 4px;
    font: normal normal normal 12px/1.4em lulo-clean-w01-one-bold, sans-serif;
    -webkit-appearance: none;
    -moz-appearance: none;
    border-width: 0;
    background-color: rgba(255, 255, 255, 1);
    box-sizing: border-box !important;
    color: #000000;
    border-style: solid;
    border-color: rgba(232, 232, 232, 1);
    padding: 3px;
    margin: 0;
    max-width: 100%;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    flex: 1;
    text-overflow: ellipsis;
}

#page-cadastro {
    width: 100%;
    padding-bottom: 50px;
    padding-top: 50px;
    background: url('../img/bg-cadastro.jpg') no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
#page-cadastro-2 {
    width: 100%;
    padding-bottom: 50px;
    padding-top: 50px;
    background: url('../img/bg-laranja.jpg') no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

#page-materias .media-body {
    padding-left: 30px;
}

#page-seja-revendedor {
    padding-bottom: 0px;
}

#page-seja-revendedor #container-form-revendedor {
    margin-bottom: 0px;
}

#page-seja-revendedor #container-form-revendedor #enviar-email-revendedor, #page-seja-revendedor #container-form-revendedor #enviar-email-revendedor:hover {
    color: #fff;
    margin-bottom: 5px;
}

.box-revendedor {
    height: 245px;
    width: 245px;
    border: 0px solid rgba(47, 46, 46, 1);
    background-color: rgba(54, 209, 181, 1);
    border-radius: 5px;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.6);
}

#page-seja-revendedor #form-ficou-interessado input {
    font: normal normal normal 15px/1.4em 'Poppins', sans-serif;
    font-weight: 300;
    background-color: rgba(255, 255, 255, 1);
    -webkit-appearance: none;
    -moz-appearance: none;
    border: 4px solid transparent;
    color: #000000;
    margin: 0 0 5px;
    width: 210px;
    border-radius: 0px;
    padding: 3px;
    height: auto !important;
    box-shadow: none;
}

#page-seja-revendedor .circulo {
    height: 64px;
    min-height: 30px;
    width: 64px;
    position: relative;
}

#page-seja-revendedor .circulo a {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: rgba(26, 184, 136, 1);
    transition: border 0.4s ease 0s, background-color 0.4s ease 0s;
    border: solid rgba(47, 46, 46, 1) 0px;
    border-radius: 50px;
    text-align: initial;
    display: flex;
    align-items: center;
    justify-content: center;
}

#page-seja-revendedor .circulo a span {
    font: normal normal normal 22px/1.4em proxima-n-w01-reg, sans-serif;
    transition: color 0.4s ease 0s;
    color: #FFFFFF;
    display: inline-block;
    margin: calc(-1 * 0px) 0px 0;
    position: relative;
    white-space: nowrap;
}

#page-planos-e-precos .media-left {
    width: 30%;
}

#page-planos-e-precos .media-body {
    width: 70%;
}

.box-combinacao {
    height: 600px;
    position: relative;
}

.box-combinacao h2 {
    padding: 30px;
    height: 100px;
}

.box-combinacao p {
    text-align: left !important;
    padding: 30px;
}

.box-combinacao span {
    padding: 5px;
    display: block;
}

.box-combinacao .preco {
    position: absolute;
    right: 0px;
    left: 0px;
    bottom: 50px;
}

.box-combinacao .btn {
    color: #fff;
    border-radius: 5px;
    transition: border-color 0.4s ease 0s, background-color 0.4s ease 0s;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.6);
    background-color: rgba(54, 209, 181, 1);
    background-image: url(../img/indented_bg.png);
    background-position: 0 0;
    background-repeat: repeat-x;
    border: solid transparent 0px;
}

.box-combinacao .btn:hover {
    background-color: rgba(255, 255, 255, 1);
    border-color: rgba(28, 138, 67, 1);
    transition: color 0.4s ease 0s;
    color: #1C8A43;
}

#o-que-oferecemos .bg {
    width: 100%;
    height: 115px;
    background: url('../img/o-que-oferecemos.jpg') no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

/* #cases-de-sucesso .bg {
    width: 100%;
    height: 115px;
    background: url('../img/cases-de-sucesso.jpg') no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
} */

#cases-de-sucesso p {
    position: relative;
    font-style: italic;
}

#cases-de-sucesso p.comentario {
    color: #696969;
    font-weight: 100;
}

#o-que-oferecemos .bg h2, #cases-de-sucesso .bg h2 {
    line-height: 55px;
}

#teste-gratis-agora-mesmo {
    background: #00c5a5;
    min-height: 390px;
    color: #fff;
    padding-top: 100px;
    width: 100%;
    background: url('../img/bg-impulsionar.jpg') no-repeat top center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.btn-ler-materia {
    background-color: rgba(255, 255, 255, 1);
    border: solid rgba(182, 243, 232, 1) 0px;
    cursor: pointer !important;
    border-radius: 100px;
    transition: border-color 0.4s ease 0s, background-color 0.4s ease 0s;
    box-shadow: 0px 1px 11px 0px rgba(18, 128, 94, 0.39);
    font-size: 20px;
    color: #000;
    margin-bottom: 15px;
}

.btn-monte-seu-plano {
    color: #fff;
    width: 100%;
    min-height: 65px;
    line-height: 50px;
    font-size: 25px;
    font-weight: bold;
    border-radius: 0;
    transition: border-color 0.4s ease 0s, background-color 0.4s ease 0s;
    box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.6);
    background: rgba(26, 184, 136, 1) url(../img/shiny1button_bg.png) 50% 50% repeat-x;
    border: solid rgba(204, 204, 204, 1) 0px;
}

.btn-monte-seu-plano:hover {
    transition: border-color 0.4s ease 0s, background-color 0.4s ease 0s;
    background-color: rgba(75, 209, 160, 1);
    border-color: rgba(96, 94, 94, 1);
}

#btn-iniciar-teste-gratis {
    background: #00c5a5;
    color: #fff;
    line-height: 50px;
    border-radius: 50px;
    font-size: 20px;
    font-weight: bold;
    border: none;
}

#page-monte-seu-plano #btn-iniciar-teste-gratis {
    background: #00d19b;
}

#btn-teste-gratis-agora-mesmo {
    background: #fff;
    color: #00c5a5;
    line-height: 50px;
    border-radius: 50px;
    font-size: 20px;
    font-weight: bold;
    border: none;
}

#btn-teste-gratis-agora-mesmo:hover {
    background-color: rgba(54, 209, 181, 1);
    border-color: rgba(56, 198, 139, 1);
    color: #FFF;
}

#btn-assistir-video {
    background: transparent;
    color: #f4f4f4;
    line-height: 30px;
    border: 3px solid #FFF;
    border-radius: 50px;
    font-size: 18px;
    margin-bottom: 20px;
}

#navbar-comece-teste input, #page-cadastro input {
    border-radius: 30px;
    box-shadow: 0px 4px 12px 0px rgba(0, 0, 0, 0.26);
    border: none;
}

#navbar-comece-teste .btn {
    box-shadow: 0px 4px 12px 0px rgba(0, 0, 0, 0.26);
}

.valor-monte-seu-plano-left {
    height: 55px;
    box-shadow: 0px 3px 10px 1px rgba(0, 0, 0, 0.08);
    border-radius: 20px 0 0 20px;
    font: normal normal normal 18px/1.4em poppins-semibold, poppins, sans-serif;
    -webkit-appearance: none;
    -moz-appearance: none;
    border-width: 0;
    box-sizing: border-box !important;
    color: #FFFFFF;
    border-style: solid;
    border-color: rgba(232, 232, 232, 1);
    padding: 3px;
    margin: 0;
    max-width: 100%;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    flex: 1;
    text-overflow: ellipsis;
}

.valor-monte-seu-plano-right {
    height: 55px;
    border-radius: 0 20px 20px 0;
    font: normal normal normal 20px/1.4em poppins-semibold, poppins, sans-serif;
    -webkit-appearance: none;
    -moz-appearance: none;
    border-width: 0;
    box-sizing: border-box !important;
    color: #FFFFFF;
    border-style: solid;
    border-color: rgba(232, 232, 232, 1);
    padding: 3px;
    margin: 0;
    max-width: 100%;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    flex: 1;
    text-overflow: ellipsis;
}

.valor-monte-seu-plano-left p, .valor-monte-seu-plano-right p {
    font-weight: bold;
    line-height: 55px;
    font-size: 22px !important;
    text-align: center;
    margin: 0px !important;
}

.valor-monte-seu-plano-right p {
    text-align: left !important;
    padding-left: 30px;
}

.checkbox, .radio {
    margin-bottom: 30px;
    padding-left: 15px;
}

.checkbox label, .radio label {
    min-height: 28px;
}

input[type="checkbox"], input[type="radio"] {
    -webkit-appearance: none;
    left: 0px;
    margin: 0px;
    text-decoration: none !important;
    margin-left: 0px !important;
}

input[type="checkbox"]:before {
    content: "";
    display: block;
    width: 28px;
    height: 28px;
    top: 0;
    left: 0;
    background-color: white;
    border: solid rgba(0, 152, 204, 0.85) 2px;
    position: relative;
    border-radius: 10px 10px 10px 10px;
}

input[type="radio"]:before {
    content: "";
    display: block;
    width: 28px;
    height: 28px;
    top: 0;
    left: 0;
    background-color: rgba(26, 184, 136, 1);
    border-color: #FFF;
    position: relative;
    border-radius: 100%;
}

#page-vantagens-sistema-cafeteria input[type="radio"]:before {
    background-color: #916B3F;
}

input[type="checkbox"]:checked:before {
    border: solid 2px rgba(26, 184, 136, 1);
}

input[type="radio"]:checked:before {
    border: solid 2px rgba(26, 184, 136, 1);
}

input[type="checkbox"]:checked:after {
    content: "";
    display: block;
    width: 10px;
    height: 10px;
    border: solid rgba(0, 152, 204, 0.85) 2px;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    top: 6px;
    left: 9px;
}

input[type="radio"]:checked:after {
    content: "";
    display: block;
    width: 15px;
    height: 15px;
    border: #FFF;
    border-width: 0 2px 2px 0;
    position: absolute;
    top: 6px;
    left: 7px;
    background: #FFF;
    border-radius: 100%;
}

.box-solucao-cafeteria h3, .box-solucao-hamburgueria h3, .box-solucao-restaurante h3, .box-solucao-pizzaria h3, .box-solucao-comandas-eletronicas h3, .box-planos-e-precos h3 {
    text-align: center;
    margin-bottom: 30px
}

.box-planos-e-precos {
    border-radius: 30px;
}

.box-planos-e-precos .header {
    border-radius: 30px 30px 0px 0px;
}

.box-planos-e-precos .footer {
    border-radius: 0px 0px 30px 30px;
    width: 100%;
    display: block;
}

.box-modulo-restaurante, .box-modulo-comandas-eletronicas, .box-modulo-cafeteria, .box-modulo-pizzaria {
    min-height: 115px;
}

.box-modulo-restaurante:after, .box-modulo-comandas-eletronicas:after, .box-modulo-cafeteria:after, .box-modulo-pizzaria:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    min-height: 75px;
}

.box-modulo-hamburgueria {
    min-height: 135px;
}

.box-modulo-hamburgueria:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    min-height: 95px;
}

.box-modulo-restaurante .media-body, .box-modulo-hamburgueria .media-body, .box-modulo-cafeteria .media-body, .box-modulo-pizzaria .media-body, .box-modulo-comandas-eletronicas .media-body {
    vertical-align: middle !important;
}

.modal iframe {
    width: 100% !important;
}

.floating-buttons {
    bottom: 90px;
    display: flex;
    display: -webkit-flex;
    flex-direction: column-reverse;
    position: fixed;
    right: 0;
}

.floating-button {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    color: #000;
    z-index: 1000;
    cursor: pointer;
    padding: 10px;
    margin: 0 15px 15px;
    -webkit-animation: fadeIn 1s;
    animation: fadeIn 1s;
}

.whatsapp {
    background: #27d045;
}

.aspas-l {}

.aspas-l img {}

.aspas-r {}

.aspas-r img {}

.aspas-l img, .aspas-r img {
    width: 30px;
}

#na-midia .item a {
    display: block;
    width: 100%;
}

#na-midia .item a:hover {
    border-color: #00D19B;
}

#na-midia .item a h5 {
    text-align: center;
    color: #000 !important;
}

#na-midia .item a .bg-materia {
    width: 100%;
    height: 200px;
    -webkit-background-size: cover !important;
    -moz-background-size: cover !important;
    -o-background-size: cover !important;
    background-size: cover !important;
}

#na-midia .carousel-control {
    position: absolute;
    top: 40%;
    width: 40px;
    height: 40px;
    margin-top: -20px;
    font-size: 60px;
    font-weight: 100;
    line-height: 30px;
    color: #ffffff;
    text-align: center;
    background: #222222;
    border: 3px solid #ffffff;
    -webkit-border-radius: 23px;
    -moz-border-radius: 23px;
    border-radius: 23px;
    opacity: 0.5;
    filter: alpha(opacity=50);
}

#na-midia .carousel {
    margin-bottom: 0;
    padding: 0 40px 30px 40px;
}

/* Reposition the controls slightly */

#na-midia .carousel-control.left {
    left: -12px;
}

#na-midia .carousel-control.right {
    right: -12px;
}

/* Changes the position of the indicators */

#na-midia .carousel-indicators {
    right: 50%;
    top: auto;
    bottom: 0px;
    margin-right: -19px;
}

/* Changes the colour of the indicators */

#na-midia .carousel-indicators li {
    background: #c0c0c0;
}

#na-midia .carousel-indicators .active {
    background: #333333;
}

#modal-politica-privacidade a {
    color: #00D19B !important;
}

#destaque .materias .titulo, #destaque .materias .titulo a {
    font-size: 15px !important;
    line-height: 1.1;
    letter-spacing: unset;
    margin-top: 0px !important;
    padding-top: 0px !important;
    color: #29cc62;
    text-align: left !important;
}

#faq .panel-group .panel {
    margin-bottom: 0;
    border-radius: 4px;
    padding: 15px 0px;
    border-bottom: 0px;
    border-left: 0px;
    border-right: 0px;
    border-radius: 0px;
    box-shadow: none;
}

#faq .panel-default>.panel-heading {
    color: #333;
    background-color: transparent;
    border-color: transparent;
}

#faq .panel-heading {
    cursor: pointer;
}

#destaque .container-fluid {
    background: #f1f1f1;
    padding-top: 10px;
    border-radius: 10px;
}

#msg-form {
    display: none;
}

#calculadora label {
    font-weight: 400;
}

#calculadora select {
    height: 40px;
    font-size: 20px;
}

#calculadora hr {
    margin-top: 10px;
    margin-bottom: 10px;
}

#calculadora select {
    text-align-last: center;
    text-align: center;
    -ms-text-align-last: center;
    -moz-text-align-last: center;
    text-align-last: center;
}

#calculadora select option {
    text-align-last: center;
    text-align: center;
    -ms-text-align-last: center;
    -moz-text-align-last: center;
    text-align-last: center;
}

#calculadora .panel-default {
    border-color: #008ea2;
}

.btn-mais-menos {
    height: 30px;
    width: 30px;
    background: transparent;
    border: 2px solid #008ea2;
    border-radius: 50%;
    padding: 1px;
    outline: none !important;
}

.btn-mais-menos:hover {
    background: #008ea2;
    transition: .2s ease;
    outline: none;
}
.btn-mais-menos:focus, .btn-mais-menos:active, .btn-mais-menos:visited{
    outline: none;
}

.btn-mais-menos:hover .svg {
    fill: #fff;
    transition: .2s ease;
}
#qtdePedidosDia, #valorMedioPedido{
    width: 100px;
    display: inline-block;
    text-align: center;
    font-size: 25px;
    line-height: 48px;
    border: 0px;
    outline: none;
}
.input-taxa-app{
    width: 100px;
    display: inline-block;
    text-align: center;
    font-size: 16px;
}


@media (min-width: 768px) {
    #o-que-oferecemos img {
        max-width: 200px;
    }
    .display-flex {
        display: flex !important;
    }
    .order-md-2 {
        -ms-flex-order: 2;
        order: 2;
    }
    .order-md-1 {
        -ms-flex-order: 1;
        order: 1;
    }
    .box-solucao-restaurante {
        min-height: 660px;
    }
    .box-solucao-pizzaria {
        min-height: 660px;
    }
    /*     .box-planos-e-precos {
        min-height: 1020px;
    } */
    .box-solucao-hamburgueria, .box-solucao-cafeteria, .box-solucao-comandas-eletronicas {
        min-height: 510px;
    }
    #page-cadastro .margin-negativa {
        margin-top: -115px;
    }
    .container-custom {
        /*width: 980px;*/
    }
    #btn-assistir-video {
        width: 275px;
    }
    #btn-teste-gratis-agora-mesmo {
        width: 500px;
    }
    #btn-iniciar-teste-gratis {
        width: 500px;
    }
}

@media (max-width: 768px) {
    .font-weight-600-mobile {
        font-weight: 600;
    }
    .font-size-65 {
        font-size: 45px !important;
    }
    .font-size-18-mobile {
        font-size: 18px;
    }
    .font-size-40-mobile {
        font-size: 40px !important;
    }
    #destaque .materias .titulo a {
        font-size: 20px !important;
    }
    .btn-teste-gratis {
        font-size: 25px !important;
    }
    .floating-buttons {
        bottom: 20px;
    }
    .font-size-100-p {
        font-size: 100% !important;
    }
    .floating-button {
        margin: 0 5px 5px;
    }
    .p-0-mobile {
        padding: 0px !important;
    }
    .m-t-0-mobile {
        margin-top: 0px;
    }
    .box-solucao-cafeteria, .box-solucao-hamburgueria, .box-solucao-restaurante, .box-solucao-pizzaria, .box-solucao-comandas-eletronicas {
        margin-top: 30px
    }
    .box-modulo-cafeteria, .box-modulo-hamburgueria, .box-modulo-restaurante, .box-modulo-pizzaria, .box-modulo-comandas-eletronicas {
        margin-top: 30px
    }
    .banner {
        height: auto !important;
    }
    #page-materias .media-body, #page-materias .media-left {
        display: block;
        width: 100%;
    }
    #page-materias .media-left {
        text-align: center;
        padding: 0px;
        margin-bottom: 30px;
    }
    #page-materias .media-object {
        margin: 0px;
        display: inline-block;
        width: 100%;
    }
    .navbar-nav>li>a {
        line-height: 20px !important;
    }
    .navbar-nav .separator {
        border-bottom: 2px solid #00D19B;
        height: 1px;
        margin-top: 0px;
    }
    #page-planos-e-precos .media-left, #page-planos-e-precos .media-body {
        width: 100%;
        display: block;
    }
    #page-planos-e-precos .divider-verde-left {
        border: none;
        padding-left: 15px;
    }
    .bg-box-central-ajuda .box-hover {
        visibility: visible !important;
        opacity: 1;
    }
    .bg-box-central-ajuda {
        border-radius: 0px;
    }
    .bg-box-central-ajuda .box-hover .display-table {
        height: 100%;
        padding: 5px;
    }
    .m-b-30-mobile {
        margin-bottom: 30px;
    }
    .m-b-15-mobile {
        margin-bottom: 15px;
    }
    .m-t-10-mobile {
        margin-top: 10px;
    }
    .text-center-mobile {
        text-align: center !important;
        text-align-last: center !important;
    }
    .text-left-mobile {
        text-align: left !important;
        text-align-last: left !important;
    }
    .font-size-50, .font-size-30, .font-size-40 {
        font-size: 25px !important;
    }
    .font-size-40-mobile {
        font-size: 40px !important;
    }
    .btn-google-play {
        text-align: center;
    }
    #form-cadastro .navbar-fixed-bottom {
        position: relative !important;
    }
    #form-cadastro input {
        width: 100% !important;
    }
    body {
        padding-bottom: 0px !important;
    }
}

.invalid {
    border: 1px solid red !important;
}

.invalid[type="radio"] {
    border: none !important;
}

.invalid[type="radio"]:before {
    border: 1px solid red !important;
}

.MultiCarousel {
    float: left;
    overflow: hidden;
    background: #eaeaea;
    width: 100%;
    position: relative;
    padding: 15px 35px;
    border-radius: 10px;
}

.MultiCarousel .MultiCarousel-inner {
    transition: 1s ease all;
    float: left;
}

.MultiCarousel .MultiCarousel-inner .item {
    float: left;
    padding: 5px 35px;
}

.MultiCarousel .MultiCarousel-inner .item>div {
    text-align: center;
    padding: 10px;
    margin: 10px;
    color: #666;
}

.MultiCarousel .leftLst, .MultiCarousel .rightLst {
    position: absolute;
    border-radius: 50%;
    top: calc(50% - 20px);
    background-color: #1ab888 !important;
    color: #fff;
}

.MultiCarousel .leftLst {
    left: 10px;
}

.MultiCarousel .rightLst {
    right: 10px;
}

.MultiCarousel .leftLst.over, .MultiCarousel .rightLst.over {
    pointer-events: none;
}

.titulo-materia {
    color: #000;
    text-align: center;
    margin-top: 5px;
    margin-bottom: 0px;
}