:root {
    --main-color: #ffffff;
    --black: #ffffff;
    --bg: #000000;
    --border: 0.1rem solid rgba(255, 255, 255, 0.3);
    font-size: 10px;
  }
  
  
  
  
  * {
    margin: 0;
    padding: 0;
    overflow-x: hidden;
    outline: none;
    border: none;
    text-decoration: none;
    transition: 0.2s linear;
    font-family: "Roboto", sans-serif;
  
  }
  
  body {
    background-color: #ffffff;
  }
  
  section {
    padding: 2rem 2rem;
    margin: 0 auto;
    max-width: 1200px;
    
   
  }
  
  .header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 99;
    border-bottom: var(--border);
    background-color: #ffffff;
  }

  .logo img {
    width: 150px;
    height: 150px;
  }
  
  
  .header section {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }
  
  .navbar a {
    margin: 0 2rem;
    font-size: 1.5rem;
    color: #2929e9;
    transition: 0.4s;
  }
  
  .navbar a:hover {
    text-decoration: none;
    color: var(--main-color);
    border-bottom: 0.1rem solid;
    color: #000000;
    padding-bottom: 0.5rem;
    font-size: 1.7rem;
  }
  
  .icons img {
    font-size: 1.9rem;
    margin: 1rem;
    cursor: pointer;
    transition: 0.4s;
  }
  
  .icons img:hover {
    font-size: 1.7rem;
    background-color: #fff;
    width: 40px;
    height: 40px;
  }
  
  
  
  
  .home-container {
    position: relative;
    background-position: center;
    color: white;
    background: url('/img/fundo.gif') no-repeat center;
    background-size: cover;
    min-height: 100vh;
    height: auto;
     overflow: hidden;
  }
  
  
  
  
  .home-container::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.4);
    z-index: 1; 
  }
  
  
  .home-container section {
    padding: 0;
    display: flex;
    align-items: center;
    min-height: 100vh;
    height: 100vh;
    
  
  }
  
  .content {
    max-width: 60rem;
  }
  
  .content {
    z-index: 2;
    color: #ffffff;
    font-size: 4rem;
  }
  
  .content p {
    color: #ffffff;
    font-size: 2rem;
    font-weight: 100;
    line-height: 1.8;
    padding: 1rem 0;
  }
  .content2 {
    z-index: 2;
    color: #000000;
    font-size: 2.7rem;
  }
  .content2 p {
    color: #000000;
    font-size: 1.6rem;
    font-weight: 100;
    line-height: 1.8;
    padding: 1rem 0;
  }
  
  .content3 {
    z-index: 2;
    color: #000000;
    font-size: 2rem;
  }
  .content3 p {
    color: #000000;
    font-size: 1.6rem;
    font-weight: 100;
    line-height: 1.8;
    padding: 1rem 0;
  }
  
  .content4 {
    z-index: 2;
    color: #000000;
    font-size: 2rem;
  }
  .content4 p {
    color: #000000;
    font-size: 1.6rem;
    font-weight: 100;
    line-height: 1.5;
    padding: 0.9rem ;
  }
  
  .content5 {
    z-index: 2;
    color: #000000;
    font-size: 2rem;
  }
  .content5 p {
    color: #000000;
    font-size: 1.6rem;
    font-weight: 100;
    line-height: 1.8;
    padding: 1rem 0;
  }
  .content6 {
    z-index: 2;
    color: #000000;
    font-size: 2rem;
  }
  .content6 p {
    color: #000000;
    font-size: 1.6rem;
    font-weight: 100;
    line-height: 1.8;
    padding: 1rem 0;
  }
  .content7 {
    z-index: 2;
    color: #000000;
    font-size: 2rem;
  }
  .content7 p {
    color: #000000;
    font-size: 1.6rem;
    font-weight: 100;
    line-height: 1.8;
    padding: 1rem 0;
  }
  
  
  .title {
    font-size: 4rem;
    color:#2929e9;
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 4rem;
  }
  
  .title span {
    color: #2929e9;
    text-transform: uppercase;
  }
  
  .about .row {
    display: flex;
    align-items: center;
    background-color: var(--black);
    gap: 1.5rem;

  }
  
  .about .row .content {
    padding: 2rem;
  }
  
  .about .row .content h3 {
    font-size: 3rem;
    color: #ffffff;
  }
  
  .about .row .content p {
    font-size: 1.6rem;
    color: #fff;
    padding: 1rem;
    line-height: 1.8;
  }
  
  .box-container {
    color: #ffffff;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(30rem, 1fr));
    gap: 1.5rem;
  }
  
  .menu .box-container .box {
    text-align: center;
    border: var(--border);
    padding: 5rem;
    cursor: pointer;
  }
  
  
  .menu .box-container .box img {
    height: 10rem;
  
  }
  
  .menu .box-container .box h3 {
    color: #ffffff;
    font-size: 2rem;
    padding: 1rem 0;
  }
  
  .menu .box-container .box .price {
    color: #ffffff;
    font-size: 2.5rem;
    padding: 0.5rem 0;
  }
  
  #gallery_004_1687890605 {
    color: #fff !important;
    background-image: url('') !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    background-position: 50% 50% !important;
    background-color: #0019b5 !important;
    text-align: center !important;
    padding: 100px 0px !important;
  }
  #gallery_004_1687890605 h2 {
    color: #fff important;
    text-shadow:  important;
  }
  #gallery_004_1687890605 .image {
    height: 240px;
  }
  /* Estilo das colunas */
  .row {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 0 -15px;
  }

   .more-text {
        display: none;
    }
  
  
  .col-md-4, .col-sm-4, .col-xs-6 {
    padding: 0 15px;
    margin-bottom: 30px;
    box-sizing: border-box;
  }
  
  /* Estilo do bloco com imagem */
  .block {
    text-align: center;
    background: #fff;
    border-radius: 8px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    margin-bottom: 20px;
  }
  
  .thumb-image {
    display: block;
    width: 100%;
    height: 200px; /* Ajuste de altura se necessário */
    background-size: cover;
    background-position: center;
    border-bottom: 2px solid #eee;
    transition: transform 0.3s ease;
  }
  
  .thumb-image:hover {
    transform: scale(1.05);
  }
  
  /* Estilo do título */
  h5.texto-18 {
    font-size: 18px;
    font-weight: bold;
    margin: 15px 0;
    color: #333;
  }
  
  /* Estilo do parágrafo de conteúdo */
  .contente {
    font-size: 14px;
    color: #666;
    padding: 0 15px;
    line-height: 1.5;
  }
  
  /* Botão "Ver mais" */
  .btn.btn-primary.btn-filled {
    background-color: #007bff;
    color: #fff;
    border: none;
    padding: 10px 20px;
    text-transform: uppercase;
    font-size: 14px;
    border-radius: 25px;
    cursor: pointer;
    text-decoration: none;
    display: inline-block;
    transition: background-color 0.3s ease;
  }
  
  .btn.btn-primary.btn-filled:hover {
    background-color: #0056b3;
  }
  
  /* Linha de separação */
  hr {
    border: 1px solid #f1f1f1;
  }
  
  /* Estilo para dispositivos móveis */
  @media (max-width: 767px) {
    .col-md-4 {
      width: 100%; /* Em telas menores, cada item ocupará a tela inteira */
    }
  }
  
  @media (min-width: 768px) {
    .col-md-4 {
      width: 33.33%; /* Para dispositivos maiores, cada item ocupará 1/3 da largura */
    }
  }
  
  @media (min-width: 1024px) {
    .col-md-3 {
      width: 25%; /* Para telas ainda maiores, cada item ocupará 1/4 da largura */
    }
  }
  
  
  
  .menu .box-container .box .price span {
    font-size: 1.5rem;
    text-decoration: line-through;
    font-weight: lighter;
  }
  
  .menu .box-container .box:hover {
    background-color: #fff;
  
  }
  
  .menu .box-container .box:hover>* {
    color: var(--black);
  }
  
  .review .box-container .box {
    border: var(--border);
    text-align: center;
    padding: 3rem 2rem;
  }
  
  .review .box-container .box p {
    font-size: 1.5rem;
    color: #fff;
    padding: 2rem 0;
    line-height: 1.8;
    font-weight: lighter;
  }
  
  .review .box-container .box .user {
    height: 7rem;
    width: 7rem;
    border-radius: 50%;
  }
  
  
  /* Estilizando a imagem */
  .image-container {
    width: 100%;
    max-width: 300px;
    margin: 20px auto;
    text-align: center;
  }
  
  .image {
    cursor: pointer;
    width: 100%;
    height: auto;
    transition: transform 0.3s ease;
  }
  
  .image-container:hover .image {
    transform: scale(1.1);
  }
  
  /* Animação para abrir informações */
  .info {
    display: none;
    opacity: 0;
    transition: opacity 0.5s ease-in-out;
  }
  
  .info.open {
    color: #000000;
    display: block;
    opacity: 1;
  }
  
  
  
  /* Estilo do ícone flutuante do WhatsApp */
  #whatsappIcon {
    position: fixed; /* Fixa o ícone na tela */
    right: 50px; /* Distância da borda direita */
    top: 500px; /* Distância da borda superior */
    z-index: 9999; /* Fica acima de outros elementos */
    animation: float 2s ease-in-out infinite; /* Animação de flutuação */
  }
  
  #whatsappIcon img {
    border-radius: 120%; /* Deixa o ícone arredondado */
    background-color: #25d366; /* Cor de fundo verde do WhatsApp */
    transition: transform 0.3s ease; /* Suaviza a transição ao passar o mouse */
  }
  
  #whatsappIcon:hover img {
    transform: scale(1.1); /* Aumenta o tamanho do ícone ao passar o mouse */
  }
  
  .fale {
    color: #25d366;
    font-weight: bold;
    font-size: 12px;
    font-family: Arial, sans-serif;
    margin-top: 13px;   /* Empurra mais pra baixo */
    
  }
  
  

  
  /* Animação de flutuação */
  @keyframes float {
    0% {
      transform: translateY(0);
    }
    50% {
      transform: translateY(-10px);
    }
    100% {
      transform: translateY(0);
    }
  }
  
  .carousel-container {
    position: relative;
    width: 90%;
    margin: auto;
    overflow: hidden;
}

.carousel {
    display: flex;
    gap: 10px;
    overflow-x: auto;
    scroll-behavior: smooth;
    padding: 20px 0;
}

.carousel-item {
    flex: 0 0 auto;
    width: 300px;
    text-align: center;
}

.carousel-item img {
    width: 100%;
    cursor: pointer;
    transition: transform 0.3s ease;
}

.carousel-item img:hover {
    transform: scale(1.05);
}

.description {
    width: 100%;
    text-align: center;
    padding: 5px;
    border: none;
    background: none;
    font-size: 14px;
}

.carousel-btn {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background-color: rgba(0, 0, 0, 0.5);
    color: white;
    border: none;
    padding: 10px;
    font-size: 24px;
    cursor: pointer;
    z-index: 10;
}

.prev-btn {
    left: 10px;
    border-radius: 10px;
}

.next-btn {
    right: 10px;
    border-radius: 10px;
}

/* Modal estilizado */
.modal {
  display: none;
  position: fixed;
  z-index: 1000;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.9); /* Fundo preto mais escuro */
  justify-content: center;
  align-items: center;
  padding: 20px;
}

/* Container interno do modal */
.modal-content-container {
  display: flex;
  align-items: center;
  max-width: 70%;
  max-height: 70vh;
  background-color: black; /* Fundo preto no container */
  padding: 20px;
  border-radius: 10px;
}

/* Estilo da imagem no modal */
.modal-image {
  max-width: 40%; /* Ajustando tamanho */
  height: auto;
  border-radius: 10px;
  background-color: black; /* Fundo preto na imagem */
  padding: 10px;
}

/* Estilo da descrição */
.modal-text {
  font-size: 20px;
  max-width: 50%;
  padding-left: 20px;
  color: #fff;
  padding: 15px;
  border-radius: 10px;
}

.modal-description {
  font-size: 22px; /* Aumentando fonte */
  font-weight: bold;
  color: white; /* Texto branco */
}

/* Botão de fechar */
.close {
  position: absolute;
  top: 15px;
  right: 60px;
  color: white;
  font-size: 40px;
  cursor: pointer;
}


.avaliacao-container {
  text-transform: uppercase;
  font-size: 2.7rem;
  color:#2929e9;
  text-align: center;
  margin-bottom: 4rem;
  padding: 15px;
  margin: 0 auto;
  border-radius: 10px;
  max-width: 400px;
}

.estrelas {
  display: inline-block;
}

.estrela {
  font-size: 2rem;
  color: #ccc;
  cursor: pointer;
  transition: color 0.2s;
}

.estrela.selecionada {
  color: gold;
}


  
  
  
  
  
  
.address {
  width: 100%;
  max-width: 800px;
  height: 490px;
  margin: 0 auto;
  text-align: center; 
}

.address iframe {
  width: 100%;
  height: 100%;
  border-radius: 17px;
}

  .footer {
    text-align: center;
    margin-top: auto;
  padding: 0;
  min-height: auto;
  }
  
  .footer .share {
    padding: 2rem 0;
  }
  
  .footer .share img {
    background-color: #000000;
    color: #ffffff;
    margin: 0.1rem;
    cursor: pointer;
    border-radius: 50%;
    padding: 0.3rem;
  }
  
  .footer .share img:hover {
    color: #000000;
    background-color: #ffffff
  }
  
  #rafa {
    color: #070000;
    font-size: 10px;
  }
  
  .loader {
    position: fixed;
    width: 100%;
    height: 100%;
    background: #000000;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    z-index: 9999;
  }
  
  .spinner2 {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  
  .bounce1, .bounce2, .bounce3 {
    width: 15px;
    height: 15px;
    background-color: #ffffff;
    border-radius: 50%;
    margin: 5px;
    animation: bounce 1.5s infinite ease-in-out;
  }
  
  .bounce2 {
    animation-delay: 0.2s;
  }
  
  .bounce3 {
    animation-delay: 0.4s;
  }
  
  @keyframes bounce {
    0%, 80%, 100% {
      transform: scale(0);
    }
    40% {
      transform: scale(1);
    }
  }
  
  
  .loader.hidden {
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.5s ease-out, visibility 0.5s ease-out;
  }
  /* Esconder botão no desktop */
  @media (max-width: 768px) {
    .menu-btn {
      display: block;
      font-size: 24px;
      background: none;
      border: none;
      cursor: pointer;
      position: absolute;
      top: 10px;
      right: 50px;
      z-index: 1000;
    }
  
    .navbar {
      display: none;
      flex-direction: column;
      background: white;
      position: absolute;
      top: 60px;
      right: 20px;
      width: 200px;
      z-index: 999;
    }
  
    .navbar.active {
      display: flex;
    }
  }



  @media (max-width: 600px) {
    .address {
      height: auto;
      padding: 20px 0;
    }
  
    .address iframe {
      height: 300px; /* ou qualquer altura mais adequada pro mobile */
    }
  }
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  /* Responsividade */
  @media (max-width: 1024px) {
    .header section {
      flex-direction: column;
      text-align: center;
    }
    .navbar a {
      display: block;
      margin: 1rem 0;
    }
    .home-container {
      height: auto;
      padding: 5rem 2rem;
    }
    .content {
      font-size: 3rem;
    }
    .content p {
      font-size: 1.5rem;
    }
  }
  
  @media (max-width: 768px) {
    .title {
      font-size: 3rem;
    }
    .content {
      font-size: 2.5rem;
    }
    .content p {
      font-size: 1.4rem;
    }
  }
  
  @media (max-width: 480px) {
    .title {
      font-size: 2.5rem;
    }
    .content {
      font-size: 2rem;
    }
    .content p {
      font-size: 1.2rem;
    }
    .navbar a {
      font-size: 1.2rem;
    }
  }
  
  /* Carrossel responsivo */
  @media (max-width: 768px) {
    .carousel {
      flex-wrap: nowrap;
      gap: 10px;
    }
  
    .carousel-item {
      width: 200px; /* Ajuste para dispositivos menores */
    }
  }




  /* Botão some por padrão (PC) */
.menu-btn {
  display: none !important;
}

/* Botão aparece no celular */
@media screen and (max-width: 768px) {
  .menu-btn {
    display: block !important;
    font-size: 24px;
    background: none;
    border: none;
    cursor: pointer;
    position: absolute;
    top: 10px;
    right: 50px;
    z-index: 1000;
  }
}
