@import url('https://fonts.googleapis.com/css2?family=Chivo:ital,wght@0,300;0,400;0,900;1,700&display=swap');
body{
  min-height: 100vh;
  width: 100%;
  box-sizing: border-box;
  overflow: hidden;
  margin: 0px;
  color: white;
  position: relative;
}
body::before{
  content: "";
  position: absolute;
  top: 0px;
  right: 0px;
  left: 0px;
  bottom: 0px;
  z-index: -1;
  opacity: 0.9;
  background-image: url("../assets/mobile/image-host.jpg");
  background-color: #121725;
  background-blend-mode: multiply;
  background-size: cover;
  background-repeat: no-repeat;;
}
.frame{ 
  width: 100%;
  min-height: 100vh;
  text-align: center;
  padding-top: 20%;
}
.frame-image{
  display: none;
}
.frame-logo{
  margin-bottom: 15%;
}
.frame-text{
  width: 90%;
  margin: 0 auto;
  font-family: 'Chivo', sans-serif;
}
.text-title h2:first-child{
  color: #54E6AF;
  line-height: 1.0;
  font-size: 26px;
  font-weight: 300;
  opacity: 0.8;
}
.text-title h2:last-child{
  font-size: 26px;
  margin-bottom: 10%;
  font-weight: 300;
  opacity: 0.8;
}
p{
  width: 97%;
  font-size: 15px;
  line-height: 1.7;
  color: #C2CBE5;
  margin-bottom: 15%;
  font-weight: lighter;
}
.plataforms{
  width: 95%;
  margin: auto;
  display: flex;
  justify-content: space-between;
  align-items:flex-end;
  margin-bottom: 15%;
}
.plataforms img{
  width: 22%;
  height: 15px;
}
.plataforms img:first-child, img:nth-child(2){
  width: 15%;
  height: 17px;
}
.plataforms img:nth-child(3){
  height: 11px;
  align-self: center;
}
.frame-input{
  display: block;
  width: 100%;
  height: 20vh;
}
.frame-input input{
  width: 95%;
  height: 31%;
  border-radius: 20px;
  margin-bottom: 5%;
  padding: 0px;
  background-color: #2C344B;
  border: 1px solid  #2C344B;;
  color: #fff;
  font-size: 14px;
  text-indent: 20px;
  outline: none;
}
.frame-input input::placeholder{
  color: #fff;
  opacity: 0.5;
  font-family: 'Chivo', sans-serif;
  font-size: 14px;
  text-indent: 20px;
}

.frame-input button{
  width: 96%;
  height: 31%;
  border-radius: 20px;
  background-color: #54E6AF;
}

button{
  font-size: 14px;
  font-family: Chivo;
  font-weight: bold;
  color: rgba(0, 0, 0, 0.7);
}
.image-decoration{
  display: none;
}
.error-message{
  width: 65%;
  height: 20%;
  font-family: 'Chivo', sans-serif;
  margin-top: -14px;
  font-size: 12px;
  font-weight: bold;
  color: #FB3E3E;
  opacity: 0.7;
  text-indent: 20px;
  display: none;
}