/* Estilos específicos para About - extraídos de about_mock.html */

/* About Hero Section */
.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;
}

.about-hero-content {
    color: white;
    position: relative;
    z-index: 2;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 100%;
    gap: 15px;
    margin-top: 90px;
}

.about-hero-content h1 {
    font-family: 'neue-haas-unica', sans-serif;
    font-size: 38px;
    max-width: 630px;
    margin: 0;
    font-weight: 300;
    line-height: 44px;
    margin-bottom: 15px;
}

.select-country {
    font-family: 'neue-haas-unica', sans-serif;
    font-size: 19px;
    opacity: 0.8;
    font-weight: 300;
    margin: 0;
}

.hero-arrow {
    width: 12px;
    height: 12px;
    opacity: 0.8;
}

/* About Us Section */
.about-us {
    padding: 80px 20px;
    background-color: #f7faff;
}

.about-us-content {
    max-width: 1400px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    gap: 60px;
}

.about-us-content-left {
    flex: 1;
}

.about-us-content-right {
    width: 48%;
    height: 100%;
}

.image-container {
    width: 103%;
    text-align: center;
}

.about-us-image {
    max-width: 100%;
    height: auto;
}

.up-text {
    font-family: 'neue-haas-unica', sans-serif;
    font-size: 24px;
    font-weight: 300;
    color: #7B88A3;
    margin-bottom: 48px;
    line-height: 35px;
}

.down-text {
    font-family: 'proxima-nova-condensed', sans-serif;
    font-size: 16px;
    font-weight: 100;
    color: #7B88A3;
    line-height: 24px;
}

.down-text a {
    color: #002266;
    font-weight: 400;
    text-decoration: underline;
}

.down-text a:hover {
    color: #002266;
}

.core-values {
    width: 100%;
    height: auto;
    background-color: #f7faff;
}
  
.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;
    width: 98%;
    margin: 0 auto;
    border-radius: 22px;
}
  
.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 55px 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;
    margin-top: 0;
    line-height: 28px;
}
  
.core-values-card-content p {
    font-size: 14px;
    color: #002266;
    font-weight: 100;
    line-height: 18px;
}
  
.our-team {
    width: 100%;
    height: auto;
    background-color: #f7faff;
}
  
.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;
}
  
/* Responsive Design */
@media (max-width: 768px) {
    .about-hero-content h1 {
        font-size: 36px;
        margin-top: 60px;
    }
    
    .about-us-content {
        flex-direction: column;
        text-align: center;
    }
    
    .core-values-content h1 {
        font-size: 36px;
    }
    
    .core-values-cards {
        grid-template-columns: 1fr;
        gap: 20px;
        margin-top: -40px;
    }
    
    .our-team-content-upper {
        flex-direction: column;
        text-align: center;
    }
    
    .our-team-content-upper-right h1 {
        font-size: 32px;
    }
    
    .our-team-content-lower {
        flex-direction: column;
    }
}

@media (max-width: 480px) {
    .about-hero-content h1 {
        font-size: 28px;
    }
    
    .core-values-card {
        padding: 25px 20px;
        min-height: 180px;
    }
    
    .core-values-card-number {
        top: 15px;
        right: 15px;
    }
    
    .core-values-card-number span {
        font-size: 14px;
    }
}
