@font-face {
    font-family: 'ManilaSansBold';
    src: url('../fontes/ManilaSansBld.otf');
}

@font-face {
    font-family: 'ManilaSansRegular';
    src: url('../fontes/ManilaSansReg.otf');
}

html, body {
    height: 100%;
    margin: 0;
    padding: 0;
}

.box-logo {
    /*background: #FFF;*/
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 9;
    position: absolute;
    top: 100px;
    left: 50px;


}

.bola-logo {
    width: 1500px;
    height: 1500px;
    margin-left: -941px;
    margin-top: -874px;
    background: #FFF;
    border-radius: 50%;
    z-index: 8;
    position: absolute;
    top: 0;
    left: 0;
}

.selo-natural {
    background: url(../img/celo.png) no-repeat center center;
    background-size: cover;
    width: 150px;
    height: 150px;
    position: absolute;
    z-index: 10;
    top: 100px;
    left: 400px;
}

.bg-menu {
    background: url(../img/bg-menu.png) no-repeat center top;
    background-size: cover;
    z-index: 10;
    position: relative;
    min-height: 855px;
    top: -87px;
}

.menu-desktop {
    list-style: none;
    display: flex;
    justify-content: space-around;
    margin-top: 35px;
}

.menu-desktop a {
    color: #FFF;
    display: flex;
    flex-direction: column;
    align-items: center;
    font-family: ManilaSansBold;
}

.menu-icon {
    background: #FF9933;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    padding: 20px;
}

.faca-pedido {
    position: relative;
    border-radius: 50%;
    background: #D03E8D;
    font-size: 35px;
    font-family: ManilaSansBold;
    color: #FFF;
    width: 250px;
    height: 250px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.carrinho-icone {
    background: #A8518A;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    padding: 20px;
    top: -46px;
    right: 0;
    position: absolute;

    -webkit-box-shadow: -9px 10px 5px -6px rgba(0, 0, 0, 0.49);
    -moz-box-shadow: -9px 10px 5px -6px rgba(0, 0, 0, 0.49);
    box-shadow: -9px 10px 5px -6px rgba(0, 0, 0, 0.49);
}

.bg-quem-somos {
    background: url(../img/bg-quem-somos.png) no-repeat center top;
    background-size: cover;
    z-index: 9;
    position: relative;
    min-height: 1263px;
    top: -206px;
}

.bg-beneficios {
    background: url(../img/bg-beneficios.png) no-repeat center top;
    background-size: cover;
    z-index: 9;
    position: relative;
    min-height: 1263px;
    top: -296px;
}

.bg-cardapios {
    background: url(../img/cardapio.png) no-repeat center top;
    background-size: cover;
    z-index: 8;
    position: relative;
    min-height: 1263px;
    top: -414px
}

.bg-rodape {
    background: url(../img/bg-rodape.png) no-repeat center top;
    background-size: cover;
    z-index: 8;
    position: relative;
    min-height: 689px;
    top: -547px
}

.borda-rodape {
    border-left: #D2AE6D solid 1px;
}

.separador-rodape {
    border-top: #D2AE6D solid 1px;
}

a.voltar_ao_topo {
    color: #A8518A;
}

.voltar_ao_topo {
    background: #fff212;
    border-radius: 50%;
    font-family: ManilaSansBold;
    font-size: 20px;
    width: 100px;
    height: 100px;
    color: #A8518A;
    text-align: center;
    padding: 15px;
    position: fixed;
    right: 50px;
    bottom: 50px;
    z-index: 50;
    display: none;
}

.btn-voltar {
    position: absolute;
    width: 50px;
    height: 50px;
    bottom: -25px;
    right: -20px;
    background: #A8518A;
    padding: 10px;
    border-radius: 50%;
}

.owl-theme .owl-nav.disabled + .owl-dots {
    margin-top: -160px;
    z-index: 999;
    position: relative;
    margin-bottom: 115px;
}

.fecharModal {
    background-color: #727376;
    color: #FFF;
    cursor: pointer;
    border-radius: 50%;
    width: 25px;
    height: 25px;
    text-align: center;
    font-size: 16px;
    position: absolute;
    top: -12px;
    right: -12px;
    z-index: 3;
}

.campo {
    background: #DAE6ED;
    width: 100%;
    border: none;
    border-radius: 5px;
    padding: 5px;
}

::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #000;
    opacity: 1; /* Firefox */
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #000;
}

::-ms-input-placeholder { /* Microsoft Edge */
    color: #000;
}

.btn-enviar {
    background: #D03E8D;
    border: none;
    color: #FFF;
    text-align: center;
    border-radius: 5px;
    padding: 10px;
    font-family: ManilaSansRegular;
    font-size: 20px;
}

.cabecalho-mobile {
    display: none;
}

.marginDesktop {
    margin-top: 160px;
}

.wptwa-mobile {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.wptwa-desktop {
    display: none;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.cardapio {
    font-size: 16px !important;
    font-family: ManilaSansRegular !important;

}
.cardapio p,.cardapio span,.cardapio h1,.cardapio h2,.cardapio h3,.cardapio h4,.cardapio h5{
    font-size: 16px !important;
    font-family: ManilaSansRegular !important;
}

@media only screen and (min-width: 700px) {
    .wptwa-desktop {
        display: flex;
    }

    .wptwa-mobile {
        display: none;
    }
}

@media only screen and (min-width: 1400px) {
    .bg-menu{

        top: -125px;
    }
    .bg-quem-somos{
        z-index: 10;
        top: -253px;
    }
    .bg-beneficios{
        z-index: 11;
        top: -382px;
        min-height: 1836px;
    }
    .bg-cardapios{
        top: -509px;
        min-height: 1742px;
    }
    .bg-rodape{
        top: -633px;
    }
}

@media only screen and (max-width: 768px) {
    .bola-logo {
        display: none;
    }

    .box-logo {
        display: none;
    }

    .selo-natural {
        display: none;
    }

    .cabecalho-mobile {
        display: flex;
        background: #FFF;
    }

    .menu-desktop {
        display: none;
    }

    .bg-menu {
        top: 0;
        min-height: auto;
        background: #FCB62E;
        padding-top: 71px;
    }

    .owl-theme .owl-nav.disabled + .owl-dots {
        display: none;
    }

    .bg-quem-somos {
        background: #95C949;
        top: 0;
        min-height: auto;
        padding-top: 71px;
    }

    .bg-beneficios {
        top: 0;
        min-height: auto;
        background: #00AFEF;
    }

    .marginDesktop {
        margin-top: 0px;
    }

    .bg-cardapios {
        background: #EEDEB6;
        top: 0;
        min-height: auto;
        padding-top: 71px;
    }

    .bg-rodape {
        background: #C3783C;
        top: 0;
        min-height: auto;
        padding-top: 71px;
    }

    .texto-voltar {
        display: none;
    }

    .voltar_ao_topo {
        background: none;
        width: 3px;
        height: 3px;
    }

    .marginBannerMobile {
        margin-top: 75px;
    }
}

/*animation element*/

.animation-element {
    opacity: 0;
    position: relative;
}

/*animation element sliding left*/

.animation-element.slide-left {
    opacity: 0;
    -moz-transition: all 500ms linear;
    -webkit-transition: all 500ms linear;
    -o-transition: all 500ms linear;
    transition: all 500ms linear;
    -moz-transform: translate3d(-100px, 0px, 0px);
    -webkit-transform: translate3d(-100px, 0px, 0px);
    -o-transform: translate(-100px, 0px);
    -ms-transform: translate(-100px, 0px);
    transform: translate3d(-100px, 0px, 0px);
}

.animation-element.slide-left.in-view {
    opacity: 1;
    -moz-transform: translate3d(0px, 0px, 0px);
    -webkit-transform: translate3d(0px, 0px, 0px);
    -o-transform: translate(0px, 0px);
    -ms-transform: translate(0px, 0px);
    transform: translate3d(0px, 0px, 0px);
}

/*animation slide left styled for testimonials*/