* {
  margin: 0;
  padding: 0;
  font-weight: normal;
  box-sizing: border-box;
  text-decoration: none;
  list-style: none;
  font-family: "Open Sans", sans-serif;
  color: #333333;
}
html {
  scroll-behavior: smooth;
}
body {
  overflow-x: hidden;
}
strong {
  font-weight: bold;
}
p {
  font-size: 18px;
  line-height: 28px;
  margin-bottom: 20px;
}
.container {
  width: 1000px;
  margin: 0 auto;
}
.titulo {
  font-size: 24px;
  font-weight: bold;
  line-height: 28px;
  margin-bottom: 24px;
}
.subtitulo {
  font-size: 21px;
  line-height: 26px;
  font-weight: bold;
  margin-bottom: 20px;
}
.img {
  display: block;
  margin-bottom: 20px;
  width: 100%;
}
hr {
  margin-bottom: 20px;
  opacity: 0.4;
}
p a {
  color: #167ac6 !important;
  text-decoration: underline;
  font-weight: bold;
}
/* header */
header {
  background: linear-gradient(270.03deg, #2758fa 0.02%, #28a1f0 99.99%);
  height: 80px;
}
header .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 100%;
}
.logo img {
  height: 60px;
  width: 200px;
}
header .container > div,
.menu {
  display: flex;
  align-items: center;
}
.brasil {
  width: 35px;
  margin-left: 30px;
}
.menu a {
  padding: 5px 15px;
  font-size: 16px;
  line-height: 25px;
  color: #fff;
  transition: filter 0.4s;
  font-weight: 500;
}
.btn_nav {
  background: #0fd13d;
  box-shadow: rgba(255, 255, 255, 0.41) 0px 1px 0px 0px inset;
  border-radius: 3px;
  height: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: 15px;
  transition: filter 0.4s;
}
.btn_nav:hover,
.menu a:hover {
  filter: brightness(85%);
}
/* -------------- */
main {
  display: grid;
  grid-template-columns: 1fr 228px;
  grid-gap: 10px;
  padding-top: 15px;
}
.s1 h1 {
  font-size: 47px;
  line-height: 61px;
  font-weight: 800;
  margin-bottom: 9px;
}
.bloco {
  background: #fef5c4;
  padding: 16px;
  margin-bottom: 20px;
}
.bloco p {
  margin-bottom: 0;
}
.promocao {
  background: #fafad2;
  padding: 15px;
  margin-bottom: 10px;
  border: 4px dashed red;
}
.promocao p {
  margin-bottom: 0;
}
.lista li {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 24px;
}
.btn {
  font-size: 26px;
  text-align: center;
  line-height: 41px;
  font-weight: bold;
  color: #fff;
  background: linear-gradient(180deg, #4ba614, #008c00);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 15px;
  border-radius: 3px;
  margin-bottom: 20px;
  transition: ease 0.5s;
  border: 1px solid #224d07;
}
.btn:hover {
  background: #224d07;
}
/* ---------- */
.comentarios h1 {
  font-size: 10px;
  line-height: 16px;
  text-align: center;
  margin-bottom: 11px;
}
.comentario {
  display: grid;
  grid-template-columns: 50px 1fr;
  grid-gap: 8px;
  margin-bottom: 10px;
}
.nome {
  font-size: 13px;
  line-height: 16px;
  color: #3b5998;
  font-weight: bold;
  margin-bottom: 5px;
}
.foto {
  background: #ddd;
  height: 50px;
}
.comentario p {
  font-size: 12px;
  line-height: 15px;
  margin-bottom: 0;
}
/* ------------- */
aside {
  padding-left: 10px;
  border-left: 1px solid #eee;
  height: 520px;
}
aside h1 {
  font-size: 22px;
  line-height: 33px;
  background: #344a5f;
  font-weight: bold;
  text-align: center;
  color: #fff;
  padding: 10px 5px 5px 5px;
  margin-bottom: 10px;
}
.link {
  display: block;
  font-size: 16px;
  line-height: 24px;
  color: #167ac6;
  font-weight: 600;
  text-align: center;
}
/* ------------ */
.info_ {
  margin: 30px auto;
}
.info {
  font-size: 10px;
  line-height: 16px;
  text-align: center;
  padding: 0 114px;
}
/* footer */
footer {
  background: #333333;
  padding: 50px 0;
}
footer * {
  color: #fff;
}
.logo_footer {
  width: 200px;
}
.informacoes {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  margin-top: 30px;
}
.info_item h2 {
  font-size: 18px;
  line-height: 21px;
  font-weight: 500;
  margin-bottom: 17px;
}
.info_item ul a {
  font-size: 14px;
  line-height: 17px;
  margin-bottom: 13px;
  display: block;
  font-weight: 500;
}
.contato_ {
  display: grid;
  grid-template-columns: 40px 1fr;
  grid-gap: 5px;
  align-items: center;
  margin-bottom: 15px;
}
.contato_ h3 {
  font-size: 14px;
  line-height: 17px;
}
.copy {
  padding: 18px 0;
}
.copy .container {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
}
.copy span {
  font-size: 12px;
  line-height: 19px;
  margin-right: 10px;
  display: block;
}
.copy p {
  font-size: 13px;
  line-height: 20px;
  margin-top: 25px;
  margin-bottom: 0;
  text-align: right;
}
.bandeiras {
  width: 100%;
  max-width: 300px;
}
.copy .container > div {
  justify-self: flex-end;
}

.btn_mobile {
  display: none;
  width: 40px;
  background: none;
  border: none;
}
.hamburgger {
  border-top: 2px solid #fff;
  display: block;
}
.hamburgger::after,
.hamburgger::before {
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  background: #fff;
  margin-top: 5px;
}
@media (max-width: 1000px) {
  .container {
    width: 90%;
  }
  .menu {
    position: absolute;
    top: 80px;
    left: 0;
    right: 0;
    background: linear-gradient(270.03deg, #2758fa 0.02%, #28a1f0 99.99%);
    flex-direction: column;
    padding-bottom: 20px;
    visibility: hidden;
    height: 0px;
    overflow-y: hidden;
  }
  .menu.ativo {
    visibility: visible;
    overflow: auto;
    height: auto;
  }
  .menu a:not(.btn_nav) {
    display: block;
    padding: 10px;
  }
  .btn_mobile {
    display: block;
    order: -3;
  }
  .brasil {
    order: -1;
    margin-right: 30px;
  }
}
@media (max-width: 768px) {
  main {
    grid-template-columns: 1fr;
  }
  aside {
    height: auto;
    padding-left: 0;
    border-left: 0;
  }
  .informacoes {
    grid-template-columns: repeat(2, 1fr);
  }
  .info_item {
    margin-top: 10px;
  }
}
@media (max-width: 550px) {
  .s1 h1 {
    font-size: 30px;
    line-height: 35px;
  }
  .info {
    padding: 0;
  }
  .informacoes {
    grid-template-columns: 1fr;
  }
  .copy {
    text-align: center;
  }
  .bandeiras {
    display: block;
  }
  .logo img {
    width: 120px;
  }
}
