.lp-auto-layout {
  width: 100%;
  background-color: #000;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding-bottom: 100px;
  display: flex;
}

.header {
  width: 100%;
  height: 600px;
  min-height: 600px;
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  background-image: url('../images/capa-site.png');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 100px 20px;
  display: flex;
}

.frame-18 {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.title {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.text {
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  font-size: 24px;
  font-weight: 400;
  line-height: 90%;
}

.text-2 {
  color: #00bfff;
  text-align: center;
  text-transform: uppercase;
  font-size: 60px;
  font-weight: 400;
  line-height: 90%;
}

.text-3 {
  color: #fff;
  text-align: center;
  font-size: 16px;
  font-weight: 400;
  line-height: 109.5%;
}

.btn {
  background-image: linear-gradient(#00bfff 0%, #04c1fd 100%);
  border-radius: 20px;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  padding: 16px 50px;
  text-decoration: none;
  display: flex;
}

.text-4 {
  color: #fff;
  font-size: 24px;
  font-weight: 700;
  line-height: 90%;
}

.section {
  width: 100%;
  height: 300px;
  background-color: #00bfff;
  justify-content: center;
  align-items: center;
  padding: 50px;
  display: flex;
}

.column {
  width: 100%;
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.na-palma-das-suas-m-os {
  color: #fff;
  font-size: 40px;
  font-weight: 700;
  line-height: 90%;
}

.text-5 {
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  line-height: 100%;
}

.column-2 {
  width: 100%;
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 25px;
  padding-bottom: 25px;
  display: flex;
}

.oneplus-10t {
  object-fit: cover;
}

.column-3 {
  width: 100%;
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding-top: 25px;
  padding-bottom: 25px;
  display: flex;
}

.text-6 {
  color: #fff;
  font-size: 16px;
  font-weight: 400;
}

.section-2 {
  width: 100%;
  height: 300px;
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 100px;
  padding-left: 50px;
  padding-right: 50px;
  display: flex;
}

.text-7 {
  color: #fff;
  text-align: center;
  font-size: 40px;
  font-weight: 700;
  line-height: 90%;
}

.text-8 {
  color: #fff;
  text-align: center;
  font-size: 16px;
  font-weight: 400;
}

@media screen and (max-width: 767px) {
  .section {
    height: auto;
    flex-direction: column;
  }
}
