.firstFold {
  background: url(../images/banner-mobile-3.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;

  height: 730px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.container {
  width: 100%;
  max-width: 1500px;
  min-height: 400px;
}

.controlOfWidth {
  max-width: 438px;
  height: 100%;
  padding: 15px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.controlOfWidth h2 {
  color: var(--green-color);
  font-size: 20px;
  font-weight: 800;
  line-height: 30px;
  letter-spacing: 0.4px;

  text-align: center;
}

.controlOfWidth h3 {
  color: var(--white-color);
  font-size: 32px;
  font-weight: 800;
  line-height: 40px;
  letter-spacing: 0px;
  text-align: justify center;
  padding: 0px 4px;
}

.gradienteRight,
.gradienteLeft {
  display: inline-block;
  padding: 2px 4px;
  background-clip: padding-box;
}

.gradienteRight {
  background: linear-gradient(to right, #de09ff 0%, #303bff 100%);
}

.gradienteLeft {
  background: linear-gradient(to right, #303bff 0%, #de09ff 100%);
}

.firstText {
  color: var(--white-color);
  font-size: 25px;
  font-weight: 400;
  width: 240px;
}

.secondText {
  color: var(--white-color);
  font-size: 16px;
  letter-spacing: 3px;
  text-align: justify center;
}

.firstFold span {
  color: var(--yellow-a-color);
}

.studyForFreeButtonContainer {
  margin: 0px auto;
}

.studyForFreeButton {
  color: #0049ff;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 1.6px;
  text-transform: uppercase;

  background: var(--green-color) 0% 0% no-repeat padding-box;
  padding: 16px 20px;
  border: none;
  border-radius: 38px;
}

@media screen and (min-width: 200px) and (max-width: 540px) {
  .firstText {
    padding: 15px 0px 15px 0px;
    font-size: 20px;
    display: flex;
    flex-direction: column;
    align-content: center;
    align-items: center;
    width: 100%;
  }

  .secondText {
    font-size: 13px;
    letter-spacing: 0px;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-content: center;
    align-items: center;
  }

  .controlOfWidth {
    display: flex;
    flex-direction: column;
  }

  .controlOfWidth h2 {
    font-size: 18px;
  }

  .controlOfWidth h3 {
    font-size: 22px;
  }

  .studyForFreeButton {
    font-size: 12px;
    line-height: 18px;
    padding: 14px 12px;
    width: 301px;
  }
}

@media screen and (min-width: 360px) and (max-width: 389px) {
  .controlOfWidth h3 {
    font-size: 30px;
  }
}

@media screen and (min-width: 540px) {
  .firstFold {
    background: transparent url(../images/banner-mobile-3.png) 50% 90% no-repeat
      padding-box;
    background-size: cover;
    min-height: 790px;
    display: flex;
    align-items: center;
  }

  .container {
    margin: 40px auto 0px;
  }

  .controlOfWidth {
    max-width: 100%;
    display: flex;
    flex-direction: column;
    gap: 20px;
  }
}

@media screen and (min-width: 540px) and (max-width: 760px) {
  .firstFold {
    background: transparent url(../images/banner-mobile-3.png) 50% 90% no-repeat
      padding-box;
    background-size: cover;
    min-height: 1110px;
    display: flex;
    align-items: center;
  }
}

@media screen and (min-width: 760px) {
  .firstFold {
    min-height: 1225px;
  }

  .container {
    margin: 10px auto 0px;
  }

  .controlOfWidth {
    gap: 0px;
  }

  .controlOfWidth h2 {
    font-size: 30px;
    text-align: center;
  }

  .controlOfWidth h3 {
    font-size: 36px;
    text-align: center;
  }

  .studyForFreeButton {
    font-size: 26px;
  }

  .firstText {
    padding: 15px 0px 15px 0px;
    font-size: 23px;
  }

  .secondText {
    font-size: 18px;
    letter-spacing: 0px;
    width: 390px;
    margin-bottom: 18px;
  }
}

@media screen and (min-width: 900px) {
  .firstFold {
    min-height: 1340px;
  }

  .controlOfWidth h3 {
    font-size: 32px;
  }
}

@media screen and (min-width: 1000px) {
  .firstFold {
    background: url(../images/Banner-LP-Simuladao-2025.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;

    min-height: 435px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 16px;
    align-items: left;
  }

  .container {
    width: 100%;
    height: 700px;
  }

  .controlOfWidth {
    justify-content: center;
    max-width: 440px;
    gap: 16px;
  }

  .controlOfWidth h2 {
    font-size: 25px;
    font-weight: 800;
    text-align: left;
    width: 100%;
  }

  .controlOfWidth h3 {
    font-size: 36px;
    line-height: 50px;
    text-align: left;
  }

  .studyForFreeButton {
    font-size: 16px;
    line-height: 25px;
    font-weight: bold;
    padding: 24px 38px;
  }
}

@media screen and (min-width: 1900px) {
  .firstFold {
    background: url(../images/Banner-LP-Simuladao-2025.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    min-height: 835px;
    background-color: #061462;
  }
}

@media screen and (min-width: 2200px) {
  .firstFold {
    background: url(../images/Banner-LP-Simuladao-2025.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    min-height: 835px;
    background-color: #061462;
  }
}

@media screen and (min-width: 2600px) {
  .firstFold {
    background: url(../images/Banner-LP-Simuladao-2025.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    min-height: 835px;
    background-color: #061462;
  }
}

@media screen and (min-width: 3000px) {
  .firstFold {
    background: url(../images/Banner-LP-Simuladao-2025.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    min-height: 900px;
    background-color: #061462;
  }
}
