*, *::before, *::after {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
}
body {
  font-family: 'Roboto', sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.7;
  color: #777;
}
a {
  text-decoration: none;
  color: inherit;
  transition: all 0.3s ease;
}
ul {
  list-style: none;
}
img{
  width: 30vh;
  height: 20vh;
}
img {
  max-width: 100%;
  height: auto;
  display: block;
}
h1, h2, h3, h4, h5, h6 {
  font-family: 'Playfair Display', serif;
  color: #000;
  font-weight: 400;
  line-height: 1.2;
  margin: 0;
}
.container {
  max-width: 1140px;
  margin: 0 auto;
  padding: 0 15px;
}
.clearfix::after {
  content: "";
  display: table;
  clear: both;
}
.botao-principal {
  border-radius: 20px;
  display: inline-block;
  line-height: 48px;
  padding: 0 30px;
  background: #ad9966;
  border: 1px solid #ad9966;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 14px;
  font-family: 'Roboto', sans-serif;
  cursor: pointer;
  transition: all 0.4s ease;
}
.botao-principal:hover {
  background: transparent;
  color: #ad9966;
}
.botao-principal.escuro {
  background: #000;
  color: #fff;
  border: 1px solid #fff;
}
.botao-principal.escuro:hover {
  background: transparent;
  border-color: #ad9966;
  color: #ad9966;
}
.titulo-secao {
  padding-bottom: 30px;
}
.titulo-secao h1 {
  margin-bottom: 20px;
  font-size: 48px;
  line-height: 1.5;
  letter-spacing: 7.2px;
  text-transform: uppercase;
}
.titulo-secao p {
  margin-bottom: 50px;
  line-height: 30px;
}
#cabecalho{
  padding: 10px 0;
  font-size: 14px;
  position: sticky;
  width: 100%;
  top: 0;
  z-index: 999;
  background-color: white;
}
.cabecalho {
  padding: 10px 0;
  background: #fff;
  width: 100%;
  z-index: 9999;
  position: relative;
  transition: all 0.4s ease;
}
.cabecalho-fixo {
  position: fixed;
  top: 0;
  left: 0;
  box-shadow: 0 2px 20px rgba(0, 0, 0, 0.1);
}
.cabecalho-conteudo {
  text-align: center;
  font-size: 0;
}


.li-drop{
  position: relative;
}
.li-drop .hover{
  background-color: #fff;
  height: 0;
  width: 0;
  overflow: hidden;
  position: absolute;
  transition: 0.5s;
}
.li-drop .blog-hover{
  background-color: #fff;
  height: 0;
  width: 0;
  overflow: hidden;
  position: absolute;
  transition: 0.5s;
}
.li-drop:hover .hover{
  height: 50px;
  width: 100px;
}
.li-drop:hover .blog-hover{
height: 66.2px;
    width: 100px;
}

svg{
  height: 10px;
  width: 10px;
}
.menu-esquerdo,
.menu-direito,
.logo {
  margin-bottom: 5px;
  display: inline-block;
  vertical-align: middle;
}
.menu-esquerdo {
  float: left;
}
.menu-direito {
  float: right;
}
.logo {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}
.menu-esquerdo ul,
.menu-direito ul {
  font-size: 0;
}
.menu-esquerdo li,
.menu-direito li {
  display: inline-block;
  margin: 0 16px;
}
.menu-esquerdo a,
.menu-direito a {
  color: #000;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-size: 13px;
  font-weight: 500;
}
.menu-esquerdo a:hover,
.menu-esquerdo a.ativo,
.menu-direito a:hover,
.menu-direito a.ativo {
  color: #ad9966;
}
.logo-texto {
  font-family: 'Playfair Display', serif;
  font-size: 28px;
  color: #000;
  letter-spacing: 3px;
  text-transform: uppercase;
}

.banner-principal {
  background: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0)),
    url('https://preview.colorlib.com/theme/rooftop/img/header-bg.png') no-repeat center center;
  background-size: cover;
  width: 1750px;
  position: relative;
  top: 60%;
  left: 3%;
  height: 850px;
  text-align: center;
}
.banner-principal::before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}
.banner-conteudo {
  display: inline-block;
  vertical-align: middle;
  color: #fff;
  text-align: center;
}
.banner-conteudo h1 {
  color: #fff;
  font-size: 72px;
  text-transform: uppercase;
  letter-spacing: 10.8px;
}
.banner-conteudo hr {
  border: none;
  border-top: 1px solid rgba(255, 255, 255, 0.4);
  margin: 20px auto;
  max-width: 300px;
}
.banner-conteudo p {
  font-size: 18px;
  text-transform: uppercase;
  padding-top: 8px;
  letter-spacing: 2px;
}
.secao-blog-home {
  padding: 100px 0;
}
.blog-home-layout {
  font-size: 0;
}
.blog-home-posts {
  display: inline-block;
  vertical-align: top;
  width: 60%;
  font-size: 15px;
  padding-right: 40px;
}
.blog-home-sidebar {
  display: inline-block;
  vertical-align: top;
  width: 34%;
  font-size: 15px;
}
.blog-post {
  margin-bottom: 70px;
}
.blog-post-img {
  margin-bottom: 25px;
  overflow: hidden;
}
.blog-post-img img {
  width: 80%;
  transition: all 0.4s ease;
}
.blog-post-meta {
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 2px;
  margin-bottom: 15px;
  color: #999;
}
.blog-post-meta span {
  color: #ad9966;
}
.blog-post-meta .meta-data {
  float: right;
}
.blog-post-titulo {
  font-size: 26px;
  margin-bottom: 15px;
  line-height: 1.3;
}
.blog-post-titulo a {
  color: #000;
}
.blog-post-titulo a:hover {
  color: #ad9966;
}
.blog-post-resumo {
  margin-bottom: 20px;
  color: #777;
}
.link-ler-mais {
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 500;
  letter-spacing: 2px;
  color: #ad9966;
  border-bottom: 1px solid #ad9966;
  padding-bottom: 3px;
  display: inline-block;
}
.link-ler-mais:hover {
  color: #000;
  border-color: #000;
}
.sidebar-widget {
  margin-bottom: 50px;
}
.sidebar-widget h3 {
  font-size: 18px;
  margin-bottom: 25px;
  text-transform: uppercase;
  letter-spacing: 2px;
  position: relative;
  padding-bottom: 12px;
  color: #000;
}
.sidebar-widget h3::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 50px;
  height: 2px;
  background: #ad9966;
}
.form-busca {
  display: inline-block;
}
.form-busca input {
  width: 20vh;
  border-radius: 20px;
  padding: 12px 15px;
  border: 1px solid #eee;
  font-family: 'Roboto', sans-serif;
  font-size: 14px;
  outline: none;
}
.form-busca button {
  width: 6vh;
  border-radius: 20px;
  height: 20px;
  background: #ad9966;
  border: none;
  color: #fff;
  padding: 0 20px;
  cursor: pointer;
  transition: all 0.3s ease;
}
.form-busca button:hover {
  background: #000;
  color:#ad9966;
}
.lista-categorias li {
  border-bottom: 1px solid #eee;
  padding: 10px 0;
}
.lista-categorias li a {
  display: block;
  text-transform: uppercase;
  font-size: 12px;
  letter-spacing: 1px;
  color: #777;
}
.lista-categorias li a:hover {
  color: #ad9966;
  padding-left: 5px;
}
.lista-categorias li span {
  float: right;
  color: #999;
}
.post-recente-item {
  display: block;
  margin-bottom: 20px;
  align-items: center;
}
.post-recente-img {
  width: 70px;
  height: 70px;
  background-size: cover;
  background-position: center;
  margin-right: 15px;
}
.post-recente-info h4 {
  font-size: 14px;
  margin-bottom: 5px;
  line-height: 1.4;
}
.post-recente-info h4 a {
  color: #000;
}
.post-recente-info h4 a:hover {
  color: #ad9966;
}
.post-recente-data {
  font-size: 11px;
  color: #ad9966;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.tags-cloud {
  font-size: 0;
}
.tags-cloud a {
  display: inline-block;
  font-size: 11px;
  background: #f5f5f5;
  padding: 5px 12px;
  margin: 0 5px 8px 0;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #777;
  transition: all 0.3s ease;
}
.tags-cloud a:hover {
  background: #ad9966;
  color: #fff;
}
.paginacao {
  margin-top: 40px;
  font-size: 0;
}
.paginacao a {
  display: inline-block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  background: #f5f5f5;
  color: #777;
  margin-right: 5px;
  font-size: 14px;
  transition: all 0.3s ease;
}
.paginacao a:hover,
.paginacao a.ativo {
  background: #ad9966;
  color: #fff;
}
@media (max-width: 991px) {
  .secao-blog-home {
    padding: 60px 0;
  }
  .blog-home-posts,
  .blog-home-sidebar {
    width: 100%;
    display: block;
    padding-right: 0;
  }
  .blog-home-sidebar {
    margin-top: 50px;
  }
  .blog-post-titulo {
    font-size: 22px;
  }
}
.imagem-pessoas{
    height: 8vh;
    background-color: red;
    width: 20vh;
    display: inline-block;
    justify-content: center;
    align-items: center;
}
.imagem-pessoas2{
    height: 8vh;
    background-color: red;
    width: 20vh;
    display: inline-block;
    justify-content: center;
    align-items: center;
}
.imagem-pessoas3{
    height: 8vh;
    background-color: red;
    width: 20vh;
    display: inline-block;
    justify-content: center;
    align-items: center;
}
.palavras{
    height: 8vh;
    width: 20vh;
    display: inline-block;
    text-align: center;
}

.rodape {
  background: #000;
  padding: 80px 0 30px;
  color: #999;
}
.rodape-colunas {
  font-size: 0;
  margin-bottom: 60px;
}
.rodape-coluna {
  display: inline-block;
  vertical-align: top;
  width: 22%;
  margin-right: 4%;
  font-size: 15px;
}
.rodape-coluna:last-child {
  margin-right: 0;
}
.rodape-coluna h4 {
  color: #fff;
  margin-bottom: 20px;
  font-size: 18px;
}
.rodape-coluna ul li {
  margin-bottom: 8px;
}
.rodape-coluna ul li a {
  color: #999;
  font-size: 14px;
}
.rodape-coluna ul li a:hover {
  color: #ad9966;
}
.rodape-newsletter p {
  margin-bottom: 15px;
  font-size: 14px;
}
.formulario-newsletter {
  font-size: 0;
}
.formulario-newsletter input {
  display: inline-block;
  vertical-align: middle;
  width: calc(100% - 50px);
  padding: 10px 15px;
  border: none;
  background: #222;
  color: #fff;
  font-family: 'Roboto', sans-serif;
  font-size: 14px;
  outline: none;
}
.formulario-newsletter input::placeholder {
  color: #666;
}
.formulario-newsletter button {
  display: inline-block;
  vertical-align: middle;
  width: 50px;
  background: #ad9966;
  border: none;
  color: #fff;
  padding: 10px 0;
  cursor: pointer;
  transition: all 0.3s ease;
  font-size: 16px;
}
.formulario-newsletter button:hover {
  background: #c4ae7a;
}
.rodape-inferior {
  padding-top: 30px;
  border-top: 1px solid #222;
  text-align: center;
  font-size: 0;
}
.rodape-inferior p,
.rodape-inferior .redes-sociais {
  display: inline-block;
  vertical-align: middle;
  font-size: 14px;
  color: #666;
}
.rodape-inferior p {
  margin-right: 30px;
}
.redes-sociais a {
  display: inline-block;
  width: 36px;
  height: 36px;
  line-height: 36px;
  text-align: center;
  color: #999;
  font-size: 16px;
  margin-left: 10px;
  transition: all 0.3s ease;
}
.redes-sociais a:hover {
  color: #ad9966;
}

@media (max-width: 991px) {
  .titulo-secao h1 {
    font-size: 35px;
    letter-spacing: normal;
    line-height: 1.3;
  }
  .titulo-secao h1 br {
    display: none;
  }
.banner-principal {
  background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)),
    url('https://preview.colorlib.com/theme/rooftop/img/header-bg.png') no-repeat center center;
  background-size: cover;
  width: 1750px;
  position: relative;
  top: 60%;
  left: 3%;
  height: 750px;
  text-align: center;
}
.banner-principal::before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}
.banner-conteudo {
  display: inline-block;
  vertical-align: middle;
  color: #fff;
  text-align: center;
}
.banner-conteudo h1 {
  color: #fff;
  font-size: 72px;
  text-transform: uppercase;
  letter-spacing: 10.8px;
}
.banner-conteudo hr {
  border: none;
  border-top: 1px solid rgba(255, 255, 255, 0.4);
  margin: 20px auto;
  max-width: 300px;
}
.banner-conteudo p {
  font-size: 18px;
  text-transform: uppercase;
  padding-top: 8px;
  letter-spacing: 2px;
}
  .cardapio-titulo,
  .cardapio-lista-area {
    width: 100%;
    display: block;
    margin-right: 0;
  }
  .cardapio-titulo {
    padding-right: 0;
    margin-bottom: 30px;
  }
  .cardapio-lista {
    padding: 40px 20px;
  }
  .secao-cardapio {
    padding: 60px 0;
  }
  .galeria-item {
    width: 100% !important;
    height: auto !important;
    margin-right: 0;
    margin-bottom: 20px;
  }
  .reserva-formulario-area,
  .reserva-texto {
    width: 100%;
    display: block;
    margin-right: 0;
  }
  .formulario-reserva {
    padding: 30px 20px;
  }
  .reserva-texto .titulo-secao {
    padding-top: 0;
  }
  .secao-reserva {
    padding: 60px 0;
  }
  .chef-texto,
  .chef-imagem {
    width: 100%;
    display: block;
    margin-right: 0;
  }
  .chef-imagem {
    height: 400px;
    margin-top: 30px;
  }
  .secao-chef {
    padding: 40px 0 60px;
  }
  .secao-destaque {
    width: 100%;
    left: 0;
    padding: 0 0 60px;
  }
  .contato-mapa,
  .contato-info {
    width: 100%;
    display: block;
    margin-right: 0;
  }
  .contato-mapa {
    height: 300px;
    margin-bottom: 30px;
  }
  .secao-contato {
    padding: 60px 0;
  }
  .rodape-coluna {
    width: 48%;
    margin-right: 4%;
    margin-bottom: 30px;
  }
  .rodape-coluna:nth-child(2n) {
    margin-right: 0;
  }
  .rodape-inferior p,
  .rodape-inferior .redes-sociais {
    display: block;
    margin: 10px 0;
  }
}