@font-face {
  font-family: "NeulisAlt";
  src: url("../fonts/NeulisAlt-Medium.otf") format("opentype");
  font-style: normal;
}
@font-face {
  font-family: "NeulisBold";
  src: url("../fonts/Neulis-Bold.otf") format("opentype");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "NeulisCursive";
  src: url("../fonts/Neulis-Cursive.otf") format("opentype");
  font-weight: 700;
}
* {
  font-family: "NeulisBold", sans-serif;
  font-weight: 700;
}

html {
  font-size: 10px;
}

body {
  margin: 0;
  min-height: 100vh;
  background-image: url("../images/banner_mobile.jpg?5");
  background-repeat: no-repeat;
  background-position: bottom;
  background-size: cover;
}

@media (min-width: 800px) {
  body {
    background-image: url("../images/banner-desktop.jpg?5");
    z-index: 999;
  }
}
#header .logo {
  height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 60px 15px;
  margin-left: -60px;
  margin-right: 90px;
  margin-top: -15px;
}
#header .menu {
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-right: -95px;
}
#header .itens-menu {
  height: auto;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 4em;
}
#header .itens-menu .btn-menu {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  transition: 0.5s all;
  text-align: center;
  background-color: #0b0b84;
  border-radius: 50px;
  width: 360px;
  padding: 20px;
  color: #fff;
  position: relative;
  overflow: hidden;
}
#header .itens-menu .btn-menu .gradient {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 4px;
  border-radius: 50px;
  margin-top: -0.25em;
}
#header .itens-menu .btn-menu .label {
  position: relative;
  text-transform: uppercase;
  font-size: 1.8rem !important;
  width: 100%;
  white-space: normal;
  word-wrap: break-word;
  line-height: 1.4;
  vertical-align: middle;
  padding: 0;
  margin: 0;
}
#header .itens-menu .btn-menu .transition {
  transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
  transition-duration: 500ms;
  background-color: #fe5432;
  border-radius: 9999px;
  width: 0;
  height: 0;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
#header .itens-menu .btn-menu:hover .transition {
  width: 100%;
  height: 10rem;
}
#header .itens-menu .btn-menu:active {
  transform: scale(0.97);
}
#header .itens-menu .btn-menu p {
  color: #fff;
  font-size: 1.2rem;
  font-weight: 100;
  width: 100%;
  margin-bottom: 0px;
}
#header .itens-menu .btn-banner {
  margin-bottom: 30px;
  text-decoration: none;
  color: #0124bb;
  font-weight: 700;
}
#header .row {
  min-height: 100vh;
  display: flex;
  align-items: center;
}

#text-outra-forma {
  margin-top: 1rem;
}
#text-outra-forma span {
  font-size: 1.6rem;
  font-family: "NeulisCursive" !important;
  font-weight: normal;
}

@media (max-width: 768px) and (max-height: 1020px) {
  #header .logo {
    height: 50vh;
    padding: 25px;
    margin: -60px 0 0 0 !important;
  }
  #header .menu {
    justify-content: flex-start;
    margin: 0;
  }
  #header .menu .itens-menu {
    margin-top: -5em;
    justify-content: end;
    padding-bottom: 15em;
  }
  #header .menu .itens-menu .btn-banner {
    max-width: 95%;
    font-size: 2rem;
  }
  #header .menu .itens-menu .btn-menu {
    max-width: 100%;
  }
  #header .row {
    display: block;
  }
}
@media (max-width: 485px) {
  #header .itens-menu {
    margin-top: -5em !important;
  }
  #header .itens-menu .btn-banner {
    max-width: 95%;
    font-size: 2rem;
  }
  #header .itens-menu .btn-menu {
    max-width: 100%;
  }
}
@media (max-width: 650px) {
  #header .itens-menu {
    margin-top: -1em;
  }
  #header .btn-banner {
    max-width: 95%;
    font-size: 2rem;
  }
  #header .btn-menu {
    max-width: 100%;
  }
}