@font-face {
    font-family: 'Apercu Pro';
    src: url('../fonts/ApercuPro.woff2') format('woff2'), url('../fonts/ApercuPro.woff') format('woff'), url('../fonts/ApercuPro.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'RecifeDisplay';
    src: url('../fonts/RecifeDisplay-Regular.woff2') format('woff2'), url('../fonts/RecifeDisplay-Regular.woff') format('woff'), url('../fonts/RecifeDisplay-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

body {
    font-family: 'Apercu Pro';
    line-height: 1.6;
    font-size: 16px;
    font-weight: 400;
    color: #0a0a0a;
    width: 100%;
    padding: 0;
    margin: 0;
    -webkit-font-smoothing: antialiased !important;
}

.overflow-x-hidden {
    overflow-x: hidden;
}

.font-title {
    font-family: 'RecifeDisplay';
    font-size: 3.6em;
    font-weight: 400;
    line-height: .95em;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-size: 36px;
    font-weight: 700;
}

h2,
h3,
h4,
h5,
h6 {
    font-size: 30px;
}

h3,
h4,
h5,
h6 {
    font-size: 24px;
}

h4,
h5,
h6 {
    font-size: 20px;
}

h5,
h6 {
    font-size: 18px;
}

h6 {
    font-size: 16px;
}

p {
    font-weight: 300;
}

a {
    color: #000000;
    text-decoration: none;
    transition: .2s;
}

.text-primary {
    color: #BAAF92 !important;
}

a:hover {
    color: inherit;
    opacity: .5;
    text-decoration: none;
}

footer {
    background-color: #000000;
}

.logo {
    width: 55px;
}

.short-logo {
    width: 55px;
}

footer hr {
    color: white;
    background-color: white;
    opacity: 1;
}

.hamburger {
    outline: none;
    background-color: transparent;
    border: none;
    font-size: 2em;
}

#video-home {
    position: absolute;
    right: 0;
    left: 0;
    bottom: 0;
    min-width: 100%;
    min-height: 100%;
    z-index: -99;
}

.banner-home {
    background-image: url('../../images/banner-home.jpg?v=5');
    background-size: cover;
    background-position: center;
    height: 100vh;
    position: relative;
}

.banner-home .overlay {
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .6);
}

.inner-banner p {
    color: white;
    font-size: 3.4em;
    line-height: 1.2;
    margin-bottom: 0;
}

.inner-banner h1 {
    color: white;
    font-size: 6.3em;
    font-weight: 400;
    line-height: 1.2;
}

.inner-banner button {
    color: white;
    background-color: rgba(0, 0, 0, 0.6);
    text-transform: uppercase;
    border: 1px solid white;
    font-weight: 400;
    border-radius: 30px;
    padding: 10px 16px;
    font-size: 20px;
    width: 320px;
    margin-top: 3em;
    display: inline-block;
}

.inner-banner .cta-vert {
    color: 000;
    background-color: #BAAF92;
    font-weight: 400;
    padding: .6em;
    font-size: 20px;
    height: 240px !important;
    display: inline-block;
    transition: .4s;
    position: absolute;
    writing-mode: vertical-rl;
    text-orientation: mixed;
    right: 0;
    bottom: 8vh;
}

.inner-banner .cta-hor {
    display: inline-block;
    color: #BAAF92;
    background-color: transparent;
    border: 1px solid #BAAF92;
    font-weight: 400;
    padding: .4em;
    font-size: 20px;
    width: 250px !important;
    margin-top: 1em;
    transition: .3s;
}

.inner-banner .cta-vert:hover {
    opacity: .6;
}

.inner-banner .cta-hor:hover {
    background-color: #BAAF92;
    color: #fff;
    opacity: 1 !important;
}

#swiper-top .swiper-slide {
    height: 600px;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

.swiper-button-prev:after,
.swiper-button-next:after {
    font-size: 1.7em;
    display: inline-block;
}

.buttons-swipers {
    bottom: -3em;
    right: -.3em;
}

#chef-section {
    background-image: linear-gradient(#ffffff 15%, #efeee9 15%, #efeee9 72%, #ffffff 72%), url('../../images/palmera.png');
    background-size: auto, 250px auto;
    background-repeat: no-repeat;
    background-blend-mode: multiply;
    background-position: 100% 32%;
}

#chef-section img {
    max-width: 100%;
    height: auto;
}

@media(min-width:1200px) {
    #chef-section img {
        height: 655px
    }
}

#newsletter input[type="email"] {
    background: transparent;
    border: none;
    outline: none;
    border-bottom: 1px solid #fff;
    width: 100%;
    text-align: center;
    color: #fff;
    border-radius: 0;
}

#newsletter button {
    display: flex;
    align-items: center;
    background: transparent;
    outline: none;
    border: none;
    border-bottom: 1px solid #fff;
    color: #fff;
    font-weight: 400;
    padding: .6em 1.3em;
    transition: .4s;
    border-radius: 0;
}

#newsletter button:hover {
    background-color: #fff;
    color: #000;
}

.menu {
    position: fixed;
    top: 0;
    left: 0;
    width: 0;
    height: 100%;
    overflow-x: hidden;
    z-index: -1;
    transition: all .4s cubic-bezier(0.77, 0, 0.175, 1);
}

.menu-inner {
    width: 50%;
    background-color: #BAAF92;
    position: absolute;
}

.menu-overlay {
    width: 50%;
    background-color: rgba(0, 0, 0, .4);
    height: 100%;
    right: 0;
    top: 0;
    opacity: 0;
    transition: .4s;
    position: fixed;
    cursor: pointer;
    backdrop-filter: blur(5px);
    z-index: -1;
}

#list-menu {
    margin: 0;
    padding: 0;
    list-style: none;
}

#list-menu li {
    padding: 1em 0;
    border-bottom: .5px solid rgba(0, 0, 0, .1);
    transition: .4s;
}

#list-menu li:hover {
    padding-left: .5em;
}

#list-menu li a:hover {
    color: #000 !important;
}

#list-menu li a span {
    vertical-align: middle;
    margin-left: 2em;
}

@media(max-width:580px) {
    #list-menu li a span {
        margin-left: 1em;
    }
}

#list-menu li a img {
    width: 30px;
}

#footer-menu {
    list-style: none;
    margin: 0;
    padding: 0;
}

#footer-menu li a {
    padding: 1em 0;
    border-bottom: .5px solid rgba(0, 0, 0, .55);
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 2em;
}

#footer-menu li a h4 {
    font-size: .8em;
}

@media(min-width:581px) {
    .menu-inner h4 {
        font-size: 1.35rem;
    }
}

footer ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

footer ul li {
    display: inline-block;
    margin: .5em 1.5em;
}

.testimonial {
    cursor: pointer;
    padding: 0 1em 60px 1em;
    margin: 40px 0 40px 0;
    text-align: center;
}

#swiper-testimonials {
    margin: 0 -1em;
}

#swiper-testimonials .swiper-slide-next .testimonial {
    border-right: .5px solid rgba(150, 150, 150, 0.7);
    border-left: .5px solid rgba(150, 150, 150, 0.7);
}

.swiper-pagination-bullet-active {
    background-color: #000;
}

@media(max-width:850px) {
    .languages {
        font-size: .8em;
        margin-top: .4em;
    }
    .hamburger {
        font-size: 1.8em;
        padding: 0;
        margin-top: .2em;
    }
    .inner-banner p,
    .font-title {
        font-size: 2.4em;
    }
    .inner-banner h1 {
        font-size: 3.3em;
    }
    #chef-section {
        background-image: linear-gradient(#ffffff 10%, #efeee9 15%, #efeee9 92%, #ffffff 100%);
        background-size: cover;
        background-position: 100% 17%;
    }
    #chef-section img {
        height: initial;
        width: 100%;
    }
    #swiper-top .swiper-slide {
        height: 470px;
    }
    .menu-inner {
        background-size: 150px auto;
    }
    footer ul li {
        margin: .3em .6em;
    }
    .testimonial {
        padding: 20px 0em 60px 0em;
        margin: 0;
    }
    #swiper-testimonials {
        margin: 0;
    }
    #swiper-testimonials .swiper-slide-next .testimonial {
        border-right: none;
        border-left: none;
    }
    .menu-inner {
        width: 85%;
    }
    .menu-overlay {
        width: 15%;
    }
    .buttons-swipers {
        bottom: -3em;
        right: -.1em;
    }
    .horizontal-logos::-webkit-scrollbar {
        display: none;
    }
}

.thank-you-section {
    background-image: url(../../images/pngwing-1.png);
    background-size: 250px auto;
    height: 90vh;
    text-align: center;
    background-repeat: no-repeat;
    background-color: #eaded0;
    background-position: 0% 100%;
}

.form-tipo input {
    display: block;
    width: 100%;
    border: none;
    border-bottom: 1px solid #000;
    background: transparent;
    border-radius: 0;
    outline: none;
    padding: 16px 11px;
    font-size: 17px;
}

.form-tipo input::placeholder {
    color: #000;
}

.form-tipo textarea {
    background: transparent;
    border: none;
    border-radius: 0;
    border-bottom: 1px solid #000;
}

.form-tipo input[type="file"] {
    border-bottom: none;
}

.form-tipo input[type="checkbox"] {
    display: inherit;
    width: inherit;
}

.form-tipo .checkbox_label {
    margin-left: .3em;
    margin-top: -.4em;
    padding: 0;
    font-size: 16px;
}

@media(max-width:580px) {
    .form-tipo .checkbox_label {
        margin-left: .5em;
        margin-top: .3em;
    }
}

.form-tipo label {
    padding: 16px 11px;
    padding-bottom: 0;
    font-size: 17px;
}

.form-tipo button {
    background: #000;
    color: #fff;
    outline: none;
    border: none;
    padding: 1em 0;
    font-weight: 400;
    font-size: 17px;
    line-height: 1.35em;
    width: 100%;
    margin-top: 1em;
}

.note-eventos {
    background-color: #ffffff;
    border-radius: 24px;
    border: 1px solid #cacaca;
    padding-top: 5%;
    padding-left: 40px;
    padding-right: 40px;
    padding-bottom: 5%;
}

.note-reservar {
    background-color: #ffffff;
    border-radius: 24px;
    border: 1px solid #cacaca;
    padding: 40px;
    width: min-content;
    height: min-content;
    z-index: 9999;
}

@media(min-width:1000px) {
    .note-eventos {
        width: 75%;
        transform: translate(-30%, 15%);
    }
    .note-reservar {
        transform: translateY(-70%);
    }
    #img-reservar-2 {
        transform: translateY(-4em);
    }
}

@media(max-width:800px) {
    .note-eventos {
        width: 120%;
        transform: translate(7%, -5%);
    }
    .note-reservar {
        transform: scale(.8) translateY(-45%);
    }
    #img-reservar-2 {
        transform: scale(1.2) translateY(-2em);
    }
}

@media(max-width:760px) {
    #img-reservar-1 {
        transform: translateY(-3em);
    }
    #img-reservar-2 {
        transform: translateY(-7em);
    }
    .note-reservar {
        transform: translateY(-35%);
    }
}

@media(min-width:801px) and (max-width:999px) {
    .note-eventos {
        width: 120%;
        transform: translate(-30%, 15%);
    }
    .note-reservar {
        transform: scale(.8) translateY(-45%);
    }
    #img-reservar-2 {
        transform: scale(1.2) translateY(-2em);
    }
}

.btn-location {
    display: inline-block;
    text-align: center;
    border: 1px solid black;
    background-color: black;
    color: white;
    text-transform: uppercase;
    padding: 1em 2em;
    transition: .4s;
}

.btn-location:hover {
    color: black;
    opacity: 1;
    background-color: white;
}

.overlay {
    background-color: rgba(0, 0, 0, .4);
    width: 100%;
    height: 100%;
}

.column-image {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    padding: 0;
}

.event-1 {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 90vh;
}

.event-2 {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 53vh;
}

@media(max-width:600px) {
    .column-image {
        min-height: 45vh;
    }
    .event-1 {
        height: 35vh;
    }
    .event-2 {
        height: 35vh;
    }
    .banner-home {
        height: 90vh;
    }
    .inner-banner .cta-vert {
        display: none;
    }
    .inner-banner .cta-hor {
        display: inline-block;
    }
}

.accordion-item.carta {
    border-radius: 0 !important;
    border: 1px solid #000;
    padding: 1.5em 1em!important;
    margin: 1em 0;
}

.accordion-button {
    border-radius: 0 !important;
    outline: none;
}

.accordion-button:focus {
    border: none;
    box-shadow: none;
}

.accordion-button:not(.collapsed)::after {
    filter: brightness(0);
}

.accordion-body {
    padding: .5rem;
}

.accordion-button.subcarta {
    padding: .5em 0 !important;
    border-bottom: 1px dashed #000;
}

.accordion-item {
    border-radius: 0 !important;
    border: none;
}

.accordion-button {
    padding: 0 !important;
}

.accordion-button:not(.collapsed),
.accordion-collapse {
    box-shadow: none;
    color: #000;
    background-color: #fff;
}

.my-6 {
    margin-top: 6em !important;
    margin-bottom: 6em !important;
}

.py-6 {
    padding-top: 6em !important;
    padding-bottom: 6em !important;
}

@media(max-width:580px) {
    .my-6 {
        margin-top: 5em !important;
        margin-bottom: 5em !important;
    }
    .py-6 {
        padding-top: 5em !important;
        padding-bottom: 5em !important;
    }
}

@media(min-width:768px) {
    .my-md-6 {
        margin-top: 6em !important;
        margin-bottom: 6em !important;
    }
    .py-md-6 {
        padding-top: 6em !important;
        padding-bottom: 6em !important;
    }
    .pt-md-nav {
        padding-top: 4em !important;
    }
    .border-left {
        border-left: 1px solid #000;
    }
}

.hr-text {
    line-height: 1em;
    position: relative;
    outline: 0;
    border: 0;
    color: black;
    text-align: center;
    height: 1.5em;
    opacity: 1;
}

.hr-text:before {
    content: "";
    background: #000;
    position: absolute;
    left: 0;
    top: 50%;
    width: 100%;
    height: 1px;
}

.hr-text:after {
    content: attr(data-content);
    position: relative;
    display: inline-block;
    color: black;
    padding: 0 1.5em;
    line-height: 1.5em;
    background-color: #fff;
}

#menu-carta {
    left: 0;
    right: 0;
    background: #fff;
    z-index: 99;
    top: 0;
}

.go-to {
    text-transform: capitalize;
    margin-bottom: .15em;
}

.location-logo {
    text-transform: uppercase;
    font-size: .53em;
    font-weight: 600;
    margin-top: 0.3em;
    margin-bottom: 0;
    text-align: center;
    letter-spacing: .5px;
    font-kerning: none;
}

.read-more {
    text-decoration: underline;
    margin-top: .5em;
    display: block;
    font-weight: 500;
    text-transform: uppercase;
    font-size: .85em;
}

.post img {
    object-fit: cover;
    width: 100%;
    height: 200px;
}

.gallery {
    display: flex;
    width: 100%;
    height: 600px;
}

.gallery-item {
    width: 0px;
    flex-grow: 1;
    object-fit: cover;
    position: relative;
    transition: .5s ease;
    overflow: hidden;
}

.info-zone {
    position: absolute;
    top: 0;
    left: 0;
    width: 700px;
    height: 100%;
    background-color: rgba(0, 0, 0, .6);
    padding-bottom: 2em;
    align-items: flex-end;
    display: none;
    transform: .5 ease;
}

.gallery-item img {
    object-fit: cover;
    height: 100%;
}

.gallery-item:hover {
    width: 500px;
}

.gallery-item:hover>.info-zone {
    display: flex;
}

.restaurante-list {
    padding: 0;
    margin: 0;
    list-style: none;
}

#restaurante {
    border-radius: 0;
    padding: .5em 1em;
    outline: none;
}

#restaurante:active {
    outline: none;
    border: none;
}

@media(max-width:580px) {
    #restaurante {
        padding: .5em;
    }
}