body, td, th {
  font-size: 1.1rem;
  font-family: 'Inter', sans-serif;
}

.text-bold {
  font-weight: bold;
}

a {
  text-decoration: none;
  color: white;
}

a:hover, a:visited, a:active {
  text-decoration: none;
  color: white;
}

.font-7rem {
  font-size: 0.7rem;
}

.font-10rem {
  font-size: 1rem;
}

.font-12rem {
  font-size: 1.2rem;
}

.font-15rem {
  font-size: 1.5rem;
}

.font-20rem {
  font-size: 2rem;
}

.font-25rem {
  font-size: 2.5rem;
}

.font-30rem {
  font-size: 3rem;
}

.font-35rem {
  font-size: 3.5rem;
}

.font-40rem {
  font-size: 4rem;
}

.font-50rem {
  font-size: 5rem;
}

.font-60rem {
  font-size: 6rem;
}

/* Medium devices (tablets, 768px and up)*/
@media (max-width: 1199.98px) {

  .font-20rem {
    font-size: 1.6rem;
  }

  .font-25rem {
    font-size: 1.8rem;
  }

  .font-30rem {
    font-size: 2.2rem;
  }

  .font-35rem {
    font-size: 2.7rem;
  }

  .font-40rem {
    font-size: 3.2rem;
  }

  .font-50rem {
    font-size: 4rem;
  }

  .font-60rem {
    font-size: 4.5rem;
  }

}

.nav-link {
  text-decoration: none;
  color: #0a3f3c;
}

.bg-gray {
  background-color: lightgray;
}

.texto-branco {
  color: rgb(255, 255, 255);
}

.texto-laranja {
  color: #ffac52;
}

.bg-laranja {
  background-color: #ffac52;
}

.texto-laranja-escuro {
  color: #FF9F38;
}

.bg-laranja-escuro {
  background-color: #FF9F38;
}

.texto-bege {
  color: #f9ece0;
}

.bg-bege {
  background-color: #f9ece0;
}

.texto-verde-claro {
  color: #19d8ca;
}

.bg-verde-claro {
  background-color: #19d8ca;
}

.texto-azul-claro {
  color: rgb(36, 54, 127);
}

.bg-azul-claro {
  background-color: rgb(36, 54, 127);
}

.texto-verde-escuro {
  color: #0B3F3D;
}

.bg-verde-escuro {
  background-color: #0B3F3D;
}

.texto-azul-escuro {
  color: rgb(0, 37, 85);
}

.bg-azul-escuro {
  background-color: rgb(0, 37, 85);
}

.texto-amarelo {
  color: rgb(245, 172, 0);
}

.bg-amarelo {
  background-color: rgb(245, 172, 0);
}

/*#home {*/
/*  !*background-image: linear-gradient(to bottom, rgba(249,236,224,0.8) 0%, rgba(249,236,224,0.8) 100%), url(../imagens/banner2.png);*!*/
/*  background-image: url(../imagens/banner2.png);*/
/*  background-position-x: 0%;*/
/*  background-position-y: 50%;*/
/*  background-repeat: no-repeat;*/
/*  background-size: cover;*/
/*  background-attachment: scroll;*/
/*}*/

#home {
  background-image: url(../imagens/banner2.png); /* Substitua pelo caminho correto da sua imagem */
  background-position: center center; /* Centraliza a imagem horizontal e verticalmente */
  background-repeat: no-repeat; /* Evita repetição */
  background-size: cover; /* Preenche todo o espaço, mantendo a proporção */
  background-attachment: scroll; /* Imagem rola junto com a página */

  /* Configurar o tamanho da seção */
  min-height: calc(80vh - 90px); /* 100% da altura da janela menos a altura do topo e rodapé */
}

#barra-topo {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  z-index: 9999;
  background-color: rgb(0, 37, 85);
}
