body.custom-theme {
    font-family: 'Roboto', sans-serif;
    background-color: #f2e1c9;
}

.hero-section {
    background-color: #1e3a5f;
    padding: 80px 0;
}

.profile-image {
    width: 300px;
    height: 300px;
    border-radius: 50%;
    border: 2px solid #fff;
    object-fit: cover;
}

.btn-consulta {

  border: 2px solid #ffffff;
  color: #ffffff;
  background: transparent;
  padding: 12px 30px;
  border-radius: 25px;
  font-weight: 600;
  transition: all 0.3s ease;
}


.sobre-section h2, .servicos-section h2 {
    margin-bottom: 50px;
    color: #1e3a5f;
}

.sobre-card {
    padding: 20px;
}

.sobre-card .icon {
    font-size: 40px;
    color: #ff7a3d;
    margin-bottom: 15px;
}

.servico {
    padding: 30px;
    border-radius: 15px;
    transition: box-shadow 0.3s;
}

.servico:hover {
    box-shadow: 0 4px 12px rgba(0,0,0,0.15);
}

.servico-icon {
    font-size: 35px;
    color: #ff7a3d;
    margin-bottom: 15px;
}

.btn-primary {
    background-color: #1e3a5f;
    border-radius: 15px;
}

.btn-primary:hover {
    background-color: #15304a;
}
