@font-face {
  font-family: "Gotham-Bold";
  src: url("../fonts/gotham-bold-webfont.woff2") format("woff2"),
    url("../fonts/gotham-bold-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "Gotham-Light";
  src: url("../fonts/gotham-light-webfont.woff2") format("woff2"),
    url("../fonts/gotham-light-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

body {
  font-family: "Gotham-Light" !important;
}

.divprint {
  height: 1024px;
  aspect-ratio: 9 /16;
  display: flex;
  flex-direction: column;
  align-items: center;
  background-image: url("../img/background.jpg");
  background-size: 100% 1024px;
  background-color: #0c271b;
  position: relative;
}

.text-white {
  color: #fff;
}

.bold {
  font-family: "Gotham-Bold" !important;
}

.logo {
  margin: 20px 0 10px 0;
  width: 180px;
}

.text-title-1 {
  text-align: center;
  font-size: 45px;
  margin-bottom: -10px;
  padding-bottom: 0;
  font-family: "Gotham-Light" !important;
}

.text-title-2 {
  text-align: center;
  font-size: 48px;
  font-weight: 100;
  margin-bottom: 50px;
  font-family: "Gotham-Bold" !important;
  color: #fff;
}

.text-title-2_3 {
  margin-bottom: 30px;
  text-align: center;
  font-size: 48px;
  font-weight: 100;
  font-family: "Gotham-Bold" !important;
  color: #fff;
}

.text-title-2_4 {
  margin-bottom: 0px;
  text-align: center;
  font-size: 48px;
  font-weight: 100;
  font-family: "Gotham-Bold" !important;
  color: #fff;
}

.cont {
  display: block;
}

.cotacao-2 {
  zoom: 1;
}

.cotacao-3 {
  zoom: 1;
}

.cotacao-4 {
  zoom: 1;
}

.cent {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.data {
  font-size: 18px;
  margin-bottom: 0;
  margin-top: 50px;
}

hr {
  height: 1px;
  width: 120px;
  border-bottom: solid 2px #fff;
  margin-bottom: 75px;
}

.moeda {
  width: 100%;
  position: relative;
  text-align: center;
  border: solid 1px #cda054;
  background-color: transparent;
  padding: 5px 0;
  margin: 10px 0px 30px 0px;
  font-size: 30px;
}

.moeda-3 {
  width: 90%;
  padding: 5px 0;
  font-size: 23px;
}

.moeda-4 {
  width: 80%;
  padding: 5px 0;
  font-size: 18px;
  margin: 10px 0px 10px 0px;
}

.valor {
  text-align: center;
  font-weight: 400;
  margin-bottom: -5px;
}

.valor-4 {
  font-size: 14px;
  margin-bottom: -2px;
}

.dif-pos {
  text-align: center;
  color: #008000;
  margin-bottom: 15px;
}

.dif-neg {
  text-align: center;
  color: #ff2f00;
  margin-bottom: 15px;
}

.dif-dourado {
  text-align: center;
  color: #cda054;
  margin-bottom: 15px;
}

.obs {
  position: absolute;
  font-size: 10px;
  width: 60%;
  text-align: center;
  bottom: 30px;
}
