
.hero {
  height: 600px;
  background-image: url('img/heroimg.png');
  background-size: cover;
  background-position: center;
  display: flex;
  align-items: center;
  justify-content: center;
}

.hero-text {
  padding-top: 50px;
  text-align: center;
  color: white;
}

.logoCompleto{
   max-width: 300px;
   max-height: 300px;
   margin-top: 40px;
}

#subtitle {
  margin-bottom: 15px;
  font-size: 1.2rem;  
  font-weight: medium;
  font-family: 'Instrument Sans';
}

#subtitleslogan{
  margin-top: 15px;
  font-size: 1.2rem;  
  font-weight: medium;
  font-family: 'Instrument Sans';

}

#title {
  font-size: 2.8rem;  
  font-weight: bold;
  font-family: 'Inter';
  color: #4d889f;
}

.site-header {
  display: flex;
  justify-content: space-between;    
  align-items: center;
  padding: 12px 28px;                
  border-bottom: 1px solid white;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background: transparent;
  z-index: 1000;
  box-sizing: border-box;
  transition: background 0.5s ease, border-color 0.5s ease;
}

.site-header .logo img {
  height: 32px;
  margin-right: 0;                    
}

.site-header.scrolled {
  background: rgba(0, 0, 0, 0.6);  
  border-bottom: 1px solid rgba(255,255,255,0.1);
  backdrop-filter: blur(8px);        
}

.nav-menu {
  display: flex;
  align-items: center;
  gap: clamp(12px, 3.5vw, 40px);      
  flex-wrap: nowrap;                  
  white-space: nowrap;                
  min-width: 0;                      
}

.nav-menu a {
  color: white;
  text-decoration: none;
  font-family: 'Instrument Sans', sans-serif;
  font-weight: 500;
  transition: color 0.3s;
  font-size: clamp(0.9rem, 1.2vw, 1rem);
}

.nav-menu a:hover {
  color: #4d889f;
}

.quemSomos {
  display: flex;
  justify-content: center;
  font-family: 'Instrument Sans', sans-serif;
  padding: 3rem 3rem 2rem 3rem;
  line-height: 1.3rem;
}

.quemSomos div {
  max-width: 850px;
  background-color: #ffffff;
  color: #333;
  text-align: left;
}

.subtitulo{
  margin-bottom: 1rem;
  font-size: 1.4rem;
  font-weight: bold;
}

b{
  font-weight: bold;
}

p{
  margin-bottom: 0.5rem;
}

i{
  font-style: italic;
}

a {
  color: #4d889f;
}

.programacao{
  display: flex;
  justify-content: center;
  font-family: 'Instrument Sans', sans-serif;
  background-color: #111;
  padding: 3rem;
  line-height: 1.3rem;
  color: white;
}

.programacao div {
  max-width: 850px;
  text-align: justify;
}

.programacao iframe{
  margin-top: 1.5rem;
  border-radius: 1.5rem;
  width: 100%;
  height: 400px;
}

.site-footer {
  background-color: #111;
  color: white;
  padding: 1rem 2rem 2rem 2rem;
}

.footer-container {
  max-width: 850px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}

.footer-container {
  font-family: 'Instrument Sans', sans-serif;
  font-size: 1rem;
}

.footer-links {
  display: flex;
  gap: 1rem;                        
}

.footer-links .linkdiv{
  display: flex;
}

.footer-links a {
  text-decoration: none;
}

.footer-links svg {
  margin-right: 0.5rem;
}

.footer-links a:hover {
  opacity: 0.7;
}

@media (max-width: 1024px) {
  .site-header { padding: 10px 22px; }
  .site-header .logo img { height: 30px; }
}

@media (max-width: 900px) {
  .nav-menu { gap: 14px; }            
  .nav-menu a { font-size: 0.9rem; }
}

@media (max-width: 820px) {
  .nav-menu { gap: 10px; }
  .nav-menu a { font-size: 0.85rem; }
}

@media (max-width: 768px) {
  .nav-menu { display: none; }      
  .site-header { justify-content: center; }
  .site-header .logo img { height: 34px; }
}

@media (max-width: 428px) {
  .footer-container {
    flex-direction: column;      
    align-items: flex-start;      
  }

  .footer-links {
    margin-top: 1rem;
    display: flex;
    gap: 0rem;
    flex-direction: column;                           
  }

}
