/* menu */
.cabeca {
    position: fixed;
    top: 0;
    width: 100%;
    background: white;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 50px 400px;
    z-index: 1000;
    box-sizing: border-box;
}

.cab1,
.cab2 {
    display: flex;
    gap: 60px;
    list-style: none;
    margin: 0;
    padding: 0;
    align-items: center;
}

.logo {
    height: 80px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
}

.cabeca a {
    text-decoration: none;
    color: black;
    font-size: 12px;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-weight: 900;
}

.cabeca a:hover {
    color: #ad9966;
}




/*submenu do blog*/
.dropdown {
    position: relative;
}

.submenu {
    position: absolute;
    top: 100%;
    left: 0;
    background: white;
    list-style: none;
    padding: 20px 0;
    margin: 0;
    width: 180px;

    display: none;
}

.submenu li {
    padding: 10px 20px;
}

.submenu li a {
    text-decoration: none;
    color: black;
    font-size: 16px;
}

.submenu li:hover {
    background: #f5f5f5;
}

.dropdown:hover .submenu {
    display: block;
}




/* texto na imagem principal */
.banner-wrapper {
    width: 100%;
    display: flex;
    justify-content: center;
    background: white;
    margin-top: 80px;
    padding: 0 140px;
    box-sizing: border-box;
    position: relative;
}

#sec01 {
    width: 80%;
    height: 80vh;
    left: 10%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
    text-align: center;
}

#roof {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

#roof p {
   font-size: 48px;
    letter-spacing: 7.5px;
    line-height: 1.5;
    font-size: 48px;
    text-transform: uppercase;
    font-weight: normal;
    color: white;
    text-align: center;
    margin-bottom: 20px;
}

hr {
    border: 0;
    border-bottom: solid 1px white;
    margin: 15px 0;
    width: 800px;
}

#roof span {
    font-size: 18px;
    text-transform: uppercase;
    color: white;
    font-weight: 400;
    line-height: 1.7;
    letter-spacing: 3px;
}

.seta-baixo {
    position: absolute;
    bottom: -60px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 10;
}

.seta-baixo img {
    width: 40px;
}




.seta-baixo {
    position: absolute;
    bottom: -60px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 10;
}

.seta-baixo img {
    width: 40px;
}







#menu-lateral-esq,
#menu-lateral-dir {
    position: fixed;
    top: 50%;
    text-decoration: none;
    z-index: 9999;
}

#menu-lateral-esq {
    left: 0;
}

#menu-lateral-dir {
    right: 0;
}

#menu-lateral-esq img,
#menu-lateral-dir img {
    width: 120px;
}

#menu-lateral-esq span {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: rotate(-90deg);
    font-size: 17px;
    color: black;
    margin-left: -40px;
    margin-top: -10px;
}

#menu-lateral-dir span {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: rotate(-90deg);
    font-size: 17px;
    color: white;
    margin-left: -40px;
    margin-top: -10px;
}

#menu-lateral-esq:hover span,
#menu-lateral-dir:hover span {
    transform: rotate(0deg);
}

#menu-lateral-esq span,
#menu-lateral-dir span {
    white-space: nowrap;
}

#menu-lateral-esq>a>span:hover {
    color: rgb(192, 176, 106);
}

#menu-lateral-dir:hover {
    color: black;
}






.menu {
    width: 80%;
    margin: 0 auto;

}


.esquerda,
.direita {
    display: inline-block;
    vertical-align: top;
}

.esquerda {
    width: 40%;
    padding-top: 243px;
    padding-right: 55px;
    padding-bottom: 30px;
    vertical-align: middle;

}

.direita {
    width: 40%;
    background-color: #faf5f0;
    padding: 60px 18px;
    text-align: center;
}


.esquerda h1 {
    font-family: "Playfair Display", serif;
    font-size: 48px;
    letter-spacing: 7.5px;
    line-height: 1.5;
    font-size: 48px;
    text-transform: uppercase;
    font-weight: normal;

}

.esquerda p {
    color: #777;
    width: 385.267px;
}

.esquerda button {
    margin-top: 20px;
    padding: 12px 25px;
    background-color: #b89c5c;
    color: white;
    border: none;
}


.direita h3 {
    font-family: "Playfair Display", serif;
    font-style: italic;
    text-transform: uppercase;
    margin: 10px 0 12px;
    padding-bottom: 10%;
    font-weight: normal;
}


ul {
    list-style: none;
    padding: 0;
}

.item {
    position: relative;
    padding: 5px 0;
    margin-bottom: 5px;
    font-weight: bold;
    margin-left: 14px;
    margin-right: 14px;

}




.nome {
    display: inline-block;

}



.descricao {
    font-size: 14px;
    color: #777;
    margin-bottom: 20px;
}

.descricaou {
    font-size: 14px;
    color: #777;
    margin-bottom: 100px;
}

.descricaou2 {
    font-size: 14px;
    color: #777;
    margin-bottom: 68px;
}




.galeria {
    width: 60%;
    margin: auto;

}

.im1 {
    display: inline-block;
    position: relative;
    top: -170;
    left: 50px;
}

.im2 {
    display: inline-block;
    position: relative;
    left: 75px;

}

.im3 {
    display: inline-block;
    position: relative;
    top: -180;
    left: 145px;
}

.im4 {
    display: inline-block;
    position: relative;
    top: 20;
    left: 170px;
}

.im1:hover,
.im2:hover,
.im3:hover,
.im4:hover {
    transform: scale(1.1);
    filter: brightness(60%);
    overflow: hidden;
}



#ladinho {
    width: 100%;
    right: 50;
}

/* Reset básico para garantir tamanhos iguais */
.booking-section *,
.booking-section *::before,
.booking-section *::after {
    box-sizing: border-box;
}

.booking-section {
    position: relative;
    width: 100%;
    min-height: 100vh;
    background: #fff;
    font-family: sans-serif;
    display: block;
    padding: 0 50px;
}

.main-content {
    max-width: 1200px;
    margin: 0 auto;
    font-size: 0;
    /* Remove espaço entre inline-blocks */
}

/* Colunas */
.column-form {
    display: inline-block;
    width: 55%;
    /* Um pouco maior para o formulário */
    background-color: #F8F3EE;
    vertical-align: middle;
    padding: 203px 60px;
    font-size: 14px;
}

.column-text {
    display: inline-block;
    width: 45%;
    vertical-align: middle;
    padding: 0 80px;
    font-size: 14px;
}

/* Inputs e Posicionamento */
.form-wrapper {
    max-width: 460px;
    margin: 0 auto;
}

.full-input,
.half-input {
    border: 1px solid #fff;
    background: #fff;
    padding: 14px;
    margin-bottom: 12px;
    outline: none;
    font-size: 12px;
}

.full-input {
    width: 100%;
    display: block;
}

.row {
    width: 100%;
    font-size: 0;
    /* Remove espaço entre os inputs da mesma linha */
}

.half-input {
    display: inline-block;
    width: 49%;
    /* Quase metade */
}

/* Espaçamento entre os inputs parciais */
.row .half-input:first-child {
    margin-right: 2%;
}

.message-area {
    height: 150px;
    resize: none;
}

/* Botão */
.align-right {
    text-align: right;
    margin-top: 5px;
}

.send-btn {
    background: #000;
    color: #fff;
    border: none;
    padding: 15px 35px;
    font-weight: bold;
    cursor: pointer;
    font-size: 11px;
    letter-spacing: 1px;
}

/* Tipografia */
.title-playfair {
    font-family: 'Playfair Display', serif;
    font-size: 48px;
    font-weight: 400;
    line-height: 1.1;
    margin-bottom: 25px;
    color: #1a1a1a;
}

.description {
    color: #666;
    line-height: 1.8;
    font-size: 14px;
}

/* Abas com Position Absolute */
.side-tab-left {
    position: absolute;
    left: 20px;
    top: 50%;
    transform: translateY(-50%) rotate(-90deg);
    font-weight: bold;
    font-size: 10px;
    letter-spacing: 2px;
}

.side-tab-right {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    background: #B59461;
    color: #fff;
    padding: 30px 12px;
    writing-mode: vertical-rl;
    font-weight: bold;
    font-size: 10px;
}



/* Container da Seção */
.chef-section {
    width: 100%;
    background-color: #fff;
    position: relative;
}

.chef-container {
    max-width: 1100px;
    margin: 0 auto;
    font-size: 0;
    /* Remove o espaço entre inline-blocks */
    position: relative;
}

/* Configuração das Colunas */
.chef-col-text {
    display: inline-block;
    width: 45%;
    vertical-align: middle;
    padding-right: 50px;
    font-size: 14px;
    /* Restaura o tamanho da fonte para o texto */
    box-sizing: border-box;
}


.chef-col-image {
    display: inline-block;
    width: 55%;
    vertical-align: middle;
    font-size: 0;
    box-sizing: border-box;
}

.chef-col-image2 {
    display: inline-block;
    width: 55%;
    vertical-align: middle;
    font-size: 0;
    box-sizing: border-box;
    padding-right: 20px;
}

/* Tipografia */
.chef-title {
    font-family: 'Playfair Display', serif;
    font-size: 42px;
    font-weight: 400;
    letter-spacing: 2px;
    margin: 0 0 30px 0;
    line-height: 1.1;
    color: #1a1a1a;
}

.chef-desc {
    color: #777;
    line-height: 1.8;
    font-size: 14px;
    margin-bottom: 35px;
}

/* Assinatura com Position */
.signature-box {
    position: relative;
    display: block;
    margin-top: 10px;
}

.signature-box img {
    max-width: 180px;
    height: auto;
    display: block;
}

/* Imagem do Chef */
.chef-photo-wrapper {
    width: 100%;
    position: relative;
}

.chef-photo-wrapper img {
    width: 100%;
    height: auto;
    display: block;
}


.chef-photo-wrapper2 {
    width: 100%;
    position: relative;
}

.chef-photo-wrapper2 img {
    width: 100%;
    height: auto;
    display: block;
}








.menu-cta-section {
    width: 100%;
    padding: 60px 0;
    background-color: #fff;
    text-align: center;
}

.menu-cta-container {
    display: inline-block;
    position: relative;
    width: 80%;
    /* Ajustado para dar respiro às setas */
    max-width: 1100px;
}

.plate-wrapper {
    position: relative;
    width: 100%;
}

.bg-plate {
    width: 100%;
    display: block;
    height: auto;
}

/* Caixa Branca - Tamanhos Reduzidos */
.cta-overlay-box {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: rgba(255, 255, 255, 0.95);
    padding: 30px 40px;
    width: 50%;
    max-width: 400px;
    text-align: center;
    box-sizing: border-box;
}

.cta-title {
    font-family: 'Playfair Display', serif;
    font-style: italic;
    font-size: 20px;
    /* Diminuído */
    margin: 0;
    letter-spacing: 1px;
    color: #1a1a1a;
    font-weight: 400;
}

.cta-line {
    width: 60px;
    /* Mais curta */
    height: 1px;
    background: #ebebeb;
    margin: 12px auto;
}

.cta-subtitle {
    font-size: 13px;
    /* Diminuído para estilo legenda */
    color: #888;
    margin: 0;
    font-family: sans-serif;
    letter-spacing: 0.5px;
}

/* Setas Fora */
.cta-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 10;
}

.cta-arrow img {
    width: 45px;
    height: auto;
    opacity: 0.3;
}

.arrow-prev {
    left: -60px;
}

.arrow-next {
    right: -60px;
}

.section-footer {
    font-size: 0;
    padding-bottom: 100px;
}

/* SEÇÃO 4: RODAPÉ - Ajustes de proporção e escala */
.rt-footer {
    font-size: 0;
    /* Remove o espaço entre inline-blocks */
    padding: 100px 0;
    background-color: #fff;
    width: 100%;
}

.rt-footer-map {
    display: inline-block;
    width: 50%;
    vertical-align: middle;
    padding-left: 22%;
    /* Recuo para centralizar o bloco do mapa */
    box-sizing: border-box;
}

.rt-map-box {
    width: 100%;
    max-width: 500px;
    /* Mantém o mapa mais contido lateralmente como na imagem */
    height: 600px;
    /* Mapa bem alto conforme solicitado */
    background-color: #f0f0f0;
}

.rt-footer-contact {
    display: inline-block;
    width: 50%;
    vertical-align: middle;
    padding-left: 80px;
    /* Espaçamento entre o mapa e o texto */
    box-sizing: border-box;
    font-size: 14px;
    /* Restaura o tamanho da fonte */
}

.rt-info-wrap {
    max-width: 450px;
    /* Garante que o texto não espalhe demais */
}

.rt-footer-logo {
    font-family: 'Playfair Display', serif;
    font-size: 58px;
    /* Tamanho ajustado para ser imponente */
    line-height: 1.1;
    margin-bottom: 45px;
    color: #1a1a1a;
    letter-spacing: 2px;
}

.rt-contact-group {
    margin-bottom: 30px;
}

.rt-contact-group p {
    margin: 6px 0;
    color: #666;
    font-size: 14px;
    line-height: 1.6;
    font-family: sans-serif;
}



.footer {
    background-color: #04091e;
    color: #777777;
    padding: 80px 0 40px 0;
    text-align: center;
    /* Centraliza os inline-blocks pais */
}

.footer-container {
    width: 90%;
    max-width: 1200px;
    margin: 0 auto;
    text-align: left;
    /* Reseta o texto para a esquerda dentro das colunas */
}

.footer-col {
    display: inline-block;
    vertical-align: top;
    width: 18%;
    /* Ajuste para caber 5 colunas */
    margin-bottom: 40px;
}

.newsletter {
    width: 25%;
    /* Coluna da newsletter é um pouco maior */
}

/* Estilização de Texto */
.footer-col h3 {
    color: #fff;
    font-size: 14px;
    margin-bottom: 25px;
    letter-spacing: 1px;
}

.footer-col ul {
    list-style: none;
    padding: 0;
}

.footer-col ul li {
    margin-bottom: 12px;
    font-size: 14px;
}

.footer-col p {
    font-size: 14px;
    margin-bottom: 20px;
}

/* Input e Botão com Position */
.input-group {
    position: relative;
    width: 100%;
}

.input-group input {
    background: transparent;
    border: 1px solid #333;
    padding: 10px;
    width: 100%;
    color: #fff;
    box-sizing: border-box;
}

.btn-arrow {
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    width: 40px;
    background-color: #b69d74;
    border: none;
    color: white;
    cursor: pointer;
}

/* Linha Divisória */
.separator {
    border: 0;
    border-top: 1px solid #333;
    margin: 40px 0;
}

/* Parte de Baixo */
.footer-bottom {
    position: relative;
    display: block;
}

.copyright {
    display: inline-block;
}

.highlight {
    color: #b69d74;
}

.social-icons {
    display: inline-block;
    position: absolute;
    right: 0;
}

.icon {
    display: inline-block;
    background: #191d34;
    width: 35px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    margin-left: 5px;
    color: #fff;
}