.roboto-uniquifier {
    font-family: "Roboto", sans-serif;
    font-optical-sizing: auto;
    font-weight: weight;
    font-style: normal;
    font-variation-settings:"wdth" 100;
  }
#a { color: #AD9966;}
  
.playfair-display-uniquifier {
    font-family: "Playfair Display", serif;
    font-optical-sizing: auto;
    font-weight: weight;
    font-style: normal;
  }
 body { overflow-x: hidden;}

.cab1 {
    position: absolute;
    left: 20%; 
    
}
.cab2 {
    position: absolute;
    left: 60%; 
    
}
.cabecalho li{
    display: inline-block;
    padding: 10px;
    font-family: "Roboto", sans-serif;
    font-size: 14px;
}
li:hover {
    color: #AD9966;
}

.logo {
    position: absolute;
    left: 47.5%;
    width: 68px;
    height: 80px;
}
.cabecalho {
    position: sticky;
    background-color: white;
    height: 10vh;
    width: 100%;
    top: 0;
    z-index: 99;
}
.prato {
    margin-left: 11em;
}


.texto_foto {
    position: absolute;
    left: 37.5%;
    top: 11em;
    z-index: 1;
    text-align: center;
    
}
.textft {
    font-size: 52px;
    font-family: "Playfair Display", serif;
    color: white;
    width: 445px;
    font-weight: 100;
}
.p_ft {
    font-size: 18px;
    font-family: "Roboto", sans-serif;
    color: white;
}


.texto_dd {
    position: absolute;
    top: 80%;
    left: 20%;
    font-size: 48px;
    font-family: "Playfair Display", serif;
    font-weight: 100;
}
.p_dd {
    position: absolute;
    left: 20.2%;
    top: 105%;
    color: #777777;
    font-size: 15px;
}
.botao_dd {
    position: absolute;
    left: 20%;
    top: 122%;
    border: solid 1px;
    background-color: #AD9966;
    padding: 15px 35px;
    text-decoration: none;
    color: white;
}
.botao_dd:hover {
    background-color: white;
    color: #AD9966;
}
.menu_list {
    background-color: #FAF5F0;
    width: 635px;
    height: 1175.5px;
    position: absolute;
    left: 46%;
    top: 52.8%;
    text-align: center;
    z-index: -1;
}
.tit_list {
    font-family: "Playfair Display", serif;
    font-size: 21px;
    margin-top: 3.7em;
    font-weight: 200;
}

.hr_lt {
    border: 0;
    border-bottom: solid 1px rgb(0, 0, 0);
    width: 10em;
}
.descricao {
    color: #777777;
    margin-top: 2em;
}
.tit_desc {
    margin-top: 2em;
}

.chef {
    margin-top: 68em;
    margin-left: 20%;
    width: 539px;
    height: 738px;

}

.texto_cf {
    font-size: 52px;
    font-family: "Playfair Display", serif;
    font-weight: 100;
}
.p_cf {
 
    color: #777777;
    font-size: 18px;
}
.cf {
    position: relative;
    bottom: 62vh;
    left: 55%;
}

.acs {
    margin-top: 4em;
}




.slide {
    position: absolute;
    left: 20%;
    bottom: -120em;
}



.div_mex {
    position: absolute;
    top: 160em;
    left: 35%;
    opacity: 90%;
    text-align: center;
    background-color: #eeeeee;
    width: 513px;
    height: 163px;
    padding: 2em;
}

.hr_mx {
    width: 10em;
    color: #969696;
   
}

.des_mx {
    color: #777777;
    font-size: 1.2em;

}

.tit_mx {
    font-weight: 100;
    font-size: 1.3em;

}

::selection {
    background: #AD9966; 
    color: #ffffff;         
  }


.rodape {
    background-color: #04091e;
    padding: 150px 0;
    width: 100%;
    text-align: center;
    height: auto;
    box-sizing: border-box;
    margin-top: 10em;
}

.container_rodape {
    width: 1140px; 
    margin: 0 auto;
    text-align: left;
}


.listas_rodape {
    display: inline-block;
    vertical-align: top;
    width: 16%; 
    list-style: none;
    padding: 0;
    margin: 0;
}


.li_rodapeTT {
    color: #ffffff; 
    font-family: "Playfair Display", serif;
   
    font-size: 16px;
    margin-bottom: 25px;
    text-transform: uppercase;
}


.li_rodape, .p_newsletter {
    color: #777777; 
    font-family: "Roboto", sans-serif;
    font-size: 14px;
    margin-bottom: 12px;
    text-decoration: none;
    display: block;
}

.li_rodape:hover {
    color: #AD9966;
}


.newsletter_rodape {
    display: inline-block;
    vertical-align: top;
    width: 28%;
    box-sizing: border-box;
}


.input_group {
    background-color: #191d2b; 
    border: 1px solid #333333;
    width: 100%;
    height: 40px;
    margin-top: 15px;
}

.input_email {
    background: transparent;
    border: none;
    padding: 10px 15px;
    color: #ffffff;
    width: 75%;
    height: 100%;
    outline: none;
    float: left;
    font-size: 13px;
}


.btn_seta {
    background-color: #AD9966; 
    color: #ffffff;
    border: none;
    width: 20%;
    height: 100%;
    cursor: pointer;
    float: right;
    font-size: 16px;
    position: relative;
    left: 4.1em;
    bottom: 3.75em;

}

.btn_seta:hover {
    background-color: #191d2b;
}


.input_group::after {
    content: "";
    display: table;
    clear: both;
}

.rodape_inferior {
    width: 1140px;
    padding-top: 40px;
    position: relative;
    right: 47em;

}

.destaque_colorlib {
    color: #AD9966;
}

.copyright_texto {
    color: #777777;
    font-family: "Roboto", sans-serif;
    font-size: 14px;
    display: inline-block;
    margin: 0;
}












































body {
    height: 349vh;
    margin: 0;
}