/* ===============================
   SEÇÃO QUEM SOMOS
================================= */
.quem-somos {
  background-color: #fff;
}

.quem-somos-titulo {
  font-family: 'The Seasons', serif;
  font-size: 36px;
  color: #531345;
  margin-bottom: 20px;
}

.quem-somos-texto {
  font-size: 16px;
  line-height: 1.7;
  color: #2C3E50;
  margin-bottom: 15px;
}

/* Imagem institucional */
.quem-somos-img {
  max-width: 90%;
  border-radius: 12px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
}

/* Responsivo */
@media (max-width: 768px) {
  .quem-somos-titulo {
    text-align: center;
  }

  .quem-somos-texto {
    text-align: justify;
  }

  .quem-somos-img {
    margin-top: 25px;
  }
}

.btn-agendar {
  background-color: #7a1fd6 !important;
  border-color: #7a1fd6 !important;
  color: #ffffff !important;
  border-radius: 30px;
  padding: 12px 32px;
  font-size: 18px;
  font-weight: 500;
  transition: all 0.3s ease;
}

.btn-agendar:hover {
  background-color: #5f17a8 !important;
  border-color: #5f17a8 !important;
  color: #ffffff !important;
}

