/* By Carlos Augusto */

body {
  background-color: #fff !important;
}

.top-bar {
  font-size: 0.9rem;
}

.navbar-brand .logo {
  height: 50px;
  width: auto;
}

#funciona h2 {
  color: #128ae0; /* Verde solar que remete à ecologia */
  margin-bottom: 30px;
}

#funciona .icon img {
  width: 60px;
  margin-bottom: 15px;
  opacity: 0.9; /* Leve transparência */
  transition: all 0.3s ease;
}

#funciona .icon img:hover {
  opacity: 1;
  transform: scale(1.1); /* Efeito de zoom ao passar o mouse */
}

#funciona h5 {
  color: #128ae0; /* Azul que complementa o verde para a energia renovável */
  font-size: 18px;
  margin-top: 15px;
}

#funciona p {
  color: #000000;
  font-size: 1rem;
}

#funciona .row {
  display: flex;
  justify-content: center;
}

.cta {
  min-height: 500px; /* Ajuste a altura mínima da seção */
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  position: relative;
}

.cta-content {
  z-index: 2; /* Para garantir que o conteúdo fique acima da imagem */
}

.cta::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(
    0,
    0,
    0,
    0.5
  ); /* Fundo semi-transparente para melhorar a legibilidade do texto */
  z-index: 1;
}

.cta h2 {
  font-size: 2.5rem;
  font-weight: bold;
}

.cta a {
  z-index: 2; /* Garante que o botão também fique acima da camada de sobreposição */
  background-color: #157347 !important;
  border-color: #157347 !important;
}

.carousel-caption {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  width: 100%;
}

.carousel-caption h1 {
  font-weight: bold;
  font-size: 3.5rem;
  color: #fff;
  text-shadow: 2px 2px 15px rgba(0, 0, 0, 0.7);
  text-transform: uppercase;
  letter-spacing: 1px;
  line-height: 1.2;
}

.carousel-caption p {
  color: #f0f0f0;
  font-size: 1.8rem;
  text-shadow: 1px 1px 5px rgba(0, 0, 0, 0.5);
}
h1 {
  font-weight: bold;
  font-size: 2.5rem;
  color: #006ab5;
}

h2 {
  font-weight: bold;
  font-size: 1.8rem;
  color: #006ab5;
}
.ctaImage {
  color: #ffdd00 !important;
}
h5 {
  font-weight: bold;
  font-size: 1.6rem;
  color: #006ab5;
}
.icon img {
  width: 120px !important;
  height: 120px !important;
  margin-top: 50px;
}

footer p {
  margin: 0;
}

.carousel-item img {
  height: 500px;
  object-fit: cover;
}

.fixed-top-bar {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 999;
  margin-bottom: 0;
  padding-bottom: 0;
}

.fixed-navbar {
  position: fixed;
  top: 50px; /* Ajuste para ficar logo abaixo da barra de endereço */
  width: 100%;
  z-index: 998;
  margin-top: 0;
}

.section-below-navbar {
  padding-top: 120px;
}

.linkNoticias {
  text-decoration: none;
  font-weight: bold;
  color: #006ab5;
}

.linkNoticias:hover {
  text-decoration: none;
  font-weight: bold;
  color: #6ed1ff;
}
