.primary-text-color {
  color: #173833;
}

.secondary-text-color {
  color: #4b4394;
}

.white-text-color {
  color: rgba(255, 255, 255, 0.8);
}

.gray-text-color {
  color: #ece9de;
}

.primary-bg-color {
  background-color: #173833;
}

.secondary-bg-color {
  background-color: #4b4394;
}

.lemon-bg-color {
  background-color: #e9e668;
}

/* Hero principal */
.hero {
  position: relative;
  width: 100%;
  display: flex;
  background-repeat: no-repeat;
  background-position: center top;
  padding-bottom: 5rem;
}
.hero .logo-container {
  margin-bottom: 3rem;
  position: relative;
  height: auto;
}
.hero__text h1 {
  font-weight: 200;
  letter-spacing: 4px;
  padding-bottom: 1rem;
}
.hero__text h2 {
  font-weight: 100;
  letter-spacing: 2px;
}

/* MEDIA QUERIES */
@media (width > 200px) and (width <= 1024px) {
  body {
    background-color: #163920;
  }
  .hero {
    align-items: flex-end;
    background-size: 100%;
    background-image: url("../../assets/img/mobile/bg_site-em-construcao.png");
  }
  .hero__text {
    padding-left: 4rem;
  }
}
@media (width > 1024px) {
  .hero {
    height: 100vh;
    align-items: center;
    background-image: url("../../assets/img/desktop/bg-site-em-construcao.jpg");
    background-size: cover;
  }
  .hero .logo-container {
    width: auto;
    height: auto;
  }
  .hero .logo-container img {
    position: absolute;
    top: 0;
    right: 0;
    width: 250px;
  }
  .hero__text {
    text-align: right;
    padding-right: 2rem;
  }
}
@media (width >= 320px) {
  .hero {
    height: 100vh;
  }
  .hero__text .logo-container {
    width: 200px;
  }
}
@media (width >= 344px) {
  .hero {
    height: 84vh;
  }
}
@media (width >= 360px) {
  .hero {
    height: 87vh;
  }
}
@media (width >= 375px) {
  .hero {
    height: 100vh;
  }
}
@media (width >= 390px) {
  .hero {
    height: 80vh;
  }
}
@media (width >= 393px) {
  .hero {
    height: 94vh;
  }
}
@media (width >= 412px) {
  .hero {
    height: 72vh;
  }
}
@media (width >= 414px) {
  .hero {
    height: 70vh;
  }
}
@media (width >= 430px) {
  .hero {
    height: 73vh;
  }
}
@media (width >= 480px) {
  .hero {
    height: 112vh;
  }
}
@media (width >= 540px) {
  .hero {
    height: 100vh;
  }
}
@media (width >= 768px) {
  .hero {
    height: 100vh;
  }
}
@media (width >= 853px) {
  .hero {
    height: 90vh;
  }
}
@media (width >= 912px) {
  .hero {
    height: 90vh;
  }
}
@media (width >= 1025px) {
  .hero {
    height: 100vh;
  }
  .hero .logo-container {
    width: 100%;
    height: 150px;
  }
}
@media (width >= 1600px) {
  .hero {
    height: 100vh;
  }
}

body * {
  font-family: "Inter", sans-serif;
}

.fw-200 {
  font-weight: 200;
}

.fw-800 {
  font-weight: 800;
}

h1 span, h2 span {
  display: block;
}

@media (width >= 200px) {
  h1 {
    font-size: 1.25rem !important;
  }
}
@media (width >= 320px) {
  h1 {
    font-size: 1.25rem !important;
  }
}
@media (width >= 414px) {
  h1 {
    font-size: 1.25rem !important;
  }
}
@media (width >= 540px) {
  h1 {
    font-size: 1rem !important;
  }
}
@media (width >= 768px) {
  h1 {
    font-size: 2.5rem !important;
  }
}
@media (width >= 1200px) {
  h1 {
    font-size: 1.5rem !important;
  }
}
@media (width >= 1600px) {
  h1 {
    font-size: 2.5rem !important;
  }
}

@media (width >= 200px) {
  h2 {
    font-size: 1rem !important;
  }
}
@media (width >= 320px) {
  h2 {
    font-size: 1rem !important;
  }
}
@media (width >= 540px) {
  h2 {
    font-size: 0.75rem !important;
  }
}
@media (width >= 768px) {
  h2 {
    font-size: 1.25rem !important;
  }
}
@media (width >= 1200px) {
  h2 {
    font-size: 1rem !important;
  }
}
@media (width >= 1600px) {
  h2 {
    font-size: 1.5rem !important;
  }
}

body, ul, ol {
  padding: 0;
  margin: 0;
  list-style: none;
}

.main {
  max-width: 2200px;
  margin: auto;
}

a {
  text-decoration: none;
}/*# sourceMappingURL=main.css.map */