body,html{
  scroll-behavior: smooth;  
  margin: 0;
  color: rgba(238, 229, 229, 0.474);
  background-color: rgb(55, 172, 170); background-size: cover; background-image: url(fundo.jpg);
}
.container {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .container {
      padding: 10px;
  }
}
.navbar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: #e3d8d8;
  padding: 10px;
}
.nav-list {
  list-style: none;
  display: flex;
}
.navbar a:hover {
  background-color: #555555;
}
ul{
    display: flex;
    justify-content: space-between;
    list-style-type: none;
    align-items: center;
    padding: 16px;
}
a {
  color: rgb(8, 2, 2);
  text-decoration: none;
}#ods {
  color: #000000;
  text-transform: uppercase;
  font-family: cursive;
  border: 0.1rem  solid;
  padding: 0.5rem 1rem;
  border-radius: 0.8rem;
  background-color: #F6524A;
  text-decoration: none;
}
#ods:hover {
  background-color:#01acea;
}
.linha {
  width: 35%;
  size: 8; 
  color: #BE81F7;
}
.linhas {
  width: 10%;
  size: 7;
  color: #84848437;
}
.centralizado {
  text-align: center;
  font-weight: bold;
  text-transform: initial;
  font-size: 1.9rem;
}
header img {
  width: 150px;
  height: 150px;
  border-radius: 50%;
  border: 5px solid #000000b5;
}
.center {
    text-align: center;
}

h1 {
    color: #0000008d;
}
h2{
    color: hsl(0, 0%, 5%);
    text-align: center;
    padding: 0%;
}
h3{
  color: black;
  padding: 20px;
  box-sizing: 10;
}
p{
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  color: black;
}
h3{
  font-family: 'Times New Roman', Times, serif;
  color: rgba(0, 0, 0, 0.981);
}
section{
  background-color: #d4cad6e3;
  padding: 20px;
}
section{
  padding: 20px;
}
.energy-section {
  padding: 40px;
  text-align: center;
}

.energy-grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
  margin-top: 20px;
}

.energy-item {
  flex: 1;
  max-width: 300px;
  background-color: #0e2c9c2f;
  padding: 20px;
  border-radius: 8px;
}
.energy-item img {
  width: 100%;
  border-radius: 4px;
  margin-top: 10px;
}
.energy-video {
  margin-top: 40px;
}
footer {
  background-color: #f5f5f5;
  padding: 20px 0;
  text-align: center;
}

.footer-content {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
footer {
  background-color: #765656;
  padding: 20px;
  text-align: center;
}

.footer-icons {
  display: flex;
  justify-content: center;
  gap: 10px;
}

.footer-icons a img {
  width: 24px;
  height: 24px;
  transition: transform 0.2s;
}

.footer-icons a img:hover {
  transform: scale(1.2);
}




