html {
    box-sizing: border-box;
    font-family: "Josefin Sans", sans-serif;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.6);
    color: #fff;
}

*, *::before, *::after {
    box-sizing: inherit;
}

body {
    background-color: rgb(30, 11, 0);
    color: #fff;
    margin: 0;
    overflow-x: hidden
}

section {
    min-width: 0;           /* cancela o min-width: 960px */
    width: 100%;
    margin-inline: auto;    /* centraliza no desktop */
    height: auto;  
}

a {
    color: white;
    text-decoration: none;
    font-size: 25px;
    border-radius: 6px;
    padding: 10px;
}

#titulo {
    display: flex;
    flex-direction: row;
    justify-content: center;
}

#menu {
    display: flex;
    flex-direction: row;
    justify-content: center;
    gap: 10px;
    list-style: none;
}

#container-secoes {
    display: flex;
    flex-direction: column;
    gap: 5px;
    width: 100%;
}

#rodape {
    display: flex;
    flex-direction: row;
    justify-content: center;
}

#servicos {
    display: grid;
    grid-template-columns: 1fr 1fr;
   
}

#foto-servico {
    background-image: url(image/foto-servico.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;

}

#texto-servico {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content:space-evenly;
    padding-left: 40px;
    padding-right: 40px; 
    line-height: 30px;
    background-color: rgb(253, 200, 128);
    font-weight: bold;

}

#inicio {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: center;
    background-image: url(image/imagem-inicio.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 800px;
}

#logo_soberano {
    width: 500px;
}

nav {
    padding-top: 20px;
    padding-bottom: 20px;
}

li {
    text-align: center;
}

#avaliacoes {
    display: grid;
    grid-template-columns: 1fr 1fr;
}

#foto-avaliacoes {
    display: flex;
    flex-direction: column;
    justify-content: center;
    background-color: #fff;
    align-items: center;
}

#texto-avaliacoes {
    background-color: rgb(253, 200, 128);

}

#titulo-avaliacoes {
    font-size: 40px;
    text-align: center;
    margin-bottom: -5px;
}

#texto-avaliacoes {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content:center;
    font-weight: bold;
}

#foto-google {
    width: 250px;
}

#botao-google {
    margin-top: 20px;
    padding-left: 30px;
    padding-right: 30px;
    padding-top: 15px;
    padding-bottom: 15px;
    border-radius: 10px;
    background-color: rgb(77, 143, 255);
    border-color: #fff;
    color: #fff;
    border-style: none;
    
}


#sobre-nos {
    display: grid;
    grid-template-columns: 1fr 1fr;

}

#foto-sobre-nos {
    background-image: url(image/foto-sobre-nos.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    
}

#texto-sobre-nos {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content:space-evenly;
    padding-left: 40px;
    padding-right: 40px; 
    line-height: 30px;
    background-color: rgb(253, 200, 128);
    font-weight: bold;
}

#ambiente {
    display: grid;
    grid-template-columns: 1fr 1fr;
}

#texto-ambiente {
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content:space-evenly;
    background-color: rgb(253, 200, 128);
    font-weight: bold;
    padding-left: 40px;
    padding-right: 40px;
    line-height: 30px;
}

#localizacao {
    display: grid;
    grid-template-columns: 1fr 1fr;
}

#texto-localizacao {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content:space-evenly;
    background-color: rgb(253, 200, 128);
    line-height: 40px;
    font-weight: bold;
    padding-left: 40px;
    padding-right: 40px;
}

#foto-ambiente {
    background-image: url(image/foto-ambiente.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

#rodape {
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
    padding-top: 100px;
    padding-bottom: 100px;
    padding-left: 50px;
}


.avaliacao {
  background: white;
  text-shadow: none;
  width: 90%;
  max-width: 500px;
  padding: 5px;
  border-radius: 10px;
  box-shadow: 0 0 10px rgba(0,0,0,0.1);
}

.usuario {
  display: flex;
  align-items: center;
  gap: 10px;
}

.usuario img {
  width: 45px;
  height: 45px;
  border-radius: 50%;
  object-fit: cover;
}

.info h3 {
  font-size: 16px;
  margin: 0;
  text-transform: lowercase;
}

.info .avaliacoes {
  font-size: 13px;
  color: gray;
}

.estrelas {
  color: #fbc02d; /* amarelo das estrelas */
  font-size: 18px;
  margin-top: 5px;
}

.tempo {
  color: gray;
  font-size: 13px;
  margin-left: 5px;
}

.comentario {
  margin-top: 10px;
  font-size: 15px;
  color: #333;
}
/* 7) Pequeno refinamento nas cards de avaliação no tema escuro */
.avaliacao { width: 92%; }

@media (max-width: 700px) {
  /* stacks */
  #servicos,
  #sobre-nos,
  #ambiente,
  #localizacao {
    display: flex;
    flex-direction: column;
  }

  /* respiros menores */
  #texto-servico,
  #texto-sobre-nos,
  #texto-ambiente,
  #texto-localizacao {
    padding: 14px;
  }

  #menu {
    flex-direction: column;
    font-size: 30px;
  }

  #foto-sobre-nos, #foto-servico, #foto-ambiente {
    min-height: 45vh;
  }

  #servicos, #avaliacoes {
    display: flex;
    flex-direction: column-reverse;
  }


#logo_soberano { width: min(80vw, 500px); } /* encolhe no mobile */
#inicio { min-height: 60vh; height: auto; }

  /* tipografia e botões um pouco menores */
  a { font-size: 18px; padding: 8px 10px; }
  #titulo-avaliacoes { font-size: 28px; }

  /* mapa responsivo (altura mais amigável no celular) */
  #mapa-localizacao iframe { min-height: 300px; }

  /* rodapé empilhado */
  #rodape {
    flex-direction: column;
    gap: 24px;
    padding: 40px 16px;
  }
}

#google-maps {
    border:0;
    width: 100%;
    height: 100%;
    display: block;
}

#texto-logo {
    text-align: center;
}


/*BOTOES WHATSAPP E INSTAGRAM*/

#whatsapp-float {
  position: fixed;
  width: 25px;
  height: 25px;
  bottom: 40px;
  right: 40px;
  background-color: #25d366;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 4px 8px rgba(0,0,0,0.3);
  z-index: 999;
  transition: transform 0.3s ease;
}

#instagram-float {
  position: fixed;
  width: 35px;
  height: 35px;
  bottom: 30px;
  left: 30px;
  background-color: #25d366;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 4px 8px rgba(0,0,0,0.3);
  z-index: 999;
  transition: transform 0.3s ease;
}

#termos-de-uso {
   font-weight: bold;

}

/*cookies*/


#cookie-banner {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(30, 11, 0, 0.95);
  color: white;
  display: none;
  justify-content: space-between;
  align-items: center;
  padding: 15px 25px;
  font-size: 16px;
  z-index: 1000;
}

#cookie-banner a {
  color: #fdbf5b;
  text-decoration: underline;
}

#aceitar-cookies {
  background-color: #25d366;
  color: white;
  border: none;
  border-radius: 5px;
  padding: 8px 16px;
  cursor: pointer;
}
