/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v7.0.29,
* Autoprefixer: v9.7.6
* Browsers: last 4 version
*/

@media only screen and (max-width : 1600px) {
    header nav a {
        color: #000;
        margin: 0px 20px;
        text-decoration: none;
        text-transform: uppercase;
        font-size: 14px;
    }
    .tipos .tipo {
        height: 175px;
        width: 175px;
        margin: 0 auto;
        border: 2px solid #000;
        position: relative;
        display: inline-table;
        margin-left: 10px;
        margin-right: 10px;
        text-align: center;
    }
}





@media only screen and (min-width : 768px) {
    .visible-xs{
        display: none;
    }
    .hidden-xs{
        display: block;
    }
}
@media only screen and (max-width : 768px) {
    .visible-xs{
        display: block;
    }
    .hidden-xs{
        display: none;
    }

    /* MENU */
    body {
        margin: 0;
        font-family: Helvetica, sans-serif;
        background-color: #f4f4f4;
    }

    a {
        color: #000;
    }

    body p{
        font-size: 14px;
    }


    /* header */
    .header {
        background-color: #fff;
        -webkit-box-shadow: 1px 1px 4px 0 rgba(0,0,0,.1);
        box-shadow: 1px 1px 4px 0 rgba(0,0,0,.1);
        position: fixed;
        width: 100%;
        z-index: 3;
    }

    .header ul {
        margin: 0;
        padding: 0;
        list-style: none;
        overflow: hidden;
        background-color: #fff;
    }

    .header li a {
        display: block;
        padding: 20px 20px;
        border-right: 1px solid #f4f4f4;
        text-decoration: none;
    }

    .header li a:hover,
    .header .menu-btn:hover {
        background-color: #f4f4f4;
    }

    .header .logo {
        display: block;
        float: left;
        font-size: 2em;
        padding: 10px 20px;
        text-decoration: none;
    }

    /* menu */

    .header .menu {
        clear: both;
        max-height: 0;
        -webkit-transition: max-height .2s ease-out;
        -o-transition: max-height .2s ease-out;
        transition: max-height .2s ease-out;
    }

    /* menu icon */

    .header .menu-icon {
        cursor: pointer;
        display: inline-block;
        float: right;
        padding: 28px 20px;
        position: relative;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
    }

    .header .menu-icon .navicon {
        background: #333;
        display: block;
        height: 2px;
        position: relative;
        -webkit-transition: background .2s ease-out;
        -o-transition: background .2s ease-out;
        transition: background .2s ease-out;
        width: 18px;
    }

    .header .menu-icon .navicon:before,
    .header .menu-icon .navicon:after {
        background: #333;
        content: '';
        display: block;
        height: 100%;
        position: absolute;
        -webkit-transition: all .2s ease-out;
        -o-transition: all .2s ease-out;
        transition: all .2s ease-out;
        width: 100%;
    }

    .header .menu-icon .navicon:before {
        top: 5px;
    }

    .header .menu-icon .navicon:after {
        top: -5px;
    }

    /* menu btn */

    .header .menu-btn {
        display: none;
    }

    .header .menu-btn:checked ~ .menu {
        max-height: 240px;
    }

    .header .menu-btn:checked ~ .menu-icon .navicon {
        background: transparent;
    }

    .header .menu-btn:checked ~ .menu-icon .navicon:before {
        -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        transform: rotate(-45deg);
    }

    .header .menu-btn:checked ~ .menu-icon .navicon:after {
        -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transform: rotate(45deg);
    }

    .header .menu-btn:checked ~ .menu-icon:not(.steps) .navicon:before,
    .header .menu-btn:checked ~ .menu-icon:not(.steps) .navicon:after {
        top: 0;
    }

    /* 48em = 768px */

    @media (min-width: 48em) {
        .header li {
            float: left;
        }
        .header li a {
            padding: 20px 30px;
        }
        .header .menu {
            clear: none;
            float: right;
            max-height: none;
        }
        .header .menu-icon {
            display: none;
        }
    }
    .header .logo {
        display: block;
        float: left;
        font-size: 0;
        padding: 5px;
        text-decoration: none;
    }
    .logo img.logo1{
        width: 100%;
        opacity: 1;
        max-width: 150px;
    }
    .header li a {
        display: block;
        padding: 8px 5px;
        border-right: 1px solid #f4f4f4;
        text-decoration: none;
        font-size: 14px;
    }
    .header .menu-btn:checked ~ .menu {
        max-height: inherit;
        padding: 20px 0px;
        text-align: center;
    }

    /* INICIAL */
    .banner{
        margin-top: 70px;
    }
.banner h1>small{
    color: #F9F4F0;
    font-weight: 300;
    font-size: 10px;
    letter-spacing: 1px;
}
    .banner h1 {
        color: #F9F4F0;
        font-size: 12px;
        margin-top: 0px;
        font-weight: 700;
        position: absolute;
        letter-spacing: 1px;
        top: 50%;
        left: 30%;
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        z-index: 9999;
        font-family: 'Novecento Wide';
    }
.banner h1 a{
    color: #fff;
    text-decoration: none;
    font-size: 12px;

    margin-top: 10px;
    display: block;
}
    .sobre-inicial {
        padding: 50px 0px;
    }
    .sobre-inicial h1 {
        font-family: 'Heuristica';
        font-weight: bold;
        font-size: 30px;
        padding-left: 0px;
        margin: 0;
    }
    .sobre-inicial p {
        font-family: 'Draft B';
        font-size: 14px;
        max-width: 100%;
        float: left;
        text-align: left;
        padding-right: 0px;
    }
    .sobre-inicial a {
        padding-left: 0px;
        font-family: 'Novecento Wide';
        -webkit-text-decoration: auto;
        text-decoration: auto;
        font-weight: bold;
        color: #212529;
        margin-top: 0px;
        display: block;
    }
    .sobre h3 {
    font-family: 'Heuristica';
    font-size: 30px;
    margin-bottom: 20px;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-top: 50px;
    font-weight: bold;
}
    .redes-inicial {
        background-color: #CDAF97;
        color: #000;
        padding: 50px 0px;
        text-align: center;
    }
    .redes-inicial p {
        font-size: 16px;
        letter-spacing: 1px;
        text-transform: uppercase;
    }
    .redes-inicial img{
        max-width: 25px;
    }
    .servicos {
        background-color: #000;
        padding: 50px 0px;
        margin-top: 50px;
        position: relative;
    }
    .servicos .owl-carousel.owl-lojas {
        left: auto;
    }
    .owl-carousel .owl-dot, .owl-carousel .owl-nav .owl-next, .owl-carousel .owl-nav .owl-prev {
        cursor: pointer;
        cursor: hand;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
        position: absolute;
        font-size: 20px;
        color: #fff;
    }
    .owl-carousel .owl-nav .owl-next{
        right: 5%;
        top: 50%;
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
    }
    .owl-carousel .owl-nav .owl-prev{
        left: 5%;
        top: 50%;
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
    }
    .owl-carousel .owl-item img {
        display: block;
        width: 100%;
        max-width: 252px;
        -webkit-transform-style: preserve-3d;
        margin: 0 auto;
    }
    .servicos.gastronomia .text {
        bottom: 0%;
        left: 50%;
        position: absolute;
        color: #fff;
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        text-align: center;
    }
    .servicos .text {
        bottom: 0%;
        left: 50%;
        position: absolute;
        color: #fff;
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        text-align: center;
    }

    .servicos.gastronomia a {
        color: #373435;
        text-transform: uppercase;
        -webkit-text-decoration: auto;
        text-decoration: auto;
        font-weight: bold;
        text-align: right;
        margin-right: 0px;
    }
    .gastronomia.owl-carousel .owl-dot,.gastronomia .owl-carousel .owl-nav .owl-next,.gastronomia .owl-carousel .owl-nav .owl-prev {

        color: #000;
    }
    a:hover {
        color: #cdaf97;
    }



    .servicos h2 {
        color: #fff;
        text-transform: uppercase;
        margin-bottom: 10px;
        margin-top: auto;
    }
    .servicos .titulo{
        margin-bottom: 20px;
    }
    .servicos.gastronomia {
        background-color: #F9F4F0;
        padding: 50px 0px;
        position: relative;
        margin-top: 0px;
        color: #373435;
    }
    .servicos.gastronomia h2 {
        color: #373435;
        text-transform: uppercase;
        margin-bottom: 20px;
        font-weight: bold;
        margin-top: 0px;
    }
    .servicos.gastronomia .titulo {
        margin-left: 0px;
        text-align: left;
        margin-top: 0px;
    }
    .servicos.gastronomia .owl-carousel.owl-gastronomia {
        right: 0px;
    }
    .tipos {
        padding: 50px 0px;
        text-align: center;
    }
    .tipos .tipo {
        height: 190px;
        width: calc(100% - 30px);
        margin: 0 auto;
        border: 2px solid #000;
        position: relative;
        display: inline-table;
        margin-left: 15px;
        margin-right: 15px;
        text-align: center;
    }


    /* SOBRE */
    .sobre h1 {
        margin-top: 100px;
        margin-bottom: 15px;
        text-align: center;
        font-weight: bold;
        font-family: 'Novecento Wide';
        font-size: 30px;
    }
    .sobre p.p-sobre {
        margin-bottom: 30PX;
        text-align: center;
    }
    .sobre .espaco-sobre {
        padding-bottom: 50PX;
    }
.sobre .historia li {
    color: #F9F4F0;
    font-size: 15px;
    line-height: 15px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-block;
    width: 100%;
    position: relative;
    text-align: center;
    margin: 0 auto;
}
    .sobre .historia p {
        width: 100%;
        letter-spacing: 1px;
        margin: 0 auto;
        max-width: 360px;
        text-align: left;
        margin-top: 50px;
        margin-bottom: 50px;
    }
    .sobre .historia {
        margin-bottom: 50px;
    }
    .banner.bannersobre h2 {
        font-family: 'Novecento Wide';
        color: #ffff;
        font-weight: bold;
        letter-spacing: 1px;
        font-size: 18px;
        text-transform: uppercase;
    }
    .sobre .banner.bannersobre .descricao a {
        float: left;

        margin-top: 20px;
    }
    .sobre .banner.bannersobre .descricao {
        position: relative;
        width: 100%;
        max-width: 100%;
        top: auto;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
    }
    .banner.bannersobre {
        width: 100%;
        height: 300px;
        text-align: center;
        position: relative;
        background-image: url(../img/sobre/img3.jpg);
    }
    .sobre .banner.bannersobre .descricao h2 {
        float: left;
        text-align: left;
        bottom: 0;
        display: inherit;
        margin-top: 75px;
    }
    .sobre .banner.bannersobre .descricao h2 {
        float: initial;
        text-align: left;
        bottom: 0;
        display: inherit;
    }
    .banner.bannersobre{
        padding-top: 10px;
    }







    /* Lojas e Servicos*/
    .bannerinterno h1 {
        color: #F9F4F0;
        text-align: center;
        font-family: 'Novecento Wide';
        font-weight: bold;
        letter-spacing: 2px;
        font-size: 30px;
        line-height: 35px;
        top: 50%;
        left: 50%;
        position: absolute;
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        margin: 0;
    }
    .bannerinterno.lojas {
    width: 100%;
    max-width: 1715px;
    margin: 0 auto;
    height: 395px;
    text-align: center;
    position: relative;
    background-image: url(../img/lojas/banner.jpg);
}
    .todas-lojas {
        padding: 50px 0px;
        color: #000;
    }
    .todas-lojas .loja {
        margin: 10px 0px;
    }
    .todas-lojas .loja {
        background: #fff;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        padding: 15px 5px;
    }
    .todas-lojas .loja {
        background: #fff;
        display: block;
        padding: 15px;
    }
    .todas-lojas .loja .descricao {
        padding-left: 0px;
        padding-top: 15px;
    }
    .todas-lojas p {
        font-size: 16px;
        margin: 10px 0px;
    }
    .todas-lojas h2 {
        font-size: 20px;
        font-family: 'Novecento Wide';
        letter-spacing: 1px;
        font-weight: bold;
    }
    .todas-lojas h3 {
        font-size: 20px;
        font-weight: 600;
        letter-spacing: 1px;
    }



    /* GASTRONOMIA */

    .bannerinterno.gastronomia {

    width: 100%;
    max-width: 1715px;
    margin: 0 auto;
        height: 220px;
        text-align: center;
        position: relative;
        background-image: url(../img/gastronomia/banner.jpg);
        margin-top: 58px;
    }
    .todas-gastronomia {
        padding: 50px 0px;
        color: #000;
    }
    .todas-gastronomia .loja {
        margin: 10px 0px;
    }
    .todas-gastronomia .loja {
        background: #fff;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        padding: 15px 5px;
    }
    .todas-gastronomia .loja {
        background: #fff;
        display: block;
        padding: 15px;
    }
    .todas-gastronomia .loja .descricao {
        padding-left: 0px;
        padding-top: 15px;
    }
    .todas-gastronomia p {
        font-size: 16px;
        margin: 10px 0px;
    }
    .todas-gastronomia h2 {
        font-size: 20px;
        font-family: 'Novecento Wide';
        letter-spacing: 1px;
        font-weight: bold;
    }
    .todas-gastronomia h3 {
        font-size: 20px;
        font-weight: 600;
        letter-spacing: 1px;
    }



    /* CULTURA */
    .cultura h1 {
        margin-top: 100px;
        margin-bottom: 10px;
        text-align: center;
        font-weight: bold;
        font-family: 'Novecento Wide';
        font-size: 30px;
    }
    .cultura p.p-cultura {
        margin-bottom: 50PX;
        text-align: center;
    }

    .cultura h3 {
        font-family: 'Heuristica';
        font-size: 25px;
        margin-bottom: 20px;
        text-transform: uppercase;
        letter-spacing: 1px;
        margin-top: 50px;
        font-weight: bold;
    }
    .cultura .espaco-cultura p {
        max-width: 100%;
        width: 100%;
        letter-spacing: 1px;
        text-align: left;
        margin-bottom: 20px;
    }
    .cultura .espaco-cultura2 {
        padding: 50px 0px;
    }
    .container-small-left {
        margin: 0px;
        width: 100%;
        padding: 0 15px;
    }
    .cultura .espaco-cultura2 .descricao h3 {
        letter-spacing: 1px;
        margin-top: 40px;
    }
    .cultura .espaco-cultura2 .descricao {
        padding-left: 0px;
    }
    .cultura .espaco-cultura2 .descricao p {
        width: auto;
    }
    .banner.bannercultura {
        width: 100%;
        height: 200px;
        text-align: center;
        position: relative;
        background-image: url(../img/cultura/img3.jpg);
    }
    .cultura .espaco-cultura3 .descricao {
        padding-left: 0px;
    }
    .cultura .espaco-cultura3 .descricao h3 {
        letter-spacing: 1px;
        margin-top: 40px;
    }
    .cultura .espaco-cultura3 .descricao p {
        width: 100%;
    }
    .cultura .espaco-cultura3 {
        padding: 0px 0px 50px 0px;
        background-color: #F9F4F0;
        width: 100%;
    }
    body.pag-contato h1 {
        margin-top: 100px;
        margin-bottom: 20px;
        text-align: center;
        font-weight: bold;
        font-family: 'Novecento Wide';
        font-size: 30px;
    }
    body.pag-contato h3 {
        margin-top: 20px;
        margin-bottom: 10px;
        font-weight: bold;
        font-family: 'Novecento Wide';
        font-size: 18px;
    }
    body.pag-contato .contato {
        padding-bottom: 80px;
    }
    body.pag-contato .como-chegar h3 {
        margin-top: 0px;
        padding-top: 0px;
        margin-bottom: 20px;
        font-weight: bold;
        font-family: 'Novecento Wide';
        font-size: 16px;
        display: -ms-inline-grid;
        display: inline-grid;
        text-decoration: underline;
        margin-right: 15px;
        height: 0px;
    }
    body.pag-contato .como-chegar img {
        margin: 0px 5px;
        margin-top: -11px;
        display: inline;
        width: 22px;
    }
    body.pag-contato h1 {
        margin-top: 80px;
        margin-bottom: 20px;
        text-align: center;
        font-weight: bold;
        font-family: 'Novecento Wide';
        font-size: 25px;
    }
    body.pag-contato .campo-formulario form button {
        float: right;
        background-color: #000;
        border: none;
        padding: 0px;
        letter-spacing: 1px;
        margin-top: 10px;
        color: #E3C6B3;
    }
    body.pag-contato .campo-formulario {
        background-color: #000;
        color: #E3C6B3;
        padding-top: 250px;
        margin-top: -250px;
        padding-bottom: 50px;
    }




body.pag-sobre .icon1 {
    width: 100%;
    opacity: 1;
}



    /* RODAPE */
    footer {
        font-family: 'Novecento Wide';
        padding: 50px 0px;
        background-color: #000;
        color: #959093;
    }
    footer h3 {
        font-weight: bold;
        font-size: 18PX;
        letter-spacing: 1px;
        text-transform: uppercase;
        margin-bottom: 10PX;
    }
    footer ul{
        margin-bottom: 40px;
    }
    footer p {
        font-family: 'Novecento Wide';
        font-weight: 400;
        margin-bottom: 30px;
        font-size: 12px;
        letter-spacing: 1px;
        text-transform: uppercase;
    }
    footer img.logo-rodape {
        float: inherit;
        margin-top: auto;
        margin: 0 auto;
        display: block;
        margin-top: 20px;
        margin-bottom: 30px;
    }
    footer .campo-right {
        max-width: 100%;
        width: 100%;
        float: initial;
    }



body.pag-sobre .nav-pills .nav-link.active::after {
    content: '';
    display: none;

}

body.pag-sobre .nav-pills .nav-link.active::before {
    content: '';
    display: block;
    position: absolute;
    width: 8px;
    height: 8px;
    background-color: #D9B197;
    border-radius: 100%;
    top: 12px;
    left: 0;


}
.sobre .historia li {
    color: #F9F4F0;
    font-size: 15px;
    line-height: 15px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: block;
    width: auto;
    position: relative;
    text-align: center;
    margin: 0 auto;
}
.historia .nav {
    display: block;
    flex-wrap: unset;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
    margin: 0 auto;
}
.politicas {
    margin-top: 15px;
    margin-bottom: 50px;
}






    /* ULTIMAS ATT */
    body.pag-sobre .tab-content>.active {
        display: block;
    }
}