@import url("https://fonts.googleapis.com/css2?family=Josefin+Sans:ital,wght@0,300;0,400;1,700&display=swap");

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "Josefin Sans", sans-serif;
  font-size: 16px;
}

body {
  background: #fff;
  font-family: "Josefin Sans", sans-serif;
}

h3 {
  font-size: 24px;
  font-weight: 700;
  color: #fcc92a;
}

h1 {
  font-size: 35px;
  font-weight: 700;
  color: #3d3c3d;
}

.blanc {
  color: #fff;
}

.entrada {
  width: 100%;
  height: auto;
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #f7f7f7;
  padding: 0 10px;
}

header {
  width: 100%;
  height: auto;

  display: flex;
  align-items: center;
  justify-content: space-between;

  padding: 0 10px;
}

header a {
  color: #252121;
  text-decoration: none;
}

header a:hover {
  color: #fcc92a;
  text-decoration: none;
}

.link a {
  color: #252121;
  text-decoration: none;
}

.link a:hover {
  color: #fcc92a;
  text-decoration: none;
}

label {
  color: #000;
}

.wrapper {
  background: #fff;
  max-width: 450px;
  width: 100%;
  padding: 20px;
  border-radius: 16px;
  box-shadow: 0 0 128px 0 rgba(0, 0, 0, 0.1),
    0 32px 64px -48px rgba(0, 0, 0, 0.5);
}

.resultado {
  width: 90%;
  height: auto;
  background-color: #fcc92a;
  color: #252121;
  padding: 10px;
  border-radius: 7px;
}

#menuHeader {
  width: 100%;
  height: 80px;
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  align-items: center;
  background-color: #fff;
  color: #3d3c3d;
  padding: 10px;
  -webkit-box-shadow: 0px 3px 5px 0px #999999;
  box-shadow: 0px 3px 5px 0px #999999;
}

#menuHeader a {
  color: #3d3c3d;
  text-decoration: none;
}
#menuHeader a:hover {
  color: #fcc92a;
  text-decoration: none;
}

.menu-fixo {
  position: fixed !important;
  top: 0;
  z-index: 99;
}

.logo {
  width: 100%;
  height: auto;
  padding: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.logo a {
  color: #252121;
  text-decoration: none;
}

.logo a:hover {
  color: #fcc92a;
  text-decoration: none;
}

.capa {
  width: 100%;
  height: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  padding: 20px;
  text-align: center;
}

.capa-item {
  width: 100%;
  height: auto;
  flex: 1;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  background-color: #dba606;
}

.icn {
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  padding: 7px;
}

.icn a {
  color: #000;
  text-decoration: none;
}

.icn a:hover {
  color: #fcc92a;
  text-decoration: none;
}

.pagina {
  width: 100%;
  min-height: 100vh;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: column;
  padding: 20px;
}

input {
  width: 90%;
  height: 40px;
  border-radius: 7px;
  outline: none;
  border: none;
  background-color: #f3f3f3;
  margin: 7px;
}

.blacked {
  width: 100%;
  height: 40px;
  border-radius: 7px;
  outline: none;
  border: none;
  background-color: #252121;
  color: #fff;
  margin: 7px;
}
.foot {
  width: 100%;
  height: auto;
  padding: 10px;

  bottom: 0px;
  background-color: #444;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fcc92a;
}

.foot-item {
  width: 100%;
  flex: 1;
  padding: 5px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fcc92a;
}

.foot-item a {
  color: #fcc92a;
  text-decoration: none;
}
.foot-item a:hover {
  color: #dba606;
  text-decoration: none;
  font-weight: 700;
}

.btn-ex {
  width: 200px;
  height: auto;
  text-align: center;
  padding: 10px;
  background-color: #fcc92a;
  color: #000;
  -webkit-box-shadow: 0px 3px 5px 0px #999999;
  box-shadow: 0px 3px 5px 0px #999999;
  border-radius: 30px;
  text-decoration: none;
  margin-top: 20px;
}

.btn-ex:hover {
  background-color: #dba606;
  color: #fff;
  -webkit-box-shadow: 0px 0px 0px 0px #999999;
  box-shadow: 0px 0px 0px 0px #999999;
  text-decoration: none;
}

.cartao {
  width: 90%;
  height: auto;
  padding: 20px;
  display: flex;
  justify-content: flex-start;
  flex-direction: column;
  align-items: flex-start;
  margin: 10px;
  background-color: #fff;
  color: #000;
  border-radius: 7px;
}

.ver {
  height: auto;
  min-height: 100vh;
}

.chip {
  display: inline-block;
  width: 300px;
  min-width: 200px;
  padding: 0 25px;
  height: 50px;
  font-size: 16px;
  line-height: 50px;
  border-radius: 25px;
  background-color: #f1f1f1;
  color: #000;
}

.chip img {
  float: left;
  margin: 0 10px 0 -25px;
  height: 50px;
  width: 50px;
  border-radius: 50%;
  object-fit: cover;
}

.chipG {
  display: inline-block;
  padding: 0 25px;
  height: 80px;
  font-size: 16px;
  line-height: 80px;
  border-radius: 40px;
  background-color: #f1f1f1;
}

.chipG img {
  float: left;
  margin: 0 10px 0 -25px;
  height: 80px;
  width: 80px;
  border-radius: 50%;
  object-fit: cover;
}

@media (max-width: 768px) {
  .btn-ex {
    width: 90%;
  }
  #menuHeader {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-color: #fff;
    color: #3d3c3d;
    padding: 10px;
    -webkit-box-shadow: 0px 3px 5px 0px #999999;
    box-shadow: 0px 3px 5px 0px #999999;
  }
  .capa {
    width: 100%;
    height: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    padding: 20px;
    margin-top: 30px;
  }

  .wrapper {
    background: #fff;

    width: 100%;
    padding: 20px;
    border-radius: 16px;
  }
}
