.about-hero {
  align-items: center;
  width: 100%;
  max-width: 1920px;
  height: 600px;
  margin: 0 auto;
  text-align: center;
  position: relative;
  background-size: cover;
  background-position: center;
  overflow: hidden;
  background-color: #002266;
}

.hero-dark-bar {
  height: 176px;
  background-color: rgb(0, 18, 43, 0.85);
}
.about-hero-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  font-family: "neue-haas-unica", sans-serif;
  color: #EDF3FD;
  margin-top: 130px;
}

.about-hero-content h1 {
  font-size: 38px;
  max-width: 630px;
  margin: 0;
  font-weight: 300;
}

.select-country {
  font-size: 19px;
  margin-top: 10px;
  opacity: 0.8;
  margin-top: 30px;
}

.main-nav {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 60px;
  height: 114px;
  background-color: rgb(0, 18, 43, 0.55);
  opacity: 1;
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
}

.about-us,.core-values-content  {
  width: 100%;
  max-width: 1886px;
  height: auto;
  background-color: #FFFFFF;
  border-radius: 22px;
  margin: 0 auto;
  margin-top: 16px;
}

.about-us {
  font-family: "neue-haas-unica", sans-serif;
  box-sizing: border-box;
  padding-top: 120px;
  padding-bottom: 136px;
}

.about-us-content {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 120px;
}

.about-us-content-left {
  width: 50%;
  height: 100%;
  max-width: 514px;
}

.about-us-content-left .image-container {
  width: 100%;
  max-width: 514px;
  height: 471px;
  background-color: #E8EFFC;
  border-radius: 80px;
}

.about-us-content-left .image-container img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 80px;
}

.about-us-content-right {
  width: 34%;
  height: 100%;
}

.about-us-content-right .up-text {
  font-size: 24px;
  font-weight: 300;
  color: #7B88A3;
  margin-bottom: 48px;
  line-height: 35px;
}

.about-us-content-right .down-text {
  font-size: 16px;
  font-weight: 100;
  color: #7B88A3;
  line-height: 24px;
}

.about-us-content-right .down-text a { 
  color: #002266;
  font-weight: 400;
}

.core-values {
  width: 100%;
  height: auto;
}

.core-values-content {
  height: auto;
  min-height: 384px;
  background-color: #002266;
  display: flex;
  flex-direction: column;
  align-items: center;
  font-family: "neue-haas-unica", sans-serif;
  padding: 86px 20px 120px;
  box-sizing: border-box;
}

.core-values-content h1 {
  font-size: 38px;
  font-weight: 400;
  color: #FFFFFF;
  margin-bottom: 15px;
}

.core-values-content p {
  width: 100%;
  max-width: 615px;
  font-size: 16px;
  line-height: 22px;
  color: #FFFFFF;
  text-align: center;
  font-weight: lighter;
}

.core-values-cards {
  display: grid;
  grid-template-columns: repeat(3, minmax(250px, 400px));
  grid-template-rows: 230px;
  justify-content: center;
  gap: 24px;
  margin: -106px auto 0 auto;
  padding: 0 20px;
  box-sizing: border-box;
}

.core-values-card {
  background: #E8EFFC 0% 0% no-repeat padding-box;
  padding: 42px 62px 72px 62px;
  border-radius: 20px;
  opacity: 1;
}

.core-values-card-number {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

.core-values-card-number span {
  font-size: 14px;
  color: #002266;
  font-weight: 600;
}

.core-values-card-content h2 {
  font-size: 28px;
  color: #002266;
  font-weight: 500;
  margin-bottom: 20px;
}

.core-values-card-content p {
  font-size: 14px;
  color: #002266;
  font-weight: 100;
  line-height: 18px;
}

.our-team {
  width: 100%;
  height: auto;
}

.our-team-content {
  width: 100%;
  max-width: 1248px;
  margin: 0 auto;
  padding: 160px 20px;
  box-sizing: border-box;
}

.our-team-content-upper {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
      
.our-team-content-upper-left {
  width: 50%;
}

.our-team-content-upper-left .image-container {
  width: 100%;
  max-width: 552px;
  height: 321px;
  background-color: #E8EFFC;
  border-radius: 160px;
}

.our-team-content-upper-left .image-container img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 160px;
}

.our-team-content-upper-right {
  width: 50%;
}

.our-team-content-upper-right h1 {
  font-size: 38px;
  font-weight: 400;
  color: #002266;
  margin-bottom: 24px;
  line-height: 43px;
}
        
.our-team-content-upper-right p {
  font-size: 20px;
  font-weight: 100;
  color: #7B88A3;
  line-height: 30px;
}

.our-team-content-lower {
  width: 100%;
  max-width: 1106px;
  margin: 35px auto 0 auto;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-wrap: wrap;
}

.our-team-content-lower-left p {
  font-size: 16px;
  width: 100%;
  max-width: 492px;
  font-weight: 100;
  line-height: 24px;
}

.our-team-content-lower-left, .our-team-content-lower-right {
  width: 50%;
}

.our-team-content-lower-left p, .our-team-content-lower-right p {
  font-size: 16px;
  color: #7B88A3;
  font-weight: 100;
  line-height: 24px;
}

/* Media Queries para responsividad */
@media (max-width: 1200px) {
  .about-us {
    padding: 40px 30px;
  }
  
  .core-values-cards {
    grid-template-columns: repeat(2, minmax(250px, 1fr));
  }
  
  .our-team-content {
    padding: 120px 30px;
  }
}

@media (max-width: 992px) {
  .about-hero {
    height: 500px;
  }
  
  .about-hero-content h1 {
    font-size: 32px;
    max-width: 90%;
    padding: 0 20px;
  }
  
  .about-us-content-left, 
  .about-us-content-right {
    width: 100%;
  }
  
  .about-us-content-left {
    margin-bottom: 40px;
    display: flex;
    justify-content: center;
  }
  
  .about-us-content-left .image-container {
    height: 400px;
  }
  
  .our-team-content-upper-left, 
  .our-team-content-upper-right {
    width: 100%;
  }
  
  .our-team-content-upper-left {
    margin-bottom: 40px;
    display: flex;
    justify-content: center;
  }
  
  .our-team-content-upper-right h1 {
    font-size: 32px;
  }
  
  .our-team-content-lower-left, 
  .our-team-content-lower-right {
    width: 100%;
  }
  
  .our-team-content-lower-left {
    margin-bottom: 30px;
  }
}

@media (max-width: 768px) {
  .about-hero {
    height: 450px;
  }
  
  .utility-bar {
    display: none;
  }
  
  .main-nav-links {
    top: 114px;
  }
  
  #secondary-nav-links {
    top: calc(114px + 200px);
  }
  
  .about-hero-content {
    margin-top: 100px;
  }
  
  .about-hero-content h1 {
    font-size: 28px;
  }
  
  .core-values-content h1 {
    font-size: 32px;
  }
  
  .core-values-cards {
    grid-template-columns: repeat(1, minmax(250px, 100%));
    margin-top: -80px;
  }
  
  .core-values-card {
    padding: 20px;
  }
  
  .core-values-card-content h2 {
    font-size: 24px;
  }
  
  .about-us-content-left .image-container {
    height: 350px;
    max-width: 90%;
    border-radius: 60px;
  }
  
  .our-team-content {
    padding: 80px 20px;
  }
  
  .our-team-content-upper-left .image-container {
    height: 250px;
    max-width: 90%;
    border-radius: 100px;
  }
  
  /* Estilos responsivos para el footer */
  .upper-footer {
    padding: 40px 20px;
  }
  
  .footer-column {
    flex-basis: 100%;
    margin-bottom: 30px;
  }
  
  .footer-title::after {
    min-width: 100%;
  }
  
  .lower-footer {
    padding: 30px 20px;
    flex-direction: column;
    gap: 40px;
    align-items: center;
    text-align: center;
  }
  
  .ifs-info {
    flex-direction: column;
    gap: 20px;
  }
  
  .global-locations {
    width: 100%;
    background-position: center;
  }
  
  .locations-list {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 576px) {
  .about-hero {
    height: 400px;
  }
  
  .hero-dark-bar {
    height: 150px;
  }
  
  .main-nav {
    height: 80px;
  }
  
  .main-nav-logo img {
    height: 60px;
    width: 60px;
  }
  
  .main-nav-links {
    top: 80px;
  }
  
  #secondary-nav-links {
    top: calc(80px + 200px);
  }
  
  .about-hero-content {
    margin-top: 80px;
  }
  
  .about-hero-content h1 {
    font-size: 24px;
  }
  
  .select-country {
    font-size: 16px;
  }
  
  .about-us {
    padding: 30px 20px;
  }
  
  .about-us-content-right .up-text {
    font-size: 20px;
    margin-bottom: 30px;
  }
  
  .about-us-content-right .down-text {
    font-size: 14px;
  }
  
  .core-values-content {
    padding: 60px 20px 100px;
  }
  
  .core-values-content h1 {
    font-size: 28px;
  }
  
  .core-values-content p {
    font-size: 14px;
  }
  
  .our-team-content-upper-right h1 {
    font-size: 28px;
  }
  
  .our-team-content-upper-right p {
    font-size: 16px;
  }
  
  .our-team-content-lower-left p, 
  .our-team-content-lower-right p {
    font-size: 14px;
  }
  
  .locations-list {
    grid-template-columns: repeat(2, 1fr);
  }
}

