body {
    background-color: #f8f9fa;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

.card {
    box-shadow: 0 4px 8px rgba(0,0,0,0.1);
    border: none;
    border-radius: 10px;
    margin-bottom: 20px;
}

.card-header {
    border-radius: 10px 10px 0 0 !important;
    font-weight: bold;
}

.form-label {
    font-weight: 600;
    color: #495057;
}

.form-control:focus, .form-select:focus {
    border-color: #80bdff;
    box-shadow: 0 0 0 0.2rem rgba(0,123,255,.25);
}

.btn-primary {
    background-color: #007bff;
    border: none;
    padding: 12px 30px;
    font-size: 18px;
    border-radius: 25px;
}

.btn-primary:hover {
    background-color: #0056b3;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(0,123,255,.3);
}

.alert-info {
    background-color: #e3f2fd;
    border: none;
    border-radius: 10px;
    padding: 20px;
}

.servicio-item, .testimonio-item {
    background-color: #f8f9fa;
    border-radius: 8px;
}

.form-check-input:checked {
    background-color: #28a745;
    border-color: #28a745;
}

/* Estilos para móviles */
@media (max-width: 768px) {
    .container {
        padding: 10px;
    }
    
    h3 {
        font-size: 1.5rem;
    }
}