@font-face {
  font-family: "Guardian";
  src: url("./fonts/GuardianEgyp-Regular.woff2") format("woff2"), url("./fonts/GuardianEgyp-Regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "BentonSans";
  src: url("./fonts/BentonSans-Book.woff2") format("woff2"), url("./fonts/BentonSans-Book.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  scroll-behavior: smooth;
}

body {
  font-family: "Manrope", sans-serif;
  color: #fff;
  font-size: 16px;
}

.wrapper {
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
}

@media (max-width: 768px) {
  .display-desktop {
    display: none !important;
  }
}

.display-mobile {
  display: none !important;
}
@media (max-width: 768px) {
  .display-mobile {
    display: block !important;
  }
}

.overflow-hidden {
  overflow: hidden !important;
}

header {
  height: 6rem;
  background-color: #223c9f;
  padding: 1rem 3rem;
  display: flex;
  align-items: center;
  position: relative;
}
@media (max-width: 768px) {
  header {
    height: 6rem;
    padding: 1rem 2rem;
  }
}
header nav {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
header nav img {
  width: 6rem;
  height: 3rem;
  -o-object-fit: contain;
     object-fit: contain;
}
header nav ul {
  width: -moz-fit-content;
  width: fit-content;
  display: flex;
  gap: 4rem;
  list-style: none;
  padding: 0;
  font-family: "Manrope", sans-serif;
}
@media (max-width: 768px) {
  header nav ul {
    width: 100vw;
    height: 100vh;
    position: absolute;
    top: 6rem;
    left: 0;
    z-index: 9;
    background: #223c9f;
    flex-direction: column;
    text-align: center;
    padding: 2rem;
    gap: 0;
    transition: 0.5s all ease;
  }
}
header nav ul li {
  text-align: center;
  max-width: 34ch;
}
@media (max-width: 768px) {
  header nav ul li {
    max-width: 100%;
    font-size: 22px;
    padding: 3rem 1rem;
    border-bottom: 1px solid #fff;
  }
  header nav ul li:last-of-type {
    border: 0;
  }
}
header nav ul li a {
  color: #fff;
  text-decoration: none;
  transition: 0.25s all ease;
}
header nav ul li a:hover {
  color: #ddd;
}
header nav .icon-hamburguer {
  font-size: 34px;
  line-height: 1;
  transform: rotate(90deg);
  cursor: pointer;
}

main section.hero {
  min-height: calc(100vh - 6rem);
  background-image: url("./img/hero/hero_desktop_sobrenos.jpeg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  font-family: "Poppins", sans-serif;
  padding: 6rem 3rem;
  display: flex;
  align-items: end;
}
@media (max-width: 768px) {
  main section.hero {
    min-height: calc(80vh - 6rem);
    background-position: 20%;
    padding: 3rem 1rem;
    align-items: start;
  }
}
main section.hero .title h1 {
  font-size: 70px;
  font-weight: 700;
  line-height: 32px; /* 45.714% */
  letter-spacing: 0.5px;
}
@media (max-width: 768px) {
  main section.hero .title h1 {
    font-size: 30px;
    line-height: 45px;
  }
}
main section.about {
  font-family: "Poppins", sans-serif;
}
main section.about .wrapper {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 3rem;
  padding: 3rem 2rem;
}
@media (max-width: 768px) {
  main section.about .wrapper {
    padding: 2rem 1rem;
  }
}
main section.about .images {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
@media (max-width: 768px) {
  main section.about .description {
    text-align: center;
  }
}
main section.about .description p {
  color: #344572;
  font-size: 16px;
  line-height: 32px; /* 200% */
  letter-spacing: 0.5px;
  margin-bottom: 1rem;
}

footer {
  padding: 5rem 2rem 2rem;
  background: #223c9f;
  font-family: "Poppins", sans-serif;
}
@media (max-width: 768px) {
  footer {
    padding: 4rem 1rem;
  }
}
footer .wrapper {
  display: flex;
  justify-content: space-between;
  gap: 6rem;
}
@media (max-width: 768px) {
  footer .wrapper {
    flex-direction: column;
    gap: 3rem;
  }
}
footer .logo img {
  width: 10rem;
  height: 6rem;
  -o-object-fit: contain;
     object-fit: contain;
  margin-bottom: 0.5rem;
}
footer .logo .info {
  width: 24ch;
  font-size: 16px;
  font-weight: 400;
  line-height: 32px; /* 200% */
  letter-spacing: 0.5px;
}
footer .tycs {
  max-width: 65%;
}
@media (max-width: 768px) {
  footer .tycs {
    max-width: 100%;
  }
}
footer .tycs h3.title {
  font-size: 14px;
  font-weight: 600;
  line-height: 32px; /* 228.571% */
  letter-spacing: 0.5px;
  margin-bottom: 0.5rem;
}
footer .tycs .terms {
  font-size: 10px;
  font-weight: 400;
  line-height: 32px; /* 320% */
  letter-spacing: 0.5px;
  margin-bottom: 2rem;
}
footer .tycs .copyright {
  font-size: 14px;
  font-weight: 400;
  line-height: 32px; /* 228.571% */
  letter-spacing: 0.5px;
}
@media (max-width: 768px) {
  footer .tycs .copyright {
    max-width: 80%;
    margin: 0 auto;
    text-align: center;
  }
}/*# sourceMappingURL=sobre-nos.css.map */