@font-face {
  font-family: relacionamento;
  font-style: normal;
  font-weight: 400;
  src: url("relacionamento.woff") format("woff"),
    url("relacionamento.ttf") format("truetype");
}

.bbds-rel {
  font-family: relacionamento;
}

.bbds-rel--bb-icon:before {
  content: "\f103";
}

@font-face {
  font-family: BancoDoBrasilTextos-Regular;
  src: url("BancoDoBrasilTextos-Regular.woff2") format("woff2");
}

@font-face {
  font-family: BancoDoBrasilTitulos-Regular;
  src: url("BancoDoBrasilTitulos-Regular.woff2") format("woff2");
}

html,
body {
  margin: 0px;
  background-color: #f6f6f6;
}

.banner {
  /* width: 100%; */
  background-color: #fdf429;
  padding: 15px;
}

.logo {
  margin-left: 23%;
  color: #465eff;
  font-size: 60px;
}

.header {
  padding-top: 20px;
  margin-left: 23%;
  padding-bottom: 5px;
  padding-left: 15px;
  color: #465eff;
  font-weight: bold;
}

.content {
  padding-top: 10px;
  /* margin-left: 23%; */
  padding-bottom: 5px;
  padding-left: 15px;
  line-height: 30px;
  font-size: 18px;
  color: #696969;
}

.bottom {
  padding-top: 10px;
  margin-left: 23%;
  padding-left: 15px;
  font-size: 18px;
  color: #696969;
}

h1 {
  font-size: 50px;
  font-weight: 700;
  letter-spacing: -0.5px;
  margin-bottom: 10px;
  font-family: "BancoDoBrasilTitulos-Regular";
}

h2 {
  font-size: 36px;
  font-weight: normal;
  margin-bottom: 20px;
  line-height: 32px;
  letter-spacing: -0.5px;
  font-family: "BancoDoBrasilTitulos-Regular";
}

a {
  color: #0056b3;
  text-decoration: none;
}

a:hover,
a:visited {
  color: #0056b3;
  text-decoration: underline;
}

* {
  font-family: "BancoDoBrasilTextos-Regular";
  padding: 0;
  margin: 0;
  /* list-style: none; */
}

.middle {
  margin: 0 auto;
  max-width: 990px;
  padding: 0 30px;
}

/* inicio do outro estilo */
a:hover {
  text-decoration: underline;
}

.middle {
  margin: 0 auto;
  max-width: 990px;
  padding: 0 30px;
}

.main .content {
  padding: 40px 0px 20px 0px;
}

.main .ops {
  color: #465eff;
  font-size: 48px;
  font-weight: bold;
  margin-bottom: 40px;
  display: inline-block;
}

.main h1 {
  font-weight: normal;
  font-size: 32px;
  color: #465eff;
  margin-bottom: 20px;
}

.main h2 {
  margin-bottom: 20px;
  font-weight: normal;
  font-size: 19px;
  color: #626364;
}

.main ul {
  margin-bottom: 50px;
  list-style-position: inside;
}

.main ul li {
  margin-bottom: 10px;
}

/* .main ul li a:before {
  content: "";
  background: url("arrow.svg");
  background-size: 100%;
  width: 18px;
  height: 18px;
  display: inline-block;
  margin-right: 10px;
} */
.main a {
  color: #0056b3;
}

.main .stores img {
  display: inline-block;
  margin-right: 30px;
  margin-bottom: 10px;
}

/* Footer */
.footer .rayid {
  background: #fdf429;
  color: #5e5e5e;
}

.footer .contacts {
  background: #fdf429;
  padding: 10px;
}

.footer .contacts .middle {
  display: -webkit-flex;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

.footer ul {
  -moz-column-count: 3;
  -webkit-column-count: 3;
  column-count: 3;
  column-gap: 20px;
  width: 100%;
}

.footer ul li {
  margin-bottom: 20px;
}

.footer ul li strong {
  display: block;
}

.footer .copyright {
  padding: 10px 0;
  background: #fdf429;
  color: #696969;
}

.ray {
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
}

.content-body {
  margin-top: 20px;
  display: -webkit-flex;
  display: flex;
  width: 800px;
}

.content-body ul:last-child {
  margin-left: 13%;
}

.general {
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 100vh;
  width: 100%;
}

@media (max-width: 900px) {
  .general {
    min-height: 0px;
  }

  .footer ul {
    -moz-column-count: 2;
    -webkit-column-count: 2;
    column-count: 2;
  }

  .content {
    font-size: 16px;
  }

  .content-body {
    margin-top: 10px;
    display: -webkit-flex;
    display: flex;
    flex-direction: column;
    width: 100%;
  }

  .content-body ul:last-child {
    margin-left: 0px;
    margin-top: -30px;
  }

  .main h1 {
    font-size: 28px;
  }

  .main ul li {
    margin-bottom: 0px;
  }

  h2 {
    line-height: 22px;
  }
}

@media (max-width: 640px) {
  .middle {
    padding: 0 15px;
  }

  .footer .contacts .middle {
    display: block;
  }

  .footer ul {
    margin-bottom: 30px;
  }
}

@media (max-width: 500px) {
  .footer ul {
    -moz-column-count: 1;
    -webkit-column-count: 1;
    column-count: 1;
  }
}
