:root{
  --c1:#3F0D1F;
  --c2:#EFDEAD
}
.container{width: 1200px;}
body{
  font-family: 'Raleway';
  font-size: 16px; /* Ajusta o tamanho base da fonte */
}
header{
  background-color: transparent;
  color: #fff;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  transition: background-color 0.3s ease-in-out;
  z-index: 999;
  padding: 1rem; /* Reduz o padding em telas menores */
}
header.scrolled {
  background-color: rgba(0, 0, 0, 0.5); /* Fundo ao rolar */
}

header .contacts{
  font-weight: 600;
  list-style-type: none;
}

header .contacts a{
  font-weight: bold;
  font-size: 14px;
}

header .contacts a i{margin-right: .5rem;}

header nav{
  list-style-type: none;
  gap: 2.5rem;
}

header nav a{font-size: 19.2px;}

.hero{
  height: 100vh;
  overflow: hidden;
}

.hero img{
  max-height: 100%;
  object-fit: cover;
  height: auto; /* Garante que a imagem do banner seja responsiva */
}

.tx1{color: var(--c1);}
.bg1{background-color: var(--c1);}
.bg2{background-color: var(--c2);}

.f14{font-size: 14px;}
.f19{font-size: 19.2px;}
.fw300{font-weight: 300;}
.fw400{font-weight: 400;}
.fw500{font-weight: 500;}
.tx-bold{font-weight: 700;}
.tx-white{color: #fff;}
.btn.btn-stroke{
  border: 1px solid;
  border-radius: 50px;
  padding: 1rem 3rem;
}

b,strong{font-weight: 700;}

#o-buffet .f19 p{
  line-height: 38px;
  
}


.card {
  position: relative;
  overflow: hidden;
  border-radius: 0;
}

.card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 0;
}

.card-body {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
  color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  opacity: 1;
  transition: all 0.2s ease-in-out;
}

.card-body p {
  max-height: 0px;
  overflow: hidden;
  transition: max-height 0.2s ease-in-out, opacity 0.2s ease-in-out;
}
.card:hover .card-body{
  background-color: rgba(0, 0, 0, 0.6);
}
.card:hover .card-body p {
  transform: translateY(0); /* Move o texto para a posição original */
  opacity: 1; /* Torna o texto visível */
  max-height: 100px;
}

#orcamento h2,
#nossos-clientes h2{
  font-size: 50px;
  font-weight: bold;
}

#orcamento .form-control{
  height: 48px;
}

.bgimg{
  background-image: url(bg.png);
}

#contato{}

#contato ul{}
#contato ul li{}
#contato ul li a{
  color: var(--c1);
  font-weight: 600;
  font-size: 19px;
  text-decoration: none;
}


#galeria .gallery {
columns:4;
}


#galeria .gallery > a{margin-bottom: 1rem;display: block;}
#galeria .gallery img {
  width: 100%; /* Garante que as imagens ocupem toda a largura do contêiner */
  height: auto; /* Mantém a proporção da imagem */
  border-radius: 8px; /* Bordas arredondadas */
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1); /* Adiciona uma leve sombra */
  transition: transform 0.3s ease, box-shadow 0.3s ease; /* Animação ao passar o mouse */
}

#galeria .gallery img:hover {
  transform: scale(1.05); /* Aumenta levemente a imagem ao passar o mouse */
  box-shadow: 0 8px 12px rgba(0, 0, 0, 0.2); /* Intensifica a sombra */
}
.lb-data .lb-number,
.lb-data .lb-caption{display: none!Important;}

/* Media Queries para telas menores */
@media (max-width: 992px) {
  .container{max-width: 100%;}
  /* Ajustes para tablets */
  #nossa-historia .col-md-6 {
    flex: 0 0 100%; /* Faz as colunas ocuparem 100% da largura */
    max-width: 100%;
  }

  #especialidades .card {
    margin-bottom: 2rem; /* Adiciona mais espaço entre os cards */
  }

  #orcamento .form-control {
    width: 100%; /* Garante que os campos ocupem toda a largura */
  }

  
#galeria .gallery {
  columns:2;
  }

  #o-buffet img{max-width: 100%;}
  #o-buffet .col-md-7{margin-top: -5rem;}

  #o-buffet .f19 p{line-height: 28px;}

  .hero img{height: 100%;}

  header #logo{
    height: 70px;
    margin-right: auto;
    display: block;
  }
  header .contacts{gap: 1rem;margin-bottom: 3rem;}
  header .menu,
  header .contacts{    
    flex-direction: column!important;
  }

  header .menu .f19{font-size: 22px;}
  header .asideMenu *{
    justify-content: flex-start!important;
    align-items: flex-start!important;
    text-align: left;
  }
  header .asideMenu{
    position: fixed;
    right: 0;
    top: auto;
    background: var(--c1);
    height: fit-content;
    padding: 3rem;
    text-align: left;
    bottom: 0;
  }

  .asideMenu{
    translate: 0 +100%;
    transition: translate .3s ease-in-out;
  }
  .asideMenu.visible{
    translate:0 0;
  }
  .btnMenu{background: transparent;border: 0;}
}

@media (max-width: 768px) {
  .hero{
    height: 90vh;
    overflow: hidden;
  }
  /* Ajustes para smartphones */
  header {
    flex-direction: column; /* Empilha os elementos do header */
    text-align: center;
  }

  .menu {
    flex-direction: column; /* Empilha os links do menu */
    gap: 1rem;
  }

  #nossos-clientes .row {
    gap: 2rem 0rem!important; /* Adiciona mais espaço entre os logos */
    text-align: center;
  }

  #galeria .gallery {
    grid-template-columns: repeat(auto-fill, minmax(150px, 1fr)); /* Ajusta o layout da galeria */
  }

  footer {
    font-size: 14px; /* Reduz o tamanho da fonte no rodapé */
  }
}

@media (max-width: 576px) {
  
.f14{font-size: 13px;}
.f19{font-size: 16px;}
  /* Ajustes para telas muito pequenas */
  .btn.btn-stroke {
    padding: 0.5rem 1.5rem; /* Reduz o padding dos botões */
    font-size: 14px; /* Reduz o tamanho da fonte dos botões */
  }

  #orcamento h2,
#nossos-clientes h2{
  font-size: 28px;
}

  #orcamento .form-control {
    font-size: 14px; /* Reduz o tamanho da fonte dos campos */
  }

  .gallery img {
    border-radius: 4px; /* Reduz o arredondamento das imagens */
  }

  #nossos-clientes img{
    max-width: 100px;
    max-height: 50px;
  }

  .floating-whatsapp-link {
    bottom: 1rem;
    height: 36px;
    width: 36px;
}
}
.floating-whatsapp-link img{height: 36px;}
.floating-whatsapp-link {
  align-items: center;
  background: #18d940;
  border-radius: 50%;
  bottom: 1rem;
  box-shadow: 0 4px 15px rgba(0, 0, 0, .149);
  display: flex
;
  height: 64px;
  justify-content: center;
  opacity: 1;
  padding: 0;
  position: fixed;
  right: 1rem;
  width: 64px;
  z-index: 999999999;
}