* {
  margin: 0;
  padding: 0;
  font-family: Arial, Helvetica, sans-serif;
  scroll-behavior: smooth;
}

.container {
  background-color: white;
  height: 100vh;
  width: 100%;
}

.return{
  margin:1% 5%;
}

.return a{
  text-decoration: none;
  color: black;
}

.return a:hover{
  color: #1dac4b;
}

.return i{
  color: #1dac4b;
}
.row {
  display: flex;
}

.textApoie {
  padding: 0 5%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100vh;
  animation: go-back 1s;
}
.textApoie h1 {
  display: flex;
  align-items: center;
  font-size: 64px;
  color: #1dac4b;
  margin: 32px 0;
}

.textApoie .heartTitle {
  margin-top: -13px;
  font-size: 50px;
}
.textApoie p {
  text-align: justify;
  font-size: 20px;
  line-height: 26px;
}

.textApoie .mark {
  background-color: white;
  color: #1dac4b;
}

.textApoie h4 {
  font-size: 12px;
  line-height: 16px;
  margin: 32px 0;
}

.textApoie .watchme {
  height: 15%;
  display: flex;
  align-items: flex-start;
  text-align: center;
}

.textApoie .watchme a {
  color: black;
  font-size: 18px;
  text-decoration: none;
}

/* CARD PIX */
.imgApoie {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 0 5%;
  background-color: #1dac4b;
  width: 30%;
  height: 525px;
  animation: go-back 1s;
  border-radius: 50px;
  margin: 5%;
}

.card {
  width: 100%;
  height: auto;
}
.card_Title {
  text-align: center;
  margin: 8% 0;
  color: white;
}
.card_Content {
  text-align: center;
  animation: go-back 1s;
}
.card_Content img {
  width: 200px;
  height: 200px;
  border-radius: 15px;
}
.card_Footer {
  display: flex;
  text-align: center;
  margin: 8% 0;
}
.play {
  width: 60px;
  margin-top: 10px;
  color: #1dac4b;
}

.button {
  background-color: #245f38;
  border: none;
  color: white;
  padding: 15px 32px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 15px;
  cursor: pointer;
  border-radius: 10px;
  margin-left: 5px;
}

.button:hover {
  background-color: #1a271e; /* Green */
  color: white;
}

input[type="text"] {
  width: 230px;
  font-size: 12px;
  padding: 12px;
  border: 2px solid #1dac4b;
  border-radius: 10px;
  resize: vertical;
  color: rgb(0, 0, 0);
}
input[type="text"]::selection {
  background: #1dac4b;
  color: white;
}

input {
  margin-left: 20px;
}

/* CONTAINER VIDEO */
.containerVideo {
  display: flex;
  flex-direction: column;
  align-items: center;
}

/* ANIMAÇÃO */
@keyframes go-back {
  from {
    transform: translateX(200px);
  }
  to {
    transform: translateX(0);
  }
}

/* RESPONSIVIDADE */

@media screen and (max-width: 1024px) {
  .container {
    height: 120vh;
    width: 100%;
  }
  .imgApoie {
    width: 100%;
    height: auto;
  }

  iframe {
    width: 900px;
    height: 505px;
  }


}

@media screen and (max-width: 768px) {
  .container {
    height: 120vh;
    width: 100%;
    margin-top: 15%;
  }
  iframe {
    width: 700px;
    height: 450px;
  }
  .imgApoie {
    width: 40%;
    height: 450px;
    margin-right: 20px;
  }
  .textApoie {
    height: 60vh;
  }



  @media screen and (max-width: 425px) {
    .container {
      height: 100vh;
      width: 100%;
    }
    .container .row .textApoie h1{
      font-size: 50px;
    }

    .textApoie .heartTitle {
      margin-top: -10px;
      font-size: 40px;
    }

    iframe {
      width: 390px;
      height: 220px;
      margin-left: 20px;
      margin-right: 20px;
    }

    .row {
      display: flex;
      flex-wrap: wrap;
    }
    .imgApoie {
      width: 80%;
      height: auto;
      margin-top: 25%;
    }
    .qr-code {
      width: 100px;
      height: 100px;
    }

    .imgApoie {
      width: 85%;
      height: 370px;
      margin: 2.5%;
    }

    .containerVideo{
      margin-top: 100px;
    }
  }

  @media screen and (max-width: 375px) {
    .container {
      height: 200vh;
      width: 100%;
    }
    .row {
      display: flex;
      flex-wrap: wrap;
    }

    .container .row .textApoie h1{
      font-size: 50px;
    }

    .textApoie .heartTitle {
      margin-top: -10px;
      font-size: 40px;
    }
    .imgApoie {
      width: 80%;
      margin-top: 30%;
    }
    .textApoie {
      margin-left: 20px;
      margin-top: 30px;
    }

    iframe {
      width: 355px;
      height: 200px;
      margin-left: 10px;
      margin-right: 10px;
    }

    .imgApoie {
      width: 85%;
      height: 370px;
      margin: 2.5%;
    }

    .containerVideo{
      margin-top: 100px;
    }

  }

  @media screen and (max-width: 320px) {
    .container {
      height: 200vh;
      width: 100%;
    }
    .row {
      display: flex;
      flex-wrap: wrap;
    }
    .imgApoie {
      width: 85%;
      height: 370px;
      margin-top: 65%;
    }



    iframe {
      width: 310px;
      height: 180px;
      margin-left: 5px;
      margin-right: 5px;
    }

    .button {
      padding: 12px 25px;
      text-align: center;
      font-size: 12px;
      border-radius: 10px;
      margin-left: 5px;
    }
    .qr-code {
      width: 50px;
      height: 100px;
    }
  }
}
