body {
    margin: 0;
    font-family: 'Montserrat', sans-serif;
    color: #fff;
    background: #132d46;
}

.topo {
  background-color: #132d46;
  padding: 10px 0;
  border-bottom: 2px solid #ffc107;
  background: #132d46;
}

.container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 1300px;
  margin: 0 auto;
  padding: 0 20px;
}

.logo img {
  height: 60px;
}

.menu-centralizado ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  gap: 40px;
}

.menu-centralizado ul li a {
  color: #fff;
  text-decoration: none;
  font-weight: 500;
  transition: color 0.3s;
}

.menu-centralizado ul li a:hover {
  color: #ffc107;
}

.menu a {
  font-size: 20px;
  font-weight: bold;
  color: #FFD700; /* ← COR DOURADA */
  text-decoration: none;
  margin: 0 10px;
  transition: color 0.3s;
}



.logo {
    height: 150px;
    width: auto;
    border-radius: 25px; /* Deixa os cantos arredondados */
    object-fit: cover;
}
}

nav a {
    color: #fff;
    margin-left: 20px;
    text-decoration: none;
    font-weight: 500;
}

.banner {
    background: url('img/fundo-banner.jpg') no-repeat center center/cover;
    height: 20vh;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    position: relative;
}

.texto-banner {
    background: rgba(0, 0, 0, 0.6);
    padding: 40px;
    border-radius: 10px;
}

h1, h2, h3 {
    color: #f1c40f;
}

p, li, span, a {
    color: #fff;
}

.botao {
    background: #f1c40f;
    color: #000;
    padding: 10px 25px;
    border-radius: 25px;
    text-decoration: none;
    font-weight: bold;
}

.secao {
    background: #111;
    padding: 60px 20px;
    text-align: center;
}

.card {
    background: #222;
    margin: 15px;
    padding: 20px;
    display: inline-block;
    width: 250px;
    border-radius: 8px;
    color: #f1c40f;
}

footer {
    background: #132d46;
    text-align: center;
    padding: 20px;
    font-size: 0.9em;
}

.sobre {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    background: #132d46;
    color: #fff;
    padding: 60px 20px;
    max-width: 1200px;
    margin: 0 auto;
}

.img-sobre {
    flex: 1;
    min-width: 300px;
    max-width: 500px;
    text-align: center;
}

.img-sobre img {
    width: 80%;
    max-height: 400px;
    border-radius: 10px;
    object-fit: cover;
}

.texto-sobre {
    flex: 1;
    padding: 20px;
    min-width: 300px;
    max-width: 600px;
}

.texto-sobre h2 {
    font-size: 2em;
    margin-bottom: 20px;
    color: #f1c40f;
}

.texto-sobre p {
    font-size: 1.1em;
    margin-bottom: 15px;
    line-height: 1.6;
}

html {
    scroll-behavior: smooth;
}

.servicos {
    background: #132d46;
    color: #fff;
    padding: 80px 20px;
    text-align: center;
}

.servicos h2 {
    font-size: 2.5em;
    margin-bottom: 40px;
    color: #f1c40f;
}

.grid-servicos {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
}

.card-servico {
    background: #132d46;
    border: 1px solid #333;
    padding: 30px;
    width: 90%;
    max-width: 500px;
    border-radius: 8px;
    text-align: center;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.card-servico:hover {
    transform: translateY(-5px);
    box-shadow: 0 4px 15px rgba(0,0,0,0.5);
}

.card-servico img {
    width: 300px;
    height: 300px;
    margin-bottom: 20px;
    border-radius: 8px;
    object-fit: cover;
    box-shadow: 0 2px 8px rgba(0,0,0,0.5);
}

.card-servico h3 {
    font-size: 1.4em;
    margin-bottom: 15px;
    color: #f1c40f;
}

.card-servico p {
    font-size: 1em;
    line-height: 1.6;
    color: #fff;
}
.botao-voltar {
    display: inline-block;
    background: #f1c40f;
    color: #000;
    padding: 10px 25px;
    border-radius: 25px;
    text-decoration: none;
    font-weight: bold;
    margin: 20px;
    transition: background 0.3s ease;
}

.botao-voltar:hover {
    background: #d4ac0d;
}
.container-blog {
    max-width: 1900px;
    color: #000;
    margin: 20 auto;
    padding: 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.card-blog {
    background: #dae0e5;
    color: #000;
    margin: 20 auto;
    padding: 20px;
    margin-bottom: 20px;
    border-radius: 8px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.1);
    width: 100%;
    max-width: 340px;
}
.blog-page, .blog-page p, .blog-page h1, .blog-page h2, .blog-page h3, .blog-page a, .blog-page span {
    color: #000 !important;
}
.contato {
    background: url('img/envelope.webp') no-repeat center center/cover;
    color: #fff;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    padding: 60px 20px;
}

.contato-texto {
    flex: 1;
    min-width: 300px;
    max-width: 500px;
    margin: 20px;
}

.contato-texto h2 {
    font-size: 2em;
    color: #f1c40f;
    margin-bottom: 20px;
}

.contato-texto p {
    font-size: 1.1em;
    line-height: 1.6;
    margin-bottom: 15px;
}

.contato-formulario {
    flex: 1;
    min-width: 300px;
    max-width: 500px;
    background: rgba(0, 0, 0, 0.6);
    padding: 30px;
    border-radius: 10px;
}

.contato-formulario input,
.contato-formulario textarea {
    width: 100%;
    padding: 12px;
    margin-bottom: 15px;
    border: none;
    border-radius: 6px;
}

.contato-formulario button {
    width: 100%;
    padding: 12px;
    background: #132d46;
    color: #000;
    border: none;
    border-radius: 25px;
    font-weight: bold;
    cursor: pointer;
    transition: background 0.3s ease;
}

.contato-formulario button:hover {
    background: #d4ac0d;
}
/* Estilo do menu */
/* Estilo do menu de navegação */
.menu {
  width: 100%;
  display: flex;
  justify-content: center;
  background-color: transparent;
  margin: 0;
  padding: 20px 0;
}

.menu ul {
  list-style: none;
  display: flex;
  gap: 40px;
  padding: 0;
  margin: 0;
}

.menu ul li {
  display: inline;
}

.menu ul li a {
  text-decoration: none;
  font-size: 20px;
  font-weight: bold;
  color: #FFD700; /* Dourado */
  transition: color 0.3s ease;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.menu ul li a:hover {
  color: #ffffff;
}

/* Responsivo para telas pequenas */
@media screen and (max-width: 768px) {
  .menu ul {
    flex-direction: column;
    align-items: center;
    gap: 20px;
  }



/* Estilo da barra de aviso */
.aviso-cookies {
  position: fixed;
  bottom: 20px;
  left: 20px;
  right: 20px;
  background-color: #333;
  color: #132d46;
  padding: 15px 20px;
  font-size: 16px;
  border-radius: 8px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.4);
  z-index: 1000;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}

.aviso-cookies a {
  color: #FFD700;
  text-decoration: underline;
  margin-left: 10px;
}

/* Botão estilizado */
.btn-cookies {
  background-color: #132d46;
  color: #000;
  border: none;
  padding: 10px 18px;
  font-weight: bold;
  border-radius: 5px;
  cursor: pointer;
  margin-left: 15px;
  box-shadow: 0 2px 6px rgba(0,0,0,0.3);
  transition: background-color 0.3s ease, transform 0.2s ease;
}

.btn-cookies:hover {
  background-color: #e6c200;
  transform: scale(1.05);
}















/* Responsivo */
@media screen and (max-width: 768px) {
  .menu ul {
    flex-direction: column;
    align-items: center;
    gap: 20px;
  }

  .menu ul li a {
    font-size: 18px;
  }

