﻿/*
cor 1 - #ea908c     rosa claro
cor 2 - #9d5a56     rosa escuro
cor 3 - #419a99     verde
cor 4 - #e8b469     amarelo claro
cor 5 - #9b7a4c     amarelo escuro
*/

@font-face {
    font-family: CaviarDreamsBold;
    src: url(../fonts/CaviarDreams_Bold.ttf);
}

@font-face {
    font-family: CaviarDreams;
    src: url(../fonts/CaviarDreams.ttf);
}

@font-face {
    font-family: HelloLove;
    src: url(../fonts/HelloLove.ttf);
}

body {
    font-family: "CaviarDreams";
    color: #272829;
}

a {
    color: #ea908c;
    text-decoration: none;
    font-weight: bold;
}

    a:hover {
        color: #419a99;
        text-decoration: none;
    }

h1, h2, h3, h4, h5, h6 {
    font-family: "HelloLove";
}

.row {
    margin-right: inherit;
    margin-left: inherit;
}


#header {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    width: 300px;
    transition: all ease-in-out 0.5s;
    z-index: 107;
    transition: all 0.5s;
    background: #419a99;
    overflow-y: auto;
}

    #header .topo .logo {
        display: block;
        width: 100%;
        height: 230px;
        background-color: #fff;
        margin-bottom: 15px;
        text-align: center;
    }

        #header .topo .logo img {
            width: 230px;
            margin-top: 10px;
        }

    #header .topo h1 {
        font-size: 24px;
        margin: 0;
        padding: 0;
        font-weight: 600;
        -moz-text-align-last: center;
        text-align-last: center;
    }

        #header .topo h1 a, #header .topo h1 a:hover {
            color: #fff;
            text-decoration: none;
        }

    #header .topo .links a {
        font-size: 18px;
        display: inline-block;
        background: #e8b469;
        color: #fff;
        line-height: 1;
        padding: 8px 0;
        margin-right: 4px;
        border-radius: 50%;
        text-align: center;
        width: 36px;
        height: 36px;
        transition: 0.3s;
    }

    #header .links a:hover {
        background: #9d5a56;
        text-decoration: none;
    }

/* fundo */
::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    border-radius: 10px;
    background-color: #fff;
}
/* fundo */
::-webkit-scrollbar {
    width: 12px;
    background-color: #fff;
}

#header::-webkit-scrollbar {
    width: 5px !important;
    background-color: #fff;
}

/* barrinha */
::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
    background-color: #419a99;
}

#main {
    margin-left: 300px;
}

.intro-align {
    margin-left: 300px;
}

@media (max-width: 1199px) {
    #header {
        left: -300px;
    }

    #main {
        margin-left: 0;
    }

    .intro-align {
        margin-left: 0;
    }
}

@media (max-width: 768px) {
    #header .topo .logo {
        height: 175px;
    }

        #header .topo .logo img {
            width: 170px;
        }
}

.nav-menu {
    padding: 30px 15px 0 15px;
    padding-bottom: 15px;
}

    .nav-menu * {
        margin: 0;
        padding: 0;
        list-style: none;
    }

    .nav-menu > ul > li {
        position: relative;
        white-space: nowrap;
        width: 265px;
        margin-bottom: 8px;
    }

.nav-menu {
    transition: 0.3s;
}

.nav-menu-sub-button {
    position: absolute;
    top: 10px;
    right: 0;
}

    .nav-menu-sub-button i {
        transition: transform .4s;
    }

.nav-menu-sub-button-open {
    transform: rotate(0deg);
}

.nav-menu-sub-button-close {
    transform: rotate(-180deg);
}

.nav-menu a, .nav-menu a:focus {
    display: flex;
    align-items: center;
    padding: 10px 15px;
    font-size: 16px;
    font-weight: bold;
    color: #fff;
}

    .nav-menu a img, .nav-menu a:focus img {
        width: 36px;
        margin-right: 8px;
        filter: invert(100%) sepia(100%) saturate(0%) hue-rotate(288deg) brightness(102%) contrast(102%);
        transition: 0.3s;
    }

    .nav-menu a:hover, .nav-menu .active, .nav-menu .active:focus, .nav-menu li:hover > a {
        text-decoration: none;
        color: #e8b469;
    }

        .nav-menu a:hover img, .nav-menu .active img, .nav-menu .active:focus img, .nav-menu li:hover > a img {
            filter: invert(90%) sepia(69%) saturate(1053%) hue-rotate(308deg) brightness(96%) contrast(89%);
        }

.nav-menu-sub-item > li {
    position: relative;
    white-space: nowrap;
    margin-left: 65px;
}

    .nav-menu-sub-item > li > a, .nav-menu-sub-item > li > a:focus {
        display: flex;
        align-items: center;
        padding: 7px 15px;
        margin-bottom: 0px;
        font-size: 16px;
        font-weight: bold;
        color: #fff;
    }

.mobile-nav-toggle {
    position: fixed;
    right: 15px;
    top: 15px;
    z-index: 1051;
    border: 0;
    font-size: 24px;
    transition: all 0.4s;
    outline: none !important;
    background-color: #e8b469;
    color: #fff;
    width: 40px;
    height: 40px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    line-height: 0;
    border-radius: 50px;
    cursor: pointer;
}

.mobile-nav-active {
    overflow: hidden;
}

    .mobile-nav-active #header {
        left: 0;
    }


#intro {
    width: 100%;
    height: 100vh;
    background: url("../images/bg-intro.jpg?v=2");
    background-size: cover;
    background-position: center;
}

@media (max-width: 768px) {
    #intro {
        width: 100%;
        height: 100vh;
        background: url("../images/bg-intro-alt.jpg?v=2") top center;
        background-size: cover;
    }
}

#intro:before {
    content: "";
    background: rgba(5, 13, 24, 0.3);
    position: absolute;
    bottom: 0;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1;
}

#intro .intro-container {
    position: relative;
    z-index: 2;
    min-width: 300px;
}

#intro h1 {
    margin: 0 0 10px 0;
    font-size: 90px;
    font-weight: 700;
    line-height: 56px;
    color: #e5e5e5;
    text-shadow: 3px 3px #00000045;
}

#intro p {
    color: #e5e5e5;
    margin-bottom: 50px;
    font-size: 40px;
    float: right;
    text-shadow: 3px 3px #00000045;
    letter-spacing: 3px;
}

    #intro p span {
        color: #fff;
        padding-bottom: 4px;
        letter-spacing: 1px;
        border-bottom: 3px solid #149ddd;
    }

@media (min-width: 1024px) {
    #intro {
        background-attachment: fixed;
    }
}

@media (max-width: 768px) {
    #intro h1 {
        font-size: 50px;
        line-height: 36px;
    }

    #intro p {
        font-size: 25px;
        padding-right: 15px;
    }
}

#contato {
    min-height: 800px;
}

    #contato .btn-round {
        padding: 10px;
        font-size: 30px;
        width: 50px;
        text-align: center;
        text-decoration: none;
        border-radius: 50%;
        box-shadow: 2px 2px 3px #999;
    }

    #contato a {
        transition: 0.5s;
    }
    #contato a:hover {
        opacity: 0.5;
    }

    #contato .txt-whatsapp {
        position: relative;
        top: -5px;
        color: #25d366;
    }

    #contato .btn-whatsapp {
        background-color: #25d366;
        color: #FFF;
    }

    #contato .btn-instagram {
        background: #f09433;
        background: -moz-linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
        background: -webkit-linear-gradient(45deg, #f09433 0%,#e6683c 25%,#dc2743 50%,#cc2366 75%,#bc1888 100%);
        background: linear-gradient(45deg, #f09433 0%,#e6683c 25%,#dc2743 50%,#cc2366 75%,#bc1888 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f09433', endColorstr='#bc1888',GradientType=1 );
        color: #FFF;
    }

    #contato .txt-instagram {
        position: relative;
        top: -5px;
        color: #d62863;
    }

    #contato .formulario {
        width: 100%;
        padding: 30px;
        background: #fff;
        box-shadow: 0 0 24px 0 rgba(0, 0, 0, 0.12);
    }


        #contato .formulario .form-group {
            padding-bottom: 8px;
            margin-bottom: 15px;
        }

        #contato .formulario label {
            padding-bottom: 8px;
        }

        #contato .formulario input, #contato .formulario textarea {
            border-radius: 0;
            box-shadow: none;
            font-size: 14px;
        }

        #contato .formulario input {
            height: 44px;
        }

        #contato .formulario textarea {
            padding: 10px 15px;
        }

        #contato .formulario button[type="submit"] {
            background: #419a99;
            border: 0;
            padding: 10px 24px;
            color: #fff;
            transition: 0.4s;
            border-radius: 4px;
        }

            #contato .formulario button[type="submit"]:hover {
                background: #9d5a56;
            }


section {
    padding: 60px 0;
    overflow: hidden;
}

    section p {
        font-size: 20px;
        text-align: justify;
    }

.section-bg {
    background: #f5f8fd;
}

.section-title {
    padding-bottom: 30px;
}

    .section-title h2 {
        font-size: 70px;
        font-weight: bold;
        margin-bottom: 20px;
        padding-bottom: 20px;
        position: relative;
        color: #419a99;
    }

        .section-title h2::after {
            content: '';
            position: absolute;
            display: block;
            width: 250px;
            height: 3px;
            background: #e8b469; /*#173b6c*/
            bottom: 0;
            left: 0;
        }

    .section-title p {
        margin-bottom: 0;
    }

@media (max-width: 768px) {
    .section-title h2 {
        font-size: 40px;
    }
}


.produtos #produtos-filtros {
    padding: 0;
    margin: 0 auto 35px auto;
    list-style: none;
    text-align: center;
    background: #fff;
    border-radius: 50px;
    padding: 2px 15px;
}

    .produtos #produtos-filtros li {
        cursor: pointer;
        display: inline-block;
        padding: 10px 15px 8px 15px;
        font-size: 14px;
        font-weight: 600;
        line-height: 1;
        text-transform: uppercase;
        color: #272829;
        margin-bottom: 5px;
        transition: all 0.3s ease-in-out;
    }

        .produtos #produtos-filtros li:hover, .produtos #produtos-filtros li.filter-active {
            color: #ea908c;
        }

        .produtos #produtos-filtros li:last-child {
            margin-right: 0;
        }

.produtos .produto-item {
    margin-bottom: 30px;
}

.produtos .produto-item-wrap {
    transition: 0.3s;
    position: relative;
    overflow: hidden;
    z-index: 1;
}

    .produtos .produto-item-wrap img {
        object-fit: cover;
        width: 100%;
        height: 300px;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        border-radius: 5px;
        cursor: pointer;
        transition: 0.3s;
    }

        .produtos .produto-item-wrap img:hover {
            opacity: 0.5;
            filter: alpha(opacity=50);
        }

    .produtos .produto-item-wrap::before {
        /*content: "";*/
        background: rgba(255, 255, 255, 0.5);
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        transition: all ease-in-out 0.3s;
        z-index: 2;
        opacity: 0;
    }

    .produtos .produto-item-wrap:hover::before {
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        opacity: 1;
    }

    .produtos .produto-item-wrap:hover .produto-item-link {
        opacity: 1;
        bottom: 0;
    }

.imagem-viewer-modal {
    background-color: #419a99;
    color: #fff;
}

.imagem-viewer-modal-titulo {
    font-weight: bold;
    font-size: 22px;
    text-align: center;
    margin-bottom: 0px;
}

.imagem-viewer-img {
    max-width: 100%;
    max-height: 700px;
    object-fit: cover;
    border: 4px solid white;
    transition: 0.5s;
}

.imagem-viewer-btn {
    position: absolute;
    background: center center no-repeat;
    width: 32px;
    height: 32px;
    opacity: .4;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    transition: all .3s;
    cursor: pointer;
}

.imagem-viewer-btn-close {
    right: 10px;
    top: 5px;
    background-image: url(../images/close.png);
    border: none;
}

.imagem-viewer-btn-nav {
    top: 50%;
    margin-top: -16px;
    z-index: 1;
}

.imagem-viewer-btn-nav-prev {
    left: 10px;
    background-image: url(../images/previous.png);
}

.imagem-viewer-btn-nav-next {
    right: 10px;
    background-image: url(../images/next.png);
}

    .imagem-viewer-btn-nav-prev:hover, .imagem-viewer-btn-nav-next:hover, .imagem-viewer-btn-close:hover {
        opacity: .65;
    }

.cardapio #cardapio-filtros {
    padding: 0;
    margin: 0 auto 35px auto;
    list-style: none;
    text-align: center;
    background: #fff;
    border-radius: 50px;
    padding: 2px 15px;
}

    .cardapio #cardapio-filtros li {
        cursor: pointer;
        display: inline-block;
        padding: 10px 15px 8px 15px;
        font-size: 14px;
        font-weight: 600;
        line-height: 1;
        text-transform: uppercase;
        color: #272829;
        margin-bottom: 5px;
        transition: all 0.3s ease-in-out;
    }

        .cardapio #cardapio-filtros li:hover, .produtos #cardapio-filtros li.filter-active {
            color: #ea908c;
        }

        .cardapio #cardapio-filtros li:last-child {
            margin-right: 0;
        }

.cardapio .cardapio-item {
    /*margin-bottom: 5px;*/
}

.cardapio .cardapio-item-combo {
    min-height: 300px;
}

.cardapio .cardapio-item .cardapio-titulo {
    text-align: center;
    font-weight: bold;
    font-size: 28px;
    color: #419a99;
}

.cardapio .cardapio-item .cardapio-sub-titulo {
    font-size: 22px;
}

.cardapio .cardapio-item .cardapio-sub-titulo-mb {
    margin-bottom: 0px;
}

.cardapio .cardapio-item span {
}

.cardapio .cardapio-item .span-alt {
    padding-left: 20px;
    padding-right: 20px;
    color: #ea908c;
}

.cardapio .cardapio-item-left {
    text-align: left !important;
}

.cardapio .cardapio-item-right {
    text-align: right !important;
}

.cardapio .cardapio-bg {
    background-color: #8383831a;
}

.cardapio .cardapio-item-sugestao {
    background-color: #8383831a;
    padding: 15px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
}

.cardapio .cardapio-item-sugestao-content {
    padding: 15px;
}

    .cardapio .cardapio-item-sugestao-content b {
        color: #ea908c;
    }

.cardapio .cardapio-item-sobremesa {
    background-color: #8383831a;
    padding: 15px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    min-height: 215px;
}

.cardapio .cardapio-item-doces-finos {
    background-color: #8383831a;
    padding: 15px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    min-height: 155px;
}


.cardapio .cardapio-item-wrap {
    transition: 0.3s;
    position: relative;
    overflow: hidden;
    z-index: 1;
    text-align: center;
}

    .cardapio .cardapio-item-wrap img {
        object-fit: cover;
        width: 250px;
        height: 250px;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        border-radius: 5px;
        cursor: pointer;
        transition: 0.3s;
    }

    .cardapio .cardapio-item-wrap .doces-finos img {
        width: 500px;
        height: 500px;
    }

@media (max-width: 768px) {
    .cardapio .cardapio-item-wrap .doces-finos img {
        width: 250px;
        height: 250px;
    }
}

        .cardapio .cardapio-item-wrap img:hover {
            opacity: 0.5;
            filter: alpha(opacity=50);
        }

    .cardapio .cardapio-item-wrap::before {
        /*content: "";*/
        background: rgba(255, 255, 255, 0.5);
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        transition: all ease-in-out 0.3s;
        z-index: 2;
        opacity: 0;
    }

    .cardapio .cardapio-item-wrap:hover::before {
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        opacity: 1;
    }

    .cardapio .cardapio-item-wrap:hover .cardapio-item-link {
        opacity: 1;
        bottom: 0;
    }

.fotos {
    
}

    .fotos .fotos-item {
        transition: 0.3s;
        height: 500px;
    }

    .fotos .show-more-fotos {
        height: 35px;
        z-index: 1;
        font-size: 20px;
    }

    .fotos .show-more-fotos-shadow {
        -webkit-box-shadow: 0px -20px 35px 35px #f5f8fd;
        box-shadow: 0px -20px 35px 35px #f5f8fd;
    }

    .fotos .hide-fotos {
        overflow: hidden;
        line-height: 1em;
        
    }

    .fotos .show-fotos {
        height: auto;
    }

    .fotos .fotos-item-wrap {
        transition: 0.3s;
        position: relative;
        overflow: hidden;
        z-index: 1;
        text-align: center;
    }

        .fotos .fotos-item-wrap img {
            object-fit: cover;
            width: 100%;
            height: 200px;
            -webkit-border-radius: 5px;
            -moz-border-radius: 5px;
            border-radius: 5px;
            cursor: pointer;
            transition: 0.3s;
        }

            .fotos .fotos-item-wrap img:hover {
                opacity: 0.5;
                filter: alpha(opacity=50);
            }

        .fotos .fotos-item-wrap::before {
            /*content: "";*/
            background: rgba(255, 255, 255, 0.5);
            position: absolute;
            left: 0;
            right: 0;
            top: 0;
            bottom: 0;
            transition: all ease-in-out 0.3s;
            z-index: 2;
            opacity: 0;
        }

        .fotos .fotos-item-wrap:hover::before {
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            opacity: 1;
        }

        .fotos .fotos-item-wrap:hover .cardapio-item-link {
            opacity: 1;
            bottom: 0;
        }

.servico-titulo {
    font-weight: bold;
    font-size: 22px;
    color: #419a99;
}


.sobre-imagem-wrap {
    transition: 0.3s;
    position: relative;
    overflow: hidden;
    z-index: 1;
    text-align: center;
}

    .sobre-imagem-wrap img {
        object-fit: cover;
        width: 275px;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        border-radius: 5px;
        cursor: pointer;
        transition: 0.3s;
    }

        .sobre-imagem-wrap img:hover {
            opacity: 0.5;
            filter: alpha(opacity=50);
        }

    .sobre-imagem-wrap::before {
        /*content: "";*/
        background: rgba(255, 255, 255, 0.5);
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        transition: all ease-in-out 0.3s;
        z-index: 2;
        opacity: 0;
    }

    .sobre-imagem-wrap:hover::before {
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        opacity: 1;
    }

    .sobre-imagem-wrap:hover {
        opacity: 1;
        bottom: 0;
    }

.no-mb {
    margin-bottom: 0px;
}

.modal-header {
    padding: 5px;
    min-height: 45px;
}

.very-blur {
    filter: blur(150px);
}
