/* GENERAL STYLES CHANGES */

h1 {
  font-size: 2rem;
  line-height: 2.7rem;
  letter-spacing: 0.5px;
  padding-bottom: 160px;
}

.text-body {
  color: var(--alti2Gray);
}

/* NAV Styles  */
.navbar {
  margin-bottom: 80px;
}
/* HERO Section styles  */
.heronav-section {
  background-image: url(/image/nosotros/m-nosotros-hero-bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  min-height: 200px;
  width: 100%;
}
.page-hero {
  font-family: rajdhani;
  color: white;
}

/* ABOUT US INFO  */

.aboutus-info {
  padding-top: 80px;
  display: flex;
  flex-direction: column;
  gap: 64px;
  text-align: center;
  padding-bottom: 80px;
}

.aboutus-info h2 {
  color: var(--altiGreen);
}

.aboutus-info p {
  color: var(--alti2Gray);
}

.divider {
  background: url(/image/topographic-pattern.svg) var(--alti2Green);
  background-repeat: repeat;
  background-position: cover;
  background-size: cover;
  color: white;
  margin-left: -24px;
  margin-right: -24px;
  padding: 48px 24px;
  font-family: grotesk;
  font-style: italic;
}

@media (min-width: 769px) {
  .heronav-section {
    background-image: url(/image/nosotros/nosotros-hero-bg.png);
  }

  h1 {
    max-width: 900px;
    font-family: rajdhani;
    font-size: 3rem;
    line-height: 4rem;
    letter-spacing: 1px;
  }

  .aboutus-info {
    flex-direction: row;
    align-items: center;
    gap: 80px;
    text-align: left;
    padding-top: 120px;
    padding-bottom: 120px;
  }

  .title-line {
    display: flex;
    flex-direction: row;
    align-items: center;
  }

  .title-line hr {
    height: 240px;
    width: 1px;
    border: solid;
    color: var(--alti2Green);
  }

  .title-line {
    min-width: 500px;
  }

  .aboutus-info p {
    font-size: 1.5rem;
    line-height: 2.5rem;
  }

  .divider {
    background: url(/image/desktop-topographic-pattern.svg) var(--alti2Green);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    color: white;
    margin-left: -80px;
    margin-right: -80px;
    padding: 64px 80px 64px 580px;
  }

  .map-container {
    width: 75%;
    margin: 0 auto;
  }
}

/* TEAM */

.underline {
  position: relative;
}

.underline::after {
  margin-top: 4px;
  display: block;
  content: "";
  width: 150px;
  height: 3px;
  background: var(--altiYellow);
  position: absolute;
}

.team {
  padding-top: 80px;
  padding-bottom: 128px;
}

.card {
  padding-top: 64px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  gap: 24px;
  padding-bottom: 64px;
}

#lucero-img,
#stefan-img {
  width: 300px;
  height: auto;
}

.name h3 {
  color: var(--altiGreen);
}

.name h4 {
  color: var(--altiYellow);
  font-size: 1.25rem;
}

.team-card-description {
  text-align: justify;
}

.linkedin-logo {
  fill: var(--altiGreen);
  transition: all 0.3s ease-in-out;
}

.linkedin-logo:hover {
  fill: var(--altiYellow);
}

@media (min-width: 769px) {
  .underline::after {
    margin-top: 4px;
    display: block;
    content: "";
    width: 150px;
    height: 3px;
    background: var(--altiYellow);
    position: absolute;
  }

  .team {
    display: flex;
    flex-direction: row;
    align-items: start;
    justify-content: space-around;
  }

  .card {
    max-width: 500px;
  }

  .image-text-section div {
    padding-bottom: 80px;
  }
}

.image-text-section {
  margin-bottom: 48px;
  display: flex;
  justify-content: space-around;
  flex-direction: row;
  align-items: center;
  gap: 80px;
  text-align: justify;
}

.image-text-section > * {
  max-width: 500px;
}

.image-text-section img {
  width: 60%;
}

.section-divider {
  border: 1px solid var(--altiGray);
  margin-bottom: 160px;
}

/* APPLY MEETING SECTION Styles */

.apply-meeting-section {
  background-image: url(/image/m-apply-meeting-bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding-top: 80px;
  padding-bottom: 80px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: right;
  gap: 24px;
}

.apply-meeting-section h2 {
  color: white;
  padding-bottom: 16px;
}

.apply-meeting-section .primary {
  background-color: white;
  color: var(--altiYellow);
}

@media (min-width: 769px) {
  .apply-meeting-section {
    justify-content: space-around;
    flex-direction: row;
    align-items: center;
    gap: 0;
  }

  .apply-meeting-section h2 {
    max-width: 65%;
    padding-bottom: 0;
  }
}
