

.top-bar {
  background: #000000;
  color: rgb(255, 255, 255);
  padding: 8px 0;
  font-size: 12px;
}

.top-bar .container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.top-bar {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1000;
  background: #000000;
  color: #ffffff;
  padding: 8px 0;
  font-size: 12px;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15);
}

.top-links a {
  margin-right: 1.25rem;
  font-size: 0.875rem;
  color: #1161e2;
  text-decoration: none;
}

.top-links a i {
  margin-right: 0.4rem;
} 


.language-selector {
  display: flex;
  align-items: center;
  gap: 1rem;
  font-size: 0.875rem;
}

.social-icons a {
  color: #ffffff;
  margin-left: 0.5rem;
  font-size: 1rem;
}
.top-links {
  display: flex;
  gap: 20px;
}

.top-links a {
  color: rgb(255, 255, 255);
}

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

.social-icons {
  color: #ffffff;
  display: flex;
  gap: 10px;
}

.social-icons a {
  color: #fff;
  text-decoration: none;
}

.social-icons1 {
  color: #000000;
  text-decoration: none;
  margin-right: 10px;
}
.social-icons1 a {
  color: #000000;
  text-decoration: none;
} 

/* pesquisa styles */

.header {
  background: white;
  padding: 15px 0;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}

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

.search-container {
  position: relative;
}

.search-input {
  padding: 10px 40px 10px 15px;
  border: 1px solid #ddd;
  border-radius: 25px;
  width: 250px;
}

.search-btn {
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  background: none;
  border: none;
  cursor: pointer;
}


.header {
  margin-top: 40px; 
}
.header {
  position: fixed;
  top: 0px; 
  left: 0;
  width: 100%;
  background: white;
  padding: 15px 0;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
  z-index: 999;
}
