html {
  scroll-behavior: smooth;
}

header {
  display: flex;
  flex-wrap: wrap;
  background-color: #ea977b;
  color: white;
  justify-content: center;
  height: 15vh;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  z-index: 1000;
}
header .header {
  display: flex;
  align-items: center;
  width: 100%;
  justify-content: space-between;
  padding: 0 5vw;
  flex-wrap: wrap;
}
header nav {
  display: flex;
  flex-wrap: wrap;
  margin-left: auto;
}
header nav #menu-desktop {
  margin-top: revert;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  height: 40px;
  padding-right: 2vw;
}
header nav #menu-desktop li {
  list-style-type: none;
}
header nav #menu-desktop li a {
  display: flex;
  padding: 6px 16px;
  height: 35px;
  border-radius: 15px;
  border-bottom: 2px solid rgba(119, 5, 119, 0.5);
  text-decoration: none;
  color: inherit;
}
header nav #menu-desktop li a:active {
  margin-top: 2px;
  border-bottom: 2px solid #999;
}
header nav #btn-menu-mobile {
  position: relative;
  font-size: 2rem;
  cursor: pointer;
}
header nav #menu-mobile {
  background-color: rgba(0, 0, 0, 0.5);
  position: absolute;
  list-style-type: none;
  top: 0;
  right: 0;
  height: auto;
  width: 200px;
}
header nav #menu-mobile li {
  list-style-type: none;
}
header nav #menu-mobile li a {
  text-decoration: none;
  color: inherit;
  font-size: 1.5rem;
  width: 100% !important;
}
header nav #menu-mobile li a:hover {
  color: inherit;
}
header hr {
  width: 100%;
  margin: 0 0;
  height: 6px !important;
}

#section-carrossel {
  background-color: #000;
  min-height: 90vh;
}
#section-carrossel .carousel-inner img {
  filter: brightness(60%);
}
@media (min-width: 768px) {
  #section-carrossel .container {
    max-width: 60vw;
  }
}

.emulador {
  padding-top: 15vh;
  padding-bottom: 30px;
  min-height: 90vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-color: #dcd;
}
.emulador h1 {
  margin: 30px 0;
}
@media (min-width: 768px) {
  .emulador .celular {
    width: 360px;
    height: 600px;
    padding: 20px;
    border-radius: 30px;
    background-color: white;
  }
}
.emulador .celular iframe {
  width: 100%;
  height: 550px;
}

.vantagens {
  min-height: 90vh;
  padding-top: 15vh;
}
.vantagens img {
  border-radius: 10px;
}

.contato {
  display: flex;
  flex-direction: column;
  align-items: center;
  min-height: 90vh;
  padding-top: 15vh;
}
.contato iframe {
  width: 100vw;
  min-height: 900px;
}

/*# sourceMappingURL=style.css.map */
