/* Reset básico */
* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}
.background-video {
    width: 11%; /* Ocupa 100% da largura do container pai */
    height: 270px; /* Define a altura fixa */
    object-fit: cover;
}

@media (max-width: 768px) {
  html {
    font-size: 14px;
  }
}
/* Ajuste dos campos do formulário */
#newsletter-form input[type="text"],
#newsletter-form input[type="email"] {
    padding: 14px 20px;
    font-size: 1rem;
    border-radius: 8px;
    margin-bottom: 15px;
    width: 100%;
    max-width: 400px;
    display: block;
    margin: 0 auto;
    border: 1px solid #ccc;
    background-color: rgba(255, 255, 255, 0.1);
    color: #fff;
}

/* Botão CONFIRMAR */
#newsletter-form button {
    padding: 14px 20px;
    font-size: 1rem;
    border-radius: 8px;
    background-color: #d4af37;
    color: white;
    border: none;
    cursor: pointer;
    width: 100%;
    max-width: 400px;
    display: block;
    margin: 0 auto;
    transition: background-color 0.3s ease;
}

/* Efeito hover no botão */
#newsletter-form button:hover {
    background-color: #c69b2d;
}
/* Geral */
body {
  margin: 0;
  font-family: 'Poppins', sans-serif;
  background-color: #FFFFFF;
  color: #1A202C;
}

/* Navbar */
.navbar {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 1rem 2rem;
  background-color: #4a4494;
}
/* Reset básico */
* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

body {
    font-family: 'Poppins', sans-serif;
    background-color: #000;
    color: #fff;
    overflow-x: hidden;
}

.container {
    max-width: 800px;
    margin: 0 auto;
    padding: 20px;
}

/* Seção de Cabeçalho */
.header {
    text-align: center;
    padding: 40px 0;
}

.name {
    font-size: 36px;
    color: #d4af37;
    margin-bottom: 10px;
}

.description {
    font-size: 18px;
    color: #ccc;
    line-height: 1.5;
}

/* Ícones de Redes Sociais */
.social-icons {
    text-align: center;
    margin-top: 20px;
}

.social-icons a {
    color: #d4af37;
    font-size: 24px;
    margin: 0 10px;
    transition: color 0.3s ease;
}

.social-icons a:hover {
    color: #fff;
}

/* Formulário de Inscrição */
.newsletter {
    position: relative;
    text-align: center;
    padding: 40px 0;
}

.overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.8);
    z-index: 1;
}

.overlay img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    filter: blur(2px);
}

.newsletter .container {
    position: relative;
    z-index: 2;
}

.message {
    font-size: 16px;
    margin-bottom: 20px;
}

form input {
    display: block;
    width: 100%;
    max-width: 300px;
    margin: 10px auto;
    padding: 10px;
    border: none;
    border-radius: 5px;
    background-color: rgba(255, 255, 255, 0.1);
    color: #fff;
}
/* Estilo para ícones de redes sociais */
.social-icons {
    display: flex;
    justify-content: center;
    gap: 20px;
}

.social-icons a {
    color: #d4af37; /* Cor dourada */
    font-size: 24px;
    text-decoration: none;
    transition: color 0.3s ease;
}

.social-icons a:hover {
    color: white;
}
form button {
    display: block;
    margin: 20px auto;
    padding: 10px 20px;
    background-color: #d4af37;
    color: #fff;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    font-size: 16px;
    font-weight: bold;
}

form button:hover {
    background-color: #c69b2d;
}
.menu {
  display: flex;
  gap: 1.5rem;
  flex-wrap: wrap;
  justify-content: center;
}

.menu a {
  color: white;
  text-decoration: none;
  font-weight: 500;
  font-size: 0.95rem;
}

/* Banner */
.banner {
  background-color: #5DADE2;
  padding: 2rem 1rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.container {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1.5rem;
}

.logo-banner img {
  max-width: 180px;
}

.text-banner h1 {
  font-size: 2rem;
  margin-bottom: 0.8rem;
}

.text-banner p {
  font-size: 1rem;
}

/* Sobre */
.sobre {
  padding: 2rem 1rem;
  text-align: center;
}

.cards {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 1.5rem;
  margin-top: 1.5rem;
}

.card {
  background: #f0f0f0;
  padding: 1.2rem;
  border-radius: 10px;
  width: 180px;
  margin: 0 auto;
}

/* CTA */
.cta {
  background-color: #5DADE2;
  color: #fafafa;
  text-align: center;
  padding: 2rem 1rem;
}

.btn {
  background-color: #4682B4;
  color: white;
  border: none;
  padding: 0.7rem 1.2rem;
  border-radius: 25px;
  cursor: pointer;
  font-weight: 600;
  width: 100%;
  max-width: 250px;
  font-size: 1rem;
}

/* Seção de Serviços */
.servicos {
  padding: 2rem 1rem;
}

.servicos h2 {
  text-align: center;
  margin-bottom: 1.5rem;
  font-size: 1.8rem;
}

.servicos-lista {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 1.5rem;
}

.servico {
  border: 2px solid #42a1e0;
  padding: 1.2rem;
  border-radius: 10px;
  text-align: center;
  background-color: white;
}

.servico img {
  width: 100%;
  height: 200px;
  object-fit: cover;
  border-radius: 8px;
  margin-bottom: 1rem;
}

.servico h3 {
  font-size: 1.1rem;
  margin-bottom: 0.5rem;
}

.servico p {
  font-size: 0.85rem;
  color: #555;
}

/* Seção de Blog / Guias */
.blog {
  padding: 2rem 1rem;
}

.blog h2 {
  text-align: center;
  font-size: 1.8rem;
  margin-bottom: 1.5rem;
}

.posts {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 1.5rem;
  padding: 0;
  margin: 0;
}

.post {
  background-color: #fff;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
  transition: transform 0.3s ease;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding: 1rem;
}

.post img {
  width: 100px;
  height: auto;
  margin-bottom: 1rem;
}

.post h3 {
  font-size: 1rem;
  margin-bottom: 0.5rem;
}

.post a {
  color: #4682B4;
  font-weight: 600;
  text-decoration: none;
  margin-top: auto;
}

/* Novo card de links verticais */
.vertical-links {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  text-align: left;
  padding: 1.2rem;
}

.vertical-links h3 {
  font-size: 1rem;
  margin-bottom: 0.8rem;
}

/* Lista de Links Verticais */
.link-list {
  list-style: none;
  padding-left: 0;
  font-size: 0.85rem;
}

.link-list li {
  margin-bottom: 6px;
}

.link-list a {
  color: #4682B4;
  text-decoration: underline;
  transition: color 0.3s ease;
}

.link-list a:hover {
  color: #005f9e;
}

/* Formulário de Newsletter */
.newsletter {
  background-color: #1A202C;
  color: white;
  padding: 2rem 1rem;
  text-align: center;
}

.newsletter h2 {
  font-size: 1.5rem;
  margin-bottom: 1rem;
}

.newsletter form {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1rem;
}

.newsletter input[type="email"] {
  width: 90%;
  max-width: 300px;
  padding: 0.7rem;
  border-radius: 10px;
  font-size: 1rem;
}

.newsletter button {
  padding: 0.7rem 1.2rem;
  font-size: 1rem;
  border-radius: 25px;
}

/* Rodapé */
.rodape {
  background-color: #1A202C;
  color: white;
  text-align: center;
  padding: 1.2rem 1rem;
  margin-top: 2rem;
  font-size: 0.9rem;
}

.redes-sociais a img {
  width: 28px;
  height: 28px;
  margin: 0 4px;
}

/* Botão WhatsApp Flutuante */
.whatsapp-float {
  position: fixed;
  bottom: 15px;
  right: 15px;
  background-color: #25D366;
  color: white;
  padding: 0.9rem 1.2rem;
  border-radius: 30px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
  z-index: 1000;
  text-decoration: none;
  font-weight: bold;
  font-size: 1rem;
}

/* Redimensionar imagens na seção de Guias */
#guias .post img {
  width: 100px;
  height: auto;
  margin: 1rem auto 0;
  display: block;
}
.social-videos {
  display: flex;
  justify-content: center;
  gap: 20px;
  margin-top: 30px;
  flex-wrap: wrap;
}
/* Estilo para texto dourado */
.golden-text {
    color: #d4af37;
    font-weight: bold;
}

/* Ajusta o espaçamento entre os parágrafos */
.contact-info p {
    margin-bottom: 10px;
}

/* Se quiser aumentar o tamanho do texto */
.contact-info p,
.contact-info strong {
    font-size: 1rem;
}

.social-videos video {
  width: 150px;
  height: 150px;
  object-fit: cover;
  border-radius: 12px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
}
