*{
    padding: 0;
    margin: 0;
}

tr {
  width: 100%;
  display: table;
  table-layout: fixed;
  border-collapse: separate;
  border-spacing: 5px 0px;
}

td {
  display: table-cell;
}

mark {
  background: yellow;
}

mark.current {
  background: orange;
}

.header {
  padding: 0px;
  width: 100%;
  top: 0;
  left: 0;
  color: white; /* Texto branco no cabeçalho */
}

.content {
  margin-top: 50px;
  color: white; /* Texto branco no conteúdo */
}

.navbar{
    margin-bottom: 0;
}

@import url('https://fonts.googleapis.com/css?family=Poppins');

body {
    font-family: 'Poppins', sans-serif;
    position: relative;
    background-color: #000000; /* Fundo sólido para fallback */
    color: white; /* Alterar a cor do texto para branco */
}

body::after {
    content: "";
    background: url('Logos/fundocapa.jpg') no-repeat center center fixed; /* Substitua com o caminho da sua imagem */
    background-size: cover;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0.2; /* Opacidade baixa */
    z-index: -1; /* Garante que o conteúdo fique acima da imagem */
}

.copyright {
    background-color: #2b2b2b;
    color: white; /* Texto branco no rodapé */
}

.copyright p {
    margin: 15px 0px;
}

footer{
    background-color: #000000;
    padding: 20px;
    color: white; /* Texto branco no rodapé */
}

footer .menu li a {
    color: #ffffff;
    padding: 10px;
    text-decoration: none;
    font-size: 17px;
}

footer .menu li a:hover {
    color: #fdeb00;
}

.fa.fa-instagram , 
.fa.fa-facebook , 
.fa.fa-twitter {
    color: #000000;
    font-size: 30px;
    padding: 10px;
}

.fa.fa-instagram:hover, 
.fa.fa-facebook:hover, 
.fa.fa-twitter:hover {
    color: #fdeb00;
}

#imgfooter{
    width: 7vw;
}

.links{
    margin-top: 50px;
}

.menu list-inline{
    margin-top: 50px;
}

.divLeft {
    width: 49.5%;
    height: 949px;
    float: left;
    position: relative;
}

#spaceText {
    padding-right: 16px;
}

#photo {
    width: 1600px;
    height: 949px;
}

.textDiv{
   position: absolute;
   top: 0;
   left: 0;
   color: white; /* Texto branco no texto flutuante */
}
