body, td, div span {
font-family: arial, trebuchet, tahoma, sans-serif;
background-color: #000000;
margin:0;
padding: 0;
}

.splash {
   overflow: hidden;
   width: 90%;
   margin: 0 auto;
}

.splash img{
   overflow: hidden;
   width: 100%;
   margin: 0 auto;
}


img {
  height: auto;
  margin: 0 auto;
}

.container {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  width: 90%;
  margin: 0 auto;
  justify-content: space-between;
  color:#c9a260;
}

#container > div {
  width: 49%;
}

.column {
  width: 49%;
  display: flex;
  align-items: center; /* Centraliza os itens verticalmente dentro da coluna */
}



.column img {
  max-width: 100%; /* Garante que as imagens não ultrapassem a largura da coluna */
}

.column p {
  text-align: center;
}

.footer-img {
    display: flex;
    margin: 0 auto;
    text-align: center;
}

.figure {
    vertical-align: middle;
    width: 25%;
    margin: 0 auto;
    text-align: center;
}

.figure:hover {
    cursor: pointer;
}

.figure a {
    text-decoration: none;
    color: #FFF !important;
}

.figure img {
    display: inline !important;
    width: 100%;
}

.figure figcaption {
    display: inline !important;
    vertical-align: super !important;
}


.big {
  display: block;
  margin-bottom: 50px
}

.fundo {
  width: 100%;
  font-size: 11px;
  text-align: center;
  margin: 50px 0 40px 0;
}
