/* Estilos doa página quem-somos.ejs */
/* Formatações gerais */
section h2 {
    padding-bottom: 20px;
}

/* Área quem somos */
section#area-who-we-are {
    padding: 0 0 50px 0;    
}

section#area-who-we-are p.section-desc {
    font-size: 18px;
}

/* Área representantes */
section#area-representatives {
    padding: 30px 0;
    background-color: #263747;
}

section#area-representatives h2 {
    color: #FFFFFF;
    padding: 0;
}

div.flex-wp-center {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 80px;
}

div.mg-top-negative {
    margin-top: -70px;
}

div.representative {
    display: flex;
    flex-direction: column;
    width: 20%;
    padding: 20px;
    text-align: center;
}

div.representative figure {
    margin: 0 auto;
    width: 180px;
    height: 200px;
    margin-bottom: 10px;
    border-radius: 50%;
}

div.representative figure img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top;
    border-radius: 10px;
}

div.representative h4 {
    text-transform: uppercase;
    color: #E09F3E;
}

div.representative p {
    font-size: 16px;
    color: #DADADA;
    font-style: italic;
    margin: 10px 0;
}

/* Área nossos valores */
section#our-values {
    padding: 30px 0;
}

div.box-dad {
    width: 100%;
    justify-content: space-around;
    margin: 0;
}

div.box {
    gap: 10px !important;
}

div.box figure {
    /* border: 1px solid; */
    height: 120px !important;
}

button#scroll-top img {
    margin-top: 10px;
}