/* NOAVBAR MOBILE */
.navibar-container-mobile {
  display: none;
  background-color: #1a1d2c;
  height: 75px;
  z-index: 99999;
}

#navbar-mobile {
  background-color: #1a1d2c;
  position: fixed;
  top: 0;
  width: 100%;
  transition: 1s;
}

.mobile-menu-button {
  position: absolute;
  top: 25px;
  right: 25px;
  width: 7vw;
  height: 7vw;
}
.mobile-menu-button img {
  width: 100%;
}

.logo-navbar-mobile img {
  width: 40vw;
  /* height: 100%; */
  margin-top: 10px;
  margin-left: 10px;
}

.navbar-mobile-itens {
  height: 100vh;
  display: none;
  flex-direction: column;
  margin-top: 50px;
}

.navbar-mobile-itens a {
  margin: 5px 0px 20px 10px;
  font-size: 5vw;
}

.navbar-mobile-itens a:hover {
  transition: all, 0.5s;
  color: #aa771c !important;
}

.navbar-mobile-itens a:link,
.navbar-mobile-itens a:visited {
  color: #dddddd;
  font-family: Comfortaa-Bold;
}

.titulo-mobile {
  display: none;
}
/* NOAVBAR MOBILE - FIM */

/* HEADER MOBILE */

.headermobile {
  display: none;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  background-image: url(/img/back.webp);
  background-repeat: no-repeat;
  background-size: auto;
  /* background-position: 100% 50%; */
}

.textoheadermb {
  display: flex;
  flex-direction: column;
  align-items: left;
  justify-content: center;
  padding: 10%;
  width: 74%;
}

.textoheadermb h1 {
  font-size: 8vw;
  color: #dddddd;
  font-weight: 300;
  font-style: normal;
  line-height: 91%;
  margin: 10px 0 10px 0;
}

.textoheadermb h2 {
  margin: 2px 0px 2px 0px;
  font-size: 3vw;
}

.headermobile .logosvg img {
  width: 13rem;
}

.textoheadermb img {
  width: 17rem;
}

.instamb {
  display: flex;
  align-items: center;
  justify-items: center;
  width: 100%;
  /* height: 40px; */
  font-size: 3vw;
  color: #dddddd;
  text-decoration: none;
  list-style: none;
  cursor: pointer;
  margin-top: 7px;
}

.instamb img {
  width: 30px;
  padding-right: 5px;
}

.imgheadermb {
  display: flex;
  flex-direction: column;
  justify-content: right;
  width: 100%;
  height: auto;
}
/* HEADER MOBILE - FIM*/
