/* 
  Project: portinari-matriculas-2023
  Author: Tetris
*/

.main-container {
  max-width: 1920px;
  margin: 0 auto;
  overflow: hidden;
}

.lp-img {
  max-width: 100%;
  height: auto;
}

.form-frame {
  width: 100%;
  min-height: 490px;
}

.main-bg {
  background-image: url(../../images/main-bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
}

.main-header {
  background-image: url(../../images/bg-header.png);
  background-repeat: no-repeat;
  background-size: auto;
  background-position: top center;
  position: relative;
}

.porti-main-title {
  color: white;
  margin: 10rem 0rem;
  margin-bottom: 15rem;
}

.form-cta {
  text-align: center;
  background-color: #552e8d;
  color: white;
  margin-top: 3rem;
  font-size: 1.6rem;
}

.sect-about {
  padding-top: 5rem;
  padding-bottom: 8rem;
}

.about-info {
  color: white;
  font-size: 1.7rem;
  max-width: 80%;
  margin-left: auto;
}

.porti-parag {
  color: white;
  font-size: 1.9rem;
  margin-top: 5rem;
  margin-bottom: 5rem;
}

.main-footer {
  background-image: url(../../images/bg-footer-3.png);
  background-repeat: no-repeat;
  background-position: bottom right;
}

.porti-enroll {
  position: absolute;
  top: 0px;
  right: 20px;
}

.porti-enroll img {
  max-width: 200px;
}

@media (max-width: 1200px) {
  .main-header {
    background-image: none;
  }

  .porti-main-title {
    margin-top: 10rem;
    margin-bottom: 5rem;
  }
  .sect-about {
    background-image: none;
  }

  .about-info {
    font-size: 0.8rem;
    max-width: 100%;
  }

  .porti-parag {
    font-size: 0.8rem;
    margin-top: 1rem;
    margin-bottom: 1rem;
  }
  .main-footer {
    background-image: none;
  }
}

@media (max-width: 992px) {

  .sect-about {
    padding-top: 1rem;
    padding-bottom: 2rem;
  }
}

@media (max-width: 505px) {
  .form-frame {
    min-height: 1000px;
  }
}
