/* 
  Project: novo-tempo-matriculas-2023
  Author: Tetris
*/

@font-face {
  font-family: "AmsiProBlack";
  src: url(../fonts/AmsiPro-Black.ttf);
  font-display: swap;
}

@font-face {
  font-family: "AmsiProBold";
  src: url(../fonts/AmsiPro-Bold.ttf);
  font-display: swap;
}

@font-face {
  font-family: "AmsiProRegular";
  src: url(../fonts/AmsiProNarw-Regular.ttf);
  font-display: swap;
}

@font-face {
  font-family: "AmsiProSemiBold";
  src: url(../fonts/AmsiProNarw-SemiBold.ttf);
  font-display: swap;
}

* {
  font-family: "AmsiProRegular", Arial, Helvetica, sans-serif;
}

body {
  background-color: #efece6;
}

.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.png);
  background-position: top center;
  background-size: cover;
  background-repeat: no-repeat;
  padding-top: 8rem;
  padding-bottom: 4rem;
}

.nv-courses-list {
  list-style: none;
  padding-left: 0px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.nv-courses-list li {
  font-size: 1.2rem;
  position: relative;
}

.nv-courses-list li + li {
  margin-left: 1.2rem;
}

.nv-courses-list li + li::before {
  content: "";
  background-color: #f58634;
  height: 10px;
  width: 10px;
  border-radius: 50%;
  position: absolute;
  top: 8px;
  left: -15px;
}

.nv-text-orange {
  color: #f58634;
}

.fw-bold {
  font-family: "AmsiProBold", Arial, Helvetica, sans-serif !important;
}

.fw-black {
  font-family: "AmsiProBlack", Arial, Helvetica, sans-serif !important;
}

.form-section {
  background-color: #2c5486;
  padding-top: 3rem;
  padding-bottom: 3rem;
}

.form-title {
  font-size: 2.5rem;
}

.form-info {
  font-size: 1.6rem;
}

.nv-parag {
  font-size: 1.9rem;
}

.card-orange {
  padding: 2rem;
  background-color: #f58634;
}

.card-blue {
  padding: 2rem;
  background-color: #2c5486;
}

.nv-sect-1 {
  background-image: url(../../images/bg-sect-1.png);
  background-position: top right;
  background-size: contain;
  background-repeat: no-repeat;
  padding-top: 5rem;
  padding-bottom: 5rem;
  z-index: 1;
}

.nv-sect-2 {
  background-image: url(../../images/bg-sect-2.png);
  background-position: top left;
  background-size: contain;
  background-repeat: no-repeat;
  padding-top: 100px;
}

.nv-logo-right,
.nv-logo-left {
  position: relative;
  z-index: 2;
}

.nv-logo-right::after,
.nv-logo-left::after {
  position: absolute;
  top: -100px;
  left: -50px;
  content: "";
  background-image: url(../../images/logo-after.png);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  width: 136px;
  height: 134px;
  z-index: 2;
}

.nv-logo-right::after {
  left: auto;
  right: -100px;
}

.nv-sect-4 {
  padding-top: 150px;
}

.nv-text-blue {
  color: #2c5486;
}

.bg-student {
  background-image: url(../../images/bg-student.png);
  background-position: top left;
  background-size: cover;
  background-repeat: no-repeat;
  padding-top: 8rem;
  padding-left: 2rem;
  padding-bottom: 5rem;
}

.bg-student .nv-parag {
  font-size: 2.6rem;
  line-height: 2.9rem;
}

.bg-diferencas {
  background-image: url(../../images/bg-blue.png);
  background-position: top left;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 5rem;
}

.bg-diferencas p {
  margin-bottom: 2rem;
  font-size: 1.5rem;
}

.bg-diferencas h3 {
  font-size: 3rem;
  font-weight: 800;
}

.bg-diferencas h5 {
  font-size: 2rem;
  font-weight: 800;
}

.bg-diferencas {
  position: relative;
}

.bg-diferencas::after {
  position: absolute;
  bottom: -50px;
  right: 100px;
  content: "";
  background-image: url(../../images/increva-se.png);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  width: 500px;
  height: 134px;
  z-index: 2;
}

.main-footer {
  background-color: #005493;
  color: white;
  padding-top: 5rem;
  padding-bottom: 5rem;
}

.main-footer .title {
  font: 700 45px Roboto, sans-serif;
  margin-bottom: 30px;
}

.main-footer h6 {
  font: 700 28px Roboto, sans-serif;
}

.main-footer p {
  font: 100 1.2rem Arial, sans-serif;
}

.main-footer a {
  margin: 10px;
  text-decoration: none;
  color: white;
  font-size: 1.2rem;
}

.social-list {
  list-style: none;
  padding: 0;
}

.social-list li + li {
  margin-top: 0.5rem;
}

@media (max-width: 992px) {
  .main-header {
    background-position: left;
    padding-top: 10rem;
  }
}

@media (max-width: 768px) {
  .nv-parag {
    font-size: 1.5rem;
    line-height: 1.8rem;
  }

  .bg-student {
    background-color: white;
    background-image: none;
  }

  .bg-student .nv-parag {
    font-size: 1.5rem;
  }

  .bg-diferencas::after {
    display: none;
  }

  .bg-diferencas {
    background-color: #005493;
    background-image: none;
    position: inherit;
  }
}

@media (max-width: 505px) {
  .form-frame {
    min-height: 1000px;
  }

  .bg-diferencas {
    padding: 0;
  }

  .main-footer {
    background-image: none;
    background-color: #005493;
    padding-top: 1rem;
  }

  .main-footer .title {
    margin-top: 10px;
    font: 700 45px Roboto, sans-serif;
    margin-bottom: 30px;
  }
}
