* { margin:0; padding:0; box-sizing:border-box; }
body {
  font-family: Arial, sans-serif;
  color: #333;
  background: url('fundo-site.jpg') no-repeat center top fixed;
  background-size: cover;
  line-height:1.6;
}
.container { width:90%; max-width:1000px; margin:0 auto; }

header {
  background:#fff;
  border-bottom:1px solid #e0e0e0;
  padding:10px 0;
  position:sticky;
  top:0;
  z-index:10;
}
.header-inner {
  display:flex;
  align-items:center;
  justify-content:space-between;
}
.logo { max-height:60px; }
header nav a {
  color:#00336E;
  margin-left:20px;
  text-decoration:none;
  font-weight:bold;
}
header nav a:hover { text-decoration:underline; }

.hero {
  padding:120px 0;
  text-align:center;
}
.hero-content {
  background: rgba(0,51,110,0.8);
  padding:60px 20px;
  border-radius:8px;
  color:#fff;
}
.hero h1 { font-size:2.5rem; margin-bottom:20px; }
.hero p { font-size:1.2rem; margin-bottom:30px; }
.hero-banner {
  width: 100%;
  margin: 0;
  padding: 0;
}

.banner-img {
  width: 100%;
  height: auto;
  display: block;
}
.btn-primary {
  background-color:#0072CE;
  color:#fff;
  padding:15px 30px;
  border-radius:5px;
  text-decoration:none;
}
.btn-primary:hover { background-color:#005bb5; }

.section-white {
  background:#fff;
  padding:60px 0;
  margin-top:20px;
  border-radius:8px;
}

#rss-feed { list-style:none; }
#rss-feed li { margin-bottom:12px; }
#rss-feed a {
  color:#00336E;
  text-decoration:none;
  font-weight:bold;
}
#rss-feed a:hover { text-decoration:underline; }

.form-apoio {
  display:flex;
  flex-direction:column;
  gap:15px;
}
.form-apoio input, .form-apoio textarea {
  width:100%;
  padding:12px;
  border:1px solid #ccc;
  border-radius:5px;
}
.form-apoio button {
  background:#0072CE;
  color:white;
  padding:14px;
  border:none;
  border-radius:5px;
  cursor:pointer;
}
.form-apoio button:hover { background:#005bb5; }

.footer {
  background:#00336E;
  color:#fff;
  padding:30px 0;
  margin-top:40px;
  text-align:center;
}
.relatos-lista {
  list-style: none;
  padding-left: 0;
}
.relatos-lista li {
  margin: 8px 0;
  font-size: 1rem;
}
.relatos-lista a {
  color: #00336E;
  text-decoration: none;
}
.relatos-lista a:hover {
  text-decoration: underline;
}
.insta-row {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
  margin-bottom: 30px;
}

.insta-embed {
  flex: 1 1 45%;
  max-width: 540px;
  min-width: 300px;
}