/*
Theme Name: Pasteloko
Author: OxigenWeb
Author URI: http://www.oxigenweb.com.br/
Description: Tema Pasteloko
Version: 1.0
*/
@import url("css/fonts.css");

.container {
    width: 940px;
}

.full {
    min-width: 940px;
    width: 100%;
}

.cima {
    z-index: 9999;
    position: relative;
}


/* Header */

.bg-topo {
    background: url("images/bg-topo.png") no-repeat center top;
    background-size: cover, contain;
}

header {
    z-index: 10;
    position: relative;
}

header .logo {
    margin: 12px 0 20px;
}

/* Index */

.slider {
    margin-top: -62px;
}

.mais-pedidos {
    z-index: -1;
}

/*Rodrigo Brandão*/

.ls-inner {
    background-size: 100% 100%;

}

/*header*/
.menu-cardapio a,
.menu-itens a {
    font-family: FuturaBT, serif;
    font-weight: 700;
    font-size: 14px;
    color: #ffffff;
    padding: 33px 0;
    margin-right: 5px;
    display: block;
}

.d-none {
    display: none;
}

.menu-cardapio a:hover,
.menu-cardapio a:focus,
.menu-itens a:hover,
.menu-itens a:focus {
    color: #ffffff;
    text-decoration: none;
}

.menu-itens li {
    margin: 0;
}

.list-inline>li {
    padding-right: 0;
    padding-left: 0;
}

li.social,
li.social a {
    margin: 0 -2px;
    width: 60px;
    color: transparent;
}

li.social a:hover,
li.social a:focus,
li.social a:active {
    margin: 0 -2px;
    width: 60px;
    color: transparent;
    outline: none;
}

.social.insta {
    background: url('images/instagram.jpg') no-repeat;
}

.social.face {
    background: url('images/facebook.jpg') no-repeat;
}

/*header*/

h1, .titulo-style {
    font-family: BebasNeue, serif;
    font-size: 42px;
    font-weight: 400;
    color: #5a5959;
    margin-bottom: 40px;
}

.container {
    padding-left: 0;
    padding-right: 0;
    min-width: 940px;
}

.container-fluid {
    min-width: 940px;
    padding-left: 0;
    padding-right: 0;
}

li.meus-pedidos.social {
    margin: 0;
    width: 114px;
}

li.meus-pedidos.social a {
    background: url('images/meus-pedidos.png') no-repeat;
    height: 79px;
    width: 121px;
}

/*.meus-pedidos:hover:after {*/
/*content: '';*/
/*height: 78px;*/
/*top: 0;*/
/*position: absolute;*/
/*width: 114px;*/
/*background: rgba(248,232,15,0.4);*/
/*}*/

.main-logo {
    margin-top: 14px;
}

.header-container {
    background: url(images/header-background-2.png) no-repeat;
    background-size: 100% 100%;
    height: 118px;
}

.menu-container {
    width: 65%;
    min-width: 940px;
    max-width: 1080px;
    margin: 0 auto;
}

.menu-container .col-xs-4 {
    padding-left: 0;
}

.menu-cardapio a,
.menu-itens a {
    font-family: FuturaBT, serif;
    font-weight: 700;
    font-size: 14px;
    color: #ffffff;
    padding: 33px 0;
    margin-right: 22px;
}

.menu-cardapio a:hover,
.menu-cardapio a:focus,
.menu-itens a:hover,
.menu-itens a:focus {
    color: #fa8e02;
    text-decoration: none;
}

.menu-itens li {
    margin: 0;
}

.list-inline>li {
    padding-right: 0;
    padding-left: 0;
}

li.social,
li.social a {
    margin: 0 -2px;
}

.slider-content {
    height: 574px;
}

#banner {
    margin-top: -38px;
    position: relative;
}

.slider {
    display: flex;
    align-items: center;
    position: relative;
    width: 100%;
    height: 293px;
    top: -40px;
}

.slider:not(.slider-principal)::before {
    content: "";
    z-index: -1;
    display: block;
    position: absolute;
    width: 100%;
    height: 293px;
    top: 0;
    left: 0;
    background-image: url("images/fundo-banner-sobre.png");
    background-position: right top;
    background-size: cover;
    background-repeat: no-repeat;
}

.slider-principal {
    background: none;
}

#swiper-home {
    position: relative;
    height: unset;
    width: 100%;
    aspect-ratio: 1366 / 600;
    overflow: hidden;
}

#swiper-home .swiper-slide .item {
    display: block;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: bottom center;
    background-size: cover;
}

#swiper-home .swiper-slide .item img {
    display: block;
    
}

.swiper-home-nav .prev, .swiper-home-nav .next {
    z-index: 1560;
    position: absolute;
    top: calc(50% - 52px);
    width: 31px;
    height: 104px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    filter: drop-shadow(0 0 5px rgba(0, 0, 0, 40%));
}

.swiper-home-nav .prev {
    background-image: url("images/control-prev.png");
    left: 20px;
}

.swiper-home-nav .next {
    background-image: url("images/control-next.png");
    right: 20px;
}

.ls-shadow {
    visibility: hidden !important;
}

.botoes-lojas {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 30px;
    margin-top: 48px;
}

.botoes-lojas .btn-yellow {
    max-width: 336px;
    height: unset;
    white-space: normal;
    margin: 0;
}

#section-01,
#section-02 {
    background: url(images/mais-pedidos-background.png) no-repeat center;
    position: relative;
    margin-top: -115px;
    display: flex;
    display: -webkit-box;
    justify-content: center;
    -webkit-box-pack: center;
    align-items: center;
    -webkit-box-align: center;
    height: 603px;
}

#section-01:has(#lista-mais-pedidos) {
    display: block;
    height: unset;
    background-position: top center;
}

.container-mais-pedidos {
    width: 100%;
    min-width: unset;
    max-width: 1238px;
    margin-bottom: 80px;
}

#lista-mais-pedidos {
    display: flex;
    flex-wrap: wrap;
    row-gap: 52px;
    justify-content: space-evenly;
}

#section-02 {
    background: url(images/background-cardapio.png) repeat-x center;
    background-size: auto 100%;
    margin-top: -80px;
}

.cardapio {
    max-width: 940px;
    display: flex;
    display: -webkit-box;
    justify-content: center;
    -webkit-box-pack: center;
    align-items: center;
    -webkit-box-align: center;
}

.cardapio-text {
    width: 334px;
}

.cardapio-text h2 {
    color: #ffffff;
    font-family: BebasNeue, serif;
    margin-bottom: 12px;
}

.cardapio-text p {
    color: #ffffff;
    font-family: FuturaBT, serif;
    font-size: 18px;
    margin-bottom: 25px;
    font-weight: 500;
    text-transform: uppercase;
}

.mais-pedidos {
    margin-top: 140px;
}

.mais-pedidos img {
    width: 300px;
}

.mais-pedidos .col-xs-4 {
    padding-left: 0;
    padding-right: 0;
}

.pedidos-wrapper {
    width: 300px;
    max-height: 260px;
    height: 260px;
}

.min-title {
    background: url(images/min-title-bg.png) no-repeat;
    margin-top: -31px;
    position: relative;
    color: #fff;
    vertical-align: middle;
}

.min-title h5,
.min-title h6 {
    height: 72px;
    line-height: 72px;
    font-family: HandOfSean, serif;
    font-size: 13px;
    font-weight: 400;
}

.unidades .min-title {
    background: url(images/background-unidades-title.png) no-repeat;
    height: 192px;
    display: flex;
    justify-content: center;
    align-items: center;
}

#promocoes-semanais {
    min-width: unset;
    margin-bottom: 160px;
}

#promocoes-semanais h2 {
    margin-top: 0;
    margin-bottom: 40px;
    font-family: "BebasNeue";
    font-size: 42px;
    font-weight: 400;
    line-height: 48px;
    color: #5A5959;
}

#promocoes-semanais img {
    width: 100%;
    max-width: 500px;
}

.lista-promocoes {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 30px;
    flex-wrap: wrap;
    width: 100%;
}

.card-promo {
    width: fit-content;
}

.unidades .telefone a {
    font-size: 40px;
}

.unidades .pedidos-wrapper {
    height: 381px;
    max-height: 381px;
    cursor: pointer;
}

.unidades .pedidos-wrapper:hover:before {
    background: url(images/background-ampliar.png) center center;
    font-family: BebasNeue, serif;
    height: 211px;
    width: 300px;
    line-height: 240px;
    content: "AMPLIAR";
    position: absolute;
    color: #ffffff;
    font-size: 35px;
    transition: all 0.5s ease-in;
}

.min-title h6 {
    font-family: BebasNeue, serif;
    font-size: 22px;
    height: 44px;
    line-height: 22px;
    width: 190px;
    margin: 0 auto;
}

.control-prev,
.control-next {
    display: inline
}

.controles {
    position: absolute;
    width: 1008px;
    line-height: 260px;
    top: 235px;
    left: 50%;
    z-index: -1;
    transform: translateX(-51%);
    -webkit-transform: translateX(-51%);
}

.control-next {
    float: right;
}

.control-prev img,
.control-next img {
    height: 104px;
    width: 31px;
}

.fazer-pedido {
    height: 342px;
    width: 100%;
}

.fazer-pedido img {
    margin: 17px 0;
}

.balao-pedidos {
    background: url(images/backgraund-balao-pedidos.png) no-repeat;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-left: 38px;
    margin: 17px 0;
    background-size: cover;
    height: 265px;
    width: 519px;
}

.balao-pedidos .balao-center {
    width: 400px;
}

.balao-center .btn-yellow {
    font-size: 70px;
    height: 120px;
}

.balao-shadow {
    background: url(images/background-baloon-shadow.png) no-repeat;
    width: 638px;
    height: 15px;
    margin-left: -40px;
}

.nossas-unidades .container-fluid {
    max-width: 1116px;
    margin-bottom: 80px;
    padding: 0 15px;
}

.nossas-unidades h2 {
    margin-bottom: 42px;
    font-family: "BebasNeue";
    font-size: 42px;
    line-height: 48px;
    color: #5A5959;
}

.nossas-unidades .container-fluid .row {
    position: relative;
    overflow: hidden;
}

.nossas-unidades .container-fluid .row::after {
    content: "";
    position: absolute;
    top: calc(50% - 152px);
    left: calc(50% - 79px);
    width: 158px;
    height: 303px;
    background: url("images/mascote.png") no-repeat center;
    background-size: contain;
}

.nossas-unidades .container-fluid .unidade {
    display: flex;
    gap: 16px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 589px;
    color: #FFF;
    background-position: center;
    background-size: calc(100% - 30px) auto;
    background-repeat: no-repeat;
}

.nossas-unidades .container-fluid .unidade .nome {
    font-family: "BebasNeue";
    font-size: 42px;
    line-height: 48px;
}

.nossas-unidades .container-fluid .unidade .endereco {
    font-family: "FuturaBT";
    font-size: 20px;
    font-weight: 500;
    line-height: 26px;
}

.nossas-unidades .container-fluid .unidade .telefone {
    display: block;
    font-family: "BebasNeue";
    font-size: 22px;
    font-weight: 400;
    line-height: 22px;
    color: inherit;
    text-decoration: none;
}

.nossas-unidades .container-fluid .unidade .btn-yellow {
    max-width: 336px;
}

.nossas-unidades .container-fluid .unidade-1 {
    background-image: url("images/bg-unidades-1.png");
}

.nossas-unidades .container-fluid .unidade-2 {
    background-image: url("images/bg-unidades-2.png");
}

.texto-pequeno {
    font-size: small;
}

.btn-yellow,
.btn-green,
.btn-orange,
#contato .btn-yellow {
    font-family: BebasNeue, serif;
    font-size: 31px;
    font-weight: 400;
    height: 52px;
    width: 100%;
    color: #383737;
    background-color: #febe15;
    border-bottom: solid 6px #e88402;
    border-radius: 3px;
    margin: 0 auto;
}

.btn-orange,
.btn-green {
    background-color: #059705;
    border-color: #035503;
    color: #fff;
    font-family: DIN, monospace;
    font-size: 10px;
    font-weight: 900;
}

.btn-orange {
    background-color: #fe7e00;
    border-color: #d05604;
}

button.btn-yellow {
    width: 253px;
    font-size: 15px;
    height: 58px;
    -webkit-border-top-left-radius: 0;
    -webkit-border-bottom-left-radius: 0;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    margin-right: 0;
}

#subscribe {
    width: 446px;
    height: 58px;
    -webkit-border-top-right-radius: 0;
    -webkit-border-bottom-right-radius: 0;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    margin-left: 0;
}

.balao-center {
    width: 277px;
    margin: 0 auto;
}

.balao-center p {
    font-family: FuturaBT, serif;
    color: #ffffff;
    text-transform: uppercase;
    font-size: 12px;
}

#footer {
    background: url(images/background-footer.png) no-repeat;
    background-size: cover;
    position: relative;
    font-family: FuturaBT, serif;
    font-size: 15px;
    color: #ffffff;
}

#footer h4 {
    font-family: BebasNeue, serif;
    font-size: 25px;
    font-weight: 400;
    color: #ffffff;
}

#footer .col-xs-4 {
    padding-left: 0;
}

.assinatura {
    background-color: #212222;
    height: 70px;
    vertical-align: bottom;
    display: none;
}

.footer-logo,
.footer-contato,
.footer-sitemap {
    height: 182px;
}

.footer-logo {
    text-align: center;
    -webkit-text-align: center;
}

.footer-logo img {
    margin-bottom: 12px;
}

.footer-sitemap li {
    margin-bottom: 8px;
}

.footer-sitemap li a {
    color: #ffffff;
    text-decoration: none;
    text-transform: uppercase;
    font-family: FuturaBT, serif;
    font-size: 14px;
}

.footer-sitemap li a:hover,
.footer-sitemap li a:visited {
    color: #ffffff;
}

.footer-contato {
    color: #ffffff;
    font-family: FuturaBT, serif;
    font-size: 15px;
    vertical-align: bottom;
}

.footer-local {
    height: 125px;
    vertical-align: bottom;
    margin-top: 16px;
}

.footer-newsletter {
    font-family: FuturaBT, serif;
    height: 80px;
    background-color: #8a1212;
    display: flex;
    display: -webkit-box;
    justify-content: center;
    -webkit-box-pack: center;
    align-items: center;
    -webkit-box-align: center;
}

.container-newsletter {
    width: 940px;
    min-width: 940px;
}

.container-newsletter .wpcf7 .wpcf7-response-output {
    margin: -90px 131px !important;
}

.title-newsletter {
    max-width: 130px;
    position: absolute;
    font-size: 17px;
    font-family: FuturaBT, serif;
    font-weight: 700;
    margin: 5px 0 5px 50px;
}

.footer-signature {
    height: 70px;
    background-color: #212222;
    display: flex;
    justify-content: center;
    align-items: center;
}

.signature-container {
    width: 940px;
    margin: 0 auto;
}

.footer-signature p {
    font-family: FuturaBT, serif;
    height: 26px;
    line-height: 26px;
    vertical-align: bottom;
    font-size: 10px;
    font-weight: 500;
    color: #ffffff;
    padding: 0;
}

.footer-main {
    height: 350px;
    margin: 0 auto;
    display: flex;
    display: -webkit-box;
    justify-content: center;
    -webkit-box-pack: center;
    align-items: center;
    -webkit-box-align: center;
}

.telefone a {
    color: #ffffff;
    font-size: 22px;
    font-family: BebasNeue, serif;
    cursor: pointer;
}

.telefone a:hover {
    text-decoration: none;
}

.telefone small {
    font-size: 50%;
}

.form-inline {
    width: 830px;
    margin: 0 auto;
    display: inline-block;
    vertical-align: middle;
}

.form-inline .input-group {
    display: inline-table;
    vertical-align: middle;
}

.input-group {
    max-width: 699px;
}

.page-cardapio .slider {
    background: none;
    top: 40px;
    z-index: 0;
    position: relative;
    max-height: 332px;
}

.page-cardapio .slider {
    max-height: 250px;
}

.page-cardapio .black-head {
    margin-top: 100px;
}

article p,
#contato p {
    font-family: FuturaBT, serif;
    font-size: 17px;
    line-height: 33px;
    color: #777777;
    font-weight: 500;
}

#contato p {
    margin-bottom: 45px;
}

.unidades .mais-pedidos {
    margin: 0 auto;
}

#before-footer {
    background: url(images/background-before-footer.png) no-repeat;
    background-size: 100% 100%;
    padding: 108px 0;
    margin-top: 86px;
    height: 765px;
    margin-bottom: -274px;
    z-index: -1;
}

.article-title {
    margin-bottom: 20px;
}

#contato .article-title {
    margin-bottom: 0;
}

#contato .form-group {
    margin-bottom: 0;
}


/*bootstrap overloads*/

.padding-0 {
    padding: 0;
}

.padding-left-none {
    padding-left: 0;
}

.padding-right-none {
    padding-right: 0;
}

.margin-tb-20 {
    margin: 20px 0;
}

.form-control {
    height: 40px;
    font-family: FuturaBT, serif;
    font-size: 14px;
    font-style: italic;
    font-weight: 300;
    border-radius: 0;
    -webkit-border-radius: 0;
}

textarea.form-control {
    resize: none;
    height: 219px;
    padding: 6px 22px;
}

.cardapio-01 {
    background: url(images/cardapio-01-yellow.png) top center no-repeat !important;
    background-size: 100% 100% !important;
}

.cardapio-01:before {
    content: "";
    background: url(images/cardapio-cebola.png) top right no-repeat;
    margin-top: -180px;
    height: 887px;
    width: 100%;
    position: absolute;
}

.cardapio-01.pasteis-doces:before {
    background: url(images/cardapio-doce.png) top right no-repeat;
}

.lista-cardapio.porcoes .cardapio-01:before {
    background: url(images/cardapio-porcoes-cesta.png) top right no-repeat;
    background-size: cover;
    margin-top: -180px;
}

.lista-cardapio.bebidas .cardapio-01:before {
    background: url(images/cardapio-bebidas-copos.png) top right no-repeat;
    background-size: cover;
    margin-top: -180px;
}

/*lista do cardapio*/
.lista-cardapio {
    background: url(images/background-cardapio-lista.png) 100% 100% no-repeat;
    background-size: cover;
}

.lista-cardapio.pasteis-doces {
    background: url(images/Fundo-cardapio-doce.png) 100% 100% no-repeat;
    background-size: cover;
}

.lista-cardapio.porcoes {
    background: url(images/Fundo-cardapio-porcoes.png) 100% 100% no-repeat;
    background-size: cover;
}

.lista-cardapio.bebidas {
    background: url(images/Fundo-cardapio-bebidas.png) 100% 100% no-repeat;
    background-size: cover;
}

.lista-cardapio .menu-cardapio {
    font-family: BebasNeue, serif;
    text-transform: uppercase;
    max-width: 940px;
    margin: 0 auto;
    font-size: 33px;
    line-height: 50px;
    color: #fefafa;
    font-weight: 400;
    height: 175px;
    display: flex;
    display: -webkit-box;
    justify-content: center;
    -webkit-box-pack: center;
    align-items: flex-end;
    -webkit-box-align: end;
    width: 100%;
}

.lista-cardapio .menu-cardapio ul {
    width: 940px;
}

.lista-cardapio .menu-cardapio li.current-cat {
    background: url(images/memu-cardapio-retangulo.png) top left no-repeat;
    background-size: 238px 175px;
}

.lista-cardapio .menu-cardapio a {
    margin: 0 32px;
    height: 175px;
    line-height: 175px;
}

.lista-cardapio .menu-cardapio li {
    height: 175px;
}


.lista-cardapio .tabela-cardapio .btn-yellow {
    width: 290px;
    min-width: 290px;
    color: #383737;
    float: right;
    margin-bottom: 17px;
}

/*lista do cardapio*/

.finalizar-pedido,
.tabela-cardapio {
    width: 940px;
    display: table;
    margin: 0 auto;
    padding-top: 69px;
}

.tabela-cardapio h1 {
    color: #ffbb03;
    margin: 0;
}

.tabela-cardapio p {
    font-family: FuturaBT, serif;
    color: #fffffd;
    font-size: 16px;
    font-weight: 500;
}

.tabela-cardapio span {
    color: #ffbb03;
    font-size: 18px;
    line-height: 18px;
}

.tabela-cardapio .quantidade,
.tabela-cardapio .adicionar,
.tabela-cardapio .preco {
    background-color: rgba(255, 187, 3, 0.89);
    text-align: -webkit-center;
    text-align: center;
}

.tabela-cardapio .quantidade {
    margin: 0 2px !important;
    max-width: 153px;
}

.tabela-cardapio .adicionar .btn {
    min-width: 146px;
    margin: 10px 5px;
    width: 146px;
    font-size: 10px;
    height: 33px;
}

.tabela-cardapio .preco {
    font-size: 27px;
    color: #871c1c;
}

.tabela-cardapio .produto {
    line-height: 18px !important;
    font-size: 18px;
    color: #ffffff;
}

.tabela-cardapio .produto small {
    font-size: 14px;
    color: #ffffff;
}

.tabela-cardapio .produto ul {
    text-indent: 7px;
    margin-top: 10px;
}

.tabela-cardapio .preco small {
    font-size: 14px;
}

.tabela-cardapio .sub-categorias {
    margin-top: 72px;
}

.lista-cardapio .slider-content {
    height: 250px;
}

.black-head {
    background-color: #2a2929;
    font-family: FuturaBT, serif;
    height: 57px;
    line-height: 57px;
    color: #fff;
    font-size: 31px;
    z-index: 1;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
}

.linha-cardapio div[class^='col-xs'] {
    height: 51px;
    line-height: 51px;
    margin: 0;
}

.tabela-cardapio div[class^='col-xs'] {
    padding: 0;
}

.tabela-cardapio input {
    border: none;
    font-family: DIN, monospace;
    font-size: 19px;
    font-weight: 900;
    color: #3e3d3d;
    line-height: 40px;
    text-align: -webkit-center;
    text-align: center;
    width: 62px;
    height: 41px;
    margin: 5px -2px;
}

.tabela-cardapio input[type=number]::-webkit-outer-spin-button,
.tabela-cardapio input[type=number]::-webkit-inner-spin-button {
    -webkit-appearance: none;
}

.tabela-cardapio input[type=button] {
    width: 36px;
    height: 41px;
}

.tabela-cardapio input[type=number] {
    -moz-appearance: textfield;
}

.tabela-cardapio input[type=button].menos {
    background-color: #dedede;
    -webkit-border-top-left-radius: 6px;
    -webkit-border-bottom-left-radius: 6px;
    -moz-border-radius-topleft: 6px;
    -moz-border-radius-bottomleft: 6px;
    border-top-left-radius: 6px;
    border-bottom-left-radius: 6px;
}

.tabela-cardapio input[type=button].mais {
    background-color: #dedede;
    -webkit-border-top-right-radius: 6px;
    -webkit-border-bottom-right-radius: 6px;
    -moz-border-radius-topright: 6px;
    -moz-border-radius-bottomright: 6px;
    border-top-right-radius: 6px;
    border-bottom-right-radius: 6px;
}

.bebidas .tabela-cardapio input[type=radio] {
    height: 13px;
    width: 13px;
    -webkit-appearance: checkbox;
    /* Chrome, Safari, Opera */
    -moz-appearance: checkbox;
    /* Firefox */
    -ms-appearance: checkbox;
    /* not currently supported */
}

.bebidas .tabela-cardapio .produto ul {
    margin-top: 16px;
}

.copos-erro {
    max-height: 50px;
    line-height: 25px;
    color: #871c1c;
    font-weight: bold;
    text-transform: uppercase;
}

.cardapio-outer {
    border: solid 1px #ffbb03;
    display: flex;
    display: -webkit-box;
    margin-bottom: -1px;
}

.pagination>span.current,
.pagination a.page-numbers {
    margin: 0 3px;
    padding: 6px 12px;
    cursor: pointer;
    font-family: FuturaBT, serif;
    background-color: #fff;
    font-size: 14px;
    color: #8c8b8b;
    font-weight: 300;
}

.pagination>span.current {
    background-color: #f4aa06;
    border-color: #f4aa06;
    color: #ffffff;
}

.pagination>span.current:hover {
    cursor: pointer;
    background-color: #f4aa06;
    border-color: #f4aa06;
    text-decoration: none;
}

.pagination a.page-numbers {
    text-decoration: none;
}

.pagination a.next,
.pagination a.prev {
    background-color: transparent;
    border: none;
    margin: 0;
}

.modal-pedidos {
    display: none;
}

#janela-modal {
    position: fixed;
    border: none;
    top: 50%;
    left: 50%;
    z-index: 999;
    width: 980px;
    border-radius: 15px;
    -webkit-border-radius: 15px;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
}

#janela-modal p {
    font-family: FuturaBT, serif;
    font-size: 26px;
    margin: 0;
    width: 506px;
}

#janela-modal .modal-obrigado p {
    margin: 35px auto;
}

#janela-modal h2 {
    width: 506px;
    font-family: FuturaBT, serif;
    font-size: 29px;
    color: #40403e;
    font-weight: 400;
    margin-top: 56px;
}

#janela-modal .panel-heading {
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
    -webkit-border-top-left-radius: 15px;
    -webkit-border-top-right-radius: 15px;
    background-color: #fe7e00;
}

#janela-modal .panel-heading .panel-title {
    font-family: FuturaBT, serif;
    color: #ffffff;
    font-size: 36px;
    line-height: 25px;
    margin-top: 3px;
}

#janela-modal .btn-yellow,
#janela-modal .btn-green {
    font-family: FuturaBT, serif;
    max-height: 44px;
    margin-right: 27px;
    margin-bottom: 63px;
    line-height: 25px;
    font-size: 25px;
    max-width: 243px;
    padding: 0;
}

#janela-modal .btn-green:focus,
#janela-modal .btn-green:active,
#janela-modal .btn-green:hover {
    color: #fff;
}

#janela-modal.modal-montar {
    max-width: 980px;
}

#janela-modal.modal-montar label {
    font-family: FuturaBT, serif;
    line-height: 15px;
    font-size: 21px;
    color: #40403e;
    margin: 13px 0;
}

#janela-modal.modal-montar input[type=text] {
    font-family: FuturaBT, serif;
    font-size: 18px;
    line-height: 25px;
    padding-left: 25px;
    width: 100%;
    height: 59px;
}

#janela-modal.modal-montar input[type=radio] {
    margin-right: 13px;
    margin-left: 13px;
    font-size: 16px;
    height: 16px;
    width: 16px;
}

#janela-modal.modal-montar button[type=submit] {
    margin: 30px 0;
    max-width: 220px;
}

#janela-modal .panel-heading.title-green {
    background-color: #1a8159;
}

#janela-modal .title-green[class^='col-xs'] {
    padding: 0;
}

#janela-modal img {
    margin: -40px -13px 22px 0;
}

#janela-modal .texto-container {
    margin-top: 51px;
    width: 506px;
}

.finalizar-pedido .panel-default {
    border-radius: 15px;
    -webkit-border-radius: 15px;
}

.finalizar-pedido .panel-default .panel-heading {
    font-family: FuturaBT, serif;
    font-size: 27px;
    text-transform: uppercase;
    color: #ffffff;
    text-align: center;
    text-align: -webkit-center;
    background-color: #ae1d1d;
    height: 64px;
    line-height: 52px;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
    -webkit-border-top-left-radius: 15px;
    -webkit-border-top-right-radius: 15px;
}

.finalizar-pedido .panel-heading.title-green {
    background-color: #1a8159;
}

.finalizar-pedido .panel-body {
    background-color: #f9f8f8;
    padding: 20px 15px;
    border-radius: 0 0 15px 15px;
    -webkit-border-radius: 0 0 15px 15px;
}

.finalizar-pedido label {
    font-family: FuturaBT, serif;
    line-height: 25px;
    font-size: 21px;
    margin: 21px 0 9px;
    width: 32%;
    color: #333;
}

.finalizar-pedido input[type=radio] {
    width: 16px;
    height: 16px;
    font-size: 16px;
    margin: 0 20px;
}

.finalizar-pedido input#parqueshopping {
    margin-left: 0;
}

.finalizar-pedido .form-no {
    background-color: transparent !important;
}

.finalizar-pedido input[type=text] {
    width: 100%;
    height: 59px;
    padding-left: 15px;
    border: 1px solid #ddd;
}

.finalizar-pedido p {
    font-family: BebasNeue, serif;
    font-size: 17px;
    color: #ae1d1d;
    transform: scale(1.038, 1.038);
    padding-left: 15px;
}

.finalizar-pedido p span {
    color: #383737;
    font-weight: 400;
}

.finalizar-pedido form {
    margin-bottom: 116px;
}

.window-overlay {
    position: fixed;
    overflow: hidden;
    z-index: 998;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7);
}

.padding-none {
    padding: 0;
}

div.parsley-error {
    background-color: #F2DEDE !important;
}

input.parsley-error {
    background-color: #F2DEDE !important;
    border: 1px solid #f8f !important;
}

.parsley-required {
    display: none;
}

.parsley-errors-list li {
    color: red;
    padding-left: 0;
    font-size: 13px;
}

ul.parsley-errors-list {
    list-style: none;
    padding-left: 15px;
    font-size: 13px;
}

/*delivery*/
.tabela-cardapio.delivery {
    margin-bottom: 10px;
}

.tabela-cardapio.delivery .btn-yellow {
    margin: 19px 0 25px;
}

.tabela-cardapio.delivery .preco,
.tabela-cardapio.delivery .produto,
.tabela-cardapio.delivery .trash {
    line-height: 100px !important;
    height: 100px;
    max-height: 100px;
    color: #363535;

}

.tabela-cardapio.delivery .preco {
    background-color: #ebe5e5;
    font-size: 27px;
    font-weight: 700;
}

.tabela-cardapio.delivery .preco.total,
.tabela-cardapio.delivery .preco.total span.produto-total,
.tabela-cardapio.delivery .preco.total span.preco-total {
    background-color: #c4f6ca;
    color: #363535;
    font-size: 27px;
    font-weight: 700;
}

.tabela-cardapio.delivery .trash {
    background-color: #ffd8d8;
    cursor: pointer;
}

.tabela-cardapio.delivery .finalizar {
    background-color: #4fffb6;
    height: 100px;
    line-height: 110px;
}

.tabela-cardapio.delivery .finalizar span {
    color: #5cb85c;
    font-size: 22px;
    line-height: 22px;
}

.tabela-cardapio.delivery .delivery-line {
    border-bottom: #ffffff solid 1px;
}

.tabela-cardapio.delivery .produto {
    background-color: #f9f8f8;
    font-size: 18px;
    font-weight: 700;
    line-height: 22px !important;
    padding: 30px;
}

.tabela-cardapio.delivery .pedido-endereco {
    background-color: #f9f8f8;
    height: 100px;
}

.tabela-cardapio.delivery .pedido-endereco ul {
    margin-top: 10px;
}

.tabela-cardapio.delivery .pedido-endereco li {
    font-size: 12px;
    font-weight: 700;
    line-height: 12px;
    padding: 3px 10px;
}

.tabela-cardapio.delivery .produto small {
    color: #40403e;
    font-size: 12px;
}

.tabela-cardapio.delivery img {
    padding: 40px 65px;
}

.tabela-cardapio.delivery.admin img {
    padding: 40px 60px;

}

.tabela-cardapio.delivery.admin {
    margin-bottom: 60px;
}

.site-main.finalizar-pedido h1 {
    /*margin-bottom: 0;*/
}

.site-main.finalizar-pedido input[type="checkbox"] {
    -webkit-appearance: radio;
    /* Chrome, Safari, Opera */
    -moz-appearance: radio;
    /* Firefox */
    -ms-appearance: radio;
    /* not currently supported */
}

.site-main .finalizar-primeiro {
    margin-top: -10px !important;
}

/*delivery*/

/*terça loka*/
.lista-cardapio.terca-loka p {
    font-family: FuturaBT;
    text-align: center;
    color: #212121;
    font-weight: 700;
    font-size: 37px;
    line-height: 37px;
    margin: 0;
}

.lista-cardapio.terca-loka h1 {
    font-family: BebasNeue;
    color: #8d0b0b;
    font-weight: 400;
    font-size: 99px;
    margin: 10px 0 0;
}

.lista-cardapio.terca-loka .preco {
    background-color: #febe15;
    max-width: 597px;
    max-height: 227px;
    margin: 0 auto;
    font-family: BebasNeue;
    color: #8d0b0b;
    font-weight: 400;
    font-size: 157px;
}

.lista-cardapio.terca-loka .preco small {
    font-size: 65%;
}

.lista-cardapio.terca-loka .principal li {
    font-family: FuturaBT;
    color: #212120;
    font-weight: 700;
    font-size: 39px;
}

.lista-cardapio.terca-loka .principal {
    margin-top: 100px;
}

.lista-cardapio.terca-loka .principal li:after {
    content: " | ";
}

.lista-cardapio.terca-loka .principal li:last-child:after {
    content: "";
}

#before-footer.terca-loka {
    background: url(images/before-footer-terca-loka.png) no-repeat;
    background-size: 100% 100%;
    padding: 108px 0;
    margin-top: 86px;
    height: 765px;
    margin-bottom: -274px;
    z-index: -1;
}

#before-footer.terca-loka:before {
    content: "";
    background: url(images/before-footer-cesta.png) top right no-repeat;
    background-size: cover;
    margin-top: -180px;
    height: 887px;
    width: 100%;
    position: absolute;
}

/*terça loka*/

.flex-center {
    display: flex;
    display: -webkit-box;
    justify-content: center;
    -webkit-box-pack: center;
    align-items: center;
    -webkit-box-align: center;
}

/*text area montar*/
.montar-textarea .panel-heading .panel-title {
    color: #ffffff;
    font-size: 35px;
}

.finalizar-pedido .panel-default.montar-textarea .panel-body {
    border-radius: 0 0 15px 15px;
    -webkit-border-radius: 0 0 15px 15px;
}

.finalizar-pedido .panel-default.montar-textarea .panel-heading {
    background-color: #fe7e00;
}