*{
  margin: 0;
  padding: 0;
  font-family: Arial, Helvetica, sans-serif;
}

.times{
  font-family: 'Times New Roman', Times, serif;
}

a, a:hover{
  color: unset;
  text-decoration: none;
}

body{
  font-size: 1.5rem;
}
.bold{
  font-weight: bold;
}

.azul{
  color: #000039;
}

.bg-azul{
  background-color: #000039;
}

.border-azul{
  border: solid #000039 20px;
  border-top: solid #000039 3px;
  border-radius: 0px 0px 4px 4px;
}

.border-azul-2{
  border: solid #000039 3px;
  border-bottom: solid #000039 7px;
}

.border-bege{
  border: solid #D3AF71 3px;
  line-height: 1.7;
}

.bege{
  color: #D3AF71;
}

.dourado{
  color: #876B2C;
}

.border-dourado{
  border: solid #876B2C 1px;
  line-height: 1.7;
}

.bg-bege{
  background-color: #D3AF71;
}

.bg-green{
  background-color: #25D366;
}

nav{
  background-color: #000039;
}