/* ========================================
   QUEM SOMOS PAGE STYLES - Promofy
   Estilos específicos da página quem somos
   ======================================== */

/* ========================================
   BANNER SECTION
   ======================================== */

.banner-quem-somos {
    width: 100%;
    overflow: hidden;
}

.banner-quem-somos .banner-image {
    width: 100%;
    height: auto;
    display: block;
}

/* ========================================
   QUEM SOMOS INTRO SECTION
   ======================================== */

.quem-somos-intro-section {
    padding: 40px 0 60px;
    background-color: #fff;
}

.section-subtitle {
    color: #282828;
    font-size: 26px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
    line-height: 33.04px;
    margin-bottom: 40px;
}

.about-content {
    max-width: 1216px;
}

.about-content p {
    color: #282828;
    font-size: 18px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    line-height: 28.80px;
    margin-bottom: 20px;
}

/* ========================================
   MISSION SECTION
   ======================================== */

.mission-section {
    background-color: #000;
    padding: 132px 0 133px;
    position: relative;
    overflow: hidden;
}

.mission-content {
    text-align: center;
    max-width: 942px;
    margin: 0 auto;
    position: relative;
}

.mission-content::before {
    content: '';
    position: absolute;
    top: -30px;
    right: -20px;
    width: 100px;
    height: 130px;
    background-image: url(../../icones/quem-somos/missao-lado-direito-cima.svg);
    background-size: contain;
    background-repeat: no-repeat;
}

.mission-content::after {
    content: '';
    position: absolute;
    bottom: -20px;
    left: -30px;
    width: 100px;
    height: 127px;
    background-image: url(../../icones/quem-somos/missao-lado-esquerdo-baixo.svg);
    background-size: contain;
    background-repeat: no-repeat;
}

.mission-label {
    color: #fff;
    font-size: 19px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 800;
    line-height: 28.80px;
    text-align: right;
    margin-bottom: 0;
    width: 259.50px;
    margin-left: auto;
    margin-top: 20px;
}

.mission-text {
    color: #fff;
    font-size: 19px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
    line-height: 28.80px;
    margin-bottom: 20px;
}

/* ========================================
   IMAGE SECTION
   ======================================== */

.image-section {
    padding: 60px 0;
    background-color: #fff;
    text-align: center;
}

.about-image {
    max-width: 768px;
    width: 100%;
    height: auto;
}

/* ========================================
   VISION SECTION
   ======================================== */

.vision-section {
    padding: 60px 0;
    background-color: #000;
}

.vision-title {
    color: #fff;
    font-size: 26px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
    line-height: 33.04px;
    text-align: center;
    margin-bottom: 40px;
}

.vision-title strong {
    font-weight: 700;
}

.vision-content {
    max-width: 922px;
    margin: 0 auto;
    text-align: center;
}

.vision-highlight {
    color: #fff;
    font-size: 20px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
    line-height: 28.80px;
    margin-bottom: 30px;
}

.vision-highlight strong {
    font-weight: 800;
}

.vision-content p {
    color: #fff;
    font-size: 18px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
    line-height: 28.80px;
    margin-bottom: 20px;
}

.vision-map {
    margin-top: 60px;
    text-align: center;
}

.map-image {
    width: 100%;
    max-width: 1200px;
    height: auto;
    display: inline-block;
}

/* ========================================
   VALUES SECTION
   ======================================== */

.values-section {
    padding: 60px 0;
    background-color: #fff;
}

.section-title {
    color: #282828;
    font-size: 24px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
    line-height: 28.32px;
    margin-bottom: 60px;
}

.values-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 50px;
}

.value-card {
    background: #fff;
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.12);
    border-radius: 22px;
    padding: 40px 20px;
    text-align: center;
    min-height: 450px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.category-item {
    cursor: pointer;
    border: 2px solid transparent;
    transition: border 0.3s ease;
}

.category-item:hover {
    border: 2px solid #333;
}

.category-item.active {
    border: 2px solid #333;
}

.value-icon {
    margin-bottom: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 120px;
}

.value-icon img {
    max-width: 120px;
    max-height: 120px;
    object-fit: contain;
    opacity: 1;
    transition: all 0.3s ease;
}

.category-item.active .value-icon img {
    max-width: 60px;
    max-height: 60px;
    opacity: 0.5;
    filter: brightness(0) saturate(0%);
}

.value-title {
    color: #282828;
    font-size: 18px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
    line-height: 31.20px;
    margin: 0;
    transition: all 0.3s ease;
}

/* ========================================
   GOOGLE REVIEW SECTION
   ======================================== */

.google-review-section .container {
    padding: 0;
}

.google-review-section a {
    display: block;
    line-height: 0;
}

.google-review-image {
    width: 100%;
    height: auto;
    display: block;
}

/* ========================================
   CLIENTS SECTION
   ======================================== */

.clients-section {
    padding: 60px 0;
    background-color: #fff;
}

.clients-grid {
    display: grid;
    grid-template-columns: repeat(7, 1fr);
    gap: 0;
}

.client-logo {
    background: #F4F4F4;
    display: flex;
    align-items: center;
    justify-content: center;
    aspect-ratio: 1;
    /*padding: 15px;*/
}

.client-logo:nth-child(even) {
    background: #fff;
}

.client-logo img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

/* ========================================
   RESPONSIVE STYLES
   ======================================== */

@media (max-width: 1200px) {
    .values-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .clients-grid {
        grid-template-columns: repeat(5, 1fr);
    }
}

@media (max-width: 768px) {
    .page-main-title {
        font-size: 24px;
        line-height: 28px;
    }

    .section-subtitle {
        font-size: 20px;
        line-height: 28px;
    }

    .quem-somos-intro-section .about-content p {
        font-size: 16px;
        line-height: 26px;
    }

    .mission-section {
        padding: 60px 0;
    }

    .mission-content::before,
    .mission-content::after {
        display: none;
    }

    .mission-text,
    .vision-content p {
        font-size: 16px;
        line-height: 24px;
    }

    .vision-title {
        font-size: 22px;
        line-height: 28px;
    }

    .vision-map {
        margin-top: 40px;
    }

    .values-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 20px;
    }

    .value-card {
        min-height: auto;
        padding: 25px 15px;
    }

    .value-icon {
        height: 80px;
        margin-bottom: 15px;
    }

    .value-icon img {
        max-width: 80px;
        max-height: 80px;
    }

    .value-title {
        font-size: 15px;
        line-height: 22px;
    }

    .clients-grid {
        grid-template-columns: repeat(3, 1fr);
        gap: 5px;
    }

    /*.client-logo {
        width: 100%;
        height: auto;
        aspect-ratio: 1;
        padding: 10px;
    }*/

    .client-logo img {
        max-width: none;
        max-height: none;
        width: 100%;
        height: 100%;
    }
}
