/* 
  Project: joao-paulo-matriculas-2023
  Author: Tetris
*/

@font-face {
  font-family: "AmsiProBlack";
  src: url(../fonts/AmsiPro-Black.ttf);
}

@font-face {
  font-family: "AmsiProBold";
  src: url(../fonts/AmsiPro-Bold.ttf);
}

@font-face {
  font-family: "AmsiProRegular";
  src: url(../fonts/AmsiProNarw-Regular.ttf);
}

@font-face {
  font-family: "AmsiProSemiBold";
  src: url(../fonts/AmsiProNarw-SemiBold.ttf);
}

@font-face {
  font-family: "gilroy";
  src: url(../fonts/Gilroy-ExtraBold.otf);
}

@font-face {
  font-family: "gilroy-light";
  src: url(../fonts/Gilroy-Light.otf);
}

.font-gilroy {
  font-family: "gilroy", Arial, Helvetica, sans-serif;
}

.font-gilroy-light {
  font-family: "gilroy-light", Arial, Helvetica, sans-serif;
}

.font-amsi {
  font-family: "AmsiProNarw-Regular", Arial, Helvetica, sans-serif;
}

.text-green {
  color: #b6e22b;
}

.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-header {
  background-image: url(../../images/bg-header-2.jpg);
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 9rem;
}

.jp-logo-circle {
  margin-bottom: 15rem;
  height: 600px;
  width: 600px;
  background-color: white;
  border-radius: 50%;
}

.jp-logo-circle .lp-img {
  margin-top: 5rem;
  margin-left: 2rem;
}

.jp-subtitle {
  letter-spacing: 10px;
}

.jp-courses-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  list-style: none;
  padding: 0px;
  color: white;
  font-size: 2.5rem;
}

.jp-courses-list li + li {
  margin-left: 1.8rem;
  position: relative;
}

.jp-courses-list li + li::before {
  content: "";
  position: absolute;
  left: -15px;
  height: 70%;
  top: 20%;
  width: 3px;
  background-color: #b6e22b;
}

.form-title {
  font-size: 2.7rem;
}

.form-subtitle {
  font-size: 2rem;
}

.jp-section-1 {
  background-image: url(../../images/bg-sectio-1.jpg);
}

.jp-section-2 {
  background-image: url(../../images/bg-sectio-2.jpg);
}

.jp-section-3 {
  background-image: url(../../images/bg-sectio-3.jpg);
}

.jp-section {
  padding: 10rem 0rem;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.jp-card {
  background-color: rgba(255, 255, 255, 0.5);
  color: #146bb0;
}

.jp-card h2 {
  font-size: 3.5rem;
}

.jp-card h2 b {
  color: #094071;
}

.jp-card p {
  font-size: 2.1rem;
  line-height: 2.4rem;
}

.main-footer {
  background-image: url(../../images/bg-footer.png);
  background-position: top;
  background-repeat: no-repeat;
  background-size: contain;
  padding-top: 5rem;
}

.jp-contact-list {
  padding: 0;
  list-style: none;
}
.jp-contact-list li {
  display: flex;
  align-items: center;
  padding-left: 1rem;
}

.main-footer h2 {
  font-size: 2.8rem;
  margin-top: 5rem;
}

.jp-contact-list li p {
  margin-left: 1.2rem;
  margin-bottom: 0;
  font-size: 2.5rem;
}

.jp-contact-list .img-wrap {
  max-width: 20px;
}

.jp-social-list {
  padding: 0;
  list-style: none;
  display: flex;
  justify-content: center;
  align-items: center;
}

.jp-social-list img {
  max-width: 40px;
}

.jp-logo-footer {
  margin-top: 10rem;
}

@media (max-width: 1400px) {
  .main-header {
    padding-top: 9rem;
  }

  .jp-logo-circle {
    margin-bottom: 10rem;
  }

  .jp-card h2 {
    font-size: 2.5rem;
  }

  .jp-card p {
    font-size: 1.6rem;
    line-height: 1.8rem;
  }

  .main-footer h2 {
    font-size: 2rem;
    margin-top: 2rem;
  }

  .jp-contact-list li p {
    font-size: 2rem;
  }
}

@media (max-width: 1200px) {
  .main-header {
    padding-top: 15rem;
  }

  .jp-logo-footer {
    margin-top: 5rem;
  }

  .main-footer {
    background-size: cover;
  }
}

@media (max-width: 992px) {
  .jp-section-1 {
    background-position: left;
  }
  .jp-section-2 {
    background-position: right;
  }
}

@media (max-width: 768px) {
  .main-header {
    background-image: url(../../images/bg-header-mobile.jpg);
    background-size: contain;
    padding-top: 35rem;
    background-color: #1160a7;
  }

  .jp-logo-circle {
   display: none;
  }

  .jp-subtitle {
    font-size: 1rem;
    letter-spacing: 5px;
  }

  .form-title {
    font-size: 1.5rem;
  }

  .form-subtitle {
    font-size: 1rem;
  }

  .jp-courses-list {
    font-size: 1rem;
  }

  .jp-section {
    padding: 0rem;
  }

  .jp-card {
    background-color: rgba(255, 255, 255, 0.8);
  }

  .jp-card h2 {
    font-size: 1.8rem;
  }

  .jp-card p {
    font-size: 1rem;
    line-height: 1.3rem;
  }
  .main-footer {
    background-size: cover;
    background-position: left;
  }

  .main-footer h2 {
    font-size: 1.3rem;
    margin-top: 2rem;
  }

  .jp-contact-list li {
    text-align: center;
  }
  .jp-contact-list li p {
    font-size: 1rem;
  }

  .jp-logo-footer {
    background-color: white;
    padding-top: 2rem;
  }
}
@media (max-width: 576px) {
  .main-header {
    padding-top: 20rem;
  }
}

@media (max-width: 505px) {
  .form-frame {
    min-height: 900px;
  }
}
