/* classe section */
#quemSomos {
    max-width: 900px;
    margin: 0 auto;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 15px;
    margin-bottom: 40px;
}

/* classe h1 */
.titulo {
    background-image: url(../img_/imgFundo.png);
    border-radius: 12px;
    padding: 25px 30px;
    text-align: center;
    margin-bottom: 0; 
}

.titulo-h1 {
    color: white;
    font-size: 2.50rem; 
    font-weight: 400;
    letter-spacing: 0.5px;
}
/* fim h1 */

/* imagem fundo */
.card-principal {
    background-image: url(../img_/imgFundo.png);
    border-radius: 12px;
    padding: 30px;
}

.container-quemSomos {
    display: flex;
    
    align-items: flex-start;
    gap: 30px;
    color: white;
}
/* fim fundo 1 */

/* imagem sushi */
.image {
    flex: 0 0 280px; 
    border-radius: 8px; 
    overflow: hidden;
}

.sushi-imagem {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 8px;
    transition: transform 0.3s ease;
}

.sushi-imagem:hover {
    transform: scale(1.02);
}
/* fim imagem sushi */


/* texto sobre nós */
.areaTexto {
    flex: 1;
}
 
.texto-content h2 {
    font-family: 'Josefin Sans sans-serif';
    font-size: 2.3rem;
    margin-bottom: 20px;
    color: #ffffff;
    font-weight: 500;
}
 
.texto-content p {
    margin-bottom: 15px;
    font-size: 1.2rem;
    line-height: 1.6;
    color: #e0e0e0;
    text-align: justify;
}
/* fim texto sobre nós */

/* cards visão, missão e valores */
.accordion-button{
  background-image: url(../img_/imgFundo.png);
  display: flex;
  align-items: center;
}

p {

  flex: 1 1 auto;
  text-align: left;
  margin: 0;
}

.accordion-button::after {
  display: none;
}



/* fim cards visão, missão e valores */




